Results 1 to 25 of 25

Thread: My god i'm lame

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116

    My god i'm lame

    right i've been learning HTML for the last week and well it aint going to well, a mate of mine told me to get his index page and save it and edit it, ya know to learn what everything does, well ok that works for me but i dont seem to be able to do anything new every single page i have created is an edit of the index page, i need someone to help me create a descent looking site, or atleast show me where to go for help

    This is me begging
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  2. #2
    Member Vincent Puglia's Avatar
    Join Date
    Feb 2002
    Location
    where the World once stood
    Posts
    36
    Hi,

    1) you should use a better title for your thread next time.
    2) www.htmlgoodies.com has decent, easy-to-understand tutorials
    3) search google for HTML and javascript tutorial sites
    4) hire someone

    Vinny

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok i'll check that out, and the title got your attention so...
    thanks anyway
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  4. #4
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Why can't you create anything new?

    Basic HTML Page:

    Code:
    <html>
    <head>
    <title>Your Title Here</title>
    </head>
    <body>
    All your body text goes here. This is everything the user sees.
    </body>
    </html>
    HTML is the easiest of any kind of language to learn, but it does take more than a few days. Took me a few weeks to get everything down pat, the about 2 years for me to perfect and master everything.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok, maybe this will explain more easily what i'm tryin to say
    http://clik.to/clanice
    look at each of the pages
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  6. #6
    scoutt
    Guest
    and what is wrong with thos pages. you don't need a different page for every page you have. it is better to stick with a theme like you have and use that.

  7. #7
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I agree. A theme is great.

    If you want some tips about making web pages, generally stay away from background images, especially bright ones. Stay away from large fots with bright colors, or animated GIFs all over the place.

    These are all trademarks of a beginners site. Don't fall into the void...
    My evil laugh has a squeak in it.

    kristopherwilson.com

  8. #8
    Hyperactive Member
    Join Date
    Nov 2001
    Posts
    364
    please dont use blasphemy, it is not nice

  9. #9
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I'd have to guess that people without religion could careless. Don't try to form everyone to your ways...
    My evil laugh has a squeak in it.

    kristopherwilson.com

  10. #10
    scoutt
    Guest
    Originally posted by richsmith
    please dont use blasphemy, it is not nice
    who? where?

    I don't see any. Hobo was just telling the truth.

  11. #11
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I might be wrong about what blasphemy means, so I looked it up.

    A contemptuous or profane act, utterance, or writing concerning God or a sacred entity.
    So from that definition, I'd have to guess he was refering to the title of this thread.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  12. #12
    scoutt
    Guest
    if that was the case then that was lame,


    thanks hobo

  13. #13
    Junior Member
    Join Date
    Oct 2001
    Posts
    24
    heh, you still actually use the raw html? i stopped doing that a few years ago, i now use Macromedia Dreamweaver. a great program.

  14. #14

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    see what i mean, whats Dreamweaver then
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  15. #15
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    a wysiwyg HTML authoring program. One of the best by all accounts. Just like Word, you type stuff in, insert pictures and what not and it generates the HTML and saves it.

    Avoid MS Frontpage though, one of the worst.

  16. #16

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok thanks, and whats wrong with FrontPage? ... (not that i'd use it, of course)
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  17. #17
    scoutt
    Guest
    Originally posted by Hastings
    heh, you still actually use the raw html? i stopped doing that a few years ago, i now use Macromedia Dreamweaver. a great program.
    well ya that is the way to go.

    Dreamweaver sucks and frontpage sucks. any WYSIWYG program sucks. I did a page in frontpage (just to test it out) and then saved it and opened it up in dreamweaver and it looked like crap. and all it was was 2 tables next to each other. so frontpage makes bad code and dreamweaver can't interpret anything.

    But I must say dreamweaver is better than frontpage, but they both still suck.

    but frontpage is the devil. don't use it as it makes bad code and puts all the frontpage extension in it.

    just my opinion not intended to harm anybody.

  18. #18
    Member Vincent Puglia's Avatar
    Join Date
    Feb 2002
    Location
    where the World once stood
    Posts
    36
    Hi,

    The worst thing about WYSIWYGs is that they retard the learning process. The best thing about them is that they create mystical (dreamweaver), bloated (frontpage and dreamweaver) code. If you already know how to code somewhat -- stay away from WYSIWYGs. If you are an excellent coder, use them (frontpage over dreamweaver) and then edit the code. If you are a mediocre coder, drop the WYSIWYG and see how much more and faster you will learn to code.

    Dreamweaver:
    1) insists on prefixing its functions with "MM_" (probably more because the embedded code has more to do with mickeymouse than macromedia)
    2) writes more code than is necessary or desired -- presumably because they want to make sure they are covering every possible target (document.frame2, opener.document.frame3, d.lyr1.divid.d.lyr2.divid.lyr3.divid.d..... when there's only one div/layer on the page
    3) beginner's cannot decypher the code and when a new browser version comes out, they are forced to buy a new version of dreamweaver because the original one they had doesn't cover the new features or crashes when it tries to use them.

    FrontPage:
    1) insists on coding for jScript rather than javascript -- then again, it is a m$ product so you have to expect the bias
    2) throws in FP Extensions code instead of generic javascript -- again, it is a M$ product
    3) the last version I used (FPXpress) would needlessly put <font> tags all over the place

    Then again, the above is my opinion & unlike scoutt, I don't care whom I offend

    Vinny

  19. #19
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    FP Express is a lot better than FP IMO

    It's fairly tidy and not especially stupid.

  20. #20

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    well i have no idea what version of FP i used it was the one that came with Office 2000 Pro, but that was kinda cool, but as i have never used any other similar proggie i have nothin to compare it to
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  21. #21
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I still code all my webpages by hand and I don't see anything wrong with it. Why do I need a program if I'm already good enough without it? I don't understand that.

    Pretty soon they'll have version of VB and C++ that do all the coding for you. Eventually, they'll get to the point where they don't even need someone to operate the program.

    It's a conspiracy!

    I'll code everything by hand until the day I die. The only reason I'd learn Dreamweaver is to able to put it on a resume.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  22. #22

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    Originally posted by The Hobo
    I still code all my webpages by hand and I don't see anything wrong with it. Why do I need a program if I'm already good enough without it? I don't understand that.

    really, ... hmm then maybe you can help me then, how can i tile a piccie/texture as my background
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  23. #23
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    it should tile automatically given a picture smaller than the browser window
    Code:
    <body background="image.gif">

  24. #24

    Thread Starter
    Lively Member
    Join Date
    Nov 2001
    Location
    Cheshire, England
    Posts
    116
    ok this may seem a simple question but do i put that where the background colour is now (in the .css file) or somewhere on each page
    --- Counter-Terrorists Win ---

    http://manix.pax3k.co.uk
    www.manix-creations.net

  25. #25
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    For CSS it would be:

    Code:
      background : url("http://www.mysite.com/picture.gif");
    My evil laugh has a squeak in it.

    kristopherwilson.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width