<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>View from the Swamp &#187; Website Development</title>
	<atom:link href="http://www.viewfromtheswamp.com/topics/life-online/website-development/feed" rel="self" type="application/rss+xml" />
	<link>http://www.viewfromtheswamp.com</link>
	<description>Life in South Florida Can Skew Anyone&#039;s Perspective</description>
	<lastBuildDate>Thu, 01 Apr 2010 21:26:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cuil: Why Scrolling Divs? Why Columns?</title>
		<link>http://www.viewfromtheswamp.com/2008/07/28/cuil-why-scrolling-divs-why-columns</link>
		<comments>http://www.viewfromtheswamp.com/2008/07/28/cuil-why-scrolling-divs-why-columns#comments</comments>
		<pubDate>Mon, 28 Jul 2008 11:25:00 +0000</pubDate>
		<dc:creator>Sonjay</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Cuil]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.viewfromtheswamp.com/2008/07/28/cuil-why-scrolling-divs-why-columns</guid>
		<description><![CDATA[So&#8230;.. some ex-Google engineers have launched their own search engine: Cuil (pronounced &#8220;Cool&#8221;).
They claim that its index is 3 times the size of Google&#8217;s. Great!
They say it focuses on on-page content for relevancy. Great!
I would love to see a good solid competitor for Google. I would love to see a search engine that focuses more [...]]]></description>
			<content:encoded><![CDATA[<p>So&#8230;.. some ex-Google engineers have launched their own search engine: <a href="http://www.cuil.com/">Cuil</a> (pronounced &#8220;Cool&#8221;).</p>
<p>They claim that its index is 3 times the size of Google&#8217;s. Great!</p>
<p>They say it focuses on on-page content for relevancy. Great!</p>
<p>I would love to see a good solid competitor for Google. I would love to see a search engine that focuses more on on-page content and less on backlinks.</p>
<p>I ran a few searches on Cuil. The results were nothing to write home about. Some key search terms brought up zero results. Other searches brought up tons of spam. Some searches brought up reasonably relevant results. But the search results were inferior &#8212; vastly inferior &#8212; compared to Google. Cuil&#8217;s index can&#8217;t possibly be big as they claim, and it&#8217;s obvious the algorithm needs polishing. But that&#8217;s okay; I would expect a brand-new search engine to need fine-tuning.</p>
<p>I like the thumbnail image that Cuil displays with each result, too. Well, I would, except that the images seem to have no relationship whatsoever to the search results. What on earth are they doing, showing random, unrelated images as thumbnails next to search results?</p>
<p>But why oh why is Cuil using a scrolling div to display search results? I have my default text size in Firefox set big enough that the entire search result set doesn&#8217;t fit on my screen, and the scrolling div means that after I perform a search I then have to click with my mouse inside the scrolling div area before I can scroll.</p>
<p>And, in case it&#8217;s not bad enough that Cuil is using the scrolling div, they&#8217;re also displaying the search resuls in columns.</p>
<p>Why oh why is Cuil using columns? I have a choice to use two columns or three, but honestly, there&#8217;s nothing wrong with a single column. I hate hate hate scrolling down then up then down then up then down then up. A single column doesn&#8217;t force all that up-and-down &#8212; I can just scroll down through the results until I find what I&#8217;m looking for. But two or three colums forces two or three down-and-ups. It gets more annoying each time.</p>
<p>In Google, I have my options set to display 100 results at a time. Cuil doesn&#8217;t offer this option. They may in the future &#8212; but imagine scrolling down through 33 results, then back up all that way to the top of the second column, then down through another 33 results, then all that way to the top of the third column, then down again. Egads! This is not user friendly.</p>
<p>I wish Cuil the best of luck. Google has far too much power in the world of search. But for now I won&#8217;t be using it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfromtheswamp.com/2008/07/28/cuil-why-scrolling-divs-why-columns/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove Border from Linked Images</title>
		<link>http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images</link>
		<comments>http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images#comments</comments>
		<pubDate>Wed, 19 Mar 2008 21:47:00 +0000</pubDate>
		<dc:creator>Sonjay</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images</guid>
		<description><![CDATA[In a Dreamweaver newsgroup that I read regularly, the following question is asked and answered almost daily:&#8220;How do I remove the ugly blue border from around all my linked images?&#8221;
The answer is, put this in your style sheet:
a img {   border: 0;}
]]></description>
			<content:encoded><![CDATA[<p>In a Dreamweaver newsgroup that I read regularly, the following question is asked and answered almost daily:<br /><span style="font-style:italic;"><br />&#8220;How do I remove the ugly blue border from around all my linked images?&#8221;</span></p>
<p>The answer is, put this in your style sheet:
<pre>a img {   border: 0;}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfromtheswamp.com/2008/03/19/remove-border-from-linked-images/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newspapers Still Don&#8217;t Get It</title>
		<link>http://www.viewfromtheswamp.com/2008/03/12/newspapers-still-dont-get-it</link>
		<comments>http://www.viewfromtheswamp.com/2008/03/12/newspapers-still-dont-get-it#comments</comments>
		<pubDate>Thu, 13 Mar 2008 03:04:22 +0000</pubDate>
		<dc:creator>Sonjay</dc:creator>
				<category><![CDATA[Life Online]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[newspapers]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.viewfromtheswamp.com/?p=34</guid>
		<description><![CDATA[Daily newspapers have been fighting decreasing readership and falling subscriptions for at least a couple of decades now. More and more, newspapers are putting their content online.
For that I salute them.
But the web is now about 15 years old, and I wonder why so many newspapers still don&#8217;t manage to get some of the basic [...]]]></description>
			<content:encoded><![CDATA[<p>Daily newspapers have been fighting decreasing readership and falling subscriptions for at least a couple of decades now. More and more, newspapers are putting their content online.</p>
<p>For that I salute them.</p>
<p>But the web is now about 15 years old, and I wonder why so many newspapers still don&#8217;t manage to get some of the basic things right.</p>
<p>This morning I was reading an article about a replicate of the Nina coming to town. The article is in this morning&#8217;s edition (Wednesday, March 12) but under the headline there&#8217;s a line that says &#8220;Last updated March 11.&#8221; This suggests the article was first written and published sometime prior to March 11.</p>
<p>So when the article says the Nina is coming to town Monday, does it mean Monday two days ago, or Monday of next week, or some other Monday?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfromtheswamp.com/2008/03/12/newspapers-still-dont-get-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Virus?</title>
		<link>http://www.viewfromtheswamp.com/2008/01/30/design-virus</link>
		<comments>http://www.viewfromtheswamp.com/2008/01/30/design-virus#comments</comments>
		<pubDate>Wed, 30 Jan 2008 20:55:00 +0000</pubDate>
		<dc:creator>Sonjay</dc:creator>
				<category><![CDATA[Search]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://www.viewfromtheswamp.com/2008/01/30/design-virus</guid>
		<description><![CDATA[Google thinks that searching for web pages with the word &#8220;design&#8221; in the title means you have a virus
There are some &#8220;advanced&#8221; Google searches that web developers and search engine experts often use to get a better picture of the true competition for various keywords. One of these is using intitle: to find out how [...]]]></description>
			<content:encoded><![CDATA[<h2>Google thinks that searching for web pages with the word &#8220;design&#8221; in the title means you have a virus</h2>
<p>There are some &#8220;advanced&#8221; Google searches that web developers and search engine experts often use to get a better picture of the true competition for various keywords. One of these is using intitle: to find out how many web pages are targeting a particular word or phrase in the title of the page. The syntax is intitle:keyword or intitle:&#8221;keyword phrase&#8221;.</p>
<p>Google apparently thinks that anyone who includes the word &#8220;design&#8221; in such a search is infested with a virus or other malware.</p>
<p>Go ahead and try it. Go to Google and type intitle:&#8221;website design&#8221; into the search box. Or intitle:&#8221;interior design&#8221; or intitle:&#8221;fashion design.&#8221; Bet you get a warning message from Google about having a virus or spyware.</p>
<p>Now try those searches with a different word instead of design. Search for intitle:&#8221;website developer&#8221; or intitle:&#8221;interior decor&#8221; or intitle:&#8221;fashion clothing.&#8221; No problem, you get regular search results of all the pages Google knows about that contain those phrases in the page title.</p>
<p>WTF? &#8220;Design&#8221; is a virus word? If anyone wonders why search results in Google can be so screwy sometimes, I shall point them to this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viewfromtheswamp.com/2008/01/30/design-virus/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
