November 3, 2015 1:32 pm
Published by Gerard Millares
How to Arrange HTML Elements on a Web Page In this class, we will continue with HTML page layouts. But this time round, we’ll focus on how you can arrange the elements your page. By the end of the class,...
Read More
November 2, 2015 4:00 pm
Published by Gerard Millares
In 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
October 30, 2015 3:33 pm
Published by Gerard Millares
PHP is most effective and useful when it is used to take the information from the users and then use those details to authenticate a particular user or to get access to a website or any other services provided by...
Read More
October 29, 2015 9:42 am
Published by Gerard Millares
A Definitive Guide to Using the Navigation Menus in HTML Pages In this lesson, we look at how you can use the navigation menus to help you create a usable website. A good website is that website that is usable....
Read More
October 28, 2015 2:33 pm
Published by Gerard Millares
We have discussed a lot of basic concepts that are used in PHP in this series of blogs dedicated to help students learn PHP from the scratch. In this blog post, we will be drifting towards an aspect that is...
Read More
October 26, 2015 11:12 am
Published by Gerard Millares
Introduction Are you ready to learn how to develop professional websites? Fantastic. There’s a lot that you need to learn about HTML links, so let’s dive in. HTML pages are hypertext pages that contain hyperlinks—that enable people to navigate between...
Read More
October 26, 2015 10:35 am
Published by Gerard Millares
Beginners in PHP or any other programming language, usually shy away from including functions in their codes as they believe that it makes coding difficult.” If I am using the same operation, why can’t I just copy paste the lines...
Read More
October 24, 2015 9:44 am
Published by Gerard Millares
We have almost covered all the flow control statements and loop structures as part of this blog series on PHP Programming. In this last blog on loops before we move on to functions parameters and formatting numbers, we will discuss...
Read More
October 24, 2015 9:34 am
Published by Gerard Millares
How to Use Link Styles in HTML Pages In this training, we are going to learn about link styles. Now, you might be thinking, “This sounds fantastic, but why are link styles important for your web page?” Well, your readers...
Read More
October 23, 2015 11:02 am
Published by Gerard Millares
How to Use In-Page Links in A Web Site In this training, we’ll wrap the discussion on how you can use the In-page links in your website. By the end of the class, you’ll not only learn the significance of...
Read More