Posts Tagged PHP

Optimize and style Contact Form 7 for WordPress

Optimize and style Contact Form 7 for WordPress

One of my favorite WordPress plugins is Contact Form 7 which I use on several of my WordPress based sites. Even though it’s highly customizable and configurable I have a few gripes with some hard coded functions in it. You can always edit the plugin file, which I did at first, but then you have …

Read More...

Email log messages library in CodeIgniter

Email log messages library in CodeIgniter

When working with CodeIgniter, I’ve found the log message functionality built into the framework very helpful. The other day I noticed in my log of one of my CodeIgniter based sites that I’ve had some 404 errors going on for some time. As I don’t have the time to check my logs daily, I hadn’t …

Read More...

The CodeIgniter PHP Framework

The CodeIgniter PHP Framework

I recently stumbled upon the CodeIgniter PHP framework, and a love affair has slowly begun between me and CI.
To make a long story short, WordPress is my favorite system to base a new websites on, and today you can make about any site in WordPress if you are patient enough. Personally I have always worked …

Read More...