Hello All,
I just started JavaScript a few days ago and wanted to start something with it. So I was wondering if you could make a website with JavaScript. If so, what would I need to get started?
Any help would be great.
Thanks.
Can JavaScript Make A Website
Started by hetra, Mar 31 2010 02:39 AM
4 replies to this topic
#1
Posted 31 March 2010 - 02:39 AM
|
|
|
#2
Posted 31 March 2010 - 09:38 AM
You seem to have it backwards. JavaScript is generally PART OF a website, not used to MAKE a website.
#3
Posted 01 April 2010 - 02:09 AM
Oh, so to make a website I'd need to know HTML? If not-what language would I need?
Web Development is confusing:|
Web Development is confusing:|
#4
Posted 02 April 2010 - 10:12 PM
Well, the HTML and CSS is used for structuring and designing a website it keeps the user from seing just lists of data.
a client side language such as Javascript allows user interaction after the page renders withought hitting a datastore
and a server side language such as php, ruby, ASP, and so on is used to query datastores and do all the behind the scenes work. It than kiks that data back out to the HTML / CSS to be structured for users to view.
So first you should probably learn how to make a static page (meaning it displays data that you hard code into it) Just to get the basics of HTML and CSS.
the site at this link: W3Schools Online Web Tutorials is a great resource for learning web development.
a client side language such as Javascript allows user interaction after the page renders withought hitting a datastore
and a server side language such as php, ruby, ASP, and so on is used to query datastores and do all the behind the scenes work. It than kiks that data back out to the HTML / CSS to be structured for users to view.
So first you should probably learn how to make a static page (meaning it displays data that you hard code into it) Just to get the basics of HTML and CSS.
the site at this link: W3Schools Online Web Tutorials is a great resource for learning web development.
#5
Posted 10 April 2010 - 10:07 AM
Not to advertise or anything but, I learned html and some css by making a guild on neopets.com.


Sign In
Create Account


Back to top










