Java Resources Page 9 of 16

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

Links:

JavaScript : Books

JavaScript for the World Wide Web

Visit JavaScript for the World Wide Web

JavaScript for the World Wide Web: Visual QuickStart Guide, Third Edition is the book for people who already know how to build Web pages with HTML, and are ready to take the next step in making their sites more interesting and exciting. With an easy, step-by-step approach and loads of useful illustrations, readers learn to use JavaScript to liven up their pages with dynamic images and smart forms. They'll learn to control browsers; detect which browser or plug-ins the user has and automatically take action; use JavaScript to create and manipulate windows, and much more. This revamped edition provides an easy bridge for HTML users who are ready to tackle JavaScript. The book is aimed at the large group of less technical Web authors who know HTML but know nothing about programming. Web designers will learn how to use JavaScript the quick and easy way with pictures rather than lengthy explanations.

  • Cost: $12.59
  • Pages: 292
  • Edition: 3rd edition
  • ISBN: 0201354632

Javascript Goodies

Visit Javascript Goodies

This book is a fun and easy introduction to increasing your Web site's interactivity with JavaScript. Author Joe Burns' content and approach have been proven by the success of the HTML Goodies Web site. The HTML Goodies Web Site (htmlgoodies) receives over 390,000 visitors a month. The site has received over 75 awards in the last year, from such organizations as USA Today and CMP Publishing (publishers of popular computer magazines like Home PC, Windows Magazine, and Internet Week). The newest part of the Web site, JavaScript Goodies, has also become the most popular. This book takes the same approach to teaching as his popular Web site: know what beginners need, give them great examples and code they can immediately use, and keep it fast and fun. The book goes far beyond JavaScript basics. It teaches readers sophisticated programming techniques and shows readers how to build the most popular interactive Web features including animations.

  • Cost: $13.99
  • Pages: 356
  • Edition: 2nd Edition
  • ISBN: 0789720248

JavaScript Guidebook

Visit JavaScript Guidebook

Bring interactivity to any Web site with this easy-to-follow guidebook on JavaScript. Author Scott Duffy takes the fear out of working with a programming language by delivering instruction and theory in manageable doses, along with practical examples and plenty of ready-to-use code. Learn to write a program by exploring statements, variables, and functions--the three basic building blocks of any program. Use JavaScript as the behind-the-scenes director of your Web browser presentation. Create basic and advanced JavaScript applications--plus, modify existing scripts to suit your needs--all with the help of this great resource. Write your own program using statements, variables, and functions; Learn the history of the language and what it can do for you; Store dates, numbers, and more with built-in classes; Create scripts that work in every browser; Understand the basics of expressions, and organize your code into functions.

  • Cost: $17.49
  • Pages: 448
  • Edition: paperback
  • ISBN: 0072228873

JavaScript Introduction

Visit JavaScript Introduction

Looking to sharpen your computer skills? Essential Computer guides are perfect for you. Written in clear, concise language ideal for learning the specifics through step-by-step solutions and overcome issues that thousand of users face every day. Control the contents of the status bar along the foot of the window, which by default displays relevant URL when the mouse cursor is positioned over a hyperlink. Specify images and text to appear when the mouse pointer moves over certain areas of the screen. Use information from the visitor's browser to detect which software is installed and be able to reroute them. Brian Cooper has worked for 12 years as a writer and editor for a wide range of organizations, specializing in IT-related work. He has produced software manuals, user guides, and CD-ROMs for financial software providers and scientific research organizations. He also has practical experience as a network administrator and website manager.

  • Cost: $6.95
  • Pages: 72
  • Edition: 1st edition
  • ISBN: 0789480050

JavaScript Objects

Visit JavaScript Objects

This book makes object-oriented programming accessible and understandable to web developers. It gives great real world examples, which will work for those who only understand enough about HTML and scripting to insert them in their web pages. Plus JavaScript Objects goes on to show how to customize examples for those with greater knowledge of scripting. This enables more experienced readers to go on and build their own tools and demonstrates the powers of JavaScript as an object-oriented programming language, which has far more potential for the development of large scale applications than is currently appreciated. This is a book of JavaScript tools and projects for people who make web pages, and the programmers and future programmers who work with them. It can be used for self study, for web authoring, for web application programming, and as a textbook in a college course on "Object-Oriented Programming in JavaScript."

  • Cost: $35.99
  • Pages: 450
  • Edition: e-book
  • ISBN: B000063N9R

JavaScript Pocket Reference

Visit JavaScript Pocket Reference

JavaScript is a powerful, object-based scripting language that can be embedded directly in HTML pages. It allows you to create dynamic, interactive Web-based applications that run completely within a Web browser -- JavaScript is the language of choice for developing Dynamic HTML (DHTML) content. JavaScript can be integrated effectively with CGI and Java to produce sophisticated Web applications, although, in many cases, JavaScript eliminates the need for complex CGI scripts and Java applets altogether. The JavaScript Pocket Reference is a companion volume to JavaScript: The Definitive Guide, 3rd Edition. This small book, covering JavaScript 1.2, is a handy reference guide to this popular language for Web development. It provides a complete overview of the core JavaScript language and contains summaries of both core and client-side objects, methods, and properties. Packs together the syntax of the JavaScript scripting language.

  • Cost: $10.47
  • Pages: 136
  • Edition: 2nd edition
  • ISBN: 0596004117

JavaScript Professional Projects

Visit JavaScript Professional Projects

Because JavaScript is not a stand-alone technology, this book shows you how to work with such things as forms, graphics images, sound files, hyperlinks, and cascading style sheets (CSS). You will learn how to write not only JavaScript that can stand on its own within a Web page, but also how to write scripts that call functions or otherwise interact with applications written in other development languages. The programming concepts discussed within the book and shown by its examples are directly applicable to writing code in other languages. The JavaScript examples in the book's projects show where and how to insert JavaScript code within HTML tags and how to work with the document object model (DOM) to execute functions that make an otherwise static Web page an interactive document. You don't have to be a programmer to develop scripts in JavaScript. The projects presented within the book will reduce the coding work and JavaScript learning curve.

  • Cost: $34.99
  • Pages: 900
  • Edition: 1st edition
  • ISBN: 1592000134

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 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 Programming

Visit JavaScript Programming

JavaScript is a scripting language developed by Netscape to enable Web authors to design interactive sites. JavaScript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript Programming for the Absolute Beginner not only teaches you JavaScript, a great programming "gateway" language, it will teach you the fundamental programming concepts you need to grasp in order to learn any computer language. It also uses game creation as a learning tool. You will learn how to program in JavaScript and produce something at the same time! Plus, the accompanying CD will contain games that you can cut and paste right into your own Web site! This book is perfect for anyone looking for an easy, non-intimidating introduction to JavaScript and general programming concepts. Since 1995, Andy Harris has been a full-time lecturer at the Computer Science Department of Indiana University.

  • Cost: $29.99
  • Pages: 368
  • Edition: Book and CD edition
  • ISBN: 0761534105

JavaScript Quick Reference

Visit JavaScript Quick Reference

Tucking a few JavaScript statements in among the HTML code that makes up your Web pages makes a dramatic difference. Enhanced, more interactive navigation buttons, user input validation, and scrolling messages are but a few of the improvements that you can make with JavaScript. Now, with JavaScript For Dummies Quick Reference, all the JavaScript statements and examples of how to use them are right at your fingertips. Internet technology expert Emily A. Vander Veer not only organizes all the relevant HTML and JavaScript topics for easy access but also points out potential pitfalls, offers neat tricks, and provides complete code for doing such things as interacting with cookies, displaying pop-up messages, and making your script compatible with JavaScript-challenged Web browsers. Best of all, JavaScript For Dummies Quick Reference features handy cross-references to topics covered in greater depth in JavaScript For Dummies.

  • Cost: $10.49
  • Pages: 210
  • Edition: Spiral edition
  • ISBN: 0764501127

JavaScript Sourcebook

Visit JavaScript Sourcebook

The JavaScript SourceBook is a complete tutorial and reference for using JavaScript, teaching developers how to create JavaScripts and integrate them into HTML pages. With up-to-the-minute tips on creating JavaScript applications that take full advantage of new features in NetScape 3.0, the book explores JavaScript basics and features extensive discussions of advanced techniques, including JavaScript workarounds and Java applet construction for JavaScript. Includes CD-ROM with... A library of ready to use JavaScript Applications and routines, plus a selection of reusable Java Components that readers can build into their JavaScript programs. JavaScript allows programmers to build Web sites nearly as sophisticated as a Java Web site without having to do the actual programming. This will enable non-programmers to create Web sites with animation, 3D graphics, and more. A total guide to mastering JavaScript.

  • Cost: $44.95
  • Pages: 752
  • Edition: Book and CD-ROM edition
  • ISBN: 0471161853

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

JavaScript Unleashed

Visit JavaScript Unleashed

JavaScript Unleashed serves as a complete reference to the JavaScript language for the experienced programmer as well as a guide for developing JavaScript but familiar with other programming languages. Over the years JavaScript has solidified its position as the de facto standard in Web site scripting-even Microsoft uses JavaScript on its Web sites. And the capabilities of JavaScript have gradually been extended to the server side and to third-party products. JavaScript can be used in both Microsofts .NET environment and Windows Script Host, and Adobe Web development products are beginning to use JavaScript as their built-in scripting language. R. Allen Wyke, of Durham, North Carolina, is the Vice President of Technology and Services at Blue292. Allen is responsible for ensuring that Blue292 products have the proper technical vision and direction, while at the same time guiding network engineering to deliver on that message.

  • Cost: $34.99
  • Pages: 816
  • Edition: 4th edition
  • ISBN: 0672324318

JavaScript Weekend Crash Course

Visit JavaScript Weekend Crash Course

A total of fifteen hours of instruction in JavaScript, designed to give readers a weekend course that will prepare them to begin scripting on their own. The big day is Monday. The day you get to show off what you know about JavaScript. The problem is, you're not really up to speed. Maybe it's been a while since you worked with JavaScript. Or maybe you just like a challenge. In any event, we've got a solution for you JavaScript Weekend Crash Course. Open the book Friday evening and by Sunday afternoon, after completing 30 fast, focused sessions, you'll be able to jump right in and start scripting interactive Web pages. It's as simple as that. Topics include Getting to Know JavaScript; Statements and Operators; Flow of Control Statements; How to Write JavaScript Functions; Working with JavaScript Strings; Working with JavaScript Arrays; Understanding the Browser Object Model; Working with the window Object; Reacting to Events and much more!

  • Cost: $17.49
  • Pages: 418
  • Edition: Book and CD-ROM edition
  • ISBN: 0764548042

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

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

Learn JavaScript

Visit Learn JavaScript

Learn JavaScript by Chuck Easttom takes a practical approach to demonstrating how to enhance web pages using JavaScript. Written specifically for those who are new to JavaScript, the book begins with introductions to HTML and JavaScript and progresses through the process of developing a fully functional commercial web site. As new concepts are introduced, they are thoroughly explained and then applied to the web site project. Along the way, the reader learns about such topics as the Document Object Model, JavaScript objects, hyperlinks, date and time, strings, and dynamic menus. The book also explains how to create simple games using JavaScript and includes a chapter on tips and tricks. The appendixes contain command references for HTML and JavaScript, and a listing of online resources for further study. Takes a practical approach to demonstrating how to enhance web pages using JavaScript. Explains how to create simple games using JavaScript.

  • Cost: $20.97
  • Pages: 350
  • Edition: 1st edition
  • ISBN: 1556228562

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

Mastering JavaScript

Visit Mastering JavaScript

Mastering JavaScript: Part 1 introduces students to the basics of JavaScript version 1.2, the Web's most powerful and popular scripting language. Like DDC's other technical Internet courses, Mastering JavaScript explains a potentially difficult topic in a clear and approachable manner with a large number of hands-on exercises. This course teaches students enough aspects of JavaScript to write useful programs with it. More importantly, this course prepares students to move on to more complicated JavaScript tasks, as taught in the companion course, Mastering JavaScript: Part 2. Topics in the part 1 include: javascript defined; server side javascript; JavaScript vs Java; Embedding JavaScript in HTML; Using Javascript comments; and finally a javascript lesson summary. Other one day courses include HTML 4.0 Fundamentals, HTML 4.0 Intermediate, Accounting Internet Skills, Mastering java, and Mastering Java Threads.

  • Cost: $18.00
  • Pages: 224
  • Edition: Book and Disk edition
  • ISBN: 1562438360

Mastering JavaScript and JScript

Visit Mastering JavaScript and JScript

JavaScript is the most widely used scripting language for the Web and continues to grow in popularity. Mastering JavaScript and JScript is aimed at savvy HTML users who want to take the next step and learn to write JavaScript programs that will make their Web sites come alive! This is the most comprehensive tutorial and reference available, with information on both Netscape and Microsoft's enhancements of JavaScript. The book starts with everything beginners need to know and then moves on to more advanced topics, such as scripting ActiveX components, working with plug-ins, building multimedia applications, and interfacing with CGI programs. The companion Web site offers all the sample code from the book, which readers can drop into their own programs, and a complete JavaScript command reference. The author is a well-known Internet programming expert and has led the development of secure networks for the Department of Defense.

  • Cost: $27.99
  • Pages: 895
  • Edition: 1st edition
  • ISBN: 0782124925

Mastering JavaScript Premium Edition

Visit Mastering JavaScript Premium Edition

JavaScript is the most widely used scripting language for the Web and continues to grow in popularity. With this Premium Edition of Mastering JavaScript and its companion CD, savvy HTML users can learn to write JavaScript programs that will make their Web sites come alive! This is the most comprehensive tutorial and reference available, with information on both Netscape and Microsoft's enhancements of JavaScript. The book starts with everything beginners need to know and then moves on to more advanced topics, such as scripting ActiveX components, working with plug-ins, building multimedia applications, and interfacing with CGI programs. The author is a well-known Internet programming expert and has led the development of secure networks for the Department of Defense. Topics include: Understanding the Document Object Model; Using operators, statements, and functions; Working with Windows Scripting Host; Adding search tools; Processing forms.

  • Cost: $34.99
  • Pages: 1136
  • Edition: Book and CD-ROM edition
  • ISBN: 078212819X

More Jumping Javascript

Visit More Jumping Javascript

This sequel to the best-selling Jumping JavaScript, focuses on the new JavaScript 1.2 and 1.3 features. Together with the original Jumping JavaScript, you'll have a complete resource for Web authors and developers who want to add special effects to their sites with as little effort and complexity as possible. You'll find yourself accomplishing things you never expected, faster than you ever imagined! Discover practical techniques for layering and style sheets, applying CSS to content, using downloadable fonts, and more. Learn to use object signing to maximize script and applet security. Walk step-by-step through the new JavaScript event model; global properties, events, and methods. Master powerful new objects introduced in JavaScript 1.2, including layer, event, regular expression adn screen objects. Jumping JavaScript and More Jumping JavaScript bring together all the information and resources you need to write, debug, and deploy JavaScript.

  • Cost: $44.99
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 0139228322

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