-
TinyMy, Quick and Dirty MySQL Shell
Stumbled across a tiny mysql shell – appropriately named ‘tinymy’ – a few months ago. It’s quite a useful little bit of PHP code. Very lightweight and function interface and shell for MySQL. I use it whenever I need to verify the contents of a database table or test a couple of queries but don’t…
-
Glee
I just made the best nerd joke ever. My wife said “…go fer it.” To which I replied “I think I’ll use Veronica.”
-
Firefox 3.0, How To Make Old Extensions Work
Firefox 3.0 beta 1 is out. As with previous releases of Firefox, the new version number breaks your extensions. Here’s how to fix them. Open about:config (don’t mind the new roadblock) Right-Click the list and create a new boolean ‘extensions.checkCompatibility’, set it to false Restart Firefox Update: This does not appear to work on the…
-
Facebook Fix Your News Feed, Seriously
Seriously, 3 out of 5 of the items at the top of my facebook feed right now are from someone on my “Less About These Friends” list. Why can’t you just give me a list of updates in chronological order?! #End Mini-Rant
-
Autotrader.ca, Please Fix Your Search.
Autotrader.ca your search is not very good! I just did a search for “all cars newer than 2000, between $2500 and $5000 excluding damaged vehicles, in descending order by Kms.” Sounds pretty complex when you write it out in English, but that should be a fairly straight-forward SQL query. Came across a couple of pretty…