After developing a few mobile websites in the past few months, I notice that I am reusing certain Javascript code in every project. Followings are the 10 Useful Javascript Snippets that I use for mobile sites. Note that some snippets require jQuery mobile framework.
1. Add class name “iPhone” or “Android” to body element [...]
Continue reading 10 Useful Javascript Snippets for your mobile websites
20 Jun, 2011
How to use Google Fonts in your WordPress Theme
Using Google Fonts in your WordPress Theme is very easy and it can be completed in 3 simple steps.
1.
Go to Google Web Fonts, browse all the fonts available for use on your website and pick any font you like. For this example, I will be using Droid Sans.
2.
Click on [...]
Continue reading How to use Google Fonts in your WordPress Theme
If you have been developing websites and web apps for mobile, you may have noticed that the images are not very crisp on iPhone 4. The Retina display on iPhone 4 is the sharpest, most vibrant, highest-resolution phone screen ever but you need to know how to utilise it. The images you use [...]
Continue reading How to use hi-res images in web apps for iPhone4
jQuery Mobile is a framework for mobile web apps and mobile websites with an aim to provide a unified user interface system across many mobile device platforms such iPhone, BlackBerry, Android and Windows Mobile. The framework is built on top of one of the most popular Javascript frameworks, jQuery.
Followings are some of [...]
Continue reading Top 10 jQuery Mobile Code Snippets that you need to know
If you are looking for a cheap shared hosting for your websites and web projects, here are some of the most popular shared hosting providers in their respective categories over a twelve month period.
WordPress Hosting
BlueHost
Dedicated IP (Static IP) Hosting
Host Gator
Hosting for Sensitive (R18+) Content
Just Host
VPS Hosting with Plesk Panel
Network Solutions
Domain Registrar
GoDaddy.com
Continue reading Shared Hostings of the Year 2010
In this tutorial, I will show you how you can customise your Facebook Fan page quickly and easily using the powerful Facebook Markup Language. If you haven’t already got a Facebook Fan Page for your brand (be it website, blog or company), you might want to create one now. [...]
Continue reading How to customise your Facebook Fan Page with FBML
19 Nov, 2010
Webmaster Resources – Like it now for your chance to win!
Posted in: Web Development Blog
Are you a web developer, web designer, Internet marketer, or web professional?
Check out and like our Webmaster Resources page on Facebook for your chance to win USD 30*!
on.fb.me/webmaster-resources
* will be given as paypal gift.
Continue reading Webmaster Resources – Like it now for your chance to win!
The following Javascript snippets are sourced from snipplr, a Social Snippet Repository. They are written in pure Javascript lanaguage, without using any Javascript framework like jQuery, MooTools, Dojo, etc.
1. Email Validation
Source
function checkMail(email){
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (filter.test(email)) {
return true;
}
return false;
}
2. Toogle Checkboxes
Source
<script type="text/javascript">
function toggle_checkboxes(id) {
if (!document.getElementById){ return; }
[...]
Continue reading 10 most useful Javascript snippets from snipplr
So I have released two native iPhone apps in the last 2 months. The first iPhone app is called Salary Calculator, and it was released on 06 October 2010. The app was submitted to iTunes Connect on 28 September 2010.
The second app was a niche app for Property Investors in Australia, [...]
Continue reading Five Important Steps into iPhone App Development for Beginners
Australian Mobile Internet Usage Infographics (click to enlarge)
This infographics is created by Anansi Web Development, Sydney, Australia, the creator of Store Locator app for iPhone.
http://www.anansi.com.au http://sitelocator.mobi
Source: http://www.smh.com.au/digital-life/mobiles/australians-take-to-mobile-internet-20100429-tszn.html (The Nielsen Company)
Continue reading Australian Mobile Internet Usage Infographics
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 

