Click here to Skip to main content
15,884,388 members
Home / Discussions / Web Development
   

Web Development

 
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
AnswerRe: Good WYSIWYG editor? Pin
Aman Bhullar6-Nov-09 17:59
Aman Bhullar6-Nov-09 17:59 
Questioncode for developing a recruitent system Pin
Akinsanya Oyinkan5-Nov-09 10:22
Akinsanya Oyinkan5-Nov-09 10:22 
AnswerRe: code for developing a recruitent system Pin
SeMartens5-Nov-09 21:01
SeMartens5-Nov-09 21:01 
AnswerRe: code for developing a recruitent system Pin
Marc Firth5-Nov-09 22:40
Marc Firth5-Nov-09 22:40 
Questionweird javascript issues Pin
compninja255-Nov-09 5:22
compninja255-Nov-09 5:22 
AnswerRe: weird javascript issues Pin
Marc Firth5-Nov-09 22:42
Marc Firth5-Nov-09 22:42 
GeneralRe: weird javascript issues Pin
compninja256-Nov-09 1:30
compninja256-Nov-09 1:30 
GeneralRe: weird javascript issues Pin
Marc Firth6-Nov-09 1:41
Marc Firth6-Nov-09 1:41 
GeneralRe: weird javascript issues Pin
compninja256-Nov-09 9:24
compninja256-Nov-09 9:24 
GeneralRe: weird javascript issues Pin
Marc Firth8-Nov-09 21:51
Marc Firth8-Nov-09 21:51 
GeneralRe: weird javascript issues Pin
compninja259-Nov-09 2:24
compninja259-Nov-09 2:24 
GeneralRe: weird javascript issues Pin
compninja259-Nov-09 3:16
compninja259-Nov-09 3:16 
GeneralRe: weird javascript issues Pin
Marc Firth9-Nov-09 4:03
Marc Firth9-Nov-09 4:03 
GeneralRe: weird javascript issues [modified] Pin
compninja259-Nov-09 6:19
compninja259-Nov-09 6:19 
Question[Message Deleted] Pin
bahar.ghara4-Nov-09 22:21
bahar.ghara4-Nov-09 22:21 
AnswerRe: file uploade Pin
Not Active5-Nov-09 1:13
mentorNot Active5-Nov-09 1:13 
AnswerRe: file uploade Pin
Shameel5-Nov-09 2:47
professionalShameel5-Nov-09 2:47 

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.