Remember this, a bad coder spends 90% of his time writing his code and 10% actually thinking about it. A good coder spends 90% of his time thinking about his code and about 10% of the time actually writing it.
^^ This, LIVE BY IT!!
Remember this, a bad coder spends 90% of his time writing his code and 10% actually thinking about it. A good coder spends 90% of his time thinking about his code and about 10% of the time actually writing it.
Let me google that for youHello guys also i want to learn to php can you suggest me...
Once you've gotten a general understanding of coding, like how functions and loops work, and maybe dipped your toes in the waters of object-oriented programming, READ:
Code Complete by Steve McConnell ISDN: 978-0735619678
It gives you the fundamentals of building good code. You will write less bugs and write code faster. It also teaches you the difference between good and bad code, and gives you practical methods for fixing things. The principles in it apply to all programming languages and any software development. I learned computer science at university, and I wish they gave us this book early on. Would have taken months off my learning curve.
I had a difficult time learning from books when I was beginning. Check out Software training online-tutorials for Adobe, Microsoft, Apple & more for video guides/lessons. Do a search for free trials - you should be able to find some 7-day codes out there to try it out for free.
Good luck!
Also if you play around in Dreamweaver it helps you understand html tags a little bit better. I suggest learning HTML first because i think it is the foundation for everything else. CSS and PHP make coding a lot quicker i heard.
You can check out HTML Professional Project by John Gosney or any other book from the Library. Its a pretty thick, but simple book if you like to look at physical pages instead of a computer screen.
I am in the same boat..Still learning HTML and CSS..Keep playing around with it and you will learn to enjoy the benefit.