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
Category Archives: noteworthy
Add Git and SVN Branch to Bash Prompt
EDIT: (12-Mar-2010) slight update to the svn prompt code to give a better / more useful output… I’ve seen things like this posted on the net before but never really had a chance to play with the idea. But as … Continue reading
Posted in linux, mac, noteworthy
Tagged bash, command-line, geek, git, linux, mac, os x, svn
2 Comments
Sync Your Things Database via Dropbox
Dropbox is a great service, I’m using it happily to keep my files in sync across multiple computers - I’m even using it to keep all of my passwords in sync, but I’ve thought of another great use… How about … Continue reading
Default Text Field Values That Disappear on Focus
You will have noticed this effect out on your travels on the internet - a text input field has some default text in it (often in a slightly dimmed colour), and when you click on the text box, default text … Continue reading
Install PostgreSQL on Ubuntu 8.04
Following up from my old guide to installing PostgreSQL (for Ubuntu 7.10), I thought i’d better do an update for the latest releases… This quick walk-through are my notes for installing the PostgreSQL database server and the PgAdmin administration application … Continue reading
Bio-Linux - Bioinformatics Tools for Linux
Bio-Linux is a specialised Linux disro that provides both standard and cutting edge bioinformatics software tools on a Linux base. I wrote a post on my old blog a little while back now detailing how to use the packages from … Continue reading
A Better Ls for Mac OS X
I’m a bit of a command-line freak and like to spend a fair amount of time with the terminal open… As such I like to spend a small amount of time getting the terminal set-up nicely. Other than changing the … Continue reading
Posted in mac, noteworthy
Tagged colour scheme, command-line, ego, geek, os x, terminal, tutorial
42 Comments
Install PostgreSQL on Ubuntu 7.10
If you are using the latest version of Ubuntu (8.04 - Hardy Heron), you might find these slightly updated instructions useful. This quick walk-through are my notes for installing the PostgreSQL database server and the PgAdmin administration application on Ubuntu … Continue reading
Posted in linux, noteworthy, postgresql
Tagged geek, linux, postgresql, tutorial, ubuntu
63 Comments
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
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
Log/Audit Tables in Oracle
One of the useful things that i’ve been asked to set-up lately is automatic logging of changes to several of our database tables. My first thought was to do this in Perl (as the rest of the system is in … Continue reading