Tech Articles
Everything You Need to Know About Ghost 0.5
After months of work and much anticipation, Ghost 0.5 is finally here. This version is as exciting as the first version, if not more. Although a major chunk of the work in this release…
The Future of Ghost and How to Help
Ghost is about 9 months old now and is on a very positive trajectory. People have been quick to adopt Ghost since it’s public release in October last year. Hosting companies have also taken…
5 Ways to Add Comments to Ghost
Ghost is a great blogging platform, but does not yet have a built-in commenting system. Also, Ghost does not yet have an API for plugins, so it doesn’t have an obvious way to add…
How to Use the Ghost Interface
Welcome to the fourth post in our series on Ghost, the exciting new blogging platform. Today we will give you a walkthrough of all the important Ghost screens from your first registration to your…
WordPress Deployment with Deploy, Git and Bitbucket
In recent years, developers have used WordPress for more powerful and complex sites. As WordPress sites have become more complex, developers have required better tools. It’s not common to version control and to have…
Using Bootstrap the Right (Semantic) Way
Back in the year 2000, when I first started learning web development, tables were my best friend. The web was filled with <tr> and <td> and semantics were non-existent. Images were broken down and…
Displaying Information of a WordPress.org Plugin on Your Website
In the first part of this article, we discussed how to use built-in functions to communicate with WordPress.org and retrieve plugin details. In this tutorial we will put the theory in action to create…
Get Plugin Download Count from WordPress.org API
Since last 3 days, I have been looking out for a way to get the total download count of my plugin. But there is almost no information about API for WordPress.org except on http://codex.wordpress.org/WordPress.org_API which is…
The Absolute Beginners Guide to LESS
CSS is a simple language. It allows us to style properties of HTML elements using selectors. This makes it easy for beginners to get started with CSS. However, as the size of your web…