
Originally Posted by
Valia
1. Clickable logo at the top of the website
that is just an image tag inside of an anchor tag
Code:
<a href="/path/to/link"><img src="path/to/img" width="" height="" alt="__alt_desc__"></a>

Originally Posted by
Valia
2. A top menu that links to main content/text area
3. A mouse rollover slide-out side menu that links to main content/text area (Javascript or CSS?)
so you are thinking about using some sort of frameset or iframe?
to search within the current page the user just needs to hit Ctrl+F
if you were looking for a "site-wide" or category-based search, you need some sort of database, like MySQL (free) or Oracle (not-free)
5. Ad block capability that would allow me to have self-made ad blocks in the right hand corner of the page going down the page, that would also be flexible and easily
interchangeable (changed spelling, you were missing the E on change)
are you talking space to place ad's or are you talking about a program that blocks ads put on by a host?
the former is creating the space yourself. I am assuming you probably would want the ads to be click (linkable) therefore you would need to incorporate an anchor tag per every ad. If you want to make the ads dynamic, meaning that on reload (refresh) potentially new ads show up, you would either need to use Javascript or a server-side language like PHP (free) or ASP (not free)
the latter would most likely be against your hosts (company / website where you store/manage your website files) "terms of use" policies. There are scripts that can do this, however it is generally not advisable and your host could / may actually just take down your hole site for violating their "terms of use" policies.
To accomplish this, the support I will need includes:
1. HTML
2. CSS
3. JavaScript
html / css / javascript are all languages that are naturally supported by just about all hosts these days. They are all client-side applications, meaning they are performed or used when the browser executes the script (page) that has those languages on them
FTP is a service that is sometimes disallowed by the host, but generally is widely accepted.
I do not know any hosts that disallow flash files (swf), however the user would need the correct plug-in support for the version the movie file was created for. Meaning if someone has a plug-in for Flash 6 but the movie (swf) files was made and saved for Flash 8, the user would need to upgrade their version of flash in order to view that file.
6. eCommerce (this will come later on down the line)
Again this is dependent on the host. Some hosts allow for eCommerce by default, some offer ability for the customer (you) to create an eCommerce based site but do not offer it themselves, and some offer the service but require additional financial responsibilities.
The eCommerce bit requires some type of server-side language like PHP or ASP, and generally is used in conjunction with a database that holds the products / services that are for purchase.
There are programs that can help you create the pages yourself, more commonly known as WYSIWYG (What You See Is What You Get) editors like Dreamweaver (pay), HTML Kit (free), FrontPage (pay), etcetc... however those usually add in extra code that is unnecessary, and also most of those programs use the <table> tag as their primary layout schema.
My suggestion is that you look at different hosting sites. Do some background research on sites that use this host... how well do they support their clients, what features do they offer in terms of coding/databases/support
etcetc...
as for building the site itself I would suggest you do that by hand, however that may proof difficult if you are inexperienced at writing websites from scratch. (If you have specific questions we can help you in that aspect)
Bookmarks