Monthly Archives: March 2008

Capitalization for us Mc’s and Mac’s!

Needed to capltalize Mc’s and Mac’s? Here’s a quick function for it…

Posted in ColdFusion, Programming | Tagged , , | Leave a comment

Principles of Web Design

When I undertake developing a website I always try to keep 3 key principles in mind; 1. Simplicity 2. Modularity 3. Balance Follow my basic guide and you’ll become a better developer/designer…

Posted in SEO & SEM, Web Design | Tagged , | Leave a comment

ColdFusion – replace nl to br

Just a quickie if you need to replace NL (New Line or Carriage Return) in CFMX; <cfset text = replace(text,’#Chr(10)##Chr(13)#’,'<br>’,”All”)> You could also wrap it up in a CFC or a function if it’s going to be widely used.

Posted in All The Rest | Tagged , , | Leave a comment

SEO/SEM and the quality of your web traffic…

The people we (web designers/developers) create work for are always really interested in web traffic – LOTS of web traffic. But there is one thing that many web designers/developers and even our clients don’t consider, is the quality of traffic. … Continue reading

Posted in SEO & SEM | Tagged , , | Leave a comment