• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

website programming question

Kaido

Elite Member & Kitchen Overlord
First, visit this site and click on a few of the number links (1, 2, 3, 4, etc.) under the category drop-down box:

http://www.adamssite.com/html/

See how the content section (the template thumbnails) loads new content, but the rest of the page doesn't refresh? How do they do that?
 
Originally posted by: Kaido
First, visit this site and click on a few of the number links (1, 2, 3, 4, etc.) under the category drop-down box:

http://www.adamssite.com/html/

See how the content section (the template thumbnails) loads new content, but the rest of the page doesn't refresh? How do they do that?

It's called an iframe.
 
Originally posted by: DannyBoy
Originally posted by: Kaido
First, visit this site and click on a few of the number links (1, 2, 3, 4, etc.) under the category drop-down box:

http://www.adamssite.com/html/

See how the content section (the template thumbnails) loads new content, but the rest of the page doesn't refresh? How do they do that?

It's called an iframe.

ah, thanks. brushing up on my HTML/XHTML 😉 never got too far with frames in the first place tho 😀
 
here's another question:

using an iframe, how would you program the page in the frame to fit in the frame? like if I did a 400px width for the iframe and made several frame pages with content.
 
Originally posted by: sourceninja
learn about CSS and javascript or as its called by the leet, ajax

then you wont need any stinkin iframes.

one step at a time 😀 html, xhtml, javascript, css, php, in that order. anything else to toss into the list?
 
Originally posted by: sourceninja
learn about CSS and javascript or as its called by the leet, ajax

then you wont need any stinkin iframes.

AJAX would be XML, DOM & Javascript, actually.
 
Originally posted by: DannyBoy
Originally posted by: sourceninja
learn about CSS and javascript or as its called by the leet, ajax

then you wont need any stinkin iframes.

AJAX would be XML, DOM & Javascript, actually.

Picky picky. but yea, your right 🙂 But to be fair, its not ajax, but you could use javascript and css (well I guess you dont really need the css.) to make pages that require no refresh.
 
Back
Top