Click here to Skip to main content
15,881,248 members
Home / Discussions / Web Development
   

Web Development

 
GeneralPS Pin
NeverHeardOfMe2-Oct-08 11:39
NeverHeardOfMe2-Oct-08 11:39 
GeneralRe: PS Pin
Christian Graus2-Oct-08 11:55
protectorChristian Graus2-Oct-08 11:55 
GeneralRe: IE7 - drawing lines around an image tag Pin
Christian Graus2-Oct-08 11:54
protectorChristian Graus2-Oct-08 11:54 
GeneralRe: IE7 - drawing lines around an image tag Pin
NeverHeardOfMe2-Oct-08 12:02
NeverHeardOfMe2-Oct-08 12:02 
GeneralAnd a PS again! Pin
NeverHeardOfMe2-Oct-08 12:17
NeverHeardOfMe2-Oct-08 12:17 
AnswerRe: IE7 - drawing lines around an image tag Pin
Guffa4-Oct-08 1:39
Guffa4-Oct-08 1:39 
QuestionHow to handle HTML comment chars ( i.e. "<!--" ) in TEXTBOX Pin
Arindam Tewary2-Oct-08 0:15
professionalArindam Tewary2-Oct-08 0:15 
AnswerRe: How to handle HTML comment chars ( i.e. "<!--" ) in TEXTBOX Pin
Johnny ²2-Oct-08 1:11
Johnny ²2-Oct-08 1:11 
You need to escape the contents of the input box. I'm not sure which language you are using but, for example, in PHP you would use the htmlspecialchars function:

<input type="text" value="<?php echo htmlspecialchars ($variable) ?>" />


There will be something similar in most other systems.
QuestionDisplay redirecting page. Pin
mydogisblue1-Oct-08 21:46
mydogisblue1-Oct-08 21:46 
AnswerRe: Display redirecting page. Pin
Johnny ²2-Oct-08 1:13
Johnny ²2-Oct-08 1:13 
GeneralRe: Display redirecting page. Pin
mydogisblue2-Oct-08 4:10
mydogisblue2-Oct-08 4:10 
QuestionHow can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan1-Oct-08 15:59
Mohammad Dayyan1-Oct-08 15:59 
AnswerRe: How can we prevent Search Engines Caching or indexing ? Pin
Christian Graus1-Oct-08 16:06
protectorChristian Graus1-Oct-08 16:06 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan1-Oct-08 16:12
Mohammad Dayyan1-Oct-08 16:12 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Christian Graus1-Oct-08 16:38
protectorChristian Graus1-Oct-08 16:38 
AnswerRe: How can we prevent Search Engines Caching or indexing ? Pin
Philip.F14-Oct-08 23:13
Philip.F14-Oct-08 23:13 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan14-Oct-08 23:17
Mohammad Dayyan14-Oct-08 23:17 
QuestionIE7 rendering bug Pin
Christian Graus1-Oct-08 15:35
protectorChristian Graus1-Oct-08 15:35 
QuestionHow to Avoid session Pin
suresh_0011-Oct-08 12:03
suresh_0011-Oct-08 12:03 
AnswerRe: How to Avoid session Pin
Christian Graus1-Oct-08 15:13
protectorChristian Graus1-Oct-08 15:13 
AnswerRe: How to Avoid session Pin
Jaffer Mumtaz2-Oct-08 0:33
Jaffer Mumtaz2-Oct-08 0:33 
GeneralRe: How to Avoid session Pin
Christian Graus2-Oct-08 0:54
protectorChristian Graus2-Oct-08 0:54 
QuestionA DHTML question ? Pin
Mohammad Dayyan1-Oct-08 11:32
Mohammad Dayyan1-Oct-08 11:32 
AnswerRe: A DHTML question ? Pin
Shog91-Oct-08 11:50
sitebuilderShog91-Oct-08 11:50 
GeneralRe: A DHTML question ? Pin
Mohammad Dayyan1-Oct-08 12:00
Mohammad Dayyan1-Oct-08 12:00 

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.