Everything you need to know about static sites

Static sites are websites that don’t use a preprocessor or backend service daemon or Database, these websites are purely written in client side languages like H

Read Article

App Review: Pocket

Pocket is an app that lets you save web content for reading it later, it is a great app for users, like me who like reading on the go and want to access all the

Read Article

Ghost on Pi

Ghost is an open-source blogging platform written in Node.js that offers both self-hosted and fully hosted services. In this guide, we are going to self-host Gh

Read Article

Live tile for Jekyll

[Microsoft](h introduced live tile for websites for IE in Windows 8, which was improved even further in 8.1 and now it continues in Microsoft Edge for Windows w

Read Article

Apple Pencil: Why it needs to exist?

On 9th of this month Apple launched Apple Pencil an accessory for the iPad Pro. It is a stylus completely developed by Apple for the iPad Pro that offers pressu

Read Article

PHP: 301 Redirect

In PHP, you can use the built-in header() function to set up a permanent 301 redirect. Here is the modern, streamlined snippet to get it done: Just place this

Read Article