88 Topics

Member Avatar for
Member Avatar for Mark_136
Member Avatar for Shankar.Shiv

Happy New Year to all members of the web site. I am new on this site as i join here for study and gaining or sharing knowledge of the computers. Thanks to all!!!!!!!

Member Avatar for onurs
1
794
Member Avatar for happygeek

Dani/Blud - heads up that the newsletter editor doesn't appear to be sending the newsletter edits for checking. I've been editing the October issue all morning and hit the preview button a bunch of times, with no emailed version arriving at all.

Member Avatar for happygeek
0
443
Member Avatar for Dani

DaniWeb's editor now has a fullscreen mode. Click the icon in the editor toolbar (or press F11) to enter fullscreen mode. ESC and F11 will both exit fullscreen.

Member Avatar for Dani
6
1K
Member Avatar for Triantafillos

I want to create a cowndown timer for a google form which it starts when change the first unit and when time finished (1 hour) to submit th form automatically. Can anyone help ?

Member Avatar for Triantafillos
0
451
Member Avatar for Lois_4

Calculate the product of two numbers without using the multiiplication (*) operator. Consider the sample output. Enter 1st number: 2 Enter 2nd number: 2 Product: 4

Member Avatar for JamesCherrill
0
463
Member Avatar for rproffitt

First it's great to have an edit feature so that's good. What I notice after the last big change is that if I edit that works but the Save Changes button when clicked doesn't seem to work. Well, it does work but you must be patient and know not to …

Member Avatar for Dani
1
301
Member Avatar for rotten69

Hey everyone, I have posted a couple of threads looking for a plugin that gives some of the features of CakePHP if not all. However, the threads were going dead. I'm just looking for a good editor that is going to provide me an auto-completion code like HTML helpers, functions …

Member Avatar for diafol
0
729
Member Avatar for invisal

![Capture2.PNG](/attachments/large/0/c09f3b7c471edee656addd0431ecc01b.PNG "align-center") It would be nice to allow user to resize the height of the editor. It is terrible experience to write a long post with current editor height.

Member Avatar for Dani
2
342
Member Avatar for lewashby

I see that daniweb.com has been updated but now I don't see a solved button on any of my threads. Also, could someone tell me why I don't get any spelling feedback while typing a post on daniweb? Every other site I'm on I get spelling feedback. Thanks.

Member Avatar for Reverend Jim
0
378
Member Avatar for Aeonix

For as long as DaniWeb allows us to edit posts, can we also edit the title, move the thread and remove the post (if we magically found our answers on 69th page of Google)? This would help stopping in forcing me to report my own topic to edit title or …

Member Avatar for BinaryDigit
0
299
Member Avatar for diafol

Hi All, Been messing about as usual and managed to trash my long suffering laptop. Luckily all my data is backed up and it was a simple matter of SugarSyncing everything to the new one - a monster HP Envy - which I love, but it came with Windows 8 …

Member Avatar for rsleventhal
0
639
Member Avatar for DragonMastur

I made a little py editor because I didn't want to go to all the troble of installing an idle, but I didn't like notepad either. Here it is!

Member Avatar for DragonMastur
3
311
Member Avatar for JasonPS

Hi all, I hope someone can help. I've downloaded the raptor WYSIWYG editor. I've got it working the way I want - i.e. I can ad more fonts and heading styles, it edits the screen and I can get it talk to Php and MySql. However, I have aproblem, I …

Member Avatar for JasonPS
0
268
Member Avatar for diafol

In this thread: https://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/495011/jquery-gallery/3 I tried to format the html in the editor without success. I narrowed it down to <script> tags. All lines prior to the <script> tags seem to be missing a new line and HTML looks as if it's been posted as one long line. If a …

Member Avatar for cereal
2
355
Member Avatar for diafol

Hi. Bought an iPad Air 2 about a year ago. What a load of rubbish. Don't use it often but tried to paste some code to DW. Firstly editor has no toolbar. So tried looking for Desktop View. Nope. Pasted code. Ah won't work because Apple in their wiz dumb …

Member Avatar for Warrens80
0
348
Member Avatar for DragonMastur
Member Avatar for DragonMastur
0
405
Member Avatar for Hopp3r

So I've come across a problem more than once and it'd be a ton of help if I could get this figured out! So there are several instances where I've wanted to open a file with notepad or notepad++ to change values or something (mainly with videogames). The problem that …

Member Avatar for gerbil
0
488
Member Avatar for neha05

hello everyone, I am using this text-editor http://kenbeit.com/popline/ ,my query is that whatever the font style,color,head tag etc availabe in text-editor i chosse,how can i take all selected attributes in next page via hidden fields in form tag ???.

Member Avatar for pi man
0
218
Member Avatar for thorin

This should be an easy question. I just need to make so that when you click on some function in pgAdmin 3 and then click the SQL button on the top (the focus glass icon) the code form the selected function (showing in the sql pane) to automatically show in …

0
143
Member Avatar for svsathyavishnu
Member Avatar for vinodvinu

Hi there, I need a simple audio or video editing software. I need to translate the dialogues of tv program. I have the video file(XviD) of that program and an audio track(mp3). All i need to play this file and write the dialogues in a word document. Now i am …

Member Avatar for cguan_77
0
345
Member Avatar for come_again

Hello, I am relatively new to python and I am tryin to create, or better yet, find a text editor/box which displays simple html text/formatting and allows me to modify it (without having to deal with the html directly). For example in the text box you might find this: 1. …

Member Avatar for come_again
0
304
Member Avatar for grafic.web

Hi, how can i apply a simple text editor to my textbox "SUBTITLE" and a full text editor to my textbox "BODY" in MVC? Thanks

Member Avatar for pritaeas
0
137
Member Avatar for CoilFyzx

Hello good day. Thank you for trying to help. My problem is as follows. A few columns in my table, use a JComboBox as the editor for their cells. Each cell, in a row (via JComboBox) presents the same choices to the user. The user is allowed to choose from …

Member Avatar for mKorbel
0
1K
Member Avatar for CoilFyzx

Hello good day. Here is my problem: I have retrieved some a couple sets of data from my sql database and saved them in ArrayLists of (custom)types <Student> and <Subject>. I am using a single Table. I want to create a custom AbstractDataModel that displays the data from the ArrayList<Student>. …

Member Avatar for CoilFyzx
0
1K
Member Avatar for mike_2000_17

I'm wondering if it is possible at all to disable the CTRL-S action when writing stuff on the editor. This is just because I am a frenetic hitter of the CTRL-S key combination, which comes from years of just writing lots of stuff (code or text) and constantly hitting that …

Member Avatar for mike_2000_17
0
306
Member Avatar for anisha.silva

Hi, Not sure if this the correct forum to post this question. I would like to know how to implement code completion for an editor in the eclipse plugin project. I created a multiPageEditor and now I am tring to implement code completion. I was not able to find a …

Member Avatar for anisha.silva
0
269
Member Avatar for sriramkarthick

![8879e41bbac91150577048d2bb602f32](/attachments/large/4/8879e41bbac91150577048d2bb602f32.png "8879e41bbac91150577048d2bb602f32") If possible provide me the editor like FCKEditor for including into the php file

Member Avatar for diafol
0
259
Member Avatar for diafol

Noticed that when I edit a post, the edit window rolls back to the first loaded text if I've just done an edit and haven't refreshed the page. E.g. 1) Loaded text in post on page load 2) Edit press: see loaded text in editor 3) Make edit and save …

Member Avatar for Ancient Dragon
2
499

The End.