How difficult is it to learn Web Development?

  • Thread starter ArthurRead
  • Start date
  • Tags
    Web
In summary, HTML5 is not that difficult to learn, but it does require some experience with programming languages. It is possible to create a website using only HTML5 and no other tools, but it would require a lot of effort and creativity.
  • #1
ArthurRead
16
0
I'm going to be in school for a while and I need some source of income. My friend has a friend who finds jobs for him that have to do with web development. He says that I could do the same if I just learned HTML5 and gain some experience with the Adobe Suite. How hard is to learn these?
 
Physics news on Phys.org
  • #2
Depends on your aptitude for that sort of thing. If you already know a couple of programming languages it should be a breeze (HTML is not actually a "programming language", it's a "script", or more formally a "markup language" but that somewhat irrelevant)

Building a good website is not so much about learning to use the tools (that's the easy part) it's about organizing and displaying the site in a way that is helpful to your customer and even more, to HIS customer so that it draws business.

The tools are just mechanics. Site creation takes a lot more creativity than just learning the tools.
 
  • #3
Thanks for your reply. I don't think I will be "designing" that much. My friend said that he mostly codes and debugs. I took a web design elective in high school and got my feet wet in Dreamweaver cs5. We dealt very little with the actual html code behind it though.
 
  • #4
ArthurRead said:
Thanks for your reply. I don't think I will be "designing" that much. My friend said that he mostly codes and debugs. I took a web design elective in high school and got my feet wet in Dreamweaver cs5. We dealt very little with the actual html code behind it though.

HTML code is pretty simple stuff. What's NOT simple is mixing pure HTML code with the crap normally produced by tools such as Dreamweaver. Now don't get me wrong. Dreamweaver and similar tools do a GREAT job of creating web sites, but they do so by creating HTML that is WAY more complicated than it needs to be and what I'm compaining about is that if you modify the underlying HTML, the tool may not like your changes and it will really screw up the pages. I don't know this to be true of Dreamweaver, which I have not used. My comments are based on Microsoft's FrontPage and it's possible that more modern tools don't have that problem.
 
  • #5
That makes sense. My friend said he just uses notepad, which I guess, means pure HTML code. So I should learn HTML5, or learn HTML4 first? I think html5 is a work in progress but my friend told me that everyone is using it these days.
 
  • #6
ArthurRead said:
That makes sense. My friend said he just uses notepad, which I guess, means pure HTML code. So I should learn HTML5, or learn HTML4 first? I think html5 is a work in progress but my friend told me that everyone is using it these days.

I have not kept up with the advances in HTML so can't advise you. I use simple stuff that has been around pretty much since the beginning of the WWW and I write VB.NET to create most of my pages in HTML because they are WAY too big to deal with by hand. They are NOT graphically elaborate, just functional.

Here are a couple of examples:

www.phinds.com/bowls

www.hobbithouseinc.com/personal/woodpics

If you view the page source, you'll see it's very simple.
 
  • Like
Likes 1 person
  • #7
Mhmm. What do you use VB.NET for? I took an elective called Visual Basic, in which, we created simple programs like a calculator for example. How does this connect to html and web development?
 
  • #8
ArthurRead said:
Mhmm. What do you use VB.NET for? I took an elective called Visual Basic, in which, we created simple programs like a calculator for example. How does this connect to html and web development?

The largest of my sites has 70,000+ files on it and is updated frequently. Do you have any concept of what it would take to MANUALLY create and maintain (constantly upgrade) a website with that many files? I don't think one person could do it much less do it as a fairly minor part-time effort.
 
  • #9
So the html code in the page source was generated by VB.NET?
 
  • #10
ArthurRead said:
So the html code in the page source was generated by VB.NET?

Yes, all of it. The comments on each page were all I had to type, and you can have spelling errors in those.
 
  • Like
Likes 1 person
  • #11
Interesting. Thanks for all the info. I think I might try this.
 

1. How long does it take to learn web development?

The time it takes to learn web development varies depending on the individual's prior knowledge and learning pace. However, on average, it can take anywhere from 6 months to a year to become proficient in web development. It is a continuous learning process, and even experienced developers are constantly learning new skills.

2. Do I need to have coding experience to learn web development?

Having some basic coding experience can be helpful, but it is not a requirement. Web development can be learned by anyone, regardless of their coding background. All you need is a passion for learning and a willingness to put in the effort.

3. Is web development difficult to learn?

Like any new skill, web development may seem challenging at first. However, with consistent practice and dedication, it can be learned by anyone. It is important to have a strong foundation in HTML, CSS, and JavaScript and then continue to build upon those skills.

4. What resources are available for learning web development?

There are plenty of online resources available for learning web development, such as interactive tutorials, video courses, and coding bootcamps. It is also helpful to join online communities and forums to connect with other developers and learn from their experiences.

5. Can I learn web development on my own?

Yes, it is possible to learn web development on your own. However, it can be beneficial to have a mentor or take a structured course to guide you and provide feedback on your progress. It is also essential to continuously practice and work on projects to improve your skills.

Similar threads

  • STEM Career Guidance
Replies
15
Views
2K
Replies
10
Views
673
  • STEM Career Guidance
Replies
21
Views
5K
  • STEM Career Guidance
Replies
6
Views
399
  • STEM Career Guidance
Replies
30
Views
3K
Replies
7
Views
234
  • STEM Career Guidance
Replies
20
Views
480
  • Programming and Computer Science
Replies
3
Views
1K
  • Programming and Computer Science
Replies
4
Views
1K
  • Programming and Computer Science
Replies
33
Views
2K
Back
Top