April 19, 2009, 6:29 pm
Wanted to point out some significant news and links that I’ve been meaning to post (mostly for my own reference).
- SQL Server 2008 Service Pack 1 Released:
- Internet Explorer 8 Released:
- ASP.NET MVC 1.0 Released:
- Expression Blend 3 Preview Released:
- Silverlight 3 Beta Released:
- Microsoft Web Platform Installer 1.0 and 2.0 Beta Released:
January 22, 2009, 8:42 am
The jQuery team has just released jQuery 1.3.1. This is mainly a bugfix release. You can view the fixed bugs on the jQuery bug tracker. You can download this release by visiting the jQuery Downloads page, or more directly, the 1.3.1 Release Download page.
The blog post regarding this release makes a few important points to be aware of:
- jQuery support for Safari 2 is being phased out.
- Packed versions of jQuery will no longer be available.
- Packed scripts make debugging more difficult, cause platform incompatibilities (e.g. Adobe Air, Caja), and can actually increase loading times in many cases versus a plain minified script.
This update should not contain any breaking changes. Happy jQuerying!
January 18, 2009, 6:26 pm
While this is not new news, I realized that finding the link to download FxCop 1.36 is still not as straight forward as I’d like it to be (most links are still pointing to the 1.35 on msdn code or the 1.36 Beta 2 release), so I thought I would add the link here so I can find it again, or anyone else for that matter.
For those who haven’t used it before, FxCop is a tool to analyze .NET assemblies based on a set of rules in order to find potential defects or design issues. The tool comes with a lot of very helpful built in analysis rules that are broken out into seperate categories (e.g. Performance, Design, Globalization, etc..). A lot of Continuous Integration tools have the ability to include FxCop analysis as part of a build so that the warnings FxCop generates can be tracked over time (hopefully in the *downward* direction).
And on a somewhat related note, I also wanted to add the download link for StyleCop, which ironically, is easy to find even though I’m pretty sure a lot more people are using FxCop.
StyleCop is a tool which analyzes C# source code using a set of rules (much like FxCop) in order to enforce code styling guidelines. It can be used in Continuous Integration projects to verify code style rules are being met. The rule documentation is also available at the link above. I have found reading the rule justifications to be quite educational at times, especially since many of the StyleCop rules run counter to common .NET programming practices that I’ve seen.
January 14, 2009, 9:50 am
A quick glance at the jQuery website today revealed that jQuery 1.3.0 has been released and is available for download! This release coincides with jQuery’s third birthday. You can find the release notes for jQuery 1.3 here. At this moment there is no link for an updated Visual Studio intellisense file, but using the old one should get you by for now.
I blogged previously about this release and the performance enhancements it’s expected to bring, but the release notes spell out in detail the performance differences of the new selector engine.
Along with this release, jQuery has created a new API Browser at http://api.jquery.com that is available in addition to the existing jQuery docs site. Whats nice about the new api browser is it can be downloaded and installed as an Adobe Air application.
Happy birthday jQuery!