Forum Moderators: open

Message Too Old, No Replies

Displaying information

The best way to show information on a website

         

ffoeg

7:58 pm on Jan 3, 2006 (gmt 0)

10+ Year Member



I am trying to make a website for a friend's band, and am having a bit of trouble in deciding how to display the information.

I would prefer to not have the images being reloaded over and over again. this would mean that using iframes would be suitable. except that i would rather not use iframes.

i thought of using layers, but the only trouble with that is that all the information is loaded, before being displayed. when you are wnating to have a gallery and maybe streaming audio, layers wouldn't work.

if anyone could suggest an alternate way of showing the information, i would really really really appreciate it. basically, i need the page to show as if iframes were being used, even though they aren't.

confusing, i know.

asquithea

8:59 pm on Jan 3, 2006 (gmt 0)

10+ Year Member



I would prefer to not have the images being reloaded over and over again

Why not? Any modern browser uses a cache, so there's not much of a hit to using some of the same images on many pages. In my experience, using an IFrame will degrade browser performance and unnecessarily complicate your work.

I'd be tempted to throw something together using very light-weight PHP, if your host provides that facility. You can make template files with the stuff common to every page, and then just add on unique content as required. This will make things easy for you when you want to change the look of the site later on.

As a personal preference, I try to avoid that look where all the content is constrained in a box in the middle of the page. Not only is this tricky to achieve using strict markup, it's not very friendly to people who have unusal screen sizes, or who want to print out part of your site. Think of a nice linear layout, for preference -- as if each page were enscribed on a scroll of arbitrary width and height.

Don_Hoagie

1:44 am on Jan 4, 2006 (gmt 0)

10+ Year Member



Why not? Any modern browser uses a cache, so there's not much of a hit

I don't know if that's what the O.P. was concerned with... I took it to mean that he wanted to avoid image reloads because he feels the "blip" that occurs on reload would ruin the aesthetic of the page design... of course, lots of people think that about their designs, and they're often wrong...

Well, I'm pretty anti-Flash myself, but in this case, you may want to go that route. First of all, you would be free to have as many or as few elements "reload" as you like; secondly, the ol' "rock band web site" is one of the few genres where I think Flash-driven sites are acceptable. You can give the site a music video-esque appeal, have the band's tracks playing throughout the site... it's a multimedia-driven genre, and so the ultimate multimedia app makes a lot of sense. As for the poor SEO that Flash brings, well... if someone's going to blindly go Googling for "rock band", you're not likely to get anywhere near the first page SERPs no matter what you do.

ffoeg

4:03 pm on Jan 4, 2006 (gmt 0)

10+ Year Member



I'd be tempted to throw something together using very light-weight PHP, if your host provides that facility.

i'm still really new to html and the web environment, so i don't really know any PHP. i only started learning HTML a few months ago, and am still in the process of learning some of the different languages.

Well, I'm pretty anti-Flash myself, but in this case, you may want to go that route.

Once again, i only know the absolute basics of flash. Not only that, but the band doesn't have any music videos, and only one badly recorded music track.
so if i had to use flash, there wouldn't be that much multimedia to show :)

i made this post last night, after which i tried a few more things. i think i might just stick to plain html, and make sure that the background of the content repeats cleanly. i'm sure i'll find a way.

but i'll definitely keep those suggestions in mind for when i need to revamp the site and know a bit more programming and flash. i'll stick up a link to the site when i am done, and let you see how i did it. comments would be helpful too :)

topsites

6:03 am on Jan 6, 2006 (gmt 0)



Use text.

It's the fastest.
It's Universal.
Every browser renders it, even pda's and cell phones.