Posts Categorized : Web Development

6 Useful Web Development Boilerplates

Posted by & filed under Tech, Web Development.

In web development, we have different types of boilerplates for different technologies. Thanks to all the people behind all these boilerplates. They have put all the best practises, good examples, useful tips all in one place. Ultimately, this can save heaps of your development times. For example, HTML5 boilerplate, it doesn’t just comes with HTML…

Continue reading


10 Javascript Text Effects

Posted by & filed under Tech, Web Development.

There are many ways to enhance web typography, we used to use flash replacement script such as sIFR to change the font face by using flash embed, but the drawback is it’s using flash to replace existing font and it could slow down webpage. Now we moved on to font embedding service such as Typekit…

Continue reading


Making a presentation with HTML, CSS and Javascript is no longer an impossible task. With the development of CSS3 and support on most modern browsers, the slide transition no longer limited to fading, sliding, blinding. It allows us to achieve cool effects such as rotation, 3D transform and transition. The following is 6 javascript plugins…

Continue reading


CSS4 Sneak Peak

Posted by & filed under Tech, Web Development.

CSS3 has been a hot topic nowadays in web development. As it slowly crawl into every website, the World Wide Web Consortium (W3C – an International Community who develop Web Standards) has released the very first draft of CSS4 specification document 3 months ago. I know it’s way too early to talk about it now,…

Continue reading


Standardise the Appearance of Web Drop Down List

Posted by & filed under Tech, Web Development.

Drop-down list also known as “select list”, “listbox”, is one of the most common form user interface control you will encounter when you make form. We know how it works, how to use it but the appearance of drop-down list is out of our control. Hate it or Ignore it, different OS and different browsers,…

Continue reading


Continued from previous series of skinning carousel, this time we will be skinning an image slider with thumbnail carousel. The coolest thing though, we are still using the same jQuery plugin (carouFredSel) but different configuration and skin. For the skin, we are using this beautiful PSD file called “Little gallery” by Milos Milikic. According to…

Continue reading