Monthly Archives: August 2006

Removing a browsers default CSS settings

I found an article a while ago by Adrian Senior called CSS: Getting Into Good Coding Habits. This is an excellent article, but the part I have found very useful is where he discusses removing the browsers default settings. I have reproduced a slightly modified version below. I now use this as a starting point [...]
Posted in Web Development | Tagged | Comments closed

ColdFusion Mappings and Components

When I first started working with ColdFusion mappings I was confused about how ColdFusion components were found. In addition, I did not understand the relationship between component creation and mappings and custom tag paths. After some research I found the following surprising results. When you create a new Component using createObject() ColdFusion searches for the [...]
Posted in ColdFusion | Tagged , | Comments closed