Posts Tagged ‘html’

Internet Explorer 6 is Evil

Posted on January 8th 2010 6:03pm Friday, by Blaine

I know that many developers are very aware that IE6 is evil. But many of my clients do not know how much we bend over backwards to get an IE6 functional website. Sometimes it can take a few minutes. However, much of the time it will take an hour or two even on a simple [...]

Removing Viruses on a Website

Posted on October 30th 2009 3:13pm Friday, by Blaine

Before I throw my integrity out the window, let me start off by saying I have not been the one to give a website a virus. I am however the one who has to remove them. Every once in a while I will get an call from a client saying that their website has a virus. Sometimes it is their computers that have the virus. But sometimes I find the the website does indeed have a virus.

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

Subscribe to the Blog Bookmark and Share

Generate a Website Skeleton