Smooth Scrolling in jQuery
Single page websites seem to be all the rage now a days. Scrolling effects seem to be in high demand. So in this post I’ll show you how to create a smooth scrolling page with jQuery.
Tweet


Single page websites seem to be all the rage now a days. Scrolling effects seem to be in high demand. So in this post I’ll show you how to create a smooth scrolling page with jQuery.
When it comes to forms, keeping things easy and clutter free for the user is key. In this tutorial I’ll show you how to create tooltips that helps users without the clutter.
Read more…
Google has offered yet another fantastic service that allows you to add new free fonts to your web pages. This article will give you a quick run down on how to do this.
Zen Coding is by far my favorite development tool. It makes website development quick and easy, and like the name suggests it instills a state of calm ![]()
Read more…
Gone are the days of using images for rounded corners. With CSS3 PIE internet explorer can now use CSS3 awesomeness.
Here is a list of some older posts that you might have missed.
Homepages generally don’t have enough space for all the promotions clients want to put on there. The homepage slideshow is a great space saving solution, while keeping your homepage from looking like a dollar store advert. This post will walk you through the code of a jQuery slideshow.
From time to time you may see a website that reveals some image in the background when the user scrolls. More times than not it displays advertising. We’re going to create a super quick and easy web page that reveals an image as the user scrolls down.
The post How to Create a 3D Tag Cloud in jQuery showed how to create a carousel like tag cloud that interacted with the users mouse. While playing around with the code, I’ve stumbled upon a cool effect by changing one line of code.
In a previous tutorial we showed how to use AJAX with jQuery.. We created a simple input box that outputs info from the server after each character you type in. In this tutorial we will take one step further and create an auto complete feature, much like Google or Yahoo’s search box.