Skip to content
Archive of entries posted on December 2010

JavaScript Patterns, A Book Review

Around mid-November I got an email from O’Reilly with a discount code on select e-books. One of them caught my interest, so I bought it and have been reading it over the last month. That book is JavaScript Patterns by Stoyan Stefanov. I am only midway through chapter 6, and I was going to wait until [...]

JavaScript Cookie Manager Object

There are plenty of articles out there that detail how to work with browser cookies in JavaScript. This is not one of those. This article is about an object I have written to make working with cookies easier. Working on a problem with some third party software I came across the following code: function getCookie(name) [...]