
by Daniel Lucas on August 23rd, 2011
We now know that PHP is run on the server whose role is to generate pages. However, only a server can read PHP, and your computer is not a server. So how will you create a dynamic website if PHP doesn’t even work on your computer ? There’s no need to worry : we’ll temporarily [...]
Read more

by Daniel Lucas on March 10th, 2011
This is the first chapter of the PHP/MySQL lessons. We’ll see what PHP and MySQL do and see what other solutions can be used in their place.
Read more

by Daniel Lucas on March 10th, 2011
This is the last chapter of the HTML lessons. In here you’ll find a list of XHTML tags to help you in your web development…
Read more

by Daniel Lucas on March 10th, 2011
As promised, here is a rather complete list of useful CSS properties to decorate your website…
Read more

by Daniel Lucas on March 10th, 2011
Your site is maybe finished but it’s not necessarily valid. In this chapter we’ll see how to validate your XHTML and CSS…
Read more

by Daniel Lucas on March 9th, 2011
Your site is now finished but because it’s still on your hard drive nobody can see it ! In this chapter we’ll learn how to put sites on the Internet…
Read more

by Daniel Lucas on March 9th, 2011
This is the last chapter of the XHTML / CSS lessons. We’ll conclude what we’ve seen during the tutorials and see what there is to look forward to…
Read more

by Daniel Lucas on March 9th, 2011
Welcome back ! Here we will see how to make forms for web sites using elements such as text areas, check boxes, radio buttons and submit buttons…
Read more