3
Jan
// php the_time('Y') ?>
Scrollorama is a jQuery plugin for creating eye-candy effects in parallel to the scrolling of web pages.
By dividing the content into blocks, it simply lets us to animate elements on the page (when a block is reached) based on the browser window’s scroll position.
The animations are accomplished using CSS properties, durations of them can be defined and it is also possible to set the exact scrolling positions of the start/stop events.

Requirements: jQuery
Compatibility: All Modern Browsers
3
Jun
// php the_time('Y') ?>
We generally have lots of content to present but can not load all of it at once as it may take too long.
I always loved the dZone’s Ajax content loading while scrolling feature and created a similar one using jQuery.
I’m pleased to share with WebResourcesDepot readers (Check the demo – scroll down to see new content in the demo)
This Ajax auto content loading can very be handy in almost every project. Don’t forget to bookmark it (del.icio.us link).


Download package includes a working demo coded with ASP with a test MySQL database. ASP code is just a simple query so you can switch it with a one you like easily.
Read the rest of this entry »
28
Dec
// php the_time('Y') ?>
df Smooth Scroll is a tiny javascript which lets you scroll the page slowly & smoothly.
This script is too simple to understand and use. Nothing but playing with Anchor Tags.
Features:
- Simplest to implement
- One of the smallest Javascript 1024 bytes
- Cross-Browser compatible
- Includes the source file too…

Requirements: No Requirements