<?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>AccuWeaver LLC</title>
	<atom:link href="http://accuweaver.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://accuweaver.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 19 May 2013 22:29:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Lesson Re-learned: Backups !</title>
		<link>http://accuweaver.com/2013/05/19/lesson-re-learned-backups/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=lesson-re-learned-backups</link>
		<comments>http://accuweaver.com/2013/05/19/lesson-re-learned-backups/#comments</comments>
		<pubDate>Sun, 19 May 2013 21:33:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bart Simpson]]></category>
		<category><![CDATA[File Transfer Protocol]]></category>
		<category><![CDATA[Folder (computing)]]></category>
		<category><![CDATA[homer]]></category>
		<category><![CDATA[Homer Simpson]]></category>
		<category><![CDATA[Marge Simpson]]></category>
		<category><![CDATA[Matt Groening]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Simpson]]></category>
		<category><![CDATA[Symbolic link]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Super Cache]]></category>

		<guid isPermaLink="false">http://accuweaver.com/?p=18</guid>
		<description><![CDATA[I just shot my blog in the foot, or more accurately, I didn&#8217;t follow IT 101 and back things up before making a change. I had moved my site to be completely WordPress based a while ago, and as a &#8230; <a class="more-link" href="http://accuweaver.com/2013/05/19/lesson-re-learned-backups/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<div class="wp-caption alignright" style="width: 249px"><a href="http://i1.wp.com/en.wikipedia.org/wiki/File:Homer_Simpson_2006.png" target="_blank"><img class="zemanta-img-inserted zemanta-img-configured" title="Homer Simpson" alt="Homer Simpson" src="http://i2.wp.com/upload.wikimedia.org/wikipedia/en/0/02/Homer_Simpson_2006.png?resize=239%2C391" data-recalc-dims="1" /></a><p class="wp-caption-text">Homer Simpson (Photo credit: Wikipedia)</p></div>
<p>I just shot my blog in the foot, or more accurately, I didn&#8217;t follow <a class="zem_slink" title="CRLX101" href="http://en.wikipedia.org/wiki/CRLX101" target="_blank" rel="wikipedia">IT 101</a> and back things up before making a change.</p>
<p>I had moved my site to be completely WordPress based a while ago, and as a result I had a bit of a convoluted setup on my <a class="zem_slink" title="Server (computing)" href="http://en.wikipedia.org/wiki/Server_%28computing%29" target="_blank" rel="wikipedia">server</a>.</p>
<p>When I first set up my <a class="zem_slink" title="WordPress" href="http://wordpress.org" target="_blank" rel="homepage">WordPress blog</a> it was as a <a class="zem_slink" title="Subdomain" href="http://en.wikipedia.org/wiki/Subdomain" target="_blank" rel="wikipedia">sub-domain</a> of accuweaver.com, and was housed at <a href="http://web.archive.org/web/20110423032617/http://wordpress.accuweaver.com/">http://wordpress.accuweaver.com/</a> (also aliased to <a href="http://web.archive.org/web/20120731061347/http://blog.accuweaver.com/">http://blog.accuweaver.com/</a>). The <a href="http://web.archive.org/web/20080915004330/http://www.accuweaver.com/">http://www.accuweaver.com/</a> site just static pages that hadn&#8217;t changed for years.</p>
<p>So when I finally got my blog set up to host the few static pages I had, I just changed the directory on my server to have a <a class="zem_slink" title="Symbolic link" href="http://en.wikipedia.org/wiki/Symbolic_link" target="_blank" rel="wikipedia">symbolic link</a> to the directory where wordpress.accuweaver.com had it&#8217;s content:</p>
<ol>
<li><span style="line-height: 16px;">Removed the directory httpdocs from /var/www/vhosts/accuweaver.com</span></li>
<li>Added a link in that folder to /var/www/vhosts/accuweaver.com/subdomains/wordpress/httpdocs.</li>
</ol>
<p>This actually worked really well, since the content was only in one place, and all I had to do was change the host name in WordPress.<span id="more-18"></span></p>
<p>The problem came in recently when I was diagnosing a different problem with my server (mail wasn&#8217;t working). I noticed a weird error message on the <a class="zem_slink" title="Plesk" href="http://www.parallels.com/en/products/plesk/" target="_blank" rel="homepage">Plesk</a> control panel telling me there was a problem with a software update due to permission problems.<a href="http://i0.wp.com/accuweaver.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-19-at-3.28.29-PM.png"><img class="alignnone size-large wp-image-20" alt="Screen Shot 2013-05-19 at 3.28.29 PM" src="http://i0.wp.com/accuweaver.com/wp-content/uploads/2013/05/Screen-Shot-2013-05-19-at-3.28.29-PM.png?resize=640%2C103" data-recalc-dims="1" /></a></p>
<p>In hindsight I realize this was because Plesk was trying to update a config file multiple times, and either it had the wrong permissions, or the file was being accessed by multiple threads.</p>
<p>At any rate, I decided to simplify my <a class="zem_slink" title="Folder (computing)" href="http://en.wikipedia.org/wiki/Folder_%28computing%29" target="_blank" rel="wikipedia">directory tree</a> and get rid of the symlink. So I deleted the symlink, and copied the directory to the right place on my server for the accuweaver.com site  (for Plesk this turns out to be /var/www/vhosts/accuweaver.com) and checked my server: all good.</p>
<p>Then, thinking (but not thinking it through) it would be easier, I decided to to use the Plesk control panel to remove the old sub-domains. I didn&#8217;t want to just delete their directories, because I figured there would be stuff left behind in the database and I&#8217;d never be able to remove them.</p>
<p>What didn&#8217;t occur to me was this: I had originally installed WordPress through the Plesk control panel, and so unexpectedly (at least to me) when I deleted wordpress.accuweaver.com as a subdomain, the panel decided to help me out and delete the WordPress tables in the database.</p>
<p>As a result I got a completely misleading message on my home page that told me there was a database connectivity issue. What that actually meant was that the tables holding all my posts, users and subscribers was now completely gone.</p>
<p>The one saving moment for me was when I realized that because I&#8217;m running <a class="zem_slink" title="WP Super Cache" href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank" rel="homepage">WP Super Cache</a>, all of my posts have actually been translated to static <a class="zem_slink" title="HTML" href="http://en.wikipedia.org/wiki/HTML" target="_blank" rel="wikipedia">HTML</a> pages.</p>
<p>So while it&#8217;s going to be painful, I should be able to get most of them back and posted eventually. I downloaded a local copy of the cache, and have started rebuilding my server.</p>
<p>But before that, I&#8217;ll be setting up a backup and trying to remember to actually do one &#8230;</p>
<p><em id="__mceDel"><a href="http://www.clker.com/clipart-4231.html" target="_blank"><img class="alignright" style="border: 0px; margin: 5px;" title="smiling face" alt="" src="http://i0.wp.com/www.clker.com/cliparts/b/1/f/0/11949864471536214792base.svg.thumb.png?resize=59%2C59" data-recalc-dims="1" /></a></em></p>
<p>&nbsp;</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul zemanta-article-ul-image" style="margin: 0; padding: 0; overflow: hidden;">
<li class="zemanta-article-ul-li-image zemanta-article-ul-li" style="padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;"><a style="box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;" href="http://ocaoimh.ie/2013/05/01/mfunc-in-wp-super-cache-1-4-and-beyond/" target="_blank"><img style="padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;" alt="" src="http://i1.wp.com/i.zemanta.com/noimg_106_80_80.jpg?w=640" data-recalc-dims="1" /></a><a style="display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;" href="http://ocaoimh.ie/2013/05/01/mfunc-in-wp-super-cache-1-4-and-beyond/" target="_blank">mfunc in WP Super Cache 1.4 and beyond</a></li>
<li class="zemanta-article-ul-li-image zemanta-article-ul-li" style="padding: 0; background: none; list-style: none; display: block; float: left; vertical-align: top; text-align: left; width: 84px; font-size: 11px; margin: 2px 10px 10px 2px;"><a style="box-shadow: 0px 0px 4px #999; padding: 2px; display: block; border-radius: 2px; text-decoration: none;" href="http://www.business2community.com/tech-gadgets/wordpress-website-maintenance-checklist-0484028" target="_blank"><img style="padding: 0; margin: 0; border: 0; display: block; width: 80px; max-width: 100%;" alt="" src="http://i1.wp.com/i.zemanta.com/167730290_80_80.jpg?w=640" data-recalc-dims="1" /></a><a style="display: block; overflow: hidden; text-decoration: none; line-height: 12pt; height: 80px; padding: 5px 2px 0 2px;" href="http://www.business2community.com/tech-gadgets/wordpress-website-maintenance-checklist-0484028" target="_blank">WordPress Website Maintenance Checklist</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/?px"><img class="zemanta-pixie-img" style="border: none; float: right;" alt="Enhanced by Zemanta" src="http://i0.wp.com/img.zemanta.com/zemified_e.png?w=640" data-recalc-dims="1" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://accuweaver.com/2013/05/19/lesson-re-learned-backups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP and RESTful Web Services – debug problems</title>
		<link>http://accuweaver.com/2008/12/08/cakephp-restful-debug/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-restful-debug</link>
		<comments>http://accuweaver.com/2008/12/08/cakephp-restful-debug/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 10:07:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Recovered Post]]></category>

		<guid isPermaLink="false">http://accuweaver.com/?p=18</guid>
		<description><![CDATA[I ran into an odd problem with the way Cake is coded that tripped me up for a couple of days. Because I hate it when things don&#8217;t work the way I think they should, I spent way more time &#8230; <a class="more-link" href="http://accuweaver.com/2008/12/08/cakephp-restful-debug/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[
<p>I ran into an odd problem with the way <a title="Cake" href="http://cakephp.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://cakephp.org']);">Cake</a> is coded that tripped me up for a couple of days. Because I hate it when things don&#8217;t work the way I think they should, I spent way more time debugging this than anybody should.</p>
<p>I got my basic <a class="zem_slink freebase/en/representational_state_transfer" title="Representational State Transfer" rel="wikipedia" href="http://en.wikipedia.org/wiki/Representational_State_Transfer" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">RESTful</a> service working for the <a title="VolunteerCake" href="http://volunteercake.sf.net" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://volunteercake.sf.net']);">VolunteerCake</a> project, and everything was working swimmingly, <strong>until</strong> I needed to turn on debug to figure something out &#8230;</p>
<p>When I had the debug level set to less than two (2) calling the action I was interested in with an extension of &#8220;.xml&#8221; was working fine. I got back the XML representation of the data in the action I was interested in returned with <a class="zem_slink freebase/en/mime" title="MIME" rel="wikipedia" href="http://en.wikipedia.org/wiki/MIME" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">content-type</a> of &#8220;application/xml&#8221;. In <a title="Cake" href="http://cakephp.org" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://cakephp.org']);">Cake</a>, if you turn debug to 2 (or 3) it will dump out the <a class="zem_slink freebase/en/sql" title="SQL" rel="homepage" href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=45498" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.iso.org']);">SQL</a> that was run in an <a class="zem_slink freebase/en/html_element" title="HTML element" rel="wikipedia" href="http://en.wikipedia.org/wiki/HTML_element" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">HTML table</a>.</p>
<p>The problem is that this HTML table is actually spit out <strong>after</strong> the rest of the view, meaning that my RESTful service no longer has a well formed document to display. Additionally (for reasons I&#8217;ve yet to isolate), when this happens, the document is returned with a content-type of &#8220;text/html&#8221; instead of &#8220;application/xml&#8221; as expected. Neither of these things would be acceptable if the site is to provide web services, since it would mean the web services would be broken as soon as somebody needed to debug.</p>
<p>The workaround for this is to manually reset the debug level when the extension of &#8220;xml&#8221; is detected. Since the debug data is useful, and it&#8217;s just the SQL that appears to break the XML, I asked on the <a class="zem_slink freebase/en/internet_relay_chat" title="Internet Relay Chat" rel="wikipedia" href="http://en.wikipedia.org/wiki/Internet_Relay_Chat" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">IRC channel</a> what the <strong>last</strong> place I could set the debug might be. The suggestion was to put it either in the afterFilter, or the end of the view itself.</p>
<p>I found that if I put the following code into the beforeFilter method, I could prevent the problem with the price of losing my debug output:</p>
<blockquote><p><code>if ($this-&gt;params['url']['ext'] == 'xml'){<br />
Configure::write('debug',1);<br />
$this-&gt;RequestHandler-&gt;respondAs('xml');<br />
}</code></p>
</blockquote>
<p>That same code placed in the afterFilter method gave me the debug output in a <a class="zem_slink freebase/en/extensible_markup_language" title="XML" rel="wikipedia" href="http://en.wikipedia.org/wiki/XML" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">well formed XML document</a> (excluding the SQL table), as did placing it in the view itself. This leads me to believe that when debug &gt; 1 there is some code that happens after the beforeFilter that is not setting the content type to &#8220;application/xml&#8221; as would be expected from our routing rules.</p>
<p>Being the bulldog that I am, I dug into the Cake <a class="zem_slink freebase/en/source_code" title="Source code" rel="wikipedia" href="http://en.wikipedia.org/wiki/Source_code" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">source code</a> to see if I could figure this out. I found the spot where the SQL table was being built, which turned out to be in the showLog() method of the dbo_source.php, which is called by the close() method. Since the close() is called after the view is finished, and the showLog() method simply prints the data, that explains why it breaks the XML. It definitely breaks the MVC encapsulation, since the data gets dumped into an HTML table and spit out after the view is complete.</p>
<p>On the IRC channel, it was suggested that I try creating a data source that would override the showLog method and spit that table out to a table, which might be worth trying.</p>
<p>I posted my question on the <a title="CakePHP Google Group" href="http://groups.google.com/group/cake-php" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://groups.google.com']);">CakePHP Google Group </a> and got the useful suggestion to use the <a href="http://www.firephp.org/Wiki/Libraries/CakePHP" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.firephp.org']);">FirePHP plugin</a> which basically writes the log data to the FirePHP plugin so it can be displayed in <a class="zem_slink" title="Firebug" rel="homepage" href="http://getfirebug.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://getfirebug.com']);">FireBug</a>. So my approach will be to write a dbo_mysql_firephp.php class that does just that. This will at least resolve the MVC encapsulation issue and keep my view relatively clean.</p>
<p>I still want to figure out exactly why the content-type isn&#8217;t getting set properly, but for now I have a workaround that I&#8217;ll use, and I&#8217;ll add the FirePHP debugging to solve the well-formed XML issue if I ever do figure out the content-type problem.</p>
<p>Off to set up my FirePHP plugin and build the dbo class now &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://accuweaver.com/2008/12/08/cakephp-restful-debug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plaxo: the service I love/hate</title>
		<link>http://accuweaver.com/2008/11/21/test-name-plaxo-the-service-i-lovehate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-name-plaxo-the-service-i-lovehate</link>
		<comments>http://accuweaver.com/2008/11/21/test-name-plaxo-the-service-i-lovehate/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 19:22:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Recovered Post]]></category>

		<guid isPermaLink="false">http://accuweaver.com/2008/11/21/test-name-plaxo-the-service-i-lovehate/</guid>
		<description><![CDATA[A couple of days back, I solved a problem I was having with Plaxo. For a few weeks, I was unable to connect to any of the Plaxo web servers from any of my home machines. Being a fairly knowledgeable &#8230; <a class="more-link" href="http://accuweaver.com/2008/11/21/test-name-plaxo-the-service-i-lovehate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[
<p>A couple of days back, I solved a problem I was having with <a class="zem_slink rdfa" title="Plaxo" rel="stag:means homepage" href="http://plaxo.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://plaxo.com']);">Plaxo</a>. For a few weeks, I was unable to connect to any of the Plaxo <a class="zem_slink freebase/en/web_server" title="Web server" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_server" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">web servers</a> from any of my home machines.</p>
<p><span id="more-7"></span></p>
<p>Being a fairly knowledgeable network person, I spent hours trying to diagnose the problem. I could get to all other web <a class="zem_slink rdfa" title="Website" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Website" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">sites</a>, but not to anything in the plaxo.com domain. Worse, I could resolve, ping and <a class="zem_slink freebase/en/traceroute" title="Traceroute" rel="wikipedia" href="http://en.wikipedia.org/wiki/Traceroute" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">traceroute</a> looked fine.</p>
<p>First I thought it might be something caused by Plaxo being bought by <a class="zem_slink rdfa" title="Comcast" rel="stag:means homepage" href="http://comcast.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://comcast.com']);">Comcast</a>. Comcast had just recently been in the news for blocking traffic to keep bandwidth available, so I figured it wasn&#8217;t inconceivable that somebody made a mistake in a <a class="zem_slink rdfa" title="Firewall" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Firewall" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">firewall</a> somewhere that was blocking traffic between them and <a class="zem_slink rdfa" title="AT&amp;T" rel="stag:means homepage" href="http://www.att.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.att.com']);">AT&amp;T</a>.</p>
<p>I sent an email to Plaxo to ask them if their site was up, and called AT&amp;T to see if we could diagnose the problem. AT&amp;T as usual was very nice (and annoying) and started me out with the normal insane steps:</p>
<ol>
<li><a class="zem_slink freebase/en/traversal_using_relay_nat" title="Traversal Using Relay NAT" rel="wikipedia" href="http://en.wikipedia.org/wiki/Traversal_Using_Relay_NAT" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">Turn</a> off your firewall</li>
<li>Clear your cache</li>
<li>Turn off your router</li>
</ol>
<p>After getting past all the annoying stuff, I got to their level 2 support, and then to the <a class="zem_slink rdfa" title="2Wire" rel="stag:means homepage" href="http://www.2Wire.com/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.2Wire.com']);">2Wire</a> support to see if they could find anything with my router that might be causing this. Naturally they found nothing, and everything looked OK.</p>
<p>So I escalated with Plaxo, calling them on the phone to see if there was anything they could do. There were emails and phone calls back in forth that never solved the problem:</p>
<ul>
<li>First call I was told that there was a problem with one of their servers, and that it would be working the next day (not).</li>
<li>Another call I was told they had found the problem in their <a class="zem_slink rdfa" title="Web server" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Web_server" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">web server</a>, and it would be fixed shortly</li>
<li>I got numerous emails telling me to uninstall the Plaxo software and log in again, which of course didn&#8217;t work since I couldn&#8217;t even get to the web site.</li>
<li>I had numerous emails diagnosing the problem as a Mac issue, or a <a class="zem_slink rdfa" title="Personal computer" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Personal_computer" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">PC</a> issue, which again it wasn&#8217;t since it was happening on the Mac, <a class="zem_slink rdfa" title="iPhone" rel="stag:means homepage" href="http://www.apple.com/iphone" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.apple.com']);">iPhone</a> and PC (and the iPhone doesn&#8217;t even have a Plaxo client).</li>
</ul>
<p>Finally at some point, I got a support guy who told me that my <a class="zem_slink rdfa" title="IP address" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/IP_address" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">IP address</a> was indeed blocked at their server. Now we&#8217;re getting somewhere. But no, it still doesn&#8217;t work.</p>
<p>Luckily for me this guy is good, so he tells me that there was an old version of the Plaxo client for Mac that their servers were detecting as a bot attack, so if I uninstall that everything should be golden. I do, and lo and behold I can get to Plaxo again &#8230;</p>
<p>So it appears that Plaxo can be incompatible with itself &#8230;</p>
<p>I wonder how many people are blocked with the same problem right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://accuweaver.com/2008/11/21/test-name-plaxo-the-service-i-lovehate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web marketing</title>
		<link>http://accuweaver.com/2008/11/19/test-name-web-marketing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=test-name-web-marketing</link>
		<comments>http://accuweaver.com/2008/11/19/test-name-web-marketing/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 19:26:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Recovered Post]]></category>

		<guid isPermaLink="false">http://accuweaver.com/2008/11/19/test-name-web-marketing/</guid>
		<description><![CDATA[Recently I&#8217;ve entered the world of using the web for self marketing. I saw a very interesting talk by Walter Feigenson at the last CPC Job Connections meeting about marketing yourself using the web. I already had a LinkedIn profile, and had &#8230; <a class="more-link" href="http://accuweaver.com/2008/11/19/test-name-web-marketing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[
<p>Recently I&#8217;ve entered the world of using the web for self <a class="zem_slink freebase/en/marketing" title="Marketing" rel="wikipedia" href="http://en.wikipedia.org/wiki/Marketing" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">marketing</a>.</p>
<p>I saw a very interesting talk by <a title="Walter Feigenson" href="http://feigenson.us/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://feigenson.us']);" target="_blank">Walter Feigenson</a> at the last <a title="CPC Job Connections" href="http://www.jobconnections.org/" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.jobconnections.org']);">CPC Job Connections</a> meeting about marketing yourself using the web.</p>
<p><span id="more-6"></span></p>
<p>I already had a <a class="zem_slink rdfa" title="LinkedIn" rel="stag:means homepage" href="http://www.linkedin.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.linkedin.com']);">LinkedIn</a> profile, and had my resume on a couple different places, but his talk convinced me that I ought to do some more. So I did the following:</p>
<ol>
<li> Set up <a href="http://reader.google.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://reader.google.com']);"><span class="zem_slink rdfa">Google</span> <span class="zem_slink rdfa">reader</span></a> so I can see all the web changes in one place.</li>
<li>Built a profile on <a class="zem_slink freebase/en/naymz" title="Naymz" rel="homepage" href="http://www.naymz.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.naymz.com']);">Naymz</a> (<a href="http://www.naymz.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.naymz.com']);">http://www.naymz.com</a>), unclear on exactly what this one does.</li>
<li>Ziki (<a href="http://www.ziki.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.ziki.com']);">http://www.ziki.com</a>) &#8211; Signed up, but never got the validation email. This is supposed to be a job finding service.</li>
<li><a class="zem_slink rdfa" title="Spokeo" rel="stag:means homepage" href="http://www.spokeo.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.spokeo.com']);">Spokeo</a> (<a href="http://www.spokeo.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.spokeo.com']);">http://www.spokeo.com</a>) &#8211; Signed up &#8211; not clear on what this site does beyond search for names.</li>
<li><a class="zem_slink" title="Ziggs" rel="homepage" href="http://www.ziggs.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.ziggs.com']);">Ziggs</a> (<a href="http://www.ziggs.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.ziggs.com']);">http://www.ziggs.com</a>) &#8211; Signed up and built profile, this one looks interesting.</li>
</ol>
<p>Just signing up for these things takes time, getting them to be consistent seems like it will be a pain. It reminds me of posting your resume to all of the job search sites. Not too bad the first time, but then going back to update is going to be hard.</p>
<p>Next thing I did was to add <a class="zem_slink freebase/en/cross-link" title="Cross-link" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cross-link" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">cross links</a> from as many different places as I could to my <a class="zem_slink rdfa" title="Website" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Website" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">web site</a> (http://www.accuweaver.com). This is supposed to help with the ranking on the <a class="zem_slink rdfa" title="Web search engine" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Web_search_engine" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">search engines</a>, since the search engines use the assumption that if a lot of sites link to you, you must be important.</p>
<p>I also cleaned up my <a class="zem_slink freebase/en/linkedin" title="LinkedIn" rel="homepage" href="http://www.linkedin.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.linkedin.com']);">LinkedIn profile</a>, added links, and added my company to the Companies part of LinkedIn.Then after all of this, I got hit again with the suggestion that I should set up a <a class="zem_slink rdfa" title="Facebook" rel="stag:means homepage" href="http://facebook.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://facebook.com']);">Facebook</a> profile. Walt had mentioned it, but it took hearing it a few more times for me to act.  It still seems a bit smarmy, and unlikely to be useful as a <a class="zem_slink rdfa" title="Business networking" rel="stag:means wikipedia" href="http://en.wikipedia.org/wiki/Business_networking" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://en.wikipedia.org']);">business networking</a> tool, but we&#8217;ll see.</p>
<p>Next: Making sure I&#8217;m posted on a huge list of sites I got from <a href="http://www.brightideasandconcepts.com" onclick="javascript:_gaq.push(['_trackEvent','outbound-article','http://www.brightideasandconcepts.com']);">Valerie Colber</a> &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://accuweaver.com/2008/11/19/test-name-web-marketing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
