Recent content by The Web Man

  1. T

    Why has socialites and religion through out history paint blacks looking inside,

    You are correct. The religious types will always jump saying evolution/darwin is racist etc. But Atheists and Evolutionists know for a fact we were all black at one point, and our skin colour changed to adapt to our environments. Right wing Christians are always the ones involved in racist...
  2. T

    Why is there any need to ask questions if someone is an atheist? Why do they even

    Because we're fed up with you religious types destroying the world and using your god to murder and undermine humanity.
  3. T

    (HTML) How do you make each frame act as one file as opposed to multiple files?

    Frames died years ago. They're really bad. You can do everything you need using CSS.
  4. T

    What is php...........?

    In the simplest terms, it's a server side programming language that allows you to create bits of code to perform specific functions. Like connecting to a database and spitting out the results into an HTML page.
  5. T

    i need help with coding for html?

    That's your answer below: <table border="5" cellspacing="5" cellpadding="15"> <tr> <td>column 1</td> <td>column 2</td> </tr> <tr> <td>*</td> <td>*</td> </tr> <tr> <td>*</td> <td>*</td>...
  6. T

    Which HTML editor is better for web development: Dreamweaver or Frontpage?

    LOL, I can't believe people would even recommend frontpage. No doubt people who don't actually do professional web design. Dreamweaver creates better code from the WYSIWYG, but if you're looking to learn web design/dev, then you're going to have to learn how to hand code. Even Dreamweaver will...
Back
Top