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>
-
Resizing images from the server using WPF/WIC instead of GDI+
Bertrand Le Roy has this on his blog today: http://weblogs.asp.net/bleroy/archive/2009/12/10/resizing-images-from-the-server-using-wpf-wic-instead-of-gdi.aspx
-
The jTemplates plugin for jQuery – Keep inline templates from being misinterpreted
I love the jTemplates plugin for jQuery. It works great and I’ve had very little trouble working with it when I put my templates in separate files. This ensures that the browser does re-interpret the html for the template and re-arrange the elements. This happens mostly with tables in IE and Webkit browsers where you want to repeat the rows of the table. You’ll see what I mean in a moment.
-
Configuration, System.Diagnostics and Medium Trust
In the past, I have widely used, and been a fan of, TextWriterTraceListener and EventLogTraceListener configured via the web.config in order to output diagnostics information from a web app or site. These things have been there since .Net 1, so our main library of code has hooks into System.Diagnostics. We even implemented a messaging aspect to this so that certain critical errors would trigger an SMTP message to us. This has been invaluable in determining what is happening with a site as content changes, or something happens that we need to take action on before a complaint comes in. (Who am I kidding – this is how we find out about bugs that got missed for whatever reason).
-
Shrinking your SQL Server 2005 Transaction Log
I get this question all of the time, and there is a great support article from Microsoft on how to do this.
-
CNET News: Visual Studio 2010 to launch in March
According to this article from CNET News from October 19th, Visual Studio 2010 will launch in March, 2010. This sort of follows the current timeline, where the Beta 2 has just been released, and we can probably expect another beta and/or a Release Candidate drop to evaluate before the final release.
-
Closer to the finish line with VS 2010 and .Net 4.0!
Today on his blog, Scott Guthrie announced on the availability of beta 2 for VS 2010 and .Net 4.0.
-
More URL Routing in Asp.Net 4.0…
We do our own routing with Agility CMS, however we are looking at switching to the more standardized routing built into Asp.Net (as of 3.5sp1).
-
TFS Power Tools – Get Changeset, Rollback Changeset
Check it out - http://blogs.msdn.com/buckh/archive/2005/11/16/493401.aspx
-
Getting excited about AJAX again (but will I use jQuery or Microsoft Ajax 4.0 – or both?)
Dave Reed has a great example of how to do few different things in Preview 5 of Microsoft Ajax 4.0.
-
Always check for null on Request.UserAgent…
Personally, I love the “Browser Capabilities” project on codeplex (http://browserdetection.codeplex.com/) that does a nice job of extracting the actual things that a browser can do, saving you from doing things the following: