[Catalyst] Which JS framework to use?

2011-03-13 Thread Alex Povolotsky
Hello! I'm QUITE new to JS, and tried my best to evade it, but now I have to face that thing. First of all, I'd need autocompletion and form extension (Add one more field button, to clone selectbox+text fields) I understand that it can be done using ANY nowadays framework, but I'd also

Re: [Catalyst] Which JS framework to use?

2011-03-13 Thread Richard Thomas
jQuery, without a shadow of doubt. It's getting to be like CPAN, where the trick is picking the right plug-in from the assortment available. Whatever modern web stuff you want to do, you're unlikely to go wrong with jQuery. cheers RET Sent from my iPhone On

Re: [Catalyst] Which JS framework to use?

2011-03-13 Thread Richard Thomas
My experience with mootools is quite limited - and I certainly don't want to start Palestine for Geeks by arguing javascript frameworks on the Catalyst framework list! - but I did intend to make the point previously that much of the syntax of jQuery will feel familiar to anyone with a perl

Re: [Catalyst] Which JS framework to use?

2011-03-13 Thread Peter Edwards
On 13 March 2011 08:15, Alex Povolotsky tark...@over.ru wrote: I'm QUITE new to JS, and tried my best to evade it, but now I have to face that thing. First of all, I'd need autocompletion and form extension (Add one more field button, to clone selectbox+text fields) I understand that it

[Catalyst] apache2 fastcgi

2011-03-13 Thread shawn wilson
i'm trying to deploy a project on apache2. first, i tried by hand with this config: VirtualHost *:80 DocumentRoot /var/www/Shell/root Alias /static /var/www/Shell/root ErrorLog /var/log/apache2/error.log Location /static SetHandler default-handler /Location Alias /

Re: [Catalyst] Which JS framework to use?

2011-03-13 Thread shawn wilson
On Sun, Mar 13, 2011 at 4:15 AM, Alex Povolotsky tark...@over.ru wrote: Hello! I'm QUITE new to JS, and tried my best to evade it, but now I have to face that thing. First of all, I'd need autocompletion and form extension (Add one more field button, to clone selectbox+text fields) I

Re: [Catalyst] apache2 fastcgi

2011-03-13 Thread Mike Raynham
On 13/03/11 12:54, shawn wilson wrote: i'm trying to deploy a project on apache2. first, i tried by hand with this config: VirtualHost *:80 DocumentRoot /var/www/Shell/root Alias /static /var/www/Shell/root ErrorLog /var/log/apache2/error.log Location /static SetHandler

Re: [Catalyst] Unicode::Encoding - utf8 \xBA does not map to Unicode

2011-03-13 Thread ryan lauterbach
The %E9 is what the browsers change the character into. Even when pasting the symbol into the url bar this happens. The query parameter is part of a paypal IPN, so I can't control it anyways. Even if the URL is inproperly formed I think Catalyst should handle it gracefully. 2011/3/12

Re: [Catalyst] Unicode::Encoding - utf8 \xBA does not map to Unicode

2011-03-13 Thread Eisenberger Tamás
Actually I can't find a browser that encodes the 'é' incorrectly... Tested chrome dev, firefox stable, ie8... What browser does this for you? -- Eisenberger Tamás ta...@eisenberger.hu On Sun, 2011-03-13 at 14:46 +, ryan lauterbach wrote: The %E9 is what the browsers change the character

[Catalyst] external post request

2011-03-13 Thread shawn wilson
i got my application working on apache. however, i seem to have an issue with 'post' requests that are outside of my lan. i'm not sure where this problem resides, so if there's a better forum for this, let me know. the computer is nat'd (i've fwd'd 80/tcp). tt handles the url correctly, either

[Catalyst] Re: external post request

2011-03-13 Thread shawn wilson
On Mon, Mar 14, 2011 at 1:11 AM, shawn wilson ag4ve...@gmail.com wrote: i got my application working on apache. however, i seem to have an issue with 'post' requests that are outside of my lan. i'm not sure where this problem resides, so if there's a better forum for this, let me know. the