473,799 Members | 3,098 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

client wants to use FrontPage

hello all

I've just finished a reasonably simple site for a client, validated
it, checked it across browsers/resolutions etc.

The problem for me is that my clients want to keep it updated using
FrontPage - I suppose I should just let them do what they want with
it, but I have visions of them messing things up with FrontPage and
then asking me to fix it.

I haven't used FrontPage since 1997 so I don't know if it still has
quirks or produces bloat, but I've always had the impression it
doesn't produce valid HTML.

So: should I even care what they want to do with it after I've handed
it over to them - and is there something other than FrontPage they can
use? I get the impression that they wouldn't be at all comfortable
trying to hand-code.

ta
Andy
Jul 20 '05
18 2109
On Tue, 1 Jun 2004 14:07:37 -0400, Stan Brown
<th************ @fastmail.fm> wrote:
I submit that to "use Frontpage properly" a person needs to know
enough HTML that it would be easier just to edit the HTML!


This is exactly my take on it, but probably only because from my point
of view it's much easier to hand-edit.

One of my concerns is that originally I stressed the accessibility
issues on the client (a charity - therefore my charges are nominal) so
I don't want FrontPage putting in any &lt;font&gt; nonsense as Shawn
points out further in the thread - if indeed it does that.

I had hoped that FrontPage's standards compliance had progressed
sufficiently for a novice to be able to use it without producing
broken HTML. I guess that's the crux of my problem.

Andy
Jul 20 '05 #11
Andy <g@g.com> wrote:
One of my concerns is that originally I stressed the accessibility
issues on the client (a charity - therefore my charges are nominal) so
I don't want FrontPage putting in any &lt;font&gt; nonsense as Shawn
points out further in the thread - if indeed it does that.
The impact of <font> markup on accessibility is rather small. In fact, if
authors feel compelled to set font size, for example, it is _better_ to
use <font size="2"> than the CSS property font-size, unless they
understand things very well. That's because they will probably stick in
font-size: 10pt or something like that, thereby fixing the font size in a
manner that is not affected by IE's normal font size changing menu or
button.

Besides, FrontPage does not generate <font> markup unless the author does
something specific that makes it do so. The problem is that setting, for
example, the font face in a paragraph is most easily done via the font
selection menu on FP - the method that adds a CSS rule is less obvious.
I had hoped that FrontPage's standards compliance had progressed
sufficiently for a novice to be able to use it without producing
broken HTML.


If the original document is well-designed HTML and the novice only
changes texts and adds simple constructs according to instructions given,
I wouldn't expect FP to break the HTML. But admittedly FP, in its
resemblance to a text processing program, offers easy ways to produce
messy markup, and even markup that does not work well in WWW terms (which
is IMHO a more serious issue than the purity of markup).

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #12
"Shawn K. Quinn" <sk*****@xeviou s.kicks-ass.net> wrote:
There are many other things than Frontpage they can use, but in order
for one to edit Web pages in any reasonable fashion, one needs to
know HTML.
At some point, yes. But they can learn it piecewise, switching to HTML
mode only when needed, or even editing HTML properties without reading
HTML markup as text.
Let me make it clear: Even if they are using Frontpage,
they need to know HTML.
It depends.
In particular they need to know that you make
a first-level heading with <h1>, not <font size="7"> or some other
deprecated or structurally misleading crap.


No, they just need to know that to write a first level heading, or to
change existing text into such a heading, they select "Heading 1" from a
menu.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #13
Jukka K. Korpela wrote:
"Shawn K. Quinn" <sk*****@xeviou s.kicks-ass.net> wrote:
There are many other things than Frontpage they can use, but in order
for one to edit Web pages in any reasonable fashion, one needs to
know HTML.


At some point, yes. But they can learn it piecewise, switching to HTML
mode only when needed, or even editing HTML properties without reading
HTML markup as text.

[snip]

I use Dreamweaver rather than Frontpage. My view of Dreamweaver is that, for
good pages, you still need to know something of HTML. But what you need is
really the concept of nested elements of various kinds, such as headers,
paragraphs, tables, etc. Plus the fact that they have values associated with
them. What you don't really need is knowledge of the detailed syntax, such as
pointy-brackets, tag names, attribute names, etc. And you can ignore some
things, and let Dreamweaver worry about them. For example, some of the content
of the head-block, closing-tags, strict nesting, etc.

I think this is quite a satisfactory target level of knowledge of HTML. It is
hard to avoid the concept of nested elements / document tree, because without
those you are shut off from so many important things. One, of course, is CSS,
which is quite dependent on that level of knowledge. (Although I think simple
CSS can duck it).

I don't know far that applies to Frontpage.

--
Barry Pearson
http://www.Barry.Pearson.name/photography/
http://www.BirdsAndAnimals.info/
http://www.ChildSupportAnalysis.co.uk/
Jul 20 '05 #14
Jukka K. Korpela wrote:
Andy <g@g.com> wrote:
I had hoped that FrontPage's standards compliance had progressed
sufficiently for a novice to be able to use it without producing
broken HTML.


If the original document is well-designed HTML and the novice only
changes texts and adds simple constructs according to instructions
given, I wouldn't expect FP to break the HTML.


FrontPage server does e.g. replace &copy; with the (C) character --
without you lifting your finger, clicking anywhere, or telling it do so!

--
Google Blogoscoped
http://blog.outer-court.com
Jul 20 '05 #15
"Philipp Lenssen" <in**@outer-court.com> wrote:
If the original document is well-designed HTML and the novice only
changes texts and adds simple constructs according to instructions
given, I wouldn't expect FP to break the HTML.


FrontPage server does e.g. replace &copy; with the (C) character --
without you lifting your finger, clicking anywhere, or telling it do
so!


I'm not sure of what you mean by "FrontPage server". Anyway, whatever we
might think of such replacement, they don't make the HTML broken.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html

Jul 20 '05 #16
Jukka K. Korpela wrote in
<Xn************ *************** **@193.229.0.31 >
"Philipp Lenssen" <in**@outer-court.com> wrote:
If the original document is well-designed HTML and the novice only
changes texts and adds simple constructs according to instructions
given, I wouldn't expect FP to break the HTML.


FrontPage server does e.g. replace &copy; with the (C) character --
without you lifting your finger, clicking anywhere, or telling it do
so!


I'm not sure of what you mean by "FrontPage server"...


I suspect that Philipp means a server with FrontPage Extensions installed...
but then, I suspect that you knew that already ;)

--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.

Jul 20 '05 #17
As other posters mention, ensure that your contact is for *only* the
initial design and implementation. Also, whatever your rates are for
maintenance and changes, make sure they know that your rates are at least
double to fix something the client fucked up by using MS-Frontpage.

Also, Dreamweaver is the more useful and more common web site development
tool. XMetal can be highly recommended. Lastly, Mozilla now has a rather
good editor.

-Lars

--
Lars
The Internet is for Everyone:
http://www.ietf.org/rfc/rfc3271.txt?number=3271
Jul 20 '05 #18
>Re: client wants to use FrontPage

If the client wants to use FrontPage then so be it and bill them
accordingly.... ..

Rose
http://members.aol.com/Roseb44170/home.html
"How did I ever get talked into this?"
Jul 23 '05 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1686
by: Matthew Ferri | last post by:
Hi, Summary: I'm a newbie to FrontPage and IIS. I have a simple issue that I believe may be a configuration setting somewhere. If there is a KB article, I just cannot find it.
9
2238
by: Carlos | last post by:
I'm responsible for the content in a call center's intranet site. There are approximately 600 pages on 7 sub-webs. I have access to the sub-webs, but I don't have access to the root web or web server log. My manager wants hit counters on all pages to determine which pages are used and which ones aren't. I know hit counters are not accurate tools for this purpose, but I would like further information/ammunition. I know about...
4
1563
by: Jim Heavey | last post by:
I have a friend that does all of their web page development in FrontPage and she has asked me to create some asp.net pages for here with some db functionality. I know nothing of Frontpage ans she knows little about ASP.Net. My question is that if she designs the "appearance" of the web page in front page, can I just suck that page into asp.net and then add all of my controls and the code behind page? I know that the framework requires...
1
1447
by: LynchburgRecord | last post by:
The Code Snippet (from VB Net in Visual Studio Net 2003) below does the following (1) Create a Front Page (2002) Application Objec (2) Open a We (3) Close the We (4) Execute Front Page Application Object "quit" method Proble ------
2
1654
by: Gerry Hickman | last post by:
Hi, We are currently running VS.NET clients against a Windows 2000 server which has Frontpage server extensions; this means we can have teams of developers interacting on web applications from remote locations over HTTP without firewall issues. However, Frontpage extensions have now been discontinued and replaced by Windows Sharepoint Services (WSS) on Windows Server 2003. This means that if we want to be able to work "live" or...
10
2540
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to have FrontPage server extensions installed".
11
4961
by: David Velazco | last post by:
Hello Everybody, I try to use script to get client IP <% dim IPAddr IPAddr = Request.ServerVariables("remote_addr") Response.Write("Your IP Address is " & IPAddr) %>
18
1553
by: Wayne | last post by:
I have a potential client who has requested design access to the prospective database so that they can change reports if and when required. Their reasons for this are: 1. They don't want to be locked into a situation where it will cost them money every time management wants a report changed and 2. They are concerned that they will be locked into relying on one person for any future changes that may be required, especially if that...
1
2591
by: kgcsinte | last post by:
I hope someone can help with this one. This is a include file that is used to check if a user is logged in before displaying a page. I get this error when any page that references the include page. -----Start error message ----------- Response object error 'ASP 0156 : 80004005' Header Error
0
9541
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10482
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10225
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9072
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7564
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6805
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5585
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3759
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2938
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.