Wish you best of luck. When i started PHP, it was hard too at 2009. I am not a grate programer but i can code. And also planing to create a journey like you to start again with php(more advance) for getting Zend certification. BTW Which IDE are you using? You can try Sublime text2. Its really awesome with so many adons(packages).
AmaD?US;5172432 said:Great Journey Man, Keep it up !
i am also learning J2EE and PhP![]()
Nice journey here are some things you may find useful one day:
http://jsfiddle.net/
http://notepad-plus-plus.org/
Best of luck!
I started learning python on codecademy a while back and really wish I saved the code from each exercises to refer back to so that I don't have to open new windows each time. Think I'll start again as I forgot it all now!
Hey buddy, great stuff! I am a CS undergraduate at Georgia Tech and we have one of the best computing programs here in the United States. Your technical skills will help you a lot in finding any sort of job related to IT world. When you program, please do it with a passion or you won't like it at all. Doing these tutorials will only help you understand the basics, but not show you how to implement them to the full capacity. Here in school, we are forced to make games in Java and other cool softwares that you can't think on your own. If you do plan on doing some software development then message me and I will give you few sample assignments to look at. Doing projects is the only way you will become an expert. Good luck with your goals!
Good to see your still at it. Persistence is everything
Reading the link above, I humbly suggest anyone learning to code to keep a journal/scratchpad, where you emphasise important points, what was difficult. Its important that you also refer back to occasionalyl to prompt yourself - a bit like a daytraders diary
Any jobbing prog worth his salt keeps at least one
Read here for some thoughts on it: https://news.ycombinator.com/item?id=4448361
div {
background-color:red;
height:50px;
width:70px;
border:dashed;
border-color:yellow;
font-family:Calibri;
font-size:18px;
font-weight:bold;
font-style:italic;
color:black;
text-align:center;
margin-left:100px;
}
div:hover{
background-color:white;
}
a {
text-decoration:none;
}
Do you find it hard learning multiple syntaxes at once? As I mentioned previously I was learning python but I have some of the Sam's Teach Yourself books and wanted to try do like 3 codes at once. Not sure if I would get too confused.