Archives
-
jQuery Templates Proposal – dissecting plugin code
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.
-
Lazy HTML attributes wrapping in Internet Explorer
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 case when one can come across it inadvertently.
-
Hook up to arbitrary HttpModule event in global.asax
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 nothing new in this post for you (while still you may find subtleties you did not know previously).