Monthly Archives: August 2013

Writing Better CSS

Writing Better CSS

By Mathew Carella Writing good CSS code can speed up page rendering. Essentially, the fewer rules the engine has to evaluate the better. MDN groups CSS selectors in four primary categories, and these actually follow the order of how efficient they are: ID Rules Class Rules Tag Rules Universal Rules The efficiency is generally quote from […]

Best of JavaScript, HTML & CSS - Week of July 29, 2013

Another busy week, with a lot of general (i.e. not framework focused) tutorials. Some noteworthy new projects this week as well including Bone.io, Bindr, NeDB and node-webkit to name just a few. Tutorials Kamil Khadeyev shows how you can get started with Photoshop Scripting using JavaScript. Introduction To Photoshop Scripting Johnny Simpson discusses some CSS […]

Animating_Angular_Header

Animating with AngularJS

By Holly Schinsky AngularJS recently came out with support for CSS3 transitions and animations, as well as JavaScript Animations. The support is part of version 1.1.4 (unstable build), but was changed and refined a bit in version 1.1.5 so you should start with that version when you check it out. I definitely think it’s worth […]

topcoat_header

Introduction to Topcoat

By Chris Griffith Topcoat is a brand new open source component library built entirely on web standards (CSS and HTML) and is available at topcoat.io. It was designed to assist developers and designers in creating high-performance web and PhoneGap applications. This project was announced shortly before the 2013 Adobe MAX conference and, in fact, the […]

Top