Jul 26, 2008

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

Free Web Hosting, No Ads > General > Hosted Members Area
Pages: 1, 2

free web hosting

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

iancovenant
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.

Reply

DarkPsycho
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 wink.gif

Reply

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

Reply

Mjay06
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.

Reply

beeseven
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...

Reply

rvalkass
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:
CODE

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

<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.

 

 

 


Reply

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

Reply

master_bacarra
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.

Reply

Dagoth Nereviar
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 smile.gif

If you want more info/tutorials, PM me and i'll be glad to help smile.gif

And if you're no good at photoshop, or don't have it, then I guess this was a pointless post tongue.gif

Reply

fffanatics
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

Latest Entries

Panzer
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.

Reply

FirefoxRocks
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). blink.gif

Basically, start with this code:

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. wink.gif

Reply

beeseven
QUOTE(mbacarra @ Jul 21 2006, 04:15 AM) *

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.

Reply

Dragonfly
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.

Reply

lawmatchmaker
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.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Pages: 1, 2
Recent Queries:-
  1. how difficult is creating a website - 30.41 hr back. (1)
  2. how to fix hanging friendster website - 75.77 hr back. (1)
  3. making website like friendster - 106.09 hr back. (1)
Similar Topics

Keywords : creating, real, website, difficult, job

  1. I Cannot See My Website Or Log Into Cpanel
    (7)
  2. I Can && Cannot Acces My Website
    Confusing issue. (4)
    I am a hosted member in trap17 and my domain is www.karunya.cc . I have been not able to access my
    website for few days and i had PM'd the admin and he provided me great support,but still i have
    some confusion , so please anyone help me . My domain was now accessible using my true IP . On the
    other hand if i use a Proxy i am able to access my website , so i had given my true IP's
    220.225.140.98, 210.212.244.4 to Xisto to check whether they are in the IP ban List in Xisto
    firewall , the internet im using is provided by my college and im sure here there is not ....
  3. I Am Looking Into Going With A Paid Hosting Service And Trap17 Has Been Good To Me So Whats The Paid Hosting's Website?
    (7)
    I am looking at different solutions for paid hosting and I know that that trap17 has some connection
    with a paid hosting company and I would like more info about it because I like the way this place is
    run and it has been a good place to have my website. So what is the site for the paid hosting?....
  4. Porn Ads Showing On My Website O_o
    (13)
    ok.. so i have a thing to look exesevely at my website.. & the hell.. like 4 times already a random
    porn add shows up a hot babe is waiting for you, or something like that. i dont know whats wrong,
    if something hacked my website, and added that, or if its my computer, with some nasty virus again
    o.o anywho, yea, i tried doing some research and nothing shows up!!!! help?....
  5. Need Help With Masking A Website
    (9)
    Ok, so I'm having a problem with my website and several hours of scouring Google has done me no
    good towards finding a solution. So, on to my problem. I got hosting here, thus
    www.thewheeldeal.trap17.com was created. I then bought a domain from GoDaddy, and had it so that it
    was masked to www.maliciousintent.net. My problem however is that no matter WHERE you are on the
    website, "www.maliciousintent.net" still shows in the address bar. This makes it difficult for
    people to link directly to content, and I feel that would be a huge hindrance once it picks up. Ca....
  6. Creating Forums
    Help me please (4)
    Friend i have hosted a Website and i have hosted it in trap17 . Can you please tell me how can i
    start a Forum in my website similar to Trap17 ? Please refer to me the free Forum starters Thanks
    in Advance....
  7. My Website Takes Ages To Load
    (18)
    Is it just me or is my website taking a very long time to load? http://www.princesstimes.com It
    usually loads very quickly previously, and I haven't added anything to it recently to cause it
    to take a long time to load.....
  8. Css Problem On Website
    I've uploaded the html/css files but the css isn't working/ (8)
    Help? I've uploaded all of the html files and css files into the public_html folder , but the
    css isn't taking effect. I've checked both the css and te html files , nothing wrong with
    them. Halp me? www.genesis.trap17.com/home.html /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" />....
  9. Can't Post In Website Discussions? [resolved]
    (3)
    It seems I can't start a new thread. I started a thread named: Best Websites With the message:
    QUOTE http://www.thefwa.com/ Brillant site, I've looked at alot of the winners and
    i'm in amazment in how good they are. Best that i've seen is the Halo 3 Believe website,
    very indepth and detailed. Check that site out for inspiration and that. Any suggestions?....
  10. How Do I Include A Php Sidebar In My Website?
    This is a question about PHP... (5)
    (If I am posting this in the wrong forum, please tell me the correct place to be putting it.) I
    want to install a global announcement banner on the top my website, in case there is some major
    update. I am currently learning PHP for this very purpose, and would like to ask how it is made. (I
    know how the HTML layout is going to look like, I just want to be able to actually include the PHP
    portion on the website.) I heard it had something to do with includes in PHP... how exactly does
    this work?....
  11. My Website Is Down [resolved]
    (4)
    My account went below 0 credit and so, my account got suspended, however, I posted on the forum and
    my account is now above 5 credits. yet my website still shows the page saying I'm suspended. Is
    my account suppose to get re-activeted by itself, or am I suppose to do something else to
    re-activate it. ?? The website link is: http://wise37.omarali.us/ Thank you....
  12. My Website Is Down [resolved]
    ramansingla.info (4)
    Hi, My website is down. Domain: ramansingla.info I am certain that it's a problem from your
    end as I have checked this from multiple online servers that my site isn't accessible. I
    haven't changed anything. All of a sudden it was no where.....
  13. Website Is Down [resolved]
    (1)
    Ahh is this happening to anyone else? my site have-heart.net is down again.. but yea.. i checked
    namecheap (where i bought the url and everything is set up just fine) my site just went bye bye
    about an hour ago.. ns1.trap17.com ns2.trap17.com ns3.trap17.com are there and everything. i have
    enough bandwith.. and enough credits by the way nevermid my site came back magicly /biggrin.gif"
    style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> topic closed....
  14. Website Not Loading?
    (31)
    This happened yesterday, and now today. I can't connect to my website. The URL is:
    http://www.brutalwarfare.trap17.com/ I get the "Problem Loading" page.....
  15. Unable To Access My Site
    Inability to access my website from certain network (6)
    I have a problem... My site works ok, and there is no problem with that, BUT... I am unable to
    access my site, my cPanel, and even gamma.xisto.com, from my workplace... I have conntacted my
    ISP's tech support, and they checked everything, and all is fine... But I still can't access
    gamma server... We have a static IP address, so perhaps our IP was banned /blink.gif"
    style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> ? Who can I contact to
    see what's going on? This is becoming frustrating, because I want to put up some files and db, ....
  16. Problem With My Website Internet Explorer
    Aint displaying my web page properly (10)
    I am currently redesigning my website like I mentioned in a previous post (where I complained about
    images not displaying properly and which I have fixed). I have made quite a lot of changes in this
    new design startting from using percent to denote the width of the pages (used pixels previously. I
    dont like this though as it limits the size of the webpage to a specific pixel count on the screen.
    I prefer this since the web browser auto adjusts the size of the web pages based on the screen
    horizontal resolution) to changing a whole lotta things ( redesigned lots of the I....
  17. Website Wont Load.
    (5)
    When I try to get to my website, TwoMoons , it wont load and I get this "error lander" page. I
    dont know whats going on with my website and was wandering if its something to do with the servers.
    Currently, Im using both Firefox and Internet Explorer to get to the internet, when one place doesnt
    work, the other browser usually does. Not with this though. Im afraid that I will lose access to the
    CP (cant get to that either) if I lose all my hosting points trying to get it working properly. Help
    me out here please.....
  18. What Can Cause Some Browsers Not To Load My Website?
    (6)
    Hey everybody, recently I have noticed that the site is going down (doesn't load) ALOT! I
    don't know what's wrong, I thought it's from the server or something but I don't
    think so. And sometimes it doesn't load on Firefox and/or Internet Explorer but it loads on
    Opera. When it doesn't load it gives me 502 error (server not available). So what's wrong
    and what should I do? Make your topic very specific. You wouldn't want to present your topic
    regarding Trap17 hosting when in fact it's about browser related issue. ....
  19. Problem With My Website Image
    wont show no mater wat (7)
    Hi, I am currently redesigning my website. There is something which is really baffling me about a
    particular image in the website. When viewed off line with either Internet Explorer 7, Opera v9.0.2,
    Mozilla Firefox 2.0.0.4 or Netscape Navigator 9.1b, everything works quite fine and there are no
    missing images. Come to think of it that after I upload the pages to my website, I was astounded to
    find out that some of the images simply refused to display despite uploading every single file and
    folder in my offline website. I have gone back and cross-checked to make sure....
  20. My Website Is Forbidden from accessing
    (5)
    Ok, this morning my site was working fine, now i get this error QUOTE Forbidden You don't
    have permission to access / on this server. Additionally, a 403 Forbidden error was encountered
    while trying to use an ErrorDocument to handle the request. Apache/1.3.37 Server at
    www.rc-forum.co.uk Port 80 The address to the site is www.rc-forum.co.uk Now the problem
    continues, the next thing i try to do is go onto cpanel, and my password is rejected, next to the
    FTP client, rejected. Oh $h!t This site is actually set up as a **sub site?** of my main
    hostin....
  21. Trap17 Management : Free Website Suspended Due To Abuse
    (3)
    I can't access my site anymore , when I tried to do that , the suspended warning page showed up
    even I didn't do any bad things there. Please help me as quick as you can , thank you
    /sad.gif" style="vertical-align:middle" emoid=":(" border="0" alt="sad.gif" /> (I have around 10
    credits at Trap17 now and haven't beed dropped to lower than 4 so why ?)....
  22. Cpanel + Website + Ftp + Xisto Network Ban.
    I got a ban from doing normal things. (4)
    Oke here's what hapend, a frend of mine created a new game and I wanted him to configure it for
    me so. I created a ftp account for him. And tried if it workd, it dident tried to login couple
    times. I thaught hmm maybe me? Gave it to him same thing, then I was on cpanel he tried my main ftp
    login, that workd but then when he wanted to upload the files he coundt. ( ps its a dutch criminal
    site ) Also the name of it, dunno if the server has a block or anything for it. Since then am
    denied all acces to the xisto network of trap17, I am blockd from my own website cpanel....
  23. A Model Un Based Website
    would anyone be interestd in joining ? (14)
    I've been thinking.... I'm an active member of my town/states model un and I'm truly in
    love with the organization. It's the most fun I've ever had. Anyway, I was wondering if I
    made a site that would have forums that would model the UN where members could join as a country,
    and there would be a secretary general and the forum directories would be the different UN
    committees (there would be off topic discussion too), and issues that arise are posted in the
    corresponding forum. Then countries debate away and propose resolutions and what not, and we....
  24. Website Design And Help
    (5)
    hey peps, i have a little propasal and i need some help from people on this forum, ok i am not shy
    of html but i want to make a php site well i want it to work in a very specific way, and this is
    where i call on you all, can some one create me a very basic site that does what i want, i may be
    making an ebook and webtemplate shop i do not wish to host the files on the site but i will eamil
    them and people place orders, ok so i would like it to have a front page, with a link to admin page,
    but in teh admin page i would like the abillity to add ebooks to catagories and an ....
  25. Help! With Website Hosting
    (6)
    I've paid the credits for the hosting and all, and changed my name servers to the ns1/ns2 trap17
    servers and i type in my website url and it says freeserver or whatever. does it take like a day or
    two for the hosting to come up? chipmunkinc.net ....
  26. Increasing Membership To A Website
    i know this gets thrown around a lot (4)
    You've probably heard this request before, but I've tried several times over making
    websites, none of them can get any members, and it gets quite frustrating. I'm out of ideas,
    now, so I'm asking you, as a potential "website-joiner" what kind of website you would be
    interested in joining, or are already a part of. Make your topic title the summary of your post. ....
  27. Either Gamma Is Slow, Or My Net Is Bad
    My website takes forever to load (3)
    If I'm using the admin console of Mambo, or the rest of my site for the matter, I experince
    really long page load times. I click on a link, wait, see some life (the banner at the top of the
    Mambo admin console shows up), wait some more, see some stuff from the page load, and wait again
    until it's all finished. So is this a problem with MySQL, some other service, a problem with
    Gamma, or with Verizon DSL (which I use)?....
  28. Creating A Community Website
    (2)
    what is the best thing ( Programming language , any cms ) to make a community website .. where
    people can sign-up and then they can edit/view profiles of them and others.. i think php is the best
    thing for it ?? but i want to create some kind of admin area also , how i can do it ?? Please tell
    me can i do this thing with any open source cms??? I want to know , what possible things we can do
    with a cms......
  29. Spider Visitors To Website
    (2)
    i want to get some information about Spider visits on the website (usually search engines
    spiders).Is it a bad sign if they visit ? and why people dont want them to visit their website ?
    what problems they can cause ? thanks....
  30. Trap17 Website Building Tips For Beginners
    For a non-technical beginner's first site (2)
    Now you've got your Trap17 free hosting account, what do you do with it? This is not a
    tutorial on how to use everything available on Trap17 free hosting accounts. This is just a brief
    overview to give you an idea on where to start. I am not an extremely technical person myself, I
    know a little bit of HTML and CSS, and that's about it. So this is written for a non-technical
    beginner who knows little or nothing about building websites.
    **************************************************************************************** I have not
    used any of the features ....

    1. Looking for creating, real, website, difficult, job

Searching Video's for creating, real, website, difficult, job
Similar
I Cannot See
My Website
Or Log Into
Cpanel
I Can
&&
Cannot Acces
My Website -
Confusing
issue.
I Am Looking
Into Going
With A Paid
Hosting
Service And
Trap17 Has
Been Good To
Me So Whats
The Paid
Hosting'
s Website?
Porn Ads
Showing On
My Website
O_o
Need Help
With Masking
A Website
Creating
Forums -
Help me
please
My Website
Takes Ages
To Load
Css Problem
On Website -
I've
uploaded the
html/css
files but
the css
isn't
working/
Can't
Post In
Website
Discussions?
[resolved]
How Do I
Include A
Php Sidebar
In My
Website? -
This is a
question
about PHP...
My Website
Is Down
[resolved]
My Website
Is Down
[resolved] -
ramansingla.
info
Website Is
Down
[resolved]
Website Not
Loading?
Unable To
Access My
Site -
Inability to
access my
website from
certain
network
Problem With
My Website
Internet
Explorer -
Aint
displaying
my web page
properly
Website Wont
Load.
What Can
Cause Some
Browsers Not
To Load My
Website?
Problem With
My Website
Image - wont
show no
mater wat
My Website
Is Forbidden
from
accessing
Trap17
Management :
Free Website
Suspended
Due To Abuse
Cpanel +
Website +
Ftp + Xisto
Network Ban.
- I got a
ban from
doing normal
things.
A Model Un
Based
Website -
would anyone
be interestd
in joining ?
Website
Design And
Help
Help!
With Website
Hosting
Increasing
Membership
To A Website
- i know
this gets
thrown
around a lot
Either Gamma
Is Slow, Or
My Net Is
Bad - My
website
takes
forever to
load
Creating A
Community
Website
Spider
Visitors To
Website
Trap17
Website
Building
Tips For
Beginners -
For a
non-technica
l
beginner'
;s first
site
advertisement



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



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE