We visited this concept of re-sizeable background images before… but reader Doug Shults sent me in a link that uses a really awesome technique that I think is better than any of the previous techniques. Read the rest of this entry »
August 20th, 2010 admin Posted in CSS Tutorials, Design and Layout, HTML & XHTML Tutorials, JavaScript & AJAX Tutorials No Comments »
We visited this concept of re-sizeable background images before… but reader Doug Shults sent me in a link that uses a really awesome technique that I think is better than any of the previous techniques. Read the rest of this entry »
July 28th, 2010 admin Posted in CSS Tutorials, HTML & XHTML Tutorials No Comments »
A CSS framework is a library that is meant to allow for easier, more standards-compliant styling of a webpage using the Cascading Style Sheets language. Just like programming and scripting language libraries, CSS frameworks package a number of ready-made options for designing and outlaying a webpage. . Read the rest of this entry »
July 28th, 2010 admin Posted in CSS Tutorials, HTML & XHTML Tutorials No Comments »
Blueprint is a CSS framework, which aims to cut down on your development time. It gives you a solid foundation to build your project on top of, with an easy-to-use grid, sensible typography, useful plugins, and even a stylesheet for printing. Read the rest of this entry »
May 27th, 2010 admin Posted in CSS Tutorials, HTML & XHTML Tutorials No Comments »
You’ve heard of HTML 5 by now. Probably the most common new features include the new elements, specifically <video>, <audio>, and <canvas>. Although those are amazing improvements, there are some lesser known features that are worth taking another glance at. Read the rest of this entry »
April 15th, 2010 admin Posted in CSS Tutorials, Design and Layout, JavaScript & AJAX Tutorials, Open source, PHP & MySQL No Comments »
For moderately sized sites (including simple e-Commerce sites), WordPress does a pretty good job as a CMS, making it easy to maintain your site, and update your content. Of course, it does this best with the help of a good theme, and some great plugins. The strength of WordPress is the community of developers who have already done almost anything you can think of with it. Here are the best plugins we’ve run across, the ones we install for nearly all of our client’s sites. Read the rest of this entry »
January 28th, 2010 admin Posted in CSS Tutorials, Design and Layout No Comments »
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:
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.
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.
![]()
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.
Requirements: -
Demo: http://code.google.com/p/minify/
License: New BSD License
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.