Archives -
December 31, 2015 6:01 pm
Published by Prasannika
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
December 29, 2015 6:33 am
Published by Gerard Millares
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
December 25, 2015 1:12 pm
Published by Gerard Millares
Today we will be discussing how to declare and use variables in your Golang program. Let’s start by discussing the significance of variables in any programming language. A variable can be defined as a temporary storage location in the main...
Read More
December 23, 2015 4:59 pm
Published by Prasannika
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
December 23, 2015 12:21 pm
Published by Gerard Millares
In this blog, we follow up our previous discussion on Golang environment. After this class, you should begin creating simple Golang apps. To review, your Golang apps all your Golang apps will be organized around the workspaces. Workspaces are the...
Read More
December 21, 2015 10:12 am
Published by Gerard Millares
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
December 19, 2015 10:05 am
Published by Gerard Millares
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
December 17, 2015 5:54 pm
Published by Prasannika
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
December 11, 2015 5:43 pm
Published by Prasannika
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
December 4, 2015 6:41 pm
Published by Prasannika
#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