Google Ads

Recent Posts

Archives

Topics

Archive for August, 2008

PHP Session security

Saturday, August 9th, 2008

While working on a recent app, I came across a problem that led me down the road of exploring PHP sessions.  I had no idea what a complex subject this would turn out to be.  In order to record my findings, I am making a list of the most relevant and helpful URLs I’ve encountered […]

Beware string length limitation when retrieving HTML via Ajax in Firefox!

Friday, August 1st, 2008

I recently had a major mind-bending problem that took several days to diagnose.  It began as the usual scenario - some code works fine in one browser, but pukes in the other.  This time, however, the offending browser was Firefox, surprisingly.  I will elaborate…
The particular feature of the app I was working on is based on […]