QUOTE(bleuviolet @ Aug 12 2008, 08:45 AM)

Now here's my problem:
1. What is the html code for inserting flash onto a FrontPage website? (I am not that good with IT, forgive me that my info is out of date.)
2. Do I need to upload the whole file of the Flash?
3. Do I upload it WITH the flash file, or open the file then upload all it's contents without the file?
1. No clue how Frontpage does there stuff.
2 and 3. If you created the flash, then in order to insert it you have to go to file, publish (compiles the document). That will create a .swf file which is the file that you need to insert. You cannot insert a Flash Document into a webpage.
QUOTE
Another marketing based question:
1. Do most English speakers hate framing? I hardly see any sites using frames that are English.
2. What do you think of Iframe?
3. Background Music?
4. Scroll sideways?
5. Do you prefer a thin, long website, or a wide website that does not need a lot of scrolling?
1. I used to use frames, but they arent friendly with search browsers.
2. I hate Iframe (don't know why)
3. People sometimes get pissed off
4. Amazingly annoying. Try to stick with vertical scrolling simply because people generally use the scroller on their mouses these days to scroll, and I have yet to see any mouses that let you side scroll.
5. I prefer wide websites that doesnt need alot of scrolling, but doesnt scroll horizontally.
QUOTE
In the case of not using frames, how do you update the menu of you site?
Do you edit every single page your have?
This is something that I had to learn early, and I'm sure alot of the community helpers remember helping me with this sort of thing. First of all, if I'm way off base here, leave a link to your site for us.
Anywho, I learned the importance of SSI (server side includes) very early on if you have a website with several pages. Zymic only supports php SSI (which I have reluctantly learned to accept) which means all of your sites have to be using the extension .php for it to work. What SSI does is lets you basically insert something that you want on all of your sites (like the menu) and edit that item on all of those sites by editing only one document. I'm sure someone can explain in dept with how to use it if you want to try that out.