Month: October 2013

Ternary Operator Tutorial Examples – Ruby, JavaScript and VB

Fork-in-the-Road

My favorite snippet of programming code is the ternary operator used to handle a Boolean evaluation (true/false). It is concise no matter which language Ruby, JavaScript or VB.net. Anatomy of the Ternary operator: A ternary is a two-step conditional method;

How to Quote Famous People

"Yadda yadda yadda" by Blah Blah

Learning how to quote famous people is about more than grammar. When a writer quotes someone, especially at the head of an article, chapter or larger work, he is not just agreeing with the words of a master but aligning

Top