Web Design Resources - Java/JavaScript
Home »
Ecommerce »
Web Design Resources
» Web Design Resources - Java/JavaScript
When you are building a web page or many web pages, there are many things to think about. For example other than the HTML, what else goes into the web pages? You may want to add more functionality to your pages. If so you need to consider Java and JavaScript:
· As you may know Java is a programming language that is primarily used in multimedia web pages. In order for websites to use the programming found on the web page, the browser will look to see if there is an applet that works with the code. If there is no applet, the browser responds with a message to download the applet.
· JavaScript is similar to Java in that it is just easier to use. The one thing about JavaScript is you don’t have to create the code. For there are many websites out there that have already created JavaScript that you may be able to use. When you get the code, you place a part of in the head section and the other part into the body of the page. To learn more about JavaScript just go to
http://www.firstwebsitedesign.com/java-and-javascript.htm and
http://www.javascript.internet.com.
Next Page: Web Design Resources - META Tags
Related Web Design Resources Articles