<?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>Web Strategist &#124; Frank Deardurff - That One Web Guy&#039;s, Online Marketers Blog &#187; web site tip</title>
	<atom:link href="http://www.frankdeardurff.com/blog/category/web-site-tip/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frankdeardurff.com/blog</link>
	<description>Tips, Ideas and Recommendations About Things On The Web</description>
	<lastBuildDate>Wed, 18 Aug 2010 20:09:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=1460</generator>
		<item>
		<title>Web Images Too Big?</title>
		<link>http://www.frankdeardurff.com/blog/web-images-too-big/</link>
		<comments>http://www.frankdeardurff.com/blog/web-images-too-big/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:44:53 +0000</pubDate>
		<dc:creator>Frank Deardurff III</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Cool Web Site]]></category>
		<category><![CDATA[Online Tips]]></category>
		<category><![CDATA[Web Resource]]></category>
		<category><![CDATA[computer tip]]></category>
		<category><![CDATA[web site mistake]]></category>
		<category><![CDATA[web site tip]]></category>
		<category><![CDATA[web strategy]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Bret Ridgway]]></category>
		<category><![CDATA[Human Interest]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[website mistake]]></category>
		<category><![CDATA[website tip]]></category>

		<guid isPermaLink="false">http://www.frankdeardurff.com/blog/?p=468</guid>
		<description><![CDATA[In my recent book &#8220;50 Biggest Website Mistakes&#8221; that I&#8217;ve just launched with Bret Ridgway, we talk about problems with website images one of them being website images being the wrong size and taking forever to load. If you&#8217;ve run into that issue you&#8217;ll appreciate this video. If you&#8217;d like to find out more about [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>In my recent book &#8220;<a href="http://50BiggestWebsiteMistakes.com">50 Biggest Website Mistakes</a>&#8221; that I&#8217;ve just launched with Bret Ridgway, we talk about problems with website images one of them being website images being the wrong size and taking forever to load.</p>
<p>If you&#8217;ve run into that issue you&#8217;ll appreciate this video. If you&#8217;d like to find out more about the book visit <a href="http://50BiggestWebsiteMistakes.com">http://50BiggestWebsiteMistakes.com</a></p>
<p><img src="http://frankdeardurff.com/images/videosplash.png" /></p>
<p>In this video I show you how to use <a href="http://toki-woki.net/p/Shrink-O-Matic/">Shrink-O-Matic</a> which is a free application you can download obviously I receive no commission for promoting it I simple think it is a good application you&#8217;ll find useful.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankdeardurff.com/blog/web-images-too-big/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Website Date</title>
		<link>http://www.frankdeardurff.com/blog/website-date/</link>
		<comments>http://www.frankdeardurff.com/blog/website-date/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 20:29:14 +0000</pubDate>
		<dc:creator>Frank Deardurff III</dc:creator>
				<category><![CDATA[Online Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web site tip]]></category>
		<category><![CDATA[web strategy]]></category>
		<category><![CDATA[calendar date]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[date code]]></category>
		<category><![CDATA[date on website]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JavaScript programming language]]></category>
		<category><![CDATA[Technology/Internet]]></category>

		<guid isPermaLink="false">http://www.frankdeardurff.com/blog/?p=448</guid>
		<description><![CDATA[Ok this isn&#8217;t what it sounds like&#8230; It&#8217;s not some promotion for a website dating service just a quick tutorial on how to add todays date on your webpage. When creating a sales letter web page we like to include today&#8217;s date it creates the thought that the page is fresh and new and is [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ok this isn&#8217;t what it sounds like&#8230;</p>
<p>It&#8217;s not some promotion for a website dating service just a quick tutorial on how to add todays date on your webpage.</p>
<p>When creating a sales letter web page we like to include today&#8217;s date it creates the thought that the page is fresh and new and is proven to help conversion.</p>
<p>It is really an easy technique to implement.</p>
<p>I use a javascript include to do this, the main reason is to keep the code cleaner for the search engines to spider without having to sort through javascript code.</p>
<p>Anyway to get started just right click  on your mouse (mac users ctrl + click) on the link below and download this file to your computer and then upload to your web site.</p>
<p><a href="../../files/date.js" target="_blank">http://www.frankdeardurff.com/files/date.js</a></p>
<p>On your webpage insert the following code where you want the date to appear. (note if you have uploaded the script to a differnet location than where the page is you will need to be sure to check the path to the script and put that in the source path (src=&#8221;") below.</p>
<p><code>&lt;script src="date.js"&gt;&lt;/script&gt;</code></p>
<p>Another good place to use a similar script is in the footer where you always want the current year for your copyright.</p>
<p>Right click and save this file and follow the similar steps above.</p>
<p><a href="../../files/year.js" target="_blank">http://www.frankdeardurff.com/files/year.js</a></p>
<p><code>&lt;script src="year.js"&gt;&lt;/script&gt;</code></p>
<p>I hope you find this useful for your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankdeardurff.com/blog/website-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost Pages &#8211; 404 Errors</title>
		<link>http://www.frankdeardurff.com/blog/lost-pages-404-errors/</link>
		<comments>http://www.frankdeardurff.com/blog/lost-pages-404-errors/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 04:15:41 +0000</pubDate>
		<dc:creator>Frank Deardurff III</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>
		<category><![CDATA[Online Tips]]></category>
		<category><![CDATA[business tip]]></category>
		<category><![CDATA[web site mistake]]></category>
		<category><![CDATA[web site tip]]></category>
		<category><![CDATA[404 pages]]></category>
		<category><![CDATA[page not found]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[Technology/Internet]]></category>
		<category><![CDATA[website mistakes]]></category>

		<guid isPermaLink="false">http://www.frankdeardurff.com/blog/?p=410</guid>
		<description><![CDATA[&#8220;Page Not Found&#8221; This is something just about everyone has seen at one time or another if you&#8217;ve spent anytime online at all. The &#8220;web&#8221; term for these pages are called 404-pages. Now you are probably thinking why is a &#8220;page not found&#8221; or a 404 error page a website mistake, and that would be [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft size-full wp-image-411" title="404" src="http://www.frankdeardurff.com/blog/wp-content/uploads/2009/07/404.png" alt="404" width="150" height="147" />&#8220;Page Not Found&#8221; This is something just about everyone has seen at one time or another if you&#8217;ve spent anytime online at all. The &#8220;web&#8221; term for these pages are called 404-pages.</p>
<p>Now you are probably thinking why is a &#8220;page not found&#8221; or a 404 error page a website mistake, and that would be a fair question to be asking, so let me explain what this mistake is, how you can benefit from it and how to correct it.</p>
<p>First we&#8217;ve already mentioned &#8220;what&#8221; it is but let me explain how &#8220;people&#8221; get there. 404&#8242;s are usually found either from a broken link on your website some where; or someone has tried to type in a url to a specific page on your site and has either mistyped it or the page is no longer there. It is possible that you will see in your stats that there have been requests for your robot.txt fie which is a common file that search engine spiders look for, and if you don&#8217;t have one then a 404 page would be triggered.</p>
<p>Now to explain how 404 pages can &#8220;help&#8221; you. There is a lot of discussion about what should or shouldn&#8217;t be displayed on your 404 page or if you should even display the error page. My personal opinion is to display the page but have key elements on the page, such as a logo or look and feel of your website, along with a message saying that the page they are looking for was not found but click here to go to the home page of your website.</p>
<p>Another option is if the visitor hits your 404 page, automatically redirect them to the home page of your website. This option works really well, but in discussions I&#8217;ve heard people say that the visitor is a little confused as to what just happened.</p>
<p>By utilizing the custom 404 page, you don&#8217;t miss out on the opportunity to connect with that visitor. With out any information on that page the visitor would just enter something else into the web address bar and go else where.</p>
<p>The easiest way to remedy this issue is to log in to your control panel (cpanel) and look for the icon that says &#8220;Error Pages&#8221;. This will list all of them, be sure to click the 404 and enter your information there. If you are unsure what to put there you can search Google to see some examples.</p>
<p>If you are uncomfortable doing this you can easily hire a programmer from rent-a-coder.com or getafreelancer.com to quickly do this for you. It is a quick project and once you have a template you can copy and paste it into your other sites.</p>
<p>To find more articles like this one visit <a title="50 Biggest Web site mistakes" href="http://www.50biggestwebsitemistakes.com" target="_blank">50 biggest website mistakes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankdeardurff.com/blog/lost-pages-404-errors/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Small, but life changing!</title>
		<link>http://www.frankdeardurff.com/blog/small-but-life-changing/</link>
		<comments>http://www.frankdeardurff.com/blog/small-but-life-changing/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 06:15:57 +0000</pubDate>
		<dc:creator>Frank Deardurff III</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[web site tip]]></category>

		<guid isPermaLink="false">http://www.frankdeardurff.com/blog/?p=402</guid>
		<description><![CDATA[I seen this story on the news today and it just blew me away. The story explains how Seven-year-old Isabelle Redford takes her art and raises money to build orphanages in other countries. The first one was built in Haiti and works are already in place for the second. You can read the full story [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I seen this <a href="http://abcnews.go.com/WN/PersonOfWeek/story?id=8054989&#038;page=1">story</a> on the news today and it just blew me away.</p>
<p>The story explains how Seven-year-old Isabelle Redford takes her art and raises money to build orphanages in other countries. The first one was built in Haiti and works are already in place for the second. You can <a href="http://abcnews.go.com/WN/PersonOfWeek/story?id=8054989&#038;page=1">read the full story here</a>. </p>
<p>This little gal is a perfect example that where there&#8217;s a will there&#8217;s a way. Isabelle took something she was good at and turned it into not only profits, but hope! She made an impact in her life and hundreds of others. I hope that others see this story and pass it on, not just for the fact the good deeds she is doing needs recognized, (and she should be recognized) but for the fact that if a 7-year old can take her passion and raise over $10,000. </p>
<p>Maybe, just maybe somebody that is having trouble making ends meet or just has given up hope, will see this and realize one small idea, one small action can make a world of difference and make a life changing impact.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankdeardurff.com/blog/small-but-life-changing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mistakeable Guarantee</title>
		<link>http://www.frankdeardurff.com/blog/mistakeable-guarantee/</link>
		<comments>http://www.frankdeardurff.com/blog/mistakeable-guarantee/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 16:10:23 +0000</pubDate>
		<dc:creator>Frank Deardurff III</dc:creator>
				<category><![CDATA[Marketing Tips]]></category>
		<category><![CDATA[Online Tips]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[web site mistake]]></category>
		<category><![CDATA[web site tip]]></category>
		<category><![CDATA[guarantee]]></category>
		<category><![CDATA[Web site mistakes]]></category>
		<category><![CDATA[web strategy]]></category>

		<guid isPermaLink="false">http://www.frankdeardurff.com/blog/?p=381</guid>
		<description><![CDATA[This is a common mistake on many websites and that is either a non-existant or weak guarantee. There are many misconceptions about using a guarantee on the website. I&#8217;ve heard some discussion about the fact that if they add a guarantee to their website they are afraid that brings to light the possibility that the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img class="alignleft" src="http://www.wordpressstrategies.com/images/guarantee.png" alt="" width="196" height="150" />This is a common mistake on many websites and that is either a non-existant or weak guarantee.</p>
<p>There are many misconceptions about using a guarantee on the website. I&#8217;ve heard some discussion about the fact that if they add a guarantee to their website they are afraid that brings to light the possibility that the buyer can return the product.</p>
<p>I think that&#8217;s the furthest thing from the truth. In fact by not having a guarantee on your website makes the buyer think that the product is either, a possible scam, OR you do not have enough faith in the product to warrant a guarantee.</p>
<p>Of course there is always the possibility you simply forgot to add the guarantee to your website. Here are some things to consider when creating or updating the guarantee you have.</p>
<p>Most merchant accounts and payment processors want or require you to have a guarantee policy easily displayed on your website, be sure to check out what they require and adjust accordingly.</p>
<p>Be sure to make your guarantee &#8220;look&#8221; like a guarantee policy. Many times I see this section look like the normal sales copy on the page or if there is a box around it, it resembles the other boxes on the page.</p>
<p>What I&#8217;ve found to work well is add an image that resembles a certificate as a background image or create (or have created) the whole thing as a graphic to easily place all of the elements you want in that area.</p>
<p>Also what is appealing is to add an official seal to that area. You can easily find these at either istockphoto.com or fotolia.com both of these stock photo websites will allow you to purchase at a very reasonable price both the certificate and seal images to use on your website.</p>
<p>Finally, don&#8217;t leave any doubt about what your policy is, explain the details and be sure that it fits the offer. You wouldn&#8217;t use the same policy for a live event, teleseminar or webinar that you would for say an ebook, physical product, or services rendered. Simply do a little research what others may be doing and then modify to meet your needs and of course test to see what gets you the best conversions.</p>
<p>Feel free to check out any of my websites as an example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankdeardurff.com/blog/mistakeable-guarantee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
