Click here to Skip to main content
15,889,992 members
Home / Discussions / Web Development
   

Web Development

 
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 
AnswerRe: Confused between Django/Python or NodeJS/ExpressJS Pin
Nathan Minier5-Aug-16 1:27
professionalNathan Minier5-Aug-16 1:27 
GeneralRe: Confused between Django/Python or NodeJS/ExpressJS Pin
Root1316-Nov-16 0:06
Root1316-Nov-16 0:06 
GeneralRe: Confused between Django/Python or NodeJS/ExpressJS Pin
Nathan Minier16-Nov-16 0:59
professionalNathan Minier16-Nov-16 0:59 
Question[ChildActionOnly] attribute in MVC Pin
Mgkvp2-Aug-16 23:25
Mgkvp2-Aug-16 23:25 
AnswerRe: [ChildActionOnly] attribute in MVC Pin
Nathan Minier3-Aug-16 1:19
professionalNathan Minier3-Aug-16 1:19 
AnswerRe: [ChildActionOnly] attribute in MVC Pin
Richard Deeming3-Aug-16 2:24
mveRichard Deeming3-Aug-16 2:24 
QuestionWhat is causing some sites to generate huge history lists? Pin
charlieg1-Aug-16 1:10
charlieg1-Aug-16 1:10 
AnswerRe: What is causing some sites to generate huge history lists? Pin
Richard Deeming1-Aug-16 2:13
mveRichard Deeming1-Aug-16 2:13 
GeneralRe: What is causing some sites to generate huge history lists? Pin
charlieg1-Aug-16 4:07
charlieg1-Aug-16 4:07 
GeneralRe: What is causing some sites to generate huge history lists? Pin
Richard Deeming1-Aug-16 4:09
mveRichard Deeming1-Aug-16 4: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.