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…
It’s the small things in a website that makes your clients go OOOHhhhh… Things like animating the scroll when someone clicks a back to top link can give you some serious brownie points. Considering it’s online a couple of extra lines of code it’s well worth it.
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…
Newsletters unfortunately are a necessary evil. Developers hate them and marketers love them. Here is a couple tips to help you through your next newsletter.
Here is a list of some older posts that you might have missed.
Beginners might often steer away from trying to reorder lists by dragging and dropping. The thought of doing something like that sounds daunting. Luckily jQuery has made it relatively simple. Here is a tutorial on how to make a list sortable.
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.
If you’re just starting out in jQuery, one of the most important things is to learn to make things interactive. This tutorial will show the basics of working with the mouse in jQuery.