Archive for the ‘Tutorial’ Category

Ryan

PHP – Ternary Operator

November 2, 2008 by Ryan in Code, PHP, Tutorial


PHP’s Ternary operator is fast becoming one of my favorite functions to use due to it’s ease to write and how it can clean up the code making it much easier to understand. If you don’t know what a ternary operator is, in short, it is a shortened version of an If/Else statement. Let’s take [...]

Phil

Photo Effect Tutorial

March 19, 2008 by Phil in Design, Tutorial


So in the past few months I’ve been following Aaron Ivey’s blog after coming across it through a mutual friend. I don’t know Aaron personally, but I have enjoyed reading his posts, especially those that showcase his photography (those are just a small sample). I really dig the coloring and post effects that he adds [...]