Tag Archives: catalyst

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 , , , , , , , | 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

Posted in perl | Tagged , , , , | Leave a comment

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 , , , , , | Leave a comment

Some Useful Catalyst Tips

Found this small selection of tips that can come in use whilst working with Catalyst… read more

Posted in perl, snippets | Tagged , | Leave a comment

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 , , , , , , | 1 Comment