Posts Tagged ‘html’

Site Skeleton Generator

Posted on September 21st 2009 11:07am Monday, by Blaine

Do you ever wonder how other website developers organize and create their websites? I do, and I am always looking for better ways to organize my work. I have developed a loose file template for HTML based websites. The websites I use this on a range of websites.

Basic Template System in PHP

Posted on September 6th 2009 6:13pm Sunday, by Blaine

When developing a basic PHP template system I attach 3 layout files to my content file. The three layout files are html.php, head.php, and foot.php. For this example I am going to be creating a “downloads.php” page and attach the layout files using PHP includes. I teach how PHP includes work in my blog as [...]

How PHP Includes Work

Posted on September 6th 2009 6:04pm Sunday, by Blaine

A PHP include allows you to append a file inside of another file. For example, if I had a file called hello-world.php I could attach goodbye-world.php to the end of hello-world.php

Embeding flash with Strict standards

Posted on December 31st 2008 1:47am Wednesday, by Blaine

I almost never use Flash, but when I do it is always invalid to embed the code. A quick way around this is to use swfobject. A JavaScript library that intends on replacing the flash detector script by adobe.
It is so easy to implement, and there are no files that you have to host. My [...]

Dojo Fish Tank Goes Live

Posted on September 30th 2008 12:31pm Tuesday, by Blaine

The Dojo Fish Tank is a demonstration of Dojo Toolkit’s amazing capabilities with animation. JavaScript animation is under used because previously it was difficult to produce results that were speedy, cross browser compliant, and easy to write.

Subscribe to the Blog Bookmark and Share

Generate a Website Skeleton