Geometry.Net - the online learning center
Home  - Computer - Javascript
e99.com Bookstore
  
Images 
Newsgroups
Page 1     1-20 of 81    1  | 2  | 3  | 4  | 5  | Next 20

         Javascript:     more books (100)
  1. JavaScript: The Good Parts by Douglas Crockford, 2008-05
  2. JavaScript: The Definitive Guide by David Flanagan, 2006-08-17
  3. JavaScript Patterns by Stoyan Stefanov, 2010-09-21
  4. Murach's JavaScript and DOM Scripting (Murach: Training & Reference) by Ray Harris, 2009-08-17
  5. High Performance JavaScript (Build Faster Web Application Interfaces) by Nicholas C. Zakas, 2010-03-23
  6. Learning JavaScript, 2nd Edition by Shelley Powers, 2008-12-16
  7. Professional JavaScript for Web Developers (Wrox Programmer to Programmer) by Nicholas C. Zakas, 2009-01-14
  8. Head First JavaScript by Michael Morrison, 2008-01-11
  9. Object-Oriented JavaScript: Create scalable, reusable high-quality JavaScript applications and libraries by Stoyan Stefanov, 2008-07-24
  10. JavaScript: The Missing Manual by David Sawyer McFarland, 2008-07-01
  11. JavaScript, A Beginner's Guide, Third Edition (Beginner's Guide(Osborne Mcgraw Hill)) by John Pollock, 2009-09-11
  12. Pro JavaScript Design Patterns (Recipes: a Problem-Solution Ap) by Ross Harmes, Dustin Diaz, 2007-12-10
  13. JavaScript Pocket Reference (2nd Edition) by David Flanagan, 2002-10-29
  14. JavaScript Cookbook by Shelley Powers, 2010-07-19

1. JavaScript.com (TM) - The Definitive JavaScript Resource: JavaScript Tutorials,
javascript.com is your source for all things javascript, including tutorials, free java scripts, downloads, tools, javascript source code and other
http://www.javascript.com/

2. JavaScript Tutorial
javascript is used in millions of Web pages to add functionality, At W3Schools you will find complete references of all javascript objects and the HTML
http://www.w3schools.com/js/default.asp

HOME

JS Basic

JS HOME

JS Introduction

JS How To

JS Where To
...
JS Guidelines

JS Objects
JS Objects Intro

JS String
JS Date JS Array ... JS HTML DOM JS Advanced JS Browser JS Cookies JS Validation JS Animation ... JS Summary Examples/Quiz JS Examples JS Object Examples JS DOM Examples JS Quiz JS References JS Objects JS HTML DOM Selected Reading Web Statistics Web Glossary Web Hosting Web Quality ... Helping W3Schools
JavaScript Tutorial
JavaScript Tutorial
JavaScript is THE scripting language of the Web. JavaScript is used in millions of Web pages to add functionality, validate forms, detect browsers, and much more. JavaScript is easy to learn! You will enjoy it! Start learning JavaScript now!
JavaScript Examples
Learn by 100 examples! With our editor, you can edit the source code, and click on a test button to view the result.
JavaScript Quiz Test
Test your JavaScript skills at W3Schools! Start JavaScript Quiz!
JavaScript References
At W3Schools you will find complete references of all JavaScript objects and the HTML DOM objects.

3. JavaScript Source: Free JavaScripts, Tutorials, Example Code, Reference, Resourc
The javascript Source is your resource for thousands of free javascripts for cutting and pasting into your Web pages. Get free Java Script tutorials,
http://javascript.internet.com/

4. JavaScript - Wikipedia, The Free Encyclopedia
javascript is a scripting language most often used for clientside web development. It was the originating dialect of the ECMAScript standard.
http://en.wikipedia.org/wiki/JavaScript
JavaScript
From Wikipedia, the free encyclopedia
Jump to: navigation search It has been suggested that Client-side JavaScript be merged into this article or section. ( Discuss Not to be confused with Java (programming language)
For the use of JavaScript on Wikipedia, see Wikipedia:JavaScript
JavaScript Paradigm multi-paradigm Appeared in Designed by Brendan Eich Developer Mozilla Foundation Typing discipline ... JScript .NET Influenced by Self C Scheme Perl ... Python JavaScript is a scripting language most often used for client-side web development. It was the originating dialect of the ECMAScript standard. It is a dynamic weakly typed prototype-based language with first-class functions . JavaScript was influenced by many languages and was designed to have a similar look to Java , but be easier for non-programmers to work with. The language is best known for its use in websites (as client-side JavaScript ), but is also used to enable scripting access to objects embedded in other applications (for example Microsoft Gadgets in Windows Vista Sidebar Despite the name, JavaScript is essentially unrelated to the Java programming language, though both have the common C syntax , and JavaScript copies many Java names and naming conventions. The language was renamed from LiveScript in a co-marketing deal between

5. JavaScript Kit Free JavaScripts!
Click here for comprehensive javascript tutorials, and over 400+ free scripts!
http://www.javascriptkit.com/cutpastejava.shtml
/*********************************************** * Tab Content script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code ***********************************************/ Categories: All Free JavaScripts/ Applets Tutorials References

6. About JavaScript - MDC
javascript is the Netscapedeveloped object scripting language used in millions of web pages and server applications worldwide. Netscape s javascript is a
http://developer.mozilla.org/en/docs/About_JavaScript
Skip to main content Visit Mozilla.org
Mozilla Developer Network
Hide Sidebar Show Sidebar
Related
Category JavaScript
Navigation
Views
Toolbox
In other languages
About JavaScript
From MDC
edit What is JavaScript?
JavaScript ECMAScript ) standard scripting language, with only mild differences from the published standard. Contrary to popular misconception, JavaScript is not "Interpretive Java". In a nutshell, JavaScript is a dynamic scripting language supporting prototype based object construction. The basic syntax is intentionally similar to both Java and C++ to reduce the number of new concepts required to learn the language. Language constructs, such as if statements, for and while loops, and switch and try ... catch blocks function the same as in these languages (or nearly so.) JavaScript can function as both a procedural and an object oriented language . Objects are created programmatically in JavaScript, by attaching methods and properties to otherwise empty objects

7. EarthWeb.com: The IT Industry Portal  --  JavaScripts
javascript forums and hundreds of scripts and howto guides.
http://webdeveloper.earthweb.com/webjs/

8. JavaScript Guide
If you are using Navigator 2.0 or later and you see this message, you need to enable javascript. Choose Options Network Preferences, choose the Languages
http://wp.netscape.com/eng/mozilla/3.0/handbook/javascript/
state = 1 // state 1 = contents showing in left frame // state 2 = index showing in left frame // state 3 = no left frame document.write('', ' ', ' ', '')

9. JavaScript: The World's Most Misunderstood Programming Language
javascript, aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world s most popular programming languages.
http://www.crockford.com/javascript/javascript.html
JavaScript:
The World's Most Misunderstood Programming Language
Douglas Crockford
www.crockford.com
JavaScript , aka Mocha, aka LiveScript, aka JScript, aka ECMAScript, is one of the world's most popular programming languages. Virtually every personal computer in the world has at least one JavaScript interpreter installed on it and in active use. JavaScript's popularity is due entirely to its role as the scripting language of the WWW. Despite its popularity, few know that JavaScript is a very nice dynamic object-oriented general-purpose programming language. How can this be a secret? Why is this language so misunderstood?
The Name
The Java- prefix suggests that JavaScript is somehow related to Java, that it is a subset or less capable version of Java. It seems that the name was intentionally selected to create confusion, and from confusion comes misunderstanding. JavaScript is not interpreted Java. Java is interpreted Java. JavaScript is a different language. JavaScript has a syntactic similarity to Java, much as Java has to C. But it is no more a subset of Java than Java is a subset of C. It is better than Java in the applications that Java (fka Oak) was originally intended for. The -Script suffix suggests that it is not a real programming language, that a scripting language is less than a programming language. But it is really a matter of specialization. Compared to C, JavaScript trades performance for expressive power and dynamism.

10. Standard ECMA-262
The official specification for ECMAScript, the vendorneutral standard for what was originally Netscape s javascript.
http://www.ecma-international.org/publications/standards/Ecma-262.htm
Standards
Standards Index
Standards List Tech. Reports Index Tech. Reports List ... Back Standard ECMA-262
ECMAScript Language Specification
rd edition (December 1999) This Standard defines the ECMAScript scripting language. Copy these file(s), free of charge: File name Size (Bytes) Content ECMA-262.pdf Acrobat (r) PDF file
This Ecma publication is also approved as ISO/IEC 16262 Back only search Ecma International

11. JavaScript Cheat Sheet - Cheat Sheets - ILoveJackDaniels.com
The javascript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of javascript. It includes reference material
http://www.ilovejackdaniels.com/cheat-sheets/javascript-cheat-sheet/
var name_input_id = 'catchmeifyoucanname'; var url_input_id = 'adifferentaddress'; var text_input_id = 'textboxiness'; Skip Navigation
Search
Search Site
Recently
Syndication
You can stay up to date with new content on ILoveJackDaniels.com with these feeds. Looking for something different? You can find more feeds here
JavaScript Cheat Sheet
Posted in Cheat Sheets 42 comments
The JavaScript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of JavaScript. It includes reference material for regular expressions in JavaScript, as well as a short guide to the XMLHttpRequest object. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size JavaScript cheat sheet.

12. JavaScript Tutorials, Scripts, Answers And Much More JavaScript
Learn to write your own javascript code or just use prewritten scripts that plug into your pages. javascript tutorials, how-tos, sample scripts,
http://javascript.about.com/
zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') You are here: About Focus on JavaScript Focus on JavaScript Focus on JavaScript ... Help From Stephen Chapman
Your Guide to Focus on JavaScript
FREE Newsletter. Sign Up Now!
Page Events
JavaScript can interact with browser events level events.
There are some things that can happen to an entire web page - if finishes loading, it gets resized scrolled, etc. The thirty first tutorial in the original "Learn JavaScript" series introduces the event handlers that are triggered by these page level happenings.
Page Events
permalink comments (0)
Cross Stitch Calculator
JavaScript can create calculators for many different purposes.
Anyone involved in the hobby of cross-stitching will usually work from a design pattern drawn as a grid on paper. How big the material that they are going to stitch it needs to be depends on both the number of squares in each direction in the grid and on how big the stitches will be. This simple JavaScript calculator allows that information to be entered and tells you how big the finished pattern will be in both inches and centimetres. A useful addition to any cross stitch site.
Cross Stitch Calculator
permalink comments (0)
Distance Calculator
How far is it between two places? Make your own JavaScript calculator to display the distances between your choice of locations.

13. Hot Scripts :: JavaScript:: JavaScript
A collection of over 1500 free and commercial javascripts and applications, all searchable and arranged by category. Also includes books on javascripts,
http://www.hotscripts.com/JavaScript/index.html

New Listings

Most Popular

Top Rated

Discussion
...
Link To Us
Search For: All Categories Ajax ASP ASP.NET C and C++ CFML CGI and Perl Flash Java JavaScript PHP Python Remotely Hosted Ruby on Rails Tools and Utilities Web Hosting XML Home Login Enhanced Listings About Us ... Account Signup Categories Ajax ASP ASP.NET C and C++ ... XML Sponsor Links
JavaScript Categories
Books

Various books on programming in JavaScript. References
References to help programming in JavaScript Scripts and Programs
Categorized database of JavaScript programs. Software A selection of software for aiding in JavaScript programming. Tips and Tutorials Various tips and tutorials on programming in JavaScript. Web Sites Sites and archives offering a large number of JavaScripts and resources. Hot Listings Just Added to HotScripts.com HtmlBox Cross-browser interactive open-source HTML textarea built on top of the jQuery library. JavaScript/Scripts and Programs/WYSIWYG Editors JavaScript Encryption Library Object-oriented JavaScript crypto library that supports many hash and encryption methods JavaScript/Scripts and Programs/Security ContentFlow ContentFlow is a flexible flow written in javascript, which can handle any kind of content.

14. JavaScript Technology
Savvy tutorials, headon interviews, and other trinkets of valuable information to help you make the most of javascript.
http://java.sun.com/javascript/
Skip to Content Sun Java Solaris ... Developers Home
JavaScript Technology
JavaScript News
/dev/null/kevin - Javascript: The Ultimate Programming Language? March 27, 2008 Javascript: The Ultimate Programming Language? Warning: Spoiler for the movie Stargate: The Ark of Truth ahead. I watched the movie Stargate: The Ark of Truth and there is a scene where the Replicators (evil, self- ... March 26, 2008 Mark up : Paste this code within the " body " tag Header Left Nav Center Footer CSS code : Paste this code within the " head " tag View : html file on your browser. To be continued..> Muthu xDesign muthu Octavian Tanase ' s Weblog - Share your technology expertise with others March 24, 2008 Share your technology expertise with others Blogs are all about sharing, opinion and participation in the new social media dynamic, where the news are made by random folks, and not only the journalism graduates. The ... The Oh Bleep Page - Automatically resizing TextArea element March 17, 2008 Automatically resizing TextArea element I was trying to find a solution to automatically growing a TextArea as new lines were added. There are many simple solutions for that JavaScript, but I could not find one that ... SDN Program News - Technical Reports From Sun Labs March 13, 2008

15. The JavaScript Weblog
Well, folks, today officially marks the final day of The javascript Weblog. I ve had a lot of fun blogging here for the past 7 months, and hopefully my
http://javascript.weblogsinc.com/
@import url(/media/style.css); Catch some concepts at the New York Auto Show! Add to: My AOL MyYahoo Google Bloglines ...
Amber and Russ
Posted Aug 14th 2006 9:43AM by Brad Hill This postscript is to thank the wonderful Amber Rhea and Russell Heimlich for their work here. The good news is that they are both remaining in the Weblogs, Inc. family. You can find Russ at DV Guru , and Amber at Download Squad . This blog will remain archived for reference and searching. Thanks to everyone who visited here!
It's been real
Posted Aug 11th 2006 9:03AM by Amber Rhea Well, folks, today officially marks the final day of The Javascript Weblog. I've had a lot of fun blogging here for the past 7 months, and hopefully my posts have been helpful and informative to you as well.
If you are so heartbroken at the thought of this blog going dark because you just can't get enough of Amber Rhea, worry not! You can find me at the Georgia Podcast Network , where I pontificate about a variety of topics; and my personal blog, Being Amber Rhea . And you might just catch me somewhere else 'round the Weblogs, Inc. network, as well.

16. What Is JavaScript? - A Word Definition From The Webopedia Computer Dictionary
This page describes the term javascript and lists other pages on the Web where you can find additional information.
http://www.webopedia.com/TERM/J/JavaScript.html
You are in the: Small Business Computing Channel ECommerce-Guide Small Business Computing Webopedia ... Refer-It Enter a word for a definition... ...or choose a computer category. choose one... All Categories Communications Computer Industry Companies Computer Science Data Graphics Hardware Internet and Online Services Mobile Computing Multimedia Networks Open Source Operating Systems Programming Software Standards Types of Computers Wireless Computing World Wide Web Home
Term of the Day

New Terms

Pronunciation
...
Be a Commerce Partner

JavaScript Last modified: Wednesday, June 07, 2006 A scripting language developed by to enable Web authors to design interactive sites . Although it shares many of the features and structures of the full Java language , it was developed independently. Javascript can interact with HTML source code , enabling Web authors to spice up their sites with dynamic content. JavaScript is endorsed by a number of software companies and is an open language that anyone can use without purchasing a license . It is supported by recent browsers Microsoft , though Internet Explorer supports only a subset, which Microsoft calls

17. The JavaScript Planet - Collection With 371 Free JavaScripts!
Huge javascript site with over 370 free scripts.
http://www.geocities.com/SiliconValley/7116/
window.onerror=new Function("return true")
The JavaScript Planet!
There are now JavaScripts available. JavaScript categories (powered by JavaScript Kit JavaScript clocks, calendars, and timers
Sub Categories: Calendars Countdown Special effects with background and document Scrollers ... IE 4.x DHTML script categories (powered by Dynamic Drive Document effects Scrollers General Image effects ... In-house JavaScripts Other resources on the web JavaScript Reference - Great JavaScript reference explaining all the objects, properties, and methods of JavaScript. CSS Drive - CSS gallery, examples, codes, and more. Freewarejava.com - Free Java applets for your site! CodingForums.com The most popular JavaScript forum on the WWW. Get live help on any aspect of scripting or web building. WELCOME to The JAVASCRIPT PLANET which is a page where I plan to publish as many JavaScripts (and maybe some other cool stuff like VRML, Animated GIFs) as possible, please contribute a JavaScript Questions? Comments?

18. JSON In JavaScript
javascript is a general purpose programming language that was introduced as the page scripting language for Netscape Navigator.
http://www.json.org/js.html
JSON in JavaScript
JavaScript It is widely believed to be a subset of Java, but it is not . It is a Scheme -like language with C-like syntax and soft objects . JavaScript was standardized in the ECMAScript Language Specification, Third Edition JSON is a subset of the object literal notation of JavaScript. Since JSON is a subset of JavaScript, it can be used in the language with no muss or fuss. In this example, an object is created containing a single member "bindings" , which contains an array containing three objects, each containing "ircEvent" "method" , and "regex" members. Members can be retrieved using dot or subscript operators. myJSONObject.bindings[0].method // "newURI" To convert a JSON text into an object, use the function. invokes the JavaScript compiler. Since JSON is a proper subset of JavaScript, the compiler will correctly parse the text and produce an object structure. var myObject = eval('(' + myJSONtext + ')'); The eval function is very fast. However, it can compile and execute any JavaScript program, so there can be security issues. The use of

19. JavaScript - Table Of Contents
The javascript section of Quirksmode.org; modelled to compliment the author’s book, “ppk on javascript”.
http://www.quirksmode.org/js/contents.html
var sitestatCounter = 4;
JavaScript - Table of contents
The JavaScript part of my site contains all JavaScript pages. It is by far the largest section of my site. I have created seven JavaScript categories that follow my book 's subdivision: General (chapters 1-4), Core (5), BOM (6), Events (7), DOM (8), CSS modification (9), and Data Retrieval (10). General Core BOM Events ... Data retrieval
General
Some pages about general JavaScript topics. Introduction to JavaScript This page gives an introduction to JavaScript.
The difference between JavaScript and Java. What are the possibilities and restrictions of JavaScript? Security. Which JavaScript versions exist? What about versions? How to debug a script? Placing JavaScripts Object detection A very important concept that beginners should study carefully. If you write a complex script, you start by finding out if your users' browsers support advanced scripting. To do this, you need object detection The page includes a few old case studies.
Core
JavaScript Core makes JavaScript a programming language. Statements Statements are JavaScript commands. On this page I describe the two most important ones:

20. JavaScript Reference
IE IE IE IE IE IE IE IE PC Mac PC PC Mac Mac PC PC Netscape Mozilla Opera 4.01 4.01 4.01 5.0 5.0 5.1 5.5 6 4.7 6.0 0.91.0 6.03 javascript
http://javascript-reference.info/
Advertising Blog Forum Link to us ... Contact
Java Scripts:
Alerts Buttons Calendars Clocks ... Windows
Java Script Resources:
Buttons Calendars Clocks Cookies ... Windows
Java Scripts Guides and Java Scripts Tutorials:
Beginner-Guides Advanced-Guides Beginner-Tutoials Advanced-Tutorials
Best Web Pages: -with exclusive Category Sponsoring-
Arts Regional Africa Blogs Regional America ... Sports
JavaScript
a free online quick reference order here VisiBone
I hope you find these
excerpts of VisiBone
JavaScript references
very useful. Contents:
Number

String

Number
String ...
LEGEND

Operator Precedence
More content is in the
product closeups, especially: DOM (Document Object Model) Regular Expressions The information here is part of two printed references, that VisiBone makes, the JavaScript Card: a dense, laminated, four-page 8.5x11 book and also the JavaScript Foldouts: a set of three fan-fold booklets with larger print and smaller folded size. Does it look busy? Well, it wasn't meant for idle people! Here are all the features of client-side JavaScript, in living code.

Page 1     1-20 of 81    1  | 2  | 3  | 4  | 5  | Next 20

free hit counter