Click here to Skip to main content
16,010,334 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Controlling Firefox Pin
Bradml23-Nov-06 21:46
Bradml23-Nov-06 21:46 
GeneralRe: Controlling Firefox Pin
Brady Kelly23-Nov-06 22:10
Brady Kelly23-Nov-06 22:10 
GeneralRe: Controlling Firefox Pin
Bradml24-Nov-06 2:15
Bradml24-Nov-06 2:15 
GeneralRe: Controlling Firefox Pin
Brady Kelly24-Nov-06 2:31
Brady Kelly24-Nov-06 2:31 
Questionhow browsers render pages Pin
karanba23-Nov-06 12:12
karanba23-Nov-06 12:12 
AnswerRe: how browsers render pages Pin
Bradml23-Nov-06 19:15
Bradml23-Nov-06 19:15 
GeneralRe: how browsers render pages Pin
karanba24-Nov-06 9:28
karanba24-Nov-06 9:28 
GeneralRe: how browsers render pages Pin
Bradml24-Nov-06 14:17
Bradml24-Nov-06 14:17 
Honestly the documentation in this area is very poor.

If you had to look something up then probably research:

1. Cache

That is pretty much the key to the fastest pages.
One thing you have to realize is that once the browser receives all the information the rendering takes milliseconds.

I'll give you a hint that will help you speed up your download/rendering times. Research how to properly deploy a XML/XSLT solution. What this does is put all the rendering and formating information in one place(this can even make menus, banners, footers, etc) and it is only downloaded once by the user.

Then you make every page in XML with little/no formating. This means that only the unique content for every page is downloaded. The XSLT is only downloaded once and then stored in the Cache.

If you need information in more specific areas I'd be happy to help.





Brad
Australian
By contacting your lawyer you negate the right to sue me.

Questionjavascript code for a calender Pin
kumar bharat bhusanam23-Nov-06 3:44
kumar bharat bhusanam23-Nov-06 3:44 
AnswerRe: javascript code for a calender Pin
Christian Graus23-Nov-06 9:25
protectorChristian Graus23-Nov-06 9:25 
GeneralRe: javascript code for a calender Pin
Bradml23-Nov-06 19:05
Bradml23-Nov-06 19:05 
AnswerRe: javascript code for a calender Pin
Steven J Jowett24-Nov-06 1:05
Steven J Jowett24-Nov-06 1:05 
AnswerRe: javascript code for a calender Pin
ednrgc27-Nov-06 3:59
ednrgc27-Nov-06 3:59 
QuestionDLL problem Pin
Imran Khan Pathan23-Nov-06 1:30
Imran Khan Pathan23-Nov-06 1:30 
AnswerRe: DLL problem Pin
Christian Graus23-Nov-06 9:27
protectorChristian Graus23-Nov-06 9:27 
QuestionHow to change the speed of the scrollbar of a div? Pin
Virat Soni22-Nov-06 21:28
Virat Soni22-Nov-06 21:28 
AnswerRe: How to change the speed of the scrollbar of a div? Pin
Bradml22-Nov-06 23:30
Bradml22-Nov-06 23:30 
AnswerRe: How to change the speed of the scrollbar of a div? Pin
Virat Soni23-Nov-06 1:49
Virat Soni23-Nov-06 1:49 
GeneralRe: How to change the speed of the scrollbar of a div? Pin
Shog923-Nov-06 8:17
sitebuilderShog923-Nov-06 8:17 
GeneralRe: How to change the speed of the scrollbar of a div? Pin
Virat Soni26-Nov-06 22:35
Virat Soni26-Nov-06 22:35 
GeneralRe: How to change the speed of the scrollbar of a div? Pin
Shog927-Nov-06 4:58
sitebuilderShog927-Nov-06 4:58 
QuestionUnable to use prototype with my javascript custom object. Pin
howardjr22-Nov-06 9:20
howardjr22-Nov-06 9:20 
AnswerRe: Unable to use prototype with my javascript custom object. Pin
howardjr22-Nov-06 10:09
howardjr22-Nov-06 10:09 
GeneralRe: Unable to use prototype with my javascript custom object. Pin
led mike22-Nov-06 10:28
led mike22-Nov-06 10:28 
GeneralRe: Unable to use prototype with my javascript custom object. Pin
howardjr24-Nov-06 1:18
howardjr24-Nov-06 1:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.