Jump to content

~Shinta

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by ~Shinta

  1. The W3Schools certification isn't really worthwhile. Try looking for a better one. =/
  2. ~Shinta

    Victory!

    There are still alot of computers with IE 5 for the Mac... Like my school.
  3. ~Shinta

    Victory!

    If a mod sees this topic please move it.http://apple.slashdot.org/article.pl?sid=0...227225&from=rssThis should put a stunt in IE's (the webmaster's enemy's) growth. Now Mac users have to choose between Mozilla or KHTML based browsers... Oh yeah, Opera too
  4. You can title an image. You can title anything except the head tag, doctype, base, ummm... title, style, script, and meta tag. :)The alt tag on the other hand, can only be used on images as far as I see. I might be forgetting things the alt fits in...It is actually reccomended you title images, for accesibility purposes.
  5. Well, we can't have people spamming with dumb comments on every thread, but we still need incentive to post so that the forum will remain active.
  6. What exactly is w3schools making from the ads? I mean there are so many... Why can't we just sign up for an ad service that pays higher?
  7. ~Shinta

    VXML tutorial

    VXML isn't standardized by the w3c.
  8. Everyone hates explorer because of it's crappy support for CSS 2, noncompliance to the application/xml+xhtml MIME type, creation of the worst html tags ever (frame, blink, marquee, iframe) and monopoly of browser market.
  9. What I don't understand is why W3schools uses a table layout, when it should be supporting div layouts and Semantic HTML.
  10. Just forget Visual Basic. Get Perl or Python instead... To me, programming in VB is like using CSS hacks to display a big naked picture of Jack Thompson to all IE users.
  11. Ummm.... You can also make a password thingy by using the .htaccess file, if you have it.
  12. You know, you can just use divs and CSS...
  13. Thank you. This answered my question.
  14. Woah! Really? I say we abolish frames >=(.
  15. I don't really know anything about advanced php/asp like this, but maybe you could pass plain text like a variable in the url and send to the editor...? The problem is that would make a very long url 0_o.
  16. If I was speaking of javascript, I wouldn't have mentioned Java requires a plugin to use . Anyways, to repeat my question: Isn't Java interpretted by the java plugin installed on the computer? Thus it isn't interpretted on the server, and is client-side, right?
  17. The most secure way is server side. Learn php or something.
  18. YEs, it's called Notepad.
  19. I mean the bookmarks collumn. IE calls it favorites, Netscape calls it bookmarks.
  20. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"><html><head><script type="text/javascript">var browser=navigator.appNameif (browser == Netscape) {document.write("frameset")}else {document.write("frame.f")}</script><style type="text/css">body{background-image: url(background.jpg); background-repeat: no-repeat; background-position: center; background-attachment: fixed}</style><title>C thru U - a Young Enterprise company</title><meta name="description" content="The official site for C thru U, a Young Enterprise company. Just take a look at our wide range of products."><meta name="keywords" content="C thru U, Young Enterprise, Products, scented centers, spookeyrings, spoo, key, rings, spookey rings"></head><body><frameset cols="25%,75%" border="0" id="b" class="b"><frame noresize="noresize" src="Sharedborder.htm"><frame noresize="noresize" src="Home.htm" id="f" class="f"></frameset></body></html> I did my best to fix your code. I hope I wasn't wrong by putting the frame codes in a body tag. I have very little expirience in frames ='(.
  21. ~Shinta

    Center a Link

    Also, I'd just like to point out to you that in your example you didn't use the header tag correctly. You should have used css to make the text small, not a header tag. Header tags are for heading off pages, not making text large.
  22. ~Shinta

    <div>

    You don't need to define divs in the head, just in the body. By w3schools.com's definition it is a division of a page. It doesn't need any refrence from the head. Hope that helps.
  23. ~Shinta

    html 4

    HTML 3 is deprecated. Just use HTML 4, they aren't much different, just some tags are illegal.
  24. Signing up is easy, n_n.I agree. You should stop using Microsoft only code in examples. Like in the Xpath tutorial. You should use CSS for examples, not Vbscript.
  25. I think what he wants is something like Tryit Editor only one that you can save to and show people...
×
×
  • Create New...