How to Display “Featured Content” in WordPress
You probably have stories in your blog you want to highlight to your readers. This is commonly referred to as “Featured Posts” or “Featured Cont…
You probably have stories in your blog you want to highlight to your readers. This is commonly referred to as “Featured Posts” or “Featured Cont…
We’re in the last month of the year, near a time when bells, snowflakes, and Santa take center stage. To welcome the Christmas spirit into your onli…
It’s a rather common practice to use multiple fonts for a single page on a website. For example, we can write the following: font-family: Times New …
Sometimes, you may need to put your website into maintenance mode for upgrades. This will make your website temporarily unavailable to public access. …
Google Chrome comes with a handy set of web development tools in the form of DevTools (The Chrome Developer Tools). In a previous post, we showed you …
Since we are at the end of the year 2013, we want to make this series special. As always, every month, we search for tools, apps, and resources for we…
With the advent of high-definition screens, web designers must ensure their images are optimized for HD to avoid blurry or pixelated websites. Using v…
Creating a download link is usually an easy task. All we need to do is use an anchor tag <a>, and add the reference URL pointing to the file. Bu…
In a previous post from our Sass series , we showed you how to compile Sass into regular CSS format using Command Line. However, since not everyone mi…
During development, we often switch back and forth between browsers and code editors to view the results of our code. If you are working in Sublime Te…
Propelled by Windows 8 and iOS 7, flat design has been one of the most popular design trends. Emphasizing functionality over style, flat design focuse…
In a previous post, Jake shared a tutorial on building a step-by-step guide using Intro.js. One of our readers posed a question, asking how they can m…