Click here to Skip to main content
16,014,613 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
Generalfirst prev next last Pin
SimonS29-Sep-02 23:38
SimonS29-Sep-02 23:38 
GeneralRe: first prev next last Pin
Brian Delahunty30-Sep-02 9:19
Brian Delahunty30-Sep-02 9:19 
GeneralRe: first prev next last Pin
James T. Johnson30-Sep-02 10:19
James T. Johnson30-Sep-02 10:19 
GeneralI suggest adding a forum... Pin
zhoujun28-Sep-02 15:12
zhoujun28-Sep-02 15:12 
GeneralRe: I suggest adding a forum... Pin
Rohit  Sinha28-Sep-02 19:46
Rohit  Sinha28-Sep-02 19:46 
GeneralRe: I suggest adding a forum... Pin
Stephane Rodriguez.29-Sep-02 23:11
Stephane Rodriguez.29-Sep-02 23:11 
GeneralRe: I suggest adding a forum... Pin
Ed Gadziemski1-Oct-02 4:42
professionalEd Gadziemski1-Oct-02 4:42 
GeneralCP forum navigation improvement code Pin
Stephane Rodriguez.28-Sep-02 3:39
Stephane Rodriguez.28-Sep-02 3:39 
I often see myself histerically move the mouse to click on Prev/Next buttons when browsing the CP forum for next message pages.

It gets on my nerves to have to scroll just to find this button.

What follows is a humble suggestion as a general navigation improvement, taking advantage of a keyboard accelerator.

In fact, this navigation experience could be enhanced, and simplified with a key shortcut, for instance Alt+X to go next page.
How does this works. Well, you CP administrators know that the Prev and Next buttons are in fact simple links. What is needed to enable a given accelerator is just add a value for the accessKey="X" attribute in the <a href="..."> link.
Now when the user presses Alt+X (X is near the Alt key, which is fine), the hyperlink gets the focus. In turn, we add this tiny onfocus event handler : onfocus="location.href=this.href"
which as anyone guesses will execute the link itself. For sake of Netscape/Opera compatibility, it can be even simpler to just reproduce the actual link on the focus event handler, instead of javascript code.

What about that ?



if you start putting in too manay features, it no longer remains useful for beginners
quote in a CP article comment, shiraz baig
GeneralRe: CP forum navigation improvement code Pin
Daniel Turini28-Sep-02 23:01
Daniel Turini28-Sep-02 23:01 
GeneralRe: CP forum navigation improvement code Pin
Stephane Rodriguez.29-Sep-02 0:00
Stephane Rodriguez.29-Sep-02 0:00 
GeneralUnifying the Lounge and the Lounge? Pin
Andreas Saurwein26-Sep-02 3:10
Andreas Saurwein26-Sep-02 3:10 
GeneralRe: Unifying the Lounge and the Lounge? Pin
peterchen28-Sep-02 4:44
peterchen28-Sep-02 4:44 
GeneralRe: Unifying the Lounge and the Lounge? Pin
Paul Riley28-Sep-02 11:33
Paul Riley28-Sep-02 11:33 
GeneralRe: Unifying the Lounge and the Lounge? Pin
peterchen28-Sep-02 13:17
peterchen28-Sep-02 13:17 
GeneralRe: Unifying the Lounge and the Lounge? Pin
Brian Delahunty30-Sep-02 9:17
Brian Delahunty30-Sep-02 9:17 
GeneralRe: Unifying the Lounge and the Lounge? Pin
Andreas Saurwein30-Sep-02 10:15
Andreas Saurwein30-Sep-02 10:15 
GeneralName Color Pin
ColinDavies25-Sep-02 15:31
ColinDavies25-Sep-02 15:31 
GeneralRe: Name Color Pin
benjymous26-Sep-02 1:20
benjymous26-Sep-02 1:20 
GeneralRe: Name Color Pin
zhoujun26-Sep-02 1:51
zhoujun26-Sep-02 1:51 
GeneralRe: Name Color Pin
Nnamdi Onyeyiri28-Sep-02 1:02
Nnamdi Onyeyiri28-Sep-02 1:02 
GeneralRe: Name Color Pin
zhoujun26-Sep-02 1:54
zhoujun26-Sep-02 1:54 
GeneralRe: Name Color Pin
Simon Walton28-Sep-02 10:09
Simon Walton28-Sep-02 10:09 
GeneralRSS Feed Pin
benjymous25-Sep-02 0:08
benjymous25-Sep-02 0:08 
GeneralRe: RSS Feed Pin
Paul Watson25-Sep-02 0:24
sitebuilderPaul Watson25-Sep-02 0:24 
GeneralRe: RSS Feed Pin
benjymous25-Sep-02 0:43
benjymous25-Sep-02 0:43 

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.