<?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"
	>

<channel>
	<title>KnowTeBook - Webworkers Daily Milk &#187; rss</title>
	<atom:link href="http://www.knowtebook.com/tag/rss/feed" rel="self" type="application/rss+xml" />
	<link>http://www.knowtebook.com</link>
	<description>A community blog about design, ideas, trends, wordpress &#38; more.</description>
	<pubDate>Sun, 11 Dec 2011 13:58:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=9</generator>
	<language>en</language>
			<item>
		<title>Introducing New RSS Generation - What is pubsubhubbub?</title>
		<link>http://www.knowtebook.com/introducing-new-rss-generation-what-is-pubsubhubbub-1709.htm</link>
		<comments>http://www.knowtebook.com/introducing-new-rss-generation-what-is-pubsubhubbub-1709.htm#comments</comments>
		<pubDate>Wed, 03 Mar 2010 17:31:57 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[business]]></category>

		<category><![CDATA[coding]]></category>

		<category><![CDATA[seo]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1709</guid>
		<description><![CDATA[Pubsubhubbub is a crazy name for a new and faster way comparing to RSS. Pubsubhubbub is a simple, open, server-to-server web-hook-based pubsub (pub lish/sub scribe) protocol as an extension to Atom and RSS.


Parties (servers) speaking the PubSubHubbub protocol can get (...)]]></description>
			<content:encoded><![CDATA[<p>Pubsubhubbub is a crazy name for a new and faster way comparing to RSS. Pubsubhubbub is a simple, open, server-to-server web-hook-based pubsub (pub lish/sub scribe) protocol as an extension to Atom and RSS.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="512" height="311" 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://www.youtube.com/v/B5kHx0rGkec&amp;hl=de_DE&amp;fs=1&amp;color1=0xe1600f&amp;color2=0xfebd01" /><embed type="application/x-shockwave-flash" width="512" height="311" src="http://www.youtube.com/v/B5kHx0rGkec&amp;hl=de_DE&amp;fs=1&amp;color1=0xe1600f&amp;color2=0xfebd01" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<span id="more-1709"></span><br />
Parties (servers) speaking the <a target="_blank" rel="nofollow" href="http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.2.html">PubSubHubbub protocol</a> can get near-instant notifications (via webhook callbacks) when a topic (feed URL) they&#8217;re interested in is updated.</p>
<p><img src="http://blog.favit.com/en/wp-content/uploads/2009/08/pubsubhubbub.png" alt="pubsubhubbub Introducing New RSS Generation - What is pubsubhubbub?"  title="pubsubhubbub Introducing New RSS Generation   What is pubsubhubbub?   business" /></p>
<p>The protocol in a nutshell is as follows:</p>
<ul>
<li>An feed URL (a &#8220;topic&#8221;) declares its Hub server(s) in its Atom or RSS XML file, via <tt>&lt;link rel=&#8221;hub&#8221; &#8230;&gt;</tt>. The hub(s) can be run by the publisher of the feed, or can be a <a target="_blank" rel="nofollow" href="http://pubsubhubbub.appspot.com/">community hub that anybody can use</a>. (Atom and <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/RssFeeds">RssFeeds</a> are supported)</li>
</ul>
<ul>
<li>A subscriber (a server that&#8217;s interested in a topic), initially fetches the Atom URL as normal. If the Atom file declares its hubs, the subscriber can then avoid <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/WhyPollingSucks">lame, repeated polling</a> of the URL and can instead register with the feed&#8217;s hub(s) and subscribe to updates.</li>
</ul>
<ul>
<li>The subscriber subscribes to the Topic URL from the Topic URL&#8217;s declared Hub(s).</li>
</ul>
<ul>
<li>When the Publisher next updates the Topic URL, the publisher software <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/PublisherClients">pings the Hub(s)</a> saying that there&#8217;s an update.</li>
</ul>
<ul>
<li>The hub <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/PublisherEfficiency">efficiently fetches the published feed</a> and multicasts the new/changed content out to all registered subscribers.</li>
</ul>
<p>The protocol is decentralized and free. No company is at the center of this controlling it. Anybody can <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/Hubs">run a hub</a>, or anybody can ping (publish) or subscribe using <a target="_blank" href="http://code.google.com/p/pubsubhubbub/wiki/Hubs">open hubs</a>.</p>
<p>To bootstrap this, we&#8217;ve provided an open source reference implementation of the hub (the hard part of the protocol) that runs on Google App Engine, and is open for anybody to use.</p>
<h2>Plugins</h2>
<ul>
<li><a target="_blank" href="http://josephscott.org/archives/2010/03/pushpress-a-pubsubhubbub-plugin-for-wordpress/" target="_blank">Wordpress</a></li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/introducing-new-rss-generation-what-is-pubsubhubbub-1709.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Content 3.0: Create RSS Feeds from any Static Webpages</title>
		<link>http://www.knowtebook.com/content-30-create-rss-feeds-from-any-static-webpages-1620.htm</link>
		<comments>http://www.knowtebook.com/content-30-create-rss-feeds-from-any-static-webpages-1620.htm#comments</comments>
		<pubDate>Thu, 05 Mar 2009 11:20:19 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1620</guid>
		<description><![CDATA[Dapper is a free, web-based service that enables users to easily create an interactive feed from any website for consumption on any platform: RSS reader, iGoogle, Facebook application, mobile phone, etc.

Go ahead and think what this means for you. Content (...)]]></description>
			<content:encoded><![CDATA[<p>Dapper is a free, web-based service that enables users to easily create an interactive feed from any website for consumption on any platform: RSS reader, iGoogle, Facebook application, mobile phone, etc.</p>
<p><a href="http://www.knowtebook.com/content-30-create-rss-feeds-from-any-static-webpages-1620.htm"><img class="alignnone size-full wp-image-1619" title="dapper-rss-static-pages" src="http://www.knowtebook.com/uploaded/2009/03/dapper-rss-static-pages.gif" alt="dapper-rss-static-pages Content 3.0: Create RSS Feeds from any Static Webpages" width="500" height="113" /></a></p>
<p>Go ahead and think what this means for you. Content is no longer safe, but can be spread everywhere!</p>
<p><span id="more-1620"></span></p>
<h2>Tutorial</h2>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="508" height="401" 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://www.youtube.com/v/rL1N0FC_B78&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" /><embed type="application/x-shockwave-flash" width="508" height="401" src="http://www.youtube.com/v/rL1N0FC_B78&amp;hl=de&amp;fs=1&amp;rel=0&amp;color1=0xe1600f&amp;color2=0xfebd01" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/content-30-create-rss-feeds-from-any-static-webpages-1620.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To Make Your RSS Feed IPhone Ready in 5 Minutes</title>
		<link>http://www.knowtebook.com/how-to-make-your-rss-feed-iphone-ready-in-5-minutes-1538.htm</link>
		<comments>http://www.knowtebook.com/how-to-make-your-rss-feed-iphone-ready-in-5-minutes-1538.htm#comments</comments>
		<pubDate>Wed, 19 Nov 2008 13:15:12 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[how-to]]></category>

		<category><![CDATA[iphone]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=1538</guid>
		<description><![CDATA[If you like to offer your audience an iphone optimized version of your RSS feed you can either handcode a solution or you use intersquash. It lets you automatically convert your RSS for iPhones when publishing new posts. Just enter (...)]]></description>
			<content:encoded><![CDATA[<p>If you like to offer your audience an iphone optimized version of your RSS feed you can either handcode a solution or you use <a target="_blank" href="http://intersquash.com/index.php" target="_blank">intersquash</a>. It lets you automatically convert your RSS for iPhones when publishing new posts. Just enter your url of your feed and paste a little piece of code into your website.</p>
<p><a href="http://www.knowtebook.com/how-to-make-your-rss-feed-iphone-ready-in-5-minutes-1538.htm"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="501" height="314" 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://vimeo.com/moogaloop.swf?clip_id=2190773&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="501" height="314" src="http://vimeo.com/moogaloop.swf?clip_id=2190773&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></a><br />
<a target="_blank" href="http://vimeo.com/2190773"><span id="more-1538"></span><br />
</a></p>
<h2>How To Make it iPhone Ready</h2>
<p>Embed the following script into the header of your website:</p>
<pre name="code" class="jscript">

&lt;script type=&quot;text/javascript&quot;&gt;
&lt;!--
// Intersquash.com - iPhoneize your website.
// Just insert this between the &lt;head&gt; tags of your website.
var agent = navigator.userAgent.toLowerCase();
var iphone = ((agent.indexOf(&#039;iphone&#039;))!=-1);
if (iphone) {
window.location = &quot;http://intersquash.com/feed/07d3f976&quot;;
}
//--&gt;
&lt;/script&gt;
</pre>
<h2>See the results</h2>
<p>See the difference using the <a target="_blank" href="http://intersquash.com/feed/07d3f976" target="_blank">iPhone ready RSS Feed by Knowtebook</a>.</p>
<h3>Before</h3>
<p><img class="alignnone size-full wp-image-1539" title="none-iphone-ready-rss" src="http://www.knowtebook.com/uploaded/2008/11/none-iphone-ready-rss.gif" alt="None iphone ready rss feed" width="499" height="334" /></p>
<h3>After</h3>
<p><img class="alignnone size-full wp-image-1540" title="iphone-ready-rss" src="http://www.knowtebook.com/uploaded/2008/11/iphone-ready-rss.gif" alt="Iphone ready RSS Feed" width="500" height="335" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/how-to-make-your-rss-feed-iphone-ready-in-5-minutes-1538.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/11/none-iphone-ready-rss-150x150.gif' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Graphics: Get The Best Collection of Free RSS Icons</title>
		<link>http://www.knowtebook.com/graphics-get-the-best-collection-of-free-rss-icons-976.htm</link>
		<comments>http://www.knowtebook.com/graphics-get-the-best-collection-of-free-rss-icons-976.htm#comments</comments>
		<pubDate>Thu, 15 May 2008 08:16:32 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[graphics]]></category>

		<category><![CDATA[icons]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=976</guid>
		<description><![CDATA[If you are looking for a new RSS icon, this is the best knowte of it. A huge collection of high quality free icon sets, which will seperate you from your competitors.
Please also have a look at our other icon (...)]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a new RSS icon, this is the best knowte of it. A huge collection of high quality free icon sets, which will seperate you from your competitors.</p>
<p>Please also have a look at our other <a href="http://www.knowtebook.com/tag/icons" target="_blank">icon</a> knowtes:</p>
<ol>
<li> <a title="Permanent Link to Graphics: 15 000 free high quality icons" href="http://www.knowtebook.com/graphics-15-000-free-high-quality-icons-891.htm">15 000 free high quality icons</a></li>
<li> <a title="Permanent Link to Graphics: Icons Archive with more than 18.000 icons" href="http://www.knowtebook.com/icons-archive-with-more-than-18000-icons-771.htm">Icons Archive with more than 18.000 icons</a></li>
<li> <a title="Permanent Link to Graphics: Free desktop wallpaper, icons, themes" href="http://www.knowtebook.com/graphics-free-desktop-wallpaper-icons-themes-791.htm">Free desktop wallpaper, icons, themes</a></li>
<li> <a title="Permanent Link to Graphics: Free Web Development Icon Sets" href="http://www.knowtebook.com/graphics-free-web-development-icon-sets-945.htm">Free Web Development Icon Sets</a></li>
</ol>
<p><img src="http://fc05.deviantart.com/fs11/i/2006/195/1/8/RSS_ICON_by_talkaboutdesign.jpg" alt="RSS_ICON_by_talkaboutdesign Graphics: Get The Best Collection of Free RSS Icons" width="384" height="500" title="RSS ICON by talkaboutdesign Graphics: Get The Best Collection of Free RSS Icons   graphics" /></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/graphics-get-the-best-collection-of-free-rss-icons-976.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Business: ReOrder Your Content And Reach More Users</title>
		<link>http://www.knowtebook.com/business-reorder-your-content-reach-more-users-528.htm</link>
		<comments>http://www.knowtebook.com/business-reorder-your-content-reach-more-users-528.htm#comments</comments>
		<pubDate>Fri, 09 May 2008 20:23:21 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[business]]></category>

		<category><![CDATA[ideas]]></category>

		<category><![CDATA[mobile]]></category>

		<category><![CDATA[pdf]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.4webworking.de/allgemein/accessibility-bloginformationen-fuer-mobile-geraete/</guid>
		<description><![CDATA[XFruits makes it possible to reorder your the content of your website and transfer it to mobile devices for example. It is also possible to let your RSS Feed be generated as PDF or to aggregate multiple feeds into one. (...)]]></description>
			<content:encoded><![CDATA[<p>XFruits makes it possible to reorder your the content of your website and transfer it to mobile devices for example. It is also possible to let your RSS Feed be generated as PDF or to aggregate multiple feeds into one. Amazing and free! You get both sccessibility and more marketing options.</p>
<p><a href="http://www.knowtebook.com/uploaded/2008/05/xfruits-rss-mashup.jpg"><img class="alignnone size-full wp-image-952" title="xfruits-rss-mashup" src="http://www.knowtebook.com/uploaded/2008/05/xfruits-rss-mashup.jpg" alt="xfruits-rss-mashup Business: ReOrder Your Content And Reach More Users" width="499" height="296" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/business-reorder-your-content-reach-more-users-528.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/05/xfruits-rss-mashup-150x150.jpg' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Wordpress: Why to ReDesign your RSS Feed</title>
		<link>http://www.knowtebook.com/wordpress-why-to-redesign-your-rss-feed-965.htm</link>
		<comments>http://www.knowtebook.com/wordpress-why-to-redesign-your-rss-feed-965.htm#comments</comments>
		<pubDate>Fri, 09 May 2008 17:39:15 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[tools]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[ideas]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=965</guid>
		<description><![CDATA[
RSS Feeds are really useful, but look very boring. Now it is your turn! Modify every single feed item adding html code before and after posts by using this plugin. You can also execute php code inserted in the footer (...)]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.knowtebook.com/uploaded/2008/05/newspaper_feed_256x256.jpg"><img class="alignleft alignnone size-full wp-image-969" style="float: left;" title="newspaper_feed_256x256" src="http://www.knowtebook.com/uploaded/2008/05/newspaper_feed_256x256.jpg" alt="newspaper_feed_256x256 Wordpress: Why to ReDesign your RSS Feed" width="256" height="256" /></a></p>
<p>RSS Feeds are really useful, but look very boring. Now it is your turn! Modify every single feed item adding html code before and after posts by using this plugin. You can also execute php code inserted in the footer or header.</p>
<hr />
<h2>5 Reasons for re-designing your RSS Feed</h2>
<ul>
<li>Add Copyright notice (see also <a target="_blank" href="http://wordpress.org/extend/plugins/copyfeed/" target="_blank">©Feed by Frank Bueltge</a>)</li>
<li>Add social bookmark buttons</li>
<li>Add a signature or an image with your sign</li>
<li>Add useful or important links of your blog</li>
<li>Seperate from other websites</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/wordpress-why-to-redesign-your-rss-feed-965.htm/feed</wfw:commentRss>
	<enclosure url='http://www.knowtebook.com/uploaded/2008/05/newspaper_feed_256x256-150x150.jpg' length ='1'  type='image/jpeg' />	</item>
		<item>
		<title>Graphics: Brilliant high quality Icons of Katrin Wegmann</title>
		<link>http://www.knowtebook.com/graphics-brilliant-high-quality-icons-from-katrin-wegmann-908.htm</link>
		<comments>http://www.knowtebook.com/graphics-brilliant-high-quality-icons-from-katrin-wegmann-908.htm#comments</comments>
		<pubDate>Thu, 10 Apr 2008 18:47:45 +0000</pubDate>
		<dc:creator>Knowtebook</dc:creator>
		
		<category><![CDATA[graphics]]></category>

		<category><![CDATA[freebies]]></category>

		<category><![CDATA[icons]]></category>

		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.knowtebook.com/?p=908</guid>
		<description><![CDATA[Bear Graphics is the personal playground of Katrin Wegmann, and her creative freebies.
All graphics listed there can be used for non-commercial projects.
]]></description>
			<content:encoded><![CDATA[<p>Bear Graphics is the personal playground of <span class="greenb"><a target="_blank" id="katrin" class="ttlink" href="http://www.beargraphics.de/">Katrin Wegmann</a></span>, and her creative freebies.</p>
<p class="gap">All graphics listed there can be used for non-commercial projects.</p>
<p class="gap"><a href="http://www.knowtebook.com/uploaded/2008/04/glossy_rss_icons.jpg"><img class="alignnone size-full wp-image-907" title="High quality RSS Icons" src="http://www.knowtebook.com/uploaded/2008/04/glossy_rss_icons.jpg" alt="glossy_rss_icons Graphics: Brilliant high quality Icons of Katrin Wegmann" width="282" height="187" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.knowtebook.com/graphics-brilliant-high-quality-icons-from-katrin-wegmann-908.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>

