Assignment 3_5: Publishing
You'll be publishing your website on the uicdesign.com server. In addition to that I invite you to purchase your own domain name and hosting service so that you can publish your site under a name of your choice as well as using email accounts etc. It's an optional effort for extra credit.
Domain name registration and hosting service are affordable nowadays but not free, of course. Domain name registration start for around $10 a year and basic hosting services at around $4-5 per month. For hosting service you often need to pay a year in advance so initial costs for domain and hosting may be around $50-70.
Please read this article for more details
Publishing on the UIC server
In order to get access to the UIC hosting server you need an FTP tool. I recommend Transmit if you have a mac. It's free to use for a week: https://panic.com/transmit. Another "free forever" option is Cyberduck: https://cyberduck.io.
If you're on PC FileZilla: https://filezilla-project.org
Below are the login credentials you need to connect to the server using the FTP tool:
server name: ftp.uicdesign.comuser name: portfolio@uicdesign.com
password: Portfolio#250
The next step is to upload your site folder to the given directory. When you have the FTP tool open, make a new connection and type in the login credentials. Then a window appears showing the directory. Most FTP tools allow drag and drop folders to upload them.
I created a directory/folder on the UIC server called "portfolios" (which is what you see once connected). If your site folder is named "my-name" the the URL for your site will be available under http://www.uicdesign.com/portfolio/my-name.
Your home page will automatically be displayed IF you named it "index.html". If you haven't done this please rename it before you upload the site folder. Use the Dreamweaver "File" window if you rename files. All links affected will be updated automatically that way.
Another page example: If you have a page called "portfolio.html" the direct URL to that page will be http://www.uicdesign.com/portfolio/my-name/portfolio.html.