Cheezy Encore

S

Smart-Alex

Sorry...for the being out of sequence. I 'm new to Newsgroups and replied in
the wrong place. I had originally asked about JAVA and whether we should
abandon it in web design...example...Hover Buttons which, because XP doesn't
support them, show up as x-in-a-box for more and more people. Then I
suggested Flash as a possible replacement. I was told that Java hover
buttons are cheesy and (paraphrase)Flash was worse....nobody wants all the
fancy tricks and showbiz stuff anymore...it's dumb silly crap...etc etc and
also that people don't want to have to download plug-ins. I tend to
agree...to a point.

I replied that I didn't think a simple button was cheesy and that Flash has
it's place on showbiz type web sites. I do a web site for a performer and
she wants a "showbiz" type site. I also want to create an interactive menu
where samples of our product show up in a panel on the right as the mouse
passes over the menu item for that category. It THAT Cheezy or silly
showbiz. I think it's convenient.

So...the bottom line is...can I do that WITHOUT Flash or a similar plug-in?

Alex
 
T

Thomas A. Rowe

You will need to locate a JavaScript image swapping script to accomplish what you want. Flash would
not be the way to got with this.

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

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

Jens Peter Karlsen[FP MVP]

It can be done with DHTML (Javascript, CSS, DOM).
If you have FP2003 it has inbuilt support for creating this and FP2002
to a lesser extent.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

MD Websunlimited

Hi,

If it suits your audience then go for it. I would not use Java Applets anymore however.
 
S

Smart-Alex

Re: Cheezy EncoreThank You. I do have FP2003....so I will ramp up my learning curve

It can be done with DHTML (Javascript, CSS, DOM).
If you have FP2003 it has inbuilt support for creating this and FP2002 to a lesser extent.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
T

Tom Pepper Willett

Google for it and you'll find many hits.

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| QUE? A what???.... any clues as where I even start to find this?
| Alex
|
|
| | > You will need to locate a JavaScript image swapping script to accomplish
| > what you want. Flash would
| > not be the way to got with this.
| >
| > --
| > ==============================================
| > Thomas A. Rowe (Microsoft MVP - FrontPage)
| > WEBMASTER Resources(tm)
| >
| > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
| > ==============================================
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| >
| > | >> Sorry...for the being out of sequence. I 'm new to Newsgroups and
replied
| >> in
| >> the wrong place. I had originally asked about JAVA and whether we
should
| >> abandon it in web design...example...Hover Buttons which, because XP
| >> doesn't
| >> support them, show up as x-in-a-box for more and more people. Then I
| >> suggested Flash as a possible replacement. I was told that Java hover
| >> buttons are cheesy and (paraphrase)Flash was worse....nobody wants all
| >> the
| >> fancy tricks and showbiz stuff anymore...it's dumb silly crap...etc etc
| >> and
| >> also that people don't want to have to download plug-ins. I tend to
| >> agree...to a point.
| >>
| >> I replied that I didn't think a simple button was cheesy and that Flash
| >> has
| >> it's place on showbiz type web sites. I do a web site for a performer
and
| >> she wants a "showbiz" type site. I also want to create an interactive
| >> menu
| >> where samples of our product show up in a panel on the right as the
mouse
| >> passes over the menu item for that category. It THAT Cheezy or silly
| >> showbiz. I think it's convenient.
| >>
| >> So...the bottom line is...can I do that WITHOUT Flash or a similar
| >> plug-in?
| >>
| >> Alex
| >>
| >>
| >
| >
|
|
 
J

Jens Peter Karlsen[FP MVP]

Take a look at behaviors.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.



________________________________

From: Smart-Alex [mailto:[email protected]]
Posted At: 12. oktober 2004 15:54
Posted To: microsoft.public.frontpage.client
Conversation: Cheezy Encore
Subject: Re: Cheezy Encore


Thank You. I do have FP2003....so I will ramp up my learning
curve


in message
It can be done with DHTML (Javascript, CSS, DOM).
If you have FP2003 it has inbuilt support for creating
this and FP2002 to a lesser extent.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
A

Andrew Murray

Frontpage 2002 can do hover-buttons for you. I don't know if 2003 does, or
whether its interactive buttons replaced the DHTML image swap buttons in FP 2002.

An image-swap is what you're after (the same thing you are wanting to do with
Flash), when a user hovers the mouse over the image, another image loads. When
the user moves the mouse off the button, the original image is again displayed.

It can be accomplished with javascript which is a scripting language which is
embedded in html documents or external file.

try these sites

www.javascript.internet.com
www.hotscripts.com

Google for "hover button script" or "Image Swap script".
 
D

Don

YES!

If you have FrontPage 2003 it is not easy but can be done..
Look at this sample and see if that fits your needs...
http://www.coldwavesnowwear.com/pages/collections/main/snocross.html
The links on the bottom left are just text links but.. A roll over with the
mouse brings up a picture of the item. How did they do that?

A simplistic page can be found here...
http://www.xmas-i-am.com/layer2.htm

No real tricks just the use of "Layers" and "Behaviors"..

HTH

Don
========================
| Sorry...for the being out of sequence. I 'm new to Newsgroups and replied
in
| the wrong place. I had originally asked about JAVA and whether we should
| abandon it in web design...example...Hover Buttons which, because XP
doesn't
| support them, show up as x-in-a-box for more and more people. Then I
| suggested Flash as a possible replacement. I was told that Java hover
| buttons are cheesy and (paraphrase)Flash was worse....nobody wants all the
| fancy tricks and showbiz stuff anymore...it's dumb silly crap...etc etc
and
| also that people don't want to have to download plug-ins. I tend to
| agree...to a point.
|
| I replied that I didn't think a simple button was cheesy and that Flash
has
| it's place on showbiz type web sites. I do a web site for a performer and
| she wants a "showbiz" type site. I also want to create an interactive menu
| where samples of our product show up in a panel on the right as the mouse
| passes over the menu item for that category. It THAT Cheezy or silly
| showbiz. I think it's convenient.
|
| So...the bottom line is...can I do that WITHOUT Flash or a similar
plug-in?
|
| Alex
|
|
 
Top