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

Web Development

 
GeneralRe: Controlling Firefox Pin
Bradml23-Nov-06 19:42
Bradml23-Nov-06 19:42 
GeneralRe: Controlling Firefox Pin
Brady Kelly23-Nov-06 21:16
Brady Kelly23-Nov-06 21:16 
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 
karanba wrote:
--> which one is best fast for ie .. using divs or tables to layout conttent?

Honestly you would need to be formatting an insane amount of data to really see the difference, but divs can be processed slightly faster because they are each individual objects, a table is completely constructed before it is shown to the user.


karanba wrote:
--> when to include style data in page or when to put style on a css file?

If you have a lot of pages that use the same styling then CSS is faster, because it is downloaded once. Otherwise embedded CSS is faster on a per page basis.


karanba wrote:
--> how to find javascript usage of cpu and ram on a page, and compare with each other?

I don't think you can, but JavaScript rarely takes up too much CPU/Ram.


karanba wrote:
--> does flash object is bad for rendering speed of a page?

Flash will slow download, but once down the rendering is nto affected. Just make sure it loads into an area with a predefined size.


karanba wrote:
--> which doctype is best, in which stuation

This really depends on how structured you code is. If you think that you can make a XHTML page with no problems, then use it, otherwise use transitional.


karanba wrote:
--> is it really helps giving all dimension, like height, to tags that explore do not need to think about it.

It depends on what you are rendering, if it is dynamic text which does not have a height limitation then leave it, else set it and set the overflow/


karanba wrote:
--> how many percent of a page elemnets takes total time of rendering all elements.

WTF | :WTF:


Hope that helped. Want to know anything else?







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

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 
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 

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.