5 (More) Useful Chrome DevTools Tips for Developers
Google Chrome comes with a handy set of web development tools in the form of DevTools (The Chrome Developer Tools). In a previous post, we showed you …
Google Chrome comes with a handy set of web development tools in the form of DevTools (The Chrome Developer Tools). In a previous post, we showed you …
Since we are at the end of 2013, we want to make this series special. As always, every month we search for tools, apps, and resources for web designer…
With the advent of high-definition screens, web designers must ensure their images are optimized for HD to avoid blurry or pixelated websites. Using v…
Creating a download link is usually an easy task. All we need to do is use an anchor tag <a>, and add the reference URL pointing to the file. Bu…
In a previous post from our Sass series , we showed you how to compile Sass into regular CSS format using Command Line. However, since not everyone mi…
During development, we often switch back and forth between browsers and code editors to view the results of our code. If you are working in Sublime Te…
In a previous post, Jake shared a tutorial on building a step-by-step guide using Intro.js. One of our readers posed a question, asking how they can m…
If you have been accustomed to a code editor that comes with GUI buttons, Sublime Text being a plain simple code editor with minimal buttons, may frus…
One of the common frustrations in a web designer’s routine is the repetitive task of image slicing and ensuring web compatibility. With more gadgets…
Writing code for hours only to find that it returns errors is one of the most distressing things about a developer’s life. This is made worse when w…
For many users, the default white and grey color scheme of DevTools is perfectly adequate, but it can seem mundane after prolonged use. There’s a wa…
The emerging trend of HD screens for computer devices has changed the way we build websites, including how we add images. In the past, we could simply…