You are viewing our Forum Archives. To view or take place in current topics click here.
Hello I need some help
Posted:

Hello I need some helpPosted:

Harvard
  • Prospect
Status: Offline
Joined: May 30, 201310Year Member
Posts: 622
Reputation Power: 27
Status: Offline
Joined: May 30, 201310Year Member
Posts: 622
Reputation Power: 27
Hey what are some things I might need to learn to start coding sites
#2. Posted:
GamerTechz
  • TTG Addict
Status: Offline
Joined: Feb 11, 201212Year Member
Posts: 2,185
Reputation Power: 88
Status: Offline
Joined: Feb 11, 201212Year Member
Posts: 2,185
Reputation Power: 88
Umm, like languages?
HTML
PHP
MYSQL
CSS
jQuery - to get fancy
#3. Posted:
ip
  • Winter 2018
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
Status: Offline
Joined: Dec 30, 201211Year Member
Posts: 3,778
Reputation Power: 3016
@GamerTechz
You forgot the most important language... C++.
OP: Start there and then you will see how every language is based off of it.
#4. Posted:
iyop45
  • Prospect
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
Status: Offline
Joined: Apr 15, 201113Year Member
Posts: 614
Reputation Power: 83
Logs wrote @GamerTechz
You forgot the most important language... C++.
OP: Start there and then you will see how every language is based off of it.

Of course, because C++ is the most important language for making websites...
#5. Posted:
lee74saurusr3x
  • Ladder Climber
Status: Offline
Joined: Feb 18, 201014Year Member
Posts: 333
Reputation Power: 12
Status: Offline
Joined: Feb 18, 201014Year Member
Posts: 333
Reputation Power: 12
Logs wrote @GamerTechz
You forgot the most important language... C++.
OP: Start there and then you will see how every language is based off of it.


Please just stop now before you embarrass yourself further.
#6. Posted:
Database
  • Rising Star
Status: Offline
Joined: Sep 20, 200914Year Member
Posts: 721
Reputation Power: 32
Status: Offline
Joined: Sep 20, 200914Year Member
Posts: 721
Reputation Power: 32
lee74saurusr3x wrote
Logs wrote @GamerTechz
You forgot the most important language... C++.
OP: Start there and then you will see how every language is based off of it.


Please just stop now before you embarrass yourself further.


Lol i think he just meant, c++ is a good language to learn programming from then move onto web development. But either way that would be a stupid thing to do regardless.

:facepalm:
#7. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201211Year Member
Posts: 1,498
Reputation Power: 79
Basics/core languages:
HTML (Structuring your site)
CSS (Formatting your sites)

These two languages are fundamental when learning web development. You simply cannot be a web developer without knowing them. No work arounds, though, there are a few different variations of the languages. For example, there's HTML strict, traditional, xHTML, and more. Most have settled with HTML5 though, since it introduced a lot of new features that make sites compatible on multiple platforms.

CSS also has SASS (I don't know much about this, yet).

Intermediate:

JavaScript (adding interaction)
JQuery (Sort of like an API for JavaScript. It includes pre-written code to make your JavaScript more compatible).

To begin, JavaScript is not the same as Java. JavaScript adds interaction to the site. Such as making forms function, adding effects to navigation bars, slide shows, etc. It started as just a language for making special effeects, such as sparkles following your mouse pointer. JavaScript is also responsible for making hover effects on elements, but CSS3 introduced some new features that allow you to use CSS for that. All in all, JavaScript isn't completely necessary for making sites. But, without it, you'll have a pretty dull site that doesn't allow user interaction, which would be quite dull.

Advanced:

PHP
MYSQL
Ruby
Python
Java
..The list goes on

These are true programming languages. If you don't plan on doing back-end web development, then they aren't that important to you, but having some understanding would help. These languages are things that power activity in this forum for example. They communicate with the server, sending data back and forth. PHP is quite popular, but is considered a bit of an unstable language, but can be quite a pay off if you master it. For example, it powers sites like Facebook and I believe Twitter. An example of a PHP function would be the constant refreshing your Facebook homepage does behind the scenes, making new posts appear instantly in your feed.

Java isn't as popular as it once was. It use to run Java Applets and servlets in the browser, but JavaScript has sort of replaced that. I have seen that Java is massively used in enterprise though, since it has the largest and most stable library.

Hopefully this helps!

Some sites I recommend:

[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]

Also try some books from Wiley Publishing... Simply amazing. I've learned so much in a few months, and plan to be way ahead of the game going into college next year.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.