Sorry for hijacking the topic :)
I am currently interested, if there any smalltalk-based CSS parsing frameworks existing? 2008/8/4 Hernán Morales <[hidden email]>: > Dear anyone interested in working with Smalltalk objects: > > Now you can write in Smalltalk to style pages with CSS. Instead of styling > with ugly, boring and long Strings (where you must perform a continuous > visual sweeping of the code to make the most trivial modification), you can > create high-level super sexy CSS constructs, track and review your styles > with the standard Smalltalk tools (XReferences), and share constructs and > configurations easily. The framework includes a set of 40 fixed layout > templates ready for use, and let you compose the basic CSS elements as > objects. > > A note: If your department, office, ark, whatever, have graphical designers, > they rarely would love to learn this new strange prolific ninja environment > called Smalltalk just for writing CSS - besides, a lot of them are already > in love with anything after the word "Adobe" -, but, for smalltalkers, by > far we believe that's easier to work inside Smalltalk with objects than in a > file-based way. > > Sincerely, > > Hernán > > PD: The I-almost-forget-it part of this mail: Juan Burella and me wrote > Phantasia. Download it from http://www.squeaksource.com/Phantasia.html > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Igor, you can see in http://www.squeaksource.com/htmlcssparser.html
Hope this helps. Cheers, Juan M. On Thu, Oct 22, 2009 at 6:43 PM, Igor Stasenko <[hidden email]> wrote: Sorry for hijacking the topic :) _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
2009/10/24 Burella Juan M. <[hidden email]>:
> Hi Igor, you can see in http://www.squeaksource.com/htmlcssparser.html > Hope this helps. > Thanks Juan. > Cheers, > Juan M. > > On Thu, Oct 22, 2009 at 6:43 PM, Igor Stasenko <[hidden email]> wrote: >> >> Sorry for hijacking the topic :) >> I am currently interested, if there any smalltalk-based CSS parsing >> frameworks existing? >> >> >> 2008/8/4 Hernán Morales <[hidden email]>: >> > Dear anyone interested in working with Smalltalk objects: >> > >> > Now you can write in Smalltalk to style pages with CSS. Instead of >> > styling >> > with ugly, boring and long Strings (where you must perform a continuous >> > visual sweeping of the code to make the most trivial modification), you >> > can >> > create high-level super sexy CSS constructs, track and review your >> > styles >> > with the standard Smalltalk tools (XReferences), and share constructs >> > and >> > configurations easily. The framework includes a set of 40 fixed layout >> > templates ready for use, and let you compose the basic CSS elements as >> > objects. >> > >> > A note: If your department, office, ark, whatever, have graphical >> > designers, >> > they rarely would love to learn this new strange prolific ninja >> > environment >> > called Smalltalk just for writing CSS - besides, a lot of them are >> > already >> > in love with anything after the word "Adobe" -, but, for smalltalkers, >> > by >> > far we believe that's easier to work inside Smalltalk with objects than >> > in a >> > file-based way. >> > >> > Sincerely, >> > >> > Hernán >> > >> > PD: The I-almost-forget-it part of this mail: Juan Burella and me wrote >> > Phantasia. Download it from http://www.squeaksource.com/Phantasia.html >> > >> > >> > _______________________________________________ >> > seaside mailing list >> > [hidden email] >> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >> > >> > >> >> >> >> -- >> Best regards, >> Igor Stasenko AKA sig. >> _______________________________________________ >> seaside mailing list >> [hidden email] >> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > > _______________________________________________ > seaside mailing list > [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > > -- Best regards, Igor Stasenko AKA sig. _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |