login about faq

Due to the large amount of spam accounts, we temporarily disabled new user sign ups. To override this, email newuser.lgqa@gmail.com and an admin will determine if you are permitted to join


I am finished college for the year and have decided to "try" learn some form of computer code over the summer.

I am doing mechanical engineering so have spent a term learning visual basic and generally know my way around a computer but have never gone near coding before!

Any suggestion?

Apart from just wanting to learn it, on a more practicably level i would like to create some websites to advertise rental properties as someone has asked me to make them 3 websites for holiday homes they rent.... for which i was thinking learn some HTML should be enough...

Just looking to know what the next step after Visual basic is?

Also is HTML all that would be needed to create a website as explained above?

Is there much need (as an potential engineer) in learning other languages such as C++, java etc?

asked Jun 22 '11 at 15:51

its_stephen's gravatar image

its_stephen
46556

There's another similar question asked on here already, check it out for some guidance.http://bit.ly/lHWkzd

(Jun 22 '11 at 15:55) DazOwen DazOwen's gravatar image

I wouldn't try learning C++ or Java by yourself; that's be a very frustrating way to spend your free time, especially as Java is being slowly phased out...

As for web development. You will need to know the ins out outs of HTML well. The newest version is HTML 5; but I recommend learning XHTML as it's the most commonly used today. However; you will need to learn CSS if you want to create a anywhere modern looking website, and it can be difficult to learn the different styles and properties of those styles by yourself.

This should help:

http://www.w3schools.com

answered Jun 22 '11 at 16:05

Jordo141's gravatar image

Jordo141
163

edited Jun 22 '11 at 16:06

Alright. For creating the website, you would need to have not only HTML, but you would need to learn CSS, and possibly JavaScript. CSS stands for Cascading Style Sheet, and if you can guess, it is what makes most of the website's colors appear. JavaScript can be used for a lot of things, most of these would be used for dynamic stuff (like making a slider, where it moves the webpage with it)

As for learning C++ and Java, you might be able to find something, but not very many things are using it now days.

answered Jun 22 '11 at 16:07

Kyle's gravatar image

Kyle
3304513

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported


Join Us in the Chat Room

Tags:

×142
×125
×87
×69

Asked: Jun 22 '11 at 15:51

Seen: 1,237 times

Last updated: Jun 22 '11 at 16:07