Archive for the 'Work-around' Category

Apache log to DB

My company used to download the Apache log file daily, parse it and then put it into the database. A script did this but as we added more servers, it became hard to maintain. I ran across Apache piped logs and found a way to store the log directly into DB. Continue Reading »

No Comments »

admin on July 6th 2007 in Life, Work-around

Flash XML load bug in IE

Some cases, you may want to generate XML files on the fly. One of my project required dynamic XML files so the flash player can manipulate the XML. Fire Fox loads external XML files without a problem but IE has a issue. Continue Reading »

No Comments »

admin on January 28th 2007 in Work-around