| Subcribe via RSS

Switching IDEs! CodeIgniter Users Should Too!

October 18th, 2009 | 4 Comments | Posted in Code, PHP

I don’t know about you, but changing IDEs is a major thing for me. As my development skills have progressed over the years, I have been looking for more ways to take advantage of the development software I’ve been using. I am constantly wanting to improve my development experience and trying to find ways to speed up programming. Well, this past week, I basically did an assessment of Dreamweaver and here are my conclusions.
More »

PHP Function for URI and URI Segments

September 3rd, 2009 | 1 Comment | Posted in Code, PHP

Here’s a function I wrote to parse through the URI to get segments. I wrote it to use with CodeIgniter to get URI segments before they had been altered and “-” gets changed to “_”. It can be used in any application.
More »

Updated qrayg Menus

April 30th, 2009 | No Comments | Posted in Code

A while back I found a modified version of the Suckerfish dropdown css menus from A List Apart that had the CSS written out for 4 submenus. For the longest time I continued to return to the site (formerly Solar Dream Studios) to download a fresh version of the menus and javascript. Well, it appears that as of April 15, the author Craig Erskine has ‘completely overhauled’ the CSS. The stylesheet looks to be about half the size and is much easier to manage than before.

Check out the update here!
More »

MySQL Custom Sort

February 1st, 2007 | 2 Comments | Posted in Code

Here’s something neat. If you want your SQL results in an order that’s not alphabetical or numerical, this little bit of code will allow you to specify what order you want your fields to appear. More »