contact

or cancel

301 Redirect for Expression Engine 2

A great plugin was written for Expression Engine 1.x by Nick Cernis called Redirect301, but it was lacking support for Expression Engine 2.x- so I coded the plugin starting from Nick’s base to support it, and made a couple small … Read more…

Author

admin

Category

PHP

california_app

A Quick Weather API with PHP

I wanted to add a small weather status to the top of a web application, just to remind me what was going on in that city. This is some really simple code, based off of WunderGround’s API, using a city … Read more…

Author

Matt

Category

PHP

High Tech Mobile Marketing – QR Codes

QR Code, 2D Barcode, Square Thing-a-ma-jig A QR (Quick Response) code is essentially a barcode used to encode information; commonly used for URL or prize codes. Popular uses for QR codes involve mobile phones that have a QR reader application … Read more…

Author

Josh

Category

Business

code-igniter-model-guide

A GUIDE to Simple Code Igniter Models

After a lot database code, you realize that the majority of your methods take on the same structure. For a while now, I have started all of our Code Igniter models with five generic methods to interact with the database, … Read more…

Author

Matt

Category

PHP

tiny-php-preview

Tiny PHP: A Fun PHP Minifier

Tiny PHP is a little tool we put into our labs that performs some “minification” on PHP code. Is it a trivial and completely academic exercise because PHP doesn’t benefit from being smaller like CSS or Javascript? Yes. But it’s … Read more…

Author

Matt

Category

PHP