All about JavaScripts – Free downloads , ebooks, resources

June 12th, 2009 by Giridhar | Posted under Howtos.

Java vs. JavaScriptjavascript tutorial

  • Java is a Object Oriented Programming language where where JavaScript is not
  • Java can stand on its own where where as JavaScript should be inserted inside HTML code
  • Java need to be compiled before running whereas JavaScript runs on the fly

If you need to start learning JavaScript click here

Basic JavaScript

<html>
<body>

<script type=”text/javascript”>
document.write(“This is my first JavaScript!”);
</script>

</body>
</html>

JavaScript Resources

JavaScript downloads

Fat scripts contains a lot of useful javaScript collections which can be freely downloaded and used.

Hotscripts have 3000 + javascript collection which can be downloaded for free

Advanced JavaScripts available at Cool Javascripts

JavaScript E Books

http://www.onlinecomputerbooks.com/free-javascript-books.php
http://www.onlinefreeebooks.net/free-ebooks-computer-programming-technology/javascript/

JavaScript Editor

Yaldex provide free JavaScript editor , Click here to download

Tags: , , ,

Comments

One Response to “All about JavaScripts – Free downloads , ebooks, resources”
  1. Guess what? I am learning JavaScript and yesterday was my first day. (If you have seen my latest post, I started learning JavaScript for that bookmarklet)

    This sunday I went to cochin to meet some friends (we had a tweetup also), and I was talking to a friend named Binny, I had thought that JavaScrpit was something related to Java, but he told me its only in the name.

    I should have read this post on Saturday atleast, else I wouldnt have blundered. Anyways thanks for the awesome links.

    Best Regards

Have any comments?