웹표준

지리즈의 이미지
23118
points

[기사]액티브X 사태, 우리에게 무엇을 남겼나?

20
points

액티브X 사태, 우리에게 무엇을 남겼나?

한번쯤 읽어 볼 가치가 있는 글이라, 링크 올려 봅니다.

송효진의 이미지
14059
points

[Question]IE 와 FF 의 DOM Tree 의 상이함으로 문제가 생겼습니다.

1
point

table 태그 사이에 form 태그를 껴넣는것은 정말 하고 싶지 않지만,
게시판 목록 처럼 나오고 한줄 한줄이 다른 폼일 경우 마땅한 대안이 없어서 그렇게 합니다.


table
form
tr
td /td
/tr
/form
form
tr
td /td
/tr
/form
...
/table

이런식입니다.

[구인] Seoul R&D 센터 연구 개발자 구인 (외국계회사)

0
points

(주) Ascent Networks Seoul R&D 센터에서 글로벌 연구 개발자를 모십니다.

kz의 이미지
10609
points

완소 알라딘

0
points

이따금 지른 게 있어선지 적립금이 13천원 정도 있었습니다. 그래서 될지 안될지 모르는 파이어폭스로 구매를 해봤습니다. 의외로 잘 되네요. 중간에 결제 페이지에서 적립금을 쓴 게 화면에 바로 안 보이는 문제가 있기는 했습니다만 어쨌든 금액만 맞게 적어주면 처리는 됩니다. 주소지 변경도 바로 되고 주문이 끝난 다음에 다른 책을 추가하고 마저 결제하는 것도 잘 됩니다. 한 시간 정도 지났는데 벌써 출고 준비라네요. 빠르기도 하셔라.

W3C 에서 웹 표준 검사에서 궁금한점..

0
points

   1.  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
   2. <html>
   3. <head>
   4. <meta http-equiv="refresh" content="0;URL=wiki.php">
   5. </head>
   6.
   7. <body bgcolor="#FFFFFF" text="#000000">
   8. Click <a href="wiki.php">here</a> to get to the FrontPage.
   9. </body>
  10. </html>

========
위에가 제 소스 인데요

아래 처럼 에러가 나네요
========
No Character Encoding Found! Falling back to UTF-8.

I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents.

Read the FAQ entry on character encoding for more details and pointers on how to fix this problem with your document.

Unknown Parse Mode!

The MIME Media Type (text/html) for this document is used to serve both SGML and XML based documents, and it is not possible to disambiguate it based on the DOCTYPE Declaration in your document. Parsing will continue in SGML mode.

This page is not Valid -//W3C//DTD HTML 3.2//EN!

Below are the results of attempting to parse this document with an SGML parser.

1. Error Line 5, column 8: end tag for "HEAD" which is not finished .

Most likely, You nested tags and closed them in the wrong order. For example ...

내용묶음