The below-linked article is an excellent example of how to use multiple databases in CakePHP, with an eye towards having a production, development and potentially, even more environments with which to work.
Easy peasy database config (Articles) | The Bakery, Everything CakePHP:
Like a lot of developers out there, I use Subversion to keep control of my code and projects, and I also use a different database for development and production. But when using Cake this can be a problem when checking out my code from development to production. Unless I edit my database.php with my production config, the production code would [...]
Only a very small handful of people from Rochester and the surrounding areas – those who like local music – will get the reference in the title of this post. Maybe a few people outside of the Rochester area. That’s OK. It’s a small homage to a favourite local band…
By now, most of us who are committed to social web development take it as a given that URLs should be as clean as possible for as much content on your site as possible1. Clean, clear URLs provide your audience with an intuitive way to understand the structure of your website, [...]
If you’re like me, you’ve got tons of social networking sites to keep track of. Personally, I think I was born without the self-control that prevents me from signing up with the next, latest-and-greatest social network just to see what it does. Keeping track of all that mess – and keeping it updated – is almost a full time job by itself.
And yet I’m committed to using social networking sites as a means to establish my authority on the web. I’ve been actively working to get the maximum bang for my buck with social networking, spreading my posts as far [...]
Great article from Mashable author Ben Parr about the rise of LBS, or Location-Based Services. There have been location-based concepts floating around the Web2.0 sphere for quite a while, but as iPhones and other smart wireless devices become more robust and applications for them more ubiquitous, LBS is becoming the hot new ticket:
Location-Based Services: Are You Using Them?.
How this shakes out in terms of privacy will be interesting to watch. Privacy people are probably going to largely take a dim view of such technology, and its good to have them in the public discussing the security aspects of this. It’s [...]
It’s one of those bad habits we find hard to break as WordPress enthusiasts: installing plugins and then forgetting about them. This is especially true when you’ve installed them through the WordPress admin panels and then deactivated them because you decided you didn’t like them.
Well, now I’m getting very close to done with the new theme for DFE and I’ve got to go through all these plugins to find out what I’m keeping and what I’m not. You have to be very careful that the plugins you’re using do not conflict with one another or with template functions, and this [...]