Nothing fancy
ASP.NET, JavaScript, Ajax, CSS
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.NET
AJAX
ASP.NET
ASP.NET MVC
JavaScript
jQuery
Visual Studio
Sponsors
advertise here
Navigation
Home
Blogs
Archives
April 2010 (1)
March 2010 (3)
September 2009 (1)
June 2008 (1)
May 2008 (1)
February 2008 (1)
Blogroll
NCZOnline
ScottGu's Blog
John Resig's Blog
INFINITIES LOOP
Tales from the Evil Empire
Browse by Tags
All Tags
»
JavaScript
(
RSS
)
AJAX
ASP.NET MVC
jQuery
Visual Studio
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...
Filed under:
JavaScript
,
Visual Studio
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...
Filed under:
AJAX
,
ASP.NET MVC
,
JavaScript
,
jQuery
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:
AJAX
,
JavaScript
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:
JavaScript
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:
JavaScript
More Posts