Web design/server space
Ok, so Im trying to get a basic layout for the website Im going to create with a header on the top, body, and sidebar. Im doing all the HTML/Javascript code using BBEdit 7.0.1. It seems like the preview works fine when I try and preview it in a specific web browser, but I have no idea how to transfer it to a web page to get it to work on that. I need free webspace and I got it from 2 places. I registered for my school's thing but for the life of me I don't know how to actually create the site and there is nowhere detailing how I actually input my code and get it to run in the web page. Also, geocities doesnt seem to like the code either and says I havent started working on my webpage. What the heck do I do? I tried emailin my bro about it cause he would know and get me better server space but he hasnt replied. I have to make the website that includes:
1. A JavaScript object, property, or method that is specific to the browser
2. In the body [of your tabularly designed page], a description of (1), where you give the specifics of the property, method, or object that is browser-specific
3. Tabular design (containing at least a navigation/sidebar, header, and body)
I have to also redirect the page to a page optimized for either IE or Netscape (or some other browser) and I know how to redirect the page through Javascript but not sure how I do it for a specific browser.
<script language="JavaScript">
<!--hide from old browsers
var time = null
function move() {
window.location =
'http://http://www.yourdomain.com'
}
//-->
That's the code I have to redirect the page with of course the appropriate URL being added.
If anyone can help out or possibly let me host for a couple days on an FTP I would really appreciate.
I have to do this by tomorrow.
You can reach me on AIM at supermacG9. Thanks.
1. A JavaScript object, property, or method that is specific to the browser
2. In the body [of your tabularly designed page], a description of (1), where you give the specifics of the property, method, or object that is browser-specific
3. Tabular design (containing at least a navigation/sidebar, header, and body)
I have to also redirect the page to a page optimized for either IE or Netscape (or some other browser) and I know how to redirect the page through Javascript but not sure how I do it for a specific browser.
<script language="JavaScript">
<!--hide from old browsers
var time = null
function move() {
window.location =
'http://http://www.yourdomain.com'
}
//-->
That's the code I have to redirect the page with of course the appropriate URL being added.
If anyone can help out or possibly let me host for a couple days on an FTP I would really appreciate.
I have to do this by tomorrow.
You can reach me on AIM at supermacG9. Thanks.
Comments
As for the server space, check out <a href="http://tripod.com" target="_blank">tripod.com</a>, there service is pretty good for something free. <a href="http://acidmist.com/" target="_blank">acidmist.com/</a> might also be a good start, but there terms are tough.
To transfer files to the server, I recommend finding an FTP client at <a href="http://versiontracker.com" target="_blank">versiontracker.com</a>, if the server you choose supports that. If not, they probably have an HTTP-based upload client through their website.