August 29, 2010 @ 9:06 pm
Add a Facebook “Like” button to your webpage

Filed under Tutorials Permalink · No Comments »

Filed under Tutorials Permalink · No Comments »
Have you ever wanted to create a contact form or even a newsletter registering form that has a default text value within the text box, but automatically disappears when the user clicks on it?Follow this tutorial and you will find out how simple it really is!
The method that will be used to do this [...]
Filed under HTML, Tutorials Permalink · No Comments »
This tutorial will give you insight on how to create a strong dynamic website structure using PHP.
Step 1 – Create the layout
First things first, before you can do anything with PHP, you need to create a strong website layout. For this tutorial you will be using a simple CSS layout that consists of the following [...]
Filed under PHP, Tutorials Permalink · No Comments »
The very first thing to know about PHP is that the code is written within a .php file, not a .html. PHP is executed on the web server and the results are then sent to the browser in the traditional plain HTML format.
Scripting Block
PHP scripting block always begins with <?php and ends with ?>. [...]
Filed under PHP, Tutorials Permalink · No Comments »