PC Review


Reply
Thread Tools Rate Thread

Can FP open and add to a handwritten site?

 
 
=?Utf-8?B?U3RldmVQ?=
Guest
Posts: n/a
 
      4th Aug 2006
I have been asked by a user to help add to a single home page that someone
wrote for her. I believe it was done handcoded CSS/XHTML.

I don't write websites, but I can use FP.

Can FP import the users homepage and then add to it by making additional
pages created in FP?
--
Thanks, Steve
 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      4th Aug 2006
HTML is HTML.

If I had handcoded a site, I would worry about someone who doesn't write
websites but does use FP touching it, though. What kind os changes does
this user want you to make?

--
Murray
--------------
MVP FrontPage


"SteveP" <(E-Mail Removed)> wrote in message
news:19B17466-43D0-42BB-991B-(E-Mail Removed)...
>I have been asked by a user to help add to a single home page that someone
> wrote for her. I believe it was done handcoded CSS/XHTML.
>
> I don't write websites, but I can use FP.
>
> Can FP import the users homepage and then add to it by making additional
> pages created in FP?
> --
> Thanks, Steve



 
Reply With Quote
 
Cheryl D Wise
Guest
Posts: n/a
 
      5th Aug 2006
lf it uses XHTML using Expression Web Designer is safer than using
FrontPage. With FrontPage you need to take the extra step of right clicking
in code view and selecting "Format as XML" just before you save any time
you edit a page. Plus FP does not code to doctype so even using XML
formatting you could break something.

--
Cheryl D Wise
FrontPage MVP
http://by-expression.com
Online Instructor led training at http://starttoweb.com
Next session starts Aug 20,2006 offers classes in CSS and Expression Web
Designer


"SteveP" <(E-Mail Removed)> wrote in message
news:19B17466-43D0-42BB-991B-(E-Mail Removed)...
>I have been asked by a user to help add to a single home page that someone
> wrote for her. I believe it was done handcoded CSS/XHTML.
>
> I don't write websites, but I can use FP.
>
> Can FP import the users homepage and then add to it by making additional
> pages created in FP?
> --
> Thanks, Steve



 
Reply With Quote
 
=?Utf-8?B?U3RldmVQ?=
Guest
Posts: n/a
 
      7th Aug 2006
The user wants to activate the contents buttons on the existing single
homepage and add new pages with new content. Text, links, pictures.
--
Thanks, Steve


"Murray" wrote:

> HTML is HTML.
>
> If I had handcoded a site, I would worry about someone who doesn't write
> websites but does use FP touching it, though. What kind os changes does
> this user want you to make?
>
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "SteveP" <(E-Mail Removed)> wrote in message
> news:19B17466-43D0-42BB-991B-(E-Mail Removed)...
> >I have been asked by a user to help add to a single home page that someone
> > wrote for her. I believe it was done handcoded CSS/XHTML.
> >
> > I don't write websites, but I can use FP.
> >
> > Can FP import the users homepage and then add to it by making additional
> > pages created in FP?
> > --
> > Thanks, Steve

>
>
>

 
Reply With Quote
 
=?Utf-8?B?U3RldmVQ?=
Guest
Posts: n/a
 
      7th Aug 2006
Hi Cheryl:
It doesn't sound good for this project.

This is a case of IT being asked to help a user with something that is out
of my field.

Can I open FP, use Import and import the existing one page site onto my
workstation? Then experiment with it on my workstation or will this
definately fail?
--
Thanks, Steve


"Cheryl D Wise" wrote:

> lf it uses XHTML using Expression Web Designer is safer than using
> FrontPage. With FrontPage you need to take the extra step of right clicking
> in code view and selecting "Format as XML" just before you save any time
> you edit a page. Plus FP does not code to doctype so even using XML
> formatting you could break something.
>
> --
> Cheryl D Wise
> FrontPage MVP
> http://by-expression.com
> Online Instructor led training at http://starttoweb.com
> Next session starts Aug 20,2006 offers classes in CSS and Expression Web
> Designer
>
>
> "SteveP" <(E-Mail Removed)> wrote in message
> news:19B17466-43D0-42BB-991B-(E-Mail Removed)...
> >I have been asked by a user to help add to a single home page that someone
> > wrote for her. I believe it was done handcoded CSS/XHTML.
> >
> > I don't write websites, but I can use FP.
> >
> > Can FP import the users homepage and then add to it by making additional
> > pages created in FP?
> > --
> > Thanks, Steve

>
>
>

 
Reply With Quote
 
WenJun Zhang[msft]
Guest
Posts: n/a
 
      8th Aug 2006
Hi Steve,

This should be workable. FrontPage can edit any well-formed HTML page. It
isn't required to be created with FrontPage originally.

If your client meet any problem on this, you can forward it to the
community. We will be pleased to help on the troubleshooting.

Have a nice day.

Best regards,

WenJun Zhang
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

This posting is provided "AS IS" with no warranties, and confers no rights.



 
Reply With Quote
 
Cheryl D Wise
Guest
Posts: n/a
 
      8th Aug 2006
No need to import if you have the ftp userid/password. Open FP, create a new
local site then use File Publish, tick the FTP radio button and put in the
information to connect. Then publish back down to your local site. Make what
changes are necessary, check the doctype. If it is XHTML, make sure you use
the right click, format as xml option. Preview in your browser and run it
past the validator. (You can use the file upload method before you publish
to make sure.)

Do not use any webbots, that is very important if you have someone not using
FP working on the site.

--
Cheryl D Wise
FrontPage MVP
http://by-expression.com
Online Instructor led training at http://starttoweb.com
Next session starts Aug 20,2006 offers classes in CSS and Expression Web
Designer


"SteveP" <(E-Mail Removed)> wrote in message
news:05CB1E89-B3D0-4345-849F-(E-Mail Removed)...
> Hi Cheryl:
> It doesn't sound good for this project.
>
> This is a case of IT being asked to help a user with something that is out
> of my field.
>
> Can I open FP, use Import and import the existing one page site onto my
> workstation? Then experiment with it on my workstation or will this
> definately fail?
> --
> Thanks, Steve
>
>
> "Cheryl D Wise" wrote:
>
>> lf it uses XHTML using Expression Web Designer is safer than using
>> FrontPage. With FrontPage you need to take the extra step of right
>> clicking
>> in code view and selecting "Format as XML" just before you save any time
>> you edit a page. Plus FP does not code to doctype so even using XML
>> formatting you could break something.
>>
>> --
>> Cheryl D Wise
>> FrontPage MVP
>> http://by-expression.com
>> Online Instructor led training at http://starttoweb.com
>> Next session starts Aug 20,2006 offers classes in CSS and Expression Web
>> Designer
>>
>>
>> "SteveP" <(E-Mail Removed)> wrote in message
>> news:19B17466-43D0-42BB-991B-(E-Mail Removed)...
>> >I have been asked by a user to help add to a single home page that
>> >someone
>> > wrote for her. I believe it was done handcoded CSS/XHTML.
>> >
>> > I don't write websites, but I can use FP.
>> >
>> > Can FP import the users homepage and then add to it by making
>> > additional
>> > pages created in FP?
>> > --
>> > Thanks, Steve

>>
>>
>>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Handwritten signature? Marie Microsoft Outlook Discussion 5 30th Jun 2009 07:10 PM
Change Site sort order in Site/Open dialog ? +Bob+ Microsoft Frontpage 3 3rd Oct 2007 03:16 AM
Frontpage no longer sees my site when i open site or recent sites =?Utf-8?B?RXJpY19pc19TdHVja19oZWxw?= Microsoft Frontpage 1 11th Oct 2004 08:56 PM
OCR for handwritten notes Mike Henley Freeware 3 3rd Sep 2004 10:48 AM
IE 6 sp1 unable to open internet site or site cannot be found =?Utf-8?B?Z2Vvcmdl?= Windows XP Internet Explorer 1 16th Feb 2004 10:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:22 PM.