It’s hard to believe that I’m well into my second year of being a front-end dev here at WDS. It has been an awesome experience and I’m truly blessed to work with such a great group of people. Halfway through 2015, I officially...
Read More Level Up With jQuery DimensionsTag: jQuery
Helpful Books for Front-End Developers
“Please, no matter how we advance technologically, please don’t abandon the book. There is nothing in our material world more beautiful than the book.” –Patti Smith There are many great pathways to glean new information out there, whether it be on the...
Read More Helpful Books for Front-End DevelopersSolving the Responsive Images Problem with WordPress Responsive Images
The quest for a beautiful, responsive website is ever-present. As front-end developers, we know the tricks of the trade when it comes to making all of those fancy little features work from desktop to mobile. Whether it’s degrading hover-based actions gracefully or...
Read More Solving the Responsive Images Problem with WordPress Responsive ImagesCustomizing MediaElement.js for WordPress
MediaElement.js is a JavaScript library that gives you video and audio play capabilities based on the HTML5 specifications. It includes a Flash wrapper for browsers that don’t support certain codecs or that don’t support the HTML5 <audio> and <video> tags. MediaElement.js has...
Read More Customizing MediaElement.js for WordPressHow To: Stop a YouTube Video from Playing when Closing a Lightbox Modal
If you’ve ever had a YouTube video continue to play after closing the lightbox it was displayed in, you know it can be a very annoying bug to fix. The below code snippet will fix this issue. This method applies to the...
Read More How To: Stop a YouTube Video from Playing when Closing a Lightbox Modal