JavaScript Data Resources

Below you will find 4 categories and 35 links related to JavaScript Data Resources.

Categories:

Links:

JavaScript : Books

Acrobat Forms with JavaScript

Visit Acrobat Forms with JavaScript

Unlike other books on JavaScript, which explain how to write JavaScript programs for the Web, Extending Acrobat Forms with JavaScript is the first and only book to explain how to use JavaScript to create sophisticated, interactive documents in Adobe Acrobat. Acrobat expert John Deubert teaches JavaScript programming basics in the context of carrying out specific, useful tasks in Acrobat. For example, you'll learn how to manipulate Acrobat with JavaScript to perform calculations, retrieve data from a database, process form data, and more. And each tutorial is broken down into small, manageable chunks so as not to overwhelm you with long blocks of code. A one-of-a kind book, Extending Acrobat Forms with JavaScript is a great resource for anyone who wants to gain more control over Adobe's extremely popular Acrobat software. Extending Acrobat Forms with JavaScript is a simple way to add power to forms.

  • Cost: $17.50
  • Pages: 256
  • Edition: 1st edition
  • ISBN: 0321172388

Comprehensive JavaScript

Visit Comprehensive JavaScript

Part of the new Web Warrior Series, a cutting edge Web development series dedicated to providing coverage of the latest in emerging Internet and Web technologies. This title provides comprehensive coverage of both client and server side JavaScript through extensive hands-on practice. Using this title, individuals learn to create interactive and dynamic user interfaces and integrate databases with Web sites. Designed to provide a guide for the beginning programmer to develop Web applications using the JavaScript programming language. Readers bring Web pages to life by building applications from the bottom up while incorporating interactive interfaces and databases into a Web site. Focuses on JavaScript. A few topics this book covers abs method, absolute CSS positioning, ancestor objects, animal constructor function, break statement, bytecode, checked attribute, .class file extension, CursorType properity, digital signing, and delete statements.

  • Cost: $8.49
  • Pages: 720
  • Edition: 1st edition
  • ISBN: 0619015551

Comprehensive JavaScript

Visit Comprehensive JavaScript

Teaches the necessary skills to create Web pages using the popular Web Scripting language, JavaScript. Topics include: Introduction to JavaScript; Variables, Functions, Objects, and Events; Data Types and Operators; Decision Making with Control Structures and Statements; Windows and Frames; Forms; Debugging JavaScript; Dynamic HTML and Animation; Cookies and Security; Server-Side JavaScript; Database Connectivity; Working with Java Applets and Embedded Data. This book is well written and Conforms to ECMAScript standards. It uses the latest versions of both Netscape and IE, No HTML pre-requisites, Covers both client-side and server-side JavaScript. The book also includes a comprehensive JavaScript reference in the appendix that could help programmers find information fast while designing javascript applications. Allows easy lookup of functions and methods that are commonly applied when writing scripts.

  • Cost: $56.95
  • Pages: 777
  • Edition: 2nd edition
  • ISBN: 0619063343

Designing with JavaScript

Visit Designing with JavaScript

The second edition of the popular Designing with JavaScript is subtitled A Definitive Introduction and for good reason. In this complete rewrite of his best selling book, Nick Heinle offers a true introduction to JavaScript for the designer. By teaching JavaScript in the context of its most powerful capability document manipulation through the DOM, Designing with JavaScript, 2nd Edition, not only teaches the language, not only teaches object, library, and DOM concepts, but also provides web developers with useful strategies and techniques from the first page to the last. Heinle has written sophisticated JavaScript libraries for improved and easier use of form validation, browser detection, cookies, and more. The libraries provided in the book include: StateLib for efficiently maintaining the state of objects and variables through a cookie; PRSSLib for progressing style sheets; ValidDataLib for advanced but easy forms.

  • Cost: $24.47
  • Pages: 400
  • Edition: 2nd edition
  • ISBN: 156592360X

Instant JavaScript

Visit Instant JavaScript

Build interactive Web pages with JavaScript using this unique sourcebook of ready-to-run scripts. Filled with over 125 scripts inside the book and on the accompanying CD, this book will show you how to create a wide range of applications--from banners and other Web graphics to forms and frames--and much more. In addition, you'll get detailed hands-on information for customizing and extending scripts for use in different environments. This guide also includes coverage of DHTML, plug-ins, security issues and creation of e-commerce applications--plus, easy-to-identify icons throughout the text highlight what's on the CD, for quick reference. Additional key topics covered include: Displaying random banner ads; Scrolling text; Searching a database; Adding automated links throughout documents; Framing and pop-up windows; Imaging and slide shows. By combining step-by-step instructions with all the code you need you'll save tons of development time.

  • Cost: $34.99
  • Pages: 716
  • Edition: Book and CD-ROM edition
  • ISBN: 0072129948

JavaScript

Visit JavaScript

Part of the highly successful Shelly Cashman series, this text offers a step-by-step, screen-by-screen approach and extensive hands-on projects for meaningful learning of JavaScript. Intended for a two-unit course on using JavaScript to add functionality to Web pages. Suitable for use in a distance education or a continuing education course. Comprised of an introduction to JavaScript section and five projects that step students through enhancing Web pages. Features of this book include: project opening pages that provide depth and perspective; implementation of the selection, looping, and case constructs using JavaScript; JavaScript topics that include writing and calling user-defined functions, adding scrolling messages and pop-up windows, validating form data, switching graphic images, writing formulas, reading and writing cookies, writing frames and windows, and creation and manipulation of custom objects.

  • Cost: $44.95
  • Pages: 328
  • Edition: 2nd edition
  • ISBN: 0789562332

JavaScript 1.5 by Example

Visit JavaScript 1.5 by Example

JavaScript 1.5 by Example starts with a taste of JavaScript – what it is, what it's for, and what readers need to get started. The book then explains how to add JavaScript to existing HTML pages, leading readers into the fundamentals of the language including JavaScript syntax, notation and conventions, communicating with users via input and output, manipulating variables and data, logic statements in JavaScript, and object programming with JavaScript. The book progresses to an explanation of JavaScript's role in Dynamic HTML, and how that power can be exploited to create animation, navigation, forms processing and more. Explains the fundamentals of the JavaScript, from basic syntax to advanced concepts including Dynamic HTML. JavaScript, the programming language allowing increased interactivity between users and web pages, is explained through examples, with screen shots illustrating many of the techniques described.

  • Cost: $20.99
  • Pages: 321
  • Edition: 1st edition
  • ISBN: 0789724995

JavaScript by Example

Visit JavaScript by Example

Learn JavaScript now, from the world's #1 scripting author and instructor! In JavaScript by Example, Ellie Quigley teaches JavaScript using the same proven approach that's made her the world's favorite scripting author and instructor. This book's unique and classroom-tested learning path contains hundreds of small, easy-to-understand examples that demonstrate the full range of JavaScript's power. One step at a time, Quigley guides new JavaScript programmers through every essential technique, from script setup to advanced DOM and CSS programming. Coverage includes: Data types, literals, and variables; Operators, control structures, and functions; Building dialog boxes and working with JavaScript objects using the Browser object: navigator, windows, frames, dynamic images, and links; Event handling, regular expressions, and form validation; The JavaScript Document Object Model (DOM), Cascading Style Sheets, and Dynamic HTML.

  • Cost: $27.99
  • Pages: 600
  • Edition: 1st edition
  • ISBN: 0131401629

JavaScript Definitive Guide

Visit JavaScript Definitive Guide

JavaScript is a powerful, object-based scripting language; JavaScript programs can be embedded directly in HTML web pages. When combined with the Document Object Model (DOM) defined by a web browser, JavaScript allows you to create Dynamic HTML content and interactive client-side web applications. JavaScript syntax is based on the popular programming languages C, C++, and Java, which makes it familiar and easy to learn for experienced programmers. At the same time, JavaScript is an interpreted scripting language, providing a flexible, forgiving programming environment in which new programmers can learn. JavaScript: The Definitive Guide provides a thorough description of the core JavaScript language and both the legacy and standard DOMs implemented in web browsers. The book includes sophisticated examples that show you how to handle common tasks, like validating form data, working with cookies, and creating portable DHTML animations.

  • Cost: $31.47
  • Pages: 900
  • Edition: 4th edition
  • ISBN: 0596000480

JavaScript Design

Visit JavaScript Design

JavaScript Design shows designers how to create interactive JavaScript applications for the web. It provides detailed descriptions of JavaScript structures, statements and objects, using JavaScript to create different elements of a web page,controlling a page's overall design and function with JavaScript, passing data and variables between clients and servers. Also covered are advanced topics server-side languages: PHP, Perl, ASP, CGI, XML, connections to Java and Cold Fusion. The line between developers and designers is fading. Designers are challenged with projects that require them to have a strong knowledge of the server side issues traditionally fielded by a web developer. Designers are looking for books that teach them the web developer knowledge in a language in which they are accustomed. The guide examines operators, expression, objects, functions, frames, event handlers, cascading style sheets, and cookies.

  • Cost: $31.49
  • Pages: 600
  • Edition: 1st edition
  • ISBN: 0735711674

JavaScript Programmer's Reference

Visit JavaScript Programmer's Reference

JavaScript Essentials and Conventions in One Handy Reference. Find just the right JavaScript information you need for the task at hand in this convenient resource and idea generator. JavaScript Programmer's Reference offers key details on and working examples of core JavaScript syntax, statements, control structures, functions, and objects. You'll also get specifics on implementing JavaScript across browsers and platforms. Throughout this concise reference, you'll find essential tips and expert programming advice--all in an easy-to-follow format. Quickly find core JavaScript language conventions, data types, variables, and operators. Get details on the basic objects and functions built into JavaScript. Implement JavaScript's client-side objects, methods, and properties in the browser. Enjoy the convenience of having one small desktop reference for JavaScript. Get essential programming information at your fingertips!

  • Cost: $13.99
  • Pages: 304
  • Edition: 1st edition
  • ISBN: 0072192968

JavaScript Unleashed

Visit JavaScript Unleashed

JavaScript Unleashed, Third Edition serves as a reference to the JavaScript language for the high-end programmer as well as a guide for developing JavaScript applications from the ground up. The topics most important to the intermediate to advanced Javascript programmer are covered, including Web security, integrating JavaScript with Java, and forms and data validation. Other topics include creating special effects with JavaScript, controlling layers with JavaScript, DHTML and Cascading Style Sheets, and using lookup tables in JavaScript. Some of the new topics covered are Internet Explorer 5, Active Server Pages, Netscape Plug-in autoinstalls and applets digital signature verification, and content layering. Presents focused explanations of the core features and complexities of JavaScript, including how to utilize the Document Object Model; add visual effects to Web pages; and implement JavaScript on the server side.

  • Cost: $49.99
  • Pages: 996
  • Edition: 3rd edition
  • ISBN: 067231763X

Jumping Javascript

Visit Jumping Javascript

Jumping JavaScript delivers everything you need to get results immediately - including hundreds of script examples on CD-ROM, all designed for Windows 95, Macintosh, and UNIX. Even better, it is a comprehensive, well-indexed book - covering all the advanced techniques you need to become a world-class JavaScript developer. Get started with the basics of the JavaScript language and scripting environment, including data types, variables, functions, operators, expressions and statements, debugging tips, and programming style. Next, discover JavaScript's powerful objects; learn how to create windows and documents, control and use history properties, embed images and Java code. Understanding script writing basics, the Navigator object hierarchy and their event handlers. Developing forms with user interface elements to capture user input. Creating links and active image areas. Jumping JavaScript is the one book you need.

  • Cost: $49.95
  • Pages: 1216
  • Edition: Book and CD-ROM edition
  • ISBN: 0138419418

Learn Advanced Javascript

Visit Learn Advanced Javascript

A more in-depth, advanced coverage of the JavaScript programming language. JavaScript is the adaptation of Java from Netscape with added client features making Web content easier to program. Topics include: Introduction to JavaScript; Essential authoring tools and text editors used to write your scripts; the basic JavaScript structure; the script tag; JavaScript and HTML; command blocks; defining and calling a function; placing scripts in documents; basic declarations and expressions; data types in JavaScript; the value null; Object-Based Programming; Objects, properties, methods, and using array notation; Utilizing JavaScript operators such as matematical operators, string operators, bitwise operators, assignment operators, relational operators, data type operators, void operator; Control Structures; functions and variable scope; events in javascript; building and extending objects; javascript arrays; array methods; time and date in JavaScript.

  • Cost: $20.00
  • Pages: 700
  • Edition: Book and CD-ROM edition
  • ISBN: 1556225520

Netscape Visual JavaScript

Visit Netscape Visual JavaScript

Even if you've never programmed before, you can use Netscape Visual JavaScript to enhance your Web pages and create your own zingy Internet or intranet applications. How's that? With Netscape Visual JavaScript For Dummies, of course, the fun and easy way to create distributed Web applications. You don't actually need to write any code with Netscape Visual JavaScript, but you do need to have a grip on basic programming principles -- which is what this book gives you. Author and Internet expert Emily A. Vander Veer gives you plenty of design tips and example code, and helps you discover how to Create exciting, effective Web pages visually Snap together prebuilt database and communications components to produce powerful, distributed Web applications. Experiment with, debug, and publish your Web site easily. Design your own reusable components. Webmaster wannabes and beginning to intermediate developers can learn JavaScript.

  • Cost: $1.99
  • Pages: 408
  • Edition: Book and CD-ROM edition
  • ISBN: 0764502867
JavaScript : Scripts and Programs : Alerts and Prompts

No Right Click Script

Visit No Right Click Script

Causes an alert box to be triggered when the visitor right clicks on the web page with the mouse. In other words it disables the standard menu that appears when someone right clicks on your web site and instead shows an alert box. Provides simple, though limited, protection of images, source code, text, and data.

  • Cost: Free
JavaScript : Scripts and Programs : Calendars

FlatCalendarXP

Visit FlatCalendarXP

FlatCalendarXP is arguably the most powerful and configurable JavaScript calendar available. There are very few, if any, things that other JavaScript calendars can do that FlatCalendarXP can not. You'll be amazed to see how simple and fast it is to get it generated by a calendar tag. It features database-driven events/agendas, real cross-browser capability, extremely customizable UI, super easy-to-use design and a compact and fast JavaScript engine. It works perfectly with ASP.NET, ASP, JSP, PHP, ColdFusion and other web frameworks.

  • Cost: Free/$109.00 - $999.00
  • Version: 9.4.246

Javascript Date Selector

Visit Javascript Date Selector

The Javascript Date Selector allows you to remove clumsy date fields on forms. With this date selector you can configure numerous date formats such as European date format (dd/mm/yyyy) or USA date format (mm/dd/yyyy). The date selector allows you to use either a mouseover or a onclick action to force the graphical calendar to popup. From there it allows you to navigate through months or years so that you can select the exact date you want. Once selected it automatically generates the date in the format that your script is set to.

  • Cost: Free/$40.00 - $350.00

PopCalendarXP

Visit PopCalendarXP

PopCalendarXP is a good looking JavaScript date picker that comes with many convenient features to facilitate date inputs on your webpage. In short words, it's simple outside while powerful inside and all well documented that even people with little JavaScript experience can get it working in no time. It features auto-adaptive positioning, database-driven events/agendas, real cross browser capability, extremely customizable UI, super easy-to-use design and many handy options. It works perfectly with.NET, ASP, JSP, PHP and so on.

  • Cost: Free/$109.00 - $199.00
  • Version: 8.1

Tigra Calendar

Visit Tigra Calendar

Popup timestamp picker is a JavaScript applet that makes it easy for your visitors to fill out the date/time field(s) of your form, by selecting the date from a popup calendar. Script saves the time for those internet/intranet developers who need intuitive, easy to use client-side date or timestamp input control.

  • Cost: Free
  • Version: 3.2
  • Platforms: All

Tigra Calendar PRO

Visit Tigra Calendar PRO

Tigra Calendar PRO is highly configurable JavaScript Calendar offering high reliability and wide browsers support. This script allows your visitors to pick any allowed date or timestamp from a nice looking calendar without typing. Result is returned in a single text field in any format that you require. No more messing with date formats conversion. Tigra Calendar Pro comes in three versions (in form, pop-up and modal mode) to best suit the layout of your form. Flexible template allows to change any aspect of calendar's appearance (colors, fonts, distances, sizes etc.) You can even hook calendar to existing stylesheets Tigra Calendar PRO is ideal for web application with database back end such as hotel reservation, ticket booking and others. Script is intuitive to use and easy to maintain.

  • Cost: $29.00
  • Version: 1.1
  • Platforms: All
JavaScript : Scripts and Programs : Content Management

Wysiwyg Editor

Visit Wysiwyg Editor

Browser-based JavaScript wysiwyg editor, html editor and text editor. Using JavaScript and DHTML, no java or plugin needed. It's a frontend to edit data for a user with no or limited html knowledge. Features: Use the editor for browser-based wysiwyg editing of html code; And/or to edit HTML code; Or as plain text editor; Direct integration into your website using the included toolbar; Text formatting like bold/italic/underline. Select colors with the color selector. Select special characters. Inserting and edit images and links. Resize editor.

  • Cost: Free/$60.00 - $900.00
  • Version: 4.4
  • Platforms: All
JavaScript : Scripts and Programs : Database Tools

CodeThatTable

Visit CodeThatTable

CodeThatTable is an advanced JavaScript table that enables user to display in efficient and fancy way the massives of data from variety of sources including the CVS and database. Fully customizable through the CSS the tables are the definite answer to the numerous cases when structured data has to be displayed. The table comes with the sorting, searching and filtering built-in capabilities, supports standard and custom datat types. Wide browsers saupport includes the IE, NN, Opera and Mozilla browsers (various versions).

  • Cost: Free
  • Version: 1.(x)
  • Platforms: IE5+, NN4+ ,Opera6+ ,Mozilla0.9+

Nitobi Grid

Visit Nitobi Grid

Nitobi Grid is a high performance, cross-browser Ajax spreadsheet component for displaying and editing tabular data in a webpage. Using Nitobi Grid, users can resize columns, copy and paste data, navigate with a mouse or keyboard, perform in-place editing and scroll through huge datasets, just as if they're working with a desktop application like Excel. With minimal coding, Grid delivers slick, responsive, interactive data editing in a dynamic user-interface. Nitobi Grid is available as part of the Complete UI suite of Ajax components. Features include: Native support for JAVA, PHP, Classic ASP; Cross browser support for all modern browsers; Live-scrolling, Paging and ShowAll modes; Excel copy and paste; Remote sorting; In-place cell editing; Resizable columns; Excel-like keyboard navigation; Robust and extendable JavaScript API.

  • Cost: $429.00+
  • Version: 3
  • Platforms: All
JavaScript : Scripts and Programs : Forms

Nitobi ComboBox

Visit Nitobi ComboBox

Featuring an extensive and flexible set of configuration options, Nitobi ComboBox V3 is the ultimate enterprise-grade autocomplete solution. ComboBox can be used to perform 'Starts-with', 'Contains', 'Ends-with', or even 'Fuzzy' (search algorithm up-to-you) searching with ease. It can mimic popular forms of web-based and desktop autocompletion in one JavaScript package. Features six unique search modes: filter, smartlist, compact, classic, unbound, and smartsearch. Also features: display multiple columns of data from a table; xml-bases data architecture, internationalization and accessibility, image support, scalable, keyboard navigation, optional integrated menu bar, extendible, ajax architecture, cross-platfrom support, and cross-browser support.

  • Cost: $249.00
  • Version: 3.0
  • Platforms: All