Archives -
November 13, 2015 4:48 pm
Published by PrasannikaStill haven’t jumped on the HTML5 bandwagon? Originally released October 28, 2014, the fifth generation Hyper Text Markup Language offers vast improvements over its predecessors. Among its core objectives, HTML5 seeks to improve language support for rich media while maintaining...
Read More
November 13, 2015 3:04 pm
Published by Gerard MillaresAn Introduction to Html Form Basics Let’s start out with a bigger picture in this class. Why do we need forms in HTML? The arrival of new standards in technology which have led to the growth of the internet has...
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 1:57 pm
Published by Gerard MillaresIntroduction to HTML Tables In this class, we will learn how to create tables. But before we begin creating tables, why are tables important in your web page? Good question? Well, tables used to be and are still very important...
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 10, 2015 8:06 am
Published by Gerard MillaresIn our last blog, we discussed about inheritance and how inheritance adds another dimension to the Object Oriented nature of JAVA. In this section, we will discuss another feature of JAVA programming that makes this language so popular and useful...
Read More
November 9, 2015 1:36 pm
Published by Gerard MillaresA Definitive Guide to Using HTML TABLE STYLES In this class, we continue our discussion on tables by looking at how you can use styles on your tables. Specifically, we’ll learn how to use CSS with our tables. You are...
Read More
November 8, 2015 7:49 am
Published by Gerard MillaresWe have already discussed a few concepts of Object Oriented Programming that gives it an edge over the procedural languages. One of the most commonly used aspects of Object Oriented Programming is the inheritance of parent class by the child...
Read More
November 7, 2015 12:35 pm
Published by Gerard MillaresA Guide to Positioning HTML Elements in Your Website In this class, we will continue with HTML page layouts—with special focus on positioning HTML elements in your page. By the end of the class, you should be in a position...
Read More
November 6, 2015 7:14 am
Published by Gerard MillaresConstructor is a concept that Object Oriented Programming has introduced in the world of computer programs; and the use of constructors often minimizes the complexity and the length of a particular code. Imagine giving value of the same variable again...
Read More