Posts Tagged ‘Javascript’

Google Ajax Libraries Gotcha!

Written on February 23rd, 2010 by Thorno shouts

I was working on Google Map for the past few days, and was using jQuery to retrieve markers information from another URL using ajax. I came across the Google Ajax [...]

Filed under Programming, Work Tags:,

Javascript manipulating multiple cookie values in one cookie

Written on August 28th, 2009 by Thorno shouts

Sometimes,its convenient to store values in cookies and retrieve it later.But,when dealing with different browsers,you may have problems as different browser may support different numbers of cookies.For example, IE can [...]

Filed under Programming Tags:,