I am getting a new database and WebService written… and as part of the research I am doing, I have found some comments on the new version of SQLserver 2005. Basically I found some doccumentation that states why stored procedures in an SQLserver database are important. The reason is that they get pre-compiled and therefore run much faster than doing things other ways. This is how I was planning to do most things, so now I know why!

I was looking at Hack-A-Day and saw a project that breaks out all the signals on the iPod Docking Connector allowing experiementation.