Inside-Out - Web Design & Development 4 Beginners

Tips & Tricks

Using Includes within PHP pages to save time

Using Includes within PHP pages to save time
December 14, 2009
Tips & Tricks

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.

Controlling header tags with CSS

Controlling header tags with CSS
December 14, 2009
Tips & Tricks

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

PHP and MySQL code generator
December 14, 2009
Tips & Tricks

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

Random seeds with PHP
December 14, 2009
Tips & Tricks

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

Layout with PHP Server-Side Includes
December 10, 2009
Tips & Tricks

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.