In this step-by-step tutorial, I’m going to show you exactly how to code an HTML email; be it an HTML Email Signature or HTML Email Newsletter.
1. Changing the background color
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#333333">
<tr>
<td>
</td>
</tr>
</table>
2. Setting a fixed width and background color for [...]
Continue reading How to code an HTML Email Newsletter
iPad was released a month ago, and is made available in Australia a few days ago, but already, I am seeing a lot of big name companies and brands trying to optimise thier websites for iPad. While I have yet to optimise a website for iPad, I have put together some notes about designing [...]
Continue reading Designing and Optimising Websites for iPad
I needed a script that copies a text (in my case, coupon code) onto clipboard and then open the web address associated with the coupon in a new window for my Coupons for Webmasters page. For the clipboard copying, I’m using ZeroClipboard script written by Joseph Huckaby. ZeroClipboard is a free and [...]
Continue reading Click to copy and open site script
Sexy Web Design – Free 71 Page Preview
An easy-to-follow guide that reveals the secrets of how to build your own breathtaking web interfaces from scratch.
You’ll be guided through the entire process of creating a gorgeous, usable web site by applying the timeless principles of user-centered design. Even if you’re short on design skills, with this [...]
Continue reading Free ebook: Sexy Web Design
Here is a step-by-step tutorial on how to customise WordPress Login page for your website/blog. This tutorial will show you how to change the WordPress logo and link on the Login page without hacking the core code nor installing a plugin.
1. Copy and paste the following code into functions.php file of [...]
Continue reading How to customise WordPress Admin Login page
This is one of the most commonly used piece of code for jQuery. Often times, we need to check if a div/element exists in the page before processing a block of script (eg: replacing the content of the div).
if ( $(“#message”).length ) {
$(‘#message’).text(“Hello!”);
}
Continue reading How to check if div exists in jQuery
I’ve been using Dreamhost hosting for a few years now and yesterday, I received an email from Dreamhost regarding invitations for new users. Apparently, I’m one of the select few customers to be offered special “DreamHost Invitations”. The invitation codes are:
509040443692
578861737835
756474799478
[...]
Continue reading DreamHost Invitations / Promo codes
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 

