Re: [web2py] Re: when to use ajax

2010-12-06 Thread Branko Vukelic
On Mon, Dec 6, 2010 at 6:24 AM, Phyo Arkar phyo.arkarl...@gmail.com wrote: I use features as needed in each pages. If i can figure out  a way to put jqgrid to work hell , i will use full qxd ! http://qx/api/#qx.ui.embed.Html This allows you to create an HTML element you need in order to attach

Re: [web2py] Re: when to use ajax

2010-12-06 Thread Branko Vukelic
Sry, the API docs link was from my home server. :P Here's the correct url: http://demo.qooxdoo.org/1.2.x/apiviewer/#qx.ui.embed.Html On Mon, Dec 6, 2010 at 5:59 PM, Branko Vukelic bg.bra...@gmail.com wrote: On Mon, Dec 6, 2010 at 6:24 AM, Phyo Arkar phyo.arkarl...@gmail.com wrote: I use

Re: [web2py] Re: when to use ajax

2010-12-06 Thread Phyo Arkar
Thanks man! i am now going to build a mockup of my app using it! On Mon, Dec 6, 2010 at 11:31 PM, Branko Vukelic bg.bra...@gmail.com wrote: Sry, the API docs link was from my home server. :P Here's the correct url: http://demo.qooxdoo.org/1.2.x/apiviewer/#qx.ui.embed.Html On Mon, Dec 6,

Re: [web2py] Re: when to use ajax

2010-12-06 Thread Branko Vukelic
On Tue, Dec 7, 2010 at 3:26 AM, Phyo Arkar phyo.arkarl...@gmail.com wrote: Thanks man! i am now going to build a mockup of my app using it! No problem. Good luck! -- Branko Vukelić bg.bra...@gmail.com stu...@brankovukelic.com Check out my blog: http://www.brankovukelic.com/ Check out my

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Phyo Arkar
The syntax of qooxdoo is almost java .. On 12/5/10, Phyo Arkar phyo.arkarl...@gmail.com wrote: yes , all your points are good. But jq+jqueryui allows to build something really cool stuff like jqgrid which is superb.I had check and qooxdoo's table is not even half of jqgrid capabilities. I

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Branko Vukelic
I'm going through the examples, reading the docs, playing with the demos. I can say this with great confidence: qooxdoo is the most advanced JavaScript framework ever. It makes others look like they're from 90s. Just take a look at this: http://demo.qooxdoo.org/current/inspector/ This is

[web2py] Re: when to use ajax

2010-12-05 Thread weheh
I've been using jQuery UI and jQuery Layout. Just took a look at qooxdoo -- very cool stuff. It's a little late for me to test qooxdoo, but perhaps for my next project. Layout and UI together are quite good for multi-platform consistency. I prefer UI's look to what I've seen so far of qooxdoo, but

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Phyo Arkar
I agree all the awesomeness and powerfulness of qxd but as i has been spoiled by jQuery and i hated java with a passion [I had to use java all previous years for a IP-Camera project ,i developed an UDP Hole punching + UPNP firewall punching + IRC Communicateble agent for camera and browser

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Branko Vukelic
On Mon, Dec 6, 2010 at 4:46 AM, Phyo Arkar phyo.arkarl...@gmail.com wrote: I agree all the awesomeness and powerfulness of qxd but as i has been spoiled by jQuery and i hated java with a passion [I had to use java all previous years for a IP-Camera project ,i developed an UDP Hole punching +

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Phyo Arkar
You don't. :) qxd is for fat-client apps, and you don't need much HTML there. I actually fully agree with this. If you want to make a desktop-like application, you really don't need to worry about CSS nad HTML. You need a standard way to create windows, add buttons, and the actual looks are mere

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Branko Vukelic
On Mon, Dec 6, 2010 at 5:20 AM, Phyo Arkar phyo.arkarl...@gmail.com wrote: So it seems that it will need to hack around pretty much to put jqGrid inside one of the qooxdoo window. as jqGrid need an element with an id which can be slected by jquery. What's the deal with jqGrid? There's a qxd

Re: [web2py] Re: when to use ajax

2010-12-05 Thread Phyo Arkar
Yes i already checked and tested. I used many Many features out of jqgrid : Local Filtering , Multi Select , Sorting , Theme Roller , Subgrid , Real Grid as Sub Grid , Tree Grid , inplace editing, Dynamic Dataloading on Scroll, Custom buttons. qxd Table do not have cool pager jqgrid have. I use

[web2py] Re: when to use ajax

2010-12-04 Thread Mengu
instead of extjs i can happily recommend you using qooxdoo. see: http://qooxdoo.org On Dec 3, 11:10 pm, Branko Vukelic bg.bra...@gmail.com wrote: On Fri, Dec 3, 2010 at 7:04 PM, ron_m ron.mco...@gmail.com wrote: I would be careful on the licensing of Ext JS, wasn't this the one that caused

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Branko Vukelic
Awesome feature set. On Sat, Dec 4, 2010 at 11:31 PM, Mengu whalb...@gmail.com wrote: instead of extjs i can happily recommend you using qooxdoo. see: http://qooxdoo.org On Dec 3, 11:10 pm, Branko Vukelic bg.bra...@gmail.com wrote: On Fri, Dec 3, 2010 at 7:04 PM, ron_m ron.mco...@gmail.com

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Branko Vukelic
OMG! I'm definitely using this for admin2! I've just started the Hello World tutorial. I can't believe the attention it's been given... /me drops jaw On Sun, Dec 5, 2010 at 12:07 AM, Branko Vukelic bg.bra...@gmail.com wrote: Awesome feature set. On Sat, Dec 4, 2010 at 11:31 PM, Mengu

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Phyo Arkar
Why nobody uses JQUI ? http://jqueryui.com yes extJS and other UI frameworks have already build UIs , but if you want to build something from scratch jqui provide you all the stuff you need. It have very powerful CSS Framework. I found it very easy/productive to use, and themeroller rocks! On

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Phyo Arkar
I just check qooxdoo , it seems very powerful.. What jslib it based on? jq? mootoo? or nothing at all? On 12/5/10, Phyo Arkar phyo.arkarl...@gmail.com wrote: Why nobody uses JQUI ? http://jqueryui.com yes extJS and other UI frameworks have already build UIs , but if you want to build

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Branko Vukelic
The difference between frameworks like Dojo, qooxdoo, extJS on one hand, and jQUI on the other is that the former are complete GUI toolkits, whereas jQUI is a mere collection widgets. It's a difference between plastic surgery and makeup. Some of the stuff jQUI is missing: * coross-browser form

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Branko Vukelic
It's a framework. It's got its own packaging system, build system, you name it. Very powerful stuff. Plus you get an endless collection of 'stuff' to build your apps with. Amazing. On Sun, Dec 5, 2010 at 5:35 AM, Phyo Arkar phyo.arkarl...@gmail.com wrote: I just check qooxdoo , it seems very

Re: [web2py] Re: when to use ajax

2010-12-04 Thread Phyo Arkar
yes , all your points are good. But jq+jqueryui allows to build something really cool stuff like jqgrid which is superb.I had check and qooxdoo's table is not even half of jqgrid capabilities. I just wish it would be really nice if qooxdoo will support jq's themeroller.. and it will be more than

[web2py] Re: when to use ajax

2010-12-03 Thread pbreit
If you *really* want it to be like a desktop app you should have a look at Ext JS from Sencha. It's quite a bit more involved but can support some very rich interfaces.

Re: [web2py] Re: when to use ajax

2010-12-03 Thread Michele Comitini
http://www.dynarchlib.com/ very well designed 2010/12/3 pbreit pbreitenb...@gmail.com: If you *really* want it to be like a desktop app you should have a look at Ext JS from Sencha. It's quite a bit more involved but can support some very rich interfaces.

[web2py] Re: when to use ajax

2010-12-03 Thread ron_m
Took a quick look at dynarchlib, looks great and BSD licensed. I would be careful on the licensing of Ext JS, wasn't this the one that caused some concerns a couple of years ago when they switched as they became popular with the GWT users? On Dec 3, 8:58 am, Michele Comitini

Re: [web2py] Re: when to use ajax

2010-12-03 Thread Branko Vukelic
On Fri, Dec 3, 2010 at 7:04 PM, ron_m ron.mco...@gmail.com wrote: I would be careful on the licensing of Ext JS, wasn't this the one that caused some concerns a couple of years ago when they switched as they became popular with the GWT users? They require you to release your _application_ code