| | |||||||
| Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming |
|
Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more. You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today. If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics. |
| | Thread Tools | Display Modes |
| |||
|
Hi, I've recently bought a domain name and a hosting package, through doteasy.com. I bought a template online and have added my information to it using dreamweaver. How do I get my web template from dreamweaver on to the internet? Thank you, Rosie |
| |||
|
You will need to log in to your hosting service (control panel) and find something that says "FTP" and obtain the FTP login information. Then download an FTP program such as SmartFTP(SmartFTP - FTP Client). Enter your FTP login information in to the program, then transfer the files to the server. Hope that's clear enough. o_o |
| |||
|
DreamWeaver should be able to FTP your site up to the server, too.
__________________ CavemanJoe.co.uk - a complete waste of hosting. Stainless Design - Cheshire-based website design. HostingForAQuid - does exactly what it says on the tin. Culture Shock - my rather poor fiction. Project Wonderful Talk - the unofficial Project Wonderful blog and forum. JAMMAForever - open-source games for coin-op arcade machines! Twisted Librarian - my lovely librarian girlfriend. The Remarkable Procrastination Device - Outsource your procrastination! |
| |||
|
Dreamweaver can do it for you... I use smart FTP (it's free) there's also filezilla (free as well) Your hosting provider should have gave you the FTP (File Transfer Protocol) info when you signed up with them...
__________________ Well being is the order of the day |
| |||
|
Also make sure you change your dns server settings from your domain registra to you hosting co, this can take a couple of days to propergate. Once you've done that you can do what everyone else suggested, but to see your front page of your website, you usually need to have an index.html in the main directory. I use fetch (on my mac) very simple, just enter domain name, username and password that your host has provided. ps - if you want to do it in dreamweaver you go to site>new site> enter in details Last edited by ellie; 11-17-2007 at 11:29 AM. |
| |||
|
That's not a terribly helpful error message. Did it mention what sort of FTP error it was?
__________________ CavemanJoe.co.uk - a complete waste of hosting. Stainless Design - Cheshire-based website design. HostingForAQuid - does exactly what it says on the tin. Culture Shock - my rather poor fiction. Project Wonderful Talk - the unofficial Project Wonderful blog and forum. JAMMAForever - open-source games for coin-op arcade machines! Twisted Librarian - my lovely librarian girlfriend. The Remarkable Procrastination Device - Outsource your procrastination! |
| |||
|
in the what is your host name ftp area, type your web address such as http://ww.yourdomain.com In the folder section area don't type in anything or delete information if there's something already in there. |
| |||
|
Okay thanks guys I have a new problem now. It won't let me upload pictures on to my site. all that shows up are these little question mark things. It's really confusing. Does anyone know why this happened and how to fix it? Thanks a lot, Rosie |
| |||
|
That'll be a paths issue. Right-click on the broken image and select View Image or Image Properties. That'll tell you the address of the image. If it's not at that address, it won't show up. Gonna tell us the URL of this site, then?
__________________ CavemanJoe.co.uk - a complete waste of hosting. Stainless Design - Cheshire-based website design. HostingForAQuid - does exactly what it says on the tin. Culture Shock - my rather poor fiction. Project Wonderful Talk - the unofficial Project Wonderful blog and forum. JAMMAForever - open-source games for coin-op arcade machines! Twisted Librarian - my lovely librarian girlfriend. The Remarkable Procrastination Device - Outsource your procrastination! |
| |||
|
Rosie, on a Mac if you press 'Ctrl' on your keyboard and click with the mouse button at the same time, it is the equivalent of 'right clicking'. Edit: As for your images not showing up, there are only two possible explanations for it: A) they are not uploaded (double check! I have pulled that one wayyyy too many times) B) the path's are incorrect. In your HTML a path will look like this: Code: <img alt="" src="some/image/on/computer" /> Hope that helps. Last edited by ixmatus; 11-18-2007 at 08:05 PM. Reason: wording mistake |
| |||
|
Yup, your images are pointing to some area on your hard drive: file:///Macintosh%20HD/Users/Kuenobueno/Desktop/4072/without_fl/html/images/girl.gif The path should be: Powered by: Doteasy - Bannerless Free Web Hosting and Email for Small Business and Individual Or, in the code: /images/girl.gif For a simple site, you should have the following folder structure: logs mivadata public_html -> -------------| index.html -------------|-> images -> -------------|............|-girl.gif -------------|............|-spacer.gif -------------|............|-b1.gif -------------|............|-txt-wel.gif -------------|............|-other_images.etc -------------| about_us.html -------------| contact_us.html cgi-bin .htaccess php.ini other_folders_and_files_that_probably_won't_matter _to_you_worth_a_jot The Internet is different from your home computer. You're not using Windows or OSX, you're using Linux (in 99.9% of cases). So, that means no spaces or capital letters in your filenames. If you have to use something that looks like a space, use _. Don't use capital letters at all in paths, it's a bad practice that'll give you problems later on (referencing a picture, for example - /images/girl.gif won't display anything if the actual path is /images/Girl.gif, so you drive yourself nuts trying to remember which filenames are capitalised and how). PM me if you'd like some help in building the site. My rates are very reasonable.
__________________ CavemanJoe.co.uk - a complete waste of hosting. Stainless Design - Cheshire-based website design. HostingForAQuid - does exactly what it says on the tin. Culture Shock - my rather poor fiction. Project Wonderful Talk - the unofficial Project Wonderful blog and forum. JAMMAForever - open-source games for coin-op arcade machines! Twisted Librarian - my lovely librarian girlfriend. The Remarkable Procrastination Device - Outsource your procrastination! Last edited by Caveman Joe; 11-19-2007 at 01:07 PM. Reason: Need a fixed-width font for this, really... |
| |||
| Quote:
|
| |||
|
If you are if fact using dreamweaver, we should start there setting it up properly by designating the site and setting up the server settings so you can use the ftp function, this will also make link checking and other functions possible in the future...
__________________ Well being is the order of the day |
| |||
| Quote:
Sorry, I thought you had or we're going to use dreamweaver (the full version, not the trial)... We can get this straightened out... Do you use any Instant messenger services... ie. AOL Instant Messenger, Google talk, yahoo IM... I'll have some time this evening to walk you through it if you want...
__________________ Well being is the order of the day |
| |||
|
That would be great Last edited by Rosie; 11-20-2007 at 12:03 AM. |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
All times are GMT. The time now is 12:33 PM.






