sIFR sIFR stands for Scalable Inman Flash Replacement and it is an open source JavaScript and Adobe Flash dynamic web fonts implementation, enabling the replacement of text elements on HTML web pages with Flash equivalents. Pros Looks nice Does not require a server side language Text created with sIFR can be copied/selected Graceful degradation (If [...]
Continue reading sIFR vs FLIR – Font Replacement Techniques
There are many ways to style input buttons in CSS. And this is how I do it. HTML <input type=”submit” name=”submit” value=”Send” id=”submit” /> CSS #submit { color: #fff; font-size: 0; width: 135px; height: 60px; border: none; margin: 0; padding: 0; background: #0c0 url(images/send-now.gif) 0 0 no-repeat; } And that’s it, you will have a [...]
Continue reading How to style a Submit button in CSS
09 Nov, 2008
15 useful cheat sheets for web developers
The followings are useful cheat sheets for web developers who need to refer to certain syntax and code quickly and easily. They are printer-friendly so you can print them out and stick them on your wall like posters. For those who want a little more than cheat sheets, check our our recommended web development books [...]
Continue reading 15 useful cheat sheets for web developers
Some words on a new business venture that I have just launched. It is called ‘My site in a week‘ and it aims to provide a professional, reliable and affordable website package to small businesses within the shortest turnaround time possible – a week. More information can be obtained from the website: http://mysiteinaweek.com.au/. Get your [...]
Continue reading Get your business online within a week
Are you building a form where you have a drop down list of countries for users to choose from? If you are, you might find the following snippet handy.
Continue reading Country drop down menu
One of the problems we often encounter with front end development is a browser compatibility issue. And Internet Explorer seems to be the biggest offender of all when it comes to rendering CSS properly. Don’t get me wrong; I don’t have anything against Microsoft or Bill Gates specifically, it is just that I find it [...]
Continue reading MutipleIE – Install multiple versions of IE on one computer
<P>Which Web browser do you use most often? <SELECT NAME=browser> <OPTGROUP LABEL=”Netscape Navigator”> <OPTION LABEL=”4.x or higher”> Netscape Navigator 4.x or higher </OPTION> <OPTION LABEL=”3.x”>Netscape Navigator 3.x</OPTION> <OPTION LABEL=”2.x”>Netscape Navigator 2.x</OPTION> <OPTION LABEL=”1.x”>Netscape Navigator 1.x</OPTION> </OPTGROUP> <OPTGROUP LABEL=”Microsoft Internet Explorer”> <OPTION LABEL=”4.x”>Internet Explorer 4.x</OPTION> <OPTION LABEL=”3.x”>Internet Explorer 3.x</OPTION> <OPTION LABEL=”2.x”>Internet Explorer 2.x</OPTION> <OPTION LABEL=”1.x”>Internet Explorer [...]
Continue reading Optgroup
<link rel=”shortcut icon” href=”favicon.ico” type=”image/x-icon” />
Continue reading xhtml code for favourite icon
Web Standards is defined as a set of rules or specifications that should be followed when developing a website. The main objectives of web standards are to separate data from the presentation, to enhance compatibility, accessibility, extensibility and maintainability and to make user experiences richer and more enjoyable. Read the full article: Web Standards Technorati [...]
Continue reading Web Standards
Hello! Welcome to Web development blog! My name is Ei Sabai and on this blog, I write about web development, mobile app development, latest web technologies and the likes. Read more 

