We just launched beta of the iRequest live webapp

View: New views
5 Messages — Rating Filter:   Alert me  

We just launched beta of the iRequest live webapp

by GlebM :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi, guys!

We just launched the web version of the iRequest Live!
You can create playlists and other people can request songs from them.
It's running on qooxdoo 0.8.3 stable frontend and Ruby On Rails 2.3.4
backend.

Check it out at http://www.irequestlive.com 
It's free, and I hope you will like it

Cheers,
Gleb :)
--
View this message in context: http://n2.nabble.com/We-just-launched-beta-of-the-iRequest-live-webapp-tp3954432p3954432.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: We just launched beta of the iRequest live webapp

by Alexander Steitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Gleb,

On Thursday 05 November 2009 Gleb wrote:
> We just launched the web version of the iRequest Live!
Congrats! Nice to hear you had a successful launch.

> You can create playlists and other people can request songs from them.
> It's running on qooxdoo 0.8.3 stable frontend and Ruby On Rails 2.3.4
> backend.
It would be very nice if you can add your application to the "real-life
examples" section at the qooxdoo wiki.
-> http://qooxdoo.org/community/real_life_examples

Maybe you can add there one or more screenshots :)

cheers,
  Alex

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: We just launched beta of the iRequest live webapp

by GlebM :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Thanks, Alex!

I updated the news post (http://irequestlive.com/posts/5?locale=en) with a
couple of screenshots.

Here is a webapp screenshot:
http://irequestlive.com/images/webapp-screenshot.png 
http://n2.nabble.com/file/n3963721/webapp-screenshot.t.png 

Cheers,
Gleb


Alexander Steitz wrote:

>
> Hi Gleb,
>
> On Thursday 05 November 2009 Gleb wrote:
>> We just launched the web version of the iRequest Live!
> Congrats! Nice to hear you had a successful launch.
>
>> You can create playlists and other people can request songs from them.
>> It's running on qooxdoo 0.8.3 stable frontend and Ruby On Rails 2.3.4
>> backend.
> It would be very nice if you can add your application to the "real-life
> examples" section at the qooxdoo wiki.
> -> http://qooxdoo.org/community/real_life_examples
>
> Maybe you can add there one or more screenshots :)
>
> cheers,
>   Alex
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@...
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

--
View this message in context: http://n2.nabble.com/We-just-launched-beta-of-the-iRequest-live-webapp-tp3954432p3963721.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: We just launched beta of the iRequest live webapp

by Raúl Gutiérrez "S." :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Gleb,

On Thu, 2009-11-05 at 11:18 -0800, Gleb wrote:
> Hi, guys!
>
> We just launched the web version of the iRequest Live!
> You can create playlists and other people can request songs from them.
> It's running on qooxdoo 0.8.3 stable frontend and Ruby On Rails 2.3.4
> backend.
>

Interesting, we use the same technology combo for our inventory app.

What type of RPC do you use?

We use JSON but we have lots of custom stuff. I was thiking of adding a
RoR backend support to Qooxdoo...

Regards,
Raúl





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Re: We just launched beta of the iRequest live webapp

by GlebM :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Hi, Raul!

We use JSON (qx.io.remote.Request <-> result.as_json).
It's might not be the most convenient way, but in our case performance is
very important.
If you want to ask me about the details, I'm on Windows Live Messenger
during the European evening (Madrid, GMT +1), same email.

Cheers,
Gleb


Raul Gutierrez Segales wrote:

>
> Hi Gleb,
>
> On Thu, 2009-11-05 at 11:18 -0800, Gleb wrote:
>> Hi, guys!
>>
>> We just launched the web version of the iRequest Live!
>> You can create playlists and other people can request songs from them.
>> It's running on qooxdoo 0.8.3 stable frontend and Ruby On Rails 2.3.4
>> backend.
>>
>
> Interesting, we use the same technology combo for our inventory app.
>
> What type of RPC do you use?
>
> We use JSON but we have lots of custom stuff. I was thiking of adding a
> RoR backend support to Qooxdoo...
>
> Regards,
> Raúl
>
>
>
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day
> trial. Simplify your report design, integration and deployment - and focus
> on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@...
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>

--
View this message in context: http://n2.nabble.com/We-just-launched-beta-of-the-iRequest-live-webapp-tp3954432p4000763.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel