Everything else
- XHTML is a joke ~ 2 months ago by Felix (41 comments)
- Best written programming book ~ 3 months ago by Felix (38 comments)
- Mac Tip: Fixing Postfix after Time Machine restore ~ 5 months ago by Felix (2 comments)
- PHP city needs you ~ 7 months ago by Felix (5 comments)
- Credit card processors in Germany / Europe? ~ 8 months ago by Felix (13 comments)
- "uhhh.......WAT?" - Introduction to the jQuery community ~ 9 months ago by Felix (4 comments)
- Ten Simple Tricks That Will Make You A Valuable Colleague, Part I ~ 1 year ago by Tim (9 comments)
- Windows XP Apache PHP output problem ~ 1 year ago by Felix (6 comments)
- What happens if you don't update your Blog regulary! ~ 1 year ago by Felix (13 comments)
- The Ignorant Client vs. The Passionate Developer ~ 1 year ago by Felix (20 comments)
- Digg.com, Open Source, Intellectual Property, ThinkingPHP.org ~ 1 year ago by Felix (10 comments)
- 5 Innovative Ways Open Source Can generate Money! ~ 1 year ago by Felix (25 comments)
- The 48 Minutes challenge / A rush of productivity ~ 1 year ago by Felix (11 comments)
- A horrible suspicion ~ 1 year ago by Felix (10 comments)
- Hacking a commercial airport WLAN ~ 1 year ago by Felix (22 comments)
- Spam passes Akismet filters ~ 1 year ago by Felix (10 comments)
- Agility? Divide and Conquer? What? ~ 1 year ago by Felix (8 comments)
- A word on Firefox ~ 2 years ago by Felix (5 comments)
- Sure, Im a webdesigner! I have Dreamweaver! ~ 2 years ago by Felix (4 comments)
- Question: Why should you stick to Web Standards? ~ 2 years ago by Felix (23 comments)
- Need visitors? Go Digg.com ~ 2 years ago by Felix (6 comments)
- Tagging stuff in the Real World ~ 2 years ago by Felix (4 comments)
Quickies
- Working with databases on OSX will soon be as awesome as everything else on OSX ~ 1 month ago by Nate (12 comments)
- QuickThought: Solving the unknown problem ~ 2 months ago by Felix (7 comments)
- Quickie: KISSing is for the experienced ~ 2 months ago by Felix (8 comments)


I am getting an error witht the sources var on google_analytics_source.php, line 187
foreach...
Hi Felix, I always read your blog. The fun things is that you work with the two things I love a...
The line: < ?php echo ($num % 2) ? 'row-a': 'row-b'; ?>">
Could be :
if($num ++ >0){...
Information hiding is one of the cornerstones of OOP. Without private/protected modifiers ......
This discussion has been going on for a bit, but I feel I just have to add my 2 pennies to...