Joel Varty
A software architect's thoughts from <a href="http://www.edentity.ca" style="text-decoration:underline">Edentity Web Systems</a> in Toronto, Canada. <br/> Read my personal blog here: <a href="http://joelvarty.com" style="text-decoration:underline">joelvarty.com</a>
-
Windows Blog: “Windows 7 on Track to Hit This Holiday Season”
This is good news!
-
Load jQuery Dynamically
Sometimes you have to load jQuery, but you don’t know if it has already been referenced somewhere else in the website.
-
TFS Work Item Changed Notification: Customizing the URL for Team System Web Access
This has been explained a bunch of times – most notably here – I just thought I would capture here what I did to update our TFS instance to solve this issue.
-
Using the Generic Dictionary with JSON web services…
If you want to pass a name/value collection of untyped data to a webservice with JSON, do it like this guys, Joost van Schaik, says:
-
Detect a security exception when using FormsAuthentication
If you are using the web.config to determine security for aspx pages, you may have noticed that you don’t get the chance to determine whether a security exception has been thrown. The user will simply be return to the login page with a ReturnUrl query string pointing back to the url they were trying to access.
-
TFS Quick Tip: Use HTML in the History field for Work Items
I have just been editing the project templates to enable HTML in the description field. As it turns out, the description field is locked down as plain text.
-
LINQ-SQL: Why I Love it and why I hate it
Love it:
-
Force IE7 Compatibility Mode in IE8 with IIS settings
There a ton of examples on the web of how you can force IE8 into IE7 compatibility mode using a meta tag in the header.
-
Don’t use alert() on AJAX webservice errors!
Even if you want the user to be notified of the fact that an AJAX webservice call has errored out, don’t use an alert() to do it.
-
LINQ-SQL – Incorrect results from Count() from Lambda expressions
Check out the following C# code: