Talks, Workshops & Events
- With jQuery & CakePHP to World Domination (Slides) ~ 4 months ago by Felix (15 comments)
- CakeFest Orlando 2008 Summary ~ 5 months ago by Felix (8 comments)
- PDF Version of The Unit Testing Talk Slides ~ 5 months ago by Tim (6 comments)
- Slides for my CakePHP Unit Testing Talk ~ 5 months ago by Tim (8 comments)
- The First CakeFest - A Summary ~ 5 months ago by Tim (2 comments)
- Join us at cake fest! ~ 6 months ago by Felix (9 comments)
- ActiveDOM talk slides from jQueryCamp 07 ~ 8 months ago by Felix (7 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...