CSS: Social share buttons

I designed social share buttons for Twitter, Facebook and Google Plus, all these buttons are written in pure CSS and part of a project I have been working on. I

Read Article

Disable wp-admin redirect in Ghost

Ghost by default has redirect settings, so WordPress users who have migrated to Ghost, can visit the same old /wp-admin url and get redirected to the /ghost url

Read Article

Custom permalinks in Ghost

Ghost by default only lets you have dated permalink :year/:month/:day/:slug Or title :title based with is set by default. You can change this by editing the SQL

Read Article

CSS: Grayscale to colourisation with Animation

A simple CSS trick that turns an image from Grayscale to colourisation. See the Pen Colorize image by Darryl Dias (@Darryl) on CodePen. This adds Grayscale filt

Read Article

Flat File vs Database driven CMS

These days there are a lot of CMS’s being rapidly developed, the most eye-catching CMS’s currently being developed is the flat-file type, which does not rely on

Read Article

Node.js on OSX

Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript, If yo

Read Article