by Lee Forkenbrock | Apr 12, 2011 | CakePHP Development
The metadata plugin simplifies the setting of HTML page meta data. Web site meta tags are often the same for every page, but a few could vary between requests. The purpose of the metadata plugin is to eliminate view or layout logic for setting meta tags data. It is...
by Lee Forkenbrock | Oct 20, 2010 | CakePHP Development
Loadsys has released a CakePHP plugin to aid in the creation of JSON APIs. This plug-in contains a few helpful classes for both the API side and a CakePHP JSON API consumer. This post will cover one of the pieces from that plug-in called the Server Response Component....
by Lee Forkenbrock | Aug 30, 2010 | Business, CakePHP Development, MySQL
We have decided to start pushing education and different technologies by giving away educational material on every 1st and 15th of the month. There is no catch, but be sure to read the directions below on how to enter. Book topics that will be included in the...
by Lee Forkenbrock | Jun 22, 2010 | CakePHP Development
Hello fellow bakers! Our team at Loadsys is proud to announce our sponsorship of the 2010 CakePHP CakeFest conference in our home town of Chicago, IL USA. We are excited to both attend and contribute to the conference this year. The last conference our team...
by Donatas Kairys | Oct 26, 2009 | CakePHP Development
We started working on Socnet plugin that will allow your cake apps to be easily integrated with most social network sites. For now, we coded and released FacebookAuth component, which will allows to specify which actions require facebook authentication and redirects...
by Donatas Kairys | Sep 14, 2009 | CakePHP Development
The goal of every programmer is to write as little code as possible. It can only be achieved by re-using code that you already wrote. That is why we all use CakePHP in the first place right? Fortunately, cake allows us to create plug-ins that we could just drop in...