
How to add aliases to your terminal to save time and keystrokes with your most used commands.
Code is behind everything you see on a website. Fortunately, it’s not difficult to learn. These tutorials will help you flatten the learning curve.
How to add aliases to your terminal to save time and keystrokes with your most used commands.
In working with people who are new to web design and development, I have often found that backing up a website is one of the last things on their mind. They’re more interested in the fun stuff. Backing up your website is more like a chore. It’s the computer equivalent of cleaning the litter box. …read more…
People are increasingly accessing the web on a mobile device. In fact, now that Google has begun using mobile-friendliness to rank sites, it’s more important than ever to add mobile stylesheets to websites you design. Because the desktop websites are more complex than mobile websites, it makes sense to design for mobile first, and then design …read more…
This is a very basic introduction to Cascading Style Sheets. The intended audience is people who know a little bit about HTML and absolutely nothing about CSS. If you are foggy on HTML, you should read “HTML—A Very Basic Introduction” first. Basics CSS stands for “Cascading Style Sheets”. It’s a language for controlling the appearance …read more…
This is a very basic introduction to the HTML language. The intended audience is people who know absolutely nothing about HTML. The purpose of this article is not to teach you how to write HMTL to create a web page, but to explain those items you see when you view the source code of a …read more…