<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stupid Web Site Tricks</title>
	<atom:link href="http://www.dougv.com/2007/01/14/stupid-web-site-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dougv.com/2007/01/14/stupid-web-site-tricks/</link>
	<description>ASP.NET, PHP, XML, JavaScript, DOM, Web geekery</description>
	<lastBuildDate>Mon, 02 Jan 2012 21:22:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Kevin</title>
		<link>http://www.dougv.com/2007/01/14/stupid-web-site-tricks/#comment-65</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sat, 16 Aug 2008 23:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/01/14/stupid-web-site-tricks/#comment-65</guid>
		<description>Just want to add: Clean up the edging on your graphics! If your logo, icon, masthead graphic is raggedy and bitmapped, you look like a tool, would you settle for a crappy image on a business card? NO! Your website is your internet business card, sloppy graphics looks unprofessional, and by extension YOU look unprofessional.

Oh and use readable fonts, nobody takes the time to read seriffed, italicized 8px fonts.</description>
		<content:encoded><![CDATA[<p>Just want to add: Clean up the edging on your graphics! If your logo, icon, masthead graphic is raggedy and bitmapped, you look like a tool, would you settle for a crappy image on a business card? NO! Your website is your internet business card, sloppy graphics looks unprofessional, and by extension YOU look unprofessional.</p>
<p>Oh and use readable fonts, nobody takes the time to read seriffed, italicized 8px fonts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehdi</title>
		<link>http://www.dougv.com/2007/01/14/stupid-web-site-tricks/#comment-64</link>
		<dc:creator>Mehdi</dc:creator>
		<pubDate>Sat, 26 Jul 2008 00:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/01/14/stupid-web-site-tricks/#comment-64</guid>
		<description>*applause*

Couldn&#039;t have said it better, myself.</description>
		<content:encoded><![CDATA[<p>*applause*</p>
<p>Couldn&#8217;t have said it better, myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lojjik</title>
		<link>http://www.dougv.com/2007/01/14/stupid-web-site-tricks/#comment-63</link>
		<dc:creator>Lojjik</dc:creator>
		<pubDate>Wed, 12 Sep 2007 23:51:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/01/14/stupid-web-site-tricks/#comment-63</guid>
		<description>Yea,  I hate web pages that make you scroll sideways, too.</description>
		<content:encoded><![CDATA[<p>Yea,  I hate web pages that make you scroll sideways, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julius Davies</title>
		<link>http://www.dougv.com/2007/01/14/stupid-web-site-tricks/#comment-62</link>
		<dc:creator>Julius Davies</dc:creator>
		<pubDate>Mon, 26 Feb 2007 01:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dougv.com/blog/2007/01/14/stupid-web-site-tricks/#comment-62</guid>
		<description>I saw one website, once, where the &lt;bgsound&gt; was vital. It was an internal server-monitoring page. The webpage in question had 24 images representing 24 critical servers inside the company. These images would be â€œgreenâ€ when the servers were healthy, and â€œredâ€ when the servers were encountering problems. The page was on a 30 second refresh loop.
The computer sat in an operations room where staff were guaranteed to be present 24/7. But staff were not guaranteed to be looking at the green or red images!
If a server went â€œredâ€, a &lt;bgsound&gt; element would also be introduced. The was a .wav file with 30 seconds of silence, followed by 30 seconds of insane beeping. This way if the server went â€œgreenâ€ after a momentary 30 second â€œredâ€ spell, the beeping wouldn&#039;t happen. The beeping would only happen if the server stayed â€œredâ€ for at least two refreshes of the page.
The beeping had the nice effect of causing the staff in the room to look at that computer and figure out what was going wrong.
I taught a course on PHP once, and I used this as the only example, *ever*, where a background sound is permissible.
I still have a soft-spot for &lt;center&gt; and especially &lt;table align=&#039;center&#039;&gt;. I know it&#039;s bad, but I can never figure what weird contortion of CSS does the job. Is it margin-left: *; margin-right: *;? But doesn&#039;t that screw up on IE5? text-align: center obviously can&#039;t deal with display:block, only display:inline. Can never remember the trick, and still &lt;table align=&#039;center&#039;&gt; works so well!


(&lt;table&gt;&#039;s are like the force. They have amazing power, but great evil can be done with their power.)</description>
		<content:encoded><![CDATA[<p>I saw one website, once, where the &lt;bgsound&gt; was vital. It was an internal server-monitoring page. The webpage in question had 24 images representing 24 critical servers inside the company. These images would be â€œgreenâ€ when the servers were healthy, and â€œredâ€ when the servers were encountering problems. The page was on a 30 second refresh loop.<br />
The computer sat in an operations room where staff were guaranteed to be present 24/7. But staff were not guaranteed to be looking at the green or red images!<br />
If a server went â€œredâ€, a &lt;bgsound&gt; element would also be introduced. The was a .wav file with 30 seconds of silence, followed by 30 seconds of insane beeping. This way if the server went â€œgreenâ€ after a momentary 30 second â€œredâ€ spell, the beeping wouldn&#8217;t happen. The beeping would only happen if the server stayed â€œredâ€ for at least two refreshes of the page.<br />
The beeping had the nice effect of causing the staff in the room to look at that computer and figure out what was going wrong.<br />
I taught a course on PHP once, and I used this as the only example, *ever*, where a background sound is permissible.<br />
I still have a soft-spot for &lt;center&gt; and especially &lt;table align=&#8217;center&#8217;&gt;. I know it&#8217;s bad, but I can never figure what weird contortion of CSS does the job. Is it margin-left: *; margin-right: *;? But doesn&#8217;t that screw up on IE5? text-align: center obviously can&#8217;t deal with display:block, only display:inline. Can never remember the trick, and still &lt;table align=&#8217;center&#8217;&gt; works so well!</p>
<p>(&lt;table&gt;&#8217;s are like the force. They have amazing power, but great evil can be done with their power.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

