Browse by Tags

All Tags » JavaScript (RSS)

Visual Studio 2008 “Format Document/Selection” command and a function named “assert” in JavaScript code by AGS777

Just have found some funny behavior of the Visual Studio 2008 editor. Sorry if it is already well known bug. If you happened to have a JavaScript function named “assert” in your code (and there is pretty high likelihood in my opinion), for example something...

jQuery Templates Proposal – dissecting plugin code by AGS777

As you’ve probably heard, it was announced during the second-day MIX keynote that Microsoft is going to contribute to jQuery project. As a part of the contribution templating proposal was written and experimental plugin code is already available. Having...

Lazy HTML attributes wrapping in Internet Explorer by AGS777

Having encountered this Internet Explorer (all versions) behavior several times previously, I eventually decided to share this most probably useless knowledge. Excuse my lengthy explanations because I am going to show the behavior along with a very simple...
Filed under: ,

Firefox 3. XSLT Processing Engine bug? by AGS777

I stumbled upon really strange issue while researching unexpected behavior of existing web application under Firefox 3. So, there are ultimately simplified steps to reproduce: 1. XML document: <?xml version="1.0"?> <items> <item> <id>1<...
Filed under:

Array.prototype.slice vs manual array creation by AGS777

In a constant pursuit of new and more effective ways to implement common JavaScript code patterns I've recently found out (sorry for such probably trivial finding but it was a real news for me) that Array.prototype.slice method can be easily used to make...
Filed under:
More Posts