Archive

Archive for December, 2009

Alternative to MySQL’s LIMIT Command

December 20th, 2009 12 comments

I recently ran into the situation where I needed to create a query in MySQL that counted up to n rows from a result set. I scoffed at the challenge and proceeded to go for the one tool I thought could do the job – MySQL's LIMIT command. Unfortunately, the result I got was not what I had expected. Read more…

Categories: MySQL Tags: , , , ,

ASP.NET from Scratch Tutorial Series

December 14th, 2009 5 comments

Very good screencast that introduces ASP.Net. Authored by Jeremy McPeak and hosted at Nettuts. So far there are only two lessons available. I will continue to update this post as more becomes available. Read more…

Categories: ASP.Net Tags: , ,