Extending Prototype
Sunday, September 9th, 2007A talk I gave at OSSCamp Delhi about creating reusable addons/extensions to Prototype.js
(more…)
A talk I gave at OSSCamp Delhi about creating reusable addons/extensions to Prototype.js
(more…)
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 code to detect available availability of a particular font in a browser using JavaScript and CSS.
(more…)