 |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Forum and Wrox.com Feedback section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

December 11th, 2008, 12:10 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
New p2p.wrox.com forums open and new features
Welcome back, the Wrox, p2p.wrox.com programmer to programmer forums are back up and open for questions. Here's a short list of some of the key new features this version of the forums adds:
Here's a short list of the new features in this version of the forums: - RSS Feeds for each forum
- New subscription types: daily digests and weekly digests
- WYSIWYG Editor
- Improved spam prevention (invisible to user unless you are a spammer)
- Special user groups and identification for Wrox authors, technical editors, and staff
- Authors, technical editors, and staff can add profile photos, avatars
- Authors: your book covers make great avatars
- Authors, technical editors, and staff can post attachments
- Think of this for code samples, screen shots
- Click the "Thank you" button to thank a user for a useful post
- Thread ratings - give a thread 1-5 stars to rate it
- Better tracking and recognition of participation based not just on posts but also on thank you's, thread ratings, thread views and more. Watch for us to come up with ways to thank and recognize our most valuable contributors
- Social bookmarking links for Digg, del.icio.us, and others
- Calendar of events - for staff and members to keep a calendar of user group meetings, programmer conferences, and so on
- Polls - any member can post a poll allowing other members to vote on their question
- Advertising off for logged in users
- Nested subforums for topics with many categories
- Book forums feature book cover and links to book and code pages
- Better forum navigation, less page refresh, Ajax features for search, threads, etc
- Code syntax code coloring - use the "highlight" tag along with the right language name to syntax color code your code
- Similar threads - automatic listing of up to 5 related threads after each thread
- Friendly URLs
- Pages that aren't found will redirect to the forum search page instead of a "not found" error
- Welcome headers show guests a special encouragement to join and other members encouragement to post more, thanks for posts, or other uniquely tailored messages
Returning users will find a few missing and changed items to be aware of: - No server-side spell checking. Use either the built in FireFox Spell check or add IE Spell Add-in to Intenet Explorer
- Double check your profile, some links and formatting in profiles may break from the old forums to new. Also, if you want your birthday in your profile, we deleted them all, add it back in. Check your timezone.
- Temporarily, code that's posted without a "code" tag will lose it's indenting. We highly recommend you use the code tag for code anyway but we will change the code display of code outside "code" tags to preserve leading whitespace
We'll be listening for bugs you discover of course. Enjoy the new forums.
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|
|
The Following 3 Users Say Thank You to jminatel For This Useful Post:
|
|

December 12th, 2008, 04:22 PM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
Jim,
One thing that I have noticed, albeit intermittently, is that when I go to a page that no longer exists I receive the following PHP error:
Warning: include(/var/www/html/ vb/search.php) [ function.include]: failed to open stream: No such file or directory in /srv/wrox/vb/vbseo.php on line 1446
Warning: include() [ function.include]: Failed opening '/var/www/html/ vb/search.php' for inclusion (include_path='.:/usr/local/lib/php') in /srv/wrox/vb/vbseo.php on line 1446
The page that I go to when I get this error is:
http://p2p.wrox.com/active.asp
-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 12th, 2008, 04:31 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
Thanks Doug, I've got that bug logged and on the list to be fixed.
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|

December 12th, 2008, 04:36 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
I also noticed a Paste bug. When you past copied code (from the thread) all spaces are removed. Try copying this:
<asp:ControlParameter ControlID="TextBox1" Name="PinCode" PropertyName="Text" Type="Int32"/>
and then paste it in the reply box. It ends up as
<asp:ControlParameterControlID="TextBox1"Name="PinCode"PropertyName="Text"Type="Int32"/>
Can't repro it on this thread, but try here:
Searching gridview results
Copy one of the ControlParameter lines, click Edit reply and paste it.
Also, can we have a "Paste as plain text" button on the editor?
Imar
Last edited by Imar; December 12th, 2008 at 04:41 PM..
|

December 12th, 2008, 05:43 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
Thanks Imar. I'll report the spacing issue. As you know, spaces have been a real headache. :(
The "reply with quote" feature preserves spacing in replies, at least based on my first test. Could this potentially work as a workaround until we dig into the copy issue more?
In the full editor, does the remove text formatting button do what you want for pasted text?
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
Last edited by jminatel; December 12th, 2008 at 08:18 PM..
Reason: added reply with quote comment
|

December 14th, 2008, 07:59 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
It's not ideal (requires a few more steps / clicks) but it does indeed do what a Paste as Text button could do. Thanks for that.
I have a few more bug reports / feature requests. Where should I report those? In this thread? Or by mail? Or maybe in a different forum category?
Imar
|

December 14th, 2008, 06:49 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
Hey there.. Was waiting for your answer about where to post Bugs/feature problems, but since I saw this I though about post it.. In the first mail I received from this thread, there was a line that reads: "There may also be other replies, but you will not receive any more notifications until you visit the forum again.". But I received the full thread (which is ok, I want all of them).. I'm understanding this line bad? or should the system stop sending me mails until I visited the forum?
__________________
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 14th, 2008, 06:50 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
Also, I don't get it.. my fist post was full of returns, why I see only one line??
__________________
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 14th, 2008, 07:02 PM
|
 |
Wrox Staff
Points: 18,059, Level: 58 |
|
|
Join Date: May 2003
Posts: 1,906
Thanks: 62
Thanked 139 Times in 101 Posts
|
|
I've corrected the the standard test of the email message to match the actual subscription behavior. You will get each reply to a thread.
And yes, this is the best forum to post bugs and issues. Post the here publicly so everyone can know what's already been reported.
And also, gbianchi if you could give us more details on what you pasted originally, yes, line breaks and spacing are an issue we're working with. Would be helpful as we try to fix this to get all the feedback on all the breaks. Thanks!
__________________
Jim Minatel
Associate Publisher, WROX - A Wiley Brand
Did someone here help you? Click  on their post!
|

December 14th, 2008, 09:56 PM
|
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 2,189
Thanks: 5
Thanked 59 Times in 57 Posts
|
|
I'm using firefox with noscript add-on. I just realize that it was bloking the script for the site (new notebook, never get into the site from it).
So this msg will be a check for the line breaking thing. Anyway I was not pasting anything, just writting myself...
And now the email works ok (the text dissapear  )
__________________
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.
================================================== =========
|
|
 |