When you are developing web solutions often you will need to see exactly how others are seeing your website, from the outside in so to say.
Continue Reading »
You can now download the Cake PHP PDF Cheat Sheet! The Cake PHP Cheat Sheet fully documents the current API for Config, Model, Controller, Component,
Continue Reading »
Introduction to Cake Bake
If you're new to Cake PHP then you may not be aware of the best way to get your application setup, in terms of structure, and later ...
Here's a quick Prototype tutorial for those looking for a simple javascript slide show. This is not intended to be a JQuery discussion or tutorial, but a quick ...
OK so you have your sites setup in Dreamweaver MX 2004 or CS3 and now you want to move them to a different computer. These are steps that you need ...
Model-view-controller (MVC) is an architectural pattern used in software engineering. Successful use of the pattern isolates business logic from user interface considerations, resulting in an application where it is easier ...
Object handling was completely rewritten for PHP 5, expanding the feature set and enhancing performance. In previous versions of PHP, objects were handled like primitive types. The drawback of this method ...