18 Mar
Firstly, Scott & Vivian had a new (as yet unnamed) baby girl. Go say congratulations.
16 Mar
WordPress have just (read: finally!) released the public WordPress Plugin Directory where you can download all the plugins that have been submitted to the development plugin site wp-plugins.org.
Plugins now have a permanent download link, because the directory always takes the latest version and links straight to the download file. It also provides stats on downloads over time. Brilliant!
From the post, here are the benefits to plugin developers:
Here’s a link to all my plugins on the directory. This is so very great. Thanks to Matt & his team for getting this up & running.
15 Mar
JetBrains have released the first EAP version of ReSharper 3.0. According to the 3.0 Roadmap, the 3.0 release is going to be mostly about adding in VB.NET support for ReSharper. There is a full list of changes for this build available here.
VB specific changes:
- Rename works in Visual Basic
- The following refactorings work in Visual Basic:
- Rename
- Move type to another file
- Copy type
- Move static members
- Introduce variable
- Live templates work in Visual Basic (not all macros work; no bundled templates)
- Type name completion (Control+Alt+Space) works in Visual Basic
- Smart code completion (Control+Shift+Space) works in Visual Basic
Non-VB specific changes:
- TO-DO Explorer (try ReSharper -> Windows -> To-do Explorer)
- Solution-wide error analysis (enable it by checking the ReSharper -> Options -> Highlighting -> Analyze whole solution checkbox)
- Automatic member reordering (configured at ReSharper -> Options -> Member Order; configuration UI is plain XML for now as the options are not finalized yet)
- More context actions and quickfixes
- Suggestions
- Make field read-only
- Make parameter type more specific
- XAML is supported (to the extent of recognizing symbols declared in XAML files and resolving some references; more will come in future builds)
Download here. I’d highly recommend installing this in a Virtual PC image if you use your machine for development normally. I’m using the Orcas CTP image, that way I get to test two things at once.
15 Mar
Microsoft has released service pack 2 for Windows 2003. There’s a summary of what’s new on this TechNet article, and a full list of updates here. There’s a marketing promo for installing the service pack, the most interesting points of this release for me are:
12 Mar
I was reading Nick Bradbury’s blog the other day & he had a post on RSS Good Practices: Provide Alternate Content When Embedding Video where he said
Lately I’ve noticed a lot of feeds that contain embedded videos which fail to provide alternate content for readers who can’t view the videos. For example, a number of feeds use the HTML <embed> tag to embed video objects but neglect to include <noembed> sections. The end result is a less-than-optimal experience for many people …
… A more user-friendly solution would be to include a <noembed> section that contains a thumbnail image of the video which links to the actual video
This is an important thing to consider, especially for people who provide a full-text RSS feed. Unless someone wants to comment (or read the comments) there’s not often a reason for people to leave their feed reader and actually load up my website. But if I’ve embedded video in a post, they can’t see it. And if it’s come from YouTube or a similar service, they simply won’t see anything because YouTube doesn’t provide a <noembed> section in its code. Neither does Google Video, Soapbox (it does have a HTML link back by default though) or GameVideos. This is a real shame, because it would be trivial for them to do so & it would make the user experience much better, not to mention increase their click-through rate.
12 Mar
Finally got my internet connection back up!