All about JavaScripts – Free downloads , ebooks, resources

June 12th, 2009 by Girish | Posted under IT Howtos. 92 views

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

Blog Widget by LinkWithin
 

Suggested Reading:

  1. Free softwares for Windows Free softwares for Windows This is...
  2. All about Ubuntu Ubuntu is a Linux system developed...
  3. DjVu – computer file format to store scanned documents There are many precious information...
  4. Red Hat Certified Engineer Exam preparation | RHCE dumps | Exam questions, guide | RHCE free resource | Verify RHCE certificate This article is a pointer for...
  5. Send free fax to 41+ countries Send free fax to 41+ countries...
  6. SnagIt alternative, image capturing software for free SnagIt alternative , image capturing software...
  7. 6 free online resize and watermark tool for images photo pictures on the fly 6 free online resize and watermark...
  8. 4 Document search engines – new way to search e-book, PDF, DOC, PPT online Are you searching for an e-book,...

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?