How to Create Post Draft In Jekyll
In the previous post, we have shown you how to install Jekyll and publish your first post with it. If you have followed it, you can see that creating …
In the previous post, we have shown you how to install Jekyll and publish your first post with it. If you have followed it, you can see that creating …
Before, we’ve gone in-depth about HTML5 elements and shown what they do. HTML5 brought us new elements like header, footer, aside, nav, and main. Th…
The contextual menu is the menu that is listed when you right-click on your computer screen. The menu usually comprises of shortcuts for some of our f…
Originally just a blogging platform, WordPress has evolved into a fully featured CMS. With WordPress, you can create nearly any type of website, from …
Learn how to use jQuery Accounting.js to format numbers, currencies, and dates in your web applications for a professional and polished look.
Sublime Text is a notably minimalist code editor. It lacks a traditional GUI, with even the settings managed via text. This minimalist approach sharpe…
In the previous post, we have discussed about Kit, a very simple HTML templating language. If you had been following this, you should find that the GU…
Alright, we’ve gone through the first quarter of 2014, let’s head on to the fourth month of the year. This round, April 2014, we have a framework …
Today, many web developers work remotely. We have access to numerous collaboration tools and file-sharing applications like Dropbox. However, a common…
Note: This post was first published on Apr 4, 2014. We have covered CSS3 Box Sizing in a previous article. Box Sizing, with the value of border-box, a…
CSS3 allows us to create rounded corners using the border-radius property. However, this feature is not supported in Internet Explorer 8 (IE8) and ear…
In this post, we are going to walk you through a project. In the project, we will create a static HTML website, and we will be using Kit Language for …