July 26, 2017The web can seem fast moving. New frameworks, tools, and even languages come and go. Yet many developers feel that they have to move as fast as their slowest user. New browsers are ‘evergreen’ — they auto-update unseen in the background without asking for permission, and they’re making leaps and bounds in t...
July 25, 2017If you thought responsive design was reserved for CSS layouts only, you’ll be pleased to hear media queries can also be used in JavaScript.
Continue reading %How to use Media Queries in JavaScript%
...
July 25, 2017Why is a string called a string? Have you ever given this some thought? We never use such a word in contexts other than programming for a set of letters sticking together, and yet – in programming it’s as pervasive as the word “variable”. Why is that, and where does it come from?
To find out, we...
July 25, 2017Let’s say we draw the same vector graphic in different design applications and export each one as SVG for use on the web. Should we expect the same SVG file from each application?On the one hand, we might expect each file to be the same because of our past history with exporting images. Applications have typica...
July 25, 2017A short quiz that will test your knowledge on some of the less known CSS rules and properties.
Continue reading on Tutorialzine.
...
July 25, 2017Everyday Web Developers are looking for better ways to enhance user experience when it comes to images. Often, when dealing with user uploaded or 3rd party images, there could be sensitive information which would call for the need to manipulate text embedded as content in an image. Car registration numbers, identity ca...
July 25, 2017
Do you ever wish you had a time machine? I certainly do, but not for the usual reasons. I want a time machine so I can go back and have a frank conversation with my younger self. I’ll let you in on a bit of a secret: My younger...
July 25, 2017As WordPress continues to power more and more websites, it stands to reason that many site owners will want to learn how to use it. One of the strengths of any CMS is the ability to login remotely and add/edit content or perform other maintenance tasks. WordPress especially excels in this area and includes some built-i...
July 25, 2017Webpack is all the rage right now. It has over 30,000 stars on GitHub and has been embraced by some of the big guns in the JavaScript world, such as the React and Angular.
However, you don’t need to be working on a large-scale project to take advantage of Webpack. Webpack is primarily a bundler, and as such you c...
July 24, 2017A bit of a wordy title, huh? What is server side rendering? What does it have to do with routing and page transitions? What the heck is Nuxt.js? Funnily enough, even though it sounds complex, working with Nuxt.js and exploring the benefits of isn’t too difficult. Let’s get started!Server side rendering
Yo...
Recent Comments