Recent Posts

0
Comments

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...
1
Comments

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...
0
Comments

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: ,
5
Comments

Hook up to arbitrary HttpModule event in global.asax by AGS777

First of all, if you are already aware of the technique you can use to bind an event handler to the arbitrary event of the arbitrary HttpModule registered within your application using global.asax file, then, I am terribly sorry - there is most probably...
Filed under:
6
Comments

Where is my Microsoft Ajax 3.5 library standalone download? by AGS777

Today I visited http://www.asp.net/ajax/downloads/ page to download standalone version of Microsoft Ajax 3.5 client library and used "Download the AJAX Library" button as I surely did many times previously. The landing page contained only the following...
Filed under: ,
8
Comments

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:
2
Comments

.NET Framework 1.1 Service Pack 1 and Page.RegisterStartupScript by AGS777

First, if you are are developing exclusively ASP.NET 2.0+ applications, sorry, there is nothing interesting for you in this post. Second, if you are involved in some ASP.NET 1.1 projects and have no plans to install new development environment, then,...
Filed under: ,
15
Comments

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