Top 71 CSS Menus Navigation Tabs

January 28th, 2010 admin Posted in CSS Tutorials, Design and Layout No Comments »

  1. 11 CSS navigation menus : at Exploding Boy
  2. 12 more CSS Navigation Menus. : at Exploding Boy
  3. 14 Free Vertical CSS Menus : at Exploding Boy
  4. 2-level horizontal navigation : demo at Duoh
  5. Absolute Lists: Alternatives to Divs : An approach of using lists instead of divs at evolt Read the rest of this entry »

AddThis Social Bookmark Button

Superfish v1.4.8 – jQuery menu plugin

December 24th, 2009 admin Posted in CSS Tutorials, JavaScript & AJAX Tutorials No Comments »

Superfish is an enhanced Suckerfish-style menu jQuery plugin that takes an existing pure CSS drop-down menu (so it degrades gracefully without JavaScript) and adds the following much-sought-after enhancements:

jQuery Suckerfish Menu Read the rest of this entry »

AddThis Social Bookmark Button

Can We Prevent CSS Caching?

May 29th, 2009 admin Posted in CSS Tutorials, Design and Layout, HTML & XHTML Tutorials No Comments »

When you are developing a site, there is a heck of a lot of “refreshing” going on. You start to get a pretty good feel for what your browser is going to pick up on a single refresh, and what it won’t. For example, I find that if I over-write an image file on the server, it will take me two refreshes for that image to update on the live site. Then maybe I’ll pop over into Opera and see how the site is doing over there, only to find on the first render of the page that is a really old version. Uh oh. Refresh. Refresh. Oh… there it is.

Read the rest of this entry »

AddThis Social Bookmark Button

Minify - Combine & Compress CSS or Javascript Files

February 23rd, 2009 admin Posted in CSS Tutorials, JavaScript & AJAX Tutorials No Comments »

Minify
is a PHP5 app that can combine multiple CSS or Javascript files,
compress their contents (i.e. removal of unnecessary
whitespace/comments), and serve the results with HTTP encoding
(gzip/deflate) and headers that allow optimal client-side caching.

 

More...

Yahoo’s Combo Handler and Google’s AJAX Libraries API both serve content from their heavy-duty CDNs and potentially
increase the chance that your visitor will already have a file in her
browser cache. Neither service serves custom content that you provide.
You may wish to use these services to serve popular libraries and
Minify to serve your code.

Minify is distributed under the New BSD License, which means that
you’re free to use, modify, and redistribute Minify or derivative works
thereof, even for commercial purposes, as long as you comply with a few
simple requirements. See the License file for details.

combine multiple CSS or Javascript files

Requirements: -
Demo: http://code.google.com/p/minify/
License: New BSD License

AddThis Social Bookmark Button

10 Quick Tips For Making Your Large Graphics Load Faster

September 21st, 2008 admin Posted in CSS Tutorials, Design and Layout, HTML & XHTML Tutorials No Comments »

There’s nothing worse then having to sit and wait while the images are loading on your webpages. We’ve become a society of convenience with microwaves, instant soup and lightening fast servers. We want things in the blink of an eye.

Your visitors expect nothing less when they land on your site. You’ve only got a couple of seconds before they hit that back button…. and they are gone… to a faster site that will give them the information they want instantly!

Here are 10 quick tips for decreasing the load time on your graphics.

Read the rest of this entry »

AddThis Social Bookmark Button