Posted inArticles

Apple Pencil: Why it needs to exist?

On 9th of this month [Apple](https://apple.com) launched [Apple Pencil](http://www.apple.com/apple-pencil/) an accessory for the [iPad Pro](http://www.apple.com/ipad-pro/). It is a stylus completely developed by Apple for the iPad Pro that offers pressure sensitivity and tilt detection, it runs on battery and is shaped like a pencil, it can be charged by the lightning connector that can be […]

Posted inArticles

PHP: 301 Redirect

In PHP, you can use header function and create 301 redirect. Here is a sample snippet. Update: The code below is an older version of this post. This will redirect the PHP page you have added this into example.com, you can change example.com to any domain you prefer, you can do the same to file […]

Posted inArticles

So Clean

I created a clean and simple theme for Ghost blogging platform, here are a few screenshots. You can install it by downloading the zip and placing the folder in. /content/themes/ You have to restart Ghost and go to the settings panel and choose So Clean as the theme. If you find a bug in the […]

Posted inArticles

Homebrew on Mac

Homebrew is a package manager written in Ruby for Mac OS X which lets you install and setup packages that are not part of the system or need come from a different source. Homebrew is commonly used by developers of all types to replace outdated system packages or install will lesser or no hassle, Homebrew […]