Websites

ka0ska0s Join Date: 2003-04-19 Member: 15657Members
Hey guys I am trying to make a website and well I made some images but now to do certain things it requires HTML/PHP and I have no idea how to do those things. So if anyone can help me with this they wont be empty handed. Never thought Coding would be hard...

Comments

  • ka0ska0s Join Date: 2003-04-19 Member: 15657Members
    ment to titlte it coding so i could get some type of response..
  • SandrockSandrock Join Date: 2002-12-16 Member: 10905Members, Constellation, Reinforced - Shadow
    check out <a href='http://www.htmlgoodies.com' target='_blank'>htmlgoodies.com</a> - its a great resource for learning HTML, PHP, stylesheets, and a bunch of other stuff.
  • p4Samwisep4Samwise Join Date: 2002-12-15 Member: 10831Members
    HTML is as easy as using a word processor. In fact, most word processors have a "save as HTML" option, so if you don't feel like learning HTML, just use a word processor or similar program. (I recall that Netscape's HTML editor was fairly decent, and Netscape is of course free.)

    You only need PHP if you're doing fancy scripting stuff. The typical website doesn't need any such finery, and many web hosts don't even allow you to run scripts on their servers, which makes it a moot point.
  • ka0ska0s Join Date: 2003-04-19 Member: 15657Members
    Ive seen all those links I need someone to acctually help me with it. Id give them unlimited webspace/bandwidth from my company if they did..
  • p4Samwisep4Samwise Join Date: 2002-12-15 Member: 10831Members
    Maybe you'd get a bite if you said a little bit about what sort of website you're trying to make....
  • ZERGZERG Join Date: 2003-02-04 Member: 13132Members, Constellation
    <!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->Never thought Coding would be hard... <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->

    HTML is nothing but opening and closing tags whats so hard?

    <a href='http://hotwired.lycos.com/webmonkey/' target='_blank'>http://hotwired.lycos.com/webmonkey/</a>
    <a href='http://www.htmlgoodies.com' target='_blank'>http://www.htmlgoodies.com</a>
    <a href='http://www.pagetutor.com/' target='_blank'>http://www.pagetutor.com/</a>

    Besides web monkey, the rest are very newbie friendly (<i>especially</i> page tutor as it written for retarded monkies with no eyes).
  • SoulSkorpionSoulSkorpion Join Date: 2002-04-12 Member: 423Members
    edited July 2003
    HTML is not coding (g_pCans->Worms->IsOpened == true). If you can use the link, bold, italic and underline tags on this forum you can use HTML. It's really *really* not complicated, and not really something which you can benefit from having a mentor, so to speak. There are ample tutorials on the subject; find one you like and off you go.

    PHP is a different kettle of fish. It's a scripting language; actual programming. Apparently it's a *very* good one for web-work. As far as I know, like other scripting languages, it's very good for "gluing" different systems together (such as databases, emails, and websites). That's why it's useful for websites.

    What kind of things are you actually trying to do? If you just want nice shineys you could probably manage with just HTML, maybe with JavaScript as well. If you want more advanced shinies you'll need Flash, and if you want slow, crude games you'll need Java (j\k <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo--> )
  • MrPinkMrPink Join Date: 2002-05-28 Member: 678Members
    Honestly, in HTML there really is nothing to learn there.

    Check this site for use of all the tags
    <a href='http://www.willcam.com/cmat/html/crossname.html' target='_blank'>http://www.willcam.com/cmat/html/crossname.html</a>
  • ka0ska0s Join Date: 2003-04-19 Member: 15657Members
    I myself am trying to learn it but I would like to fnd someone who can do it so I can give them their webspace with unlimited bandwidth from my company.
Sign In or Register to comment.