Archive for the ‘Code’ Category

Blog

PHP Includes for Non-Developers

Thursday, July 31st, 2008

I usually will not write tutorials as there are many great ones available on any given topic; but this one I have not often seen, and would have loved to have known about it along time ago.

Any HTML/CSS web designer who doesn’t know PHP can certainly make good use of this PHP include statement. PHP includes are very useful for making global changes on smaller HTML/CSS websites, just as CSS is a tool to easily make global changes to styles and layouts.

code

(more…)

Clean HTML/CSS Code Formatting

Thursday, July 31st, 2008

Writing clean code is no different than building a car with the wiring under the dash that is color coded, bundled neatly and labeled; it is just all around easier to work with. Un-fomatted code becomes difficult to trouble shoot, find particular lines of code and will certainly upset the next web designer that works with your code - in general it is just difficult to read!

html

(more…)

copyright bret glassett