Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

if you were re-developing this website....

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Related Topics:
cost of developing a website for an aquaintance - Hi, I am building a website for an who is running a company. This is my first website and I am using a content software for this. The website has around 20 pages and stuff like message boards and..

Tips and Free Help for Designing / Developing your own web.. - Be sure to check out Cheers, Rob Collyer

The website I used to look after - I just went along to one of the old websites I used to take care one where I told the owner to shove his job up his arse for being such a twat..... Anyway, he's got someone else working on the site now, and they've changed th edesign to a..

my website -

I need a WEBSITE help! - I need the following type of website: User Friendly Online Content Manager Online Chat Online Indicator Private Messaging Online Media Player Website Search Function Multi Languages Cards Hit Counter ShoutBox Guest Book Links &..
Next:  Webmaster: I want to Learn to Host Websites  
Author Message
junkmail

External


Since: Aug 24, 2004
Posts: 5



(Msg. 1) Posted: Sat Sep 25, 2004 5:53 pm
Post subject: if you were re-developing this website....
Archived from groups: alt>www>webmaster (more info?)

Hi,
If you were re-developing www.kochcompanies.com to be a non-frame based
website, so it would be web-indexable... what would you do? Yes, I know it
was developed with FP. And I have a later version of FP available to... but
what I am looking at is how do you get from framed to non-framed? Or is it
simply easier to start over using the images from the old site?

Thanks,
Tom (still a beginner after all these years) Miller

--
Excellent Free Web-developer training at: www.w3schools.com
replys will bounce, see web-site for e-mail address
Tech support and Web-dev at: www.bluecollarcc.com
175,000+ Files at: www.chatnfiles.com

 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
user583

External


Since: Aug 31, 2004
Posts: 71



(Msg. 2) Posted: Sun Sep 26, 2004 12:17 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 25 Sep 2004 14:53:06 -0500, Tom Miller wrote:

 > Hi,
 > If you were re-developing <a style='text-decoration: underline;' href="http://www.kochcompanies.com" target="_blank">www.kochcompanies.com</a> to be a non-frame based
 > website, so it would be web-indexable... what would you do? Yes, I know
 > it was developed with FP. And I have a later version of FP available
 > to... but what I am looking at is how do you get from framed to
 > non-framed? Or is it simply easier to start over using the images from
 > the old site?
 >
 > Thanks,
 > Tom (still a beginner after all these years) Miller

Use css something like this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
  <head>
   <title>www.kochcompanies.com</title>
   <style type="text/css">
    div#header { position: absolute;
    top: 0;
    bottom: 80%;
    left: 0;
    right: 0;
    background: white;
    color: yellow;
    }
    div#main { position: absolute;
    top: 20%;
    bottom: 0;
    left: 0%;
    right: 0%;
    background: white;
    color: black;
    }
    p.baho { color: blue;
    font: medium Helvetica;
    font-weight: bold;
    text-align:center;
    }
    p.utot { color: black;
    font: small Helvetica;
    font-weight: bold;
    text-align:center;
    }
   </style>
  </head>
  <body>
   <div id="header">
    <p class="baho"> Naviation goes here </p>
   </div>
   <div id="main">
    <p class="utot"> Enter Main Content Here </p>
   </div>
  </body>
</html><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
spamblocked

External


Since: Sep 14, 2004
Posts: 588



(Msg. 3) Posted: Sun Sep 26, 2004 12:20 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tom Miller wrote:

 > Hi,
 > If you were re-developing <a style='text-decoration: underline;' href="http://www.kochcompanies.com" target="_blank">www.kochcompanies.com</a> to be a non-frame
 > based website, so it would be web-indexable... what would you do?

Take the content (and the addition/deletions/changes) and start again.

IM(NS)HO

--
William Tasso - read 'em, else the puppy gets it:
<a style='text-decoration: underline;' href="http://www.aww-faq.org/" target="_blank">http://www.aww-faq.org/</a>
<a style='text-decoration: underline;' href="http://www.catb.org/~esr/faqs/smart-questions.html" target="_blank">http://www.catb.org/~esr/faqs/smart-questions.html</a>
<a style='text-decoration: underline;' href="http://groups.google.com/groups?as_ugroup=alt.www.webmaster" target="_blank">http://groups.google.com/groups?as_ugroup=alt.www.webmaster</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
technohippie1

External


Since: Sep 26, 2003
Posts: 407



(Msg. 4) Posted: Sun Sep 26, 2004 12:55 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

William Tasso <SpamBlocked RemoveThis @tbdata.com> wrote in
news:Xns956FE37013E3EWilliamTasso@130.133.1.4:

 > Tom Miller wrote:
 >
  >> Hi,
  >> If you were re-developing <a style='text-decoration: underline;' href="http://www.kochcompanies.com" target="_blank">www.kochcompanies.com</a> to be a non-frame
  >> based website, so it would be web-indexable... what would you do?
 >
 > Take the content (and the addition/deletions/changes) and start again.
 >
 > IM(NS)HO
 >

<aol>ditto</aol>

--
Judy<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 5) Posted: Sun Sep 26, 2004 1:01 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

TechnoHippie wrote:

 > William Tasso <SpamBlocked.TakeThisOut@tbdata.com> wrote in
 > news:Xns956FE37013E3EWilliamTasso@130.133.1.4:
 >
  >> Tom Miller wrote:
  >>
   >>> Hi,
   >>> If you were re-developing <a style='text-decoration: underline;' href="http://www.kochcompanies.com" target="_blank">www.kochcompanies.com</a> to be a non-frame
   >>> based website, so it would be web-indexable... what would you do?
  >>
  >> Take the content (and the addition/deletions/changes) and start again.
  >>
  >> IM(NS)HO
  >>
 >
 > <aol>ditto</aol>

AOL

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
technohippie1

External


Since: Sep 26, 2003
Posts: 407



(Msg. 6) Posted: Sun Sep 26, 2004 1:34 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Sweeney <me.DeleteThis@charlessweeney.com> wrote in
news:Xns956FEA2E46160mecharlessweeneycom@130.133.1.4:

  >> <aol>ditto</aol>
 >
 > AOL
 >

purist!

--
Judy<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
web1

External


Since: Jul 03, 2003
Posts: 569



(Msg. 7) Posted: Sun Sep 26, 2004 3:56 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Tom Miller junkmail.RemoveThis@chatnfiles.com wrote:
 > Hi,
 > If you were re-developing <a style='text-decoration: underline;' href="http://www.kochcompanies.com" target="_blank">www.kochcompanies.com</a> to be a non-frame based
 > website, so it would be web-indexable... what would you do? Yes, I know it
 > was developed with FP. And I have a later version of FP available to... but
 > what I am looking at is how do you get from framed to non-framed? Or is it
 > simply easier to start over using the images from the old site?
 >

Start again. Don't even look at the source, just paste the content into
text files direct from the browser and work from there as if it's an
entirely new site.

--
eric
<a style='text-decoration: underline;' href="http://www.ericjarvis.co.uk" target="_blank">www.ericjarvis.co.uk</a>
"live fast, die only if strictly necessary"<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
comments

External


Since: Sep 14, 2004
Posts: 1625



(Msg. 8) Posted: Sun Sep 26, 2004 10:28 am
Post subject: Re: if you were re-developing this website.... [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 25 Sep 2004 22:01:10 GMT Charles Sweeney <me.RemoveThis@charlessweeney.com>
broke off from drinking a cup of tea at No thank you to write:

 >TechnoHippie wrote:
 >
  >> William Tasso <SpamBlocked.RemoveThis@tbdata.com> wrote in
  >> news:Xns956FE37013E3EWilliamTasso@130.133.1.4:
  >>
   >>> Tom Miller wrote:
   >>>
   >>>> Hi,
   >>>> If you were re-developing <a style='text-decoration: underline;' href="http://www.kochcompanies.com" target="_blank">www.kochcompanies.com</a> to be a non-frame
   >>>> based website, so it would be web-indexable... what would you do?
   >>>
   >>> Take the content (and the addition/deletions/changes) and start again.
   >>>
   >>> IM(NS)HO
   >>>
  >>
  >> <aol>ditto</aol>
 >
 >AOL
 >

Et moi!

Matt

--
Free searchable encyclopaedia content for your web site:
<a style='text-decoration: underline;' href="http://www.probertencyclopaedia.com/xsearch.htm" target="_blank">http://www.probertencyclopaedia.com/xsearch.htm</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: if you were re-developing this website.... 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]