<?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 Blog &#187; Website</title>
	<atom:link href="http://blog.muehlburger.at/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.muehlburger.at</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 08:17:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<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[Computer Science]]></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 [...]]]></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">13 WordPress Plug-in &amp; Hacks for powering your Blogging Experience (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>Designing for Change: Mash-Up Personal Learning Environments</title>
		<link>http://blog.muehlburger.at/2009/05/19/designing-for-change-mash-up-personal-learning-environments/</link>
		<comments>http://blog.muehlburger.at/2009/05/19/designing-for-change-mash-up-personal-learning-environments/#comments</comments>
		<pubDate>Tue, 19 May 2009 08:36:48 +0000</pubDate>
		<dc:creator>Herbert Mühlburger</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Distance Learning]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[History of personal learning environments]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Link]]></category>
		<category><![CDATA[Online Teaching and Learning]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://blog.muehlburger.at/?p=404</guid>
		<description><![CDATA[In order to describe what this article is about I cite Fridolin Wild, Felix Mödritscher and Stein E. Sigurdarson: In this article we first clarify key concepts and assumptions for personalised learning environments. Afterwards, we summarise our critique on the contemporary models for personalised adaptive learning. Subsequently, we propose our alternative, i.e. the concept of [...]]]></description>
			<content:encoded><![CDATA[<p>In order to describe what this article is about I cite Fridolin Wild, Felix Mödritscher and Stein E. Sigurdarson:</p>
<blockquote><p>In this article we first clarify key concepts and assumptions for personalised <a class="zem_slink" title="Learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Learning">learning</a> environments. Afterwards, we summarise our critique on the contemporary models for personalised adaptive learning. Subsequently, we propose our alternative, i.e. the concept of a mash-up personal learning environment that provides adaptation mechanisms for learning environment construction and maintenance. The <a class="zem_slink" title="Web application" rel="wikipedia" href="http://en.wikipedia.org/wiki/Web_application">web application</a> mash-up solution allows learners to reuse existing (web-based) tools plus services.</p></blockquote>
<p>The mash-up paradigm enables learners to integrate different information sources into their learning environmen. For example you could integrate youtube videos which explain your learning content in a visual way. Other integrations could be <a class="zem_slink" title="Wikipedia" rel="homepage" href="http://www.wikipedia.org/">Wikipedia</a> Links to related topics, or feeds of weblogs or <a class="zem_slink" title="Website" rel="wikipedia" href="http://en.wikipedia.org/wiki/Website">website</a> which deal with the same topics.</p>
<p>Through mash-up personal learning environments (MUPPLE) the user is able to build up his <a class="zem_slink" title="Personalized learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personalized_learning">personalized learning</a> envirionment fitting best the specific learning needs. MUPPLE suports the learning in achieving his learning goals.</p>
<p><strong>Article:</strong> <a title="Mash-Up Personal Learning Environments" href="http://www.elearningeuropa.info/out/?doc_id=15055&amp;rsr_id=15972" target="_blank">Designing for Change: Mash-Up Personal Learning Environments</a></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://iangardnergb.blogspot.com/2009/05/creating-engaging-learning-content.html"> Creating engaging learning content event report </a> (iangardnergb.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=48282">Personal Learning Networks &#8211; The Beginning</a> (downes.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=48020">Stephen Downes Talks About OLDaily and Online Learning</a> (downes.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=48753"> New Technology Supporting Informal Learning </a> (downes.ca)</li>
</ul>
<div class="zemanta-pixie"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/0d14116a-ec16-4945-9efa-34442e5d1c76/"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=0d14116a-ec16-4945-9efa-34442e5d1c76" 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/2009/05/19/designing-for-change-mash-up-personal-learning-environments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

