JavaScript

There are 2 entries for the tag JavaScript

Google Chrome Javascript Performance

As you may have already heard, Google has released their own browser - Google Chrome. It's a beta at this stage, but what's there now is quite impressive: the main thing that cought my attention is the way they're handing JavaScript. Essentially they are compiling JavaScript into machine code, which yeilds a much faster performace. So, i've run some javascript tests and was amaised by the results: Chrome performed about 30 times faster than IE and almost 2 times faster than Firefox 3! Javascript performance comparison ...

Code Highlighting

Looking at HTML code highlighting options i found these: http://www.manoli.net/csharpformat/ - online tool that allows you to format your C#, VB, HTML, XML, T-SQL or MSH (code name Monad) code for publishing on a web site or in a blog. http://code.google.com/p/syntaxhighlighter/ - JavaScript syntax highlighting. http://www.codeproject.com/aspnet/CSharpColorizer.asp - automate posting of formatted and colorized C# source code in four different ways (source in C#) http://www.actiprosoftware.com/.../CodeHighlighter/ - free (no source though) web control with lots of supported languages. http://projectdistributor.net/...projectId=11 - currently supports 23 languages by default and...