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…
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…
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.
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