Tags
ajax apache apple bioinformatics catalyst command-line css eee ego firefox funny geek gem git google html ie iphone javascript leopard linux mac microsoft mysql oracle os x perl postgresql prototype r rant ruby safari sql tablekit tool tutorial twitter ubuntu vmware webdev windows wordpress xbox xbox360Categories
Archives
- March 2010
- February 2010
- January 2010
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
Monthly Archives: October 2007
K2 Styles Are in…
My old styles for WordPress blogs and K2 are now up - head on over to the goodies section to take a look at Bix, Chameleon, Coffee, Penguin, Slick, Sparkle and Stripe. (Note: They might be in need of a … Continue reading
Apple Wireless Keyboard LED at 40x Magnification
You know… I HAD been wondering this!!! Ever wonder how the power LED shows through the aluminum of Apple’s new wireless keyboard when it’s on, but blends into the metal when it’s off? Here’s how. more via
Visualizing Your DBIC Schema
What a great idea - will give this a bash next week… If you want a somewhat pretty picture of your DBIC schema (with relationships drawn, of course), install GraphViz, SQL::Translator, and DBICx::Deploy from the CPAN, and then run: $ … Continue reading
Remove Case-Sensitivity in Oracle
Oracle is a great RDBMS, but the fact that searches against the database are case-sensitive can be a pain in the butt. Here’s how you can make searches case-insensitive…
It’s Official - iPhone SDK Coming Soon
Great news! Straight from the horses mouth, (well, Steve’s anyway) Apple have announced that an iPhone SDK will be coming in February. Let me just say it: We want native third party applications on the iPhone, and we plan to … Continue reading
Spooks
One of the only shows on TV worth watching these days came back onto the BBC last night, bloody hell was it good! If you’ve never seen or even heard of spooks before, get yourself over to the wikipedia entry, … Continue reading
Adding/Deleting Rows in TableKit Tables
This post has now been updated. Please head over to the new post for something better… Following on from my previous post on how to integrate the excellent TableKit into your Catalyst webapp (to make your data tables dynamically editable), … Continue reading
Posted in javascript, noteworthy, perl
Tagged catalyst, javascript, perl, prototype, tablekit, tutorial
Leave a comment
MySQL 4.X to Oracle Notes
Stumbled across this useful page full of examples and notes on how MySQL 4.x and Oracle differ, and how you can avoid complications if you want to migrate a database between the two… About once a year I need to … Continue reading
Some Useful Catalyst Tips
Found this small selection of tips that can come in use whilst working with Catalyst… read more
Multi-Safari and IE
Useful tools for when you’re web developing… Been using the Multi-IE for a while, but now some bright chap has made it possible to run multiple versions of Safari on your Mac. via