JavaScript & jQuery
- Run intense JS without freezing the browser ~ 4 months ago by Felix (14 comments)
- Encode HTML entities with jQuery ~ 1 year ago by Felix (3 comments)
- Getting serious with jQuery - Adding custom CSS selectors ~ 1 year ago by Felix (14 comments)
- Simple global Ajax activity indicator with jQuery ~ 1 year ago by Felix (11 comments)
- BaseUrl finding, Simple event broadcasting and element sorting in JS ~ 1 year ago by Felix (3 comments)
- Visual Sorting - Some Javascript fun I had last night ~ 1 year ago by Felix (6 comments)
- A PHP developers guide to JavaScript - Part I ~ 1 year ago by Felix (16 comments)
- How to organize your CakePHP App’s Javascript II ~ 1 year ago by Felix (4 comments)
- How to organize your CakePHP App's Javascript? ~ 1 year ago by Felix (11 comments)
- jQuery is a true prototype killer ~ 1 year ago by Felix (35 comments)
- An Ajax file upload progressbar ~ 2 years ago by Felix (62 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...