Tag Archive: php
February 5, 2016 2:38 pm
Published by PrasannikaCreated by Danish-Canadian programmer Rasmus Lerdorf in 1994, PHP is a popular server-side scripting language that’s commonly used for web development. If you’re new the world of PHP, you may encounter messages embedded into the code. Known as “comments,” they...
Read More
January 2, 2016 4:09 pm
Published by Gerard MillaresWhy are there so many programming languages? It might sound like a dumb question to some and a genuine question to others. The question “Why are there so many programming languages” can actually be branched into two, “Do we want...
Read More
December 23, 2015 4:59 pm
Published by PrasannikaThe 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 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
November 27, 2015 4:23 pm
Published by PrasannikaCreated by Rasmus Lerdorf in 1994, PHP is a server-side scripting language and general-purpose programming language that’s used primary in web development. According to Netcraft, it’s used on more than 244 million websites spread across 2.1 million unique IP addresses,...
Read More
November 18, 2015 6:48 pm
Published by Gerard MillaresHere are 10 important techniques for writing clean code, regardless of what programming language you use. 1. Keep it Simple, Stupid The first and the most basic tip is to keep it as simple and readable as possible. The more...
Read More
November 17, 2015 10:53 am
Published by Gerard MillaresWeb Development! It is a phrase that excites some and scares others. We’re going to walk you through the top 5 programming languages used in web development so you’ll know which languages you’ll need to know to get started. We’ll...
Read More
November 12, 2015 9:59 am
Published by Gerard MillaresSince we have already discussed about inheritance and abstract classes in JAVA, there are no prizes for guessing that the next frontier of this series of blog posts is interface. Interface is very similar to the abstract classes with more...
Read More
November 11, 2015 2:32 am
Published by Gerard MillaresBeing the torchbearer of web development for so long, it does not surprise me one single bit when I notice the exponential growth in PHP enthusiasts all over the world. With enthusiasm comes the curiosity of learning more, and with...
Read More
November 2, 2015 4:00 pm
Published by Gerard MillaresIn our last blog post, we discussed how $_GET can be used to deliver user data from a HTML form to a PHP file. In this blog post, we will discuss about the other method to perform the same operation,...
Read More