Archives - October 2015
October 20, 2015 6:42 am
Published by Gerard Millares
Remember in the last blog post we talked about arrays and how arrays are initialized in PHP? This blog post continues on the same lane and describes ‘Multi-dimensional array’, a topic that we did not cover in the last part....
Read More
October 19, 2015 5:37 pm
Published by Gerard Millares
Even though I believe that the best way to learn something new is by diving deep into it, getting your hands dirty, making errors and finding solutions; if you are studying on your own, we all need help – especially...
Read More
October 18, 2015 6:11 am
Published by Gerard Millares
We have talked about PHP variables in one of our previous blog posts and surely by this time you might have realized the importance of variables in PHP. In fact, being the storing blocks of values in a code, variables...
Read More
October 16, 2015 5:17 pm
Published by Gerard Millares
Thinking of jumping into Python Development? Then you should check out these awesome Python libraries to jump start your path into becoming a rockstar Python developer. 1. Matplotlib A must for data analyzing, Matplotlib is a numerical plotting library widely...
Read More
October 16, 2015 4:53 am
Published by Gerard Millares
Taking our discussion on the flow control statements to the next level, in this blog post on PHP Programming, we are going to discuss how switch statements are executed in PHP and how useful are they in the websites that...
Read More
October 14, 2015 8:57 am
Published by Gerard Millares
When we are talking about web pages, one of the first things that come to our mind is all the images we see on the internet. Be it a sports star, a Hollywood celebrity or a big politician, pictures of...
Read More
October 13, 2015 8:10 am
Published by Gerard Millares
A layout in graphic design terms is the art of manipulating user’s attention on an advertisement or a page to convey the meaning, points and sequence of interaction. If the word ‘manipulating’ seems confusing to you, think about it this...
Read More
October 12, 2015 8:32 am
Published by Gerard Millares
Talking of inline elements, there is one specific HTML tag that is used extensively in applications no matter big or small, to connect the different pages to each other. No prizes for guessing that we are referring to the anchor...
Read More
October 10, 2015 8:10 am
Published by Gerard Millares
Having talked in length about the block level elements in a previous blog post, we will now discuss about the other types of elements in HTML, namely, the inline elements. The biggest characteristic of an inline HTML element is that,...
Read More
October 9, 2015 4:00 am
Published by Gerard Millares
INTRODUCTION HTML5 technologies are the latest version of Hyper Text Mark Up Language (HTML), which has been made official by the World Wide Web Consortium (W3C) to be the new standards for the Internet and the future of both personal...
Read More