472,118 Members | 1,012 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

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

new Ajax Site

I'm about to finally make the jump and start a new site using AJAX. THe
question i have for all of you AJAX developers out there is which one?

1. The Standard AJAX frame work
2. The Tool kit.
3. Or are there others out there.
4. Should i not do AJAX at all because it still posts back the entire page
even though
only the section is refreshed. (someone tell me i'm wrong here and why
please!)

This is a big site with a lot of information and i'm a little concerned
about speed hits due to AJAX. Should i be?

thanks you and and all advise appreciated.

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
Jun 5 '07 #1
8 1596
"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:48**********************************@microsof t.com...
3. Or are there others out there.
I use this almost exclusively:
http://anthemdotnet.com/
--
http://www.markrae.net

Jun 5 '07 #2

"Mark Rae" <ma**@markNOSPAMrae.netwrote in message
news:e9**************@TK2MSFTNGP03.phx.gbl...
"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:48**********************************@microsof t.com...
>3. Or are there others out there.

I use this almost exclusively:
http://anthemdotnet.com/
--
http://www.markrae.net
Going to their site gives runtime errors. Not a good start if their site
cannot use their controls without problems.

Jun 5 '07 #3
"Lloyd Sheen" <a@b.cwrote in message
news:E2**********************************@microsof t.com...
Going to their site gives runtime errors. Not a good start if their site
cannot use their controls without problems.
Fair comment. I've sent them an email...
--
http://www.markrae.net

Jun 5 '07 #4
"Lloyd Sheen" <a@b.cwrote in message
news:E2**********************************@microsof t.com...
Going to their site gives runtime errors.
Seems to be fixed now...
--
http://www.markrae.net

Jun 5 '07 #5
no other oppinions? Are all of you saying that the tool kit is not useful. Or
that this is the only realistic choice?

Thnaks
KES
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
"WebBuilder451" wrote:
I'm about to finally make the jump and start a new site using AJAX. THe
question i have for all of you AJAX developers out there is which one?

1. The Standard AJAX frame work
2. The Tool kit.
3. Or are there others out there.
4. Should i not do AJAX at all because it still posts back the entire page
even though
only the section is refreshed. (someone tell me i'm wrong here and why
please!)

This is a big site with a lot of information and i'm a little concerned
about speed hits due to AJAX. Should i be?

thanks you and and all advise appreciated.

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
Jun 5 '07 #6

"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:55**********************************@microsof t.com...
no other oppinions? Are all of you saying that the tool kit is not useful.
Or
that this is the only realistic choice?

Thnaks
KES
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
"WebBuilder451" wrote:
>I'm about to finally make the jump and start a new site using AJAX. THe
question i have for all of you AJAX developers out there is which one?

1. The Standard AJAX frame work
2. The Tool kit.
3. Or are there others out there.
4. Should i not do AJAX at all because it still posts back the entire
page
even though
only the section is refreshed. (someone tell me i'm wrong here and why
please!)

This is a big site with a lot of information and i'm a little concerned
about speed hits due to AJAX. Should i be?

thanks you and and all advise appreciated.

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
I have been using a combo of the AJAX framework and the tool kit. I don't
think that development wise these products are really ready from a WYSIWYG
point of view. Once you use the controls much of the IDE will be lost to
you including Intellisence etc.

But the framework and toolkit do work. I got around some of the problems by
creating webcontrols and doing the debugging of those controls in a testbed
environment.

Another advantage is price (free) and there are lots of tutorials and videos
to get you started.

Lloyd Sheen

Jun 5 '07 #7
I appreciate the continued indulgence on my part.

1. Does this mean this is really not ready for a large site.
2. are there others that are fully functional even if they need t obe
purchesed?
3. again i really need to ask the response question. Because the call-back
really does a posting with the entire page (so it was demonstrated at a
dot.net usergroup meeting) have you noticed a tack of responsiveness?

to clarify: The site i'm going to be upgrading contains stock market data
and analysis information totalling about 50,000+ charts and reports. These
reports and charts are created using normalized and denormalized data.
ColdFusion handles the current very well, but the future is dot.net (so the
holy church of MS says). So the final question for me is to AJAX or not?

Thanks I'll buy you lunch if you ever get to Chicago.
KES
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
"Lloyd Sheen" wrote:
>
"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:55**********************************@microsof t.com...
no other oppinions? Are all of you saying that the tool kit is not useful.
Or
that this is the only realistic choice?

Thnaks
KES
--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
"WebBuilder451" wrote:
I'm about to finally make the jump and start a new site using AJAX. THe
question i have for all of you AJAX developers out there is which one?

1. The Standard AJAX frame work
2. The Tool kit.
3. Or are there others out there.
4. Should i not do AJAX at all because it still posts back the entire
page
even though
only the section is refreshed. (someone tell me i'm wrong here and why
please!)

This is a big site with a lot of information and i'm a little concerned
about speed hits due to AJAX. Should i be?

thanks you and and all advise appreciated.

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes

I have been using a combo of the AJAX framework and the tool kit. I don't
think that development wise these products are really ready from a WYSIWYG
point of view. Once you use the controls much of the IDE will be lost to
you including Intellisence etc.

But the framework and toolkit do work. I got around some of the problems by
creating webcontrols and doing the debugging of those controls in a testbed
environment.

Another advantage is price (free) and there are lots of tutorials and videos
to get you started.

Lloyd Sheen
Jun 5 '07 #8
You should use ASP.NET AJAX because it is Microsoft's solution that will
soon be integrated directly into ASP.NET and Visual Studio (Orcas).
http://ajax.asp.net/
Additionally, you can add on the AJAX Control Toolkit in cases where it's
beneficial to you.

You do not necessarily need to post the whole page back during an AJAX call;
it is configurable in a variety of ways and supports a variety of ways to do
AJAX calls.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net

"WebBuilder451" <We***********@discussions.microsoft.comwrote in message
news:48**********************************@microsof t.com...
I'm about to finally make the jump and start a new site using AJAX. THe
question i have for all of you AJAX developers out there is which one?

1. The Standard AJAX frame work
2. The Tool kit.
3. Or are there others out there.
4. Should i not do AJAX at all because it still posts back the entire page
even though
only the section is refreshed. (someone tell me i'm wrong here and why
please!)

This is a big site with a lot of information and i'm a little concerned
about speed hits due to AJAX. Should i be?

thanks you and and all advise appreciated.

--
thanks (as always)
some day i''m gona pay this forum back for all the help i''m getting
kes
Jun 5 '07 #9

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

5 posts views Thread by toffee | last post: by
6 posts views Thread by Jonathan Wood | last post: by
3 posts views Thread by mazdotnet | last post: by
2 posts views Thread by vunet | last post: by
4 posts views Thread by Henok Girma | last post: by

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.