public marks

PUBLIC MARKS from fredbird with tags php & type:log

December 2005

Why Frameworks Suck - snook.ca

by 1 other
Development frameworks are supposed to be our friends. Instead, they often just get in the way. Frameworks suck.

September 2005

fredbird.org | Getting browser language settings with PHP

So, you run a multilingual web site with PHP and you want to serve the reader's choice language if available. No problem, HTTP carries user's language settings within Accept Language instruction, you just have to parse it. Here is a sample function