Code Igniter

Adding hints

August 16, 2008
By SeanJA
Adding hints

Sometimes it is not totally obvious what you are looking for the user to enter into a text box. Take this one here: It is not obvious what we are looking for in this form, By email might is probably an email address. In person is probably an address. Online? That could also be...
Read more »

Posted in Code Igniter, Javascript, PHP, Programming, jQuery | 3 Comments »

Spartan Coding

July 8, 2008
By SeanJA

I thought it would probably be rude to post this on Coding Horror, as it is rediculously long… but here is my attempt at Spartan coding. So, the first function… changes a users information in the database: function update_User($user,$id) {     if (isset($user['deleteprofile'])) { //array(3, 'live', 'Rick' $this->db->where('user_id', $id); $this->db->delete('users');   $this->db->where('id', $id);...
Read more »

Tags:
Posted in Code Igniter, Computer, PHP, Programming | No Comments »

Google Chart Helper 0.1

April 19, 2008
By SeanJA
Google Chart Helper 0.1

Jobba the Site is coming along great and is getting closer and closer to being done. As I am sure you know, Google recently released a chart api, but it is a bit of a pain to generate all of the numbers and put them in the image uri so that Google can generate...
Read more »

Posted in Code Igniter, PHP, Programming | 4 Comments »