Rounded Corners Using CSS3
Posted on June 24th, 2010 by John Casey
CSS3 is the currently in development newer version of CSS. In essence the code is the same just with some newer properties and values. Wikipedia describes it as… CSS3 is modularized and will consist of several separate recommendations In this tutorial I will tell you how you can easily give elements such as div’s or […]
Filed under CSS | 896 Comments »
Installing PHP and MySQL
Posted on June 23rd, 2010 by John Casey
When developing PHP applications it is very useful to have the latest versions of PHP and MySQL installed on your local machine. This then allows you to quickly and efficentally make changes to your code without the need to download and then upload files to your server. When installing PHP you first need to have […]
Filed under PHP | 941 Comments »
Logging Errors With PHP
Posted on June 20th, 2010 by John Casey
This is just a quick little tip to show you how to log any errors in PHP to a txt file. This allows you to view any unexpected errors found in your code, even if a user does not tell you of the error.
Filed under PHP | 956 Comments »


