Jump to content

~Shinta

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by ~Shinta

  1. ~Shinta

    !DocType

    I think you should start using paragraph tags if you write in paragraphs on your site. Breaks are breaks, paragraphs are paragraphs. They have a different semantic.
  2. Don't worry Eric, if they jump on you, I'll protect you. By the power of Open Source!
  3. Scrollbar colors are irritating.
  4. The problem is htaccess is Linux and Apache only. Windows Server Fools will be left out.
  5. What was wrong with my signature then?
  6. Isn't ECMAScript the same as Javascript only Standardized by ECMA?
  7. I can't wait to learn Cold Fusion! This now sounds interesting!
  8. I don't know alot about http secure, but I know you enable it through server configuration, not client side scripting.
  9. Just memorize tags. I have every xhtml tag, every css property, and a fair number of php objects memorized.
  10. I think that you can disable some tags, like script, style or embed.
  11. ~Shinta

    Dynamic Menu's

    Post your site when you are done.
  12. But making one yourself is so much more fuffilling. Try learning PHP.
  13. ~Shinta

    Posting Messages

    You can't do it with HTML and CSS alone. You need PHP.
  14. ~Shinta

    Noob Question

    I suggest starting out on a good freehost and then moving up to a good paid host. I suggest you first learn XML, then XHTML, CSS, and Javascript. Then you will be ready enough to make a perfect website.
  15. These kinds of posts always remain a mystery...
  16. Websites don't need to look artistic and stuff. If you make it neat and stuff it is just as good.
  17. ~Shinta

    Idiots

    Learn to type.
  18. HTML doesn't display or format data. It is meant for structure of data.
  19. I think you are having code issues. hr is a horizontal rule, not a span. Just change your HTML to <span style="position:relative;background-image:url(images/hr.gif);width:611px;height:1px;"><h3>Introduction</h3></span>
  20. Umm... HTML does DO things. It defines Data. It can't add x+y but it can tell you that they are variables. It can't explain what you are defining but it can tell you that something is a definition. It isn't moving mountains but it is still doing something.
  21. Ok, so then what is your problem then?
  22. I have a php script to change the mime type thanks to someone on this forum.
  23. ~Shinta

    Dynamic Menu's

    People are making this too complicated. You need to know HTML and CSS, and if you want to make things hard, Javascript. There is an article on A List Apart about them here: http://www.alistapart.com/articles/hybridJust edit the CSS a bit to make it vertical.
×
×
  • Create New...