filed in For Fun on Dec.17, 2008
The company T-Enterprise must be quick with their flash programming (or they knew about the incident beforehand!), because in less than 24 hours they managed to churn out a game (albeit a crappy one) where you must defend President Bush from shoes being thrown his way.
The Flash game doesn’t amount to much. Someone was too [...]
Tags: bush, flash game, footwear attack, Web design johor, Web design Malaysia, Web design Singapore
filed in Internet Marketing on Dec.14, 2008

Writing SEO friendly content is not hard - it just content that was written with some attention paid to how a search engine might see the content.
SEO Friendly Writing does NOT mean writing for Search Engines
The first and foremost thought in your mind when working on content for your Web pages is that you’re writing for people [...]
Tags: internet marketing malaysia, search engine marketing, search engine optimization, SEO, SEO Malaysia
filed in Hosting, Uncategorized on Nov.30, 2008

Some say Cloud computing is part of web2.0, some say Cloud computing has been around for many years but under different names.
So what is Cloud Computing? If I can put it in the most simple from it would be “ the ability to do everything on-line, not only accessing the web, but to be able [...]
Tags: clouds computing, Malaysia Web hosting
filed in Internet Marketing, Web Design on Nov.29, 2008

So here is a list of 7 things you can do to your website to increase sales without lowering your prices.
1) Simplify your shopping cart process
A sure fire way to lose a potential sale is make the shopping cart overly long, with way too many unnecessary fields. Ideally, you should try and condense your checkout [...]
Tags: ecommerce johor, ecommerce Malaysia, ecommerce Singapore, Internet Marketing
filed in Web Design on Nov.29, 2008

Add the following preceded by a & after video URL:
~ For autoplay: Add autoplay=1 or autoplay=true
~ For looping: Add loop=1 or loop=true
Note: both could be added.
Examples
<object width=”480″ height=”385″><param name=”movie” value=”http://www.youtube.com/p/90C68D73786C56E3″ /><embed src=”http://www.youtube.com/p/90C68D73786C56E3&autoplay=1&loop=1&fmt=18″ type=”application/x-shockwave-flash” width=”480″ height=”385″></embed></object>
Tags: autoplay, loop, Web design johor, Web design Malaysia, Web design Singapore, Youtue
filed in Web Design on Nov.20, 2008

In IE6 or IE7 if there is a floated layout and you have an absolute-positioned div in the mix sometimes it just won’t show up.
SOLUTION:
One easy way to fix the bug is to add an extra dummy <div> to “separating” the position:absolute from the float in the source code (either being between them, or wrapping [...]
Tags: absolute possition, css, float, IE problem, Web design johor, Web design Malaysia, Web design Singapore
filed in Web Design on Nov.19, 2008

If you position an element (an image, a table, or whatever) absolutely on your page, it will appear at the exact pixel you specify. Say I wanted a graphic to appear 46 pixels from the top of the page and 80 pixels in from the right, I could do it. The CSS code you’ll need [...]
Tags: absolute possition, css, screen resolution, Web design johor, Web design Malaysia, Web design Singapore
filed in Hosting on Nov.17, 2008
You must noticed www1 or www2 once in a while when you are visiting a website. WWW1, WWW2 or even WWW3 is nothing but a mirror of the original web server which is typical WWW. Many websites like government, banks even major search engines like Google (www1.google.com or www2.google.com) and Yahoo (www1.yahoo.com or www2.yahoo.com) uses [...]
Tags: Malaysia Web hosting, Web hosting, www1, www2
filed in Web Design on Nov.17, 2008

<form id=”two” action=”…” method=”post”>
<fieldset id=”opt”>
<legend>OPTIONS</legend>
<select name=”choice”>
<option selected=”selected” label=”none” value=”none”>
none
</option>
<optgroup label=”Group 1″>
<option label=”cg1a” value=”val_1a”>Selection group 1a
</option>
<option label=”cg1b” value=”val_1b”>Selection group 1b
</option>
<option label=”cg1c” value=”val_1c”>Selection group 1c
</option>
</optgroup>
<optgroup label=”Group 2″>
<option label=”cg2a” value=”val_2a”>Selection group 2a
</option>
<option label=”cg2b” value=”val_2a”>Selection group 2b
</option>
</optgroup>
<optgroup label=”Group 3″>
<option label=”cg3a” value=”val_3a”>Selection group 3a
</option>
<option label=”cg3a” value=”val_3a”>Selection group 3b
</option>
</optgroup>
</select>
</fieldset>
</form>
Tags: css, Dreamweaver, drop-down menu, list menu, Web design johor, Web design Malaysia, Web design Singapore
filed in Web Design on Nov.16, 2008

1. Nobody is allowed to search the entire server
Do NOT use this search code in the search.php
<?php echo $_SERVER ['PHP_SELF']; ?>
Nobody should be allowed to search your entire server. Use this one instead:
<?php bloginfo (’home’); ?>
Block WP- folders from being indexed by search engines, the best way to block them in your robots.txt file. Add [...]
Tags: security, Web design johor, Web design Malaysia, Web design Singapore, Wordpress