You are viewing the General Web Development section

I have been a web application developer and project manager for four years now. I specialize in PHP, MySQL, CodeIgniter, and Jquery. Here are some of my writings on the subject.

Fixed GeSHI for CodeIgniter Link

funny-car-repairs-engineThanks all who notified me that the GesHi for CodeIgniter download link was serving up a big, ugly 404 page.  I plan on releasing a new version soon, but in the meantime, I’ve fixed the link.

Any questions, comments, or suggestions are always welcome.  Also, if anybody has tried this plugin on CI 1.7.2, let me know how it works.

CodeIgniter Preflight Checker

preflight_checkIn my last post, I discussed do’s and don’ts for making a PHP application portable. This week, I will show you how to create a preflight checker in the CodeIgniter PHP framework to ensure that an environment will support your application.

Read more

Making PHP Applications Portable

portable_computer_guy“Portable” means that your application is able to run on any PHP webserver with minimal fuss.

Ensuring portability is an absolute must for programs that are packaged and distributed for public consumption, like WordPress or MediaWiki.  But, you should aim for portability in all of your applications.  The ideal is a one or two-step installation process and only two or three system requirements:  1. Webserver (IIS/Apache/etc), 2. PHP v5.X+, 3. MySQL 4+.

Read more

« Previous Page

Better Tag Cloud