Click here to Skip to main content
15,888,803 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Ip forwarding to home server. Pin
Tarakeshwar Reddy27-Mar-10 9:56
professionalTarakeshwar Reddy27-Mar-10 9:56 
GeneralRe: Ip forwarding to home server. Pin
kevinnicol27-Mar-10 10:11
kevinnicol27-Mar-10 10:11 
GeneralRe: Ip forwarding to home server. Pin
Jayapal Chandran4-Apr-10 7:25
Jayapal Chandran4-Apr-10 7:25 
QuestionIE 8 hiddenfeild issue Pin
salmonraju26-Mar-10 0:01
salmonraju26-Mar-10 0:01 
AnswerRe: IE 8 hiddenfeild issue Pin
daveyerwin26-Mar-10 2:44
daveyerwin26-Mar-10 2:44 
GeneralRe: IE 8 hiddenfeild issue Pin
Not Active26-Mar-10 10:02
mentorNot Active26-Mar-10 10:02 
AnswerRe: IE 8 hiddenfeild issue Pin
burntblark26-Mar-10 8:13
burntblark26-Mar-10 8:13 
GeneralRe: IE 8 hiddenfeild issue Pin
daveyerwin26-Mar-10 9:15
daveyerwin26-Mar-10 9:15 
http://validator.w3.org/check">http://validator.w3.org/check
this validates ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>
ValidationTest
</title>
</head>
<body>
<div><span>hi</span>
<p><input name="HddElement" type='hidden' value="hi"></p>
</div>
</body>
</html>
this gives warning ...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>
ValidationTest
</title>
</head>
<body>
<div><span>hi</span>
<p><input name="HddElement" type='hidden' value="hi" /></p>
</div>
</body>
</html>
here is the warning ...
The sequence <FOO /> can be interpreted in at least two different ways, depending on the DOCTYPE of the document. For HTML 4.01 Strict, the '/' terminates the tag <FOO (with an implied '>'). However, since many browsers don't interpret it this way, even in the presence of an HTML 4.01 Strict DOCTYPE, it is best to avoid it completely in pure HTML documents and reserve its use solely for those written in XHTML.
GeneralRe: IE 8 hiddenfeild issue Pin
Not Active26-Mar-10 10:02
mentorNot Active26-Mar-10 10:02 
AnswerRe: IE 8 hiddenfeild issue Pin
Nick Kowalewicz28-Mar-10 16:01
Nick Kowalewicz28-Mar-10 16:01 
QuestionSource editing Pin
FEMDEV25-Mar-10 1:22
FEMDEV25-Mar-10 1:22 
AnswerRe: Source editing Pin
Not Active25-Mar-10 1:58
mentorNot Active25-Mar-10 1:58 
AnswerRe: Source editing Pin
T M Gray25-Mar-10 10:38
T M Gray25-Mar-10 10:38 
GeneralRe: Source editing Pin
FEMDEV26-Mar-10 0:00
FEMDEV26-Mar-10 0:00 
AnswerRe: Source editing Pin
Nick Kowalewicz28-Mar-10 16:03
Nick Kowalewicz28-Mar-10 16:03 
QuestionMoney Diposite System in ATM Pin
Shaik al helal25-Mar-10 1:02
Shaik al helal25-Mar-10 1:02 
AnswerRe: Money Diposite System in ATM PinPopular
T M Gray25-Mar-10 10:51
T M Gray25-Mar-10 10:51 
QuestionWeb Application With Offline Capabilities Pin
ojaytee24-Mar-10 20:15
ojaytee24-Mar-10 20:15 
AnswerRe: Web Application With Offline Capabilities Pin
The Man from U.N.C.L.E.25-Mar-10 1:12
The Man from U.N.C.L.E.25-Mar-10 1:12 
AnswerRe: Web Application With Offline Capabilities Pin
Not Active25-Mar-10 1:52
mentorNot Active25-Mar-10 1:52 
QuestionPassword Blocking Pin
Pradeep kumar.V24-Mar-10 18:24
Pradeep kumar.V24-Mar-10 18:24 
AnswerRe: Password Blocking Pin
Not Active25-Mar-10 1:48
mentorNot Active25-Mar-10 1:48 
GeneralRe: Password Blocking Pin
Pradeep kumar.V25-Mar-10 18:11
Pradeep kumar.V25-Mar-10 18:11 
AnswerRe: Password Blocking Pin
T M Gray25-Mar-10 8:29
T M Gray25-Mar-10 8:29 
GeneralRe: Password Blocking Pin
Pradeep kumar.V25-Mar-10 18:09
Pradeep kumar.V25-Mar-10 18:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.