Chris Nizzardini, Salt Lake City Utah, Web Developer Specializing in LAMP+Ajax Since 2006

My Blog

Here is my awesome blog. You can find information on programming, linux, documentation, tips for code and database optimization, my thoughts and rants, and whatever else I feel like sharing. Feel free to contribute to the blog by posting comments and asking questions.

Posts Tagged ‘mvc’

My First Code Igniter Project (Part 2)

Posted by chris on March 16th, 2011 Comment(1)

This is a continuation of blog on My First Code Igniter Project.  In my first post on Code Igniter I learned how to: remove the ugly URLs, include CSS, JavaScript, and header/footer files, make and use helpers, and also use Active Record.  Since my last post I’ve been mostly spending time on non Code Igniter centric pieces of my project such as the database schema and the user interface.  I had originally decided NOT to use Ajax in this application, but after looking over the interface I decided it was needed to provide a rich user experience.  So lets cover Ajax.
Read the rest of this entry »

In Programming (, , , , , , )