<?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>Herbert Mühlburger&#039;s Weblog</title>
	<atom:link href="http://blog.muehlburger.at/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.muehlburger.at</link>
	<description>Herbert Mühlburger&#039;s Weblog</description>
	<lastBuildDate>Mon, 08 Feb 2010 21:41:35 +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>JavaFX Links of the Week 2, February 2010</title>
		<link>http://blog.muehlburger.at/2010/02/08/javafx-links-of-the-week-2-february-2010/</link>
		<comments>http://blog.muehlburger.at/2010/02/08/javafx-links-of-the-week-2-february-2010/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 21:41:35 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[JavaFX Links of the Week]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[LinksOfTheWeek]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Puzzle]]></category>
		<category><![CDATA[Tetris]]></category>
		<category><![CDATA[Tetris-like]]></category>
		<category><![CDATA[Video game]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=798</guid>
		<description><![CDATA[Another week has passed and as I promised last week, I am going to post interesting JavaFX Links here again. I specially want to thank Jonathan Giles, Richard Bair and Jasper Potts for their work in collecting the JavaFX Links of the week. Yet I cannot contribute much to the links of the week but [...]]]></description>
			<content:encoded><![CDATA[<p>Another week has passed and as I promised last week, I am going to post interesting <a class="zem_slink" title="JavaFX" rel="homepage" href="http://javafx.com/">JavaFX</a> Links here again. I specially want to thank <strong><a title="Jonathan Giles" href="http://jonathangiles.net/blog/" target="_blank">Jonathan Giles</a></strong>, <strong><a title="Richard Bair" href="http://www.java.net/blogs/rbair/" target="_blank">Richard Bair</a></strong> and <strong><a title="Jasper Potts" href="http://www.jasperpotts.com/blog/" target="_blank">Jasper Potts</a></strong> for their work in collecting the JavaFX Links of the week. Yet I cannot contribute much to the links of the week but hopefully in the future this will change.</p>
<p>Here are the <strong>JavaFX Links of the Week 2, February 2010:</strong></p>
<ul>
<blockquote>
<li><a href="http://java.sun.com/javafx/1/reference/releasenotes/javafx-sdk-release-notes-1-2-3.html" target="_blank">JavaFX   1.2.3 was released this week</a>. It’s a maintenance release only   (which means there are no new toys to play with). This release had a   focus on improving performance, reliability, and download time. Various   bugs have been fixed as well.</li>
<li>Long time employee of Sun, and great advocate of both Swing and   JavaFX, <strong>Josh Marinacci</strong>, has announced that he is moving  on from  Sun/Oracle, <a href="http://www.joshondesign.com/2010/02/03/leaving-sun-joining-palm/" target="_blank">taking   up a position at Palm</a>.</li>
<li><strong>Simon Morris</strong> has posted an interesting tutorial on  how to do <a href="http://www.jfxia.com/JFXTutorials/Tutorial1/" target="_blank">advanced  clipping in  JavaFX</a>. Clipping is something that becomes useful once  you  understand how to use it, so I recommend finding time to read this   article.</li>
<li><strong>Drew</strong> from Piliq.com continues his exploration   intophysics-based games. This week he posted progress in adding <a href="http://piliq.com/javafx/?p=1442" target="_blank">parallax scrolling and custom   cursors</a>, and also an <a href="http://piliq.com/javafx/?p=1462" target="_blank">entirely  new demo game</a>.</li>
<li>Speaking of physics games, <strong>Mikhail Gorshenev</strong> has  posted a <a href="http://blogs.sun.com/mgorshenev/entry/broken_tetris" target="_blank">fun   version of Tetris that spices up the original game</a> by requiring  you  to simply have two or more blocks of the same colour touch. The  kicker?  The blocks now exhibit physical properties and fall  accordingly.</li>
<li><strong>Alex Ruiz</strong> has posted a new release of his <a href="http://alexruiz.developerblogs.com/?p=938" target="_blank">FEST JavaFX Maven   plugin</a>, bumping the version to 1.0 alpha 1. This is a Maven plugin   for compiling JavaFX source files.</li>
<li><strong>Vyacheslav Baranov</strong> writes about the availability  (or not,  depending on which OS your software is running on) of <a href="http://javafx.com/docs/techtips/rtsp/" target="_blank">Real-Time Streaming   Protocol (RTSP) support in JavaFX 1.2</a>.</li>
<li><strong>Rakesh Menon</strong> has posted sample code to illustrate <a href="http://rakeshmenonp.wordpress.com/2010/02/03/javafx-upload-file/" target="_blank">how   to upload files using JavaFX</a>.</li>
<li><strong>Kon</strong> at Outrospective.org has posted an overview of  the <a href="http://outrospective.org/wordpress/?p=281" target="_blank">JavaFX 1.2  charting  features</a>.</li>
</blockquote>
</ul>
<p>I specially recommend to have a look at the <a title="JavaFX Tetris Port" href="http://blogs.sun.com/mgorshenev/entry/broken_tetris" target="_blank">Tetris Game</a> developed by <a title="Mikhail Gorshenev" href="http://blogs.sun.com/mgorshenev/" target="_blank">Mikhail Gorshenev</a> I think it is great! So have fun and enjoy coding JavaFX.</p>
<p>(via <a title="fxexperience.com" href="http://fxexperience.com/" target="_blank">fxexperience.com</a>)</p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/aadf95e0-2d93-4af5-9911-e6bbf9632855/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=aadf95e0-2d93-4af5-9911-e6bbf9632855" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/02/08/javafx-links-of-the-week-2-february-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaFX Links of the Week 1, February 2010</title>
		<link>http://blog.muehlburger.at/2010/02/01/javafx-links-of-the-week-1-february-2010/</link>
		<comments>http://blog.muehlburger.at/2010/02/01/javafx-links-of-the-week-1-february-2010/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:20:00 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[JavaFX Links of the Week]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JavaFX]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[Links of the Week]]></category>
		<category><![CDATA[Oracle Corporation]]></category>
		<category><![CDATA[Physics]]></category>
		<category><![CDATA[Platform game]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=791</guid>
		<description><![CDATA[Today I decided to post regularly interesting JavaFX links of the past week. Thanks to Jonathan Giles for his great posts on &#8220;Java Desktop Links of  the Week&#8221;. The JavaFX links are just taken from Jonathan&#8217;s posts in order to build a little JavaFX news archieve on my own blog and to inform my [...]]]></description>
			<content:encoded><![CDATA[<p>Today I decided to post regularly interesting JavaFX links of the past week. Thanks to <a title="Jonathan Gile's Blog" href="http://jonathangiles.net/blog/" target="_blank">Jonathan Giles</a> for his great posts on &#8220;Java Desktop Links of  the Week&#8221;. The JavaFX links are just taken from Jonathan&#8217;s posts in order to build a little JavaFX news archieve on my own blog and to inform my subscribers on interesting JavaFX news.</p>
<p>Here are the <strong>JavaFX Links of the Week 1, February 2010:</strong></p>
<ul>
<blockquote>
<li><strong>Jim Weaver</strong> sums up the Oracle news this week nice  and succinctly: ‘<a href="http://learnjavafx.typepad.com/weblog/2010/01/oracle-we-will-invest-heavily-in-javafx.html">We  will invest heavily in JavaFX</a>‘.</li>
<li>The JavaFX tutorial has been updated to include a <a href="http://java.sun.com/javafx/1/tutorials/core/dataBinding/">gentler  introduction to data binding and triggers</a>, with a new chapter  devoted exclusively to “the basics”. Also, apparently there are plans to  include a more advanced article discussing this topic also.</li>
<li>Want tabs in your JavaFX application? Well, today’s your lucky day  as <strong>toumaille</strong> has posted exactly this. His <a href="http://jfxstudio.wordpress.com/2010/01/25/say-well-it-come-tabbedpane-v-3/">tabbed  pane control</a> appears to be well thought out, and may be of use to  people out there, certainly until there is an official tab control in  JavaFX.</li>
<li><strong>Drew</strong>, carrying on his investigation into JavaFX and  physics, has put up a JavaFX applet of a very, very simple <a href="http://piliq.com/javafx/?p=1426">platform game using real physics</a>.</li>
<li><strong>Exadel</strong> released a new version of their JavaFX  Plug-In for Eclipse, <a href="http://blog.exadel.com/2010/01/25/exadel-javafx-plug-in-for-eclipse-version-1-2-1-out/">taking  it up to version 1.2.1</a>.</li>
<li><strong>Jim Weaver</strong> introduces an <a href="http://learnjavafx.typepad.com/weblog/2010/01/data-visualisation-by-nik-silver.html">interesting  visualisation</a> developed in JavaFX by <strong>Nik Silver.</strong> You can <a href="http://niksilver.com/guardian-tag-bubbles/">go directly  to the visualisation</a> if you are interested in playing with it.</li>
<li><strong>Simon Morris</strong> has put up a page that contains <a href="http://www.jfxia.com/JFXDemos/">all of the demos</a> he wrote  whilst writing his book ‘JavaFX in Action’.</li>
<li><strong>Pedro Duque Vieira</strong> has written about how he has <a href="http://pixelduke.wordpress.com/2010/01/30/debug-embeded-javafx/">embedded  a JavaFX scene into a Swing application</a>.</li>
<li><strong>Krishna Kishore</strong> has created a JavaFX application  that <a href="http://www.gyanlabs.com/blog/?p=53">grows/animates flowers  onto  the screen</a>. It’s a rather nice effect, and shows the power of  the  language given Krishna admits creating this program just to learn  the  language.</li>
</blockquote>
</ul>
<p>(via <a title="Jonathan Gile's Blog" href="http://jonathangiles.net/blog/?p=728" target="_blank">jonathangiles.net</a>)</p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d3d37150-b9a4-4bc1-9ae0-b2ad3323997a/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=d3d37150-b9a4-4bc1-9ae0-b2ad3323997a" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/02/01/javafx-links-of-the-week-1-february-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Virtual Revolution covered by the BBC</title>
		<link>http://blog.muehlburger.at/2010/01/31/the-virtual-revolution-covered-by-the-bbc/</link>
		<comments>http://blog.muehlburger.at/2010/01/31/the-virtual-revolution-covered-by-the-bbc/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 20:43:46 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[BBC]]></category>
		<category><![CDATA[Broadband Internet access]]></category>
		<category><![CDATA[Digital Revolution]]></category>
		<category><![CDATA[Future of Internet]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Invention]]></category>
		<category><![CDATA[Population]]></category>
		<category><![CDATA[tim berners-lee]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Virtual Revolution]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=787</guid>
		<description><![CDATA[The Virtual Revolution refers to the fact that 20-25% of the word&#8217;s population is using the web by now, while other 80% are yet either not connected to broadband connections or are just not using it, as Sir Tim Berners-Lee, the inventor of the web, states. In Afrika for example, people are now getting connected [...]]]></description>
			<content:encoded><![CDATA[<p>The Virtual Revolution refers to the fact that 20-25% of the word&#8217;s <a class="zem_slink" title="Population" rel="wikipedia" href="http://en.wikipedia.org/wiki/Population">population</a> is using the web by now, while other 80% are yet either not connected to broadband connections or are just not using it, as <a title="Sir Tim Berners-Lee" href="http://www.w3.org/People/Berners-Lee/" target="_blank">Sir Tim Berners-Lee</a>, the inventor of the web, states. In Afrika for example, people are now getting connected to <a class="zem_slink" title="Broadband Internet access" rel="wikipedia" href="http://en.wikipedia.org/wiki/Broadband_Internet_access">broadband internet</a> in a wide variety of areas. This means that the <a class="zem_slink" title="Digital Revolution" rel="wikipedia" href="http://en.wikipedia.org/wiki/Digital_Revolution">digital revolution</a> that has shaped our world as we know it now, will happen in these areas too.</p>
<p>The BBC has started a series called &#8220;<a title="The Virtual Revolution" href="http://www.bbc.co.uk/virtualrevolution/" target="_blank">The Virtual Revolution &#8211; How 20 years of the web has reshaped our lives</a>&#8220;. The following video represents a great intro to this series:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/0cKc_pvpuqg&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/0cKc_pvpuqg&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>(via <a title="@kidehen" href="http://twitter.com/kidehen/status/8461318780" target="_blank">@kidehen</a>)</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">The Virtual Revolution</div>
<h3 class="zemanta-related-title">Related articles by Zemanta</h3>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/technology/blog/2010/jan/29/virtual-revolution-bbc-aleks-krotoski&amp;a=12296617&amp;rid=62a180be-af18-48b0-a2eb-aabb71fdc0a0&amp;e=38a5b5f0f934ea24c3c58f30db730e2d">Welcome to the Virtual Revolution</a> (guardian.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/technology/blog/audio/2010/jan/26/tech-weekly-tim-berners-lee-free-government-data-virtual-revolution&amp;a=12126421&amp;rid=62a180be-af18-48b0-a2eb-aabb71fdc0a0&amp;e=575ab0c695a870cb60a2fc1049087505">Tech Weekly: Sir Tim Berners Lee and the BBC&#8217;s Virtual Revolution</a> (guardian.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://gizmodo.com/5453788/sneak-peek-of-new-bbc-documentary-the-virtual-revolution">Sneak Peek of New BBC Documentary &#8216;The Virtual Revolution&#8217; [Documentaries]</a> (gizmodo.com)</li>
<li class="zemanta-article-ul-li"><a href="http://yro.slashdot.org/story/10/01/21/1525238/Tim-Berners-Lee-Unveils-UK-Government-Data-Project?from=rss">Tim Berners-Lee Unveils UK Government Data Project</a> (yro.slashdot.org)</li>
<li class="zemanta-article-ul-li"><a href="http://news.bbc.co.uk/go/rss/-/2/hi/technology/8485833.stm">Web wonders</a> (news.bbc.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://tech.slashdot.org/story/09/10/14/1219215/Tim-Berners-Lee-Is-Sorry-About-the-Slashes?from=rss">Tim Berners-Lee Is Sorry About the Slashes</a> (tech.slashdot.org)</li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/62a180be-af18-48b0-a2eb-aabb71fdc0a0/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=62a180be-af18-48b0-a2eb-aabb71fdc0a0" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/01/31/the-virtual-revolution-covered-by-the-bbc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What is PupSubHubUp?</title>
		<link>http://blog.muehlburger.at/2010/01/28/what-is-pupsubhubup/</link>
		<comments>http://blog.muehlburger.at/2010/01/28/what-is-pupsubhubup/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:03:06 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[Protocol]]></category>
		<category><![CDATA[Pubsubhubbub]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=783</guid>
		<description><![CDATA[Pubsubhubbub is &#8220;A simple, open, web-hook-based pubsub  protocol &#38; open source reference implementation&#8220;. But what does this mean? The following video explains it very well:


]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/pubsubhubbub/">Pubsubhubbub</a> is &#8220;<strong>A simple, open, web-hook-based pubsub  protocol &amp; <a class="zem_slink" title="Open source" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open_source">open source</a> reference implementation</strong>&#8220;. But what does this mean? The following video explains it very well:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/B5kHx0rGkec&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/B5kHx0rGkec&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/28a4272f-3df7-4c64-91c4-396cb4cdb5f9/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=28a4272f-3df7-4c64-91c4-396cb4cdb5f9" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/01/28/what-is-pupsubhubup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[livestream] &#8211; Apple iPad the new Apple Tablet</title>
		<link>http://blog.muehlburger.at/2010/01/27/livestream-apple-ipad-the-new-apple-tablet/</link>
		<comments>http://blog.muehlburger.at/2010/01/27/livestream-apple-ipad-the-new-apple-tablet/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:54:51 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[computer science]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=780</guid>
		<description><![CDATA[Apple has just announced the new Apple iPad.
Everybody interesting in watching the live event should have a look at ustream.com.
Great event and great device. Will have a try hopefully soon!
]]></description>
			<content:encoded><![CDATA[<p><a title="Apple" href="http://www.apple.com" target="_blank">Apple</a> has just announced the new Apple <a href="http://en.wikipedia.org/ipad" target="_blank">iPad</a>.</p>
<p>Everybody interesting in watching the live event should have a look at <a title="http://www.ustream.com" href="http://www.ustream.com">ustream.com</a>.</p>
<p>Great event and great device. Will have a try hopefully soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/01/27/livestream-apple-ipad-the-new-apple-tablet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;The Age of Privacy is Over&#8221; says Facebook&#8217;s CEO Mark Zuckerberg</title>
		<link>http://blog.muehlburger.at/2010/01/10/the-age-of-privacy-is-over-says-facebooks-ceo-mark-zuckerberg/</link>
		<comments>http://blog.muehlburger.at/2010/01/10/the-age-of-privacy-is-over-says-facebooks-ceo-mark-zuckerberg/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 15:26:51 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[web2.0]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Mark Zuckerberg]]></category>
		<category><![CDATA[Online Communities]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[privacy settings]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[TechCrunch]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=736</guid>
		<description><![CDATA[On a six-minute interview  on stage with TechCrunch founder Michael Arrington Facebook CEO Mark Zuckerberg states that if he&#8217;d start facebook again all privacy settings by DEFAULT would be PUBLIC. A very interesting approach which leads to the question if people want if all of their data is available publicly? I personally do not.
Here [...]]]></description>
			<content:encoded><![CDATA[<p>On <a href="http://www.ustream.tv/recorded/3848950">a six-minute interview  on stage with TechCrunch founder Michael Arrington</a> Facebook CEO Mark Zuckerberg states that if he&#8217;d start facebook again all privacy settings by DEFAULT would be PUBLIC. A very interesting approach which leads to the question if people want if all of their data is available publicly? I personally do not.</p>
<p>Here is the interview of Zuckerberg:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="440" height="354" id="utv948733" name="utv_n_907314"><param name="flashvars" value="loc=%2F&amp;autoplay=false&amp;vid=3848950" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.ustream.tv/flash/video/3848950" /><embed flashvars="loc=%2F&amp;autoplay=false&amp;vid=3848950" width="440" height="354" allowfullscreen="true" allowscriptaccess="always" id="utv948733" name="utv_n_907314" src="http://www.ustream.tv/flash/video/3848950" type="application/x-shockwave-flash" /></object></p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.readwriteweb.com/archives/facebooks_zuckerberg_says_the_age_of_privacy_is_ov.php">Facebook&#8217;s Zuckerberg Says The Age of Privacy is Over</a> (readwriteweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/web/guides/2009/12/an-updated-guide-to-facebook-privacy-december-2009-edition.ars?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss">An updated guide to Facebook privacy: December 2009 edition</a> (arstechnica.com)</li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/30d6cc1e-4225-4451-a5f1-e128221ed79d/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=30d6cc1e-4225-4451-a5f1-e128221ed79d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/01/10/the-age-of-privacy-is-over-says-facebooks-ceo-mark-zuckerberg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with Wordpress Automatic Upgrade solved</title>
		<link>http://blog.muehlburger.at/2010/01/08/problems-with-wordpress-automatic-upgrade-solved/</link>
		<comments>http://blog.muehlburger.at/2010/01/08/problems-with-wordpress-automatic-upgrade-solved/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 16:32:13 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[blogging]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Failure]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Uploading and downloading]]></category>
		<category><![CDATA[weblog]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=682</guid>
		<description><![CDATA[



Image via CrunchBase



While trying to upgrade my Wordpress installation from version 2.9 to version 2.9.1 I always got the following error:
Downloading update from  http://wordpress.org/wordpress-2.9.1.zip.
Download failed.: Operation timed out with 1201840 out of -1 bytes received
Installation Failed
After doing some research using Google I found a solution to that problem:
You just need to edit the following [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div>
<dl class="wp-caption alignright">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/wordpress"><img title="Image representing WordPress as depicted in Cr..." src="http://www.crunchbase.com/assets/images/resized/0001/6548/16548v2-max-250x250.png" alt="Image representing WordPress as depicted in Cr..." /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>While trying to upgrade my<a title="Wordpress" href="http://www.wordpress.org" target="_blank"> Wordpress</a> installation from version 2.9 to version 2.9.1 I always got the following error:</p>
<blockquote><p><em>Downloading update from  http://wordpress.org/wordpress-2.9.1.zip.</em><br />
Download failed.: Operation timed out with 1201840 out of -1 bytes received<br />
Installation Failed</p></blockquote>
<p>After doing some research using <a title="Google" href="http://www.google.com" target="_blank">Google </a>I found a solution to that problem:</p>
<p>You just need to edit the following file in order to increase the download timeout:</p>
<pre class="brush: php">/wp-admin/includes/file.php</pre>
<p>Near line 461 of file.php change the timeout value from:</p>
<pre class="brush: php">$response = wp_remote_get($url, array('timeout' =&gt; 60));</pre>
<p>to the new value of 120:</p>
<pre class="brush: php">$response = wp_remote_get($url, array('timeout' =&gt; 120));</pre>
<p>Then try again to upgrade your wordpress installation using the automatic upgrade and it should work properly now. Mine did and I am happy again! <img src='http://blog.muehlburger.at/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Cheers and have fun, and leave me a comment if this post was useful for you!</p>
<p>Herbert</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://franklinbishop.net/13-wordpress-plug-in-hacks-for-powering-your-blogging-experience/">13 WordPress Plug-in &amp; Hacks for powering your Blogging Experience</a> (franklinbishop.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.makeuseof.com/tag/wordpress-exploit-scanner-helps-administrators-scan-their-database-for-malicious-files/">Wordpress Exploit Scanner Helps Administrators Scan Their Database For Malicious Files</a> (makeuseof.com)</li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/b43f9d31-c9ac-44bc-b735-45429630585f/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=b43f9d31-c9ac-44bc-b735-45429630585f" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2010/01/08/problems-with-wordpress-automatic-upgrade-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year 2010!!</title>
		<link>http://blog.muehlburger.at/2009/12/31/happy-new-year-2010/</link>
		<comments>http://blog.muehlburger.at/2009/12/31/happy-new-year-2010/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 11:34:22 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[Happy New Year]]></category>
		<category><![CDATA[New Year]]></category>
		<category><![CDATA[Wishes]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=676</guid>
		<description><![CDATA[Dear subscribers and readers of my blog. I thank all of you for your interest in my posts and hope you will stay with me also the next year.
I wish all of you a Happy New Year and a great party today!
Cheers,
Herbert
]]></description>
			<content:encoded><![CDATA[<p>Dear subscribers and readers of my blog. I thank all of you for your interest in my posts and hope you will stay with me also the next year.</p>
<p>I wish all of you a Happy New Year and a great party today!</p>
<p>Cheers,</p>
<p>Herbert</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2009/12/31/happy-new-year-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Great View sitting on my Balcony</title>
		<link>http://blog.muehlburger.at/2009/12/31/great-view-sitting-on-my-balcony/</link>
		<comments>http://blog.muehlburger.at/2009/12/31/great-view-sitting-on-my-balcony/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 10:48:31 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[holiday]]></category>
		<category><![CDATA[2009]]></category>
		<category><![CDATA[eastern tyrol]]></category>
		<category><![CDATA[mountains]]></category>
		<category><![CDATA[oberleibnig]]></category>
		<category><![CDATA[osttirol]]></category>
		<category><![CDATA[snow]]></category>
		<category><![CDATA[st. johann im walde]]></category>
		<category><![CDATA[weihnachten]]></category>
		<category><![CDATA[xmas]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=678</guid>
		<description><![CDATA[This shot made two days ago while I was enjoying the sun on my balcony at home.

]]></description>
			<content:encoded><![CDATA[<p>This shot made two days ago while I was enjoying the sun on my balcony at home.</p>
<p style="text-align: center;">
<div id="attachment_679" class="wp-caption aligncenter" style="width: 440px"><a href="http://blog.muehlburger.at/wp-content/uploads/2009/12/my-balcony-view.jpg"><img class="size-large wp-image-679 " title="View from my Balcony in Eastern Tyrol, Austria" src="http://blog.muehlburger.at/wp-content/uploads/2009/12/my-balcony-view-430x288.jpg" alt="View from my Balcony in Eastern Tyrol, Austria" width="430" height="288" /></a><p class="wp-caption-text">View from my Balcony in Eastern Tyrol, Austria</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2009/12/31/great-view-sitting-on-my-balcony/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[video] &#8211; Did you Know 4.0</title>
		<link>http://blog.muehlburger.at/2009/12/29/video-did-you-know-4-0/</link>
		<comments>http://blog.muehlburger.at/2009/12/29/video-did-you-know-4-0/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 23:02:10 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[computer science]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[did you know]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=673</guid>
		<description><![CDATA[There is a new version of the great &#8220;Did you Know&#8221; series. Here is the new video:


Did You Know 4.0

]]></description>
			<content:encoded><![CDATA[<p>There is a new version of the great &#8220;Did you Know&#8221; series. Here is the new video:</p>
<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/6ILQrUrEWe8&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/6ILQrUrEWe8&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">
<h1>Did You Know 4.0</h1>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.muehlburger.at/2009/12/29/video-did-you-know-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
