Category Archives: Web

Keeping bookmarks synchronized across multiple machines

Between work and home I'll surf the web on one of many Windows, Linux, or MacOS X machines. A few years ago I used to be able to keep my bookmarks synchronized using Netscape and an Apache mod. My only … Continue reading

Posted in Web | 1 Comment

Testing with multiple versions of Internet Explorer on one PC

I hate having to test a site on multiple versions of Internet Explorer, not to mention my general dislike for IE as a browser. Anyhow, up until today, I’ve known which machines in our office have older versions of IE … Continue reading

Posted in Systems Administration, Web | Comments Off on Testing with multiple versions of Internet Explorer on one PC

Google Adsense and form method Get helps identify bad code

Every good web programmer knows the tradeoff of a GET versus a POST request. If you want a user to be able to bookmark a page that takes parameters the GET request is the way to go. If it’s a … Continue reading

Posted in Web | Comments Off on Google Adsense and form method Get helps identify bad code