Javascript Countdown Timer
Posted by e. | Filed under JavaScript
Need a stylish Javascript countdown timer? No problem. Here’s a quick and dirty way to get one up that’s clean and usable. Check out the demo to see it in action.
To install:
Add the following HTML snippet to the section of your page where you want the timer to be placed
<div id="counter" class="counter">
<ul class="countdown">
<li><div class="countdown_num" id="countdown_day"></div><div>Days</div></li>
<li><div [...]
Tags: countdown, JavaScript, timer
5 Awesome JavaScript Solutions
Posted by e. | Filed under JavaScript
Here are 5 awesome JavaScript solutions for your professional design:
Facebook Inspired Auto-Complete Form - One of the best multiple select text forms is on facebook. This post shows you how to do it.
CSS Sprites Using JQuery - A cool post that shows you how to do CSS Sprites using JQuery. Very Useful
JParallax - This is a cool tool [...]
Tags: Ajax, CSS, Facebook, Forms, JavaScript, JQuery
Resizable Rounded Corner Sliding DIVS
Posted by e. | Filed under Design, JavaScript
With the web 2.0 era in full swing, it’s hard NOT to find a site conforming to what seems to be the definitive web 2.0 look and feel. Unless you’ve been hiding under a rock for the past few years, you know what I mean by this. Sites (at least the updated ones) tend to [...]
Tags: CSS, JavaScript, liquid layout, rounded corners, Scriptaculous