Windows Shake in Windows 7. 

If you are using Windows 7, give this a try.

When you have multiple windows all visible on your desktop, just click on the title bar of one of the windows. While holding your mouse button down "Shake" that window my moving your mouse back and forth quickly.

All other windows on the desktop will be minimized, leaving the window that you were shaking as the only window left on the desktop.

Just a cool new feature in Windows 7. Give it a try.
[ add comment ] permalink related link ( 3 / 141 )
Home after a week at SQL DevConnections 2009 in Las Vegas. 

This week I have been at the SQL Connections conference in Las Vegas. With 7 to 9 hours of classes and presentations every day, all on Microsoft SQL Server. The classes included the Next Generation of SQL Server, Distributed Applications with Service Broker, Building High Availability Using Microsoft SQL Server 2008, Virtualization, Installation and Migration Strategies, Logging and Recovery, Minimally Logged Operations, Building the Right Backup Strategy, Securing and Hardening a SQL Server, iPhonify your Web App, Memory, Analyzing with SQL Trace and RML utilities, Sparse Columns, Structures, Storage and Speed, and Indexing for Performance. It has been a very busy week.

Friday was a really interesting all day class on "Indexing for Performance" presented by Kimberly Tripp with some help from Paul Randal. The thing that I realized in this class was that I knew what indexes did, not how they worked internally. Now I understand how the indexes actually do their jobs using a B+ tree, and how a non-clustered index is actually just a clustered index on a small subset of columns.

Now if I ever get that interview question of "Can you tell me what a database index does?", my answer would be "Do you want the high level 10 minute explanation of how an index can be used, or do you want the 4 hour explanation of how SQL Server actually implements indexes, how they work, and the differences between SQL Server 2005 and SQL Server 2008 indexes". I think that at this point I know far more about indexes than I ever thought possible.

The whole week was really amazing.
[ add comment ] ( 1 view ) permalink related link ( 3.1 / 141 )
Giving up on VS.Php 2.7 for Visual Studio 2005 going to Aptana Studio 1.5 

Recently I tried out VS.Php 2.7 for Visual Studio 2005 which appeared to be a really slick Visual Studio extension which allowed for color coded PHP editing with intellisense, auto-complete, and integrated language help.

Overall it was a pretty pretty cool product if you wanted to work on PHP with visual studio. There was just one exception... Visual studio would crash several times a day when this component was installed and editing PHP files.

After doing some research a better solution for editing (and debugging) PHP in a Windows IDE is Aptana Studio 1.5. Aptana takes a bit longer to start up, but once it is running it is much faster than Visual Studio, and no crashes when editing PHP code. It is free, and it has great debugger integration for PHP, including support for debugging PHP running in Microsoft IIS (Internet Information Server).

VS.Php 2.7 for Visual Studio 2005 was created by JCX Software Corp.

[ 1 comment ] ( 1275 views ) permalink related link ( 3 / 74 )

Next