View Single Post
Old 01-14-2007, 11:05 AM  
psili
Confirmed User
 
Join Date: Apr 2003
Location: Loveland, CO
Posts: 5,526
Are you self taught or do you have a CS degree?

With today's hardware, does " $size=count($array); for($i=0;$i<$size..." any improvement over doing just "for($i=0;$i<count($array)..." ?

Are frameworks such as Pear and Smarty all they're hyped up to be in regard to the overhead of loading all that code or should one stick with simplistic OOP scripts they can create themselves?

How much bad code have you had to muddle through and who created that code under the premise of them being a good programmer?

What's your favorite IDE, if you use one? Are those who use IDE's pussies?

What's a solid method for protecting user AJAX calls to those who should already be authenticated and logged in?

-----
Damn, I could ask questions all day, I guess, just cuz the geek talk is sometimes fun. -- Nice thread if it gets answered ;)
__________________
Your post count means nothing.
psili is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote