• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Refresh query without refreshing entire page

Explorer ,
Feb 21, 2007 Feb 21, 2007

Copy link to clipboard

Copied

Hello,

Was hoping to load an image, title, and description; by clicking onto a thumbnail. All this information is managed through a sqlserver and back end.
I dont want to reload the page, there is an extremely obnoxious header that i could do without the reload.....Can anyone point me in the right direction with a link or explanation?

Thanks
TOPICS
Advanced techniques

Views

433

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 21, 2007 Feb 21, 2007

Copy link to clipboard

Copied

definitely have a look at the adobe spry ajax framework. it's fast, free,
and easy to learn. in addition to doing exactly what you're talking about,
you'll also see all the "effects" that you can use and then you'll probably
have even more ideas for your thumbnail. in fact, one of their big sample
apps is a photo gallery, and it's pretty sweet looking. i just rebuilt an
app that was pounding the server hard, and i used spry. cut page load by
1000% and it only took about 3 days from the time i downloaded spry till the
time i had a nicely working app. the folks at the spry forum are pretty
helpful, too.





"shastamatt" <matt@shastaconsulting.com> wrote in message
news:erikb6$f0i$1@forums.macromedia.com...
> Hello,
>
> Was hoping to load an image, title, and description; by clicking onto a
> thumbnail. All this information is managed through a sqlserver and back
> end.
> I dont want to reload the page, there is an extremely obnoxious header
> that i
> could do without the reload.....Can anyone point me in the right direction
> with
> a link or explanation?
>
> Thanks
>


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Feb 21, 2007 Feb 21, 2007

Copy link to clipboard

Copied

One way is use a iframe or just a standard frame even.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Feb 22, 2007 Feb 22, 2007

Copy link to clipboard

Copied

I second Marc E's recomendation. The Spry documentation even has an example that fits your situation perfectly. Take a look at the examples on:

http://labs.adobe.com/technologies/spry/samples/

especially this one:

http://labs.adobe.com/technologies/spry/samples/data_region/DetailRegionEffectsSample.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Engaged ,
Feb 22, 2007 Feb 22, 2007

Copy link to clipboard

Copied

Spry looks like some cool stuff.

Can anyone comment on the speed at this point? What are some of these transitions and effects going to cost me in terms of speed?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 23, 2007 Feb 23, 2007

Copy link to clipboard

Copied

LATEST
i haven't used any of the effects, just the "widgets" and dataset stuff.
those are quite performant, but there's really nothing to them

"tclaremont" <webforumsuser@macromedia.com> wrote in message
news:erkhoj$oo1$1@forums.macromedia.com...
> Spry looks like some cool stuff.
>
> Can anyone comment on the speed at this point? What are some of these
> transitions and effects going to cost me in terms of speed?


Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation