Archives -

Reasons to Use em in CSS Instead of px

December 31, 2015 6:01 pm Published by

One of the most common questions newcomers ask about CSS is why they should use em when defining distances and sizes in their style sheets. After all, pixels (px) have long been the standard unit of measurement in web design,...

Read More

A Guide to Types and Casting in Golang

December 29, 2015 6:33 am Published by

In this blog, we’ll be looking at the different data types that are used in Golang and how to cast between different kinds. Before we look at different ways of type casting, let’s discuss some of the most commonly used...

Read More

WordPress Switches from PHP Interface to JavaScript

December 23, 2015 4:59 pm Published by

The popular content management system (CMS) that now powers roughly 25% of the entire Internet has switched from a PHP user interface to JavaScript interface. WordPress developers made this announcement earlier this month, saying that after 12 years it was...

Read More

Getting started with the Golang

December 21, 2015 10:12 am Published by

In this class, we’ll cover the basics that are necessary to get you started with Golang. By the end of this class, you should be in a position to set up your desktop environment ready to begin coding using Golang....

Read More

Introduction to Google Go Programming Language

December 19, 2015 10:05 am Published by

A Brief Introduction to Google Go Programming Language and Why It’s Important Welcome to Essentials of Google Go—also known as golang—programming language. In this blog, we introduce you to the world of Go programming language and provide you with the...

Read More

6 Undeniable Reasons to Use CSS for Web Design

December 17, 2015 5:54 pm Published by

Originally released December 1996, cascading style sheets (CSS) is a special type of language that’s used to control the presentation of a web page or web document. While there’s no rule – written or unwritten – stating that you must...

Read More

Are You Guilty of Making these HTML Mistakes

December 11, 2015 5:43 pm Published by

Not Including Alt Text for Images When uploading and using images on your website, be sure to include the alt text attribute. This is an all-too-common mistake made by web developers. HTML 4.01 made the alt text attribute a requirement,...

Read More

Top 7 Programming Languages to Learn

December 4, 2015 6:41 pm Published by

#1) Java Originally developed nearly 25 years ago (yes, it’s that old), Java is among the most widely used and recognized programming languages in the world. From television and Blu-Ray players to Android smartphones and desktop computers, it’s used virtually...

Read More