Click here to Skip to main content
15,901,122 members
Home / Discussions / Web Development
   

Web Development

 
Questionlearning to upgrade code Pin
Member 1244422419-Aug-16 17:14
Member 1244422419-Aug-16 17:14 
SuggestionRe: learning to upgrade code Pin
ZurdoDev24-Aug-16 7:45
professionalZurdoDev24-Aug-16 7:45 
Questiontrouble with MYSQLi dropdown Pin
Member 1244422418-Aug-16 15:19
Member 1244422418-Aug-16 15:19 
SuggestionRe: trouble with MYSQLi dropdown Pin
Richard Deeming19-Aug-16 3:27
mveRichard Deeming19-Aug-16 3:27 
Questionweb form 2010 display error message Pin
dcof16-Aug-16 5:00
dcof16-Aug-16 5:00 
AnswerRe: web form 2010 display error message Pin
ZurdoDev24-Aug-16 7:48
professionalZurdoDev24-Aug-16 7:48 
QuestionProblem Accessing Site Hosted in IIS Pin
Kevin Marois15-Aug-16 16:13
professionalKevin Marois15-Aug-16 16:13 
QuestionWhat makes an excellent web developer? Pin
DesignersX12-Aug-16 19:16
professionalDesignersX12-Aug-16 19:16 
AnswerRe: What makes an excellent web developer? Pin
Richard MacCutchan12-Aug-16 22:17
mveRichard MacCutchan12-Aug-16 22:17 
AnswerRe: What makes an excellent web developer? Pin
Nathan Minier15-Aug-16 1:14
professionalNathan Minier15-Aug-16 1:14 
GeneralRe: What makes an excellent web developer? Pin
petter201230-Aug-16 19:26
petter201230-Aug-16 19:26 
GeneralRe: What makes an excellent web developer? Pin
Nathan Minier31-Aug-16 1:59
professionalNathan Minier31-Aug-16 1:59 
GeneralRe: What makes an excellent web developer? Pin
petter201231-Aug-16 13:43
petter201231-Aug-16 13:43 
GeneralRe: What makes an excellent web developer? Pin
Nathan Minier1-Sep-16 0:58
professionalNathan Minier1-Sep-16 0:58 
AnswerRe: What makes an excellent web developer? Pin
Mohd Shibli21-Sep-16 7:32
professionalMohd Shibli21-Sep-16 7:32 
Questionconverting string to html Pin
Raghavendra.Kodimala11-Aug-16 4:18
professionalRaghavendra.Kodimala11-Aug-16 4:18 
AnswerRe: converting string to html Pin
Richard MacCutchan11-Aug-16 4:25
mveRichard MacCutchan11-Aug-16 4:25 
AnswerRe: converting string to html Pin
W Balboos, GHB11-Aug-16 8:36
W Balboos, GHB11-Aug-16 8:36 
You need to think about what it is you're working with. The contents of your database record is just simple text. There's no reason, when displaying it, that it will be anything but exactly what is stored.

If, on the other hand, that text is opened in a web browser (IE, FireFox, Chrome, etc.) then it will interpret the text (that is what browsers do) and display it with the context that you want. The browser does have to consider the text is coming from a website and isn't just a simple file that happens to have HTML in it by accident. It, too, will then just show the text.

As a hint, the text will have to be part of a web page that the browser can open or opened within a webpage that's already on the browser.


Ravings en masse^
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you are seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010

AnswerRe: converting string to html Pin
ellegonzalez19-Aug-16 23:51
ellegonzalez19-Aug-16 23:51 
Questionevent for partial view unload Pin
Raghavendra.Kodimala10-Aug-16 22:53
professionalRaghavendra.Kodimala10-Aug-16 22:53 
AnswerRe: event for partial view unload Pin
Nathan Minier11-Aug-16 1:29
professionalNathan Minier11-Aug-16 1:29 
QuestionWhy cant I add any CSS properties to my webpage? Pin
ScarletMcLearn6-Aug-16 2:56
ScarletMcLearn6-Aug-16 2:56 
AnswerRe: Why cant I add any CSS properties to my webpage? Pin
Richard Deeming8-Aug-16 1:47
mveRichard Deeming8-Aug-16 1:47 
AnswerRe: Why cant I add any CSS properties to my webpage? Pin
W Balboos, GHB9-Aug-16 5:15
W Balboos, GHB9-Aug-16 5:15 
QuestionConfused between Django/Python or NodeJS/ExpressJS Pin
Member 118283653-Aug-16 8:57
Member 118283653-Aug-16 8:57 

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.