October 22, 2015 8:56 am
Published by Gerard MillaresTaking a break from the concepts of array and topics related to that, in this blog post, we are going to have a look back at the loop statements that we discussed earlier in this series of blogs. We have...
Read More
October 20, 2015 7:09 pm
Published by Gerard MillaresHere we are going to learn about the urllib (stands for url library) in Python. ‘urllib’ is a very important Python internet module, often used in Python networking / Internet Programming. Whenever you have to deal with HTTP protocols(associated with...
Read More
October 20, 2015 6:42 am
Published by Gerard MillaresRemember 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 MillaresEven 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 MillaresWe 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 MillaresThinking 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 MillaresTaking 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 MillaresWhen 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 MillaresA 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 MillaresTalking 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