Jump to content

dain

Members
  • Posts

    22
  • Joined

  • Last visited

dain's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. as the guy above me said, practice is the key dont just read the tutorials and say "alright, i know that, lets move on"! Make your own files, try them, change the colours, try new stuff, etc. dain
  2. a dedicated server means you get a whole server for yourself, instead of shared hosting. It basicly means you have more control over everything, but "with great power comes great responsibilities" . I only recommend dedicated hosting if you're gonna use it for a company's website, otherwise its not worth all the money.ineedhosting.net seems nice :)dain
  3. I didn't see any made-up tags :S And the only difference i can see between IE and FF is that in IE the table doesnt have a black border.Dunno, seems fine to medain
  4. dain

    Photoshop

    I woulsn't use photoshop for any website unless it's desing-oriented. here's why:useless in old broswers that dont support graphicuseless for users that CHOOSE not to show graphicsuseless for blind or visual impared people.cant change size of images depending on the size of the monitorvery dificult to edit, let alone debug. you'd have to change the whole thing for any minor changethere are a lot more reasons, those are just some.dain
  5. you need an editor if you wanna write a file in a special coding. ie: unicode, etc.and because color-coding helps a lot. dain
  6. this works: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"><TITLE>Test2</TITLE></HEAD><BODY><center><p>First Paragraph</p></center><HR SIZE="6" WIDTH="100%"><p>Second Paragraph</p></body></html> pen*
  7. What i did is I made two different CSS files, one with the code for Netscape and a second for IE, and put this in the html's <head>: <!--[if IE]><link rel="stylesheet" href="iestyle.css" type="text/css" /><![endif]--><![if !IE]><link rel="stylesheet" href="nsstyle.css" type="text/css" /><![endif]> dain
  8. dain

    anchor

    gotcha thanks for the tipdain
  9. dain

    anchor

    if there's more than one bookmark in a paragraph, you cant use <p> or you'd separate the text. Why shouldn't <a> be used for bookmarking?dain
  10. dain

    anchor

    try this: <a href="#estonian">See the text in Estonian</a><a id="estonian"><p>Tere! Minu nimi on Niina. Mina olen kakskummend neli aastat vana. </p></a> I always put something inside the anchor tag, and i changed the name attribute to id so its XHTML compatibledain
  11. for gentoo users:#emerge armsin terminal white letters on black t-shirt.look around www.thinkgeek.com for inspirationdain
  12. dain

    Photoshop

    Depends on how much photoshop you're gonna use in your website.The tool you're gonna use the most is "Slice".Here i'll post a tutorial on how to design websites with photoshop. Its in spanish, but i think you can figure it out by just looking at the screeshots:Basicly you slice a part of the image and asign a value to it. A value can be an action, a link, etc.If you still ned help after reading (or rather, looking at) that tutorial, post here and i'll translate it for you.dain
  13. it works, thanks, but it's not valid CSS, and I want it to be valid. Sorry i'm so strict about it.dain
  14. dain

    need help with ...

    Dont forget to close the <head> tag! It'd go in between </style> and <body>dain
  15. If you dont know much about internet security, I suggest you use a ready-made online shop, such as PayPal Merchant (I think that's what its called).http://www.paypal.com/cgi-bin/webscr?cmd=_merchant-outsideThe thing with online shopping is that it has to be extra-secure, so no-one will be able to hack into the logs and steal the credict card numer and details. It'd probably take years to get to that level of coding.dain
×
×
  • Create New...