admin on September 3rd, 2008

Operating System: Windows Vista Enterprise 32 bit
CPU: Intel Pentium(R) 4 CPU 3.00GHz
Memory: 2038 MB
Tools: Testing Javascript Page

Opera 9.24 Score: 82

It is not too bad.

Firefox 3 Score : 109

It is fairly fast!

Chrome beta Score : 1105
WOW, ten times faster than firefox,

I am glad I downloaded it. Well done Google!

Internet Explorer [...]

Continue reading about Chrome vs IE Javascript Engine Performance Comparison

admin on November 1st, 2007

Elements way is good at interoperability.
Attributes way is good at size of the XML.

<message>
     <id>1</id>
     <myword>Hello</myword>
</message>

<message id=”1″>
     <myword>Hello</myword>
</message>

<message id=”1″>Hello</message>

<message id=”1″ myword=”Hello” />

Which way do you prefer?

Continue reading about XML Elements or Attributes in the world