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
Tag Archives: perl
Building Apache and Mod Perl on Mac OS X
I’ve finally had my work laptop upgraded to Leopard!!! As such, I’ve just spent the last couple of days getting things all set-up nicely so that I can get on with my work. Most of the work that I do … Continue reading
Buy My Book!
Was I really involved in writing something that sounds this classy?!?! “Modern bioinformatics encompasses a broad and ever-changing range of activities involved with the management and analysis of data from molecular biology experiments. Despite the diversity of activities and applications, … Continue reading
Ack, a Grep Replacement
Ack is a grep alternative, written in pure Perl, using Perl’s regular expressions to do your searches (just one of the long list of reasons to use this over grep). I think i’ll be using this then… ack is a … Continue reading
Adding/Deleting Rows in TableKit Tables Revisited
TableKit is a great javascript library for making your HTML tables fully editable. However, one problem is that you can’t add or delete rows from the tables… I came up with a solution to this not so long ago, but … Continue reading
Posted in javascript, noteworthy, perl
Tagged ajax, catalyst, geek, javascript, perl, prototype, tablekit, tutorial
7 Comments
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…
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
Some Useful Catalyst Tips
Found this small selection of tips that can come in use whilst working with Catalyst… read more
Making Editable Tables With Catalyst and TableKit
Catalyst is an MVC web-development framework for Perl, very similar in concepts, ideas (and even some of the implementation) to Ruby on Rails. I’m using Catalyst a lot in my job now, and one of the first challenges that i’ve … Continue reading
Posted in javascript, noteworthy, perl
Tagged ajax, catalyst, javascript, perl, prototype, tablekit, tutorial
1 Comment