Posts Tagged ‘javascript’

Extending Prototype

Sunday, September 9th, 2007

A talk I gave at OSSCamp Delhi about creating reusable addons/extensions to Prototype.js
(more…)

Cookie Jar: Yummy JSON Cookies (using Prototype)

Thursday, April 12th, 2007

JavaScript code to store data as JSON strings in cookies. It uses prototype.js to store and retrieve JSON data from cookies.

Now we can store and retrieve JavaScript Objects, Arrays, Boolean, String, Number values using cookies, just like storing Java Objects in session on the server side.
(more…)

JavaScript/CSS Font Detector

Saturday, March 10th, 2007

JavaScript code to detect available availability of a particular font in a browser using JavaScript and CSS.
(more…)