<?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>vrypan&#124;net&#124;log &#187; blogging</title>
	<atom:link href="http://vrypan.net/log/archives/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://vrypan.net/log</link>
	<description>panayotis&#039; notes about the web and everything else.</description>
	<lastBuildDate>Fri, 24 Feb 2012 12:06:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>publishing for the future</title>
		<link>http://vrypan.net/log/2010/publishing-for-the-future/</link>
		<comments>http://vrypan.net/log/2010/publishing-for-the-future/#comments</comments>
		<pubDate>Sat, 02 Oct 2010 21:12:41 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/?p=618</guid>
		<description><![CDATA[Let&#8217;s say, I need to publish content that should be accessible in 10 or 20 years, or more. A good example might be a kid&#8217;s blog, created by its parents: they probably want to share the content with a couple &#8230; <a href="http://vrypan.net/log/2010/publishing-for-the-future/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s say, I need to publish content that should be accessible in 10 or 20 years, or more. A good example might be a kid&#8217;s blog, created by its parents: they probably want to share the content with a couple of friends and relatives (look this is a video of his first b-day, etc.) but also make sure that this content will be available when they (and the kid!) grow old. </p>
<p>The tools we currently have available are very good for publishing. It&#8217;s easy to set up a blog for free, host your photos on flickr or picasa, or somewhere, upload your videos on youtube, embed all that in the blog and you are ready to go.</p>
<p>But, this approach has so many things that can (and probably will!) go wrong: what if your account is shut down, for some strange complaint, or the service goes out of business, or stops supporting a feature you use, or starts charging, or, or&#8230; </p>
<p>To be honest, the best solution I&#8217;ve found so far, is (surprise!) Apple&#8217;s iWeb. It creates static HTML pages, puts all extra media files in separate folders, and it&#8217;s easy to upload to an ftp server. The only thing that can go wrong is if your hosting provider fails, but then all you have to do is upload the content to an other one. One can argue that I can&#8217;t be sure iWeb will be there in 20 years. That&#8217;s right, but that&#8217;s not a problem: if Apple stops supporting it, or even if I stop using an Apple computer (iWeb runs only on OS X), the content will still be there, I&#8217;ll just have to look again for a new solution. But the content published so far, will still be accessible and portable.</p>
<p>So&#8230; any other, more elegant solutions?</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2010/publishing-for-the-future/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>why blog pagination URL structure needs restructuring</title>
		<link>http://vrypan.net/log/2010/blog-pagination-url-structure-needs-restructuring/</link>
		<comments>http://vrypan.net/log/2010/blog-pagination-url-structure-needs-restructuring/#comments</comments>
		<pubDate>Fri, 28 May 2010 17:04:09 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/?p=608</guid>
		<description><![CDATA[The most popular convention on how to represent a blog pagination URL is that the home page is page 1. These are the latest, let&#8217;s say, 10 articles. Then you have page 2, where the next 10 most recent articles &#8230; <a href="http://vrypan.net/log/2010/blog-pagination-url-structure-needs-restructuring/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The most popular convention on how to represent a blog pagination URL is that the home page is page 1. These are the latest, let&#8217;s say, 10 articles. Then you have page 2, where the next 10 most recent articles appear. It sounds reasonable, but it&#8217;s quite impractical.</p>
<p>The reason is simple. Every time you publish a new article, <strong>ALL</strong> &#8220;pages&#8221; change content. The last article of page 1 goes to page 2. The last article of page 2 goes to page 3, etc. For example, as soon as I publish this blog post, the contents of http://vrypan.net/log/page/2/ will change -and the same will happen to pages 3, 4, 5,.., 44.</p>
<p>As a result:<br />
- indexing any URL that indicated pagination is useless for search engines.<br />
- if you are using some kind of caching engine, you have to re-create all &#8220;pages&#8221;, whenever a new post is published!</p>
<p>The funny thing? No matter what number I assign to the page containing the very first 10 posts of the blog, I wrote back in 2004, their has been the same for 6 years now, and will continue to be the same for as long as my blog exists (unless I decide to delete one of the first 10 posts). So, why not make this page, page #1?</p>
<p>The way I see it, the very first post of your blog should be on page #1. The last ones on, let&#8217;s say, page #100. As you add posts, the pages increment. But the older pages don&#8217;t change.</p>
<p>This would cause only one inconsistency: if you have 23 posts, with 10 posts per page, on the home page you will present posts 14-23. Page #1 has 1-10, page #2 11-20, #3 21-23. This makes it impractical to have the usual &#8220;older entries&#8221; link at the homepage. This link (obviously, no home page has a &#8220;newer entries&#8221; link <img src='http://vrypan.net/log/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  should be replaced by an &#8220;archive&#8221; link or something like that.</p>
<p>In short: <strong>a blog is read in reverse chronological order, but its archive should be numbered like a book, in chronological order.</strong>. Yes, if you want to know the end, you go to the last page, we&#8217;ve been doing this for centuries. This would solve some important problems, and wouldn&#8217;t create any new ones, IFAIK.</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2010/blog-pagination-url-structure-needs-restructuring/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google CSE in blogger.com</title>
		<link>http://vrypan.net/log/2007/google-cse-in-bloggercom/</link>
		<comments>http://vrypan.net/log/2007/google-cse-in-bloggercom/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 17:10:24 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogspot]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/2007/09/29/google-cse-in-bloggercom/</guid>
		<description><![CDATA[Well, it turns out that my idea is old news Google Custom Search Blog explains to add a CSE box in blogger.com. I&#8217;m working on the WP plugin.]]></description>
			<content:encoded><![CDATA[<p>Well, it turns out that <a href="http://vrypan.net/log/2007/09/29/my-slice-of-the-web/">my idea</a> is old news <img src='http://vrypan.net/log/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Google Custom Search Blog explains <a href="http://googlecustomsearch.blogspot.com/2007/07/search-your-blog-world.html">to add a CSE box in blogger.com</a>.</p>
<p>I&#8217;m working on the WP plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2007/google-cse-in-bloggercom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google intergates FeedBurner in Blogspot</title>
		<link>http://vrypan.net/log/2007/google-intergates-feedburner-in-blogger/</link>
		<comments>http://vrypan.net/log/2007/google-intergates-feedburner-in-blogger/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 05:43:00 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/2007/07/12/google-intergates-feedburner-in-blogger/</guid>
		<description><![CDATA[Blogger feeds can now be transparently redirected to FeedBurner. That was an easy one, not something spectacular, but definitely useful. Still&#8230; - waiting for FeedBurner and Google Analytics integration - waiting for FeedBurner and AdSense integration BTW, shouldn&#8217;t WordPress.com provide &#8230; <a href="http://vrypan.net/log/2007/google-intergates-feedburner-in-blogger/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogspot.com/">Blogger</a> feeds can now be <a href="http://blogs.feedburner.com/feedburner/archives/2007/07/feedburner_integration_for_blo.php">transparently redirected</a> to <a href="http://feedburner.com/">FeedBurner</a>.</p>
<p>That was an easy one, not something spectacular, but definitely useful. Still&#8230;<br />
- waiting for FeedBurner and Google Analytics integration<br />
- waiting for FeedBurner and AdSense integration </p>
<p>BTW, shouldn&#8217;t <a href="http://wordpress.com/">WordPress.com</a> provide all users with the <a href="http://blogs.feedburner.com/feedburner/archives/2007/05/feedburner_adopts_twoyearold_r.php">FeedSmith</a> plug-in?</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2007/google-intergates-feedburner-in-blogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>blogging platforms + OpenID</title>
		<link>http://vrypan.net/log/2007/blogging-platforms-openid/</link>
		<comments>http://vrypan.net/log/2007/blogging-platforms-openid/#comments</comments>
		<pubDate>Tue, 05 Jun 2007 10:25:15 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/2007/06/05/blogging-platforms-openid/</guid>
		<description><![CDATA[I like the fact you can log in to LiveJournal.com using OpenID but most of all I love that you can leave comments using OpenID. OpenID is so far the best way to &#8220;sign&#8221; your comments, to prove that a &#8230; <a href="http://vrypan.net/log/2007/blogging-platforms-openid/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I like the fact you can log in to <a href="http://livejournal.com/">LiveJournal.com</a> using <a href="http://openid.net/">OpenID</a> but most of all I love that you can leave comments using OpenID.  OpenID is so far the best way to &#8220;sign&#8221; your comments, to prove that a comment is yours and does no belong to someone else using your name or nickname.</p>
<p>This is important for everyone, but in some cases it may be crucial -politicians for example. It makes the platform a safe place to be active (fake identities is a major non-starter for well known people that rely on their fame).</p>
<p>Using OpenID may be a bit geeky now, but services like <a href="http://wordpress.com/">WordPress.com</a> are starting to provide users with OpenID accounts for free -I know AOL is doing the same thing, Microsoft&#8217;s InfoCards will make OpenID even more friendlier for Windows users (it is based on OpenID as far as I know).</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2007/blogging-platforms-openid/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Law of Blog Comments</title>
		<link>http://vrypan.net/log/2006/the-law-of-blog-comments/</link>
		<comments>http://vrypan.net/log/2006/the-law-of-blog-comments/#comments</comments>
		<pubDate>Mon, 20 Feb 2006 16:57:05 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/?p=238</guid>
		<description><![CDATA[Here is an interesting Law for Blog Comments as described at gr.yet.anotherblog.net. Since the law is expressed in Greek, I will try to translate: As the number of comments N to a (blog) post increases, the possibility that the subset &#8230; <a href="http://vrypan.net/log/2006/the-law-of-blog-comments/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting <strong>Law for Blog Comments</strong> as described at <a href="http://gr.yet.anotherblog.net/?p=115">gr.yet.anotherblog.net</a>. Since the law is expressed in Greek, I will try to translate:</p>
<blockquote><p>As the number of comments N to a (blog) post increases, the possibility that the subset of comments C (where C are all comments that refer to the fact that the number N increases) is not null tends to be 1.<br />
It should be noted that the density of the probability function is localy higher before and after &#8220;phycological limits&#8221; such as 50, 100, 200 comments, etc.
</p></blockquote>
<p>Amazing.. So true!</p>
<p>Please refer to this law as <strong>&#8220;The Lazopolis Law for Comments&#8221;</strong> (that&#8217;s how he calls it, I guess it is fair to respect it.)</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2006/the-law-of-blog-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Blogosphere Growth</title>
		<link>http://vrypan.net/log/2006/on-blogosphere-growth/</link>
		<comments>http://vrypan.net/log/2006/on-blogosphere-growth/#comments</comments>
		<pubDate>Tue, 07 Feb 2006 15:34:03 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[technorati]]></category>
		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/?p=220</guid>
		<description><![CDATA[The Technorati Weblog has an interesting article On Blogosphere Growth. It looks like Technorati&#8217;s index is doubling in size every 5.5 months! An other interesting mesure is the number of posts: &#8230; about 50.000 per hour. An other interesting point &#8230; <a href="http://vrypan.net/log/2006/on-blogosphere-growth/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Technorati Weblog has an interesting article <a href="http://www.technorati.com/weblog/2006/02/81.html">On Blogosphere Growth</a>. It looks like <a href="http://technorati.com/">Technorati&#8217;s</a> index is doubling in size every 5.5 months! An other interesting mesure is the number of posts: &#8230; about 50.000 per hour.</p>
<p>An other interesting point is that tagging is used more and more. If you ask me, we have to thank the new tools that make tagging so much easier, like WordPress using &#8220;categories&#8221; as tags in feeds. (And I guess social bookmarking services like <a href="http://del.icio.us/">del.icio.us</a> make Technorati&#8217;s life much easier).</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2006/on-blogosphere-growth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A-blogging: It&#8217;s not (just) what you know, it&#8217;s who you know</title>
		<link>http://vrypan.net/log/2006/newsomeorg/</link>
		<comments>http://vrypan.net/log/2006/newsomeorg/#comments</comments>
		<pubDate>Tue, 03 Jan 2006 13:16:50 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/archives/2006/01/03/newsomeorg/</guid>
		<description><![CDATA[Newsome.org has a great article on why making it in the blogosphere is really hard nowdays: Unfortunately, like the real world, sometimes the blogosphere is about who you know as much as what you know. Read the full article. This &#8230; <a href="http://vrypan.net/log/2006/newsomeorg/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.newsome.org/">Newsome.org</a> has a great article on why making it in the blogosphere is really hard nowdays: </p>
<blockquote><p>Unfortunately, like the real world, sometimes the blogosphere is about who you know as much as what you know.</p></blockquote>
<p>Read the <a href="http://www.newsome.org/2006/01/why-its-impossible-to-build-new-blog.shtml">full article</a>. </p>
<p>This is a point that comes up quite often lately. I&#8217;m not impressed: power is never evenly distributed. But things are not that bad. Expect the next social-something system to generate a new star system and new stars, it can&#8217;t be far&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2006/newsomeorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! WordPress hosting</title>
		<link>http://vrypan.net/log/2005/yahoo-wordpress-hosting/</link>
		<comments>http://vrypan.net/log/2005/yahoo-wordpress-hosting/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 09:45:07 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[yahoo!]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/archives/2005/12/22/yahoo-wordpress-hosting/</guid>
		<description><![CDATA[According to this, Yahoo! Small Business, Yahoo! now offers WP hosting. Their prices look nice. I was just wondering, could someone who is already using the service tell me how much freedom you get? I mean, can I add my &#8230; <a href="http://vrypan.net/log/2005/yahoo-wordpress-hosting/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>According to this, <a href="http://smallbusiness.yahoo.com/webhosting/problogs.php">Yahoo! Small Business</a>, Yahoo! now offers WP hosting. Their prices look nice. </p>
<p>I was just wondering, could someone who is already using the service tell me how much freedom you get? I mean, can I add my plugins, what version of PHP they are using, etc.</p>
<p>Please, if you have more info, leave a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/yahoo-wordpress-hosting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Structured Blogging</title>
		<link>http://vrypan.net/log/2005/structured-blogging/</link>
		<comments>http://vrypan.net/log/2005/structured-blogging/#comments</comments>
		<pubDate>Fri, 16 Dec 2005 00:59:20 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[microformats]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/?p=177</guid>
		<description><![CDATA[Here is a nice idea: Structured Blogging. It looks like microformats or something, but with a couple of plugins already available for Typead and WordPress. Paul Kedrosky says that Structured Blogging Will Flop, the reason is simple, people are too &#8230; <a href="http://vrypan.net/log/2005/structured-blogging/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is a nice idea: <a href="http://www.structuredblogging.org/">Structured Blogging</a>. It looks like <a href="http://microformats.org/">microformats</a> or something, but with a couple of plugins already available for Typead and WordPress.</p>
<p>Paul Kedrosky says that <a href="http://paul.kedrosky.com/archives/002215.html">Structured Blogging Will Flop</a>, the reason is simple, people are too lazy to put this (little) extra effort needed to produce &#8220;structured blogging&#8221; content if they have nothing to gain.</p>
<blockquote><p>is not going to work in the real world of lazy users who see little in it for them</p></blockquote>
<p>But&#8230; wait! Actually, users may have something to make out of it. Niall Kennedy&#8217;s article, <a href="http://www.niallkennedy.com/blog/archives/2005/12/paying_bloggers.html">Paying bloggers for generating useful content</a>, may just be the answer:</p>
<blockquote><p>As more and more companies create business models around &#8220;consumer generated media&#8221; individual publishers are beginning to wonder when they might see a slice of the revenue. I believe there are opportunities for bloggers to be paid for their content without compromising editorial integrity and also rewarding the tool builders.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/structured-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 bloging hacks</title>
		<link>http://vrypan.net/log/2005/10-bloging-hacks/</link>
		<comments>http://vrypan.net/log/2005/10-bloging-hacks/#comments</comments>
		<pubDate>Tue, 15 Nov 2005 11:58:50 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/archives/2005/11/15/10-bloging-hacks/</guid>
		<description><![CDATA[Micro Persuation has one of the most interesting articles with ten handy hacks/resources a blogger should know of. Must read.]]></description>
			<content:encoded><![CDATA[<p>Micro Persuation has one of the most interesting articles with <a href="http://www.micropersuasion.com/2005/11/ten_blogging_ha.html" >ten handy hacks/resources a blogger should know of</a>. Must read.</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/10-bloging-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Blog Search</title>
		<link>http://vrypan.net/log/2005/google-blog-search/</link>
		<comments>http://vrypan.net/log/2005/google-blog-search/#comments</comments>
		<pubDate>Wed, 14 Sep 2005 10:49:21 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/archives/2005/09/14/google-blog-search/</guid>
		<description><![CDATA[Google Blog Search is Google&#8217;s &#8220;blog search engine&#8221;. The nice thing is you can have results as RSS or ATOM feeds. You can also sort results by relevance or date. Nice.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/blogsearch">Google Blog Search</a> is Google&#8217;s &#8220;blog search engine&#8221;. The nice thing is you can have results as RSS or ATOM feeds. You can also sort results by relevance or date.</p>
<p>Nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/google-blog-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MIT Weblog Survey</title>
		<link>http://vrypan.net/log/2005/mit-weblog-survey/</link>
		<comments>http://vrypan.net/log/2005/mit-weblog-survey/#comments</comments>
		<pubDate>Thu, 30 Jun 2005 12:44:48 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/archives/2005/06/30/mit-weblog-survey/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogsurvey.media.mit.edu/request"><img src="http://blogsurvey.media.mit.edu/images/survey-statistic.gif" alt="Take the MIT Weblog Survey" style="border:none" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/mit-weblog-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The &#8220;Personal Mall&#8221; Concept</title>
		<link>http://vrypan.net/log/2005/the-personal-mall-concept/</link>
		<comments>http://vrypan.net/log/2005/the-personal-mall-concept/#comments</comments>
		<pubDate>Thu, 16 Jun 2005 18:31:59 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/?p=108</guid>
		<description><![CDATA[Yesterday I set up Things I Bought, which is what I call a &#8220;personal mall&#8221;. A personal mall is a personal website presenting items the owner (or blogger) actually bought and used. Those things may be diverse in a way: &#8230; <a href="http://vrypan.net/log/2005/the-personal-mall-concept/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday I set up <a href="http://thingsibought.blogspot.com">Things I Bought</a>, which is what I call a &#8220;personal mall&#8221;. A personal mall is a personal website presenting items the owner (or blogger) actually bought and used. Those things may be diverse in a way: books, gadgets, t-shirts, you name it. On the other hand, they are the items bought by a certain person, which means that people of similar interests may possibly like them too.</p>
<p>You could say that this is not something new, sites like <a href="http://gizmodo.com/">gizmodo</a> exist for a while. But the editors of such sites rarely BUY the things they review. This is why they may review things that cost $20.000 -do not expect to see anything like this at <a href="http://thingsibought.blogspot.com">Things I Bought</a>!</p>
<p>Opening an account at <a href="http://cj.com">Commission Junction</a>, <a href="http://amazon.co.uk">Amazon</a> and other on-line shops with affiliate programs is easy (plus you get the commision when you buy things!), then open an account at Blogger, and your private mall is up and running!</p>
<p>I expect to see more bloggers opening &#8220;personal malls&#8221;. </p>
<p>Remember you read it here first! <img src='http://vrypan.net/log/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/the-personal-mall-concept/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Interesting reading on folksonomy</title>
		<link>http://vrypan.net/log/2005/interesting-reading-on-folksonomy/</link>
		<comments>http://vrypan.net/log/2005/interesting-reading-on-folksonomy/#comments</comments>
		<pubDate>Fri, 10 Jun 2005 15:37:02 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[web devel]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://vrypan.net/log/archives/2005/06/10/interesting-reading-on-folksonomy/</guid>
		<description><![CDATA[David L. Sifry mentioned this very interesting article at the Technorati Developers mailin list. Worth reading!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.sifry.com/main/">David L. Sifry</a> mentioned this <a href="http://cheeaun.phoenity.com/weblog/2005/06/tags-and-folksonomy.html" >very interesting article</a> at the Technorati Developers mailin list. </p>
<p>Worth reading!</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/interesting-reading-on-folksonomy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Yahoo! + unicode</title>
		<link>http://vrypan.net/log/2005/my-yahoo-unicode/</link>
		<comments>http://vrypan.net/log/2005/my-yahoo-unicode/#comments</comments>
		<pubDate>Fri, 03 Jun 2005 15:27:03 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[yahoo!]]></category>

		<guid isPermaLink="false">/?p=89</guid>
		<description><![CDATA[I just noticed that My Yahoo! works fine with unicode feeds (it did not some time ago). That&#8217;s good news for all of us blogging in languages other than english!]]></description>
			<content:encoded><![CDATA[<p>I just noticed that <a href="http://my.yahoo.com/">My Yahoo!</a> works fine with unicode feeds (it did not some time ago). That&#8217;s good news for all of us blogging in languages other than english!</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/my-yahoo-unicode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedburner tracking and Technorati</title>
		<link>http://vrypan.net/log/2005/feedburner-tracking-and-technorati/</link>
		<comments>http://vrypan.net/log/2005/feedburner-tracking-and-technorati/#comments</comments>
		<pubDate>Tue, 29 Mar 2005 21:01:25 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[web devel]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">/?p=84</guid>
		<description><![CDATA[Here is my problem. I set up monitor.vrypan.net using lilina. It is actually an aggregation of many Greek blogs. What I want to do is to provide a &#8220;common place&#8221; for greek blogs to interact with each other. So this &#8230; <a href="http://vrypan.net/log/2005/feedburner-tracking-and-technorati/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Here is my problem. I set up <a href="http://monitor.vrypan.net/">monitor.vrypan.net</a> using <a href="http://lilina.sourceforge.net">lilina</a>. It is actually an aggregation of many Greek blogs.  What I want to do is to provide a &#8220;common place&#8221; for greek blogs to interact with each other. So this is not &#8220;just a blogroll&#8221;, it is (or should be) something more.</p>
<p>This was a good oportunity to experiment with an idea I had for some time. I used the <a href="http://www.technorati.com/developers/">Technorati API</a> to check how many blogs link to each post, in order to &#8220;illustrate&#8221; the &#8220;virtual conversations&#8221; between blogs.</p>
<p>I then came up with an unexpected problem. Some blogs use <a href="http://feedburner.com/">Feedburner</a> (an excelent service btw) to export their feed. This is a good idea, since Feedburner provides nice features and reduces the traffic caused by feed readers and aggregators. One of the coolest features of feedburner is tracking of clicks: Feedburner will not expose the original post URL but a custom one that redirects to the original. When a user clicks on it Feedburner will track the click and redirect to the original URL. <b>So, using the technorati API on &#8220;fake&#8221; Feedburner URLs is useless as they are not &#8220;real&#8221; blog URLs</b>.</p>
<p>I think that there should be some other way to do this. A possible solution:<br />
1) Feedburner includes the original URL&#8217;s MD5. (i.e. instead of http://feeds.feedburner.com/Vrypannetweblog?m=34 it will show http://feeds.feedburner.com/Vrypannetweblog?m=34&#038;md5=xxxxxxxxxxxxxxxxxx)<br />
2) Technorati will allow the use of MD5 instead of URL.</p>
<p>Is this possible? Do you think of some other to get arround this problem? (Sidenote: MD5(URL) can also be used by del.icio.us)</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/feedburner-tracking-and-technorati/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrating from Drupal to WordPress</title>
		<link>http://vrypan.net/log/2005/migrating-from-drupal-to-wordpress/</link>
		<comments>http://vrypan.net/log/2005/migrating-from-drupal-to-wordpress/#comments</comments>
		<pubDate>Thu, 10 Mar 2005 19:20:48 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[web devel]]></category>

		<guid isPermaLink="false">/?p=81</guid>
		<description><![CDATA[I finally decided to move my greek blog from drupal to wordpress. Since there was no migration script, I wrote a couple of sql statements that moved all posts, comments and categories from my drupal tables to the (new) wordpress &#8230; <a href="http://vrypan.net/log/2005/migrating-from-drupal-to-wordpress/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finally decided to move <a href="http://vrypan.net/weblog/">my greek blog</a> from drupal to wordpress. Since there was no migration script, I wrote a couple of sql statements that moved all posts, comments and categories from my drupal tables to the (new) wordpress 1.5 tables.</p>
<p><!--adsense--></p>
<p>Here is the proccess in short:</p>
<p><strong>WARNING!!! This may delete your DATA!!! Make sure you backup EVERYTHING before starting the procedure!!!</strong></p>
<p>1. setup a fresh wordpress installation.<br />
2. make sure term_data term_hierarchy node term_node comments (drupal tables) are in the same DB you use from WP.<br />
3. Run the following SQL statements:<br />
<code>delete from weblog_wp_categories ;<br />
delete from weblog_wp_posts;<br />
delete from weblog_wp_post2cat ;<br />
delete from weblog_wp_comments ;</p>
<p>insert into weblog_wp_categories(cat_ID,cat_name, category_nicename, category_description, category_parent) select term_data.tid, name, name, description, parent from term_data, term_hierarchy where term_data.tid=term_hierarchy.tid ;</p>
<p>INSERT INTO weblog_wp_posts(<br />
        ID, post_date, post_content, post_title, post_excerpt, post_name, post_modified<br />
        )<br />
SELECT nid, FROM_UNIXTIME(created), body, title, teaser, concat('OLD',nid), FROM_UNIXTIME(changed) FROM node WHERE type='blog' OR type='page'  ;</p>
<p>INSERT INTO weblog_wp_post2cat (post_id,category_id) SELECT nid,tid FROM term_node ;</p>
<p>INSERT INTO weblog_wp_comments (<br />
        comment_post_ID, comment_date, comment_content, comment_parent<br />
        )<br />
        SELECT nid, FROM_UNIXTIME(timestamp), concat('<b>',subject, '</b>&lt;br /&gt;', comment), thread FROM comments ;</code></p>
<p>You should now have all your posts and comments and categories in WP. Go to the admin interface and make sure everything is in place&#8230;</p>
<p>Notes: This is not the perfect way to migrate. Comments are not nested in the right way. A lot of things may not work. On the other hand if, like me, made a really simple use of Drupal, this should move most of your data to WP&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/migrating-from-drupal-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>easyMusic.com: What are you up to Stelios?</title>
		<link>http://vrypan.net/log/2005/easymusiccom-what-are-you-up-to-stelios/</link>
		<comments>http://vrypan.net/log/2005/easymusiccom-what-are-you-up-to-stelios/#comments</comments>
		<pubDate>Mon, 14 Feb 2005 14:42:51 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[IP]]></category>

		<guid isPermaLink="false">/?p=78</guid>
		<description><![CDATA[I just found this: easyMusic.com. It&#8217;s not ground breaking. There are other sites that do exacly the same. However, this looks like the right time (with podcasting popularity rising and the demand for &#8220;podsafe&#8221; music rising too). And Stelios has &#8230; <a href="http://vrypan.net/log/2005/easymusiccom-what-are-you-up-to-stelios/">read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just found this: <a href="http://www.easymusic.com/">easyMusic.com</a>. It&#8217;s not ground breaking. There are other sites that do exacly the same. </p>
<p>However, this looks like the right time (with <a href="http://g-metrics.com/index.php?act=details&#038;ID=2579">podcasting popularity rising</a> and the demand for &#8220;podsafe&#8221; music rising too). And <a href="http://www.stelios.com/">Stelios</a> has proven to be capable where others fail&#8230;</p>
<p>Keep an eye on <a href="http://easymusic.com">easymusic.com</a>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/easymusiccom-what-are-you-up-to-stelios/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blogs, the incremental web and search engines</title>
		<link>http://vrypan.net/log/2005/blogs-the-incremental-web-and-search-engines/</link>
		<comments>http://vrypan.net/log/2005/blogs-the-incremental-web-and-search-engines/#comments</comments>
		<pubDate>Sun, 13 Feb 2005 18:18:29 +0000</pubDate>
		<dc:creator>Panayotis</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[search engines]]></category>

		<guid isPermaLink="false">/?p=77</guid>
		<description><![CDATA[I recently read The Incremental Web [topix.net]. Then rummors [InsideGoogle] about Yahoo! developing a blog search engine&#8230; OK, is it just me or is there a pattern?]]></description>
			<content:encoded><![CDATA[<p>I recently read <a href="http://blog.topix.net/archives/000066.html">The Incremental Web</a> [topix.net]. Then <a href="http://google.blognewschannel.com/index.php/archives/2005/02/12/yahoo-developing-blog-search-engine/">rummors</a> [InsideGoogle] about Yahoo! developing a blog search engine&#8230;</p>
<p>OK, is it just me or is there a pattern? <img src='http://vrypan.net/log/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://vrypan.net/log/2005/blogs-the-incremental-web-and-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

