-
Recent Posts
Categories
Recent Comments
Archives
Category Archives: Javascript
Expected identifier, string or … – say what?
While working on a recent project with the excellent Prototype and Scriptaculous javascript libraries, I came across a frustrating error in IE7 (and I’m sure IE6 although I didn’t test it). The page worked beautifully in firefox but came up … Continue reading
Posted in Javascript
21 Comments
CodeIgniter url_title() with Javascript
CodeIgniter has got a nifty url_title() function as part of the url helpers and I’ve frequently used this. This takes in a title, sentence, whatever and “creates a human-friendly URL string”. For instance, passing “What time is it?” as a … Continue reading
Posted in Javascript
9 Comments