web 2.0 style call-to-action buttons can be purchased in psd format from graphic river
Since writing How to style a Submit button in CSS a few months ago, I have found an alternative way to achieve the same result. In this example, we will be using <button> tag instead of <input> tag. [...]
Continue reading How to style a Submit button in CSS – Example 2
As seen on iPhone version of news.com.au today. Just thought it was funny because most of us would never ever associate a supermodel with a web technology.
Continue reading Naomi Campell for jQuery
Use promo code WEBDEV30 to get $30 off from your dreamhost hosting package. Works for monthly, one year and two year hosting plans.
Normal one year cost = $119.40
After dsicount = $119.40 – $30.00 = $89.40
WEBDEV30
The promo code expires on 30 October 2010.
Continue reading DreamHost Promo Code – Get $30 off from hosting
05 Mar, 2010
How to disable text auto correction in iPhone web app
Posted in: Snippets, Troubleshooting
To turn off iPhone auto correction feature (predictive dictionary) on textboxes, add autocorrect=”off” attribute to your input tag.
<input type="text" id="keyword" name="keyword"
autocorrect="off" />
You can also turn off auto capitalising/capitalizing feature by adding autocapitalize=”off” attribute.
<input type="text" id="keyword" name="keyword"
autocorrect="off" autocapitalize="off" />
And lastly, you can turn off auto complete in a similar way.
<input type="text" id="keyword" name="keyword"
autocorrect="off" autocapitalize="off" [...]
Continue reading How to disable text auto correction in iPhone web app
01 Mar, 2010
Weekly round-up: 15 must read development, design and blogging articles
Posted in: WWW, Web Development Blog
Development
10+ Essential Tools for Windows Based Web Developers
Web development is not an easy career path to follow- there’s so much competition around for jobs and the industry is advancing all the time. If you want to stay ahead of the pack, it’s important to familiarise yourself with the latest and greatest tools- tools which will [...]
Continue reading Weekly round-up: 15 must read development, design and blogging articles
27 Feb, 2010
A list of GoDaddy promo codes for domain names, hosting, ssl certificates or any order (2010)
Posted in: WWW
Domain Name
99INDY – $0.99 for any .COM domain names
BUY2010 – $0.99 for any .COM, .US, .MOBI, .BIZ, .NET, .ORG, .CA, .CO.UK and .IN domain names (only works for the first year of new or transfer registration)
OYH7 – $7.49 for any .COM domain names ($3.20 off)
chill7 – $7.49 for any .COM domain names ($3.20 off)
hash7 – [...]
Continue reading A list of GoDaddy promo codes for domain names, hosting, ssl certificates or any order (2010)
FireFTP is a browser plugin for Mozilla Firefox that lets you connect to a FTP server. By default, it doesn’t show any hidden files on the server, but you can change this via Options.
1. Connect to a FTP server using FireFTP
2. Click on Tools -> Options from the top right menu
3. From [...]
Continue reading How to show hidden files in FireFTP
So you don’t like ads.
If you have a website that has ads, you are probably no stranger to people commenting that you have too many ads on your website. Usually, I just smile and nod when I receive such comment but today, I thought I’d write my thoughts here. You don’t have to [...]
Continue reading So you don’t like ads on websites/blogs
As you can see in the table below, Cross-Site Scripting, SQL Injection and Buffer overflows are three most common and serious programming errors that result in vulnerabilities. This list was published recently on 17 February 2010.
Rank
Name
[1]
Failure to Preserve Web Page Structure ('Cross-site Scripting')
[2]
Improper Sanitization of Special Elements used in an SQL [...]
Continue reading 25 Most Dangerous Programming Errors
Here is how to create a custom archive page in WordPress just like the one you see on our blog.
1. Go to the current theme folder of your WordPress installation (wp-content/themes/*current theme*) and make sure you don’t already have archives.php in the folder
2. Create a new file called archives.php (or whatever file name [...]
Continue reading 5 steps to creating a custom Archive page in WordPress
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 

