Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 34,232 times

Contents

Downloads

Related Categories

Remote Scripting Made Easy - Introduction

LACanadian

Introduction

One of the issues that we had when we first started to develop commercial web sites was some of the limitations of using a browser as the interface. This was three or four years ago, but we are only just now starting to see some improvement in the richness of interface that can be offered. And, in our opinion, some changes just couldn't come fast enough.

For instance, there were many cases where we wanted to retrieve information from the server immediately after the user had performed some action, like entering a customer number. In our 'ideal' universe, the entry of the customer number would trigger a request to the server to retrieve the name, address and contact person. All of this without needing to repaint Internet Explorer or requiring that the page be refreshed. Now in today's world, we might examine Web Services or SOAP as the tool to use. But for simplicity, both then and now, we can use Remote Scripting to get the functionality up and running within minutes. And with a minimum of learning curve. The purpose of this article is to get YOU up and running on remote scripting.

I am the owner of a small application development consulting company that specialized in the design and implementation of Internet-based applications. While there are others who can make a web site look good, our expertise is in making the site function. This includes infrastructure design, database design and administration, software development and deployment. For the most part, we utilize Microsoft-based languages and tools. And we are skilled enough to have generated two patent applications for our clients.

Comments

  • I swear you people all do it the hard way

    Posted by Zach on 13 Jul 2005

    Thats what drives me nuts about AJAX - its the wrong way to do 90 percent of what people are freaking out over and getting so hyper whatevered over.

    http://sportsforum.ws - chat room on top (use IE...

  • ZIP file missing

    Posted by rarcher on 14 Sep 2002

    You mention a "ZIP file in the resources section on the right" with the relevant files but I could not find it. This is a very interesting article and would like to try it out.

    Also is it possible ...