Thread: Curiosity...
View Single Post
  #47  
Old 08-12-2008, 07:29 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Quote:
Originally Posted by Kristi View Post
CIS degree being Computer Information Systems is a standard college board thing.
So? He said it was something else and you challenged for no good reason at all, standard or not.

Speaking of aligning things, I never align equal signs, but I usually line up SQL statements between the keyword and the data. e.x.,
PHP Code:
SELECT *
  
FROM `users`
 
WHERE `id` = '1'
 
LIMIT 1 
It becomes very nice when you get tons of joins and comparison predicates.
Reply With Quote