Thread: I don't know where to begin?
Results 1 to 15 of 18
Related
-
not even sure where to begin Forum: PHP Forum
Replies: 4
-
02-02-2001, 03:43 PM #1
I don't know where to begin?
Seriously. I don't have a clue what I'm doing, how to start a page. I've uploaded a file through FTP, but that's all I know. Please give me help. I've been using homestead and was looking for something challenging, but I just want to build my first page. Reply if you can help me.
-
02-02-2001, 04:00 PM #2
Well, do you have a specific question? If you dont know html, try out AHFB's html tutorials
-
02-02-2001, 04:20 PM #3
Well, what style of site is it. Why type of site it is can depend greatly on what specific color's you use. So, just add a background, put your info in tables and switch things around tell it looks alright to you. To learn how to do this stuff just read his tutorials.
-
02-02-2001, 04:40 PM #4
All I have done is activated a site at hyperion. I also downloaded WS_FTP 6.0, and uploaded a video clip. Any help getting started from there.
-
02-02-2001, 05:07 PM #5
your best bet is to start here http://www.ahfb2000.com/html.php
Open up notepad or another text editor and follow along with the tutorials. If you have specific questions post the url with the troubled page code, and the specific problem.
Dave
-
02-02-2001, 05:14 PM #6
Do I need some kind of software to use the tutorial, and can I use MS Word or do I need notepad.
-
02-02-2001, 05:18 PM #7
lol, no software needed and don't use word, use notepad. Just go through the tutorials after that and it'll explain how to make things. Your the editor, make some of your own style if you can. Or at least, you'll be a good editor some day. I remember when I first came here, I asked on EVERYTHING, and finally I think I've gotten alot of things down. But not near as much as Dave. But, I can hold my own. I probably bugged them so much. I bet two whol pages of this 'Html Help' forum is dedicated to my problems and questions. So ask away!
-
02-02-2001, 05:21 PM #8
-
02-02-2001, 06:12 PM #9
-
02-02-2001, 06:28 PM #10
that is pretty much it, let us know if we can help you.
Dave
-
02-02-2001, 07:47 PM #11
Hey Needing Help,
You sound exactly like me 5 months ago.
This is how I learned...
Using an editor like dreamweaver or even an online editor like Homestead, the best thing you can do to learn is this -
View the source! Make a page in homestead with, for example, a big title and an image on it, then go in and view the code and see how it works. Keep it simple, make baby steps and learn as you create.
HTML is very simple compared to most computery things, and I have no doubt that if you monitor the changes you make to a page, then look at the code generated to make those changes, you will be an HTML wizard in no time.
After 1 week I was coding my own pages, the rest is just learning presentaion and style.
Experiment. Its the only way to learn.
------------------
QuietDean-
-
02-03-2001, 02:03 AM #12
I need to know how to link from a file in my public folder. I have a rm video that I need to link to, but I can't figure out the link. Does anybody know how that goes. I got the rest of it covered, and I understand it now.
-
02-03-2001, 04:11 AM #13
I don't know exactly what you mean, but you can link to a Real Media file like this:
<a href="http://www.myhost.com/folder/file.rm">Real Media file</A>
And I'm not sure about this, but it might be possible to embed a Real Media file into an HTML document:
<EMBED SRC="http://www.myhost.com/folder/file.rm"></EMBED>
-
02-03-2001, 11:09 AM #14
Have a look at this
http://www.brothercake.com/audiocat.html
Is this the sort of thing you want? Let me know and I'll give you the code - only it's quite complex so there's no point posting it all unless it's what you're looking for.
-
02-03-2001, 11:20 AM #15
I need the link from the public folder in my spaceports account.