[jQuery] Re: Server Side jQuery

2008-06-15 Thread howa
On 6月16日, 上午2時34分, "Nitsan Bin-Nun" <[EMAIL PROTECTED]> wrote: > I'm new here, > For what cause you want to execute jquery on the server side? 'DOM Scraping' http://www.aptana.com/node/339

[jQuery] Re: Server Side jQuery

2008-06-15 Thread Nitsan Bin-Nun
I'm new here, For what cause you want to execute jquery on the server side? -- Nitsan On 15/06/2008, howa <[EMAIL PROTECTED]> wrote: > > > Currently I have only tested 2 way to do server side jquery > > 1. env.js + rhino > 2. jaxer > > Both 2 methods are following John's blog > > > Anyone know ot

[jQuery] Re: server side jquery

2007-12-26 Thread GeekFreak
forgot to mention. it is open source and avail under the GPL On Dec 26, 11:14 am, GeekFreak <[EMAIL PROTECTED]> wrote: > For you folks that want to run jQuery serverside, here's a little > teaser for a product we're releasing early in the new year, that will > allow you run jQueryserverside(and m

[jQuery] Re: server side jquery

2007-12-26 Thread GeekFreak
For you folks that want to run jQuery serverside, here's a little teaser for a product we're releasing early in the new year, that will allow you run jQuery server side (and much more) , we currently have most of the jquery unit tests working, and hope that the wonderfully active jQuery community

[jQuery] Re: server side jquery

2007-12-18 Thread Fabien Meghazi
> > on rails etc... These "serve" the data to the visitor's browser software, > > and that data can be html, xml, css or javascript and jquery included. but > > it cannot RUN or EXECUTE it. > > > In classic Asp we use server side Java/Vb Script. Of course you can run any language server side usin

[jQuery] Re: server side jquery

2007-12-17 Thread Bil Corry
Michael Geary wrote on 12/16/2007 7:57 PM: I wonder if Hpricot might be a place to start? It's made for HTML, not XML, though... http://code.whytheluckystiff.net/hpricot/ AppJet allows you to host webapps for free, with the app written entirely in JavaScript: - With AppJet, you write

[jQuery] Re: server side jquery

2007-12-17 Thread Sharique
On Dec 16, 3:51 am, "Alexandre Plennevaux" <[EMAIL PROTECTED]> wrote: > hey Sharique, > > joke apart, jquery is javascript: javascript is clientside, meaning it runs > in the browser visiting the website. Serverside languages are PHP, ASP, ruby > on rails etc... These "serve" the data to the vis

[jQuery] Re: server side jquery

2007-12-16 Thread Michael Geary
> Well of course talking about jQuery server side is pointless. > Now there's a context where it comes interesting. > Something I would really like to see is a ruby binding to > libxml with a jQuery like structure. > When I have to deal with xml in a server side app, I can't > stop telling me th

[jQuery] Re: server side jquery

2007-12-16 Thread Fabien Meghazi
> Well, I feel silly now. Maybe jQuery + env.js + Rhino can come to my house > and do some laundry as well. Well of course talking about jQuery server side is pointless. Now there's a context where it comes interesting. Something I would really like to see is a ruby binding to libxml with a jQue

[jQuery] Re: server side jquery

2007-12-16 Thread Josh Nathanson
Well, I feel silly now. Maybe jQuery + env.js + Rhino can come to my house and do some laundry as well. -- Josh - Original Message - From: "Kelvin Luck" <[EMAIL PROTECTED]> To: Sent: Sunday, December 16, 2007 2:35 AM Subject: [jQuery] Re: server side jquery

[jQuery] Re: server side jquery

2007-12-16 Thread Alexandre Plennevaux
darn, that's quite amazing! my bad! it is possible after all! I guess that the true answer to Sheride is actually: to do what? On Dec 16, 2007 11:35 AM, Kelvin Luck <[EMAIL PROTECTED]> wrote: > > Sharique wrote: > > Is it possible to run excute jquery on server side. > > http://ejohn.org/blog/bri

[jQuery] Re: server side jquery

2007-12-16 Thread Fabien Meghazi
> > No, it is not possible. > > Unfortunately, John Resig made a mistake while designing jQuery. He > > assumed that the window object is always defined. > > I don't think that was a mistake. I'm sure if John had intended for jQuery > to be used on the server, he would have designed it as such. I

[jQuery] Re: server side jquery

2007-12-16 Thread Kelvin Luck
Sharique wrote: Is it possible to run excute jquery on server side. http://ejohn.org/blog/bringing-the-browser-to-the-server/

[jQuery] Re: server side jquery

2007-12-15 Thread Alexandre Plennevaux
hey Sharique, joke apart, jquery is javascript: javascript is clientside, meaning it runs in the browser visiting the website. Serverside languages are PHP, ASP, ruby on rails etc... These "serve" the data to the visitor's browser software, and that data can be html, xml, css or javascript and jqu

[jQuery] Re: server side jquery

2007-12-15 Thread Josh Nathanson
uld take a lot of new functionality, although it's hard for me to even picture how that would work. -- Josh - Original Message - From: "Fabien Meghazi" <[EMAIL PROTECTED]> To: Sent: Saturday, December 15, 2007 2:04 PM Subject: [jQuery] Re: server side jquery

[jQuery] Re: server side jquery

2007-12-15 Thread Fabien Meghazi
On 12/15/07, Sharique <[EMAIL PROTECTED]> wrote: > > Is it possible to run excute jquery on server side. No, it is not possible. Unfortunately, John Resig made a mistake while designing jQuery. He assumed that the window object is always defined. This is too bad because we can't run it server sid