[ANN] Bootstrap 0.10.0 with Twitter Bootstrap v3.2.0 and Lighthouse sample app

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Bootstrap 0.10.0 with Twitter Bootstrap v3.2.0 and Lighthouse sample app

Torsten Bergmann
Hi,

the Bootstrap project (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap)
was updated to include the latest Twitter Bootstrap library v.3.2.0
from http://getbootstrap.com

Also you can now use:
 - an RTL/LTR version included for BIDI language applications
   (see #bootstraprtlminCss and #bootstraprtlCss

 - #tbsContainerFluid beside #tbsContainer.

How to try out:
===============
 1. load "Bootstrap" from Configuration browser in Pharo 3.0
 2. evaluate  

       ZnZincServerAdaptor startOn: 8080

 3. point browser to http://localhost:8080/bootstrap

Side note:
As the config also loads newer seaside you may also notice the return
of the "Seaside Control Panel" in the Tools menu aftwards where you
can also control the server as described in the regular Seaside docu.

Enjoy!

Bye
T.

Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Bootstrap 0.10.0 with Twitter Bootstrap v3.2.0 and Lighthouse sample app

kilon.alios
I assume the usage is pharo on the backend and bootstrap on the front end ? Very nice.  Definitely a good solution for mobile devices. 


On Thu, Aug 7, 2014 at 1:14 PM, Torsten Bergmann <[hidden email]> wrote:
Hi,

the Bootstrap project (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap)
was updated to include the latest Twitter Bootstrap library v.3.2.0
from http://getbootstrap.com

Also you can now use:
 - an RTL/LTR version included for BIDI language applications
   (see #bootstraprtlminCss and #bootstraprtlCss

 - #tbsContainerFluid beside #tbsContainer.

How to try out:
===============
 1. load "Bootstrap" from Configuration browser in Pharo 3.0
 2. evaluate

       ZnZincServerAdaptor startOn: 8080

 3. point browser to http://localhost:8080/bootstrap

Side note:
As the config also loads newer seaside you may also notice the return
of the "Seaside Control Panel" in the Tools menu aftwards where you
can also control the server as described in the regular Seaside docu.

Enjoy!

Bye
T.


Reply | Threaded
Open this post in threaded view
|

Re: [Seaside] [ANN] Bootstrap 0.10.0 with Twitter Bootstrap v3.2.0 and Lighthouse sample app

Sven Van Caekenberghe-2
In reply to this post by Torsten Bergmann
Hi Torsten,

Great work. What is the 'Lighthouse sample app' ?

Sven

On 07 Aug 2014, at 12:14, Torsten Bergmann <[hidden email]> wrote:

> Hi,
>
> the Bootstrap project (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap)
> was updated to include the latest Twitter Bootstrap library v.3.2.0
> from http://getbootstrap.com
>
> Also you can now use:
> - an RTL/LTR version included for BIDI language applications
>   (see #bootstraprtlminCss and #bootstraprtlCss
>
> - #tbsContainerFluid beside #tbsContainer.
>
> How to try out:
> ===============
> 1. load "Bootstrap" from Configuration browser in Pharo 3.0
> 2. evaluate  
>
>       ZnZincServerAdaptor startOn: 8080
>
> 3. point browser to http://localhost:8080/bootstrap
>
> Side note:
> As the config also loads newer seaside you may also notice the return
> of the "Seaside Control Panel" in the Tools menu aftwards where you
> can also control the server as described in the regular Seaside docu.
>
> Enjoy!
>
> Bye
> T.
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Bootstrap 0.10.0 with Twitter Bootstrap v3.2.0 and Lighthouse sample app

Offray
In reply to this post by Torsten Bergmann
Hi,

Nice work with boostrap. I'm having problems to test it (detailed below).

On 08/07/2014 05:14 AM, Torsten Bergmann wrote:

> Hi,
>
> the Bootstrap project (http://smalltalkhub.com/#!/~TorstenBergmann/Bootstrap)
> was updated to include the latest Twitter Bootstrap library v.3.2.0
> from http://getbootstrap.com
>
> Also you can now use:
>   - an RTL/LTR version included for BIDI language applications
>     (see #bootstraprtlminCss and #bootstraprtlCss
>
>   - #tbsContainerFluid beside #tbsContainer.
>
> How to try out:
> ===============
>   1. load "Bootstrap" from Configuration browser in Pharo 3.0

I tried from Moose 5.0 beta using World > Tools > Configuration browser
 > "Load Configuration" and on the same path using "Install Stable
Version" and also using:

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Gofer it
   url: 'http://mc.stfx.eu/ZincHTTPComponents';
   configurationOf: 'ZincHTTPComponents';
   loadStable.

Gofer it
   smalltalkhubUser: 'SvenVanCaekenberghe' project: 'ZincHTTPComponents';
   configurationOf: 'ZincHTTPComponents';
   loadStable.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

In none of these cases I can get autocompletion for the following line:

>   2. evaluate
>
>         ZnZincServerAdaptor startOn: 8080


ZnZincServerAdaptor doesn't seem available. What I'm missing?

Thanks

Offray