Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Is Creating A Real Website A Very Difficult Job? Need Help!


80 replies to this topic

#1 Guest_iancovenant_*

  • Guests

Posted 21 July 2006 - 03:37 AM

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.

#2 DarkPsycho

    Premium Member

  • Kontributors
  • PipPipPipPipPipPipPipPip
  • 173 posts
  • Gender:Male
  • Location:California
  • myCENT:11.61

Posted 21 July 2006 - 03:56 AM

why don't u get a free template instead of making your own, for now altleast.
that'll give u some time to learn HTML, I recommend w3schools.com <_<

#3 BooZker

    Mad Scientist of 2006

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 750 posts
  • Gender:Male
  • Location:Washington State in the USA
  • Interests:my wife Samantha, HTML, CSS, PHP, computers, magic, playing cards, and making movies.

Posted 21 July 2006 - 04:05 AM

I can help. I just need to know how much you know. I learned just from reading. I never really used the internet for help. I am still learning everyday, but what do you need help with? PM me and i can help get you at least started.

#4 Mjay06

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 220 posts
  • Location:Nottingham UK

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.

#5 beeseven

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 629 posts

Posted 21 July 2006 - 06:47 AM

I'm sorry to say this, but if creating a webpage and learning HTML are so hard for you, you might want to look into skills that don't involve computers...

#6 rvalkass

    apt-get moo

  • [MODERATOR]
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 3,107 posts
  • Gender:Male
  • Location:Devon, England
  • Interests:At the moment, Physics mainly!
  • myCENT:21.63
  • Spam Patrol

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:
<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 BooZker

    Mad Scientist of 2006

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 750 posts
  • Gender:Male
  • Location:Washington State in the USA
  • Interests:my wife Samantha, HTML, CSS, PHP, computers, magic, playing cards, and making movies.

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 master_bacarra

    I'm back... well, sort of.

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 697 posts
  • Gender:Male
  • Location:somewhere in the middle of nowhere
  • Interests:FOOD! ITADAKIMASU!
  • Spam Patrol

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.

#9 Dagoth Nereviar

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 536 posts
  • Gender:Male
  • Location:Leeds, UK
  • Interests:Spellbinder!

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 :D

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 :P

#10 fffanatics

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 936 posts
  • Location:West Chester, PA

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.

#11 Mjay06

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 220 posts
  • Location:Nottingham UK

Posted 21 July 2006 - 04:29 PM

Something else you could do that you may find helpful is to click View/page source in your browser menu. This will show you how individual pages are coded.

Do this on a few different sites & you will see what is involved in programming different things for web pages.

Edited by Mjay06, 21 July 2006 - 04:31 PM.


#12 gameratheart

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 511 posts
  • Gender:Male
  • Location:Britannia!
  • Interests:Online Communities, Game Programming, Football, Trampolining. Do more, play more.
  • myCENT:42.36

Posted 21 July 2006 - 05:01 PM

Making a website is really just as hard as you want it to be. Even basic pages are really simple, as I will now demonstrate:

To start off with, all you need to do is write this in Notepad or something:

<html>
Whatever you want to say here.
</html>

Then just type what you want to appear on the page where it says.

That's your first page! Then you can start making it fancy by using colours and all that stuff.

Here's some stuff to remember:
<html> Starts a Web page.
</html> Ends a Web page.
<br> Puts things onto the next line down.
<hr> Makes a line go across your page.
<color="red"> Makes words that colour. (Replace red with any colour. Not all colours work.)
</color> Stops making words that colour.
Try it! It isn't hard!

Edited by NDPA, 21 July 2006 - 05:03 PM.


#13 Guest_iancovenant_*

  • Guests

Posted 21 July 2006 - 06:55 PM

Thanks for all your help, much appreciated.

Edited by iancovenant, 22 July 2006 - 02:22 AM.


#14 lawmatchmaker

    Member [Level 2]

  • Kontributors
  • PipPipPipPipPip
  • 76 posts

Posted 25 July 2006 - 03:55 PM

Why not use a free content management system, they will give you the free templates to modify, you can add your own stuff later, saves alot of time than creating a template from scratch.

#15 Dragonfly

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 702 posts

Posted 25 July 2006 - 05:53 PM

Hi there!

Do not try to go too fast. I would recommend you to go slow and before you do anything else especially designing your webpages firstly just learn the simplest language of web that is HTML. I would like to recommend you pagetutor.com Firstly, just learn the simple code and then once you understand the code properly you can start using Frontpage (it comes with default installation of Microsoft Office in most of the versions) or Dreamweaver. Using any of those two designing software you can design easily but you must first understand the code itself. If one understand HTML php and others also can be learned on top of that and it becomes easier too.

It took me about a week to master HTML from pagetutor.com and that's how I started some 4 years ago.

All the best.

#16 beeseven

    Privileged Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 629 posts

Posted 28 July 2006 - 06:28 PM

View Postmbacarra, on Jul 21 2006, 04:15 AM, said:

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 created my first full website from straight html in seventh grade which would be... 12 or 13. I had done some stuff before that though.

#17 FirefoxRocks

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 274 posts
  • Gender:Male
  • Location:Ontario, Canada, North America, Planet Earth
  • myCENT:88.65

Posted 30 July 2006 - 04:16 PM

I started doing HTML when I was 8. Didn't publish it, just made pages of old weather information. Of course the pages weren't valid or browser compatible (only knew about Internet Explorer back then). :P

Basically, start with this code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>Stuff in Title Bar</title>
</head>
<body>
<h1>Heading of Page</h1>
<p>Paragraph</p>
</body>
</html>

That is your basic template for (X)HTML. Later on, you can add stuff to it like images, tables, etc. A good site to check out is W3Schools or Web Development Lessons. They give you easy instructions to design websites.

I strongly recommend text-based editors, not WYSIWYG editors. Often, WYSIWYG editors produce code that is invalid or non-browser-compatible.

A good editor is AceHTML Freeware. It gives some features that are valid XHTML and also you can find some scripts that are useful there. You can preview your page in there also (it looks like the IE version of the page). Get AceHTML Freeware on Download.com.

Be sure to validate your HTML pages, you don't want them to be full of errors. :)

#18 Panzer

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 309 posts
  • Location:Middle Earth

Posted 30 July 2006 - 08:15 PM

W3 schools is great. I got 2-3 HTML books outta the local library, some of them are really good and show you step by step how to put the code together. Some of the good ones have a list of all the HTML codes at the back.

I suggest you get a book, everything is much easier and you dont have to be on the computer when your reading it. Also print out a sheet of all the HTML codes and mayby write beside them what each one does.

#19 minimcmonkey

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 414 posts
  • Gender:Male
  • Location:United Kingdom
  • myCENT:62.89

Posted 08 December 2008 - 12:19 PM

HTML is quite easy (especially compared to more complex languages)
It can seem a bit intimidating at first, but once you get use to using it, and begin to remember all of the tags without having to refer to a reference, it becomes very easy!

When you say a "real" webpage, i presume you mean something that looks impressive with nice lots of elements where everything works well. This is something which you get better at as you learn. Also, to make an impressive site, you need to learn some other web languages. For instance, javascript is useful for making dynamic pages, like image swaps and drop down menus. And PHP with MySQL is useful for generating pages, ad making user specific pages, as it is secure.

If you keep learning and practicing HTML and other languages they become easier, and you begin to do it from memory, rather than using a reference all the time!

#20 Variablez

    Member [Level 2]

  • Kontributors
  • PipPipPipPipPip
  • 87 posts

Posted 08 December 2008 - 12:39 PM

Use Microsoft Office Frontpage, im sure you can get it cheap induvisually, it helps with HTML and Visual, its really cool then just click Veiw HTML and it shows the HTML code for the site you made! Simple!

#21 carToon

    Newbie

  • Kontributors
  • Pip
  • 6 posts

Posted 08 December 2008 - 01:38 PM

yes it is

#22 zuii

    Newbie

  • Kontributors
  • Pip
  • 2 posts
  • Gender:Female
  • Interests:Illustrations, Oekaki, Comics &amp; Cartoons.

Posted 09 December 2008 - 12:03 AM

Usually for a "n00b", I'd say "If you don't know how to build it on your own, just don't bother asking for a website." That would save the n00b, the web host, and the genius the n00b is probably paying to do the work for them a lot of time and effort. I've been to many web hosting sites and their number requirements is that you must have the knowledge to create your web pages from scratch.
Honestly, it's not very hard. I learned how to do build pages from scratch since sixth grade. Later in seventh grade, my dad got me Dreamweaver and everything became almost effortless.
Take some classes, read some more books, they really help.
Making a website is just like doing math, and like math, you ought to learn how to do it with your brain, then you can later on use the computers to help when you get lazy, ahah.

#23 Echo_of_thunder

    Trap Grand Marshal Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,239 posts
  • Gender:Male
  • Location:New Jersey USA
  • Interests:Weather of all kinds, be it a tornado, thunderstorm, hurricane, snowstorm. Give it all to me!
  • myCENT:50.97
  • Spam Patrol

Posted 09 December 2008 - 06:40 PM

View Postiancovenant, on Jul 20 2006, 11:37 PM, said:

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.

Well reading all that is here I have to say it really is not that hard. there a lot of good html programs out on the web that can help you to understand it all. Also too, there plenty of good and Free Web Templets too, where all you need to do is place your text,photos or whatever you need. but your basic HTML is not hard at all. Now for PHP and CSS? that is a step up. but if your a Noob, as you say. I feel it is best you start with the basics first, to get a good understanding of it all. We all was a "Noob" one remember that and I will be anything you want too, that there is not anyone here in the net that there 1st "real site" was perfect.

Good Luck to ya

#24 phoenixinno

    Newbie [Level 3]

  • Kontributors
  • PipPipPip
  • 42 posts

Posted 19 January 2009 - 08:38 PM

Its all about JOOMLA. THere is no limit to extension .There are thousands of compenents out there. The Joomla Cms has so many options. Just take a look in the Joomla extensions directory. Whether you are making a site to sell products, a blog, a family site or a photo gallery. THere is definetly something avaibale in Joomla. I use Joomla for my financial literacy site Friendly Finance

I would completely advise Joomla over all the other CMS's. It can even be intergrated with non joomla extensions such a PhpBB or Moodle. Take a look!

#25 Echo_of_thunder

    Trap Grand Marshal Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPip
  • 1,239 posts
  • Gender:Male
  • Location:New Jersey USA
  • Interests:Weather of all kinds, be it a tornado, thunderstorm, hurricane, snowstorm. Give it all to me!
  • myCENT:50.97
  • Spam Patrol

Posted 19 January 2009 - 09:15 PM

View Postphoenixinno, on Jan 19 2009, 04:38 PM, said:

Its all about JOOMLA. THere is no limit to extension .There are thousands of compenents out there. The Joomla Cms has so many options. Just take a look in the Joomla extensions directory. Whether you are making a site to sell products, a blog, a family site or a photo gallery. THere is definetly something avaibale in Joomla. I use Joomla for my financial literacy site Friendly Finance

I would completely advise Joomla over all the other CMS's. It can even be intergrated with non joomla extensions such a PhpBB or Moodle. Take a look!

I have to disagree with you on Joomla for the biggener. True that do have some nice options and all that but for a noob. Best to start small. download some free html editor like coffeecup and just play around with it. your page may not be perfect but you would get to know the differnt coding and in's and out's of web design. Also too if you would like a real website. may I suggest using a templet. also real easy to edit even for the noob.




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users