View Single Post
Old 02-24-2013, 03:25 PM   PM User | #5
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,511
Thanks: 45
Thanked 439 Times in 428 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Quote:
Originally Posted by Celtboy View Post
don't make the classic new developer mistake that if you don't build all of it by hand, it isn't legit. A lot of very talented people have already encountered a lot of real world problems and built great solutions to those--it isn't cheating to build off of their success.
I couldn't agree with that more. As someone who struggles to do everything by hand and never wanting to spend the time learning how to use someone elses shortcuts, I find that a lot of time is taken up just doing the basic stuff. Although this makes me a better coder it has the undesired effect of making development time a lot longer.

Good advice
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote