[Seaside] JQueryMobile initial release

Nick Ager nick.ager at gmail.com
Fri Oct 14 17:24:33 UTC 2011


I guess you are referring to the "loading..." popup. It is possible to
prefetch pages: http://jquerymobile.com/test/docs/pages/page-cache.html

but I guess you need to be judicious in how many pages you prefetch

On 14 October 2011 18:08, Norbert Hartl <norbert at hartl.name> wrote:

> Wonderful Nick!
>
> One question. There is a lot of mentioning single page apps. On my desktop
> it feals like one but on the iphone I can see it is loading every single
> page. Is this intended?
>
> Norbert
>
> Am 14.10.2011 um 16:54 schrieb Nick Ager:
>
> Hi,
>
> I've just published an initial integration of JQuery Mobile [1] with
> Seaside. You can try it out at: http://jquerymobile.seasidehosting.st
>
> It's nearly complete - the outstanding work is to integrate JQuery
> scripting support - though it's certainly usable in it's current form.
> Feedback is welcome.
>
> This work has been sponsored by Louis Andriese at "Delta Lloyd Online
> Innovations" [2] and made available under the MIT licence. It wouldn't
> have been possible without their support.
>
> The code is available for Pharo and VASt (see http://vastgoodies.com/)
>
> To load the code into Pharo you'll need a recent release of Seaside (I used
> the version available on Lukas's Jenkins build server [3]):
>
> Gofer it
> url: 'http://ss3.gemstone.com/ss/jQueryMobile';
>   package: 'ConfigurationOfJQueryMobile';
>   load.
>  (ConfigurationOfJQueryMobile project version: '1.0-baseline') load.
>
> The code registers a functional test suite at /javascript/jquery-mobile
>
> Cheers,
>
> Nick
>
>
> [1] http://jquerymobile.com/
> [2] http://www.deltalloydgroep.com/
> [3] http://jenkins.lukas-renggli.ch/job/Seaside%203.0/
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111014/de8307bc/attachment-0001.htm


More information about the seaside mailing list