<?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>ERST Technology</title>
	<atom:link href="http://www.erst-technology.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erst-technology.com</link>
	<description>Advanced Data Transfer for Sustainable Business Strategies.</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gartner Small Vendor Day Munich</title>
		<link>http://www.erst-technology.com/2011/11/gartner-small-vendor-day-munich/</link>
		<comments>http://www.erst-technology.com/2011/11/gartner-small-vendor-day-munich/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 15:26:41 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[ERST Technology News]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.erst-technology.com/?p=561</guid>
		<description><![CDATA[Thanks to Gartner for the invitation to this great and well organised event. I&#8217;ve enjoyed Chris Henn&#8217;s (E2E Technologies) talk about &#8220;Leveraging the Gartner effect&#8221;. It was inspiring&#8230;.]]></description>
			<content:encoded><![CDATA[<p>Thanks to Gartner for the invitation to this great and well organised event. </p>
<p>I&#8217;ve enjoyed Chris Henn&#8217;s (E2E Technologies) talk about &#8220;Leveraging the Gartner effect&#8221;. </p>
<p>It was inspiring&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/11/gartner-small-vendor-day-munich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some hints if you struggle with IE7 vs IE8</title>
		<link>http://www.erst-technology.com/2011/10/some-hints-if-you-struggle-with-ie7-vs-ie8/</link>
		<comments>http://www.erst-technology.com/2011/10/some-hints-if-you-struggle-with-ie7-vs-ie8/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 11:37:28 +0000</pubDate>
		<dc:creator>Webmaster</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.erst-technology.com/?p=557</guid>
		<description><![CDATA[A few things you wanna bear in mind when implementing for IE7 and/or IE8? - IE7 can not read the jquery $(divName + &#8216; #id&#8217;) -> write rather $(divName).find(&#8216;#id&#8217;)&#8230; - console.debug() in Js-File -> error, avoid or uncomment it - new Option() doesn&#8217;t work correct -> write rather &#8216; &#8230; &#8216; - unneccassary commas, e. [...]]]></description>
			<content:encoded><![CDATA[<p>A few things you wanna bear in mind when implementing for IE7 and/or IE8?</p>
<p>- IE7 can not read the jquery $(divName + &#8216; #id&#8217;)    -> write rather $(divName).find(&#8216;#id&#8217;)&#8230;<br />
- console.debug() in Js-File                                      -> error, avoid or uncomment it<br />
- new Option() doesn&#8217;t work correct                            -> write rather &#8216;<br />
<option> &#8230; </option>
<p>&#8216;<br />
- unneccassary commas, e. g.</p>
<p>$result .= &#8220;var config= { &#8220;;<br />
foreach ($config as $key => $value)  {<br />
    $result = $result.$key.&#8221;: &#8220;.$value.&#8221;, &#8220;;<br />
    &#8230;<br />
}<br />
$result .= &#8221; }; &#8220;;</p>
<p>    An array will created like this:<br />
var config = {.., controllerName: &#8216;homes&#8217;, tableRefrshMethod: &#8216;list_systems&#8217;, };</p>
<p>    The last comma after &#8216;list_systems&#8217; causes an error. Because of that you must avoid it or delete it at last like this:<br />
$result = preg_replace(&#8220;/,\s$/&#8221;, &#8220;&#8221;, $result);<br />
=> var config = {.., controllerName: &#8216;homes&#8217;, tableRefrshMethod: &#8216;list_systems&#8217; };</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/10/some-hints-if-you-struggle-with-ie7-vs-ie8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agreed &#8211; we won&#8217;t win an Oscar &#8230;</title>
		<link>http://www.erst-technology.com/2011/08/agreed-we-wont-win-an-oscar/</link>
		<comments>http://www.erst-technology.com/2011/08/agreed-we-wont-win-an-oscar/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 15:17:33 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[ERST Technology News]]></category>

		<guid isPermaLink="false">http://www.erst-technology.com/?p=549</guid>
		<description><![CDATA[but we&#8217;ve tried our best to give you some insights into our day-to-day office life. var so = new SWFObject('/video/jwplayer/player.swf','mpl','576','324','9'); so.addParam('allowfullscreen','true'); so.addParam('allowscriptaccess','always'); so.addParam('wmode','opaque'); so.addVariable('file','/video/erst.flv'); so.addVariable('frontcolor','FFFFFF'); so.addVariable('lightcolor','FFFFFF'); so.addVariable('screencolor','FFFFFF'); so.addVariable('dock','false'); so.addVariable('autostart','false'); so.addVariable('image','/video/erst.gif'); so.addVariable('icons','true'); so.addVariable('skin','/video/jwplayer/skins/stormtrooper/stormtrooper.xml'); so.write('mediaspace');]]></description>
			<content:encoded><![CDATA[<p>but we&#8217;ve tried our best to give you some insights into our day-to-day office life.</p>
<p><script type="text/javascript" src="/video/jwplayer/swfobject.js"></script></p>
<div id="vidContainer">
<div id='mediaspace'><a href="http://get.adobe.com/flashplayer/"><img src="/video/jwplayer/get_flash.png" alt="Download Flash Player" /></a></div>
<p>  <script type='text/javascript'> 
    var so = new SWFObject('/video/jwplayer/player.swf','mpl','576','324','9');
    so.addParam('allowfullscreen','true');
    so.addParam('allowscriptaccess','always');
    so.addParam('wmode','opaque');
    so.addVariable('file','/video/erst.flv');
    so.addVariable('frontcolor','FFFFFF');
    so.addVariable('lightcolor','FFFFFF');
    so.addVariable('screencolor','FFFFFF');
    so.addVariable('dock','false');
    so.addVariable('autostart','false');
    so.addVariable('image','/video/erst.gif');
    so.addVariable('icons','true');
    so.addVariable('skin','/video/jwplayer/skins/stormtrooper/stormtrooper.xml');
    so.write('mediaspace');
  </script>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/08/agreed-we-wont-win-an-oscar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>and Action!</title>
		<link>http://www.erst-technology.com/2011/07/and-action/</link>
		<comments>http://www.erst-technology.com/2011/07/and-action/#comments</comments>
		<pubDate>Wed, 20 Jul 2011 14:19:37 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[ERST Technology News]]></category>

		<guid isPermaLink="false">http://www.erst-technology.com/?p=505</guid>
		<description><![CDATA[Today we shot our new company video. Some pictures from the set. Great fun for all of us and a special thanks to Novamedia for their patience.]]></description>
			<content:encoded><![CDATA[<p>Today we shot our new company video.</p>
<p>Some pictures from the set. </p>
<p>Great fun for all of us and a special thanks to Novamedia for their patience.</p>

<a href='http://www.erst-technology.com/2011/07/and-action/dsci0745/' title='DSCI0745'><img width="220" height="140" src="http://www.erst-technology.com/wordpress/wp-content/uploads/2011/07/DSCI0745-220x140.jpg" class="attachment-thumbnail" alt="DSCI0745" title="DSCI0745" /></a>
<a href='http://www.erst-technology.com/2011/07/and-action/dsci0741/' title='DSCI0741'><img width="220" height="140" src="http://www.erst-technology.com/wordpress/wp-content/uploads/2011/07/DSCI0741-220x140.jpg" class="attachment-thumbnail" alt="DSCI0741" title="DSCI0741" /></a>
<a href='http://www.erst-technology.com/2011/07/and-action/dsci0739/' title='DSCI0739'><img width="220" height="140" src="http://www.erst-technology.com/wordpress/wp-content/uploads/2011/07/DSCI0739-220x140.jpg" class="attachment-thumbnail" alt="DSCI0739" title="DSCI0739" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/07/and-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Greatest Movie Ever Sold</title>
		<link>http://www.erst-technology.com/2011/06/the-greatest-movie-ever-sold/</link>
		<comments>http://www.erst-technology.com/2011/06/the-greatest-movie-ever-sold/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 14:20:18 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://www.erst-technology.com/?p=495</guid>
		<description><![CDATA[Just when I thought what to share next, a friend send me this link on Facebook. I actually saw it on the TEDxHH and thought this is brilliant. So, enjoy this great talk and have a good Weekend]]></description>
			<content:encoded><![CDATA[<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" />Just when I thought what to share next, a friend send me this link on Facebook.</object></p>
<p><object width="446" height="326">I actually saw it on the TEDxHH and thought this is brilliant.</object></p>
<p>So, enjoy this great talk and have a good Weekend  <object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talk/stream/2011/Blank/MorganSpurlock_2011-320k.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/MorganSpurlock-2011.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=1114&amp;lang=&amp;introDuration=15330&amp;adDuration=4000&amp;postAdDuration=830&amp;adKeys=talk=morgan_spurlock_the_greatest_ted_talk_ever_sold;year=2011;theme=a_taste_of_ted2011;theme=not_business_as_usual;theme=the_creative_spark;theme=new_on_ted_com;event=TED2011;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><embed type="application/x-shockwave-flash" width="446" height="326" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" wmode="transparent" bgcolor="#ffffff" allowfullscreen="true" allowscriptaccess="always" flashvars="vu=http://video.ted.com/talk/stream/2011/Blank/MorganSpurlock_2011-320k.mp4&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/MorganSpurlock-2011.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=1114&amp;lang=&amp;introDuration=15330&amp;adDuration=4000&amp;postAdDuration=830&amp;adKeys=talk=morgan_spurlock_the_greatest_ted_talk_ever_sold;year=2011;theme=a_taste_of_ted2011;theme=not_business_as_usual;theme=the_creative_spark;theme=new_on_ted_com;event=TED2011;"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/06/the-greatest-movie-ever-sold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adoption of Clean Technologies: Obstacles and Solutions</title>
		<link>http://www.erst-technology.com/2011/05/adoption-of-clean-technologies-obstacles-and-solutions/</link>
		<comments>http://www.erst-technology.com/2011/05/adoption-of-clean-technologies-obstacles-and-solutions/#comments</comments>
		<pubDate>Mon, 30 May 2011 09:22:59 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Sustainability]]></category>

		<guid isPermaLink="false">https://www.erst-technology.com/?p=491</guid>
		<description><![CDATA[by Roman Vakulchuk One of the most pressing issues today is to identify the problems related to technology adaptation. Many experts argue that in fact invention of environmental technologies is really what matters most. However, in fact, deployment and adaptation of new environmental technologies is the key issue at the moment if we speak of [...]]]></description>
			<content:encoded><![CDATA[<p>by Roman Vakulchuk</p>
<p>One of the most pressing issues today is to identify the problems related to technology adaptation. Many experts argue that in fact invention of environmental technologies is really what matters most. However, in fact, deployment and adaptation of new environmental technologies is the key issue at the moment if we speak of technologies as a solution to climate change. As of today the pace of technological invention is much faster than the full-scale adoption of new technologies. Adoption of new technologies may be difficult for many reasons. First, adoption is a very expensive process as new equipment has to be purchased, infrastructure of an entity, which buys and installs this technology, has to be appropriately adjusted. Employees have to obtain sometimes completely new skills in order to able to operate new technological equipment. It can get even more complicated and expensive if a new technology requires updates on other machines so that the whole network works properly.<br />
Second, the ‘time-to-market’ problem matters. For a technology to be on the market, years are sometimes necessary before it gets promoted on a large scale. Thus, businesses, which promote clean techs, should certainly consider this problem as a serious obstacle, when it comes to projection of technology deployment plans in the future. Some scientists argue that patenting can become a solution for faster deployment of technologies. For example, in the research done by Chatham House and CambridgeIP is demonstrated that the pace of deployment of new technologies has accelerated in many industries in the last decade due to rapid increase in patenting.<br />
Third, many investors, which promote new technologies are often reluctant to sell technologies to countries, which have unstable investment regimes and cannot guarantee stable return on investment. There is hardly any economic incentive for them to consider developing countries for doing their business and promote clean technologies there. Therefore, unless investors are not interested in the markets of emerging economies, deployment of new technologies in those countries within the global campaign of cutting green-house gas emissions may likely remain mainly empty words.<br />
Fourth, persistence of large energy companies plays its role. Energy giants constantly try to lobby their interests so that there is hardly much space left for adoption of clean technologies. The reason is that it may get too costly for them to shift to new technologies rather than to keep on using existing equipment and resources.<br />
Therefore, the major conclusion which can be drawn is that eliminating barriers to technology adoption should be as important as developing new clean technologies. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/05/adoption-of-clean-technologies-obstacles-and-solutions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realities rebuilt. TEDxHamburg</title>
		<link>http://www.erst-technology.com/2011/05/realities-rebuilt-tedxhamburg/</link>
		<comments>http://www.erst-technology.com/2011/05/realities-rebuilt-tedxhamburg/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:47:11 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">https://www.erst-technology.com/2011/05/realities-rebuilt-tedxhamburg/</guid>
		<description><![CDATA[We are attending TEDxHamburg on May 24, 2011. Give us a shout, if you are up for a meeting.]]></description>
			<content:encoded><![CDATA[<p>We are attending TEDxHamburg on May 24, 2011. </p>
<p>Give us a shout, if you are up for a meeting. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/05/realities-rebuilt-tedxhamburg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Renewable Energy Governance: Future Perspectives</title>
		<link>http://www.erst-technology.com/2011/05/renewable-energy-governance-future-perspectives/</link>
		<comments>http://www.erst-technology.com/2011/05/renewable-energy-governance-future-perspectives/#comments</comments>
		<pubDate>Mon, 23 May 2011 08:03:48 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Sustainability]]></category>

		<guid isPermaLink="false">https://www.erst-technology.com/?p=487</guid>
		<description><![CDATA[by Roman Vakulchuk Even though advantages associated with renewable energy are not so obvious at the moment, still its potential large contribution to climate change solution is clear. Today one can argue that existing gaps in coordination and cooperation between various institutions, responsible for renewable energy promotion at different levels lead to higher inefficiencies of [...]]]></description>
			<content:encoded><![CDATA[<p>by Roman Vakulchuk</p>
<p>Even though advantages associated with renewable energy are not so obvious at the moment, still its potential large contribution to climate change solution is clear. Today one can argue that existing gaps in coordination and cooperation between various institutions, responsible for renewable energy promotion at different levels lead to higher inefficiencies of these institutions. The main problems which put an obstacle for effectively functioning institutions are the problem of collective action and the policy coordination problem. To address these problems, international institutions must first of all achieve a higher level of participation of various players at different levels and optimize coordination with regard to transfer of renewable technologies. In turn, in order to better coordinate the policies between institutions promoting renewable technologies, communication and cooperation have to be strengthened at different governance levels. At the moment players and institutions within the realm of renewable energy poorly coordinate their policies with each other and it has to do with uneven degree of participation and diverging incentives which different institutions face. The major challenge in that regard is of course to encourage institutions in the developed and developing world to follow the same “rules of the game” and carry equal responsibilities for mitigating climate change. For that aim institutions should have the same set of incentives. All initiatives within the climate change regime, including renewable energy governance, are dependent today on strong and effective institutional coordination. Today to address the tremendous collective action problem within renewable energy governance, institutions must first of all achieve the following targets: a higher level of participation of various players and maintenance of a high level of the enforcement of international agreements aimed at promotion of renewable energy. In turn, in order to better coordinate the policies between various renewable energy institutions, communication and cooperation have to be strengthened at different policy levels. Especially, strengthening accountability and transparency mechanisms of mobilisation, administration and disbursement of funds related to renewable energy promotion is seen of key importance. Strong institutions should be regarded as key players for attaining this goal. Crafting effective institutions, which could successfully promote renewables, should be the foremost priority of policy-makers and international organizations within global governance in the next decade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/05/renewable-energy-governance-future-perspectives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traffic Data are actually exciting</title>
		<link>http://www.erst-technology.com/2011/05/traffic-data-are-actually-exciting/</link>
		<comments>http://www.erst-technology.com/2011/05/traffic-data-are-actually-exciting/#comments</comments>
		<pubDate>Fri, 20 May 2011 13:00:43 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">https://www.erst-technology.com/2011/05/traffic-data-are-actually-exciting/</guid>
		<description><![CDATA[Christopher Osborne presented UK Traffic Data at the NEXT 11 in Berlin. It just proves how valuable it is, if you make data available to the public. Funny enough his first client was actually the Ministry of Transportation paying for a visualisation of the datasets they own already.]]></description>
			<content:encoded><![CDATA[<p><img style="display:block;margin-right:auto;margin-left:auto;" alt="image" src="https://www.erst-technology.com/wordpress/wp-content/uploads/2011/05/wpid-2011-05-17-14.24.58.jpg" /></p>
<p>Christopher Osborne presented UK Traffic Data at the NEXT 11 in Berlin. It just proves how valuable it is, if you make data available to the public. Funny enough his first client was actually the Ministry of Transportation paying for a visualisation of the datasets they own already.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/05/traffic-data-are-actually-exciting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DATA LOVE &#8211; we are attending Next11</title>
		<link>http://www.erst-technology.com/2011/05/data-love-we-are-attending-next11/</link>
		<comments>http://www.erst-technology.com/2011/05/data-love-we-are-attending-next11/#comments</comments>
		<pubDate>Mon, 16 May 2011 09:02:53 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">https://www.erst-technology.com/?p=481</guid>
		<description><![CDATA[Next Conference 2011 May 17 &#038; 18, Berlin STATION-Berlin Luckenwalder Straße 4-6 10963 Berlin Drop us a line, if you wanna meet us.]]></description>
			<content:encoded><![CDATA[<p>Next Conference 2011<br />
May 17 &#038; 18, Berlin<br />
STATION-Berlin<br />
Luckenwalder Straße 4-6<br />
10963 Berlin</p>
<p>Drop us a line, if you wanna meet us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erst-technology.com/2011/05/data-love-we-are-attending-next11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

