| Home : Web : AJAX |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
|
Ben Joldersma has announced release 0.1 of the Emerge Toolkit, an Ajax web framework targeting C# and Dojo. The current release targets C# 2.0 and Dojo 0.2.2, with plans to update to the latest Dojo 0.3 release by July. Browser support includes Firefox, IE, and Opera, with partial Safari support.
Price: Free - Updated: 02/06/2008
|
|
|
James Newton-King has released a new library Json.NET that aims to provide JSON .NET API for simply and safely reading and writing valid JSON text. At the core of Json.NET, similar to the .NET XML APIs, are two classes: JsonReader and JsonWriter. Also like XML in .NET, Json.NET includes a JsonSerializer class.
Price: Free - Updated: 02/06/2008
|
|
|
The Ajax framework for C# EmergeTK just released version 0.1.1. Highlights of this version include:
Price: Free - Updated: 02/06/2008
|
|
|
Enabling Back/Forward-Button Support for ASP.NET AJAX UpdatePanel Scott Guthrie has written up a tip for Enabling Back/Forward-Button Support for ASP.NET AJAX UpdatePanel.
Price: Free - Updated: 02/06/2008
|
|
|
One of Ajax’s most important code functions is the XMLHttpRequest. Without this code, it’s almost impossible for an Ajax based program to run smoothly. Although we can find alternate coding for XMLHttpRequest, this code alone could save us hours of coding when we do it the other way. XMLHttpRequest could command JavaScript to POST, GET and other important HTTP commands especially when the program is being built as an online, browser-based application. On the other hand, XM
Price: Free - Updated: 02/06/2008
|
|
|
Today we’ll take a look at two simple Ajax tricks that could enhance your web page. Trick Number 1: More Ajax calls in a webpage Every webpage could be loaded with Ajax calls so that there is a possible interactivity. However, if you’re thinking of loaded a webpage with different Ajax calls with more than two, you’re out of luck. Every webpage in almost any browser allows only up to two Ajax calls at the
Price: Free - Updated: 02/06/2008
|
|
|
Implementing Ajax in IE may not be an issue anymore but there are actually additional tweaks you could do to upgrade the performance of Ajax in IE. It all goes back to JavaScript and there are specific coding designs that a developer could change in JavaScript to upgrade JavaScript’s performance in IE. The first challenge is to prevent constant symbolic look-up. By default, IE is ok in symbolic look-up however; constant IE look-up will eventually push the IE to the brink
Price: Free - Updated: 01/31/2008
|
|
|
Developing an Ajax based website is a really complicated task but the internet is not there to torment us but rather to help us. I always believe in a fact that if you look hard enough, you’ll be able to find what you are looking for online. So instead of getting worked up with so many codes that will be manually built, there are websites that you can visit that will help you with the programming. All you need to do is to download the code and integrate them into your software. We round
Price: Free - Updated: 01/31/2008
|
|
|
ASP.NET AJAX is usually used to build complicated web applications. One of the challenges in building web applications using ASP.NET AJAX is the possibility of using very long process. We can always go ahead with that process however; the results are usually not good. Whenever a long process is used, the client side’s ability to read the process will take time and would probably lag the process. In the end instead of building a good web application, the client side will not be able
Price: Free - Updated: 01/31/2008
|
|
|
Better Interaction Design and Web Development with Simple JavaScript Techniques by Book Author – Carl Swedberg & Jonathan Chaffer. For those looking to enhance their JavaScript Code this book is a must have. Swedberg and Chaffer present a wealth of information in an easy to follow manner, giving their readers the power to make more efficient, streamline,
Price: Free - Updated: 01/31/2008
|
|
|