Archive

Archive for the ‘client-server’ Category

A Silverlight Bing API Web Application: Server side (Part 2)

September 11, 2009 1 comment

This is part 2 of the A Silverlight Bing API Web Application walk-through. After the jump some Silverlight information, server side code and screen-shots of the application.

Read more…

Requesting a file using C#, ASP.net and the Microsoft Ajax Toolkit

January 21, 2009 1 comment

In this post I will describe how to request a small text file from the server and display its content inside a ASPX page, using server side logic along with the Microsoft Ajax toolkit to provide a more interactive experience for the user. Please see my earlier post on the toolkit for more information.
Read more…

Requesting a file using Firefox, XMLHttpRequest object and ASP.net

January 17, 2009 1 comment

Here is a short sample of Javascript code using the XMLHttpRequest object to request a file from a ASP.net server.

Continued after the jump.

Read more…

Categories: Ajax, client-server

Microsoft AJAX Control Toolkit

January 15, 2009 1 comment

In an earlier post I outlined the XMLHttpRequest object and showed you Java-Script code to implement the API released by the W3C. However, there are other ways to incorporate Ajax into a web-page or a web-application.

This post will concentrate on the Microsoft Ajax Toolkit, a free toolkit released by the Microsoft team making Ajax a plug and play process.

After the jump I will describe the many components available in the toolkit.
Read more…

Synchronous vs. Asynchronous communication

January 15, 2009 Leave a comment

Two figures which illustrate clearly the difference between the two communication techniques.
The following figures taken from an essay written by Jesse James Garrett (2005), available from http://www.adaptivepath.com/ideas/essays/archives/000385.php illustrates both web application models using synchronous and asynchronous communication sequences.

Figure 1: Synchronous interaction

Figure 2: Asynchronous interaction

Read more…

Categories: Ajax, client-server

Asynchronous Javascript and XML aka Ajax

January 15, 2009 Leave a comment

We’ve all come across Ajax across the internet, Google uses it pretty much everywhere. But what is it, and how does it work?

After the jump I will try to clarify these questions.

Read more…

Follow

Get every new post delivered to your Inbox.