<?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>RHFtech™ Write on Tech &#187; yahoo</title>
	<atom:link href="http://rhftech.com/blog/category/yahoo/feed/" rel="self" type="application/rss+xml" />
	<link>http://rhftech.com/blog</link>
	<description>Technology for non-geeks</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:48:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom:link rel='hub' href='http://rhftech.com/blog/?pushpress=hub'/>
<cloud domain='rhftech.com' port='80' path='/blog/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Disable third-party cookies in Firefox 3.5 and Internet Explorer 8</title>
		<link>http://rhftech.com/blog/2009/08/disable-third-party-cookies-in-firefox-3-5-and-internet-explorer8/</link>
		<comments>http://rhftech.com/blog/2009/08/disable-third-party-cookies-in-firefox-3-5-and-internet-explorer8/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 22:42:07 +0000</pubDate>
		<dc:creator>Richard Frisch</dc:creator>
				<category><![CDATA[advertising]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://rhftech.com/blog/2009/08/disable-third-party-cookies-in-firefox-3-5-and-internet-explorer8/</guid>
		<description><![CDATA[<p>First party cookies are very useful. They are often used to remember your login credentials for sites your frequently visit. Third party cookies are for someone else’s benefit. Third party cookies are typically placed by advertisers associated with sites you visit.</p> <p>Here is how you turn off third party cookies in these two browsers:</p> <p>Firefox [...]]]></description>
			<content:encoded><![CDATA[<p>First party cookies are very useful. They are often used to remember your login credentials for sites your frequently visit. Third party cookies are for someone else’s benefit. Third party cookies are typically placed by advertisers associated with sites you visit.</p>
<p>Here is how you turn off third party cookies in these two browsers:</p>
<p><u>Firefox 3.5</u></p>
<ol>
<li>Go to <strong>Tools </strong>—&gt; <strong>Options </strong>—&gt; <strong>Privacy tab </strong></li>
<li>In the <em>History </em>panel change <em>Firefox will: <strong>Remember history</strong></em>&quot; to&#160;&#160; <em>Firefox will: <strong>Use custom settings for history</strong></em> </li>
<li>Check <strong><em>Accept cookies from sites</em></strong> </li>
<li>Uncheck <strong><em>Accept third-party cookies</em></strong>
<p><img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin: 10px auto 0px; border-left: 0px; border-bottom: 0px" height="229" alt="image" src="http://rhftech.com/blog/wp-content/uploads/2009/08/image.png" width="244" border="0" /> </li>
<li>Click the <strong>OK </strong>button. </li>
</ol>
<p><u>Internet Explorer 8</u></p>
<ol>
<li>Go to <strong>Tools </strong>—&gt; <strong>Internet Options </strong>—&gt; <strong>Privacy tab </strong></li>
<li>Click the <strong>Advanced </strong>button </li>
<li>Check <em><strong>Override automatic cookie handling</strong></em> </li>
<li>Select <strong><em>Block</em></strong>&quot; —&gt;
<p><img title="image" style="border-right: 0px; border-top: 0px; display: block; float: none; margin-left: auto; border-left: 0px; margin-right: auto; border-bottom: 0px" height="195" alt="image" src="http://rhftech.com/blog/wp-content/uploads/2009/08/image1.png" width="244" border="0" /> </li>
<li>Press the <strong>OK </strong>buttons as needed. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://rhftech.com/blog/2009/08/disable-third-party-cookies-in-firefox-3-5-and-internet-explorer8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Small Business Web Hosting – A problem and a solution for a 301 redirect</title>
		<link>http://rhftech.com/blog/2009/03/yahoo-small-business-web-hosting-%e2%80%93-a-problem-and-a-solution-for-a-301-redirect/</link>
		<comments>http://rhftech.com/blog/2009/03/yahoo-small-business-web-hosting-%e2%80%93-a-problem-and-a-solution-for-a-301-redirect/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 12:15:37 +0000</pubDate>
		<dc:creator>Richard Frisch</dc:creator>
				<category><![CDATA[web host]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://rhftech.com/blog/2009/03/05/yahoo-small-business-web-hosting-%e2%80%93-a-problem-and-a-solution-for-a-301-redirect/</guid>
		<description><![CDATA[The facts:

Yahoo! hosts the RHFtech web site.
I needed to change a link on over 200 pages from my old blog to the URL http://blog.rhftech.com.
The standard way to make a global change is to add a redirect command in the .htaccess file on the root directory of the web site. This is commonly known as a 301 redirect.
Yahoo! does not allow access to this file.]]></description>
			<content:encoded><![CDATA[<p>The facts:</p>
<ul>
<li>Yahoo! hosts the <a title="RHFtech" href="http://rhftech.com">RHFtech</a> web site.</li>
<li>I needed to change a link on over 200 pages from my old blog to the URL <a title="RHFtech Blog" href="http://blog.rhftech.com">http://blog.rhftech.com</a>.</li>
<li>The standard way to make a global change is to add a redirect command in the <a title="Wikipedia entry about .htaccess" href="http://en.wikipedia.org/wiki/Htaccess">.htaccess</a> file on the root directory of the web site. This is commonly known as a <a title="301 redirect description" href="http://www.webconfs.com/how-to-redirect-a-webpage.php">301 redirect</a>.</li>
<li>Yahoo! does not allow access to this file.</li>
</ul>
<p>I searched the web for solutions. The findings: many others have been down this road before me. They are an unhappy lot because they have not found a good solution.</p>
<p>The choices they write about are:</p>
<ul>
<li>Manually change the link on every page</li>
<li>Switch to a different web hosting company.</li>
</ul>
<p>Neither is an appealing choice. Both involve long, tedious effort with potential for issues and errors.</p>
<p>I called Yahoo!’s customer support and was greeted by a polite woman who told me what I already knew. I explained that since both my choices were bad I would probably switch providers rather than manually change all those pages. I said, “I need a quick solution and not an explanation of why I can’t edit the .htaccess file or I will switch hosts.”</p>
<p>She put her supervisor on the phone. He had a solution if I used <a title="Dreamweaver web page" href="http://rhftech.com/blog/www.adobe.com/products/dreamweaver/">Dreamweaver</a>. The application has a command, <strong>Site</strong> &gt; <strong>Change Link Sitewide…</strong>, that fit the bill.</p>
<p>I use Dreamweaver, “phew”.</p>
<p>The method:</p>
<ol>
<li>Open a page in Dreamweaver.</li>
<li>Click on the page whose link will be redirected to a different URL in the <strong>Files panel (Local Files)</strong>.</li>
<li>Click on the menu <strong>Site </strong>&gt; <strong>Change Link Sitewide…</strong> and follow the prompts.</li>
</ol>
<p>Once this is completed, you need to FTP all the changed pages to the host. I used <a title="FileZilla" href="http://filezilla-project.org/">FileZilla</a> to do this. The process took 15 minutes from start to finish. It is not as elegant as putting a 301 redirect in .htaccess but it is much better than changing a web host.</p>
<p>Yahoo!’s support supervisor solved this problem. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://rhftech.com/blog/2009/03/yahoo-small-business-web-hosting-%e2%80%93-a-problem-and-a-solution-for-a-301-redirect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.rhftech.com/blog/category/yahoo/feed/ ) in 0.74607 seconds, on Feb 9th, 2012 at 4:32 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 5:32 am UTC -->
