
Webdev
Make YouTube Video Embeds Responsive Using Pure HTML and CSS
Surprisingly, normal YouTube embeds are not automatically sized to the browser window as it is resizHow to Pretty Print JSON in Chrome Developer Console
This short guide will show you how to pretty print a JSON object in the Chrome Developer Tools consoHow to Turn an Object into Query String Parameters in JavaScript
As a JavaScript developer, you’ll often need to construct URLs and query string parameters. OnIn these interests:
JavaScriptWebdev
How to install Vim plugins without a plugin manager
Vundle, Pathogen, Vim-plug, VAM, and the others can be great time savers but sometimes you just haveUse Chrome Developer Tools to Check Whether Resources Are Loading over SSL
In the wake of Google’s announcement that it will start giving a ranking boost to full-SSHow to check PHP syntax using the command line
If you’re using PHP for web development, you may often want to check the syntax of your file wHow to Set Up a LAMP server in macOS
This guide will show you how to set up a LAMP environment in macOS and OS X. 1 – L is for LinuHow to Access a Website Running on Localhost from a Mobile Phone
If you have a website running on your computer that you typically access by visiting http://localhosIn these interests:
NetworkingWebdev