A Dragon in Sheep’s Clothing

Thoughts from a web designer, writer and cat lover.

A Dragon in Sheep’s Clothing header image 1

Entries Tagged as 'HTML and CSS'

Poor webpage design

July 31st, 2008 · No Comments

This page, www.hothomesofutah.com/video-archive.html, loads over 1,000 images (when I visited it in IE). Nearly all are the SAME four icons.
It seems they’re trying to use a CSS trick to make images appear without coding the image in HTML. The icon to view a video and the icon to download a video are displayed with [...]

[Read more →]

Tags: Design · HTML and CSS · Internet

Comment tags and ColdFusion in Internet Explorer 6.x

June 20th, 2007 · No Comments

Interesting bug I wanted to share with the world….
On my organization’s website, some ColdFusion code was recently added above the HTML of the homepage in order to redirect traffic trying to access a certain subdomain. Before each line of CF code, a standard HTML comment
<!– Like this –>
was included for future reference.
Well, I know [...]

[Read more →]

Tags: HTML and CSS · Internet