Chris's Brain - 2009-01-20 post
Thanks for all the feedback about the preview for my upcoming e-book "Refactoring Legacy Applications Using CakePHP". My plan is to have the book done and the web site for it created just before I go to Montreal to talk at the 2009 PHP Quebec conference. Let's see if I can hit that mark.
I've decided to rev back up the posting frequency on ye olde blog, so I will often be doing posts that are just quick links, or brain dumps so I don't forget things I've been working, discussing with my various online friends or trying to understand better. So, here are some of those things:
Programming vs. screwing around with HTML
Giles Bowkett, who I follow via Twitter and his blog and I think is one of the better programmers out there at communicating his ideas, has a very interesting post about markup in Ruby and Seaside. He compares using HAML in Ruby to the tradition ERB templating system. While I might disagree with some of what Giles thinks about people who code in PHP for a living, HAML vs. ERB vs. Seaside is food for thought on programming vs. screwing around with HTML.
Writing books in text is best
While I'm certainly not the first to suggest this (Cory Doctorow has been saying this for a long time, it became obvious to me quite quickly that the best way to approach writing my book was to write it as close to the "bare iron" of text, and then rely on third-party tools to convert the output to whatever format I wanted. So, I chose to use ReStructuredText and then installed rst2pdf to have it generate PDF versions whenver I feel like it.