Stemkoski
Web design tips & tricks plus anything else I want to talk about…
Archive: October 2009

The need to execute PHP in HTM or HTML files may occur for a number of reasons. The most common of which seems to be adding content managed portions to an existing HTML website. The .htm or .html pages will be part of the navigation, previously indexed by search engines, and likely linked to by [...]

I have been doing a lot of work with jQuery lately. The jQuery library offers great cross browser support for most functions but unfortunately even this magic wand can’t solve all the problems with Internet Explorer 6 (IE6) compatibility. Previously, jQuery had a browser() function that helped detect a browser so that a developer could [...]

It is officially deer season in Washington State. I am a fisherman and have never been a big hunter. I have nothing against hunting and have gone myself many times but it I would much rather be fly fishing on a small stream somewhere in the forest. I have never really cared for shooting animals [...]

While most web hosts have phpMyAdmin installed for their customers to use, there are plenty out there that do not. The phpMyAdmin interface is what most developers have become accustomed to when developing MySQL based websites. If phpMyAdmin is not installed on your web host, there are several options that will allow you to access [...]