Older blog posts
- Basic CakePHP templating skills ~ 2 years ago by Felix (13 comments)
- What happens if you don't update your Blog regulary! ~ 2 years ago by Felix (13 comments)
- The Ignorant Client vs. The Passionate Developer ~ 2 years ago by Felix (20 comments)
- A lightweight approach to ACL - The 33 lines of Magic ~ 2 years ago by Felix (46 comments)
- Learning from the CakePHP source code - Part II ~ 2 years ago by Felix (15 comments)
- Learning from the CakePHP source code - Part I ~ 2 years ago by Felix (7 comments)
- Dessert #13 - A simple Config Model ~ 2 years ago by Felix (12 comments)
- Dessert #12 - Debugging requestAction ~ 2 years ago by Felix (0 comments)
- The 48 Minutes challenge / A rush of productivity ~ 2 years ago by Felix (11 comments)
- Dessert #11 - Welcome back, Friendly URL's ~ 2 years ago by Felix (31 comments)
- A horrible suspicion ~ 2 years ago by Felix (10 comments)
- Dessert #8 - Render custom errors ~ 2 years ago by Felix (1 comments)
- Dessert #7 - Conventions over Ego ~ 2 years ago by Felix (2 comments)
- Dessert #4 - Keep your Cake fresh (use SVN HEAD) ~ 2 years ago by Felix (13 comments)
- Dessert #2 - Become friends with the Inflector ~ 2 years ago by Felix (2 comments)
- 10 Days of free Dessert! (CakePHP Tips) ~ 2 years ago by Felix (14 comments)
- Test Driven Development in Real World Apps ~ 2 years ago by Felix (2 comments)
- Update to the RSS feed parser Model ~ 2 years ago by Felix (0 comments)
- Hacking a commercial airport WLAN ~ 2 years ago by Felix (114 comments)
- Agility? Divide and Conquer? What? ~ 2 years ago by Felix (8 comments)
- The ultimate CakePHP bootstrap technique ~ 2 years ago by Felix (10 comments)
- Agile web development (with CakePHP) ~ 2 years ago by Felix (19 comments)
- A word on Firefox ~ 2 years ago by Felix (5 comments)
- Issues with output buffering in CakePHP ~ 2 years ago by Felix (2 comments)
- Check if an action was called from within a Controller ~ 2 years ago by Felix (7 comments)
- Spotting performance leaks in your application ~ 2 years ago by Felix (7 comments)
- What's your coding pace? ~ 2 years ago by Felix (13 comments)
- Question: Why should you stick to Web Standards? ~ 2 years ago by Felix (23 comments)
- 3000 candles on the CakePHP cake ~ 2 years ago by Felix (0 comments)
- A miracle called gzip ~ 2 years ago by Felix (5 comments)


What if I want to encode the value of an input element?
$('#element_id').val().html() doesn't work.
Felix: thanks for this!
As someone new to Cake & PHP I came to this post looking for help...
aminalid: Yeah the same files from mcurry worked for me as well and I'm happily using it as the...
That's correct. The bootstrap file is loaded after the core config is loaded.
Turns out once you use Eclipse, you CAN go back ;) I've done a little writeup of my switch from...