473,387 Members | 1,476 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Ajax frameworks

Hi. I have been reviewing Ajax frameworks for .Net and really like the look
of MagicAjax, the open source framework, because of the simplicity of its
design. However I am a little concerned at using an open source framework
from a support perspective. Has anyone used MagicAjax in production, and
what are your experiences? Is there a commercial framework of similar design
to MagicAjax?

Thanks

--
McGeeky
http://mcgeeky.blogspot.com

Mar 2 '06 #1
7 1106
NH
I just checked this framework out, its great, so easy to use. Thanks for the
tip

"McGeeky" wrote:
Hi. I have been reviewing Ajax frameworks for .Net and really like the look
of MagicAjax, the open source framework, because of the simplicity of its
design. However I am a little concerned at using an open source framework
from a support perspective. Has anyone used MagicAjax in production, and
what are your experiences? Is there a commercial framework of similar design
to MagicAjax?

Thanks

--
McGeeky
http://mcgeeky.blogspot.com

Mar 2 '06 #2
Roy
I'm speaking to something else having never played with magicajax
before, but... Have you checked out client-side-callback functionality
built right into the 2.0 framework?

REALLY GREAT stuff.
My workflow sites here have been taken to a whole new "flickerless"
level. :)

*** Sent via Developersdex http://www.developersdex.com ***
Mar 2 '06 #3
Is client side call back Atlas or something else?

I am working on the assumption we will use Asp.Net 1.1 for our project :-(

--
McGeeky
http://mcgeeky.blogspot.com
"Roy" <SP*******@gmail.com> wrote in message
news:uJ**************@TK2MSFTNGP14.phx.gbl...
I'm speaking to something else having never played with magicajax
before, but... Have you checked out client-side-callback functionality
built right into the 2.0 framework?

REALLY GREAT stuff.
My workflow sites here have been taken to a whole new "flickerless"
level. :)

*** Sent via Developersdex http://www.developersdex.com ***

Mar 2 '06 #4
Roy
Something else entirely. This page changed my life:
http://msdn2.microsoft.com/en-us/library/ms178208.aspx

;)

Cutting Edge also put out something on CSC's... CSC is basically MS's
answer to AJAX.

http://msdn.microsoft.com/msdnmag/is...1/CuttingEdge/

Yeah, you need 2.0 to use the functionality mentioned in the articles...
Re: Ajax frameworks
From: McGeeky
Date Posted: 3/2/2006 10:18:00 AM
Is client side call back Atlas or something else?

I am working on the assumption we will use Asp.Net 1.1 for our project
:-(

--
McGeeky
http://mcgeeky.blogspot.com
"Roy" <SP*******@gmail.com> wrote in message
news:uJ**************@TK2MSFTNGP14.phx.gbl...
I'm speaking to something else having never played with magicajax
before, but... Have you checked out client-side-callback functionality
built right into the 2.0 framework?

REALLY GREAT stuff.
My workflow sites here have been taken to a whole new "flickerless"
level. :)

*** Sent via Developersdex http://www.developersdex.com ***
Mar 2 '06 #5
Thus wrote Roy,
Something else entirely. This page changed my life:
http://msdn2.microsoft.com/en-us/library/ms178208.aspx

;)

Cutting Edge also put out something on CSC's... CSC is basically MS's
answer to AJAX.


Atlas will be ASP.NET's AJAX implementation, but it's still in development.
You can a CTP though from http://atlas.asp.net.

Cheers,
--
Joerg Jooss
ne********@joergjooss.de
Mar 2 '06 #6
DWS
Hello,
atlas, clientside callbacks, magicajax

Thank you great links
DWS
"Joerg Jooss" wrote:
Thus wrote Roy,
Something else entirely. This page changed my life:
http://msdn2.microsoft.com/en-us/library/ms178208.aspx

;)

Cutting Edge also put out something on CSC's... CSC is basically MS's
answer to AJAX.


Atlas will be ASP.NET's AJAX implementation, but it's still in development.
You can a CTP though from http://atlas.asp.net.

Cheers,
--
Joerg Jooss
ne********@joergjooss.de

Mar 3 '06 #7
McGeeky,

You can find a list of major ajax frameworks & API's at
http://www.ajaxtoday.com

Hope this helps.

- Rafiq.
http://www.ajaxtoday.com

"McGeeky" wrote:
Hi. I have been reviewing Ajax frameworks for .Net and really like the look
of MagicAjax, the open source framework, because of the simplicity of its
design. However I am a little concerned at using an open source framework
from a support perspective. Has anyone used MagicAjax in production, and
what are your experiences? Is there a commercial framework of similar design
to MagicAjax?

Thanks

--
McGeeky
http://mcgeeky.blogspot.com

Apr 27 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: Griff | last post by:
The use of AJAX as an approach seems to be taking off. Is this correct, or have I just read the hype? Is Ajax a proven approach that one should look at for building high-load websites? If...
9
by: darrel | last post by:
Last week I asked about ASP.net 2.0 AJAX frameworks and there appears to be several to choose from. I haven't used ASP.net 2.0 yet, but from doing a bit of reading, it appears that ASP.net 2.0...
2
by: prabhupr | last post by:
Hi Folks For me to use Ajax (Ajax Control) do I need to download something in particular, any framework and speicial assembly.... Can somebody please point me to some basics on AJAX, on how to...
3
by: caston | last post by:
Well, everybody can now agree with the fact that the Ajax hype is over. Still multiple Ajax Frameworks are flourishing, aren't they? So, last night I questioned myself with the following: "When...
1
by: John | last post by:
AJAX is a rich client-side technology that makes the web pages more interactive. In practice, the same AJAX client-side code should be unchanged, regardless of what server-side web technologies we...
13
by: Karl | last post by:
Hi all. I've recently rebuilt my Vista Ultimate workstation with Visual Studio Team Developer edition. Ive also put on the SQL Server 2005 tools and it's fully patched. I was building a web...
3
by: Gouri.Mahajan7 | last post by:
Hello, I want to use AJAX methods in my project. Is it possible to use AJAX in asp.net 1.1?? Thanks in advance. Regards, Gouri.
29
by: zalek | last post by:
I am writing application with Ajax in sync mode - xmlHttp.open("GET", url, false). I noticed that in FireFox handler doesn't starts. It starts when I use xmlHttp.open("GET", url,true). I need to...
2
by: Shao | last post by:
Dear All, I am looking for a nitty-gritty Python Ajax script to fire off a number of processing programmes, periodically checking their operations, sending messages back to an HTML div form by...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.