Web articles

Web Design Tips for Developers

Web Design Tips for Developers

By Alex Grande Think of this article as a general guideline for designing any website. I’ve learned these lessons through photography, working in the Enlightenment Linux window manager many years ago, and developing for a design agency. I apply these rules while designing and building Recognize, a social employee appreciation platform. Being able to do […]

stop_header

5 Things You Should Stop Doing With jQuery

By Burke Holland When I first started using jQuery, I was so excited. I was using vanilla JS and really struggling with understanding when elements on a page were ready and how I could access them. When I learned about jQuery, I think I did what many people do. With tears of joy running down […]

640px-Cuddling_with_multiple_devices

Quick and Easy Local and Device Web App Testing

By Brian Rinaldi Years ago when I started in web development and for many years thereafter, local testing was a pain. Early on, working in Windows, I would use the local IIS server. This was easy to set up but you could only ever have one site (unless you were running a Windows server edition […]

Task Automation with Automaton and Node

Arguably few jobs require more repetitive tasks than programming. Undoubtedly, few people hate redundant tasks more than programmers. A programmer typically would be willing to spend as much or even potentially more time automating a redundant task than actually doing it. Thankfully, this can lead to a number of useful tools for automation. Popular ones […]

Zelda_hires

Zelda: A Link to the CSS

By Donovan Hutchinson This week, Nintendo announced a new release of the popular Zelda franchise coming soon for the Nintendo 3DS that will be set in the world of A Link to the Past. As many of you may recall, the original Zelda: A Link to the Past game that was released in the early […]

csscss

Automating CSSCSS using Grunt

By Peter Keating Recently a really useful tool Zach Moazeni named CSSCSS received a great deal of attention. CSSCSS is a Ruby gem that parse CSS files and will detect selectors with duplicated rules. This tool is great for helping you reduce the size and complexity of stylesheets by removing duplication. This can help in […]

Abstracts_Imagicity

How to create an advanced HTML5 placeholder polyfill

By Aurelio De Rosa Some new HTML5 features are bigger than others but even some of the small one can be incredibly important and useful. One of these shiny features is an attributes called placeholder which allows you to specify placeholder text inside form’s elements like <input> and <textarea>. Unfortunately, older browsers don’t support the […]

Top