[Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread Clint Priest
If you're on a PC you can adjust your wheel-scroll settings in Control Panel - Mouse - Wheel. I think the default is 3 and I usually adjust mine up as well. On Apr 6, 7:15 am, joe t. thooke...@gmail.com wrote: +1 for the scrolling. The navigation between documentation links has much improved,

Re: [Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread toxcct
A HTTP 301 seems a better solution as it stands for Permanently redirected to a given URL... the header should look like : HTTP/1.1 301 Moved Permanently Location: http://www.newurl.com/ 2010/4/6 Tobie Langel tobie.lan...@gmail.com A practical solution would be a well designed 404. We

Re: [Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread toxcct
BTW, if the .htaccess file is not accessible or cannot be updated, it is still possible to redirect from the server-side language used (header() for instance with php)... 2010/4/6 Robert Kieffer bro...@gmail.com Urm... really? You can do 404's but not 301's? Not saying I don't believe you,

[Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread T.J. Crowder
Tobie, Can we use JavaScript on Mephisto pages? -- T.J. On Apr 6, 6:49 pm, Tobie Langel tobie.lan...@gmail.com wrote: Urm... really?  You can do 404's but not 301's? I was suggesting crating a good 404 page. Not modifying the http response code. Not saying I don't believe you, I'm just

[Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread joe t.
Agreed, and it appears to be specific to Firefox. However, i can't recall any other circumstances (iframe, CSS overflow, etc) where the scroll bar behaves differently. The new API page is the only time i've seen this behavior. Peculiar. Oh well, it's hardly the end of the world. :) -joe t. On

[Prototype-core] Re: Kudos to the documentation team

2010-04-07 Thread Tobie Langel
Can we use JavaScript on Mephisto pages? -- T.J. Yes, but we're moving away from it. -- You received this message because you are subscribed to the Google Groups Prototype: Core group. To post to this group, send email to prototype-core@googlegroups.com To unsubscribe from this group, send

[Prototype-core] Roadmap

2010-04-07 Thread gf3
This is a continuation of the discussion started here: http://github.com/sstephenson/prototype/commit/2f9bde3ad5a2e3dd104c812b6c81f4077fe0aa1e#all_commit_comments It would be very helpful to see some sort of Prototype roadmap or at least be able to see internal discussion about the development of

Re: [Prototype-core] Roadmap

2010-04-07 Thread Allen Madsen
I agree that a road map would be helpful. In addition to the reasons gf3 mentioned, I think it would make it easier to contribute. Allen Madsen http://www.allenmadsen.com On Wed, Apr 7, 2010 at 4:53 PM, gf3 giannichiappe...@gmail.com wrote: This is a continuation of the discussion started