The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
How about a page of all the old tip of the weeks somewhere, for reference?
Where's TextPad on the PC??
##### Line 15 #####
##### Line 25 #####
##### Line 14 #####
Basicly, keep cound of say every Ten Lines of code, so when it comes to running the Script for the first time, and errors pop un on line .. whatever ... you will be able to find that line quckly.
> Consistency is one of the main building blocks of webdesign. Keep all your pages
> consistent by making one page, then seperate the static pieces of code (IE the
> bits that don't change from page to page) into files, such as header.php and
> footer.php. Then, use the PHP include(); command to "glue" the sperate
> files together. Now all your pages will look the same and if you need to make
> any changes you only need to alter one file instead of dozens.
Headers and footers! Great idea, why didn't I think of it when our whole site works around that idea.