Web and blog design tips and tutorials. CSS, Flash / Actionscript, Photoshop, PHP, etc..
| Home | My Account | Directories |
Speed Up Your Site: The Basics
Published on 2007-11-18 12:38:53
A page's loading speed is affected by 4 major things, server-side processing, client to server communication, size of data to be downloaded and rendering time. This article will focus on the latter two - minimizing the data to be loaded and reducing browser rendering time. Here are some great tips and tricks:
Make your menus pretty with CSS
Published on 2007-11-13 23:56:34
Time to replace your boring text-only site navigation with something more pleasing to the eye? How about beautiful CSS-based tab-like navigation? With free customizable source code? Here are a few nice resources for CSS navigation as well as my selection of cool menus and tools:
Tips for making a good contact form
Published on 2007-11-09 11:10:05
Contact forms are a must for practically any type of website. Most likely, the first contact you will have with a potential customer will be through the contact form on your site, thus it is one of the most important parts of the website. Here are a few tips and guidelines for making a good contact form.