[jQuery] Re: What do you use?

2008-04-19 Thread [EMAIL PROTECTED]
PHP. I'd like to get on top of Python, but I'm currently having enough trouble with javascript ;) On Apr 18, 6:10 pm, cmvonner [EMAIL PROTECTED] wrote: CFML (ColdFusion/BlueDragon) with JSON.cfc for converting server-side data into JSON to pass to jQuery. Carl On Apr 16, 4:31 am, Chalkers

[jQuery] Re: What do you use?

2008-04-18 Thread cmvonner
CFML (ColdFusion/BlueDragon) with JSON.cfc for converting server-side data into JSON to pass to jQuery. Carl On Apr 16, 4:31 am, Chalkers [EMAIL PROTECTED] wrote: Hi jQueryers, I am curious what people use as on the server side with jQuery? PHP, ASP, Groovy/Java/Spring, RoR, something else

[jQuery] Re: What do you use?

2008-04-17 Thread Richard Weeks
ASP.NET 2.0 with (usually) Umbraco CMS running on top. jQuery is client-side, right? Or am I missing something of momentous importance? :) Also on the client side I use bits of the Yahoo User Interface Library (YUI), mainly reset-fonts-grids. That stops me having to care about bloody 3 column

[jQuery] Re: What do you use?

2008-04-17 Thread Christoph Haas
On Mittwoch, 16. April 2008, Chalkers wrote: I am curious what people use as on the server side with jQuery? Pylons (pylonshq.com). PHP is a no-go for me. Christoph (who wonders how long this thread will become) -- When you do things right people won't be sure you've done anything at all.

[jQuery] Re: What do you use?

2008-04-17 Thread MorningZ
ASP.NET 2.0 here, along with a few helpful add ons to help me with jQuery: - Wilco Bauwer's ID Override (http://www.wilcob.com/Wilco/Toolbox/ WilcoWeb.aspx) which keeps MasterPages and UserControls from messing with the control IDs and - Jason Newton's Json.NET library

[jQuery] Re: What do you use?

2008-04-17 Thread Erik Beeson
Java. See also, this thread: http://groups.google.com/group/jquery-en/browse_thread/thread/ce0ddf8919cb9334/2613d125f737387d --Erik On Wed, Apr 16, 2008 at 4:31 AM, Chalkers [EMAIL PROTECTED] wrote: Hi jQueryers, I am curious what people use as on the server side with jQuery? PHP, ASP,