In this tutorial, we’ll review the process of better integrating Sass debugging into our workflow with Chrome Developer Tools.Introduction – SassSass stands for Syntactically Awesome Stylesheets; think of it as an extension to vanilla CSS...
Read More
Being able to install Firefox OS web apps from any domain, not just the platform app store, is a giant step forward in mobile app marketing and freedom. Firefox OS allows installing apps from any or all domains, and it just so happens that the Ch...
Read More
Every so often you have parts of your website that would be better off not indexed by search engines. API calls, search result pages, PDF documents — all examples of responses which may not have value outside of the current user. No we all ...
Read More
It’s much easier to debug CSS than JavaScript since there are many fewer interactions in CSS, and they are much easier emulate. Still, element state debugging isn’t simple…until now. Google Chrome’s WebInspector and Mozilla Fi...
Read More
Earlier this month, Google unveiled a new programming language for the web named “Dart,” aimed at being a replacement for JavaScript. Dart’s purpose is to offer better performance, easier scaling, and more security than Java or JavaScript throu...
Read More