Click here to get back home

Frames -- Disable/Enable Menus

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Frames -- Disable/Enable Menus Deepan HTML 04-21-2008
Get Chitika Premium
Posted by Jonathan N. Little on April 23, 2008, 2:51 pm
Please log in for more thread options
Bergamot wrote:

> That's not really any different from my preprocessor includes, except
> they're not php.
>
And you don't have to pre-process...

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Posted by Chris Morris on April 24, 2008, 4:08 am
Please log in for more thread options
> Chris Morris wrote:
> > That said, if you're only doing a bit of templating to replace
> > frames, an offline preprocessor is probably a better way to make
> > the site. PHP would be like using a chainsaw to chop through a
> > twig, and about as safe.
>
> If we have a 1/2 dozen pages maybe, but every time you make a change
> an edit your have to re-preprocess and upload the entire site gets old
> really fast.

Perhaps. The 'make' command comes in very useful. Set up the
dependencies, only rebuild the changed pages, and then automatically
move the new pages into place. The largest site I've maintained by
preprocessing had a few hundred pages and was easy enough to do.

--
Chris

Posted by Petr Vileta on April 23, 2008, 8:18 pm
Please log in for more thread options
Jonathan N. Little wrote:
> Again with my favorite
> analogy, why would a lumberjack cling to his ax after the development
> of the chainsaw?
I don't know any lumberjack and don't know why he prefer to use ax instead of
chainsaw :-) Maybe he want to have well-developed body, maybe he don't like
roaring noise, maybe he don't have money to buy gasoline.
But back to IT world. Maybe author of question not have access to use server
side solution, maybe he not have knowledge to do it, maybe a pages are too
simple to solve it in other way then frames.
--
Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your
mail from another non-spammer site please.)

Please reply to <petr AT practisoft DOT cz>


Posted by Jonathan N. Little on April 23, 2008, 9:56 pm
Please log in for more thread options
Petr Vileta wrote:

> But back to IT world. Maybe author of question not have access to use
> server side solution,

Server side was rare and expensive in 1990s not common and cheap

> maybe he not have knowledge to do it,

Tutorials up the "wazoo"


http://www.google.com/search?hl=en&q=php+tutorials&btnG=Search
php tutorials - Google Search

> maybe a
> pages are too simple to solve it in other way then frames.

<frameset cols = "25%,*">
<frame src ="menu.htm" />
<frame src ="content.htm" />
</frameset>

vs

<?php include_once('menu.htm'); ?>
<div id="content">
<p>This page's content....






--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com

Posted by dorayme on April 24, 2008, 12:56 am
Please log in for more thread options

> Petr Vileta wrote:
>
> > But back to IT world. Maybe author of question not have access to use
> > server side solution,
>
> Server side was rare and expensive in 1990s not common and cheap
>
> > maybe he not have knowledge to do it,
>
> Tutorials up the "wazoo"
>
>
> http://www.google.com/search?hl=en&q=php+tutorials&btnG=Search
> php tutorials - Google Search
>
> > maybe a
> > pages are too simple to solve it in other way then frames.
>
> <frameset cols = "25%,*">
> <frame src ="menu.htm" />
> <frame src ="content.htm" />
> </frameset>
>
> vs
>
> <?php include_once('menu.htm'); ?>
> <div id="content">
> <p>This page's content....

I just love how folks fail to address the fact that frames keeps the
menu from scrolling away in a natural manner. You can't simply say use
includes and walk away!

--
dorayme

Similar ThreadsPosted
sub-menus August 5, 2005, 6:45 am
pulldown menus September 8, 2005, 7:23 pm
Drop down menus February 12, 2006, 4:45 am
best way to markup navigation menus? July 9, 2004, 11:37 pm
dependent select menus January 23, 2007, 6:47 pm
Customizable dropdown menus? February 2, 2008, 10:24 pm
Problem with expanding/collapsing menus and NE7 August 26, 2004, 7:04 pm
Help: Adding a banner to a site that uses "flanking menus", and CSS August 19, 2004, 6:00 am
Dropdown menu javascript menus a bad choice? July 22, 2005, 10:06 pm
Create Pulldown Menus for Month/Day/Year in HTA December 29, 2006, 10:31 am

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap