Bootstrap for Seaside

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

Bootstrap for Seaside

jb
Hi,

is there a way to use Bootstrap for Seaside in VisualWorks?

Johannes

________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

skrish

Should just be a library method to return the bootstrap css/ js url.  There on it is just conventional Seaside / js scripting.


There are I believe few new tags the bootstrap js introduces, which may not warrant a Smalltalk interface,just use "html text: " ... but if reqd should be easy to create.

as I tried for Angular JS: https://skrishnamachari.wordpress.com/2015/02/04/angular-js-in-seaside/    in Pharo Seaside. It has the bootstrap JS / Css as part of the library elements.





2015-02-20 3:16 GMT+05:30 Johannes Brauer <[hidden email]>:
Hi,

is there a way to use Bootstrap for Seaside in VisualWorks?

Johannes

________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

jtuchel
In reply to this post by jb
Johannes,

I did a port of Bootstrap to VA Smalltalk just a few weeks ago. As was mantioned before, this is basically just a bunch of js and css files. The Smalltalk part is mostly convenience methods (but well done) for the creation of tags.

The port was quite easy, just a handful of Pharo specific methods used, most of them just Pharo's typical convenience methods. The biggest hurdle was that Bootstrap requires at least jQuery 1.9, and VA shipped with 1.7. So I also had to download JQuery 1.11 and update the JQDeploymentLibrary. Not sure if that will beneeded on VW as well.

Joachim

Am 19.02.2015 22:46 schrieb Johannes Brauer <[hidden email]>:

>
> Hi,
>
> is there a way to use Bootstrap for Seaside in VisualWorks?
>
> Johannes
>
> ________________________________
>
> Staatlich anerkannte private Fachhochschule
> NORDAKADEMIE
> Gemeinnützige Aktiengesellschaft
> Köllner Chaussee 11
> 25337 Elmshorn
>
> Vorstand:
> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)
>
> Vorsitzender des Aufsichtsrats:
> Dr. h.c. Hans-Heinrich Bruns
>
> Sitz:
> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
jb
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

jb
In reply to this post by jb
Joachim,

thanks for the encouragement. When I have time, I will try a port to VW.

Johannes

> Am 20.02.2015 um 06:54 schrieb Joachim Tuchel <[hidden email]>:
>
> Johannes,
>
> I did a port of Bootstrap to VA Smalltalk just a few weeks ago. As was mantioned before, this is basically just a bunch of js and css files. The Smalltalk part is mostly convenience methods (but well done) for the creation of tags.
>
> The port was quite easy, just a handful of Pharo specific methods used, most of them just Pharo's typical convenience methods. The biggest hurdle was that Bootstrap requires at least jQuery 1.9, and VA shipped with 1.7. So I also had to download JQuery 1.11 and update the JQDeploymentLibrary. Not sure if that will beneeded on VW as well.
>
> Joachim
>
> Am 19.02.2015 22:46 schrieb Johannes Brauer <[hidden email]>:
>>
>> Hi,
>>
>> is there a way to use Bootstrap for Seaside in VisualWorks?
>>
>> Johannes
>>
>> ________________________________
>>
>> Staatlich anerkannte private Fachhochschule
>> NORDAKADEMIE
>> Gemeinnützige Aktiengesellschaft
>> Köllner Chaussee 11
>> 25337 Elmshorn
>>
>> Vorstand:
>> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)
>>
>> Vorsitzender des Aufsichtsrats:
>> Dr. h.c. Hans-Heinrich Bruns
>>
>> Sitz:
>> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>>
>> _______________________________________________
>> vwnc mailing list
>> [hidden email]
>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

jtuchel
Johannes,

I am not sure how hard it is to import .mcz into VisualWorks. If there
is a similarly nice tool like Instantiations' Monticello Importer, you
should be done porting in less than an hour.

Last time I tried gettig code from Pharo to VW, there was only the
possibility of filing out and in, and this was a bit more work, but also
not that bad.

I am still dreaming of the day when we can just push code from platform
to platform using git repositories...

Joachim


Am 21.02.15 um 23:20 schrieb Johannes Brauer:

> Joachim,
>
> thanks for the encouragement. When I have time, I will try a port to VW.
>
> Johannes
>> Am 20.02.2015 um 06:54 schrieb Joachim Tuchel <[hidden email]>:
>>
>> Johannes,
>>
>> I did a port of Bootstrap to VA Smalltalk just a few weeks ago. As was mantioned before, this is basically just a bunch of js and css files. The Smalltalk part is mostly convenience methods (but well done) for the creation of tags.
>>
>> The port was quite easy, just a handful of Pharo specific methods used, most of them just Pharo's typical convenience methods. The biggest hurdle was that Bootstrap requires at least jQuery 1.9, and VA shipped with 1.7. So I also had to download JQuery 1.11 and update the JQDeploymentLibrary. Not sure if that will beneeded on VW as well.
>>
>> Joachim
>>
>> Am 19.02.2015 22:46 schrieb Johannes Brauer <[hidden email]>:
>>> Hi,
>>>
>>> is there a way to use Bootstrap for Seaside in VisualWorks?
>>>
>>> Johannes
>>>
>>> ________________________________
>>>
>>> Staatlich anerkannte private Fachhochschule
>>> NORDAKADEMIE
>>> Gemeinnützige Aktiengesellschaft
>>> Köllner Chaussee 11
>>> 25337 Elmshorn
>>>
>>> Vorstand:
>>> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)
>>>
>>> Vorsitzender des Aufsichtsrats:
>>> Dr. h.c. Hans-Heinrich Bruns
>>>
>>> Sitz:
>>> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>>>
>>> _______________________________________________
>>> vwnc mailing list
>>> [hidden email]
>>> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
> ________________________________
>
>
> Staatlich anerkannte private Fachhochschule
> NORDAKADEMIE
> Gemeinnützige Aktiengesellschaft
> Köllner Chaussee 11
> 25337 Elmshorn
>
> Vorstand:
> Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)
>
> Vorsitzender des Aufsichtsrats:
> Dr. h.c. Hans-Heinrich Bruns
>
> Sitz:
> Elmshorn, Amtsgericht Pinneberg, HRB 1682
>


--
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          mailto:[hidden email]
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

Maarten Mostert-2
VW comes with Monticello Tools which allows you to load from these repositories.
What is the url for the repository where this code resides ? so I can give it try …
Notice that the Apex environment must be ideal for this.
Running the examples the source however shows things like:
<script src=« http://code.jquery.com/jquery-1.8.2.min.js »></script>
which is not 1.9 as you mentioned
Obviously how cool it would be to be able to use all these nice bootstrap themes directly from Appex …
Regards,

@+Maarten,


Le 21 févr. 2015 à 23:33, [hidden email] a écrit :

Johannes,

I am not sure how hard it is to import .mcz into VisualWorks. If there is a similarly nice tool like Instantiations' Monticello Importer, you should be done porting in less than an hour.

Last time I tried gettig code from Pharo to VW, there was only the possibility of filing out and in, and this was a bit more work, but also not that bad.

I am still dreaming of the day when we can just push code from platform to platform using git repositories...

Joachim


Am 21.02.15 um 23:20 schrieb Johannes Brauer:
Joachim,

thanks for the encouragement. When I have time, I will try a port to VW.

Johannes
Am 20.02.2015 um 06:54 schrieb Joachim Tuchel <[hidden email]>:

Johannes,

I did a port of Bootstrap to VA Smalltalk just a few weeks ago. As was mantioned before, this is basically just a bunch of js and css files. The Smalltalk part is mostly convenience methods (but well done) for the creation of tags.

The port was quite easy, just a handful of Pharo specific methods used, most of them just Pharo's typical convenience methods. The biggest hurdle was that Bootstrap requires at least jQuery 1.9, and VA shipped with 1.7. So I also had to download JQuery 1.11 and update the JQDeploymentLibrary. Not sure if that will beneeded on VW as well.

Joachim

Am 19.02.2015 22:46 schrieb Johannes Brauer <[hidden email]>:
Hi,

is there a way to use Bootstrap for Seaside in VisualWorks?

Johannes

________________________________

Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682



-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          [hidden email]
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
jb
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

jb
Marten,


Am 22.02.2015 um 12:02 schrieb Maarten Mostert <[hidden email]>:

VW comes with Monticello Tools which allows you to load from these repositories.
What is the url for the repository where this code resides ? so I can give it try …
on the page 


i found the following:

MCHttpRepository
user: ''
password: ‚‘

Johannes



Le 21 févr. 2015 à 23:33, [hidden email] a écrit :

Johannes,

I am not sure how hard it is to import .mcz into VisualWorks. If there is a similarly nice tool like Instantiations' Monticello Importer, you should be done porting in less than an hour.

Last time I tried gettig code from Pharo to VW, there was only the possibility of filing out and in, and this was a bit more work, but also not that bad.

I am still dreaming of the day when we can just push code from platform to platform using git repositories...

Joachim


Am 21.02.15 um 23:20 schrieb Johannes Brauer:
Joachim,

thanks for the encouragement. When I have time, I will try a port to VW.

Johannes
Am 20.02.2015 um 06:54 schrieb Joachim Tuchel <[hidden email]>:

Johannes,

I did a port of Bootstrap to VA Smalltalk just a few weeks ago. As was mantioned before, this is basically just a bunch of js and css files. The Smalltalk part is mostly convenience methods (but well done) for the creation of tags.

The port was quite easy, just a handful of Pharo specific methods used, most of them just Pharo's typical convenience methods. The biggest hurdle was that Bootstrap requires at least jQuery 1.9, and VA shipped with 1.7. So I also had to download JQuery 1.11 and update the JQDeploymentLibrary. Not sure if that will beneeded on VW as well.

Joachim

Am 19.02.2015 22:46 schrieb Johannes Brauer <[hidden email]>:
Hi,

is there a way to use Bootstrap for Seaside in VisualWorks?

Johannes

________________________________

Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682



-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          [hidden email]
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc






Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: Bootstrap for Seaside

Stephan Eggermont-3
You might want to download a preloaded pharo with bootstrap  image
from

https://ci.inria.fr/pharo-contribution/job/Bootstrap/

to compare with your vw version.

In Pharo it uses Bootstrap v3.3.0 with Seaside release3.1

Stephan


On 23/02/15 20:53, Johannes Brauer wrote:
Marten,


Am 22.02.2015 um 12:02 schrieb Maarten Mostert <[hidden email]>:

VW comes with Monticello Tools which allows you to load from these repositories.
What is the url for the repository where this code resides ? so I can give it try …
on the page 


i found the following:

MCHttpRepository
user: ''
password: ‚‘

Johannes



Le 21 févr. 2015 à 23:33, [hidden email] a écrit :

Johannes,

I am not sure how hard it is to import .mcz into VisualWorks. If there is a similarly nice tool like Instantiations' Monticello Importer, you should be done porting in less than an hour.

Last time I tried gettig code from Pharo to VW, there was only the possibility of filing out and in, and this was a bit more work, but also not that bad.

I am still dreaming of the day when we can just push code from platform to platform using git repositories...

Joachim


Am 21.02.15 um 23:20 schrieb Johannes Brauer:
Joachim,

thanks for the encouragement. When I have time, I will try a port to VW.

Johannes
Am 20.02.2015 um 06:54 schrieb Joachim Tuchel <[hidden email]>:

Johannes,

I did a port of Bootstrap to VA Smalltalk just a few weeks ago. As was mantioned before, this is basically just a bunch of js and css files. The Smalltalk part is mostly convenience methods (but well done) for the creation of tags.

The port was quite easy, just a handful of Pharo specific methods used, most of them just Pharo's typical convenience methods. The biggest hurdle was that Bootstrap requires at least jQuery 1.9, and VA shipped with 1.7. So I also had to download JQuery 1.11 and update the JQDeploymentLibrary. Not sure if that will beneeded on VW as well.

Joachim

Am 19.02.2015 22:46 schrieb Johannes Brauer <[hidden email]>:
Hi,

is there a way to use Bootstrap for Seaside in VisualWorks?

Johannes

________________________________

Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

________________________________


Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682



-- 
-----------------------------------------------------------------------
Objektfabrik Joachim Tuchel          [hidden email]
Fliederweg 1                         http://www.objektfabrik.de
D-71640 Ludwigsburg                  http://joachimtuchel.wordpress.com
Telefon: +49 7141 56 10 86 0         Fax: +49 7141 56 10 86 1


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc






Staatlich anerkannte private Fachhochschule
NORDAKADEMIE
Gemeinnützige Aktiengesellschaft
Köllner Chaussee 11
25337 Elmshorn

Vorstand:
Prof. Dr. Georg Plate (Vorsitzender), Dipl.-Ing. Jörg Meier (stellv. Vorstand)

Vorsitzender des Aufsichtsrats:
Dr. h.c. Hans-Heinrich Bruns

Sitz:
Elmshorn, Amtsgericht Pinneberg, HRB 1682



_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc