Click here to Skip to main content
15,914,642 members
Home / Discussions / Web Development
   

Web Development

 
Questionjson parsing problem asp.net Pin
Member 38014078-Nov-09 7:41
Member 38014078-Nov-09 7:41 
AnswerRe: json parsing problem asp.net Pin
Not Active8-Nov-09 11:43
mentorNot Active8-Nov-09 11:43 
GeneralRe: json parsing problem asp.net Pin
Member 38014078-Nov-09 14:32
Member 38014078-Nov-09 14:32 
GeneralRe: json parsing problem asp.net Pin
Not Active8-Nov-09 14:44
mentorNot Active8-Nov-09 14:44 
Questionneed help in javascript Pin
dahras7-Nov-09 23:46
dahras7-Nov-09 23:46 
AnswerRe: need help in javascript Pin
Abhishek Sur8-Nov-09 4:07
professionalAbhishek Sur8-Nov-09 4:07 
GeneralRe: need help in javascript Pin
dahras8-Nov-09 18:55
dahras8-Nov-09 18:55 
GeneralRe: need help in javascript Pin
Abhishek Sur8-Nov-09 21:19
professionalAbhishek Sur8-Nov-09 21:19 
GeneralRe: need help in javascript Pin
dahras8-Nov-09 21:29
dahras8-Nov-09 21:29 
GeneralRe: need help in javascript Pin
dahras8-Nov-09 23:16
dahras8-Nov-09 23:16 
QuestionReal-time Dynamic Web Based Schedule Pin
KnowledgeHunter7-Nov-09 16:14
KnowledgeHunter7-Nov-09 16:14 
AnswerRe: Real-time Dynamic Web Based Schedule Pin
Abhishek Sur8-Nov-09 4:12
professionalAbhishek Sur8-Nov-09 4:12 
GeneralRe: Real-time Dynamic Web Based Schedule Pin
KnowledgeHunter8-Nov-09 6:38
KnowledgeHunter8-Nov-09 6:38 
QuestionC# Client SOAPExtension issue Pin
johnbsys7-Nov-09 2:36
johnbsys7-Nov-09 2:36 
QuestionWebBrowser Autmation Pin
shaina22316-Nov-09 22:59
shaina22316-Nov-09 22:59 
Questionmedia player overlapping dropdown menu Pin
sidharth.banyal6-Nov-09 7:44
sidharth.banyal6-Nov-09 7:44 
AnswerRe: media player overlapping dropdown menu Pin
Marc Firth8-Nov-09 21:53
Marc Firth8-Nov-09 21:53 
QuestionCan someone tell me if this is an attack site? Pin
rayneesh5-Nov-09 20:15
rayneesh5-Nov-09 20:15 
AnswerRe: Can someone tell me if this is an attack site? Pin
Abhishek Sur8-Nov-09 4:30
professionalAbhishek Sur8-Nov-09 4:30 
GeneralRe: Can someone tell me if this is an attack site? Pin
Ayan Sengupta8-Nov-09 8:52
Ayan Sengupta8-Nov-09 8:52 
GeneralRe: Can someone tell me if this is an attack site? Pin
Naruki8-Nov-09 22:29
Naruki8-Nov-09 22:29 
AnswerRe: Can someone tell me if this is an attack site? Pin
Naruki8-Nov-09 22:28
Naruki8-Nov-09 22:28 
GeneralRe: Can someone tell me if this is an attack site? Pin
rayneesh11-Nov-09 21:25
rayneesh11-Nov-09 21:25 
QuestionGood WYSIWYG editor? Pin
Chris Maunder5-Nov-09 12:03
cofounderChris Maunder5-Nov-09 12:03 
AnswerRe: Good WYSIWYG editor? Pin
alex.barylski5-Nov-09 16:51
alex.barylski5-Nov-09 16:51 
TinyMCE is the defacto-standard that most PHP applications default with. It has it's flaws as well, but it's better than FCKEditor, IMHO.

Second to that you might consider XStandard Lite (http://www.xstandard.com/[^])

It's an ActiveX/Java component though so I believe your users need to install something.

Second to that, many CMS type software are slowly offering/switching to Markdown as an alternative syntax to HTML, might want to check it out here:

http://en.wikipedia.org/wiki/Markdown[^]

There was a few editors a while back, but only one turns up right now and it's quite buggy in IE7...still the markup is so trivial anyone can write in it within minutes and it's converted to HTML on the fly, so you don't have to worry about XSS exploits sneaking in.

p.s-All web based WYSIWYG editors are crazy buggy, they all hack the hell out of the IWebBrowser2 component and each browser needs work arounds. Have you tried running in FireFox? Typically that browser fares best when it comes to working in WYSIWYG editors.

Cheers,
Alex

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.