New Sado Version 1.1 released! Easily add ORM to your applications using our Sado Library
You can find a list of recent software development projects below. Most software we develop is proprietary, private source, back-end software that cannot be displayed here.

Sado - Simple Abstract Database Objects with ORM

Sado is a powerful PHP database abstraction layer and ORM library that I created which offers simplified PHP and MySQL database connectivity and logic with abstract database objects and object relational mapping (ORM). ORM is a dominant feature of the Sado package and allows rapid application and database development. The Sado package includes Sado ORM Forms and Sado ORM Grids. Sado ORM forms allow for faster development by creating database related forms. Sado ORM grids allow rapid Web application development by creating database related grids.

Slate Template Engine

Slate is a PHP template engine I recently developed to replace another template engine I had been using for years (because I needed a lighter, faster template engine). Slate uses dynamic compiling, which means faster output and no writing compiled files to the server unless caching is used. My template engine is fast because of the small size of the main Slate class (under 1000 lines of code). Another reason for the template engine quickness is the ability to cache application pages, and that leads to reduced application load and response time. Slate is open source software and that means you can use the template engine as it exists, or you can modify it to better fit your development requirements.

PHProject

PHProject will display Web application statistics like file system information, project file statistics, source code information, lines of code and recently modified files. PHProject is written in PHP and is open source. PHProject is easy to use: all you have to do is drop it on your Web server and editing a couple configuration settings. After installation PHProject will scan and read your application directories and files and display its findings: directories and file information, project file size, various types of files found in the project, code summary of source code found in the project, and list recently modified files.

PHP Open Source Libraries and Knowledge Base

Here you will find a collection of PHP classes, functions, source code examples, tutorials and other PHP knowledge base topics. Many of the PHP classes and PHP functions found in the PHP knowledge base are being actively used in software applications all over the world.

Linux Projects and Knowledge Base

The Linux (*nix) knowledge base includes many tutorials and walkthroughs regarding Linux servers and Linux software. Many of the examples are installing Linux operating systems, installing 3rd party software on Linux servers and troubleshooting issues when installing and/or configuration Linux based packages and open source software.

Enterprise Ecommerce Management Software

This is my latest software project which allows users to manage ecommerce carts from one central backend. I developed this software using PHP, my own PHP MVC framework, LAMP, MySQL, MSSQL and Ajax. The backend software can control multiple stores on a local server or remote servers. The software can manage the catalog categories and items, orders, customers and more. The backend also allows admins to auto update stores to ensure they have the most recent updates required. The software clients rely heavily on cached data so the user's experience is maximized. This project is about 60% completed.