November 27th, 2006
For reasons I'll disclose in the near future, I've recently been convinced that Scriptaculous, despite my thoughts on its "bloat", is in fact the best library for me to focus in on if I'm going to integrate it with Code Igniter. I'm currently committed to a project that I'm just finishing off that I've been developing using Mootools, but when its done any work I do in this area will probably be on Scriptaculous integration. I'll release the mootools library when I'm done of course!
Continue reading “Thoughts on a Javascript Library Integration with Code Igniter”. Posted in
CodeIgniter, Javascript with 4 comments 
November 13th, 2006
Well, this humble blog started as a standard Wordpress install. I quickly moved to the Hemmingway theme, but then thought that my site lacked any of my personality. So I set about to rebuild it. My first attempt was chronicled on this blog. My intentions were to make it available as a Wordpress theme for anyone to download.
Continue reading “DerekAllard.com has been rebuilt”. Posted in
CodeIgniter, Noteworthy with 8 comments 
November 06th, 2006
When I originally released BambooInvoice I learned a lot about trying to code for a site specific goal, and coding for a mass audience. I originally wrote these tips on the Code Igniter forums, but since I was recently asked for advice again, I thought I'd repost them here. The original thread is still active.
Since I released BambooInvoice I've received a number of interested emails from developers looking for tips on getting started building an application using code igniter that you intend to widely distribute. Here is a small collection of useful processes.
Continue reading “Tips for Getting Started Building an Application Using Code Igniter”. Posted in
CodeIgniter, How-To with 3 comments 
October 31st, 2006
Hot on the heels of Firefox2, another magnificent piece of software has been released. Code Igniter 1.5 is out and now available for download!
It contains loads of new improvements and enhancements including database caching, a table class, an FTP library, and download helpers. Even implemented are versions of a list helper, and table->clear()!
Continue reading “Code Igniter 1.5 released”. Posted in
CodeIgniter with no comments 
October 24th, 2006
function cure_cancer()
{
$this->load->folding('code_igniter');
}
I’ve started a folding team for Code Igniter, and put up a quick team page.
Continue reading “Folding for Code Igniter”. Posted in
CodeIgniter, Personal with no comments 
October 15th, 2006
One of the great things about Code Igniter is the community that has built up around it. They write plugins, offer enhancements, and welcome new users openly in the forums. One of the interesting things the community has done is write many language translations for the framework. ReynierPM has written spanish language translations, which I’ve offered to host for him here on derekallard.com.
Continue reading “Code Igniter Spanish Language Translastions”. Posted in
CodeIgniter with no comments 
October 07th, 2006
I was surprised that there weren’t list helper functions in the html helper, so I wrote one. Below is a list helper for the html helper to generate ordered and unordered lists from an array.
Continue reading “list helper extension for Code Ingiter”. Posted in
CodeIgniter with no comments 
September 28th, 2006
There’s been some interest in the past for video tutorials that are a bit more advanced.
What I’ve done is created a 20 minute (yeah, I wish it was shorter too) video tutorial where I tried to use some advanced techniques. In it, I tried to hit on AJAX usage, the scriptaculous library for both visual effects and an autocompleting search form, models, and unobtrusive javascript techniques.
This is not a gentle introduction into Code Igniter. I spend hardly any time explaining how to set up controllers and views. The target audience is really people who have hacked around with CI a bit, and are wanting some insight into how somebody else does it. I don’t claim my techniques are perfect, but I’m betting that a little insight into someone else’s mind might be useful, and I think generally web devs could benefit from more CSS and unobtrusive javascript.
Continue reading “Code Ingiter video tutorial”. Posted in
CodeIgniter, How-To with no comments 
August 27th, 2006
Designed for humans first and machines second, microformats are a set of simple, open data formats built upon existing and widely adopted standards.
I’ve written and posted a Microformats Helper on the Code Igniter wiki. This helper is meant to ease the creation of various well known microformats. Currently, the most popular hCard format is supported. Edit: license is also now supported.
Continue reading “Microformats helper for Code Igniter”. Posted in
CodeIgniter, How-To with no comments 
« First < 6 7 8 9 >