<?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>Marco&#039;s BlogWeb Tools</title>
	<atom:link href="http://marcosblog.com/category/web-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://marcosblog.com</link>
	<description>My thoughts about Wordpress, Startups, the Internet and techie stuff I personally like.</description>
	<lastBuildDate>Mon, 22 Aug 2011 20:56:14 +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>How to: Scaling WordPress Servers &amp; Deploys from Mark Jaquith</title>
		<link>http://marcosblog.com/2011/08/20/how-to-scaling-wordpress-server-deploys-from-mark-jaquith/</link>
		<comments>http://marcosblog.com/2011/08/20/how-to-scaling-wordpress-server-deploys-from-mark-jaquith/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 21:51:04 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[deployments]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[scaling]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=404</guid>
		<description><![CDATA[Ever wanted to learn how Auttomatic is handling &#038; scaling the massive WordPress.com installation of 25 Million+ blogs? And, how they deploy code updates and fixes across 3 data centers and 1000s of servers?
Check out the video below  from WordCamp San Francisco (WordCampSF) 2011 and watch the talk of Mark Jaquith (WordPress core developer).

Please [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to learn how <a href="http://automattic.com/">Auttomatic</a> is handling &#038; <strong>scaling</strong> the massive <a href="http://wordpress.com">WordPress.com</a> installation of 25 Million+ blogs? And, how they <strong>deploy code updates</strong> and fixes across 3 data centers and 1000s of servers?</p>
<p>Check out the video below  from WordCamp San Francisco (WordCampSF) 2011 and watch the talk of <a href="http://markjaquith.com/">Mark Jaquith</a> (WordPress core developer).</p>
<p><embed type="application/x-shockwave-flash" src="http://s0.videopress.com/player.swf?v=1.03" width="540" height="312" wmode="direct" seamlesstabbing="true" allowfullscreen="true" allowscriptaccess="always" overstretch="true" flashvars="guid=LqJ002Pq&amp;isDynamicSeeking=true"></embed></p>
<p>Please let me know in the comments below if you know of other great posts, videos, or, resources about scaling and deployment of WordPress. Thank you! </p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2011/08/20/how-to-scaling-wordpress-server-deploys-from-mark-jaquith/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Install Wordpress in a sub folder</title>
		<link>http://marcosblog.com/2010/04/12/how-to-install-wordpress-in-a-sub-folder/</link>
		<comments>http://marcosblog.com/2010/04/12/how-to-install-wordpress-in-a-sub-folder/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 16:06:25 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[sub folder configuration]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress installation]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=366</guid>
		<description><![CDATA[
Are you hosting Wordpress yourself?
A great new feature is that you&#8217;re now able to keep the Wordpress core folders and files in a separate sub folder.
The core files are all the Wordpress installation files which you never touch or alter. All the other files which you upload, plug-ins, themes and configuration files are kept apart. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-367" title="Wordpress folder" src="http://marcosblog.com/files/2010/04/wp_folder.png" alt="Wordpress folder" width="256" height="256" /><br />
Are you <strong>hosting <a title="Wordpress" href="http://wordpress.org" target="_blank">Wordpress</a> yourself</strong>?</p>
<p>A great new feature is that you&#8217;re now able to keep the <strong>Wordpress core folders and files in a separate sub folder</strong>.</p>
<p>The core files are all the Wordpress installation files which you never touch or alter. All the other files which you upload, plug-ins, themes and configuration files are kept apart. This helps greatly to reduce the &#8220;unclean&#8221; mix of files of your installation. And, reduces the risk of deleting files which you should stay away from (the core Wordpress installation files).</p>
<p>Another very helpful aspect of this feature is the ability to<strong> soft launch / beta test a new Wordpress blog in a less prominent way</strong> (e.g. yoururl.com/testblog ) and than move it to the main location with the simple procedure below.</p>
<p>To reiterate: You can apply this in two ways, either by starting in a sub directory and than move the blog to the main URL/directory or you did set up your blog under the main URL/directory and want to move the core Wordpress files into its own sub directory.</p>
<p>Below you&#8217;ll find the complete description from the Wordpress codex about <a title="Giving wordpress its own directory" href="http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory" target="_blank">giving Wordpress its own directory</a>:</p>
<ol>
<blockquote>
<li> Create the new location for the core WordPress files to be  stored (we will use <tt>/wordpress</tt> in our examples). (On linux, use  mkdir wordpress from your www directory. You&#8217;ll probably want to use  &#8220;chown apache:apache&#8221; on the wordpress directory you created.)</li>
<li> Go to the <a title="Administration Panels" href="http://codex.wordpress.org/Administration_Panels#Settings">General</a> panel.</li>
<li> In the box for <strong>WordPress address (URL):</strong> change the  address to the new location of your main WordPress core files. Example: <tt>http://example.com/wordpress</tt></li>
<li> In the box for <strong>Blog address (URL):</strong> change the address  to the root directory&#8217;s URL. Example: <tt>http://example.com</tt></li>
<li> Click <strong>Save Changes</strong>. (Do not worry about the error  message and do not try to see your blog at this point! You will probably  get a message about file not found.)</li>
<li> Move your WordPress core files to the new location (WordPress  address).</li>
<li> Copy the <tt>index.php</tt> and <tt>.htaccess</tt> files from  the WordPress directory into the root directory of your site (Blog  address). The <tt>.htaccess</tt> file is invisible, so you may have to  set your FTP client to <a title="Changing File Permissions" href="http://codex.wordpress.org/Changing_File_Permissions#Unhide_the_hidden_files">show hidden files</a>. If you are not  using <a title="Using Permalinks" href="http://codex.wordpress.org/Using_Permalinks#Using_.22Pretty.22_permalinks">pretty permalinks</a>, then you may not have a  .<tt>htaccess</tt> file.</li>
<li> Open your root directory&#8217;s <tt>index.php</tt> file in a <a title="Glossary" href="http://codex.wordpress.org/Glossary#Text_editor">text  editor</a></li>
<li> Change the following and save the file. Change the line that  says:<br />
<tt>require('./wp-blog-header.php');</tt><br />
to the following,  using your directory name for the WordPress core files:<br />
<tt>require('./wordpress/wp-blog-header.php');</tt></li>
<li> Login to the new location. It might now be <tt>http://example.com/wordpress/wp-admin/</tt></li>
<li> If you have set up <a title="Using  Permalinks" href="http://codex.wordpress.org/Using_Permalinks">Permalinks</a>, go to the <a title="Administration Panels" href="http://codex.wordpress.org/Administration_Panels#Permalinks">Permalinks panel</a> and update your  Permalink structure. WordPress will automatically update your <tt>.htaccess</tt> file if it has the appropriate file permissions. If WordPress can&#8217;t  write to your <tt>.htaccess</tt> file, it will display the new rewrite  rules to you, which you should manually copy into your <tt>.htaccess</tt> file (in the same directory as the main <tt>index.php</tt> file.)</li>
</blockquote>
</ol>
<p>Please feel free to ask questions in the comments section below. I&#8217;ll help you to get this set up and working. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2010/04/12/how-to-install-wordpress-in-a-sub-folder/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>SEO: Copywriting made simple &#8211; Scribe optimizes your posts</title>
		<link>http://marcosblog.com/2010/04/10/seo-copywriting-simple-optimizes-posts-scribe/</link>
		<comments>http://marcosblog.com/2010/04/10/seo-copywriting-simple-optimizes-posts-scribe/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 16:13:13 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[copywriting]]></category>
		<category><![CDATA[optimize content]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=326</guid>
		<description><![CDATA[
Do you sometimes wonder if there is still some tweak which needs to be done to your post to optimize your content for search engines?
If you don&#8217;t than you might miss out on a lot of organic traffic from search engines. There are many rules to follow to make your content perform best and to appear [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-355" title="Scribe SEO" src="http://marcosblog.com/files/2010/04/scribe.png" alt="Scribe SEO" width="160" height="85" /></p>
<p>Do you sometimes wonder if there is still some tweak which needs to be done to your post to <strong>optimize your content for search engines</strong>?</p>
<p>If you don&#8217;t than you might miss out on a lot of organic traffic from search engines. There are many rules to follow to make your content perform best and to appear at the top of search results. It starts with the content you create, but it is important to come up with an optimal headline (and length), keywords you place at the right positions of you text, meta description &amp; keywords, etc. etc.</p>
<p>If you want to optimize the SEO process than you should check out the new service is called <strong>Scribe SEO. <span style="font-weight: normal;">It&#8217;s available as a Wordpress plugin and web/stand alone version. You have the choice between 3 subscription levels:</span></strong></p>
<ul>
<li>Starter (30 evaluations, $27/m.)</li>
<li>Publisher (120 evaluations, $47/m.)</li>
<li>Advanced (300 evaluations, $97/m.)</li>
</ul>
<p>After you completed your post than you run Scribe (counts as 1 evaluation) and it produces a report with scores and suggestions to further optimize your content, keywords, headline, etc. The tool is available here: <a title="Scribe SEO" href="http://www.shareasale.com/r.cfm?b=214486&amp;u=423945&amp;m=25929&amp;urllink=&amp;afftrack=" target="_blank">Scribe SEO</a></p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2010/04/10/seo-copywriting-simple-optimizes-posts-scribe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to: Harden Wordpress &#8211; Great Presentation on Security</title>
		<link>http://marcosblog.com/2010/04/08/how-to-harden-wordpress-security/</link>
		<comments>http://marcosblog.com/2010/04/08/how-to-harden-wordpress-security/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 00:29:36 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[harden Wordpress]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Wordpress security]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=332</guid>
		<description><![CDATA[I found a great presentation about Wordpress security which shows some great ways to harden your Wordpress installation. This is very important if your&#8217;re hosting you own version of Wordpress.
In this presentation you&#8217;ll find out about:

How to do regular database backups
Changing your administrator account user name
How to change your security keys: ensure better encryption of [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-348" title="Wordpress security" src="http://marcosblog.com/files/2010/04/wordpress-security.png" alt="Wordpress security" width="224" height="199" />I found a great presentation about <strong><a title="Wordpress" href="http://wordpress.org/" target="_blank">Wordpress</a></strong><strong> security</strong> which shows some great ways to <strong>harden your Wordpress installation</strong>. This is very important if your&#8217;re hosting you own version of Wordpress.</p>
<p>In this presentation you&#8217;ll find out about:</p>
<ul>
<li>How to do regular database backups</li>
<li>Changing your administrator account user name</li>
<li>How to change your security keys: ensure better encryption of your sessions</li>
<li>Always update Wordpress and all of your plugins</li>
<li>How to create strong passwords</li>
<li>Folder &amp; file permissions</li>
<li>How to remove the Wordpress version number from your html source</li>
<li>Enable SSL Login &amp; admin access</li>
<li>Limit access to specific IPs</li>
<li>Change the Wordpess database table prefix</li>
<li>Userful Security Plugins</li>
</ul>
<p>Wanted to share it with everyone. Enjoy!</p>
<div id="__ss_2871141" style="width: 425px;"><strong><a title="Protecting WordPress from the Inside Out" href="http://www.slideshare.net/wpbeginner/protecting-wordpress-from-the-inside-out">Protecting WordPress from the Inside Out</a></strong><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100109095326-phpapp02&amp;rel=0&amp;stripped_title=protecting-wordpress-from-the-inside-out" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=presentation-100109095326-phpapp02&amp;rel=0&amp;stripped_title=protecting-wordpress-from-the-inside-out" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div style="padding: 5px 0 12px;">View more <a href="http://www.slideshare.net/">presentations</a> from <a href="http://www.slideshare.net/wpbeginner">Syed Balkhi</a>.</div>
<div style="padding: 5px 0 12px;">Another great resource about Wordpress security you can find here on the Wordpress codex page about <a title="hardening Wordpress" href="http://codex.wordpress.org/Hardening_WordPress" target="_blank">hardening Wordpress</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2010/04/08/how-to-harden-wordpress-security/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to change: Wordpress autosave and post revisions</title>
		<link>http://marcosblog.com/2009/10/19/how-to-change-wordpress-autosave-and-post-revisions/</link>
		<comments>http://marcosblog.com/2009/10/19/how-to-change-wordpress-autosave-and-post-revisions/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:18:46 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[autosave]]></category>
		<category><![CDATA[post revisions]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=295</guid>
		<description><![CDATA[Wordpress has a built in autosave feature that automatically saves when you&#8217;re editing a post. A big disadvantage is the default frequency at which it saves your posts, every minute is kinda often. So, if you use the WP editor to write your posts than you save quiet often and it might interrupt your editing.
What [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-286 alignleft" src="http://marcosblog.com/files/2009/10/wordpress-logo-stacked-bg.png" alt="Wordpress Logo" width="176" height="145" />Wordpress has a built in autosave feature that automatically saves when you&#8217;re editing a post. A big disadvantage is the default frequency at which it saves your posts, every minute is kinda often. So, if you use the WP editor to write your posts than you save quiet often and it might interrupt your editing.</p>
<p>What I usually do is to change this default value to something like every 5 minutes. You can alter the autosave behaviour by adding this define to your wp-config.php (interval is in seconds, 300 = 5min):</p>
<blockquote><p><code>define('AUTOSAVE_INTERVAL', 300);</code></p></blockquote>
<p>Even a higher value of 10 or 15min might make sense if you write longer posts and don&#8217;t want to end up with so many &#8220;autosaves&#8221; of your current draft&#8230;</p>
<p>Another feature which is pretty new is post revisions. You find them as one of the boxes below your post editor on the write panel. If these post revisions go unmanaged, they might significantly increase the size of your database.</p>
<blockquote><p><code>define('WP_POST_REVISIONS', 10);</code></p></blockquote>
<p>This define is telling WP to only keep 3 revisions. If you save the 4th revision, the first one is purged off.</p>
<p>It is also possible to disabled post revisions altogether, by using the following define:</p>
<blockquote><p><code>define('WP_POST_REVISIONS', false);</code></p></blockquote>
<p>Another way to solve this is to use a plugin, like:</p>
<blockquote><p><a title="Revision Control" href="http://wordpress.org/extend/plugins/revision-control/" target="_blank">Post Revision Control</a></p></blockquote>
<p>By using this plugin you also get a very granular way to control the number of revision per post &amp; page. Just in case if you think you need more / less revisions than your new default setting.</p>
<p>Hope this helps! Let us know what other useful defines you usually add to your configuration of Wordpress. Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2009/10/19/how-to-change-wordpress-autosave-and-post-revisions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Updates in Seconds &#8211; Via SVN or Auto-Update</title>
		<link>http://marcosblog.com/2009/10/18/wordpress-updates-svn-auto-updates/</link>
		<comments>http://marcosblog.com/2009/10/18/wordpress-updates-svn-auto-updates/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 20:01:58 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[auto-upgrade]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrading]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=284</guid>
		<description><![CDATA[Wordpress is getting a lot of updates lately and it is important to stay up to date with your installation. Even more important if its &#8220;only&#8221; a minor update, but a security update!
Wordpress introduced a very simple way in the current version (v2.8) called auto-upgrade. See Upgrading Wordpress:
Recent versions of WordPress feature an Automatic Upgrade. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://s.wordpress.org/about/images/wordpress-logo-stacked-bg.png"><img class="size-full wp-image-286 alignleft" src="http://marcosblog.com/files/2009/10/wordpress-logo-stacked-bg.png" alt="Wordpress Logo" width="176" height="145" /></a>Wordpress is getting a lot of updates lately and it is important to stay up to date with your installation. Even more important if its &#8220;only&#8221; a minor update, but a security update!</p>
<p>Wordpress introduced a very simple way in the current version (v2.8) called auto-upgrade. See<a title="Upgrade Wordpress" href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank"> Upgrading Wordpress</a>:</p>
<blockquote><p>Recent versions of WordPress feature an Automatic Upgrade. You can launch the automatic upgrade by clicking the link in the new version banner (if it&#8217;s there) or by going to the Tools -&gt; Upgrade menu. After that it should be straightforward.</p>
<p>Automatic Upgrades do fail sometimes, though, so remember to backup your database first, and deactivate your plugins before starting the upgrade.</p>
<p>Note that your files all need to be owned by the user under which your Apache server executes, or you will receive a dialog box asking for &#8220;connection information,&#8221; and you will find that no matter what you enter, it won&#8217;t work.</p></blockquote>
<p>If this doesn&#8217;t work for you there is always the <em>good old way</em> of doing a manual update:</p>
<ul>
<li>downloading the latest zip archive, unzip it</li>
<li>copy over all of your files (wp-content folder, wp-config, .htaccess, all other custom folder/files you added to wordpress)</li>
<li>move the current installation to another folder</li>
<li>move the new version + your files back to the web folder</li>
</ul>
<p><em><strong>But, there is another way to keep WP up-to-date: </strong></em></p>
<h2>SVN or Subversion</h2>
<p>First you need to be able to login to your server via SSH / Shell. Next, you need to check if you have Subversion installed (just type &#8220;svn&#8221; in the shell of your server). If this is all working than you&#8217;re good to go, otherwise you need to look into how to install subversion on your server.</p>
<p>There is a detailed description of how to <a title="Updating Wordpress with Subversion" href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion" target="_blank">update WP on the codex</a>. All you have to do is:</p>
<blockquote><p><code>$ mkdir blog<br />
$ cd blog<br />
$ svn co http://core.svn.wordpress.org/tags/2.8.4 .</code></p></blockquote>
<blockquote><p>WPMU users (<a title="WPMU SVN Repository" href="http://codex.wordpress.org/WPMU_SVN_Repository" target="_blank">codex page</a>):</p>
<p>$ svn co http://svn.automattic.com/wordpress-mu/tags/2.8.4a/ .</p></blockquote>
<p>If you&#8217;ve already installed WP and want to switch to updating via SVN:</p>
<blockquote>
<pre>$ cd ../blog
$ cp -p wp-config.php .htaccess ../blog-new</pre>
</blockquote>
<blockquote>
<pre>$ cp -rpfu wp-content/* ../blog-new/wp-content</pre>
</blockquote>
<p>Make sure to copy over all other custom files/folders and you should have a directory with the latest version of wordpress, running on your configuration. You&#8217;re ready for SVN <img src='http://marcosblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>All is left now is to switch this new directory with your old blog directory:</p>
<blockquote>
<pre>$ mv blog blog-old; mv blog-new blog</pre>
</blockquote>
<p>&#8230; and to test your new installation by browsing your blog. Don;t forget to update your blog, if you</p>
<p>Updating your blog is now as easy as (always remember to replace [blog dir] with the correct directory of your blog installation):</p>
<blockquote>
<pre>$ svn sw http://core.svn.wordpress.org/tags/2.8.4 [blog dir]</pre>
</blockquote>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2009/10/18/wordpress-updates-svn-auto-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error 999: Using Feedburner RSS Feeds for your Yahoo Pipes</title>
		<link>http://marcosblog.com/2009/02/01/feedburner-yahoo-pipes-rss-error-999/</link>
		<comments>http://marcosblog.com/2009/02/01/feedburner-yahoo-pipes-rss-error-999/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 01:16:35 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[pipes]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[Yahoo!]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=275</guid>
		<description><![CDATA[I have a couple of RSS feeds which are a mashup of multiple RSS feeds using Yahoo Pipes, and to be able to track their usage I utilize Feedburner. But lately all of these Feedburner feeds were not updating.  Feedburner returned “Error getting URL: 999 &#8211; Unknown” with HTTP Error code 502, though the Yahoo! [...]]]></description>
			<content:encoded><![CDATA[<p>I have a couple of RSS feeds which are a <strong>mashup of multiple RSS feeds</strong> using <a href="http://pipes.yahoo.com/">Yahoo Pipes</a>, and to be able to track their usage I utilize <a href="http://feedburner.com/">Feedburner</a>. But lately all of these Feedburner feeds were not updating.  Feedburner returned “<strong>Error getting URL: 999 &#8211; Unknown</strong>” with HTTP Error code 502, though the Yahoo! pipes source feed was valid RSS (even using the recommended services listed over on the pages of feedburner).</p>
<p><img class="alignnone size-medium wp-image-276" src="http://marcosblog.com/files/2009/02/feedburner-999error.gif" alt="" width="536" height="58" /></p>
<p>This happened after the migration of Feedburner accounts to Google accounts and the recent redirects to feeds2.feedburner.com urls.</p>
<p>All attempts <strong>troubleshooting feedburner</strong> failed (incl. to resync the feed). In case you recently created a Feedburner feed which sources Yahoo Pipes -&gt; check if it is working.</p>
<p><strong>Update:</strong> DON&#8217;T <a href="http://feedburnerstatus.blogspot.com/2009/01/use-yahoo-pipes-hold-off-on-moving-your.html">move</a> your Feedburner feeds to Google accounts if the original source is Yahoo Pipes:</p>
<blockquote><p><em>If you use Yahoo! Pipes as the &#8220;Original Feed,&#8221; or content source, for one or more FeedBurner feeds, and you haven&#8217;t already moved over to a Google Account, please postpone moving it (for now).</em></p>
<p><em>We are working directly with Yahoo! to restore Google-hosted feeds&#8217; access to Pipes as soon as possible, but until this fix is in place, FeedBurner feeds with Pipes sources moved to Google will stop working properly.</em></p></blockquote>
<p><strong>Update 2: </strong>As of today (Feb. 1, 2009 &#8211; Sun.) the feeds seem to have re-started to work as normal. No post/news yet on the official Feedburner Blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2009/02/01/feedburner-yahoo-pipes-rss-error-999/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyBlogLog releases JustForYou &#8211; Personalizes Your WordPress Blog</title>
		<link>http://marcosblog.com/2008/08/20/mybloglog-releases-justforyou-personalizes-wordpress-blog/</link>
		<comments>http://marcosblog.com/2008/08/20/mybloglog-releases-justforyou-personalizes-wordpress-blog/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 03:57:07 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[JustForYou]]></category>
		<category><![CDATA[MyBlogLog]]></category>
		<category><![CDATA[personalization]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[recommendation]]></category>
		<category><![CDATA[related posts]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=230</guid>
		<description><![CDATA[Today I installed a new Wordpress plugin from MyBlogLog called JusrForYou.
You see an example set of recommendations to the left (taken from the quoted blog post below).
Here is the blog post explaining a little more about it &#8220;Just for You Personalizes Your WordPress Blog&#8220;:

Yet, none of these add-ons look at the stated interests of the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-231" style="margin: 5px" src="http://marcosblog.com/files/2008/08/justforyou3_2.png" alt="" width="335" height="185" align="left" />Today I installed a new Wordpress plugin from MyBlogLog called JusrForYou.<br />
You see an example set of recommendations to the left (taken from the quoted blog post below).</p>
<p>Here is the blog post explaining a little more about it &#8220;<a title="Just For you" href="http://blog.mybloglog.com/my_weblog/2008/08/just-for-you-pe.html" target="_blank">Just for You Personalizes Your WordPress Blog</a>&#8220;:</p>
<blockquote>
<p style="padding-left: 30px"><em>Yet, none of these add-ons look at the stated interests of the individual reader, mostly because this data is closed off, hidden inside social networks and closed off to the open internet.</em></p>
<p style="padding-left: 30px"><em>Just for You, released today as a WordPress plug-in, builds a list of headlines based on the expressed interests of the reader. The plug-in looks at each visitor to your blog and, if they are a cookied MyBlogLog member, looks up the tags attached to that user&#8217;s profile. Using these tags, Just for You looks into the blog&#8217;s archive for posts with matching tags or categories and shows a list of matching headlines in a sidebar widget.</em></p>
</blockquote>
<p>A very interesting way of making suggestions for your blog visitors. In the comments you wil find some people complaining about some missing php extensions:</p>
<blockquote>
<p style="padding-left: 30px"><em> It seems your host is not supporting json data format. Please ask your hosting provider to enable json extension for php.</em></p>
</blockquote>
<p>So, it remains to be seen if this plugin will work here on my blog or not. What do you think about this idea to provide recommendations to site visitors?</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2008/08/20/mybloglog-releases-justforyou-personalizes-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Web Programming: Data Portability &#8211; Gnip &amp; OpenSocial</title>
		<link>http://marcosblog.com/2008/08/17/web-programming-data-portability-gnip-opensocial/</link>
		<comments>http://marcosblog.com/2008/08/17/web-programming-data-portability-gnip-opensocial/#comments</comments>
		<pubDate>Sun, 17 Aug 2008 20:39:00 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[comet]]></category>
		<category><![CDATA[data portability]]></category>
		<category><![CDATA[gnip]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=212</guid>
		<description><![CDATA[Data portability is a topic which is becoming more and more important, prominent example is OpenSocial from Google. OpenSocial allows you to build apps/widgets for many big social networks out there, based on one API (OpenSocial). This helps the developer of an app to make it available for all supported platforms without the need to [...]]]></description>
			<content:encoded><![CDATA[<p>Data portability is a topic which is becoming more and more important, prominent example is <a title="OpenSocial" href="http://code.google.com/apis/opensocial/" target="_blank">OpenSocial</a> from Google. OpenSocial allows you to build apps/widgets for many big social networks out there, based on one API (OpenSocial). This helps the developer of an app to make it available for all supported platforms without the need to re-write it for every social network/online community out there.</p>
<p><img class="alignnone size-medium wp-image-213" style="margin: 5px" src="http://marcosblog.com/files/2008/08/gnip-logo.gif" alt="" width="206" height="75" align="left" /> A different approach is the one from Gnip. They want to act as a data stream coverter, providing you with data from many services in the format most appropriate for your app. Below you find the services offered by them (or what they will offer soon):</p>
<table style="padding-left: 30px;height: 236px" border="0" cellspacing="0" cellpadding="5" width="499">
<tbody>
<tr valign="top">
<td><strong>Gnip Notifications</strong></td>
<td><strong>Data Consumers:</strong> Poll for new data the moment it exists. Avoid throttling &amp; decrease latency from hours to seconds.<br />
<strong>Data Providers:</strong> Reduce API traffic by an order of magnitude while increasing distribution through aggregators.</td>
</tr>
<tr valign="top">
<td class="light">Gnip Polling (soon)</td>
<td class="light">Offload API and RSS polling to Gnip and receive full content updates via your preferred protocol (REST, XMPP, ATOM, etc).</td>
</tr>
<tr valign="top">
<td class="light">Gnip Transformation (soon)</td>
<td class="light">Receive standardized cross-service XML markup and turn integrating with new APIs into a plug-and-play experience.</td>
</tr>
<tr valign="top">
<td class="light">Gnip Identification (soon)</td>
<td class="light">Let Gnip offer suggestions for your users&#8217; profiles through a variety of identity discovery mechanisms.</td>
</tr>
</tbody>
</table>
<p style="padding-left: 30px">This is an basic overview of their service (from Gnip&#8217;s site):</p>
<p style="padding-left: 30px"><img class="alignnone size-full wp-image-214" src="http://marcosblog.com/files/2008/08/gnip-protocol-bridge.png" alt="" width="359" height="225" /></p>
<p>They support many well known services, in which data streams you can hook into as an application developer, among them are e.g. MyBlogLog, Flickr, Identi.ca, Twitter, etc.</p>
<p>Chem them out at <a title="Gnip" href="http://gnipcentral.com/" target="_blank">gnipcentral</a>. Do you have some experience with this service or are you thinking about using it? Let us know and leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2008/08/17/web-programming-data-portability-gnip-opensocial/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Twitter: Do you have a Twitter counter on your website?</title>
		<link>http://marcosblog.com/2008/08/02/twitter-counter-on-your-website/</link>
		<comments>http://marcosblog.com/2008/08/02/twitter-counter-on-your-website/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 01:50:06 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[counter]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://marcosblog.com/?p=112</guid>
		<description><![CDATA[
Everybody knows the famous counter from feedburner.com to show (off) how many people are (approximately) reading your blog. Based on the idea of counter and stats is a new tool called &#8220;twittercounter&#8221;, doing the same kind of counter for the advanced micro-blogger, or twitterer. The service is providing not only an embeddable counter for your [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-113 alignleft" style="margin: 5px" src="http://marcosblog.com/files/2008/08/twittercounter_logo.png" alt="" width="327" height="69" /></p>
<p>Everybody knows the famous counter from feedburner.com to show (off) how many people are (approximately) reading your blog. Based on the idea of counter and stats is a new tool called &#8220;twittercounter&#8221;, doing the same kind of counter for the advanced micro-blogger, or twitterer. The service is providing not only an embeddable counter for your homepage, but also some stats. Here are their current stats, about their own account on <a title="twitter.com" href="http://www.twitter.com" target="_blank">twitter.com</a>:</p>
<blockquote>
<p style="padding-left: 30px">We now track 277,753 unique Twitter accounts.</p>
<p style="padding-left: 30px">Yesterday we generated 284,821 counters.</p>
<p style="padding-left: 30px">In total we generated 16,524,230 counters since we started tracking.</p>
</blockquote>
<p>And below you&#8217;ll see the counter preview (several display options exist) of the embadable counter for your webpage or maybe your Online community page:</p>
<p><a href="http://marcosblog.com/files/2008/08/twittercounter_counter.png"><img class="alignnone size-medium wp-image-114" src="http://marcosblog.com/files/2008/08/twittercounter_counter.png" alt="" width="281" height="86" /></a></p>
<p>And a little history of their followers of the last time:</p>
<p><img class="alignnone size-full wp-image-115" src="http://marcosblog.com/files/2008/08/twittercounter_stats.png" alt="" width="500" height="239" /></p>
<p>Are you already the proude owner of a <a title="twitter-counter" href="http://www.twittercounter.com" target="_blank">Twitter counter</a> for your homepage? I am working on mine, mostly I still need 100000 of people following me to make it worth displaying on my site:)</p>
]]></content:encoded>
			<wfw:commentRss>http://marcosblog.com/2008/08/02/twitter-counter-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

