News in the Category: Ajax Subscribe to the rss of this category.

Total posts: 1915

Welcome To The New

The Code Project Latest Articles, September 4, 2008

A Simple Sample of LINQ, WCF, JSON and AJAX...

jQuery Form Serialization without ASP.NET ViewState

Rick Strahls WebLog, September 4, 2008

If you're doing AJAX callbacks to the server with POST data from ASP.NET pages you might be inclined to do something like this: var post = $("#form1").serialize(); $.post("MethodCallba...

DataTable JSON Serialization in JSON.NET and JavaScriptSerializer

Rick Strahls WebLog, September 3, 2008

I've been thinking about replacing the JSON serializer in my internal codebase for some time and finally put a little effort into allowing JSON.NET from James Newton King to be plugged into my Ajax fr...

Updating my Centos 5.2 System to use PHP 5.2.6

Misfit Geek, September 3, 2008

I'm working on my demos for ZendCon and updating a PHP Chat application built on the Microsoft Ajax Client Libraries and the PHPMSAJAX codeplex project. Since I want to use a JSON serializer and PHP...

Google Chrome - Random Thoughts Part Deux

Guy Barrettes WebLog, September 3, 2008

More random thoughts... Fellow RDs Scott Howlett and Derek Hatchard pointed out this in the page where Google explains why they built a browser: We realized that the web had evolved from mainly simpl...

Google Chrome - Random Thoughts

Guy Barrettes WebLog, September 3, 2008

Thinking about it, it makes no sense for Google to release a Web browser just for the sake of releasing one.  Why hurt FireFox?  Why risking releasing a product that will be scrutinized for ...

Watch out for Date Kind in JSON Deserialization

Rick Strahls WebLog, September 3, 2008

If you're working with dates that have been sent from the client encoded in JSON format, and you're using a JSON parser to handle the parsing for you make sure you deal carefully with date values. The...

Developing a Java AJAX News Reader using Visual Studio 2008

The Code Project Latest Articles, September 2, 2008

Code .NET 2.0 and build for Java! Develop a Java AJAX RSS news reader using Visual Studio 2008, ASP.NET AJAX and Grasshopper 2.5....

WIN Yourself ASP.NET AJAX in ACTION

ASP.NET Announcements, September 2, 2008

 Wining a book is simple! All you have to do is to write an article and submit it to us. We will evalualte the article and if we think your article is the best you will win the book. Simple right...

PHP for the Microsoft AJAX Library - new Release!

Misfit Geek, September 1, 2008

Christian Wenz has pushed a new release of he PHP libraries for the Microsoft AJAX libraries with support version 3.5. Get it here on Codeplex http://www.codeplex.com/phpmsajax...

$style - Get Any CSS Property Value of an Object

the telerik blogs, September 1, 2008

Here is a crossbrowser JavaScript function for getting CSS property values from DOM elements. The function $style requires the specification of two arguments: $style(ElementId, CssProperty); ElementId...

RadGrid for ASP.NET AJAX Webinar on Tuesday Sept 2nd

the telerik blogs, August 28, 2008

Don't miss the chance to hear Lino Tadros* himself talk about RadGrid for ASP.NET AJAX. You can sign up for FREE here.   The 2-hour training will cover the following advanced topics: Grid C...

RadCalendar for ASP.NET (AJAX) localization and all the necessary to have culture independent automated tests

the telerik blogs, August 28, 2008

First some background: Recently I’ve been working on an interesting task, which required digging into some details in RadCalendar control localization implementation. Due to a customer bug repo...

Site that generates Ajax Gifs

Guy Barrettes WebLog, August 28, 2008

Found this while browsing: AjaxLoad.info, a site that generates Ajax circling animated Gifs like these    http://www.ajaxload.info...

Book Plug: Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5

Brad Abrams, August 22, 2008

I recently got a copy of Advanced ASP.NET AJAX Server Controls For .NET Framework 3.5.  This promises to be a great book.   With .NET Framework 3.5, Ajax is really interesting the mains...

RadAjaxPanel Demystified

the telerik blogs, August 21, 2008

Often I can look at one of our RadControls and know right away why using it offers a greater benefit than one of the built-in ASP.NET controls. The RadAjaxPanel is no different, but often I hear of co...

Ajax Control Toolkit released for .NET 3.5 SP1

More Whidbey stuff, August 21, 2008

I just released the latest version of the Ajax Control Toolkit for .NET 3.5 SP1. This is an intermediary release that provides a version of the Toolkit that is built against the .NET Framework 3.5 SP1...

Cool ajax loader image generator

eXtensible mind, August 20, 2008

Just found (via Brian) about this cool site to generate ajax-like loading donnuts like this one: ...

Ra-Ajax - Open Source (LGPL) Ajax Library for ASP.NET

ASP.NET Announcements, August 19, 2008

 Ra-Ajax is an Open Source Ajax library with a heavy server-centric code model. Meaning no need to use JavaScript. Ajax just "happens". Check out the Ra-Ajax website....

Rating Demystified: Ajax Way, Amazon Way*

The Code Project Latest Articles, August 17, 2008

Ever wondered, how the amazon rating system works with multiple items in the same page, here is a simple article to describe the basic bare bones needed to create an asynchronous rating module using A...

Free AJAX Data Controls.

Misfit Geek, August 14, 2008

The Slackers have been busy ! Check out the Open Source project on CodePlex. http://www.codeplex.com/AjaxDataControls/ Not only is there a controls library and all the source code for the controls ...

Yet another update of RadControls for ASP.NET Ajax DynamicData support

the telerik blogs, August 13, 2008

ASP.NET Dynamic Data has just gone official with the SP1 release of Visual Studio 2008 and .NET 3.5. We have just released updated version of our Dynamic Data bits which is tested against the official...

Css Friendly Ajax Tree Control

The Code Project Latest Articles, August 13, 2008

A very simple and lightweight AJAX hierchical tree Control...

Css Friendly Ajax Tree Control

The Code Project Latest Articles, August 13, 2008

A very simple and lightweight AJAX hierchical tree Control...

Faster Ajax websevices through multiple subdomain calls

The Code Project Latest Articles, August 11, 2008

How to get faster Ajax websevices through multiple subdomain XMLHttpRequest calls...

Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 3

ASPAlliance.com - The #1 ASP.NET Community, August 11, 2008

In this article, Xianzhong Zhu wraps up his three part series by providing a summary of some of the key techniques required to construct the sample blog system from the perspective of the clients. He ...

Known Postback Issue with AJAX Controls

Jason N. Gaylords Blog, August 11, 2008

I came across a postback issue while using the CascadingDropDown AJAX control. I had a web page with 3 DropDownList controls. The data for these controls was populated from the CascadingDropDown which...

Redirect Callback using an ASPxHttpHandler Module

The ASPx Blog, August 7, 2008

Check out this three minute video on how to redirect from within an Ajax callback. Normally, to redirect, you would call the HttpResponse.Redirect method and pass the URL you want to redirect the curr...

Need a simple grid for ASP.NET Ajax?

More Whidbey stuff, August 6, 2008

A client grid control is probably the most requested control for the Ajax Control Toolkit. It will come eventually but if you need a simple grid control right now, DotNetSlackers' Ajax Data Controls d...

Ajax Callback Error in ASP.NET Part 2 Client Side Popup

The ASPx Blog, August 2, 2008

A new event was added to all of our ASP.NET controls that use callbacks. The CallbackError event handler is a client-side event and can be used to handle those pesky callback errors. This event captur...

Creating a Custom Tooltip Ajax Extender Control

ASPAlliance.com - The #1 ASP.NET Community, August 1, 2008

In this article, Abdulla demonstrates how to create a new Ajax extender from scratch, which expands the properties of ASP.NET controls, by adding custom Tooltip behavior that targets all types of web ...

Back in the US

Rick Strahls WebLog, August 1, 2008

It's been a long summer of fun out of the country for me. Some time off, some time away from the 'usual' and a time to go a bit lighter on work and time in front of the computer - just what the doctor...

New online resources for the past two weeks (07/21/2008 - 08/01/2008)

the telerik blogs, August 1, 2008

Below is a summary of the new online resources available for our ASP.NET controls/WinForms controls/Telerik Reporting/Sitefinity: RADCONTROLS FOR ASP.NET New major release (Q2 2008): http://www.tel...

What the AJAX Sys.ParameterCountException: Parameter count mismatch error?

Al Pascual, August 1, 2008

Developers turn to Google or Cuil.com when they receive an error message, I believe is an automatic reaction, in the old days you were stuck debugging that COTS library, right now, we are looking ...

Super Simple MVC Ajax With JQuery Demo

youve been HAACKED, July 29, 2008

During the recent Insiders summit, Wally cornered me into recording a really short video demonstrating a feature of ASP.NET MVC. I decided to sprinkle a little Ajax in my demo by showing how to use jQ...

Batch JavaScript Libraries for Increased Performance

Steven Smith, July 28, 2008

I've been meaning to set up batched loading of the JavaScript libraries used by Lake Quincy Media's administration application for some time, and finally had a chance this past weekend.  The site...

Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 1

ASPAlliance.com - The #1 ASP.NET Community, July 28, 2008

In this first part of the series, Xianzhong Zhu examines the development of a simple popular blog system under the ASP.NET 3.5 environment and using ASP.NET AJAX Server-Centric techniques. After a bri...

Telerik RadGrid for ASP.NET AJAX Q2 2008 client-side edit using templates

the telerik blogs, July 24, 2008

I've made three demos on how to use RadGrid templates to build completely client-side edit and update: - server-side GridTemplateColumn - server-side GridTableView ItemTemplate - client-side GridTable...

AJAX 4.0 release at CodePlex

Al Pascual, July 23, 2008

I just received an email from my MVP lead about these new release. Seems like lately Microsoft is using CodePlex for all their releases, a very good thing. Allows developers to see the code and learn....

Video: How to Handle an ASP.NET AJAX Callback Error

The ASPx Blog, July 23, 2008

Check out this 6 minute video that shows you how to handle those pesky AJAX callback errors. If youve ever experienced one of these then you know how frustrating they are. The usual cause is a server ...

Implementing Ajax using PHP

ASPAlliance.com - The #1 ASP.NET Community, July 23, 2008

In this article Babita examines what AJAX is, how it works, and how we can use AJAX with PHP. The article describes the steps required to create an XMLHttpRequest object, request and response procedur...

AJAX 4.0 release at CodePlex

Al Pascual, July 23, 2008

I just received an email from my MVP lead about these new release. Seems like lately Microsoft is using CodePlex for all their releases, a very good thing. Allows developers to see the code and learn....

ASP.NET AJAX 4.0 CodePlex Preview 1 available

More Whidbey stuff, July 21, 2008

I'm very happy to announce that the first preview for the new Ajax features in ASP.NET just went live. Thanks to everyone who made that happen and thanks to all of you for providing feedback on the Ro...

Internet Explorer 8 and Maximum Concurrent Connections

Ajax.NET Professional, July 21, 2008

As defined in 1999 (RFC 2616) “clients that use persistent connections should limit the number of simultaneous connections that they maintain to a given server. A single-user client SHOULD NOT m...

ASP.NET AJAX 4.0 CodePlex Preview 1 available

Misfit Geek, July 21, 2008

We're very happy to announce that the first preview for the new Ajax features in ASP.NET just went live. For more information check out the Roadmap. This preview contains preview implementations ...

IE 8 simultaneous connections changed

Hannes Preishuber, July 21, 2008

Small note. The Internet Explorer 8 have increased the amount of connections to the same domain to 6. ( was before 2) Can have some effects in AJAX callbacks, like Web Service calls.   http:...

Calling A Web Service From HTML Page using AJAX and HTTP Post (for all browsers)

The Code Project Latest Articles, July 18, 2008

Calling A Web Service From HTML Page using AJAX and HTTP Post (for all browsers)...

WEBCAST RECORDING: Adding Mapping Capabilities to your Applications with Virtual Earth and ASP.NET AJAX

Federal Developer Weblog, July 16, 2008

First, let me apologize since I promised to make this recording available almost two months ago.  I was trying to get the recording uploaded to the same Live Meeting servers as my other webcasts....

Pre-order on Amazon: Developing Service-Oriented AJAX Applications on the Microsoft Platform

Al Pascual, July 15, 2008

A must have book if you use MS AJAX on your web applications be on the UpdatePanel. Mr. Daniel Larson wrote the amazing book. Great reference guide as a good general real to understand MS AJAX. Ch...

West Wind Ajax Toolkit updated

Rick Strahls WebLog, July 15, 2008

I've finally had some time to update the West Wind Ajax Toolkit to version 1.90. A number of these changes I've written about and have updated previously, but this update finalizes a number of these u...

Product Spotlight