Thoriq Firdaus

Thoriq is a writer for Hongkiat.com with a passion for web design and development. He is the author of Responsive Web Design by Examples, where he covered his best approaches in developing responsive websites quickly with a framework.

Latest posts

How to Inspect Font Family with Google Chrome

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 …

How to Enable Maintenance Mode on Your WordPress Site

Sometimes, you may need to put your website into maintenance mode for upgrades. This will make your website temporarily unavailable to public access. …

5 (More) Useful Chrome DevTools Tips for Developers

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 …

Fresh Resources for Web Designers and Developers (December 2013)

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…

How to Convert Photoshop Text to SVG

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…

A Look Into: HTML5 Download Attribute

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…

How to Compile Sass with Sublime Text

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…

Streamline Localhost Project Preview with Sublime Text

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…

How to Use Cookie & HTML5 localStorage

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…

Easy Color Picking in Sublime Text

If you have been accustomed to a code editor that comes with GUI buttons, Sublime Text being a plain simple code editor with minimal buttons, may frus…

How to Identify Code Errors in Sublime Text

Writing code for hours only to find that it returns errors is one of the most distressing things about a developer’s life. This is made worse when w…