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 > A practical solution would be a well designed 404. > > We could get pdoc to ge

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 > Urm... really? You can do 404's but not 301's? > > Not saying I don't believe you, I'm just sur

Re: [Prototype-core] Prototype without browser?

2010-04-21 Thread toxcct
Hi RĂ¼diger, Are you sure you are using "Javascript" precisely ? Aren't you using some kind of ECMAScript instead ? because Javascript by definition is Browser oriented, and IMO, it doesn't really make sense to try to use Prototype outside of a browser then. Regards, 2010/4/20 RĂ¼diger Plantiko