<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>blog &#187; English</title>
	<link>http://vaclav.synacek.com/blog</link>
	<description>Just another WordPress weblog. And yes, I happen to like the default tagline.</description>
	<pubDate>Wed, 02 Apr 2008 16:35:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>GeoURL Mapplet for Google Maps</title>
		<link>http://vaclav.synacek.com/blog/2008/02/22/geourl-mapplet-for-google-maps/</link>
		<comments>http://vaclav.synacek.com/blog/2008/02/22/geourl-mapplet-for-google-maps/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 21:27:54 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://vaclav.synacek.com/blog/2008/02/22/geourl-mapplet-for-google-maps/</guid>
		<description><![CDATA[GeoURL is a service that maintains list of web sites and their geographical coordinations. It is possible to search a site and get it&#8217;s location as well as search a location and get all nearby sites. However the results are not shown on map.  There have been attempts to map results (see comments under [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://geourl.org">GeoURL</a> is a service that maintains list of web sites and their geographical coordinations. It is possible to search a site and get it&#8217;s location as well as search a location and get all nearby sites. However the results are not shown on map.  There have been attempts to map results (see comments under <a href="http://geourl.org/news/2005/06/geourl-meets-go.html#000014">GeoURL meets Google Maps</a> post at <a href="http://geourl.org/news/">GeoURL offical blog</a>). <a href="http://cse-mjmcl.cse.bris.ac.uk/blog/2005/07/05/1120521477109.html">Some of these attempts</a> don&#8217;t work any more or require server instalation.</p>
<p>Now that <a href="http://code.google.com/apis/maps/documentation/mapplets/">Google Mapplets</a> <a href="http://googlemapsapi.blogspot.com/2007/07/mapplets-launched-add-your-mapplet-to.html">have been released</a> for quite some time I decided to write one for GeoURL:</p>
<p><code><br />
var map = new GMap2();<br />
var overlay = null;<br />
GEvent.addListener(map, "moveend", function() {<br />
map.getCenterAsync(function(center) {<br />
var overlayTmp=overlay;<br />
overlay = new GGeoXml('http://geourl.org/near/?lat=' + center.lat() + '&amp;long=' + center.lng() + ';format=rss10');<br />
if (overlayTmp!=null) {<br />
map.removeOverlay( overlayTmp );<br />
}<br />
map.addOverlay( overlay );<br />
});<br />
});</code></p>
<p>This was not super hard and solves the visualization problem nicely. Once installed to Google MyMaps it displays the nearest sites to map center wherever you go on Google Maps. It can be used together with other Mapplets so one can see GeoURL sites next to flickr images or any other geocoded information provided by mapplets.</p>
<p>To instal this GeoURL Mapplet <a href="http://maps.google.com/ig/add?synd=mpl&amp;pid=mpl&amp;moduleurl=http://vaclav.synacek.com/upload/geourlmapplet.xml">use this link</a> or search for GeoURL on <a href="http://maps.google.com/ig/directory?synd=mpl&amp;pid=mpl&amp;features=sharedmap,geofeed">Mapplets gallery</a>.</p>
<p>This is how Prague center looks like after instalation:</p>
<p><img src="http://vaclav.synacek.com/upload/geourlmappletscreenshot.jpg" alt="GeoUrl Mapplet Screenshot" height="353" width="397" /></p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2008/02/22/geourl-mapplet-for-google-maps/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Earth or Google Maps overlay for Czech golf courses</title>
		<link>http://vaclav.synacek.com/blog/2008/01/27/google-earth-or-google-maps-overlay-for-czech-golf-courses/</link>
		<comments>http://vaclav.synacek.com/blog/2008/01/27/google-earth-or-google-maps-overlay-for-czech-golf-courses/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 22:14:02 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

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

		<guid isPermaLink="false">http://vaclav.synacek.com/blog/2008/01/27/google-earth-or-google-maps-overlay-for-czech-golf-courses/</guid>
		<description><![CDATA[I wanted to do this myself, but first I searched, if somebody wasn’t faster. And there I found it. Complete kmz file for all Czech golf courses with some basic info like address, email and www of each course. It includes a bit of advertising for the map creators but I think this is much [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to do this myself, but first I searched, if somebody wasn’t faster. And there I found it. Complete kmz file for all Czech golf courses with some basic info like address, email and www of each course. It includes a bit of advertising for the <a href="http://www.tin-cup.net/">map creators</a> but I think this is much deserved credit where its due.</p>
<p>Personally I like this map much more than <a href="http://www.cgf.cz/Courses.aspx">the one</a> provided by Czech Golf Federation. It does not filter by course size or region, but viewed in Google Earth or Maps it can be used to find directions and zoom in to see actual course if Google has bought satellite map good enough for the location. As an example, this is a GE screen shot of <a href="http://www.golfhostivar.cz/">Golf Hostivař</a> (including the new clubhouse under construction).</p>
<p><a href="http://vaclav.synacek.com/blog/wp-content/golfhostivar-screenshot.JPG" title="Golf Hostivař in Google Earth"><img src="http://vaclav.synacek.com/blog/wp-content/golfhostivar-screenshot.JPG" alt="Golf Hostivař in Google Earth" /></a></p>
<p>View the original map in <a href="http://maps.google.com/maps/ms?hl=en&#038;ie=UTF8&#038;om=0&#038;t=h&#038;msa=0&#038;output=nl&#038;msid=103543375523419640230.00044017b5abb16c9b814">Google Earth</a>, <a href="http://maps.google.com/maps/ms?hl=en&#038;ie=UTF8&#038;msa=0&#038;msid=103543375523419640230.00044017b5abb16c9b814&#038;om=0&#038;t=h&#038;ll=49.75288,15.446777&#038;spn=3.201177,10.283203&#038;z=7">Google Maps</a> or embedded underneath.</p>
<p><iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?hl=en&#038;ie=UTF8&#038;msa=0&#038;msid=103543375523419640230.00044017b5abb16c9b814&#038;om=0&#038;t=h&#038;s=AARTsJqceEmIHCU1OaNT4lcgJ5sgYK16lw&#038;ll=49.75288,15.424805&#038;spn=3.40729,7.03125&#038;z=7&#038;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps/ms?hl=en&#038;ie=UTF8&#038;msa=0&#038;msid=103543375523419640230.00044017b5abb16c9b814&#038;om=0&#038;t=h&#038;ll=49.75288,15.424805&#038;spn=3.40729,7.03125&#038;z=7&#038;source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2008/01/27/google-earth-or-google-maps-overlay-for-czech-golf-courses/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebook OpenID App</title>
		<link>http://vaclav.synacek.com/blog/2007/06/18/facebook-openid-app/</link>
		<comments>http://vaclav.synacek.com/blog/2007/06/18/facebook-openid-app/#comments</comments>
		<pubDate>Mon, 18 Jun 2007 19:56:24 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=22</guid>
		<description><![CDATA[Update: This has been implemented at identitu.de. I&#8217;m not sure if the implementation details are exactly as described in this post, but they seem so. See (de)railed blog for details.
Facebook does not officially support OpenID. But would the Facebook Platform make it possible for 3rd party developers to implement OpenID App on top of it? [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update:</strong><em> This has been implemented at <a href="http://identitu.de/">identitu.de</a>. I&#8217;m not sure if the implementation details are exactly as described in this post, but they seem so. See <a href="http://armanddp.net/">(de)railed blog</a> for details.</em></p>
<p>Facebook does not officially support OpenID. But would the Facebook Platform make it possible for 3rd party developers to implement OpenID App on top of it? I&#8217;ve been thinking about this lately while reading <a href="http://developers.facebook.com/">the API documentation</a>. I think it is not possible to implement OpenID consumer, so those of you who wanted a way how to log in to Facebook with their existing OpenID might now stop reading.<br />
OpenID provider on the other hand should be possible. According to <a href="http://developers.facebook.com/documentation.php?v=1.0&amp;doc=auth">Authentification description</a> in the documentation:</p>
<blockquote><p>In order for a Facebook API client to use the API, the user of the client application must be logged in to Facebook. To accomplish this, direct your users to: http://www.facebook.com/login.php?api_key=YOUR_API_KEY&amp;v=1.0, which will prompt the user to log in if necessary.</p></blockquote>
<p>After successfull login it is possible to retrieve all user date with <a href="http://developers.facebook.com/documentation.php?v=1.0&amp;method=users.getInfo#fql_equiv">facebook.users.getInfo</a> method and thus verify the user&#8217;s identity.</p>
<p>So the complete workflow looks like this:</p>
<ol>
<li>User enters OpenID enabled site (OpenID consumer) such as this blog, Zooomr, Jyte or whatever.</li>
<li>He enters his OpenID URL such as http://www.f8ID.org/700107342. The number is his facebook profile number and the domain is a domain of the hypothetical OpenID App service provider (the domain is free as of writing this).</li>
<li>The consumer site redirects him to f8ID according to OpenID protocol.</li>
<li>f8ID redirects him to Facebook login page.</li>
<li>User logs in with his Facebook password.</li>
<li>Facebook redirects him back to f8ID.</li>
<li>f8ID calls the Facebook getInfo method and verifies that this session has the the same profile number as is in the OpenID URL. If they are equal f8ID redirects back to original OpenID consumer site according to OpenID protocol.</li>
</ol>
<p>This might seem complicated and unintuitive. But as with OpenID in general, the theoretical description puts off average internet user, but practical use is much easier to understand and use. I practice the user is involved only in step 2 and the first time of the day also in step 5. The rest is transparent to him.</p>
<p>So technically implementing this is possible, but would anybody actually use it? I&#8217;m not sure. There are many OpenID providers to chose from. This app would have just one advantage - one can use just one password for OpenID, one password that you need to have anyway. In principle it is very similar to <a href="http://idproxy.net/">idproxy.net</a>, which turns Yahoo ID into OpenID. I can&#8217;t find the numbers, but I guess that only a very small fraction of Yahoo users use idproxy.</p>
<p>Please share your opinion. Would you consider using Facebook as OpenId server?</p>
<p><iframe src="http://jyte.com/widget/claim/i-would-consider-using-facebook-openid-app-as-openid-server" style="border: 1px solid #777777; width: 400px; height: 60px" scrolling="no"></iframe></p>
<p><iframe src="http://jyte.com/widget/claim/facebooks-new-api-system-would-make-it-possible-to-use-it-as-an-openid-server" style="border: 1px solid #777777; width: 400px; height: 60px" scrolling="no"></iframe></p>
<p><iframe src="http://jyte.com/widget/claim/facebook-should-adopt-openid" style="border: 1px solid #777777; width: 400px; height: 60px" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/06/18/facebook-openid-app/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Google Maps Street View and my memories of NY</title>
		<link>http://vaclav.synacek.com/blog/2007/06/03/google-maps-street-view-and-my-memories-of-ny/</link>
		<comments>http://vaclav.synacek.com/blog/2007/06/03/google-maps-street-view-and-my-memories-of-ny/#comments</comments>
		<pubDate>Sun, 03 Jun 2007 18:01:13 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

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

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=21</guid>
		<description><![CDATA[Google has done another big thing. They released the Street View feature for their maps. As with every google announcement the blogosphere is exited with a post about it every few minutes. And as with almost every google product people are asking if it compromises our privacy. Maybe, may be not. I don&#8217;t have a [...]]]></description>
			<content:encoded><![CDATA[<p>Google has done another big thing. They released the <a href="http://maps.google.com/help/maps/streetview/">Street View</a> feature for their maps. As with every google announcement the <a href="http://www.technorati.com/posts/tag/google+street+view">blogosphere is exited</a> with a post about it every few minutes. And as with almost every google product people are <a href="http://www.geospatialsemanticweb.com/2007/06/02/google-stree-view-privacy-scare">asking if it compromises our privacy</a>. Maybe, may be not. I don&#8217;t have a strong opinion yet.</p>
<p><a href="http://www.zooomr.com/photos/synacek/2404878/" class="imageLink" title="Pizza place from hostel room"><img src="http://static.zooomr.com/images/2404878_9e03180814_m.jpg" class="alignright" alt="Pizza place from hostel room" height="160" width="240" /></a></p>
<p>All I have is one positive experience: I have been to the states only once for a few months. I stayed in New York only about a 4 days of the time. I have walked down the Central Park, across the Brooklyn Bridge and I have seen the Flat Iron Building. I also remember eating several meals at one pizza place across the street from the hostel. It is probably a place like hundreds others, but I liked it a lot. Especially the fact, that the waitress spoke worse English than me.</p>
<p>I took a photo of the place from the hostel room. Now, 5 years later, while trying out the new google feature I became curious if I still can find the place and if so, if google took a photo too. And guess what! <a href="http://maps.google.com/maps?f=l&amp;hl=en&amp;ie=UTF8&amp;ll=40.799679,-73.966817&amp;spn=0.001953,0.005&amp;z=18&amp;om=1&amp;layer=c&amp;cbll=40.798678,-73.96699&amp;cbp=1,292.5800643086817,0.5,0">I can and they did!</a></p>
<p><a href="http://www.zooomr.com/photos/synacek/2404898/" class="imageLink" title="Pizza place from google maps"><img src="http://static.zooomr.com/images/2404898_fba77e386c.jpg" alt="Pizza place from google maps" /></a></p>
<p>There is only one thing missing in the puzzle - a photo of the waitress. I can&#8217;t google it, it&#8217;s neither on flickr nor on Zooomr.  Anybody going there for pizza, who would send me the photo?</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/06/03/google-maps-street-view-and-my-memories-of-ny/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogging harder than seems</title>
		<link>http://vaclav.synacek.com/blog/2007/05/20/blogging-harder-than-seems/</link>
		<comments>http://vaclav.synacek.com/blog/2007/05/20/blogging-harder-than-seems/#comments</comments>
		<pubDate>Sun, 20 May 2007 17:14:48 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=18</guid>
		<description><![CDATA[Yeah, yeah, I have not posted anything for last two months. TWO MONTHS! Yes, I know some of my friends told me this would happen. I just never believed it would come so fast. Looking at the access statistics, there is about 15 visits per day on the blog. What are the people reading? The [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, yeah, I have not posted anything for last two months. TWO MONTHS! Yes, I know some of my friends told me this would happen. I just never believed it would come so fast. Looking at the access statistics, there is about 15 visits per day on the blog. What are the people reading? The same nothing over and over again?</p>
<p>I&#8217;m not going to promise any regular post from now on, but still I don&#8217;t want to close this site down. Why? Because if I did, I may start to wonder again: &#8220;Shouldn&#8217;t I start a blog&#8221;.</p>
<p>I still have one or two ideas for posts, but not much time to work on them. So maybe this year I will write a few more little posts. And that&#8217;s a reason not to close this down too.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/05/20/blogging-harder-than-seems/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ClaimID goes social</title>
		<link>http://vaclav.synacek.com/blog/2007/03/22/claimid-goes-social/</link>
		<comments>http://vaclav.synacek.com/blog/2007/03/22/claimid-goes-social/#comments</comments>
		<pubDate>Wed, 21 Mar 2007 23:56:03 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

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

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=17</guid>
		<description><![CDATA[ClaimID has announced new feature: contacts (see also Fred&#8217;s blog post). This makes ClaimID, originally an elegant service for keeping and verifying links about oneself, a social network a bit like LinkedIn, Orkut, Myspace&#8230; The big difference is, that to connect with someone, he does not have to be a ClaimID user, he just needs [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://claimID.com/">ClaimID</a> <a href="http://blog.claimid.com/2007/03/new-feature-openid-based-contacts/">has announced</a> new feature: <a href="http://blog.claimid.com/2007/03/contacts-walkthrough/">contacts</a> (see also Fred&#8217;s <a href="http://chimprawk.blogspot.com/2007/03/on-eating-ones-own-dog-food-openid.html">blog post</a>). This makes ClaimID, originally an elegant service for keeping and verifying links about oneself, a social network a bit like LinkedIn, Orkut, Myspace&#8230; The big difference is, that to connect with someone, he does not have to be a ClaimID user, he just needs to have an OpenID. This makes the social network possibly very open, depending on the <a href="http://www.openidenabled.com/">OpenID adoption</a>.</p>
<p>I have always wanted this kind of openness in social networks. I thought that <a href="http://www.foaf-project.org/">FOAF</a> will eventually evolve in this kind of network (I even wrote a <a href="http://simile.mit.edu/wiki/LinkedIn_Scraper">scraper</a> transforming LinkedIn account data into FOAF). Now I have to admit, that maybe ClaimID&#8217;s approach is more user friendly and also more secure and verified (after all, anyone can write FOAF about anyone, but stealing OpenID is difficult).</p>
<p>The only disadvantage compared to FOAF distributed files is the little lock-in. In ClaimID, you don&#8217;t have to lock yourself or your contacts in the service, but you still lock the relationships in. If one day ClaimID disappears, so will the relationships. Even worse, if you want to build similar competing service, although both will be open to all OpenID users, the relationships will never mix-every user will have some of them in one service and other ones in the other service never seeing them all at once.</p>
<p>XFN solves the problem a bit. Still I think marking the relationships with FOAF and <a href="http://rdfa.info/">RDFa</a> would make the service even more transparent, allowing anyone to make SPARQL queries over the social network and possibly several social networks following the same approach, making the social networks part of the semantic web.</p>
<p>Even without FOAF/RDFa integration, ClaimID seems like a very good social network offering. The problem is, most of the people I know, don&#8217;t use OpenID, so <a href="http://claimid.com/vaclav-synacek">my ClaimID</a> will stay contact-less until OpenID goes massive in this part of the world. Considering most of my friends are only recently discovering LinkedIn and using it as their first social network, this might take a long time. Or does the sudden interest in LinkedIn among my peers have something to do with the actual <a href="http://chimprawk.blogspot.com/2006/01/situational-relevance-in-social.html">situational relevance</a> as most of them are now (like me) graduating and starting careers?</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/03/22/claimid-goes-social/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Bank of All My Friends (Flickr Group)</title>
		<link>http://vaclav.synacek.com/blog/2007/03/19/the-bank-of-all-my-friends-flickr-group/</link>
		<comments>http://vaclav.synacek.com/blog/2007/03/19/the-bank-of-all-my-friends-flickr-group/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 22:26:09 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

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

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=15</guid>
		<description><![CDATA[


The Bank of All My Friends is one of those funny useless things I can&#8217;t resist. This flickr group is about photographing half of someone&#8217;s face with half of a face on any bank note. Fortunately, Czech government does not plan to introduce Euro, the headless currency, till 2012 so we still have some time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/vaclav-synacek/427255929/" class="imageLink" title="Photo Sharing"><img src="http://farm1.static.flickr.com/174/427255929_fbd204a7bf_m.jpg" class="alignleft" alt="My Sister and Chroatian Money" height="192" width="240" /></a></p>
<p><a href="http://www.flickr.com/photos/vaclav-synacek/427200836/" class="imageLink" title="Photo Sharing"><img src="http://farm1.static.flickr.com/92/427200836_cb12c0ed66_s.jpg" class="alignright" alt="My Mother and Czech 200 Note" height="75" width="75" /></a></p>
<p><a href="http://www.flickr.com/photos/vaclav-synacek/427200820/" class="imageLink" title="Photo Sharing"><img src="http://farm1.static.flickr.com/164/427200820_898f791938_s.jpg" class="alignright" alt="Me and Chroatian Money" height="75" width="75" /></a><br />
<a href="http://www.flickr.com/groups/makeyourownmoney/">The Bank of All My Friends</a> is one of those funny useless things I can&#8217;t resist. This <a href="http://flickr.com">flickr</a> group is about photographing half of someone&#8217;s face with half of a face on any bank note. Fortunately, Czech government does not <a href="http://launch.praguemonitor.com/en/42/czech_business/2922/">plan to introduce Euro</a>, the headless currency, till 2012 so we still have some time to play. Go Play!</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/03/19/the-bank-of-all-my-friends-flickr-group/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New RDFa bookmarklets</title>
		<link>http://vaclav.synacek.com/blog/2007/03/10/new-rdfa-bookmarklets/</link>
		<comments>http://vaclav.synacek.com/blog/2007/03/10/new-rdfa-bookmarklets/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 17:26:17 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=13</guid>
		<description><![CDATA[Ben Adida has announced new version of RDFa bookmarklets.
That&#8217;s great news. The bookmarklets should work on this site too - I have added some RDFa markup in this blog template: some DC and SIOC around each blog post and my homepage has a little bit of FOAF. I would also like to SIOCify comments in [...]]]></description>
			<content:encoded><![CDATA[<p>Ben Adida <a href="http://rdfa.info/2007/03/05/new-bookmarklets-and-rdfa-web-clipboard/">has announced</a> new version of <a href="http://www.w3.org/2006/07/SWD/RDFa/impl/js/">RDFa bookmarklets</a>.</p>
<p>That&#8217;s great news. The bookmarklets should work on this site too - I have added some <a href="http://www.w3.org/TR/xhtml-rdfa-primer/">RDFa</a> markup in this blog template: some <a href="http://dublincore.org/">DC</a> and <a href="http://sioc-project.org/">SIOC</a> around each blog post and my <a href="http://vaclav.synacek.com/">homepage</a> has a little bit of <a href="http://www.foaf-project.org/">FOAF</a>. I would also like to SIOCify comments in my blog template and than release the template for others to use, but that doesn&#8217;t get high enough priority in my TODO list as there really are no comments on this blog except for my own tests ;-(</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/03/10/new-rdfa-bookmarklets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Testing my new vintage folding camera - Agfa Isorette</title>
		<link>http://vaclav.synacek.com/blog/2007/02/22/testing-my-new-vintage-folding-camera-agfa-isorette/</link>
		<comments>http://vaclav.synacek.com/blog/2007/02/22/testing-my-new-vintage-folding-camera-agfa-isorette/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 16:08:05 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=9</guid>
		<description><![CDATA[
Some time in December I read a lot about middle format cameras. I found out I couldn&#8217;t afford a medium format SLR. Than this site selling vintage folding cameras caught my attention. After trying to resist the temptation I gave up and searched for those cameras in local second hand photo shop. I found one [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/vaclav-synacek/396303659/" class="imageLink" title="Photo Sharing"><img src="http://farm1.static.flickr.com/166/396303659_a9bec897d1_m.jpg" class="alignleft" alt="Agfa Isorrete" height="221" width="240" /></a></p>
<p>Some time in December I read a lot about middle format cameras. I found out I couldn&#8217;t afford a medium format SLR. Than <a href="http://www.certo6.com/">this site selling vintage folding cameras</a> caught my attention. After trying to resist the temptation I gave up and searched for those cameras in local second hand photo shop. I found one Agfa Isorrete (Not a typo, I don&#8217;t know why it is spelled with R when <a href="http://www.certo6.com/cam/isolette.html">almost</a> <a href="http://www.photoethnography.com/ClassicCameras/index-frameset.html?AgfaIsolette.html~mainFrame">all</a> <a href="http://www.cleanimages.com/Article-MediumFormatInYourPocket.asp">web</a> <a href="http://lauro.fi/agfailette.htm">resources</a> talk only about Isolette with L).</p>
<p><a href="http://www.flickr.com/photos/vaclav-synacek/396303655/" class="imageLink" title="Photo Sharing"><img src="http://farm1.static.flickr.com/138/396303655_a06e2c38ca_m.jpg" class="alignright" alt="Agfa Isorrete" height="232" width="240" /></a></p>
<p>It looks quite well given it&#8217;s price about 20EUR. Next I bought my first roll film ever, managed to load it in (not as easy as a 35mm film user might think) and went shooting. I must admit I usually shoot with some sort of automatic exposure metering, so the fact that the developed film contained only a few pictures well exposed didn&#8217;t surprise me. However the once that were, seem to be very good for a camera half a century old.</p>
<p><a href="http://www.flickr.com/photos/vaclav-synacek/396303664/" class="imageLink" title="Photo Sharing"><img src="http://farm1.static.flickr.com/139/396303664_e4476fd14c.jpg" class="center" alt="Old Town Square Christmas Decoration" height="500" width="498" /></a></p>
<p>The photo is scanned from a 15&#215;15cm print on my crappy scanner so in reality it looks even better. I like the photo, but I also really like the camera. <a href="http://www.youtube.com/watch?v=yQ28UZuoI5c">How it opens</a>, how it looks and how easy it is to carry it around (compared to medium format cameras, not camera phones obviously).</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/02/22/testing-my-new-vintage-folding-camera-agfa-isorette/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Czech Budweiser is better than American Budweiser</title>
		<link>http://vaclav.synacek.com/blog/2007/02/21/czech-budweiser-is-better-than-american-budweiser/</link>
		<comments>http://vaclav.synacek.com/blog/2007/02/21/czech-budweiser-is-better-than-american-budweiser/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 00:37:11 +0000</pubDate>
		<dc:creator>Vaclav Synacek</dc:creator>
		
		<category><![CDATA[English]]></category>

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

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

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

		<category><![CDATA[web2.0]]></category>

		<guid isPermaLink="false">http://vaclav.synacek.com/blogMT/?p=8</guid>
		<description><![CDATA[I find Jyte a funy funy well done web2.0 OpenID enabled site. So much so, I couldn&#8217;t resist creating a claim:

And now I&#8217;d better stop playing with the site and get some sleep.
]]></description>
			<content:encoded><![CDATA[<p>I find <a href="http://jyte.com">Jyte</a> a funy funy well done web2.0 <a href="http://en.wikipedia.org/wiki/OpenID">OpenID</a> <a href="http://www.openidenabled.com/">enabled</a> site. So much so, I couldn&#8217;t resist creating a claim:</p>
<p><iframe src="http://jyte.com/widget/claim/czech-budweiser-is-better-than-american-budweiser" style="border: 1px solid #777777; width: 400px; height: 60px" scrolling="no"></iframe></p>
<p>And now I&#8217;d better stop playing with the site and get some sleep.</p>
]]></content:encoded>
			<wfw:commentRss>http://vaclav.synacek.com/blog/2007/02/21/czech-budweiser-is-better-than-american-budweiser/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
