This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Front Page > September 2004 > Frames & more
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| BlankI've never used frames before but now need to do so. I need a page with
four frames - the banner (top border) split into two frames - frame 1 & 2,
the main frame (content) - frame 3 and the bottom frame (bottom border) -
frame 4.
The content on frame 1 & 3 will change whilst 2 & 4 will be remain constant.
I need to find a way to do this and even more important I need to find a way
(if there is one) of deep linking the content on frame 3 so that it opens
automatically on load.
Any guidance would be most welcome. Fred
| |
| Murray 2004-09-30, 12:14 pm |
| Why do you need to use something as troublesome and problematic as frames?
--
Murray
"Fred" <fred@finecats.co.uk> wrote in message
news:OcTdLntpEHA.3252@TK2MSFTNGP14.phx.gbl...
> BlankI've never used frames before but now need to do so. I need a page
> with four frames - the banner (top border) split into two frames - frame 1
> & 2, the main frame (content) - frame 3 and the bottom frame (bottom
> border) - frame 4.
>
> The content on frame 1 & 3 will change whilst 2 & 4 will be remain
> constant. I need to find a way to do this and even more important I need
> to find a way (if there is one) of deep linking the content on frame 3 so
> that it opens automatically on load.
>
> Any guidance would be most welcome. Fred
>
| |
|
| I don't, but unless you can tell me another way I can split the page up
(bearing in mind that the middle frame contents will be of differing
lengths, it would appear that frames may be the answer. I'm always open to
polite suggestions and advice. Fred
"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:OpSUUiupEHA.1816@TK2MSFTNGP09.phx.gbl...
> Why do you need to use something as troublesome and problematic as frames?
>
> --
> Murray
>
> "Fred" <fred@finecats.co.uk> wrote in message
> news:OcTdLntpEHA.3252@TK2MSFTNGP14.phx.gbl...
>
>
| |
| Murray 2004-09-30, 12:14 pm |
| I can be polite! 8)
Here's the thing. You just need to get over the idea of only certain parts
of the page changing. Link from one page to another. Each page will open
in the same window as the previous page. If your pages are reasonably
weighted (i.e., 50K or less - including all graphics, all code, and all
externally linked files) then the transition from one page to the next will
be nearly imperceptible, since the browser is going to pull most of the
required files from the local browser cache.
To see what I mean, go to my site - http://www.great-web-sights.com - and
navigate from one page to the next. All the graphics used on the whole site
(except on the portfolio page) are loaded when the first page loads, and are
then drawn from the browser's local cache. The pages themselves have very
little code on them. This makes them load quite rapidly.
Or am I missing the reason for wanting to split things up?
--
Murray
"Fred" <fred@finecats.co.uk> wrote in message
news:OwQLcIvpEHA.3868@TK2MSFTNGP15.phx.gbl...
>I don't, but unless you can tell me another way I can split the page up
> (bearing in mind that the middle frame contents will be of differing
> lengths, it would appear that frames may be the answer. I'm always open to
> polite suggestions and advice. Fred
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OpSUUiupEHA.1816@TK2MSFTNGP09.phx.gbl...
>
>
| |
| Rick Budde 2004-09-30, 12:14 pm |
| Based on your specs, I would suggest that you use tables
and include pages instead of frames.
1. Create a blank template page that contains a 2 column
X 3 row table that is the basic layout for your website.
2. In the area that is to contain your content (#3 by
your terminology), combine the two cells of the table
into one. Same for the bottom two cells (#4 by your
terminology).
3. Size the cells of the table so that they can
accomodate their targeted content.
4. Create two separate pages for the unchangable content
of #2 and #4. Input that content into those pages.
5. Go back to the page created in step 1 above and insert
Include Page components into cells #2 and #4. The pages
to include will be those created in step 4 above.
You now have a blank template upon which to base your
website. Once you haved saved it, do a File | Save As as
many times as you need to create pages for your website
(obvioulsy using different file names each time you Save
As). This way your blank template will remain in case you
need to add pages to your site.
In each of these newly created pages, input the changable
content in your cells #1 and #3. Tie these pages together
with hyperlinks, publish to your host and you are ready
for prime time.
I hope this helps.
>-----Original Message-----
>Why do you need to use something as troublesome and
problematic as frames?
>
>--
>Murray
>
>"Fred" <fred@finecats.co.uk> wrote in message
>news:OcTdLntpEHA.3252@TK2MSFTNGP14.phx.gbl...
so. I need a page[color=darkred]
two frames - frame 1[color=darkred]
frame (bottom[color=darkred]
will be remain[color=darkred]
more important I need[color=darkred]
content on frame 3 so[color=darkred]
>
>
>.
>
| |
|
| Hi Murray & Rick,
Thank you for trying a help a newbie. I think it may be better if I show you
a site that seems to do what I want, albeit on a different subject matter.
Please take a look at
http://aberdeen-gran-canaria.bargai...arture/scotland
and you will get an idea of what I'm trying to achieve. On the site the text
changes in the top box i.e. the name of the airport, but the rest of the
text and search box and the bottom of the page (starting with the map)
remain constant. The middle part (frame 3 in my first posting) is obviously
different on every page and is changed daily. It was this part of the puzzle
that I'm totally ignorant on and would love to hear from anyone on how I
could achieve the same thing.
Thanks for your advice so far. Fred
"Rick Budde" <anonymous@discussions.microsoft.com> wrote in message
news:458201c4a6f5$3d5d0080$a501280a@phx.gbl...[color=darkred]
> Based on your specs, I would suggest that you use tables
> and include pages instead of frames.
>
> 1. Create a blank template page that contains a 2 column
> X 3 row table that is the basic layout for your website.
>
> 2. In the area that is to contain your content (#3 by
> your terminology), combine the two cells of the table
> into one. Same for the bottom two cells (#4 by your
> terminology).
>
> 3. Size the cells of the table so that they can
> accomodate their targeted content.
>
> 4. Create two separate pages for the unchangable content
> of #2 and #4. Input that content into those pages.
>
> 5. Go back to the page created in step 1 above and insert
> Include Page components into cells #2 and #4. The pages
> to include will be those created in step 4 above.
>
> You now have a blank template upon which to base your
> website. Once you haved saved it, do a File | Save As as
> many times as you need to create pages for your website
> (obvioulsy using different file names each time you Save
> As). This way your blank template will remain in case you
> need to add pages to your site.
>
> In each of these newly created pages, input the changable
> content in your cells #1 and #3. Tie these pages together
> with hyperlinks, publish to your host and you are ready
> for prime time.
>
> I hope this helps.
>
> problematic as frames?
> so. I need a page
> two frames - frame 1
> frame (bottom
> will be remain
> more important I need
> content on frame 3 so
| |
| Murray 2004-09-30, 12:14 pm |
| You need to find a better example than that. This site is completely data
driven, and as far as I can tell the whole page refreshes with each click on
the search button.
--
Murray
"Fred" <fred@finecats.co.uk> wrote in message
news:%23F%23M6svpEHA.3324@TK2MSFTNGP15.phx.gbl...
> Hi Murray & Rick,
>
> Thank you for trying a help a newbie. I think it may be better if I show
> you a site that seems to do what I want, albeit on a different subject
> matter. Please take a look at
> http://aberdeen-gran-canaria.bargai...arture/scotland
>
> and you will get an idea of what I'm trying to achieve. On the site the
> text changes in the top box i.e. the name of the airport, but the rest of
> the text and search box and the bottom of the page (starting with the map)
> remain constant. The middle part (frame 3 in my first posting) is
> obviously different on every page and is changed daily. It was this part
> of the puzzle that I'm totally ignorant on and would love to hear from
> anyone on how I could achieve the same thing.
>
> Thanks for your advice so far. Fred
>
>
> "Rick Budde" <anonymous@discussions.microsoft.com> wrote in message
> news:458201c4a6f5$3d5d0080$a501280a@phx.gbl...
>
>
| |
|
| The data is held on another server and all I need now is to find a way to
instruct my server to collect this information via a deep link (if that's
the right word). I think Rick's idea of the three tables would work so the
only answer I now need is the one on how I can place a deep link. The full
data driven website would be beyond my knowledge base so I won't even go
down that road unless someone knows an idiot proof and cheap way. Fred
"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:OVH9Y0vpEHA.4076@TK2MSFTNGP12.phx.gbl...
> You need to find a better example than that. This site is completely data
> driven, and as far as I can tell the whole page refreshes with each click
> on the search button.
>
> --
> Murray
>
> "Fred" <fred@finecats.co.uk> wrote in message
> news:%23F%23M6svpEHA.3324@TK2MSFTNGP15.phx.gbl...
>
>
| |
| Murray 2004-09-30, 7:15 pm |
| On the site you linked, no frames were used. Each press of the SEARCH
button triggers a new SQL query into the database, and a new recordset
formulation. It's a standard setup.
--
Murray
"Fred" <fred@finecats.co.uk> wrote in message
news:%23z$N%23DwpEHA.2696@TK2MSFTNGP15.phx.gbl...
> The data is held on another server and all I need now is to find a way to
> instruct my server to collect this information via a deep link (if that's
> the right word). I think Rick's idea of the three tables would work so the
> only answer I now need is the one on how I can place a deep link. The full
> data driven website would be beyond my knowledge base so I won't even go
> down that road unless someone knows an idiot proof and cheap way. Fred
>
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OVH9Y0vpEHA.4076@TK2MSFTNGP12.phx.gbl...
>
>
| |
| Rick Budde 2004-09-30, 7:15 pm |
| Fred:
Frames or tables is not the most important issue for you.
The fact that the variable data you want displayed on
your site are stored on another site is THE key to your
problem.
When you say "the data is held on another server" is it
similar to the website you gave as an example (ie, it
changes based on some input your visitor might make on
your site ... in the example case, selecting different
destinations causes different information to be displayed
in your #1 and #3 cells)? If so, you probably cannot
avoid programming and you should strongly consider hiring
someone with the skillset required to do this.
I would suggest you also pose your questions/ideas with
the people who generate the data on this other server.
>-----Original Message-----
>On the site you linked, no frames were used. Each press
of the SEARCH
>button triggers a new SQL query into the database, and a
new recordset
>formulation. It's a standard setup.
>
>--
>Murray
>
>"Fred" <fred@finecats.co.uk> wrote in message
>news:%23z$N%23DwpEHA.2696@TK2MSFTNGP15.phx.gbl...
is to find a way to[color=darkred]
deep link (if that's[color=darkred]
tables would work so the[color=darkred]
deep link. The full[color=darkred]
so I won't even go[color=darkred]
cheap way. Fred[color=darkred]
message[color=darkred]
site is completely[color=darkred]
refreshes with each[color=darkred]
be better if I show[color=darkred]
a different subject[color=darkred]
break.co.uk/pages/airports_destinations/departure/scotland[color=darkred]
achieve. On the site the[color=darkred]
airport, but the rest[color=darkred]
page (starting with the[color=darkred]
first posting) is[color=darkred]
daily. It was this part[color=darkred]
love to hear from[color=darkred]
wrote in message[color=darkred]
tables[color=darkred]
column[color=darkred]
website.[color=darkred]
by[color=darkred]
table[color=darkred]
content[color=darkred]
insert[color=darkred]
pages[color=darkred]
your[color=darkred]
As as[color=darkred]
website[color=darkred]
Save[color=darkred]
case you[color=darkred]
changable[color=darkred]
together[color=darkred]
ready[color=darkred]
to do[color=darkred]
into[color=darkred]
bottom[color=darkred]
4[color=darkred]
the[color=darkred]
>
>
>.
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|