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
Here’s a snippet of CSS and HTML code that aligns an image in center (horizontally) and middle (vertically). Tested in Firefox, IE, Chrome and Safari.
CSS
#enter {
position: absolute;
text-align: center;
left: 50%;
top: 50%;
margin: -120px auto 0 -130px; /* value of top margin: height of the image divide by 2 (ie: 240 / 2), value of [...]
Continue reading Align an image in center and middle using CSS
21 Apr, 2010
Troubleshooting jQuery.get() Cache issue in Internet Explorer
Posted in: Snippets, Troubleshooting, Tutorials
There is an issue with jQuery.get() in Internet Explorer when trying to update content on the fly because IE caches XMLHttpRequest response and the AJAX call made via jQuery.get() is therefore always returning the same result. I encountered this problem when I was writing a function similar to facebook Like feature where the [...]
Continue reading Troubleshooting jQuery.get() Cache issue in Internet Explorer
Dreamhost Easter Special is available for the week of Easter. Use promo code EASTER10 to get $60 off from one year or two year dreamhost hosting packages when you sign up before 10 April 2010.
Promo code: EASTER10
Continue reading Easter 2010 Special – $60 off one year/two year Dreamhost hosting packages
WordPress iPhone app was released almost a year ago, but I have only downloaded and used it recently. WordPress for iPhone is available for all self-hosted wordpress.com blogs provided they are using WordPress 2.7 or higher. The app allows you to access the Administrator Panel of the WordPress blog using your iPhone, enabling [...]
Continue reading WordPress iPhone App – a step by step user guide to using WordPress for iPhone
22 Mar, 2010
Weekly round-up: 15 must read development, design and blogging articles
Posted in: WWW, Web Development Blog
Development
Why Flash is Here to Stay
There’s a huge debate stirring around the internet about the capabilities of HTML5 and it’s threat to Adobe Flash, Microsoft Silverlight and other rich internet application (RIA) technologies. The amount of support behind HTML5 is encouraging and great to see, as it will only help it’s adoption by both browsers [...]
Continue reading Weekly round-up: 15 must read development, design and blogging articles
10 Mar, 2010
Display 5 latest posts in each category in WordPress
To display 5 latest posts in each parent category of your WordPress blog, add the following code into the template that you want the result to appear. In our case, we added the following code into our 404 template page (404.php of current theme). Other places that you might want to display [...]
Continue reading Display 5 latest posts in each category 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 

