Just adding this one (that most of you probably have seen) since this thread features some talk about mobile development: http://ajaxian.com/archives/yo-yo-developer-killer-cross-platform-mobile-web-apps-with-jo
I haven't checked it out yet, so I can't comment. As far as a framework it looks pretty cool as it seems to easily support all kind of platforms. I mean, Jo makes your life easier when developing a mobile app. Maybe Christoph can write a post indeed (hehe) about his ideas/views and compare it with frameworks pro/cons (not diving deep into all frameworks, just mobile framework vs mootools in general I guess). On Oct 6, 2:51 pm, Christoph Pojer <[email protected]> wrote: > JQ mobile is mostly CSS. Sencha is a full fledged framework for > application development. > > MooTools Core is a generic base for any sort of JavaScript > development. In fact it runs unmodified in any environment (such as > NodeJS, or any desktop or mobile browser). Just think about Class - it > is a super clean and super elegant implementation that doesn't > restrict you in any way. Add plugins (like my mootools-mobile library) > on top of it, add other necessary features (like Locale, > Form.Validator or other stuff from More) - those things are not > mutually exclusive. Just like that you have all the necessary > components. There is no need to make a specific mobile library, our > stuff runs everywhere already. There is however a need to create > different modules for different tasks. My mootools-mobile provides a > base - feel free to create anything mobile on top of it. > > Providing a view for mobile devices through CSS should really not be > the goal of any JavaScript library. Unlike others, MooTools and most > of its plugins do not demand any certain page structure. Plugins are > usually extensible and customizable. Throw in your own HTML and CSS > and expect it to work. > > On Oct 6, 2:02 pm, אריה גלזר <[email protected]> wrote: > > > > > Mostly I've been following JQ mobile and Sencha and noticed that they > > provide a lot of UI automation and behavior, as well as touch event support, > > and was wondering if tools like those were available in moo. > > > I'm just starting off with mobile dev and would rather use moo with all it's > > glory than move to another library for my mobile versions... > > > On Wed, Oct 6, 2010 at 1:35 PM, Christoph Pojer > > <[email protected]>wrote: > > > > What exactly are your requirements for a mobile library? I am planning > > > to do blog posts on the topic as I am using MooTools for mobile web > > > application development. MooTools works perfectly fine on mobile > > > devices - you can even strip out stuff from core that you likely don't > > > need (Fx, Swiff, Cookie, ...). > > > > On Oct 6, 12:51 pm, Slik Jay <[email protected]> wrote: > > > >http://github.com/cpojer/mootools-mobile > > > > also was mootouch, buthttp://mootouch.netnowredirectsto sencha.com > > > > and Moobile project in work, but it's still closed > > > > > On Wed, Oct 6, 2010 at 1:46 PM, אריה גלזר <[email protected]> > > > wrote: > > > > > Is there any ongoing work on a Mootools mobile extension? If so, where > > > can I > > > > > find it? If not - I would like to participate in creating one, though > > > > > I > > > must > > > > > admit I have little experience in that field > > > > > > -- > > > > > Arieh Glazer > > > > > אריה גלזר > > > > >052-5348-561 > > > > > 5561 > > > -- > > Arieh Glazer > > אריה גלזר > > 052-5348-561 > > 5561
