Im a Noob and need help! Deadline friday for whole website (coursework)
#1
Posted 11 March 2010 - 11:40 AM
he has since left the country for a conference, leaving me with a coursework deadline on friday and very little help!!
I have a domain, I have downloaded filezilla and I have dreamweaver.
I need to download the website and contents (it uses css, html) and upload to mine (and try and contine editing)
Can anyone tell me how to do this
URGENT!
thank you!!
#2
Posted 11 March 2010 - 11:43 AM
come clean and tell your course place that you haven't got a clue and you ain't gonna learn by friday. i don't mind helping anyone but i'm not going to do someone else's course work for them.
talk with your tutors and explain to them
alternatively email your friend and at least get the ftp details and come back with more details of what you can do and what you can't, and what you need to do.
#3
Posted 11 March 2010 - 11:48 AM
davep, on 11 March 2010 - 11:43 AM, said:
come clean and tell your course place that you haven't got a clue and you ain't gonna learn by friday. i don't mind helping anyone but i'm not going to do someone else's course work for them.
talk with your tutors and explain to them
alternatively email your friend and at least get the ftp details and come back with more details of what you can do and what you can't, and what you need to do.
Coursework was create a website - I did this on photoshop - create template looks good, change middle section as the contents.
they then said it needed to work, and they have no knowledge of how to use html, so not sure what i am meant to do.
everyone else is using wix (a free flash designer) but I said that was unimaginative - and now i might loose marks. I dont want some one to do the coursework for me - as I am just as interested in learning about this, I just need some help to actually learn how to!
he's ona plane to america... no way of contacting him
and I do know how to use google - I've been on it for 3 hours trying to do it, less of the patronising please
#4
Posted 11 March 2010 - 11:49 AM
You need the username and password for the hosting service. Use ftp://yourdomain.com/ in the browser address bar and follow menus depending on which ftp program you are using (see below re IE).
You then need a ftp program (IE has a free one) with which you can upload edited files (or download the original files first). See
http://www.wickham43...ice.php#hosting
for general info.
#5
Posted 11 March 2010 - 11:51 AM
To get this right - you need to convert your photoshop template into HTML and CSS and upload them to your domain?
EDIT: Just re-read your message.
You should be able to just copy and paste the information from your friends domain. What is the domain? Can you post a link to the site and your pages?
#6
Posted 11 March 2010 - 11:52 AM
Wickham, on 11 March 2010 - 11:49 AM, said:
You need the username and password for the hosting service. Use ftp://yourdomain.com/ in the browser address bar and follow menus depending on which ftp program you are using (see below re IE).
You then need a ftp program (IE has a free one) with which you can uploaded edited files or download the original files. See
http://www.wickham43...ice.php#hosting
for general info.
Thanks for that, I've downloaded saved and tried to edit (probably cery badlu) and got it on my website, however it has lost all the page style.
saoirsechristopherson.co.uk
#8
Posted 11 March 2010 - 12:04 PM
<script src="file:///C|/Users/user1/Documents/digital-results/testing.digital-results.com/box/jquery.js" tppabs="http://saoirsechristopherson.co.uk/box/jquery.js" type="text/javascript"></script>
<script src="file:///C|/Users/user1/Documents/digital-results/testing.digital-results.com/box/png.js" tppabs="http://saoirsechristopherson.co.uk/box/png.js" type="text/javascript"></script>
<script src="file:///C|/Users/user1/Documents/digital-results/testing.digital-results.com/box/common.js" tppabs="http://saoirsechristopherson.co.uk/box/common.js" type="text/javascript"></script>
<script src="file:///C|/Users/user1/Documents/digital-results/testing.digital-results.com/saoirse/js.js" tppabs="http://saoirsechristopherson.co.uk/saoirse/js.js" type="text/javascript"></script>
I suspect this was caused by auto updating links in dreamweaver.
The originals were:-
<script src="http://testing.digital-results.com/box/jquery.js" type="text/javascript"></script>
<script src="http://testing.digital-results.com/box/png.js" type="text/javascript"></script>
<script src="http://testing.digital-results.com/box/common.js" type="text/javascript"></script>
<script src="http://testing.digital-results.com/saoirse/js.js" type="text/javascript"></script>
Basically the code is expecting the external files to be held in the folder named "box" and "saoirse".
#9
Posted 11 March 2010 - 12:04 PM
Then you'll need to open a new css document and copy and paste the CSS code in there - make sure you leave the top 2 lines in. Save the css file with the same title as you have in your html document. Once that's done, you'll need the ftp details for your domain, and then you'll be able to upload.
Does that make sense?
#10
Posted 11 March 2010 - 12:13 PM
mrsminkie, on 11 March 2010 - 12:04 PM, said:
Then you'll need to open a new css document and copy and paste the CSS code in there - make sure you leave the top 2 lines in. Save the css file with the same title as you have in your html document. Once that's done, you'll need the ftp details for your domain, and then you'll be able to upload.
Does that make sense?
Thanks,
I've done that but it still appears the same?
The contents is all there, its just it has lost all the page style.
#13
Posted 11 March 2010 - 12:24 PM
Sector9, on 11 March 2010 - 12:18 PM, said:
my folders might be a bit muddled?
Your HTML document contains a link pointing to your CSS file. If it's wrong, it won't pick it up. The link is "http://saoirsechristopherson.co.uk/css/screen.css" but your CSS isn't there yet. To test everything, change the link to just read:
<link href="css/screen.css" rel="stylesheet" type="text/css" />
#14
Posted 11 March 2010 - 12:33 PM
I'm very very lost to be honest.
Is there anyway of restoring my folders through ftp to be default so i can start again.
Is it a problem that much of it still reads testing-digital-resutls, even though its now on my website?
thanks
#15
Posted 11 March 2010 - 12:40 PM
Sector9, on 11 March 2010 - 12:33 PM, said:
I'm very very lost to be honest.
Is there anyway of restoring my folders through ftp to be default so i can start again.
Is it a problem that much of it still reads testing-digital-resutls, even though its now on my website?
thanks
Every file that your site uses i.e. html/xhtml, css, js etc. need putting on your site and any link references need to be updated. So, yes.
#16
Posted 11 March 2010 - 06:05 PM
a) you have too little time and too much to understand ( and i DONT mean that in a patronising way)
i'm not saying this to be unhelpful, merely to point out the crux of the problem, which seems to be the people setting the coursework.
Help
















