Subscribe to this Blog
If you liked this blog post then please
subscribe
to this blog.
February 2008 - Posts - Stephen Walther on ASP.NET MVC
Stephen Walther on ASP.NET MVC
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
AJAX
Application Building
ASP.NET
ASP.NET MVC
ASP.NET Unleashed
Books
JavaScript
Talks
TDD
Tips
Sponsors
advertise here
Navigation
Home
Blogs
Archives
December 2008 (1)
November 2008 (1)
October 2008 (7)
September 2008 (13)
August 2008 (17)
July 2008 (16)
June 2008 (16)
April 2008 (2)
March 2008 (11)
February 2008 (3)
Blogs I Read
Object Mentor
February 2008 - Posts
3
Comments
ASP.NET 3.5 Unleashed Errata: ASP.NET AJAX Authentication
by
swalther
Well, I guess it is too much to hope that there would not be any errors in an almost 2,000 page book. Bertrand Le Roy sent me an email pointing out a security hole in one of my code samples...
Filed under:
AJAX
,
ASP.NET Unleashed
,
Books
13
Comments
Creating JavaScript Properties in ASP.NET AJAX
by
swalther
JavaScript (or more accurately, ECMAScript 3.0) does not support properties. JavaScript objects do not have properties in the same sense as C# or VB.NET objects have properties. That’s unfortunate, since there are benefits to C# and VB.NET properties...
Filed under:
JavaScript
,
AJAX
3
Comments
JavaScript Magic Properties: Using __count__ , __proto__ , and __parent__
by
swalther
Two of the Mozilla implementations of the JavaScript engine, SpiderMonkey and Rhino, support a special list of magic properties. Because SpiderMonkey is the JavaScript engine used by Firefox, this means that you can use these magic properties in JavaScript code that is executed within the Firefox browser....
Filed under:
JavaScript
More Posts