Mobile app version of vmapp.org
Login or Join
LarsenBagley505

: Book / resource suggestions for learning web development? Where to start? OK, so there's so much to know that I don't even know where to start. I'm hoping you can help me come up with a

@LarsenBagley505

Posted in: #Books #ServerSideScripting #WebApplications #WebDevelopment

OK, so there's so much to know that I don't even know where to start. I'm hoping you can help me come up with a list of books to get started with.

I'm interested in web applications (for example, building a custom wordpress theme or plugin), but I also want to be well-rounded and have a decent technical grasp of the web (databases, servers, networking).

I'm guessing javascript and php are languages to learn first?

I don't mind dry technical reading.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @LarsenBagley505

2 Comments

Sorted by latest first Latest Oldest Best

 

@Frith620

You learn best from doing. You could read every book in the world, but if you're not practising then your not improving.

If I were to learn HTML, CSS and PHP (which you would need to know if your going to mess about with Wordpress) then I would buy one of those books that promises to teach you something in 10 minutes. I did this, but I didn't read it cover to cover. I instead used it as a reference. The good thing with these types of books is that they cut out most of the rubbish and just give you a real world explanation with a short explanation.

I would also sign up to Twitter and follow different people connected with web design. Smashing Magazine for example. But even doing a quick search will give you lots of other web designers/developers who you could always tweet for advice.

The most important thing to learn, and to learn from the start, is best practices and standards. If you get your code to be standardised and cross browser compliant, everything else will come easy. There is nothing worse than learning to develop a website for just Internet Explorer, then realise people using Firefox can't see it properly. I learn this the hard way 10 years ago.

You are using the internet to develop websites, so the internet should be your first point of call. Do a Google search for HTML tutorials. These tutorials (for the most part) are free and easier to transport compared to a book.

10% popularity Vote Up Vote Down


 

@Candy875

Start with the basics: HTML, CSS and JavaScript. If anything you'll want to create a few simple pages consisting of just raw HTML, then enhance them using CSS. Once you've gotten a basic feel and understanding for these two go ahead and jump into JavaScript. Yet, there really is no set of books or resources to help you learn better than all the information available to you from a quick web search.

I found it harder to learn from a book opposed to diving in and trying stuff out as it was being exemplified through reading and analyzing web resources.

Practice makes perfect.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme