A php frames solution?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

lc
Forum Contributor
Posts: 188
Joined: Tue Apr 23, 2002 6:45 pm
Location: Netherlands

Post by lc »

yes well I understand and it could be used indeed.

thx for the replies guys ;)
User avatar
gotDNS
Forum Contributor
Posts: 217
Joined: Tue May 07, 2002 5:53 pm
Location: West Chester, PA

Post by gotDNS »

frames are bad for your health
lc
Forum Contributor
Posts: 188
Joined: Tue Apr 23, 2002 6:45 pm
Location: Netherlands

Post by lc »

Well gotdns...

See I'd love to not use frames, but since I also like creating some nice graphic menus with jpg's and such the pages would become rather large.

And then without frames the load times for a lot of people would simply be horrid. Thus frames is a lot of times a nessecary evil I think.
User avatar
NetDragonX
Forum Newbie
Posts: 15
Joined: Sat May 25, 2002 3:00 pm
Location: Southern California

Post by NetDragonX »

I've seen quite a few websites where they have put frames to very good use and they turn out quite nicely... although I've seen a lot more websites use frames where it's just plain crappy.

So it just depends on your experience and whether you have any artistic ability or not.

Me? My artistic ability is about zero.

So I'll stick with my includes().

:)
MattF
Forum Contributor
Posts: 225
Joined: Sun May 19, 2002 9:58 am
Location: Sussex, UK

Post by MattF »

See I'd love to not use frames, but since I also like creating some nice graphic menus with jpg's and such the pages would become rather large.

And then without frames the load times for a lot of people would simply be horrid. Thus frames is a lot of times a nessecary evil I think.
Surely the images would just go into the cache and would be accessed on the next page.....
lc
Forum Contributor
Posts: 188
Joined: Tue Apr 23, 2002 6:45 pm
Location: Netherlands

Post by lc »

matt.. not on all systems with all browser settings and sometimes only with added coding which will work on some systems and not on some others.

But errrrr... this wasn't a discussion on whether frames are nice or not. It's about a very specific issue and possible/impossible solution in case you use them.
Post Reply