Java Help Resources Page 2 of 2

Below you will find 0 categories and 38 links related to Java Help Resources.

Links:

JavaScript : Books

Javascript Programmer's Reference

Visit Javascript Programmer's Reference

JavaScript is the scripting language of the Web. Its widespread use in web applications, and support in all modern browsers and in server-side and administration environments, make it an essential part of the programmers' toolkit. Complexity and confusion in JavaScript come not from the language, but from the number of different implementations, each with widely varying support for different APIs and standards. Written from extensive programming experience gained in developing components for a major website, this book helps you navigate those difficulties. Topics include: The JavaScript, JScript, and ECMAScript scripting languages, and their implementations in popular browsers as well as in standards documents. Coverage includes JavaScript through version 1.5, JScript through version 5.5, and ECMAScript through version 3. The DOM1 standard is covered fully and the DOM2 standard to the extent of Netscape Navigator 6.

  • Cost: $27.99
  • Pages: 973
  • Edition: Book and CD-ROM edition
  • ISBN: 1861004591

JavaScript: In an Instant

Visit JavaScript: In an Instant

Using the award-winning Visual learning system, this compact, value-priced guide shows visual learners how to get up and running on the core tasks in JavaScript -- which you'll use over and over again. Concise, step-by-step instructions and consistent placement of elements make fast learning of essential JavaScript tasks. This book uses the largest high-resolution screen shots of any book in the Visual series. It covers the most popular features of JavaScript including assigning values to variables, declaring functions, creating instances, working with frames, and using buttons. You'll find extra-large, step-by-step screen shots that show you how to tackle over 100 key JavaScript tasks, from creating rollover buttons and using the array object to formatting string variables and validating forms. Fast coverage of the essentials helps you get right to work. Focused two-page lessons cover a single task.

  • Cost: $10.49
  • Pages: 256
  • Edition: 1st edition
  • ISBN: 0764536591

Learn JavaScript In a Weekend

Visit Learn JavaScript In a Weekend

JavaScript allows more interactivity on otherwise static Web pages. It is the perfect language for users who are ready to move on from HTML. Learn JavaScript In a Weekend can help you do that. Prima's In a Weekend series promises to get you up to speed with breaking technology in a minimal amount of time. This book is no exception as it delivers information on topics such as what you can do with JavaScript, coding and syntax basics, object-oriented programming using the JavaScript Object Model, and how to do cool things with Web pages. In addition to the fundamentals, advanced JavaScripting elements like cascading style sheets, making portions of a Web site dynamic, and troubleshooting and debugging tips are also included in this project-oriented book. A structured weekend course in JavaScript programming language. Offers background information, key coding techniques, and specific ways to spice up a Web site with JavaScript.

  • Cost: $19.99
  • Pages: 416
  • Edition: 1st edition
  • ISBN: 076153332X

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

Nitty Gritty JavaScript 1.3

Visit Nitty Gritty JavaScript 1.3

Overview material, practical tips and tricks, and a reference section help get readers up and running in JavaScript programming. The overview section offers a crash course in HTML and covers basics of JavaScript, variables, functions, objects, forms with JavaScript, and Windows and frames. An alphabetical reference section gives essential information on objects, methods, and properties, top-level properties and functions, event handlers, and reserved words. A final section gives tips on cookies, scripts for menus, and HTML tags. Elmar Dellwig is an information technology tutor; Ingo Dellwig produces homepages for companies in a variety of industries. With this guide, you will get to know the key principles of JavaScript programming and be able to use the quick reference guide. Elmar Dellwig has been a computer enthusiast since the days of the C64 and is now an Information Technology tutor.

  • Cost: $29.99
  • Pages: 352
  • Edition: 1st edition
  • ISBN: 020175875X

Server Scripts With Visual Javascript

Visit Server Scripts With Visual Javascript

Server Scripts with Visual JavaScript gives you at-hand solutions, real tools you can use. You get clear and detailed instructions for working in the Visual JavaScript environment, with plenty of screen shots. This books gives you everything you need to slash development time, from ready-to-run code to expert, written-for developers procedures for creating, configuring, and deploying applications. Inside Server Scripts with Visual JavaScript you'll find serious, in-depth guidance on this exciting new technology, as well as expert, step-by-step solutions for developing advanced VJS Web sites, including enough sample scripts to put you squarely in the driver's seat. This complete, professional solutions kit helps you reduce development time and solve complex problems quickly with made-to-order applications. Covering the entire Visual JavaScript product, this book presents all the answers you'll ever need in language that's clear, and to the point.

  • Cost: $39.95
  • Pages: 508
  • Edition: Book and CD-ROM edition
  • ISBN: 007913694X
JavaScript : Online Communities

CodingForums.com

Visit CodingForums.com

Web coding and development forums with main focus on JavaScript. A range of web programming languages, from ASP, PHP, JavaScript, to CSS and XML, mySQL, and more. Moderated to ensure quality of discussions. Spefic forum categories include: JavaScript programming; DOM scripting; Dynamic Drive scripts; Post a JavaScript; HTML and CSS; XML; Graphics and Multimedia discussions; General web building; Perl / CGI; PHP; MySQL; ASP; Other server side languages / issues; Computer Programming; Computer / PC issues; and Technology and Science discussions.

  • Cost: Free
JavaScript : Scripts and Programs : Date and Time

Analog Alarm Clock

Visit Analog Alarm Clock

Everything you need from a clock. It includes a ticking second hand, minute hand, and hour hand. This Javascript clock comes with 16 positions which you can customize to display the time for different regions or countries. Supports unlimited alarms for each of them. Customizable message for each alarm and of course the date in your own language for each region. The clock also supports standard and daylight savings time and will show your time zone selected using GMT. The clock will remember a users settings if their browser supports cookies.

  • Cost: Free
  • Version: 2.6
JavaScript : Scripts and Programs : Forms

Credit Card Validation Script

Visit Credit Card Validation Script

This script checks credit card numbers and expiration dates for validity. You should note that only the format of the expiration date is checked with this script-it doesn't check whether or not the card has actually expired. This script is free to use as long as you don't change any of the comments in the JavaScript source file. If you do not enter a credit card number or expiration date that is formatted correctly it will prompt a popup dialog box that says the credit card has an incorrect number of digits, or includes characters other than numbers that are not allowed. While this script doesn't actually check if a credit card is completely valid or not, it does help limit some of the common mistakes that customers might enter into your forms.

  • Cost: Free
  • Platforms: All

Form Field Progress Bar

Visit Form Field Progress Bar

This useful script allows you to restrict the number of characters inside a form element (ie: textarea) while displaying a progress bar on the remaining characters beneath it. A percentage of the characters remaining is displayed within the Progress Bar, updated live as the user types. Cross browser functional-works in IE4, NS6, and Opera 7 and above. The Progress Bar can easily be applied to multiple form elements within the form, each with its own independent setting. Visual aspects of the Progress Bar customizable via CSS.

  • Cost: Free
JavaScript : Scripts and Programs : Graphs and Charts

JavaScript Diagram Builder

Visit JavaScript Diagram Builder

The JavaScript Diagram Builder is a library of some objects and functions, which helps you to display and dynamically modify coordinate diagrams (resp. charts/graphs) in webpages. The objects Diagram, Bar, Box, Dot, Pixel, Line and Area can be used for the display of data. The coordinate diagram can be drawn with various scales and grid options. The drawn objects can be dynamically modified via JavaScript (position, size, visibility) and can also be used for user interaction via onclick event. Supports IE, Netscape 4.7, Netscape 6+, Opera 5+.

  • Cost: Free
  • Version: 3.3
  • Platforms: Windows/Linux
JavaScript : Scripts and Programs : Image Effects

Disabling MyImage Toolbar in IE6+

Visit Disabling MyImage Toolbar in IE6+

IE6+ incorporates a new feature called MyImage Toolbar, which, if enabled on Tools->Internet Options, provides the user with a popup menu over images that allows the user to instantly save, print, or email any image in a page. This technical note shows how to disable or enable this feature using one of two different methods. Helps stop image theft.

  • Cost: Free
JavaScript : Tutorials

Interactive Forms with Javascript

Visit Interactive Forms with Javascript

One of the most important aspects of web design is getting information from the viewer to the webmaster. This is where HTML forms are used. Almost every site on the web has a type of form somewhere. They are easy enough to create when they are simple, like search boxes. But what if you need them to be complex. How about changing the forms based on input by the viewer. This is where interactive forms using Javascript and HTML can help. In this tutorial, you will learn how to show and hide forms depending on user input.

  • Cost: Free