[ANN] CSS Frameworks (was Re: [Seaside] Twitter bootstrap?)

Lawrence Kellogg mac.hive at me.com
Tue Mar 13 18:17:39 UTC 2012


Much better. Thanks!

  Larry


On Mar 13, 2012, at 2:07 PM, Paul DeBruicker wrote:

> Looks like I forgot to mark some things as extensions. Should be OK now.
> 
> 
> 
> 
> 
> 
> On 12-03-13 10:44 AM, Lawrence Kellogg wrote:
>> I tried a few. Boom, crash. I seem to be crashing on this message send:
>> 
>> 	anHtmlRoot useIEConditionalHtmlElement.
>> 
>> WAHtmlRoot does not understand useIEConditionalHtmlElement. Thoughts?
>> Am I running the wrong version of Seaside?
>> 
>> I'll ignore the crash of the Twitter Bootstrap 1.4 as you say it is unsupported. That the, the hero demo, crashed
>> here, unheroically:
>> 
>> html5ShimForIE: aRoot
>> 	aRoot if
>> 		lessThan;
>> 		ie9;
>> 		do: [ aRoot script url: '//html5shim.googlecode.com/svn/trunk/html5.js' ]
>> 
>> with WAConditionalCommment does not understand ie9.
>> 
>>   Larry
>> 
>> 
>> 
>> 
>> On Mar 13, 2012, at 1:06 PM, Paul DeBruicker wrote:
>> 
>>> On 12-03-13 06:40 AM, Stephan Eggermont wrote:
>>>> I am looking at using Twitter Bootstrap with Seaside.
>>>> Any experience/tips?
>>>> 
>>>> Stephan
>>> 
>>> I think it has made my life easier.  If you want to try a bunch of them out I created the CSSFrameworks project on SS3 here:
>>> 
>>> http://ss3.gemstone.com/ss/CSSFrameworks.html
>>> 
>>> 
>>> It includes the demo sites from:
>>> 
>>> Initialzr (http://www.initializr.com/)
>>> Golden Grid System (http://goldengridsystem.com/)
>>> Frameless Grid  (http://framelessgrid.com/)
>>> Twitter Bootstrap ( version 1.4, which is outdated/unsupported. you should use 2.0 from http://twitter.github.com/bootstrap)
>>> Skeleton (http://getskeleton.com)
>>> Goldilocks (http://http://goldilocksapproach.com/)
>>> 
>>> and works with Seaside 3.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
> 
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list