I have read all the tutorials, listened to countless advice about creating a webpage, tried to understand the very difficult alien language of HTML, tried everything for twenty-four hours and still I cannot make a webpage. I figure creating a real webpage is one of the hardest of things to do, this is why so many people go to the atrocious made easy myspace.com or pay other people to make a website for them. Seriously speaking, not to criticize anyone, but I find making a website the most frustating task I have ever had to undertake. I feel like I need to take up a one to two year course just to make a webpage. When I heard about how Trap17 was the best webhost, I was astonished, they sure do have the best resources, but for a noob like me using those resources to create anything has become mission impossible.
| |
|
Welcome to KnowledgeSutra - Dear Guest | |
Is Creating A Real Website A Very Difficult Job? Need Help!
Started by Guest_iancovenant_*, Jul 21 2006 03:37 AM
80 replies to this topic
#4
Posted 21 July 2006 - 06:08 AM
Open your cpanel, go to pre-installed scripts, then Fantastico & install Xoops. I recommend this particular script as from experience it is the easiest to navigate/setup. If you are just playing around for now, I recommend you set up a sub domain (cpanel/site management tools/sub domains), & install it there.
Xoops works on a 'modules' system, where you can install pre-coded sections of website (forums/arcades etc), & quickly get a working website. You can find a huge selection at www.xoops.org/modules. They are extremely simple to install - you just ftp them to public_html/your site/modules, & activate them from the Xoops administration menu.
I found this to be an easy way of learning the basics of ftp use, & will give you a good lesson in navigating the cpanel file manager.
Once you have mastered the basics of using the cpanel, you will find it much easier to upload & get your own coded webpages online.
Xoops works on a 'modules' system, where you can install pre-coded sections of website (forums/arcades etc), & quickly get a working website. You can find a huge selection at www.xoops.org/modules. They are extremely simple to install - you just ftp them to public_html/your site/modules, & activate them from the Xoops administration menu.
I found this to be an easy way of learning the basics of ftp use, & will give you a good lesson in navigating the cpanel file manager.
Once you have mastered the basics of using the cpanel, you will find it much easier to upload & get your own coded webpages online.
#6
Posted 21 July 2006 - 07:18 AM
I managed to sort of self teach myself HTML, with no books or online tutorials apart from looking things up in W3Schools when I was first learning. No offence or anything, but if you are a slow learner, your best option would be to get a WYSIWYG (What You See Is What You Get) editor. If you have Microsoft Office then you probably have FrontPage which is a WYSIWYG editor, or you could look through the Freebies section of this forum and on the Internet for one. I wouldn't advise going and buying a copy of Dreamweaver at this stage.
Then start with the basics. These programs work a lot like word processing software, so go ahead and type some text. Then switch to the Code or HTML view of the program and look at how it has been done. Probably something like this:
Go back to the Design or WYSIWYG view and try to change the font on your text, then look at the Code and see what has happened. Try changing size, colour, bold, italic, underline etc. Take it one step at a time, and take notes if you want. When you work out that, for example, to make something bold you do this:
These are some links to freeware WYSIWYG editors, but I have not tried any of them, so they may not be to your taste. They all do pretty much the same thing, so it's a matter of what looks best for you and fits how you want to work. There's no harm in downloading a load, seeing which you like best and removing the rest.
WYSIWYG Web Builder
List from DirFile
Nvu WYSIWYG Editor
If you need any help with HTML then feel free to PM me, email me or get me on MSN Messenger.
Then start with the basics. These programs work a lot like word processing software, so go ahead and type some text. Then switch to the Code or HTML view of the program and look at how it has been done. Probably something like this:
<p> Some random text. Lorem ipsum dolor sit amet... </p>
Go back to the Design or WYSIWYG view and try to change the font on your text, then look at the Code and see what has happened. Try changing size, colour, bold, italic, underline etc. Take it one step at a time, and take notes if you want. When you work out that, for example, to make something bold you do this:
<b>Bold</b> Not bold. You can also do this: <strong>Bold</strong> Not bold. They are exactly the same.You could note that down in a format you understand, on cue cards or something. Then you have your own reference of what you think is useful, organized in a way you understand. Then move on to more difficult things such as trying to make some text a link, or inserting an image. Tables are probably one of the hardest things you will come across, and your best bet if you ever need tables in a page would be to use your WYSIWYG editor in Design mode to draw the tables as this simplifies the whole process.
These are some links to freeware WYSIWYG editors, but I have not tried any of them, so they may not be to your taste. They all do pretty much the same thing, so it's a matter of what looks best for you and fits how you want to work. There's no harm in downloading a load, seeing which you like best and removing the rest.
WYSIWYG Web Builder
List from DirFile
Nvu WYSIWYG Editor
If you need any help with HTML then feel free to PM me, email me or get me on MSN Messenger.
#7
Posted 21 July 2006 - 07:44 AM
Yah you could use WYSIWYG editors, but in the long run they will slow you down. You won't have as much control as with let's say notepad or dreamweaver. I suggest just making simple web pages such as a webpage with a title a heading and some text and links until you get the hang of basic HTML.
#8
Posted 21 July 2006 - 08:15 AM
well, it usually depends on the contents that you're making. using html isn't that difficult. actually it's the most basic stuff you need in creating a website. it's like A-B-C. i bet a 10 year old can make his own website on his own. actually, when i came to this forum, i found some members who already have created some cool websites, and they're just 12 or 14? i mean i've learned html when i was 15 and created a php-based webpage/blog just last year, and i'm already in my college years.
really, it's just easy. if understanding a basic stuff is difficult for you, then don't do it. if it's frustrating for you to just even try, then don't. we have a quote here that says, "if you really want to do something, the motivation to do it will make you look for ways to accomplish it no matter what. excuses are only made by those who don't want to lift a finger".
and that's the reason why they made those personal webpage stuff like friendster or myspace, to make life easier to people who don't have the technical know-how, or at least to those who complain that it's difficult to learn.
really, it's just easy. if understanding a basic stuff is difficult for you, then don't do it. if it's frustrating for you to just even try, then don't. we have a quote here that says, "if you really want to do something, the motivation to do it will make you look for ways to accomplish it no matter what. excuses are only made by those who don't want to lift a finger".
and that's the reason why they made those personal webpage stuff like friendster or myspace, to make life easier to people who don't have the technical know-how, or at least to those who complain that it's difficult to learn.
#9
Posted 21 July 2006 - 09:41 AM
Are you any good at photoshop, or imageready? Because that's what I used to make the layout of my website (Click sig below) and then used imageready to "splice" (Cut it up, basically) and it made all the code for the layout, I just then put in the links/text, and it's done 
If you want more info/tutorials, PM me and i'll be glad to help
And if you're no good at photoshop, or don't have it, then I guess this was a pointless post
If you want more info/tutorials, PM me and i'll be glad to help
And if you're no good at photoshop, or don't have it, then I guess this was a pointless post
#10
Posted 21 July 2006 - 03:02 PM
My advice is to go out and buy a book on html. I got mine like 5 years ago for $19.99 at the local bookstore and just started reading the chapters and after each one i used the new material on my website. This way, i didnt just read how to do it but i learned how to actually implement it and as i got farther in the book, i didnt have to use as many of the references on how to do things. Plus, using this forum, you can start a webpage and then if you dont know how to do something or it is showing up wrong and you dont know what is wrong with it, just post the code in code tags in a new topic describing the problem and one of the many of us will help you out with it. Atleast you are learning how to do it yourself.
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















