|
|
 |
| P2P and Wrox.com Feedback If you have suggestions for improving the P2P Discussion Forum or Wrox.com, this is a way to communicate them to the site staff. IF YOU ARE LOOKING FOR CODE DO NOT ASK "Where can I find the code for this book?" That question is answered here. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the P2P and Wrox.com Feedback section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |
|

December 14th, 2008, 09:57 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Location: Capital Federal, , Argentina.
Posts: 2,000
Thanks: 5
Thanked 37 Times in 36 Posts
|
|
line breaks works ok after I allow the site.
This could be an issue for new user, are there any FAQ around here?
__________________
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question.
(Took that from Doug signature and he Took that from Peter profile)
================================================== =========
My programs achieved a new certification :
WORKS ON MY MACHINE
================================================== =========
I know that CVS was evil, and now i got the proof.
================================================== =========
|

December 17th, 2008, 07:57 AM
|
|
Registered User
|
|
Join Date: Dec 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Nice forum :)
|

December 17th, 2008, 04:33 PM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Hi Jim,
Here are a few requests I have:
1. Add a strike through button with associated strike tags. Very useful when you're editing a post and you want to take back what you said, or "remove" code from a post that is not needed.
2. Remove the formatting code in mail that gets sent; at least the part that is used for color coding code. I prefer to use my P2P posts over mail (I subscribed to a number of forums) and then decide whether I can post a reply or not. Currently, with all the formatting in the mail, it's almost impossible to read the text.
3. Fix the spacing issues. I know it's on your list, but yesterday I saw miscommunication between two posters because of the missing spaces.
4. If possible, considering making the subject of a new post identical to the reply. Right now, mail readers (mostly on-line ones like GMail) are not able to group messages. In the old version a new topic and any replies would be grouped under the same main message. You know get two message threads: the original topic and another one with all the replies. Might be an option to make the message content different allowing for filters to work OK.
5. Reconzider zerver side zpel chekking. I kno you're not gonig to impelmend it anwya, but I relly mizz it.... ;-)
6. Is it possible (through my settings or whatever) to have the Editor toolbar on Edits default to Full mode? I don't see the point of the minimized mode when editing.
7. Is it possible to get a copy of your own posts by mail?
That's it for now.
Imar
|

December 17th, 2008, 08:43 PM
|
 |
Wrox Staff
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
|
|
OK, I'll pick these off one by one:
4. New thread and replies subjects fixed, should be the same now. Message bodies are still different. OK, now as of this morning, this is fixed. Missed one of them last night.
Last edited by jminatel : December 18th, 2008 at 11:43 AM.
|

December 18th, 2008, 11:44 AM
|
 |
Wrox Staff
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
|
|
Gonzalo: I can add something to the FAQ but I'm not sure what you mean by "allow the site." Can you clarify that please?
|

December 22nd, 2008, 08:39 PM
|
 |
Wrox Staff
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
|
|
1. I've enabled the strike bb code so you can do strikethrough. I'll add the button to the toolbar in the future.
|

December 22nd, 2008, 08:48 PM
|
 |
Wrox Staff
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
|
|
2: I've added stripping the formatting code from the email bodies to the fix list
3. Right, top of the fix list.
5. Low priority, I'm hoping IE will add client side spell check first. (Come on Santa, bring us IE8 with spell check!)
|
|
The Following User Says Thank You to jminatel For This Useful Post:
|
|

December 22nd, 2008, 11:27 PM
|
|
Wrox Author
Points: 12,827, Level: 49 |
|
|
Join Date: Oct 2005
Location: Akron, Ohio, USA.
Posts: 4,029
Thanks: 1
Thanked 42 Times in 42 Posts
|
|
Hi Jim,
In the same vein as number 2 from Imar's list, is there a way for us to Paste as Plain Text? I typically use a posters original code as reference in my responses and i will normally copy their code directly out of the post. The problem I run into is that if the user has used the highlight tag the formatting code is carried through into the editor so copying something as simple as:
csharp Code:
String.Format("{0} world", "Hello");
becomes something like:
Code:
{font size=2}{color=blue}String{/color}{/font}
and so on.
Further, is there anyway to prevent the editor from detecting that i have copied a formatted code block? I have had an issue where i will copy an entire block of code from a post and when I paste it into the editor it inserts what appears to be something like an IFRAME which makes it a tad difficult to navigate around inside the editor.
Thanks!
-Doug
__________________
===============================================
Doug Parsons
Wrox online library: Wrox Books 24 x 7
Did someone here help you? Click  on their post!
"Easy is the path to wisdom for those not blinded by themselves."
===============================================
|

December 23rd, 2008, 12:13 AM
|
 |
Wrox Staff
|
|
Join Date: May 2003
Location: Indianapolis, IN, USA.
Posts: 1,349
Thanks: 27
Thanked 49 Times in 40 Posts
|
|
Doug:
For the copying the code issues, have you tried "reply with quote" rather than copying and pasting code?
For plain text, have you tried the "remove text formatting" in the full editor?
|

December 23rd, 2008, 06:37 AM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Nice No, excellent, thanks for that and the future changes....
Imar
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |