Is Frontpage the package to use?

  • Thread starter Thread starter turboace
  • Start date Start date
T

turboace

I would like to create a website to promote my business. ie I nee
something which looks professional. I intend to purchase software fo
building.

I've seen a few websites which really impress and would like to kno
whether Front page can provide all the functions I'm looking for o
whether I would need to buy a different or additional packages.

The features I'm specifically looking for are:

1. To create a 'panel' in one section (eg left hand side of scree
large enough to hold say thirty words). The text within the panel t
revolve continuously without user intervention

2. Good graphics - ie stuff which looks professional and isn't bein
used on lots of other websites

3. Forms to enable users to subscribe to a newsletter

4. Download files - eg Acrobat or maybe an access database

5. Fade text and graphic into and out of the page once loaded

Many thanks

Turb


-
turboac
 
comments interspersed....

turboace said:
I would like to create a website to promote my business. ie I need
something which looks professional. I intend to purchase software for
building.

[ -- Choice of development application --

If you're a beginner, then Frontpage is probably best for you.
Other more professional packages include Macromedia Dreamweaver, but of course
what you end up purchasing depends on your budget. ]



I've seen a few websites which really impress and would like to know
whether Front page can provide all the functions I'm looking for or
whether I would need to buy a different or additional packages.

[** could you post examples of what you're after please? **

Frontpage cannot necessarily do all the things you want to do primarily it
generates the html code, plus has a few extras such as basic database
manipulation, search egine/form, email-form handler etc, all of which require
special server extensions to function on a Windows IIS server.

There are many things in sites that are not done in frontpage - more often they
are hand coded html, and custom-scripted (Javascript/asp/php/perl etc) web
applications - more than Frontpage provides.]

The features I'm specifically looking for are:

1. To create a 'panel' in one section (eg left hand side of screen
large enough to hold say thirty words). The text within the panel to
revolve continuously without user intervention

-- Text scroller/slideshow/ticker --

Frontpage can't do this specifically - you need javascript for this. Search
www.hotscripts.com or http://javascript.internet.com and/or search for 'vertical
scroller' on www.google.com or other search engine.

If the scroller is what you mean (eg like credits scrolling up the screen at end
of a movie).

or there are other kind of ways, like "tickers" or "slide show" type ones.....


2. Good graphics - ie stuff which looks professional and isn't being used on
lots of other websites

[ are you good with graphic design? do you have a design in mind? you could
engage a designer to do this.]

3. Forms to enable users to subscribe to a newsletter

[ Frontpage has a 'registration' type feature (probably not what you want); you
will need a separate application to register users (where they fill in a form
with name and email), and for possibly sending the email - this will involve
databases and an email-sending function. - again www.hotscripts.com might help
you there (lots of free scripts in variety of server-side languages) ]
4. Download files - eg Acrobat or maybe an access database

[ -- Download Files --

Yes, you can download any type of file that your host allows....PDF files are
common enough. You just link to them in an html page and they open in the pdf
reader providing the user has it, else it prompts for download. To force
download without it opening in the reader, you need to put it in a "zip" file
(e.g. Winzip), or direct the user to right-click and save-as.

PDFs are sort-of intended to be read online, but are also in a format that can be
printed immediately. ]


5. Fade text and graphic into and out of the page once loaded

[ --Page Transitions --

Be aware, this might look great on your machine, but page transitions are
something that are only supported by the latest browsers, and probably Microsoft
INternet Explorer at that. So netscape or other users won't see anything.

However this can be done with DHTML (or Javascript)

Page transitions are probably best left for Powerpoint presentations (not!),
which is where MS got the idea from it seems - carried over from another product.
Same with WordArt - don't use it - it is not supported by anything less than the
latest IE browsers.]


[ *** If you could post some example sites of everything you would like, this
would also be helpful in knowingexactly what you're after. *** ]
 
FYI:

Any version of FrontPage can be used to develop any web site you have seen or would want to create,
however you will also need to know HTML, JavaScript, CSS, Flash and a server-side scripting
language, which scripting language will depend on what is supported by the web hosting server.

You will always need other applications as well, such as a Image / Photo Editor, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Andrew Murray said:
comments interspersed....

turboace said:
I would like to create a website to promote my business. ie I need
something which looks professional. I intend to purchase software for
building.

[ -- Choice of development application --

If you're a beginner, then Frontpage is probably best for you.
Other more professional packages include Macromedia Dreamweaver, but of course
what you end up purchasing depends on your budget. ]



I've seen a few websites which really impress and would like to know
whether Front page can provide all the functions I'm looking for or
whether I would need to buy a different or additional packages.

[** could you post examples of what you're after please? **

Frontpage cannot necessarily do all the things you want to do primarily it
generates the html code, plus has a few extras such as basic database
manipulation, search egine/form, email-form handler etc, all of which require
special server extensions to function on a Windows IIS server.

There are many things in sites that are not done in frontpage - more often they
are hand coded html, and custom-scripted (Javascript/asp/php/perl etc) web
applications - more than Frontpage provides.]

The features I'm specifically looking for are:

1. To create a 'panel' in one section (eg left hand side of screen
large enough to hold say thirty words). The text within the panel to
revolve continuously without user intervention

-- Text scroller/slideshow/ticker --

Frontpage can't do this specifically - you need javascript for this. Search
www.hotscripts.com or http://javascript.internet.com and/or search for 'vertical
scroller' on www.google.com or other search engine.

If the scroller is what you mean (eg like credits scrolling up the screen at end
of a movie).

or there are other kind of ways, like "tickers" or "slide show" type ones.....


2. Good graphics - ie stuff which looks professional and isn't being used on
lots of other websites

[ are you good with graphic design? do you have a design in mind? you could
engage a designer to do this.]

3. Forms to enable users to subscribe to a newsletter

[ Frontpage has a 'registration' type feature (probably not what you want); you
will need a separate application to register users (where they fill in a form
with name and email), and for possibly sending the email - this will involve
databases and an email-sending function. - again www.hotscripts.com might help
you there (lots of free scripts in variety of server-side languages) ]
4. Download files - eg Acrobat or maybe an access database

[ -- Download Files --

Yes, you can download any type of file that your host allows....PDF files are
common enough. You just link to them in an html page and they open in the pdf
reader providing the user has it, else it prompts for download. To force
download without it opening in the reader, you need to put it in a "zip" file
(e.g. Winzip), or direct the user to right-click and save-as.

PDFs are sort-of intended to be read online, but are also in a format that can be
printed immediately. ]


5. Fade text and graphic into and out of the page once loaded

[ --Page Transitions --

Be aware, this might look great on your machine, but page transitions are
something that are only supported by the latest browsers, and probably Microsoft
INternet Explorer at that. So netscape or other users won't see anything.

However this can be done with DHTML (or Javascript)

Page transitions are probably best left for Powerpoint presentations (not!),
which is where MS got the idea from it seems - carried over from another product.
Same with WordArt - don't use it - it is not supported by anything less than the
latest IE browsers.]


[ *** If you could post some example sites of everything you would like, this
would also be helpful in knowingexactly what you're after. *** ]
 
I gather that you are new to web design. I would strongly suggest that you
start out with something simple and add the other features as you gain
experience. If you have no experience and you try to start out with
something complicated, you will be a great candidate for a nervous
breakdown.

No software package is going to give you all the things you have listed. You
can do a lot with FP, but you will have to know a few other things to get
all these features, no matter which software you use. But start simple and
work your way up.

Wally S
 
Andrew said:
*comments interspersed....

message
I would like to create a website to promote my business. ie need
something which looks professional. I intend to purchase softwar for
building.

[ -- Choice of development application --

If you're a beginner, then Frontpage is probably best for you.
Other more professional packages include Macromedia Dreamweaver, bu
of course
what you end up purchasing depends on your budget. ]

************





I've seen a few websites which really impress and would like to know
whether Front page can provide all the functions I'm looking for or
whether I would need to buy a different or additional packages.

[** could you post examples of what you're after please? **

Frontpage cannot necessarily do all the things you want to d
primarily it
generates the html code, plus has a few extras such as basi
database
manipulation, search egine/form, email-form handler etc, all of whic
require
special server extensions to function on a Windows IIS server.

There are many things in sites that are not done in frontpage - mor
often they
are hand coded html, and custom-scripted (Javascript/asp/php/per
etc) web
applications - more than Frontpage provides.]

The features I'm specifically looking for are:

1. To create a 'panel' in one section (eg left hand side o screen
large enough to hold say thirty words). The text within the pane to
revolve continuously without user intervention

-- Text scroller/slideshow/ticker --

Frontpage can't do this specifically - you need javascript for this.
Search
www.hotscripts.com or http://javascript.internet.com and/or searc
for 'vertical
scroller' on www.google.com or other search engine.

If the scroller is what you mean (eg like credits scrolling up th
screen at end
of a movie).

or there are other kind of ways, like "tickers" or "slide show" typ
ones.....


2. Good graphics - ie stuff which looks professional and isn't bein
used on
lots of other websites

[ are you good with graphic design? do you have a design in mind?
you could
engage a designer to do this.]

3. Forms to enable users to subscribe to a newsletter

[ Frontpage has a 'registration' type feature (probably not what yo
want); you
will need a separate application to register users (where they fil
in a form
with name and email), and for possibly sending the email - this wil
involve
databases and an email-sending function. - again www.hotscripts.co
might help
you there (lots of free scripts in variety of server-side languages
]
4. Download files - eg Acrobat or maybe an access database

[ -- Download Files --

Yes, you can download any type of file that your host allows....PD
files are
common enough. You just link to them in an html page and they ope
in the pdf
reader providing the user has it, else it prompts for download. T
force
download without it opening in the reader, you need to put it in
"zip" file
(e.g. Winzip), or direct the user to right-click and save-as.

PDFs are sort-of intended to be read online, but are also in a forma
that can be
printed immediately. ]


5. Fade text and graphic into and out of the page once loaded

[ --Page Transitions --

Be aware, this might look great on your machine, but page transition
are
something that are only supported by the latest browsers, an
probably Microsoft
INternet Explorer at that. So netscape or other users won't se
anything.

However this can be done with DHTML (or Javascript)

Page transitions are probably best left for Powerpoint presentation
(not!),
which is where MS got the idea from it seems - carried over fro
another product.
Same with WordArt - don't use it - it is not supported by anything
less than the
latest IE browsers.]


[ *** If you could post some example sites of everything you would
like, this
would also be helpful in knowingexactly what you're after. *** ]







Andrew, thanks for this.

Am I a beginner, - some time ago I experimented with HTML, writing the
code in a text editor. Whilst I could create pages which worked the
didn't look particularly professional. For me the main difficulty was
producing something 'visually impressive'. ie I'm not very arty!!

Regarding the scrolling text - here are examples I've seen
http://www.yorkshirecompanyservices.co.uk/
http://www.authorgraphic.co.uk/


Thanks
 
Back
Top