As someone who has used lots of open source software, in fact making my livelihood off of open source software, I’ve often wondered what happens when the guiding forces behind an open source project decide to make that project closed source? Under what circumstances is that even possible. I’m the lead developer for my simulation [...]
One of the reasons I use CakePHP (well, other than the fact I get paid to ) is that I'm a believer in full-stack frameworks, and learning to build your application within the rules that the framework lays down is an exercise in understanding the problem domain and then figuring out how to solve it [...]
As my friends find out that I work for Cake Development Corporation, they start asking me what resources I use in order to get my work done. Since I don't have any essays to share, or tutorials for you this week, I'd thought I'd spend some time sharing some of my favorite resources. The CakePHP [...]
For those not familiar with the history of the Ruby on Rails framework, it's interesting (well, at least to me) to note that the framework grew from extractions from working on Basecamp, an online project management / collaboration tool. Basically, they took functionality from Basecamp (the "extraction") and used it as components for Ruby on [...]
A big shout-out to my favourite typist for showing me some of these gems, which I will gladly share with you So, one of the things that often happens in CakePHP is that you will have multiple values to send to your view, so you might have code that looks like this: PLAIN TEXT PHP: [...]
Recent Comments