Archives - October 2015
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
October 22, 2015 8:56 am
Published by Gerard Millares
Taking 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 Millares
Here 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