<?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>frank-dejong.com &#187; Websites</title>
	<atom:link href="http://www.frank-dejong.com/category/websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frank-dejong.com</link>
	<description>projects &#124; local / seo &#124; technology</description>
	<lastBuildDate>Thu, 05 May 2011 23:51:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>new websites</title>
		<link>http://www.frank-dejong.com/new-website/</link>
		<comments>http://www.frank-dejong.com/new-website/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 09:36:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Websites]]></category>
		<category><![CDATA[webstes]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.frank-dejong.com/?p=204</guid>
		<description><![CDATA[After a noticeable lull in my web development work, October and November have been productive.]]></description>
			<content:encoded><![CDATA[<p>After a noticeable lull in my web development work, October and November have been productive.</p>
<p><a title="Vintage Audio" href="http://www.VintageAudioOnline.com">Vintage Audio Online</a> is a website dedicated to one of my hobbies/business &#8211; Vintage Audio.  I tried to zone in on what I felt the vintage audio enthusiast wants &#8211; pictures and information.</p>
<p><a title="Tablet Reviews" href="http://www.TabletReviews.co.uk">TabletReviews.co.uk</a> &#8211; The iPad brought in the age of the tablet, so fittingly, a site dedicated to the latest tablets, tablet news, and like the name says, tablet reviews.</p>
<p><a title="Dutch Bikes" href="http://www.DutchCityBike.com">DutchCityBike.com</a> &#8211; I spent the month of October in Holland, and it reminded me of what  a great thing the bicycles is.  Dutch bikes are making headway into the States too.  This site is a bit of fun, it&#8217;s an interest of mine, and an experiment to see if I rank on some <a title="Dutch Bike" href="http://DutchCityBike.com">Dutch bike</a> terms.</p>
<p><a title="Couch Seattle" href="http://CouchSeattle.com">CouchSeattle.com</a> &#8211; <a title="Seattle Furniture and Couches" href="http://www.CouchSeattle.com">Couch Seattle </a>is my friend Ameer&#8217;s store.  Ameer built the site on his own, and it was hosted on WordPress &#8211; even though he already owned the <a title="Couch Seattle" href="http://www.CouchSeattle.com">CouchSeattle.com</a> domain name.  I finally convinced him to make the switch to host wordpress himself on his own domain.  At the same time, I&#8217;m putting some working into optimizing his site to drive organic traffic.  He&#8217;s also taking Adwords on, as opposed to paying the local SEO company in Seattle he used before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frank-dejong.com/new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A nice little Javascript redirect</title>
		<link>http://www.frank-dejong.com/a-nice-little-javascript-redirect/</link>
		<comments>http://www.frank-dejong.com/a-nice-little-javascript-redirect/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 08:50:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[404 page]]></category>
		<category><![CDATA[custom 404 page]]></category>
		<category><![CDATA[javascript redirect code]]></category>

		<guid isPermaLink="false">http://www.frank-dejong.com/?p=84</guid>
		<description><![CDATA[I customized a 404 page today. Just with some text to let the user know the page wasn&#8217;t there with a few links to existing content on the domain. Then, using the script below it redirects the visitor to my homepage in 2 seconds. A nice way to capture your 404 traffic I thought. This [...]]]></description>
			<content:encoded><![CDATA[<p>I customized a 404 page today.  Just with some text to let the user know the page wasn&#8217;t there with a few links to existing content on the domain.  Then, using the script below it redirects the visitor to my homepage in 2 seconds.  A nice way to capture your 404 traffic I thought.</p>
<blockquote><p><span><span style="font-family: Arial,Helvetica; font-size: x-small;">This example is setup to redirect to another page in 2 seconds. When a page 		      contains this JavaScript, it will be redirected to another page that you 		      specify in the &#8220;<strong>window.location=</strong>&#8220;. You can change the number of refresh 		      seconds by changing the &#8220;<strong>move()&#8217;,2000</strong> to the number of seconds you&#8217;d 		      like.</span></span></p>
<p>Example:</p>
<p>1000 = 1 second<br />
3000 = 3 seconds<br />
<span style="font-family: Arial,Helvetica; font-size: x-small;">Place this code between the 		      &lt;head&gt; and &lt;/head&gt; tags</span></p>
<table border="0" cellpadding="4" width="90%">
<tbody>
<tr>
<td bgcolor="#eae8e8"><span style="font-family: Arial,Helvetica; font-size: x-small;">&lt;script 			    language=&#8221;JavaScript&#8221;&gt;<br />
var time = null<br />
function move() {<br />
window.location = &#8216;http://www.yourdomain.com&#8217;<br />
}<br />
//&#8211;&gt;<br />
&lt;/script&gt;</span></td>
</tr>
</tbody>
</table>
<p><span style="font-family: Arial,Helvetica; font-size: x-small;">Place this code in your &lt;body&gt; 		      tag</span></p>
<table border="0" cellpadding="4" width="90%">
<tbody></tbody>
</table>
<p><span style="font-family: Arial,Helvetica; font-size: x-small;">&lt;<strong>body</strong> onload=&#8221;timer=setTimeout(&#8216;move()&#8217;,2000)&#8221;&gt;</span></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.frank-dejong.com/a-nice-little-javascript-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is Bing biased?  You decide&#8230;</title>
		<link>http://www.frank-dejong.com/is-bing-biased-you-decide/</link>
		<comments>http://www.frank-dejong.com/is-bing-biased-you-decide/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 23:23:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[bing biased search]]></category>
		<category><![CDATA[bing.com]]></category>

		<guid isPermaLink="false">http://www.frank-dejong.com/?p=54</guid>
		<description><![CDATA[Click to enlarge.]]></description>
			<content:encoded><![CDATA[<p>Click to enlarge.</p>
<div id="attachment_55" class="wp-caption alignnone" style="width: 594px"><a href="http://www.frank-dejong.com/wp-content/uploads/2009/06/bingbiased.png" rel="lightbox[54]"><img class="size-full wp-image-55" title="bingbiased" src="http://www.frank-dejong.com/wp-content/uploads/2009/06/bingbiased.png" alt="A search on Microsoft's Bing.com" width="584" height="208" /></a><p class="wp-caption-text">A search on Microsoft&#39;s Bing.com</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.frank-dejong.com/is-bing-biased-you-decide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft&#8217;s new search engine is live &#8211; Bing.com</title>
		<link>http://www.frank-dejong.com/microsofts-search-engine-is-live-bingcom/</link>
		<comments>http://www.frank-dejong.com/microsofts-search-engine-is-live-bingcom/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 09:13:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Websites]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.frank-dejong.com/?p=50</guid>
		<description><![CDATA[Yes, Bing.com is live.  First impression is that it&#8217;s nothing special.  The preview feature on the right hand side is pretty cool.  Will it catch on?  Not sure yet, but for now I don&#8217;t see it offering anything that Google doesn&#8217;t have.]]></description>
			<content:encoded><![CDATA[<p>Yes, <a title="microsofts new search engine, bing.com" href="http://www.bing.com" target="_blank">Bing.com</a> is live.  First impression is that it&#8217;s nothing special.  The preview feature on the right hand side is pretty cool.  Will it catch on?  Not sure yet, but for now I don&#8217;t see it offering anything that Google doesn&#8217;t have.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frank-dejong.com/microsofts-search-engine-is-live-bingcom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

