So any coders here like to make some quick money?
You should be good in PHP, Ajax, and JqueryKinda simple one
Add me on Skype![]()
How quick? PM me.
Also, I personally like code igniter mvc.
Netbeans IDE
Firefox with addons:
- Web developer toolbar
- Firebug
- ColorZilla
Use a framework like Yii (recommended) or CodeIgniter or Kohana or whatever so you don't have to code everything yourself but reuse what others did.
Use the code templates functionality in Netbeans so for example you write "fore" press TAB and get the code for a foreach. Or write "myiter" (mysql iterator) hit TAB and get the whole mysql_query... while($row=mysql_fetch_assoc) ...
Good coders code 10 times as fast than average coders. Trust me on that.
I second the first half of this - Netbeans and Firefox. Never heard of Yii, but jquery stuff is pretty good with ajax, which is just a POST call. Any framework can handle it. Key thing is to have a system for setting up where the ajax call is going.Netbeans IDE
Firefox with addons:
- Web developer toolbar
- Firebug
- ColorZilla
Use a framework like Yii (recommended) or CodeIgniter or Kohana or whatever so you don't have to code everything yourself but reuse what others did.
Use the code templates functionality in Netbeans so for example you write "fore" press TAB and get the code for a foreach. Or write "myiter" (mysql iterator) hit TAB and get the whole mysql_query... while($row=mysql_fetch_assoc) ...
Good coders code 10 times as fast than average coders. Trust me on that.