Author Archives: Michael Allen Smith

Using Paint.NET To Create Art Inspired Photographs

Back in 2007, I had some fun using PhotoShop CS to mashup my photos with classic artwork in the post Photo and Classical Artwork Mashup. Since then I have moved away from PhotoShop and over to the free image program … Continue reading

Posted in Graphics | Tagged | 6 Comments

Using SQL To Guess Bad URL Requests

My coffee website INeedCoffee.com went live way back in April 1999. And although the search engines do a good job indexing the site, what I found when I studied the log files was that the site was receiving about 1,000 … Continue reading

Posted in SQL | Tagged , , | Leave a comment

Case Study: Failed WordPress Update Due to Database Issues

This post is about symptoms that broke my install of WordPress and how I was able to get everything fixed. This past Saturday I noticed some bizarre blog behavior. I was getting an email backup of this WordPress blog every … Continue reading

Posted in General | Tagged | 1 Comment

Writing Your Own Search Engine Using SQL Server

My coffee site INeedCoffee needed a better search engine. I had thrown some basic SQL together when the site was launched back in 1999. It did an OK job when the site didn’t have much content. Over the years, the … Continue reading

Posted in SQL | Tagged , , | 1 Comment

Using a Classic ASP Dictionary Object To Handle Broken Links

My site INeedCoffee was first built way back in 1999 using Classic ASP.  Back then it was just called ASP or Active Server Pages.  It works well and doesn’t require moving to ASP.NET, so I never updated the code base.  … Continue reading

Posted in Classic ASP | Tagged | Leave a comment