Library tutorials & articles tagged with javascript
-
AOP in JavaScript using Humax Framework
by M Sheik Uduman Ali
In this article, I've explained how can we design our client side application with aspect-oriented approach along with object-oriented approach using the open source web framework "Humax".
-
Have you seen the Silverlight?
by Dave Wheeler
So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft.
-
Using Ajax for Web Application Development: What Businesses Need to Know
by Francis Wong
Ajax is a hot topic today when it comes to web application development projects. Because it's become such a buzzword, businesses may be wondering how they can incorporate this form of web programming into their websites and what the benefits could be. This article will help you understand the origins of Ajax as well as the pros and cons of its use.
-
Remote Scripting Made Easy
by Bruce Johnson
Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page.
-
Remote Scripting With JavaScript and ASP
by Mitchell Harper
Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article Mitchell shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.
-
Simple DOM Access
by David Nishimoto
The Simple DOM Access (SDA) provide a very abstract perspective for interacting with an xml structure. In this tutorial, David demonstrates how to use the Microsoft XMLDOM ActiveX object and JavaScript to provide simple DOM access to an XML document.
-
Number Operations
by Jamie Lindgren
This tutorial will teach you useful number operators