473,725 Members | 2,276 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1706
"WebBuilder 451" <We***********@ discussions.mic rosoft.comwrote in message
news:48******** *************** ***********@mic rosoft.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**@markNOSPA Mrae.netwrote in message
news:e9******** ******@TK2MSFTN GP03.phx.gbl...
"WebBuilder 451" <We***********@ discussions.mic rosoft.comwrote in message
news:48******** *************** ***********@mic rosoft.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******** *************** ***********@mic rosoft.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******** *************** ***********@mic rosoft.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
"WebBuilder 451" 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

"WebBuilder 451" <We***********@ discussions.mic rosoft.comwrote in message
news:55******** *************** ***********@mic rosoft.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
"WebBuilder 451" 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:
>
"WebBuilder 451" <We***********@ discussions.mic rosoft.comwrote in message
news:55******** *************** ***********@mic rosoft.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
"WebBuilder 451" 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

"WebBuilder 451" <We***********@ discussions.mic rosoft.comwrote in message
news:48******** *************** ***********@mic rosoft.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 thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2390
by: toffee | last post by:
Hi, I need some pointers as I have no idea how to get started. I have a large table which pulls data from a mysql db. Because of the large number of records, it clugs up lot of memory and the browser massively slows down when scrolling down. What I would like to do is pull say 50 records and make the scrollbar as long as if all records were retrieved; then use the on scroll event to retrieve another 50 records based on far the scroll...
1
1333
by: Mike | last post by:
Hi, I have a component that resides on the server side (distributed). This component will trigger some events that I need to catch in an ASP.NET form.
3
1596
gchq
by: gchq | last post by:
Hi there Passing variables to a new window was quite easy before Ajax, just write a window.open script and include it under the button click event with the variables being including in the url and pulled out at the other end as request.querystring - the only way I can open a new window now is to include this as a javascript function at page_load time and the the button to call the function using Attributes.Add Soooo the question is, what...
6
1552
by: Jonathan Wood | last post by:
Greetings, I'd like to implement some AJAX features on an existing ASP.NET site. I have one example of doing this but, otherwise, don't know much about it. I have one question, though, about getting started: I notice that there are project templates for creating AJAX this and AJAX that. I'm a little confused about this. Am I not able to add AJAX features to an existing Web form? Why is it necessary to select an AJAX form or whatever?
3
1639
by: mazdotnet | last post by:
Hi guys, On my work computer I had VisualStudio 2005, AJAX 1.0 and AJAX toolkit installed. 2 days ago I installed VisualStudio 2008 and every AJAX test that I do (IIS), does a postback. When I open my test web application using File System which uses the .NET server (http://localhost:4791/AjaxTest2/) it works. However, when I open my files by using IIS (http://localhost/AjaxTest2/), my application runs fine except it does a post back...
2
2386
by: vunet | last post by:
I've been thinking about how AJAX sites implement page browsing when in fact the whole site is on one page. I know I may store page content in array and add new content to this array as user clicks AJAX driven links for the purpose of browsing history, etc. But what if I want to share the page with somebody and AJAXed site always starts with the main page. I thought using anchor is the solution: www.mysite.com/#showHelpPage. JavaScript...
5
3105
by: simon | last post by:
hello, I have a server set up on my local (home) network and can not get an ajax application to run on the box. it works fine on our developement server and also works fine locally. I copied the application to the server, setup the website, installed the ajax extensions, also loaded/enabled front end extensions so i could load the site in visual studio 2005. when i attempt to run the site, either from the server or from another pc...
4
1594
by: Henok Girma | last post by:
Hello, i have developed an AJAX enabled web app, but when i try to deploy it on the production server, it craps out.. and it's a rather strange error i get, and i have no were to go with it. Compiler Error Message: CS0108: Warning as Error: 'ASP.default_aspx.Profile' hides inherited member 'Default_Default.Profile'. Use the new keyword if hiding was intended. in the srouce error section, it shows
0
9401
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9257
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9116
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8099
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6011
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4519
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4784
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2637
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2157
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.