Jump to content

~Shinta

Members
  • Posts

    132
  • Joined

  • Last visited

Everything posted by ~Shinta

  1. ~Shinta

    languages

    Scripting languages are textual directions, programming languages are interpretted to binary code. Happy =)?
  2. I suggest learning XML+XHTML, CSS, SQL, PHP and Javascript. I really suggest you just get a PHP Nuke or something because programming a whole message board and stuff might be beyond your grasp if you are this new to web building.
  3. While we are still on the subject of hosts... http://ineedhosting.co.uk is good.
  4. .htaccess is covered in your server documentations.
  5. How about, "background-position: bottom;"
  6. The third way is best, the other two work.
  7. Yeah, I suggest you start coding your website for more screen resolutions. If your website gets messed up with larger text, I shudder to think what it looks like in a smaller monitor.
  8. If you have "intermediate" skill in webdesign, why do you need a WYSIWYG editor? Dreamweaver atleast generates valid code, but it is alot better just to use notepad.
  9. Are you sure a background-image is what you were trying to accomplish?
  10. Carriage returns are done by ascii. Just replace with the proper ascii.
  11. ~Shinta

    FLASH Versus HTML

    Flash isn't good for a full website. Like I said in my last badly typed post, Flash doesn't lend to accessibility. Also, you don't make webpages to demographics, you make them foreverybody. The people designing the Australia Olympics Stadium got sued for not accessiblizing their stadium, because they thought people in wheelchairs wouldn't want to go to the Olympics. =P
  12. ~Shinta

    MIME Type

    Yes, you can have the extension .xhtml... I use .php though =P. I'm going to try that script, and see if it works.
  13. ~Shinta

    MIME Type

    Hi I need help with mime types.First off, I want to change my page's MIME type from what I suppose is text/xhtml to application/xml+xhtml. I think you do it in a meta tag, but I don't think it did the trick (because it still works in IE =P). Where do I change the mime type? I have a suspicion that you change it in the .htaccess file. Second, I want to be able to serve the page as text/xhtml to Internet Explorer users. My idea is to use a php script to do this... I just don't know how yet =P.
  14. Yeah, that's part of it.... But I want it to be transparent and have a color. Kinda like those short little screw drivers that you see through and makes everything look yellow and squiggly...
  15. ~Shinta

    Best One

    Coldfusion is a a Server Side language by Macromedia. I think you need to pay for it...
  16. ~Shinta

    newbie question

    W3Schools isn't really a very good reference. Great place to learn, but nothing replaces just reading specs.
  17. Hi, I have a question that might not be easy. How do I make a div transparent with a color in CSS? It might not be possible but I've been wrong before. I am thinking that maybe if I make an image with a single color and add transparency I can do this. But I'd like to do it with just CSS and hexidecimal colors. Thank you.
  18. ~Shinta

    Ruby on Rails

    I know Ruby, but not Rails. I can learn it once I finish doing some work for my site.
  19. The fix is just <p style="text-align: center">Hello World.</p>
  20. Thank you so much, I am so stupid for forgetting that =P.
  21. How do I make a list horizontal instead of vertical?
  22. ~Shinta

    Best One

    I suggest PHP, or JSP. ASP is only for Microsoft hosts.
×
×
  • Create New...