https://www.amazon.com/Practice-Programming-Addison-Wesley-P...
https://www.amazon.com/Practice-Programming-Addison-Wesley-P...
http://www.amazon.com/Writing-Solid-Code-Microsoft-Programmi...
http://www.amazon.com/Practice-Programming-Addison-Wesley-Pr...
http://www.amazon.com/Code-Complete-Practical-Handbook-Const...
I know these are old books and are C and C++ oriented, but it helped me a lot during my formative years and helped me transition from being a decent programmer to being a decent engineer. They are short books which are well written and not very dense.
[1] http://www.amazon.com/Practice-Programming-Addison-Wesley-Pr... [2] http://www.openbsd.org/cgi-bin/man.cgi?query=style&sekti...
start with this ================ http://www.amazon.com/Practice-Programming-Brian-W-Kernighan...
Since you'll likely be in the web space read:
PHP cookbook Oreilly's Definitive guide to javascript O'Reilly Definitive guide to html & css O'Reilly books on the LAMP stack ox XAMPP stack
PHP ======= you can learn alot by reading the coding examples from the php manual
http://php.net/manual/en/index.php
just google search "php man <search term>"
MySql ======== Most of the time you'll only be doing simply query, so you don't have to worry too much about query languages. You can copy & paste mysql code
==============================
Learn JQuery or MooTools, so you can do some AJAX =================================================
Download PHP Eclipse as your SDK ==========================================
Once you're down with those references play around with the Zend Framework
It's not hard at all. PHP is an easy coding language to learn. Though some employers want you to know ASP. B
I was in the same situation. I got laid off 6 months ago, and picked up PHP>HTML>CSS>JAVASCRIPT> reading Oreilly books (you can get them off bittorrent). I have don't have a tech background. My degree is in philosophy. I built my own website.
===========================================
It just takes time, and ALOT of practice & coding error & learning from debugging.
If you made me pick one, though...
The Practice of Programming - Brian W. Kernighan, Rob Pike - http://www.amazon.com/Practice-Programming-Brian-W-Kernighan...