Write AJAX Apps Using Java With the Google Web Toolkit

Google just blogged about the Google Web Toolkit, a development framework that allows you to write an application in Java and convert it into a working AJAX app. I’ve always […]

Continue Reading
Written By DevelopmentNow

Moving ASP.NET Membership to SQL Server 2005

As I posted previously, this was going to be a longer post. But it got erased because I clicked the wrong button on my mouse, so you all get the […]

Continue Reading
Written By DevelopmentNow

Logitech Mice

So I have a little rant … I was typing up a blog article on ASP.NET Membership Providers and how to move that information from SQL Server Express to SQL […]

Continue Reading
Written By DevelopmentNow

SQL Server 2005 Database Tuning Advisor

I’m currently working on a property tax consulting startup, and I was noticing that some queries were running slowly. I’m familiar with database indexing, but I wanted to see what […]

Continue Reading
Written By DevelopmentNow

SqlDataSource Command Timeout

I was dealing with an ASP.NET SqlDataSource query that kept timing out, which was annoying because I was trying to run my application through the Database Tuning Advisor (a SQL Server […]

Continue Reading
Written By DevelopmentNow

Edit and Continue in Visual Studio 2005: joys and problems

So I happen to love edit & continue in C# with Visual Studio 2005. There are people who say it encourages sloppy programming (which is true), but for me, there […]

Continue Reading
Written By DevelopmentNow

Insufficient System Resources Exist to Complete the API

So after upgrading my XP Pro laptop to 2GB of RAM, I’m no longer able to hibernate it. Which stinks. I instead get the helpful “Insufficient System Resources Exist to […]

Continue Reading
Written By DevelopmentNow