Re: one tool and/or resource that you recommend to newbie coders in a library?

From: Tom Keays <tomkeays_at_nyob>
Date: Thu, 1 Nov 2012 19:38:29 -0400
To: CODE4LIB_at_LISTSERV.ND.EDU
I won't expand on Michael's excellent summary of using SASS, but he did
leave out one crucial bit -- it comes in two formats, which causes some
confusion.  The format that Michael was describing is the second one, SCSS,
which is basically CSS with some fancy nesting patterns that you can't do
natively in CSS, as well as variables and math functions. The original
format, SASS, omitted the {} braces and used a whitespace indenting style,
purposely emulating Ruby and Python in that regard. SCSS has the shorter
learning curve and, in fact, you can just use your usual CSS to get started
go on from there. In SASS, you have to refactor all your old CSS to the new
format, but my understanding is that there may be some things you can do in
SASS that you can't do in SCSS (not sure what, though).

On Thu, Nov 1, 2012 at 5:06 PM, Nate Hill <nathanielhill_at_gmail.com> wrote:

> Huh.  Michael, I'd love to know more about why I should care about SASS.
> I kinda like writing CSS.
> I see why LESS http://lesscss.org/ makes sense, but help me under stand
> why
> SASS does?
>
> On Thu, Nov 1, 2012 at 5:02 PM, Ethan Gruber <ewg4xuva_at_gmail.com> wrote:
>
> > Google is more useful than any reference book to find answers to
> > programming problems.
> > On Nov 1, 2012 4:25 PM, "Bohyun Kim" <kimb_at_fiu.edu> wrote:
> >
> > > Hi all code4lib-bers,
> > >
> > > As coders and coding librarians, what is ONE tool and/or resource that
> > you
> > > recommend to newbie coders in a library (and why)?  I promise I will
> > create
> > > and circulate the list and make it into a Code4Lib wiki page for
> > collective
> > > wisdom.  =)
> > >
> > > Thanks in advance!
> > > Bohyun
> > >
> > > ---
> > > Bohyun Kim, MA, MSLIS
> > > Digital Access Librarian
> > > bohyun.kim_at_fiu.edu
> > > 305-348-1471
> > > Medical Library, College of Medicine
> > > Florida International University
> > > http://medlib.fiu.edu
> > > http://medlib.fiu.edu/m (Mobile)
> > >
> >
>
>
>
> --
> Nate Hill
> nathanielhill_at_gmail.com
> http://4thfloor.chattlibrary.org/
> http://www.natehill.net
>
Received on Thu Nov 01 2012 - 19:39:40 EDT