Tag Archives: prototype

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

Posted in javascript, noteworthy | Tagged , , | 16 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 , , , , , , , | 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 , , , , , | 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