|
|
#2 (permalink) |
|
Junior Member
Join Date: May 2007
Posts: 1
Rep Power: 0 ![]() |
I assume you are talking about designing a website which loads quickly?For the HTML code, make sure it's lean and doesn't contain too much rubbish in it. Strip out comments, indents, if you're using scripting (e.g. JavaScript) make the lengths of your variables small (e.g. use 'a' instead of 'hasTheUserClickedTheMouseYet').For images, reduce the colour-depth or increase the compression. Try saving images in a different format (e.g. gif, jpeg, png) and compare file-sizes - jpegs are good for photos but aren't as good as gifs for buttons.Similarly for audio and video - try different codings (avi, mp3, mp4, etc) and experiment with reducing the bit-rate to see if the experience is still acceptable.
|
|
|
|
![]() |
| Bookmarks |
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 'Google Translate' Uses AJAX to Optimize iPhone | microbee | AJAX Help | 0 | 08-12-2008 07:13 PM |
| Notes from AJAXWorld: Times They Are a Mashin' | microbee | AJAX Help | 0 | 10-08-2007 01:09 PM |
| AJAX Company Backbase Joins Industry Leaders in SD Times 100 | microbee | AJAX Help | 0 | 06-02-2007 02:08 AM |
| How to Split a doc file to multiple html pages? | sudheer k | XHTML and CSS | 0 | 04-26-2007 06:09 AM |