Two Helpful Tools For Browser Testing

I just touched up the site recently, including an overhaul of the xhtml and css to make it work in all browsers.  I hadn’t done this in a while, so during my quest I found Browsershots and MultipleIEs. These two won’t necessarily aid with the coding, but they’ll help immensely during the testing. 

Read More...

Linking External Style Sheets In CodeIgniter

Having been working with CodeIgniter for about two years now, I have always struggled with how to structure my themes.  This past week I came up with what seems to be such an obvious solution for external css handling in CodeIgniter, that I was surprised I haven’t read about it elsewhere.  Perhaps it’s so obvious that most felt it need not to be mentioned, however I would have loved to come across something like this long ago. 

Read More...