It just hit me

notfred

Lifer
Feb 12, 2001
38,241
4
0
Uh, do you have an actual resonable explantion for that, or can I call you an idiot now?
 

AccruedExpenditure

Diamond Member
May 12, 2001
6,960
7
81
Originally posted by: notfred
Uh, do you have an actual resonable explantion for that, or can I call you an idiot now?

Google maps works by making an asynchronous call to the google servers to grab the adjacent map segments, and instead of reloading the whole page, just refreshes the div that the map is in. Div's pretty much are frames for xml.
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: AccruedExpenditure
Originally posted by: notfred
Uh, do you have an actual resonable explantion for that, or can I call you an idiot now?

Google maps works by making an asynchronous call to the google servers to grab the adjacent map segments, and instead of reloading the whole page, just refreshes the div that the map is in. Div's pretty much are frames for xml.

Frames contain separate documents, DIVs don't. You can use Ajax to change the contents of a div, a span, a table, a link, or anything else, not just a div. And even if it was just a div, that might mean DIVS = FRAMES, but it still doesn't mean AJAX = FRAMES.
 

AccruedExpenditure

Diamond Member
May 12, 2001
6,960
7
81
Originally posted by: notfred
Originally posted by: AccruedExpenditure
Originally posted by: notfred
Uh, do you have an actual resonable explantion for that, or can I call you an idiot now?

Google maps works by making an asynchronous call to the google servers to grab the adjacent map segments, and instead of reloading the whole page, just refreshes the div that the map is in. Div's pretty much are frames for xml.

Frames contain separate documents, DIVs don't. You can use Ajax to change the contents of a div, a span, a table, a link, or anything else, not just a div. And even if it was just a div, that might mean DIVS = FRAMES, but it still doesn't mean AJAX = FRAMES.

I agree, but I provided you with adequate actual resonable explantion you're forbidden from calling me an idiot.
 

Rudee

Lifer
Apr 23, 2000
11,218
2
76
Originally posted by: AccruedExpenditure
Originally posted by: notfred
Uh, do you have an actual resonable explantion for that, or can I call you an idiot now?

Google maps works by making an asynchronous call to the google servers to grab the adjacent map segments, and instead of reloading the whole page, just refreshes the div that the map is in. Div's pretty much are frames for xml.

That sentence reeks of a man who rarely gets laid.

 

AccruedExpenditure

Diamond Member
May 12, 2001
6,960
7
81
Originally posted by: Rudee
Originally posted by: AccruedExpenditure
Originally posted by: notfred
Uh, do you have an actual resonable explantion for that, or can I call you an idiot now?

Google maps works by making an asynchronous call to the google servers to grab the adjacent map segments, and instead of reloading the whole page, just refreshes the div that the map is in. Div's pretty much are frames for xml.

That sentence reeks of a man who rarely gets laid.

I'm actually closing in on a two week drought with no end in site. Search previous threads for reasons.
 

igowerf

Diamond Member
Jun 27, 2000
7,697
1
76
They're similar in that both AJAX (along with pages generated using data from the POST method) and frames make it kind of difficult for a user to bookmark the page that they're seeing without some fancier functionality ala Google Maps. AJAX and a lot of dynamic pages also render the back and forward buttons in your browser useless, while frames still allow for that functionality.