Insights Blog

We integrate AI and data insights to streamline your operations, drive innovation, and fuel business growth.

Loadsys to sponsor CakeFest 2010!

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...

CakePHP Social Networking Plugin

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...

CakePHP Comment Plugin

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...

CakePHP RSS Feed Datasource

We are releasing our RSS datasource to CakePHP developers for CakePHP Development.  We know there are others out there, but what we like about ours is that it supports the following: Built-in Pagination Sorting Content filtering Download rss_source.php here Steps to...

CakePHP jQuery Ajax Helper (Easy Scriptaculous Replacement)

We created this cakephp ajax helper so we could easily replace Scriptaculous with jQuery without changing the code and still have built-in functionality like pagination working properly.  The helper could still be improved, but we have decided to publicly release it...

Using Structured Frameworks Like CakePHP

Loadsys has been in business a long while.  Building and designing web applications using PHP.  We initially started building site management systems using our own developed file structure.  No templates, no smarty, just straight mixed up, stirred, PHP and html.  That...

CakePHP 1.2 – Tuning the ACL via MySQL

Loadsys creates a lot of larger web applications for clients that have many user types with many privileges.  The ACL tables out of the box, ACOS and AROS, do not contain indexes except for the PRIMARY KEY on id. Since the ACL uses Binary Search Trees, a lot of...

SEO for CakePHP Websites

There is little web developers can do to get high rankings in search engines because most rankings are because of backlinks to your site, however we can better the possibility by utilizing fundamental rules that make more pages of your website indexed. A very popular...