Hello all,
I was wondering what you all use to build the CSS for your pages. Doing it by hand seems really tedious and a throw back to the write->compile->run treadmill I came to smalltalk to escape. So please let me know if there is something cool out there I don't know about. Thanks, Jason _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Hi Jason.. check this
Pragmatic CSS and Javascript in Seaside http://onsmalltalk.com/programming/smalltalk/pragmatic-css-and-javascript-in-seaside/ On 11/24/06, Jason Johnson <[hidden email]> wrote: > Hello all, > > I was wondering what you all use to build the CSS for your pages. Doing > it by hand seems really tedious and a throw back to the > write->compile->run treadmill I came to smalltalk to escape. So please > let me know if there is something cool out there I don't know about. > > Thanks, > Jason > _______________________________________________ > 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 |
Oh, I'm sorry. I didn't mean from inside seaside. I mean, after you
have your page made and it's time to style it, what tool do you use? Right now I'm using notepad to build the styles by hand it that is just an awful way to go. I have tried several GUI builders, but none where that great, and none that I saw where actually GUI builders. They were kind of "word for CSS", that is, all the possible CSS syntax was known, but it didn't tell you anything about what your sheets would produce. Humber Aquino wrote: > Hi Jason.. check this > > Pragmatic CSS and Javascript in Seaside > http://onsmalltalk.com/programming/smalltalk/pragmatic-css-and-javascript-in-seaside/ > > > On 11/24/06, Jason Johnson <[hidden email]> wrote: >> Hello all, >> >> I was wondering what you all use to build the CSS for your pages. Doing >> it by hand seems really tedious and a throw back to the >> write->compile->run treadmill I came to smalltalk to escape. So please >> let me know if there is something cool out there I don't know about. >> >> Thanks, >> Jason >> _______________________________________________ >> 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 > _______________________________________________ Seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Most of the time i write css style with a simple editor (Smultron) and
test the result in the browser (Safari, Firefox). They give me the correct output from my styles. I know this is the hard way but i can trust it and it´s free. Check this list http://css-discuss.incutio.com/?page=CssEditors Hope it helps :D On 11/24/06, Jason Johnson <[hidden email]> wrote: > Oh, I'm sorry. I didn't mean from inside seaside. I mean, after you > have your page made and it's time to style it, what tool do you use? > Right now I'm using notepad to build the styles by hand it that is just > an awful way to go. I have tried several GUI builders, but none where > that great, and none that I saw where actually GUI builders. They were > kind of "word for CSS", that is, all the possible CSS syntax was known, > but it didn't tell you anything about what your sheets would produce. > > Humber Aquino wrote: > > Hi Jason.. check this > > > > Pragmatic CSS and Javascript in Seaside > > http://onsmalltalk.com/programming/smalltalk/pragmatic-css-and-javascript-in-seaside/ > > > > > > On 11/24/06, Jason Johnson <[hidden email]> wrote: > >> Hello all, > >> > >> I was wondering what you all use to build the CSS for your pages. Doing > >> it by hand seems really tedious and a throw back to the > >> write->compile->run treadmill I came to smalltalk to escape. So please > >> let me know if there is something cool out there I don't know about. > >> > >> Thanks, > >> Jason > >> _______________________________________________ > >> 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 > > > > _______________________________________________ > 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 |
In reply to this post by Jason Johnson-3
I use TopStyle Pro myself from www.newsgator.com occasionally to tweak
our stylesheets (it has a great preview feature), although unless you really want to get familiar with nitty gritty details of it and have a good sense of design I'd suggest hiring a good pro-XHTML and pro-CSS designer. Also, keep your eyes open for a new version of FireBug at www.getfirebug.com, Hope this helps, -Boris -- +1.604.689.0322 DeepCove Labs Ltd. 4th floor 595 Howe Street Vancouver, Canada V6C 2T5 [hidden email] CONFIDENTIALITY NOTICE This email is intended only for the persons named in the message header. Unless otherwise indicated, it contains information that is private and confidential. If you have received it in error, please notify the sender and delete the entire message including any attachments. Thank you. -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Jason Johnson Sent: Friday, November 24, 2006 5:49 AM To: The Squeak Enterprise Aubergines Server - general discussion. Subject: [Seaside] CSS building Hello all, I was wondering what you all use to build the CSS for your pages. Doing it by hand seems really tedious and a throw back to the write->compile->run treadmill I came to smalltalk to escape. So please let me know if there is something cool out there I don't know about. Thanks, Jason _______________________________________________ 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 |
Free forum by Nabble | Edit this page |