Mark Trego is the Founder and CEO of Stone River eLearning, a publishing company for video training courses on programming and development.
May 26, 2016 8:09 pm
Published by Mark Trego
Everyone says JavaScript has transformed web development, and that its libraries are obliterating long established programming languages. BUT, everyone also says that most websites still rely on PHP. Doesn’t really add up, does it? PHP and similar languages have been...
Read More
May 25, 2016 7:08 pm
Published by Mark Trego
If you’re a web developer and you don’t use Angular 2 to create mobile and desktop web applications, then you’re doing it wrong. Everyone knows the web development industry is evolving fast—really fast. Angular 2 is no longer just a...
Read More
May 20, 2016 6:22 pm
Published by Mark Trego
Programming enthusiasts are flowing towards object oriented programming languages like C++, Java and Python in waves. So when someone says that learning a functional programming language like Erlang is a great option, it’s both surprising and confusing in equal measure....
Read More
April 3, 2015 3:35 pm
Published by Mark Trego
Flow control statements are basically loops aimed at performing a particular set of operation for a period. Writing condition for let’s say 100 integers knowing that the operation to be performed on each one of them is the same is...
Read More
April 3, 2015 3:32 pm
Published by Mark Trego
In simple words a variable is anything that can store data or values. In real world; your cupboard, a jar, a piggy bank, are all different types of variables. However; in the world of computers and programming languages, variables must...
Read More
April 3, 2015 3:29 pm
Published by Mark Trego
While working with PHP and displaying content on the webpage, we will come across situations where a different operation must be performed for different cases. For instance, certain social networking websites do not allow users below the age of 13....
Read More
April 3, 2015 3:26 pm
Published by Mark Trego
A function is a block of code that can be used or called from anywhere in the PHP script once it has been declared in it. The major use of function is to make the script smaller, easier to understand...
Read More
April 3, 2015 3:25 pm
Published by Mark Trego
In order to understand PHP For Loops, we must quickly recollect our knowledge of programming languages and how the flow control statements are executed in the basic programming languages. PHP For Loops follow the same structure for the execution of...
Read More
April 3, 2015 3:23 pm
Published by Mark Trego
If you are a web-designing enthusiast and questions like how websites are made and used, often crawl inside your brain, it is very likely that you would have had a few encounters with PHP. For understanding any language, you first...
Read More
April 3, 2015 3:21 pm
Published by Mark Trego
When you talk about Object Oriented Programming, the best and the most apt example that comes to the mind is Java. Developed by Sun Microsystems, Java leads the way in terms of cross platform programming language and developing application software....
Read More