Scrolling to the Top and Bottom with jQuery
DevelopmentHere's a way to scroll to the top or bottom of your website with a simple click. I have used the jQuery special scroll events from James Padolsey, and some few extra lines of jQuery. There are two buttons with fixed position o... read more
PrettyNumber - A jQuery Plugin for Formatting Numbers
DevelopmentHere's a jQuery plugin that transforms a number into a human readable format. This plugin formats a number like 23454321234 into 23.454.321.234 . You can use different delimiters like the comma, dot, space or anything you spec... read more
Clothesline Social Bookmarks – A CSS-only Social Bookmarking Tutorial
TutorialsToday we will create a fancy social bookmarking solution which will not require any JavaScript - it is only CSS based. We will hang up some rotated social bookmark icons on a clothesline and put a cute Tweetie sitting on to... read more
Easy PHP Site Translation
DevelopmentHere's an easy way to translate your web site using PHP. The idea is to have several files for each language you want to provide. Each one of these files have the name of the ISO code and the txt extension. For this demo I onl... read more
Creating a Rotating Billboard System with jQuery and CSS
TutorialsCurrently we are in the "hey, let's do that flash thing in jQuery"-mood and so we came up with another idea: a rotating billboard system. In this tutorial we will use some images, CSS and jQuery to create the effect of a ro... read more
Day and Night: Creating a Scenery Animation with jQuery and CSS
TutorialsIn today's tutorial I am going to show you, how to create an amazing animated scenery with just a few lines of jQuery and some absolute positioned elements with images. See the demo link below and check out the result. The ... read more
Fixed Fade Out Menu: A CSS and jQuery Tutorial
TutorialsInspired by David Walsh's top navigation bar that gets semi-transparent when you scroll down the page, I decided to create a tutorial out of that idea. The aim is to have a fixed navigation that follows the user when he scr... read more









