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 Add Notification for Your Website (Updated)

The notification interface has become a common part of our digital interaction, both on the desktop, mobile devices, and on the Web. Specifically on t…

You’ve Installed WordPress – What’s Next?

You’ve heard how good WordPress is in terms of expandability, customization and you decided to give it a try. Installing a basic copy of WordPress w…

A Look Into: CSS3 2D Transformations

The Transformation module, a tremendous addition in CSS3, takes the way we manipulate elements on a website to the next level. While some experiments …

How to Use HTML5 Fullscreen API

We have always been able to view a whole webpage in fullscreen mode. To do so, you can hit F11 key in Windows, while in OS X you can hit Shift + Comma…

Fresh Resources for Web Designers and Developers (June 2019)

As we move through 2019, the web development landscape continues to evolve with exciting new tools and resources. This month’s collection features s…

How to Synchronously Test Your Website on Multiple Browsers & Devices

When building a responsive website we’ll need to test it in multiple screen-sizes to make sure that the site layout is rendered properly on those va…

10 WordPress Plugins to Improve Mobile Websites

You can use a WordPress plugin to create landing pages, customize your login page, adopt two-factor authentication, or even figure out how to optimize…

Fresh Resources for Web Designers and Developers (May 2019)

As we move through 2019, the web development landscape continues to evolve with exciting new tools and resources. This month’s collection features s…

A Guide to CSS3 Pseudo-Classes For Web Designers

:hover, :focus, and :active are just a few of the selectors CSS offers to target elements under specific conditions. However, today’s focus is on a …

Creating CSS Image Sprite with Compass

CSS Image Sprite is a method of combining several images into one image file to reduce HTTP requests and optimize web load performance. There are many…

Writing CSS with Myth For Web Designers

CSS has introduced a slew of new features such as CSS Gradients, Shadows, Border Radius, and Animation that can all be achieved purely with CSS. Sever…

Beginner’s Guide to Using Handlebars.js

In this post, we are going to look into Handlebars, a JavaScript templating engine based on Mustache. It shares the same functionalities with Mustache…