When I first started out as a web designer, I kept clear from the advice of senior designers and refused to venture into any form of coding that wasn’t standard HTML; If a file didn’t end with a .htm or .html, I wouldn’t go near it.
Tips & Tricks
Controlling header tags with CSS
Header tags are incredible important in optimising your website for search engines. You should include all of your most prominent keywords and phrases within them.
PHP and MySQL code generator
The PHP and MySQL code generator was built to cope with the repetitive aspects of website development. It is free to use and useful for any level of understanding.
Random seeds with PHP
Display random information within a web page. Here are a number of things that you may want to try out using PHP.
Layout with PHP Server-Side Includes
If you have a website containing more than a few pages ensuring that, for instance your menu system is up-to-date on every page can be very laborious and leave plenty of room for error. We used to use frames to cut out the hard work, until we realised has absolutely disastrous they were for the search engine indexing process.
