Techniques & Habits
- Deploying with Git ~ 1 month ago by Felix (26 comments)
- Why UUIDs? ~ 2 months ago by Felix (17 comments)
- I believe in Symmetry ~ 3 months ago by Felix (3 comments)
- Private methods - Follow Up ~ 3 months ago by Felix (16 comments)
- Programming Psychology II: Private methods ~ 4 months ago by Felix (35 comments)
- Asshole-Driven Development - Anyone? ~ 1 year ago by Tim (1 comments)
- Things To Avoid In A Team-Programming Environment ~ 1 year ago by Tim (2 comments)
- Win All The Chicks By Sticking To Coding Standards ~ 1 year ago by Tim (3 comments)
- Making your regular expressions readable ~ 1 year ago by Tim (0 comments)
- Introduction to Test-Driven-Development (TDD) - Part 2 ~ 1 year ago by Tim (2 comments)
- Introduction to Test-Driven-Development (TDD) - Part 1 ~ 1 year ago by Tim (1 comments)
- Problems with repetitive source code or better: Don't repeat yourself ~ 1 year ago by Tim (3 comments)
- When should you start optimizing? ~ 1 year ago by Tim (0 comments)
- Prototypes and how they are used ~ 1 year ago by Tim (0 comments)
- Extreme Automation ~ 1 year ago by Tim (0 comments)
- Which Editor / IDE should I use? ~ 1 year ago by Tim (11 comments)
- Naming Conventions ~ 1 year ago by Tim (0 comments)
- Using if statements to express dependencies ~ 2 years ago by Felix (6 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)
- Workflow Automatisation ~ 2 years ago by Felix (13 comments)
- What's your coding pace? ~ 2 years ago by Felix (13 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...