Windows Phone 7

I went to a hands-on lab about WP7 yesterday put on by Microsoft here in indy and I walked away all excited about how easy it should be to put a phone app together now with all of the tools being so familiar.  Visual Studio and XAML, very similar to WPF and Silverlight.  Cool stuff.  [...]

Virtual CloneDrive

Have  you ever downloaded a giant *.iso image file of a DVD and wanted to just use it without having to burn it to a disk first?  Check out Virtual CloneDrive and you’ll be able to just right-click the .iso file, mount it, and it then works like a new drive letter on your system  … and the sheep icon [...]

Silverlight 3, Expression Blend 3 and SketchFlow

Silverlight 3 is now available for download  from MSDN.  It seems pretty crazy that MS was able to add so many features so quickly, the last release was less than a year ago.  I haven’t explored all the new features yet but the first thing I plan on looking at is the new Expression Blend 3 which [...]

xSQL database schema compare tool

If you have ever wished that you could compare the schemas on two databases to see what the differences are, look no further than xSQL Object … http://www.xsqlsoftware.com  I tried the free version and it worked great, the full versions look even better.

Website Marketing Analyzer

I discovered a nice tool recently that helps you target, market and analyze the keywords and effectiveness of your websites … it is called Web CEO.  It has tools for helping you find good keywords to focus on, for example, it calculates an index called the KEI which represents a ratio of the popularity of [...]

BlogEngine.NET Open Source

There is a new starter kit available out on CodePlex called BlogEngine.NET that has some very nice features to it.  Its a lightweight blog application written in ASP.NET that has most of the usual features you would expect from a blog.  The source code is a nice reference implementation of an ASP.NET app that uses themes, etc., for rendering.  There are [...]

Quote of the day

Only those who attempt the absurd will achieve the impossible. — MC Escher
Absurd and impossible … why are all my ideas seeming that way lately?  ;)  –Andy

Using Silverlight to display books from an Amazon Web Service

I’ve been playing around with formatting XAML for Silverlight on the server side and I decided to mash-up some XML from an Amazon web service and get it to display a list of books. Here’s a sample page …

I ran into a few limitations but overall it went pretty well. The plugin doesn’t [...]

Third-party Silverlight controls are starting to emerge

ComponentOne is now showing off demos of it’s upcoming Sapphire Silverlight controls.  After installing the plugin, click on the Show Me Sapphire button on the carrousel.  The control gallery includes Flashy versions of buttons and listboxes and docking panels.  These are still alpha versions of the controls (a few things don’t work yet, like the Tab [...]

Silverlight Samples Page

I’ve been playing around with creating some XAML snippets and I needed a place to post my code so I created this little framework page to display them … ./silverlight/samples
 I’d like to create a little XAML Sample Manger in ASP.NET … if only I can find the time!!!