code

A Couple of jQuery code considerations

Selector Efficiency A couple of recent illuminations regarding jQuery code that I am putting up here, for my review, and general share. This information came from a jQuery meetup in LA and a presentation by Christian Ziebarth To boost performance, keep in mind the following points: Don’t use the Universal selector (explicitly or implicitly). Never! …

A Couple of jQuery code considerations Read More »

coding today

it’s been a heavy thinking week, that is, considering the hours outside of work and pushing boxes on screens around. this is a very insightful article into the industry I am surrounded by Are coders worth it? and on a grand scale ethics on a world scale (hint: Edward Snowden NSA discolsures). All this while moving …

coding today Read More »

Web Design IS the Code

Update: Just finished reading Other Flexible Media: balloons and tattoos, which fits right in with the thought process below. This always happens, I start on a train of thought and I find others writing in the same vein. Just sayin’ “good” design is to succinctly take a concept and translate it into a tangible form through …

Web Design IS the Code Read More »

REM, BEM, Grids

it has been a busy week. Lots of inspiration driving thought. REM Hotrod started this discussion on using REM units The REM Fallback with Sass or LESS i’m currently using EM because of REM support issues. With a fallback , i’ll consider the move forward. Asuh commented yeah, i’ve already decided that XXXXX.com will use …

REM, BEM, Grids Read More »