View Single Post
  #4 (permalink)  
Old 04-08-2008, 01:49 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,290
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: What should I do next....(general programming)

It may be easier to learn Web or General programming, depending on your needs. Ideally, a bit of both is ideal.

In a website, you write the actual page in a web language such as HTML (unless you use something like Spartan Ajax, but that's another story). To make the code actually do something, you use scripting languages, such as JavaScript (similar to C#) and VBScript (very similar to Visual Basic). By integrating these two technologies together, you can create powerful dynamic websites.

Unless, of course, you want some sort of internet form, in which case you need to use ASP or PHP (both of which can be learnt from W3Schools Online Web Tutorials).

Have fun!

Xav
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Reply With Quote