473,804 Members | 2,998 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can you "over Ajax" an app?

More of a design question than technical.... combining Ajax technology
with ASP... Top portion of the page contains several Select boxes
which are dependant upon one another. Ajax handles that pretty well,
although when reloading the page, I have to "draw" each one, which the
user can see....

Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?

Can one "over ajax" an app?

Nov 23 '05 #1
7 1416
Larry Bud wrote:
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?


Its a pain to bookmark. Its a pain to share the link with a friend.

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Nov 23 '05 #2
>> Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?


Its a pain to bookmark. Its a pain to share the link with a friend.


:( Yes

Same with some ASP pages. And also frames can cause the same problem.

Is there any way round this ?

Aaron
Nov 23 '05 #3
Larry Bud wrote:
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?


Might depend on if the user ever types in search criteria. If so, then
the lack of a Back button could make people crazy. Think how many
times you use Back on Google search / groups, etc. Unless you kept a
list of recent searches, perhaps.

But also... if your search item lists are very large, then not pulling
them down again would be a good thing. I hate some automobile review
sites, because each time I choose a make or year or model, they're
loading a new page with more detailed choices. I'd much rather that
went on in the background.

Kev

Nov 23 '05 #4
Aaron Gray wrote:

Who wrote this? <http://jibbering.com/faq/faq_notes/pots1.html>
vvvvvvvvvvvvvvv
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?


Its a pain to bookmark. Its a pain to share the link with a friend.


:( Yes

Same with some ASP pages. And also frames can cause the same problem.

Is there any way round this ?


Include the URI for the search in the search result and redesign the
application so that it parses the query-part of the URI. Or don't use
that particular technique at all. Or if you use it, provide fallback
where it is not supported.
PointedEars
Nov 23 '05 #5

David Dorward wrote:
Larry Bud wrote:
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?


Its a pain to bookmark. Its a pain to share the link with a friend.


Since this is an internal business application, and requires a login,
there shouldn't be any link sharing or bookmarking.

Nov 23 '05 #6
Larry Bud wrote:
David Dorward wrote:
Its a pain to bookmark. Its a pain to share the link with a friend.

Since this is an internal business application, and requires a login,
there shouldn't be any link sharing or bookmarking.


I don't mind that your application does not support easy bookmarking,
but something being an internal business application and requiring login
does not mean that it should not or cannot support it.
Nov 23 '05 #7
Aaron Gray wrote:
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...

Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?

Its a pain to bookmark. Its a pain to share the link with a friend.


:( Yes

Same with some ASP pages. And also frames can cause the same problem.

Is there any way round this ?

Aaron


I've been working on a library to do that :-)

http://www.unfocus.com/Projects/HistoryKeeper/

This WIP example uses flash, and is more up to date, but the history
library is not tied to flash:

http://www.unfocus.com/Projects/

It's not ready for production just yet, but it's getting there. :-)

This doesn't solve the search engine index problem though. That would
require a different strategy.

Kevin N.
Nov 23 '05 #8

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

Similar topics

6
1799
by: John Willems | last post by:
Interesting GUI developments, it seems. Anyone developed a "Ajax" application using Python? Very curious.... thx (Ajax stands for: XHTML and CSS; dynamic display and interaction using the Document Object Model; data interchange and manipulation using XML and XSLT; asynchronous data retrieval using XMLHttpRequest;
3
2896
by: Tony | last post by:
I've done a fair bit of searching on this, but I want to be certain about what I've found - so here goes with a long example and three questions: For clarity, let me give an example (a number of the pages I found had some ambiguity). Say I have a page with 2 buttons ( A and B, for simplicity) and each button will make a different "ajax" request, for data to be placed in a corresponding DIV. For sake of example, we won't consider...
6
2493
by: blueapricot416 | last post by:
I have some javascript in a standard HTML page that uses the ubiquitous "XMLHttpRequest" to send data to a remote ASP page. If that page "answers back" by sending a string using a simple Response.Write, which I then use in the original HTML page to dynamically update stuff, is this "AJAX"? Specifically, is there anything "wrong" with sending back info from classic ASP pages using simple Response.Writes? (Is there usually something...
4
10554
by: keyofdminor | last post by:
Folks, Short version: Has anyone tried a synchronous call ("SJAX") to a server with the Prototype library? I'm curious if there is a bug in the library (possible) or if I am making mistake (probable). Longer version:
1
1419
by: Tony Lawrence | last post by:
Probably a lot of you here are already old hands at Ajax, but I haven't started doing this yet. Part of the reason was that I really didn't understand where Ajax would be useful to my own site, and also that my experiences with early Javascript put me off on that a bit. "Understanding Ajax" by Joshua Eichorn helped me with both of those impediments. Complete review at http://aplawrence.com/Books/understanding_ajax.html --
2
1667
by: pe3no | last post by:
Hi, I'm going to create applications PHP + AJAX + Linux + Apache + Postgres. - Other Open Source technologies / Frameworks, etc. also :) Is this book http://www.amazon.com/gp/reader/0471777781 suitable for my "case"? I'm asking persons who read this book :) I wouldn't like to buy something unuseless, which for example is completely concentrated on .NET, C#, ASP.NET, m$something etc...
1
1760
by: mark4asp | last post by:
Which should I use: 1. "ASP.NET AJAX-Enabled Web Site" or 2. "AJAX Control Toolkit Web Site"? In the first, controls from the control toolkit start as: <cc1:SomeControl></cc1> In the 2nd, those controls are: <ajaxToolkit:SomeControl></ ajaxToolkit>
5
13932
by: Sommer.pde | last post by:
It took me some time to find out when and why this happens. When the window of Internet Explorer is closed with an AJAX call still pending, something funny happens. Do it twice, and you will have to restart the browser. Here a little sample: http://truefriendz.de/iedos The script on this site will open 5 test-windows one at a time.
11
1539
by: Jonathan Wood | last post by:
Can anyone point me to any good resources on adding AJAX to a page once the page has already been created? I know VS2008 has options to add AJAX pages, but I didn't select those options when the pages were created. Thanks. Jonathan
0
9706
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10578
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
10332
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...
1
10321
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10077
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
9152
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...
1
7620
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6853
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
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

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.