Archive | Javascript RSS feed for this section

How To Create A Stunning Horizontal Navigation Menu Like Apple[dot]com With CSS3 and jQuery?

Did you ever wish to design a gorgeous menu like apple website has? I am sure you must have visited the apple.com site once or more times before you got a chance to read this article. How many of you noticed the beautiful top horizontal menu? If you are a developer/designer you must have thought [...]

Read full story Comments { 3 }

Improve Performance Of Web Pages With Code Minifiers, Compilers, Compressors (Recommended)

There are several tools available on web which you can use to enhance your code and make it more optimized. For small sites it won’t effect much but when you are coding for much bigger site which is handling more traffic, these tools can be very much effective. I have collected few of the best [...]

Read full story Comments { 2 }

How To Add Hover Effect On DIV In IE?

There are number of glitches that exists in IE. One glitch is that it does not allow hover effect other than on anchor <a> tag.  This small and quick tutorial will show you how to do it with simple JavaScript and CSS.

Read full story Comments { 5 }
Optimize JavaScript Code With Closure Compiler

Optimize JavaScript Code With Closure Compiler

The easiest way to get familiar with the Closure Compiler service is by optimizing a few simple functions in the service’s web UI. (http://code.google.com/closure/compiler/docs/gettingstarted_ui.html)

Read full story Comments { 0 }

Make Fewer Or Less HTTP Requests With Minify

When we talk about web2.0, fast web, fast page load, web page optimization, website performance, caching etc; the only thing come into our mind is how do we do that? Lets figure it out. This article is all about using a php library which takes less effort to have fast web pages for your websites. [...]

Read full story Comments { 1 }