Monday June 1st 2009
at 4:20 PM
Any WordPress powered website isn’t complete without WordPress plugins. Thanks to the brilliant community that surrounds WordPress there are a variety of plugins written by users of WordPress as well as developers. There are so many plugins out there but theirs a handful of plugins that I can’t live without, and that are installed on James’ Blog. Really, plugins and how useful they are to you or me is down to personal preference, but here’s a list of a handful of plugins that I can’t live without!
Read more →
Saturday May 16th 2009
at 12:01 AM
Adding glow can make things look special or stand out and it can be applied to lots of different things. Glow can be used in website designs, to make something look just a little more special than the average look. In this case I’m going to use glow and apply it to a navigation bar to make look a little bit more ‘Wow’ than the average navigation bar, using nicely coloured gradients and bit of CSS magic, I’m going to show you how to achieve a real nice navigation effect, which looks smooth, sleek and with a few little extras to make it stand out.
Read more →
Sunday April 19th 2009
at 7:32 PM
Shadow in website design is something that can be achieved by using CSS and images, to achieve shadow in CSS2 you would use images and positioning, it can be achieved but it usually means that you have to create multiple divs. See my tutorial of creating shadow in CSS2 but one of the exciting new attributes in CSS3 is box-shadow which allows someone to get a nice shadow effect with just using one attribute applied to a div.
Read more →
Wednesday February 18th 2009
at 11:43 AM
Your Localhost is very nearly complete, we’ve installed Apache, PHP 5 and MySQL 5. I breifly talked about the ability to modify and change MySQL databases. Well phpMyAdmin can do just that, this tool allows you to do this, it helps you manage your MySQL database in a nicely presented admin panel which you can easily change tables, prefixes and much more. This tool is a must if you plan on creating databases on your localhost
Read more →
Sunday February 15th 2009
at 11:19 AM
In part two, we installed almightly PHP language onto our localhost, with that you can now run php scripts and code offline on your localhost, but for example what if you want to test a script that needs a database your basically stuck aren’t you? Well to handle databases there’s something called MySQL, this is simple a relation database management system and is present on most web-servers avaliable today. MySQL allows you to create and modify (To a certain extent) databases on a server, and lucky you, it can be installed on a localhost! We will be installing the MySQL service and getting it to run with your localhost.
Read more →