A Look Into: Firefox Developer Edition
After a brief preview, Mozilla has officially launched Firefox Developer Edition, a browser tailored specifically for web developers. Though not offic…
After a brief preview, Mozilla has officially launched Firefox Developer Edition, a browser tailored specifically for web developers. Though not offic…
Besides its function as a great day-to-day Internet browser, Google Chrome is also a great tool for web development through the DevTools. The DevTools…
For many web developers, Cordova offers the quickest path to developing mobile apps. It lets you build applications for various platforms using the we…
Having trouble picking the ideal background for your website? Look no further – AdaptiveBackgrounds.js is a color tool for designers that takes the …
The Internet Explorer in-browser Developer Tools (IE DevTools) has long been lacking several critical functionalities for debugging, making it nearly …
Mobile emulation is a powerful feature built right into Google Chrome. If you’re a web developer, QA tester, or digital marketer, it’s something y…
As the current most-used CMS, WordPress has numerous plugins that enhances its capabilities. To name a few, there is a very popular plugin called WooC…
Touchscreen technology, especially with multi-touch features, has transformed the way we interact with mobile devices like smartphones and tablets. In…
It’s a rather common practice to use multiple fonts for a single page on a website. For example, we can write the following: font-family: Times New …
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 …
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…
As we have discussed in our previous post series, CSS preprocessors allow developers to write CSS using variables and functions. This flexibility make…