javascript
JavaScript & DHTML Cookbook: Variables, Functions, and Flow Control
White Paper This paper covers a miscellany of core JavaScript topics. Even simple subjects, such as JavaScript variables and functions, have numerous nuances that are easy to forget over time. A couple of these recipes may be part of one's daily menu. [17 Oct 2007]
JavaScript- Intro by Voodoo
White Paper JavaScript is a new scripting language for Web- pages. Scripts written with JavaScript can be embedded into your HTML- pages. With JavaScript you have very many possibilities for enhancing your HTML- page with interesting elements. [25 Feb 2004]
JavaScript to Bytecodes
White Paper Resin compiles JavaScript to Java bytecodes and uses the Java virtual machine to execute its code. Interpreting JavaScript in Java would be deadly slow. The primary benefit of direct compilation is speed. [25 Feb 2004]
PDF Hacks: Customize Acrobat Using JavaScript
White Paper Acrobat JavaScript builds on the language core familiar to web developers, but its document object model is completely different from the DOM used by web browsers. Acrobat's JavaScript objects are documented in Technical Note 5186: Acrobat... [17 Oct 2007]
Expanding JavaScript Metaobject Protocol
White Paper JavaScript has been a much maligned programming language. All of this belies the fact that JavaScript is a very powerful language. More importantly, JavaScript might be a better scripting language choice for Java programmers. [20 Jun 2007]
Programming ASP.NET AJAX: Using ASP.NET AJAX JavaScript Extensions
White Paper In addition to delivering a considerable amount of Ajax functionality in an easy-to-use framework, ASP.NET AJAX provides a number of additions to JavaScript that can make client coding easier. Also, selected JavaScript objects are enriched with new... [17 Oct 2007]
New Web Site Tools & Technologies: AJAX (Asynchronous JavaScript and XML) - Computers in Libraries 2006
White Paper AJAX is Asynchronous Javascript and XML. Using Javascript, (X)HTML and nonstandard XMLHttpRequest() object to communicate with server-side scripts. Using AJAX one can send and receive information in a variety of formats, including XML, HTML, and... [06 Oct 2007]
Programming Acrobat JavaScript Using Visual Basic
White Paper Acrobat 7.0 provides a rich set of JavaScript programming interfaces that are designed to be used from within the Acrobat environment. This paper gives the information one needs to get started using the extended functionality of JavaScript from a... [15 Jun 2007]
Enhancing WebDB Forms with JavaScript Validation
White Paper Oracle WebDB can instead leverage JavaScript to perform client-side validation before erroneous information is sent to the server, thus saving round-trips over the network. Oracle WebDB can instead leverage JavaScript to perform client-side... [25 Feb 2004]
AJAX Apps Ripe Targets for JavaScript Hijacking
White Paper The vulnerability - which allows an exploit called JavaScript Hijacking - can be found in the biggest AJAX frameworks out there, including three server-integrated toolkits: Microsoft ASP.Net AJAX (aka Atlas), Google Web Toolkit and xajax - the... [03 Jul 2007]
A Pinch of SAS, a Fraction of HTML, and a Touch of JavaScript Serve Up a Grand Recipe
White Paper By knowing some fundamental SAS, HTML, and JavaScript elements and applying the right touch of each medium, one can easily develop practical and insightful programs for managing business systems. This paper will explain how basic components of SAS... [27 Apr 2007]
Adobe Integrated Runtime (AIR) for JavaScript Developers: AIR Mini-Cookbook
White Paper The solutions in this paper illustrate many concepts used in AIR application development, and provide working HTML and JavaScript code that can be leveraged within the application. This paper describes solutions to common tasks when developing AIR... [10 Oct 2007]
MSDN Webcast: Learn How to Call Managed Code From JavaScript (Level 100)
White Paper The attendee will learn how to access events, properties, and methods from HTML page using JavaScript in Microsoft Silverlight application - the best part of this is that it prevents roundtrips to the Web server. [14 Apr 2008]
MSDN Webcast: ASP.NET Code-Named "Atlas" Novice to Pro: Writing JavaScript (Level 200)
White Paper To take full advantage of what can be done with the "Atlas" framework; developers shall attend this informative webcast to learn the fundamentals of writing JavaScript in the "Atlas" environment. While many people have experience writing Microsoft... [28 Feb 2008]
Build an Error-Submission System for Your JavaScript/AJAX App Users
White Paper End-user JavaScript bugs would be easier to debug if one had access to the end-user's computer. A person can do the next best thing: get users to send what one needs to fix the problem. When applications like the Mozilla browser crash, they launch... [02 Jul 2007]
