Following are 10 Useful jQuery snippets for any website. To use these snippets, you must include jQuery library in your page first and then add the snippets inside DOM ready function as follow:
$(document).ready(function() {
// add your snippets here
});
1. Display Warning Message for IE 6 Users
if ( (jQuery.browser.msie) && (parseInt(jQuery.browser.version) < [...]
Continue reading 10 Useful jQuery Snippets
19 Aug, 2010
Official Press Release: Target tech-savvy Gen-Y customers with a Store Locator for iPhone
Posted in: News
August 19, 2010 – Sydney, Australia – Anansi Web Development announces its latest iPhone web app project, Store Locator for iPhone, a powerful yet simple and easy-to-use Store Locator web app for iPhone users. Store Locator for iPhone offers a hosted solution for franchise owners and service providers who are looking to have a [...]
Continue reading Official Press Release: Target tech-savvy Gen-Y customers with a Store Locator for iPhone
We have recently launched our latest iPhone app project, Store Locator for iPhone (http://sitelocator.mobi). It’s a hosted web app solution designed for franchise owners and business in multiple locations in Australia like Woolworths, Kmart, Coles, JB Hi-Fi, Pizza Hut, KFC, WestPac, ANZ, Vodafone, Optus, Medibank, Westfield etc. Have a look at our proof-of-concept [...]
Continue reading When an iPhone web app is better than a native app
Problogger is having a 7 Link Challenge and inviting all bloggers to participate. The idea of the challenge is to create a blog post that links to 7 different posts on your blog or other people blogs. It sounded fun and so I thought I’d give it a go for this Web Development [...]
Continue reading 7 Link Challenge for Web Development Blog
WordPress 3.0 was released a few days ago, and it’s more powerful than it has ever been. And if you are thinking of using WordPress 3 for your blog or even as a CMS, I recommend a self-hosted version rather than the free version hosted on WordPress.com.
So, what are the server requirements [...]
Continue reading Recommended Web Hosting for WordPress 3.0
The following Javascript will clear default text value in input boxes when you click on them. To trigger the Javascript, you’ll need to specify both title and value attributes and set class of the input field to “text”. jQuery library is required for this to work.
Javascript
$(‘.text’).focus(function () {
if ($(this).val() == $(this).attr(“title”)) [...]
Continue reading Clear default text in input boxes on click with jQuery
I was looking to buy a premium WordPress Theme for one of my projects a while ago and I came across ThemeForest and WooThemes. There are other premium WordPress Theme stores like Elegant Themes, Templatic, Template Monster, etc, but ThemeForest and WooThemes are leading the market. After looking around for a while, [...]
Continue reading ThemeForest vs WooThemes
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
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 

