Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

A little curious about web design

mike470mike470 General CorrespondentMember Posts: 2,396

 I am a little curious about web design.  I am just interested on reading up on it, and attempting to learn a simple version of it. 

If anyone knows any good sites to do this...  Also, I don't have microsoft frontpage, does this mean I can't make a website?  If there are other places to find templates, could someone please direct them to me?

Thanks

Edit- free is a bonus, too

__________________________________________________
In memory of Laura "Taera" Genender. Passed away on Aug/13/08 - Rest In Peace; you will not be forgotten

Comments

  • jinbobjinbob Member Posts: 73

    I used to use freewebs.com to mess around with html, and see what i could make. Dont remember any good sites for help though.

  • paulscottpaulscott Member Posts: 5,613

    They're slowly phasing out HTML for CSS.  you can get away with pretty comfortably useing inline(IE where you're writing) comments which will make your life very similar to using word.

    pretty much something like

    <p style="color:RGB(0,0,255); text-indent: 3em;> Your really long paragraph here</p>  (not on compy that has firefox right now but they should be fine)

    will give you blue text that's indented by 3 letter 'm' (like a paragraph) of the font you're using. 

    link of most CSS tags

    link of HTML tags to use them with

    link of a site based on teaching CSS, but they use embeded(IE on the page you're using but defining how the HTML tages will display at the top of it).  but with the first link which only gives you all the styles and this one that gives examples of using them you're pretty well covered.

    lets see you can also view the page source of how any website is written.  in internet explorer it's under view>source.

     Lots and Lots of help out there, this isn't intended to be a tutorial by any means but rather to give you resources that you'd otherwise end up wasting a bunch of time trying to find.

    I find it amazing that by 2020 first world countries will be competing to get immigrants.

  • paulscottpaulscott Member Posts: 5,613

    Oh and DO NOT use anything like front page and macromedia until you can make a decent web page using plain text editors.   the secret is taking a perfectly normal text file and changing it's type(the .txt part) to .htm.

    your computer will reconize it as a web page from there on out and if you want to edit it use right click and open with.

    I sentence(recomend) you to the torture(learning experiance) of using textpad(great text editor, no install but does some slightly invasive stuff like adding itself to your right click menu) for the next 500 years(until you can make a decent enough web page with it, also using tables) of suffering(yes it's annoying but you'll thank yourself that you did so when you get to editors like frontpage or macromedia since they can't do everything).

    I find it amazing that by 2020 first world countries will be competing to get immigrants.

  • pyrofreakpyrofreak Member UncommonPosts: 1,481
    Originally posted by paulscott


    Oh and DO NOT use anything like front page and macromedia until you can make a decent web page using plain text editors.   the secret is taking a perfectly normal text file and changing it's type(the .txt part) to .htm.
    your computer will reconize it as a web page from there on out and if you want to edit it use right click and open with.
    I sentence(recomend) you to the torture(learning experiance) of using textpad(great text editor, no install but does some slightly invasive stuff like adding itself to your right click menu) for the next 500 years(until you can make a decent enough web page with it, also using tables) of suffering(yes it's annoying but you'll thank yourself that you did so when you get to editors like frontpage or macromedia since they can't do everything).

    Real geeks (as real as they can be without using linux anyway) do all their coding in notepad.

    Now with 57.3% more flames!

  • paulscottpaulscott Member Posts: 5,613

    speed>1337ness...  but yes you can do lots of things with the notepad under accesories.

    bleh the nightmares of using notepad as my JAVA IDE, which I have done for a bit.  no faster way to learn a language than to get yelled at by the command prompt for every error with no way to quickly find them.

    I find it amazing that by 2020 first world countries will be competing to get immigrants.

  • pirateerpirateer Member UncommonPosts: 219

    http://www.w3schools.com/ <- All web language tutorials found there.

     

    I personally use KompoZer for my web design and publishing. It can be found here.

     

    The best free hosting site, in my opinion, is 987mb.com, it's a very easy and newbie-friendly FTP.

  • saniceksanicek Member UncommonPosts: 368

    Originally posted by pyrofreak


    Real geeks (as real as they can be without using linux anyway) do all their coding in notepad.
     

    Real geeks code by redirecting output to a file.

    Not that HTML is coding though.

    Subscribtions: EVE, SWTOR WOW, WAR, DDO, VG, AOC, COV, FFXI, GW, RFO, Aion
    +plenty of F2P, betas, trials

    Female Dwarf player: WOW, VG, WAR, DDO
    .
    Due to the recent economic crisis and spending cuts the light at the end of the tunnel was turned off. Sincerely, God.

Sign In or Register to comment.