88 Topics

Member Avatar for
Member Avatar for klemme

I have inserted a rich text editor to an textarea, but I get the following error after submitting my form: [CODE] Notice: Undefined index: msgpost in C:\wamp\www\mycms\administrator\page_new_parse.php on line 15 [/CODE] I have changed the textarea name, and the id to "msgpost" as explained on their website. I have also …

Member Avatar for Qaalid
0
2K
Member Avatar for Ketsuekiame

Seems like there might be a problem with the editor not recognising code insertion when you're pasting code in the middle of a list. Below is a post displaying the problem http://www.daniweb.com/software-development/csharp/threads/458671/c-mysql-display#post1993030 I tried multiple ways to get that in there including: 1. Single Enter + Tab 2. Double Enter …

Member Avatar for Ketsuekiame
0
366
Member Avatar for dstoltz

Hi All, I use Dreamweaver CS6 to write/edit both ASP (classic) and PHP. The new Adobe Dreamweaver CC is now subscription based, which I think really stinks (I hate subscription based software). Just wondering what is considered industry standard tool(s) for PHP? Is there a standard? If not, what are …

Member Avatar for pritaeas
0
292
Member Avatar for Dani

I've temporarily disabled the live preview when posting in the DaniWeb editor. I've been really looking seriously into why contributions to the forums have been ever-decreasing and so poor lately, and I was able to trace it back to a complete night and day difference the day that we switched …

Member Avatar for Dani
1
234
Member Avatar for ppstyle

Hi!I have a project with me which contains this html editor user control designed by someone else. I want to use this control in my project but I don't know how to copy it to my project. Please help me. Attached is the project from which I need to copy …

Member Avatar for tinstaafl
0
1K
Member Avatar for hanan-kh
Member Avatar for ckeuser

Many on these boards use ckeditor, so I just thought you guys should know that CKEditor 4 was released! :) It's now capable of html5 inline editing, has a cool new skin and plugins repository. Might be worth an update: [Click Here](http://ckeditor.com/demo#inline)

Member Avatar for LastMitch
0
133
Member Avatar for DanErik

Hello! Im looking for a new source code editor. Have come to the point where I need something more powerful and professional. The big issue is this: We develop software in PHP. In our code we have language specific strings like: ------------------------------- echo "Enter your name:"; ------------------------------- We would like …

Member Avatar for diafol
0
221
Member Avatar for Labdabeta

Hello, I am using Code::Blocks, and recently any time I try to compile any program I get the errors "stray '\302' in program" and "stray '\206' in program" about every 20-30 lines. I know how to fix these (by deleting the non printing character(s) in the line in question) but …

Member Avatar for Labdabeta
0
289
Member Avatar for greatman05

So, I'm trying out a project on my own because I have no real clue how to do anything complex or useful in C++ (applications for example). This project calls for creating a simple console text editor with basic functionality (buffer, command set, redisplay). The problem is that I don't …

Member Avatar for mike_2000_17
0
1K
Member Avatar for MGadAllah

hello i've started to study html then will go through css then php and mysql please i'd like to ask for your advise for which editor i should stick to to facilitate my learning way the point is that i'd like to start the right way and stick to it …

Member Avatar for MGadAllah
0
276
Member Avatar for angelali2013

Hi, I am new here. Well, I made a rich text editor using IFrame and document.execcomand. All is ok, except I want to add something like displaying the HTML code of the text written in the IFrame to a div or a textarea. For example, if someone has typed "Hello", …

Member Avatar for angelali2013
0
243
Member Avatar for pattmorter

Hey everyone. So I'm trying to create a siple text editor for handling HTML. I got the majority of the program written to where when you click the toolbar the text is inserted. The only problem is that it only inserts it at the end. So Now I'm trying to …

Member Avatar for pattmorter
0
243
Member Avatar for shlokka

hi everyone, i have an irritating issue with the code editor in cpanel... whats started happening is if i click any line of code after around line 100 the code displays 3 lines above, and sits ontop of the code that is actually on those above lines! the further down …

Member Avatar for Squidge
0
160
Member Avatar for rotten69

Hi everyone, I am looking for an editor or plugin for Komodo or Eclipse that provides me with the CakePHP function autocompletion and syntax correction as well. Thank you all.

Member Avatar for rotten69
0
176
Member Avatar for vinay7868

can any body give me the correct syntax of for loop to be used in vi editor in ubuntu..... i know like this....:- for (( initialisation;condition;increment )) do "statements for do" done

Member Avatar for vinay7868
0
1K
Member Avatar for danny.vin

# **program editor** # how to create a **program editor** for compiling and executing java programs?i need the codings...

Member Avatar for stultuske
0
196
Member Avatar for mike_2000_17

Hi, There is a bug with the editor that I noticed and others noticed too. When you post a very long code segment (or maybe just a long post, period), at some point it seems to overflow the capacity of the editor and you can no longer scroll all the …

Member Avatar for Dani
0
280
Member Avatar for DyO1

Hello i'm trying to make a text editor but i cant find codes for Save button....someone please give me? I searched on google but no luck (like always)

Member Avatar for Pride
0
211
Member Avatar for DanErik

Hi! I tried to find an answer to this everywhere but no success. But it must be a common issue I guess .... We have a english PHP web project with many PHP source code files Now we want to translate the whole project inte 3 new languages (swedish/italian/spanish) I'm …

Member Avatar for pritaeas
0
173
Member Avatar for writerervin

I apolagize if this question has been asked before, but I was looking to see how I would go about writing an editor that saves the file on a server instead of on the harddrive. I would appreciate any and all help.

Member Avatar for trishtren
0
166
Member Avatar for mike_2000_17

Hi, I've been experiencing a weird bug in the editor (for a week or so). If I write a post, everything is fine and dandy until I start a block of code. From the first line of code that I write, and for every subsequent line of code after that, …

Member Avatar for Dani
1
559
Member Avatar for Dani

The live editor preview that appears beneath the editor as you type (showing you what the final markup will look like in realtime) ... Yay or nay?

Member Avatar for Dani
0
333
Member Avatar for Labdabeta

I have created a custom font for programming and I wish to use it in code::blocks. The thing is that code::blocks only allows for standard fonts (as far as I can tell) and so I cannot get it to recognise my font (even though it is a ttf). [Here](http://www.4shared.com/file/4avU0Xuh/lucidaprogrammer.html) is …

Member Avatar for Labdabeta
0
312
Member Avatar for rotten69

Hey people, I am wondering what a good editor is that supports HTML5, CSS3, cakephp and a few other plugins ? I'm using Eclipse for php which supports HTML5... At the same time, I trying Aptana Studio3 which supports CSS3 ... I need one that supports all.. Or even Plugins …

Member Avatar for rotten69
0
172
Member Avatar for Dani

Slowly but surely, I'm making changes to our editor to get it up to speed with other editors out there. Firstly, I made the font size for the live preview larger at I forget who's recommendation (sorry!). You can click on it to hide the preview so it doesn't get …

Member Avatar for Airshow
3
273
Member Avatar for Dani

I've been working on our editor a bit tonight, and there are some changes to its functionality. Now, when you click the buttons such as Bold, Italic, etc., the editor automatically gets focus and highlights the dummy text. Therefore, you can immediately start typing to replace it. Also, I went …

Member Avatar for Dani
4
195
Member Avatar for diafol

If new DW is being rolled out shortly, perhaps I'm too late. I've found the auto parse urls to be a massive pain. The editor can either be basic or standard (can it be set to Advanced Editor??), meaning that if I want to display a url as text I …

Member Avatar for diafol
0
340
Member Avatar for glut

How would I be able to get all incoming packets, in C#? I have absolutely no idea on how to get started, so could you guys help me out? Thanks.

Member Avatar for skatamatic
0
117
Member Avatar for vsmash

G'day folks, I'm looking for an asp.net alternative to CKeditor excluding Tinymce and the ajaxcontroltoolkit jobbie. And yes, a free one there are any around because I'm doing this jobbie for free. CKeditor 3.6.2 said it had bugfixed the cursor vanishing but it seems that the cursor vanishes still and …

0
107

The End.