<?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>HELLO COPENHAGEN &#187; ØSTERBRO</title>
	<atom:link href="http://hellocopenhagen.dk/category/%c3%b8sterbro/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellocopenhagen.dk</link>
	<description>Your independent guide to cool, weird and wild stuff</description>
	<lastBuildDate>Tue, 15 May 2012 16:07:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Copenhagen Winter Jazz Festival</title>
		<link>http://hellocopenhagen.dk/2012/02/copenhagen-winter-jazz-festival/</link>
		<comments>http://hellocopenhagen.dk/2012/02/copenhagen-winter-jazz-festival/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 08:55:21 +0000</pubDate>
		<dc:creator>Smunk</dc:creator>
				<category><![CDATA[AMAGER]]></category>
		<category><![CDATA[CHRISTIANSHAVN]]></category>
		<category><![CDATA[CITY]]></category>
		<category><![CDATA[FREDERIKSBERG]]></category>
		<category><![CDATA[Islands Brygge]]></category>
		<category><![CDATA[NØRREBRO]]></category>
		<category><![CDATA[VALBY]]></category>
		<category><![CDATA[VESTERBRO]]></category>
		<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[CONCERT]]></category>
		<category><![CDATA[MUSIC]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=6436</guid>
		<description><![CDATA[Copenhagen invites you to get winter jazzy for the next two weeks! The annual Copenhagen Winter Jazz festival has kick-off today and runs for two full weeks, with big and small jazz concerts all over Denmark. One of the ideas behind the Winter Jazz festival is to put focus on all the dedicated jazz places all [...]]]></description>
			<content:encoded><![CDATA[<!-- Hello Maps: No address defined --><div class="note"></div><p><strong>Copenhagen invites you to get winter jazzy for the next two weeks!</strong></p>
<p>The annual Copenhagen Winter Jazz festival has kick-off today and runs for two full weeks, with big and small jazz concerts all over Denmark.</p>
<p>One of the ideas behind the Winter Jazz festival is to put focus on all the dedicated jazz places all over Denmark, and to encourage different music venues to be more jazzy..</p>
<p>Most of the concerts are being held at small music venues and have free entries.</p>
<p>So get out there – support your local music café or bar and get jazzier! It will definitely keep you warm in the winter cold!</p>
<p>If you want to find out more, check out the program at: <a href="http://www.jazz.dk/" target="_blank">http://www.jazz.dk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2012/02/copenhagen-winter-jazz-festival/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 November: Guerrilla Lighting</title>
		<link>http://hellocopenhagen.dk/2011/10/guerrilla-lighting/</link>
		<comments>http://hellocopenhagen.dk/2011/10/guerrilla-lighting/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 09:02:19 +0000</pubDate>
		<dc:creator>Leh</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[ART]]></category>
		<category><![CDATA[EXHIBITION]]></category>
		<category><![CDATA[INSTALLATION]]></category>
		<category><![CDATA[PERFORMANCE]]></category>
		<category><![CDATA[VISUALS]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=5959</guid>
		<description><![CDATA[IT University, head entrance, Rued Langgaards Vej 7, Ørestad Show map (function(){ var myLatlng = new google.maps.LatLng(55.6666667,12.5833333); var myOptions = { zoom: 13, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU } } var map = new google.maps.Map(document.getElementById("map4fbaeaf27b210_container"), myOptions); var address = "Rued Langgaards Vej 7 "; var geocoder = geocoder = new google.maps.Geocoder(); if [...]]]></description>
			<content:encoded><![CDATA[<div class="helloMaps" id="map4fbaeaf27b7cd_wrapper"><div class="address">IT University, head entrance, Rued Langgaards Vej 7, Ørestad
 <span class="openCollapse"><a href="http://hellocopenhagen.dk/2011/10/guerrilla-lighting/" onclick="HelloMaps.toggleMap('map4fbaeaf27b7cd'); return false;"><img src="http://hellocopenhagen.dk/wp-content/plugins/hellomaps/icon.gif" /> <span>Show map</span></a></span> </div>
		<div id="map4fbaeaf27b7cd" class="map"><div id="map4fbaeaf27b7cd_container" class="container"></div></div>
		<script type="text/javascript">
			(function(){
				var myLatlng = new google.maps.LatLng(55.6666667,12.5833333);
				var myOptions = {
					zoom: 13,
					center: myLatlng,
					mapTypeId: google.maps.MapTypeId.ROADMAP,
					mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }
				}
				var map = new google.maps.Map(document.getElementById("map4fbaeaf27b7cd_container"), myOptions);
				
				var address = "Rued Langgaards Vej 7
";
				var geocoder = geocoder = new google.maps.Geocoder();
				if (geocoder)
				{
					geocoder.geocode({address: address}, function(results, status)
					{
						if (status == google.maps.GeocoderStatus.OK)
						{
							map.setCenter(results[0].geometry.location);
							var marker = new google.maps.Marker({
								position: results[0].geometry.location,
								map: map
							});
						}
						else
						{
							document.write("<!-- Hello Maps: Error: " + status + " -->");
						}
					});
				}
			})();
		</script>
		</div><div class="note">free entrance</div><p><strong>19:00 &#8211; 20:30 // No entrance fee</strong></p>
<p><strong> </strong></p>
<p><strong> </strong><img class="alignleft size-medium wp-image-5962" title="lighting" src="http://hellocopenhagen.dk/wp-content/uploads/2011/10/lighting2-230x230.jpg" alt="" width="230" height="230" /></p>
<p>Fall has come and the darkness with it. I say, why not exploit the darkness instead of mourning the light of summer?<br />
This is exactly what Guerrilla Lighting is about; cutting through darkness with numerous colors, making the night appear as your allie.<br />
The installation is a living piece and only appears when you do. This practically means that the 50 people (maybe you included?) are handed a flashlight and together light up a building and create a temporary light installation.</p>
<p>Show up at the head entrance of the university and take a tour around the exhibition.</p>
<p>If you want to be a part of the installation, you can volunteer at <a href="http://lysetsdag.dk">www.lysetsdag.dk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2011/10/guerrilla-lighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1-24 December: Helvetikat Advent Calender</title>
		<link>http://hellocopenhagen.dk/2010/12/helvetikat-advent-calender/</link>
		<comments>http://hellocopenhagen.dk/2010/12/helvetikat-advent-calender/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 11:20:49 +0000</pubDate>
		<dc:creator>Mai Ji</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[STREET ART]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=4770</guid>
		<description><![CDATA[Tunnel under Østerbrogade, between the lakes - Slagelsegade Show map (function(){ var myLatlng = new google.maps.LatLng(55.6666667,12.5833333); var myOptions = { zoom: 13, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU } } var map = new google.maps.Map(document.getElementById("map4fbaeaf27cc1a_container"), myOptions); var address = "Slagelsegade 2, 2100 København Ø"; var geocoder = geocoder = new google.maps.Geocoder(); if (geocoder) [...]]]></description>
			<content:encoded><![CDATA[<div class="helloMaps" id="map4fbaeaf27d273_wrapper"><div class="address">Tunnel under Østerbrogade, between the lakes - Slagelsegade<span class="openCollapse"><a href="http://hellocopenhagen.dk/2010/12/helvetikat-advent-calender/" onclick="HelloMaps.toggleMap('map4fbaeaf27d273'); return false;"><img src="http://hellocopenhagen.dk/wp-content/plugins/hellomaps/icon.gif" /> <span>Show map</span></a></span> </div>
		<div id="map4fbaeaf27d273" class="map"><div id="map4fbaeaf27d273_container" class="container"></div></div>
		<script type="text/javascript">
			(function(){
				var myLatlng = new google.maps.LatLng(55.6666667,12.5833333);
				var myOptions = {
					zoom: 13,
					center: myLatlng,
					mapTypeId: google.maps.MapTypeId.ROADMAP,
					mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }
				}
				var map = new google.maps.Map(document.getElementById("map4fbaeaf27d273_container"), myOptions);
				
				var address = "Slagelsegade 2, 2100 København Ø";
				var geocoder = geocoder = new google.maps.Geocoder();
				if (geocoder)
				{
					geocoder.geocode({address: address}, function(results, status)
					{
						if (status == google.maps.GeocoderStatus.OK)
						{
							map.setCenter(results[0].geometry.location);
							var marker = new google.maps.Marker({
								position: results[0].geometry.location,
								map: map
							});
						}
						else
						{
							document.write("<!-- Hello Maps: Error: " + status + " -->");
						}
					});
				}
			})();
		</script>
		</div><div class="note"></div><p><strong>08:00-22:00 // free entrance</strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/12/GladHelvetikat.jpg"><img class="alignleft size-medium wp-image-4771" title="Glad Cph street artist" src="http://hellocopenhagen.dk/wp-content/uploads/2010/12/GladHelvetikat-230x230.jpg" alt="" width="230" height="230" /></a>As we have entered the final week before Christmas evening it&#8217;s your last chance to experience the graphics advent calendar from Helvetikat.</p>
<p>The gallery has teamed up with the DK&#8217;s finest street artists to create a large graphic advent calendar directly on the concrete wall in a tunnel under Østerbrogade.</p>
<p>Each day in December a new artist has created a new work and everyone have had the opportunity to play at 1&#215;2 meters.</p>
<p>Maybe you have already met some of the artists themselves creating and shaping the art works. If not you still have the opportunity this last week.</p>
<p>Line up is 21 Dec Kiss Mama, 22 Dec Bert, 23 Dec Sea Dish Erotica and 24 Dec Lint. So take a stroll down through the tunnel and enjoy the many works.</p>
<p><a href="http://www.youtube.com/watch?v=R2q1OlyYjqE" target="_blank">Watch youtube video</a><br />
<a href="http://www.facebook.com/#!/pages/Helvetikat/161066763910373" target="_blank">Helvetikat&#8217;s fanpage on Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/12/helvetikat-advent-calender/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 November: Bert at Helvetikat</title>
		<link>http://hellocopenhagen.dk/2010/11/5-november-bert-at-helvetikat/</link>
		<comments>http://hellocopenhagen.dk/2010/11/5-november-bert-at-helvetikat/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 11:55:11 +0000</pubDate>
		<dc:creator>Mai Ji</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[STREET ART]]></category>
		<category><![CDATA[VERNISSAGE]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=4491</guid>
		<description><![CDATA[Helvetikat, Holsteinsgade 2, Copenhagen Ø Show map (function(){ var myLatlng = new google.maps.LatLng(55.6666667,12.5833333); var myOptions = { zoom: 13, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU } } var map = new google.maps.Map(document.getElementById("map4fbaeaf27df18_container"), myOptions); var address = "Holsteinsgade 2, 2100 København Ø"; var geocoder = geocoder = new google.maps.Geocoder(); if (geocoder) { geocoder.geocode({address: address}, [...]]]></description>
			<content:encoded><![CDATA[<div class="helloMaps" id="map4fbaeaf27e5c2_wrapper"><div class="address">Helvetikat, Holsteinsgade 2, Copenhagen Ø<span class="openCollapse"><a href="http://hellocopenhagen.dk/2010/11/5-november-bert-at-helvetikat/" onclick="HelloMaps.toggleMap('map4fbaeaf27e5c2'); return false;"><img src="http://hellocopenhagen.dk/wp-content/plugins/hellomaps/icon.gif" /> <span>Show map</span></a></span> </div>
		<div id="map4fbaeaf27e5c2" class="map"><div id="map4fbaeaf27e5c2_container" class="container"></div></div>
		<script type="text/javascript">
			(function(){
				var myLatlng = new google.maps.LatLng(55.6666667,12.5833333);
				var myOptions = {
					zoom: 13,
					center: myLatlng,
					mapTypeId: google.maps.MapTypeId.ROADMAP,
					mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }
				}
				var map = new google.maps.Map(document.getElementById("map4fbaeaf27e5c2_container"), myOptions);
				
				var address = "Holsteinsgade 2, 2100 København Ø";
				var geocoder = geocoder = new google.maps.Geocoder();
				if (geocoder)
				{
					geocoder.geocode({address: address}, function(results, status)
					{
						if (status == google.maps.GeocoderStatus.OK)
						{
							map.setCenter(results[0].geometry.location);
							var marker = new google.maps.Marker({
								position: results[0].geometry.location,
								map: map
							});
						}
						else
						{
							document.write("<!-- Hello Maps: Error: " + status + " -->");
						}
					});
				}
			})();
		</script>
		</div><p><strong>17:00-21:00 // free entrance</strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/11/Bert.jpg"><img class="alignleft size-full wp-image-4492" title="Bert" src="http://hellocopenhagen.dk/wp-content/uploads/2010/11/Bert.jpg" alt="" width="231" height="231" /></a>Maybe you&#8217;ve noticed the small and quirky characters on your way around the streets of Copenhagen. And perhaps you&#8217;ve especially noticed them in connection with road works around the city.</p>
<p>But now you need not to worry anymore because it&#8217;s just Bert.</p>
<p>Bert has become known for his striking wooden figures, among others the pink nipples and little maki rolls. And now for the first time the secret sculptor street artist will be exhibiting the colorful characters and it&#8217;s happening this Friday in Helvetikat.</p>
<p>As a sneak preview &#8211; the guys behind Helvetikat has shot <a href="http://www.youtube.com/watch?v=FwvuRSj2R6I" target="_blank">this little film</a> about Bert. And check out his own <a href="http://copenhagenbert.blogspot.com/" target="_blank">blog</a> to see more of his work.</p>
<p>The exhibition runs until 30 November &#8211; enjoy.</p>
<p><a href="http://www.helvetikat.dk/" target="_blank">www.helvetikat.dk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/11/5-november-bert-at-helvetikat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>21-22 August: Fair Fælled Festival 2010</title>
		<link>http://hellocopenhagen.dk/2010/08/21-22-august-fair-f%c3%a6lled-festival-2010/</link>
		<comments>http://hellocopenhagen.dk/2010/08/21-22-august-fair-f%c3%a6lled-festival-2010/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 13:18:51 +0000</pubDate>
		<dc:creator>Mai Ji</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[CONCERT]]></category>
		<category><![CDATA[FESTIVAL]]></category>
		<category><![CDATA[FOOD]]></category>
		<category><![CDATA[SUPPORT PARTY]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=4127</guid>
		<description><![CDATA[@Fælledparken, Copenhagen Ø Show map (function(){ var myLatlng = new google.maps.LatLng(55.6666667,12.5833333); var myOptions = { zoom: 13, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU } } var map = new google.maps.Map(document.getElementById("map4fbaeaf27f2b2_container"), myOptions); var address = "Fælledparken, København Ø"; var geocoder = geocoder = new google.maps.Geocoder(); if (geocoder) { geocoder.geocode({address: address}, function(results, status) { if [...]]]></description>
			<content:encoded><![CDATA[<div class="helloMaps" id="map4fbaeaf27f939_wrapper"><div class="address">@Fælledparken, Copenhagen Ø<span class="openCollapse"><a href="http://hellocopenhagen.dk/2010/08/21-22-august-fair-f%c3%a6lled-festival-2010/" onclick="HelloMaps.toggleMap('map4fbaeaf27f939'); return false;"><img src="http://hellocopenhagen.dk/wp-content/plugins/hellomaps/icon.gif" /> <span>Show map</span></a></span> </div>
		<div id="map4fbaeaf27f939" class="map"><div id="map4fbaeaf27f939_container" class="container"></div></div>
		<script type="text/javascript">
			(function(){
				var myLatlng = new google.maps.LatLng(55.6666667,12.5833333);
				var myOptions = {
					zoom: 13,
					center: myLatlng,
					mapTypeId: google.maps.MapTypeId.ROADMAP,
					mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }
				}
				var map = new google.maps.Map(document.getElementById("map4fbaeaf27f939_container"), myOptions);
				
				var address = "Fælledparken, København Ø";
				var geocoder = geocoder = new google.maps.Geocoder();
				if (geocoder)
				{
					geocoder.geocode({address: address}, function(results, status)
					{
						if (status == google.maps.GeocoderStatus.OK)
						{
							map.setCenter(results[0].geometry.location);
							var marker = new google.maps.Marker({
								position: results[0].geometry.location,
								map: map
							});
						}
						else
						{
							document.write("<!-- Hello Maps: Error: " + status + " -->");
						}
					});
				}
			})();
		</script>
		</div><p><strong>Sat 12:00-23:30, Sun 12:00-18:00 // Free entrance</strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/08/FairFælled.jpg"><img class="alignleft size-medium wp-image-4134" title="Fair Fælled Festival 2010" src="http://hellocopenhagen.dk/wp-content/uploads/2010/08/FairFælled-230x230.jpg" alt="" width="230" height="230" /></a>This weekend Fælledparken will flourish of global awareness, when Fair Fælled hosted by MS ActionAid (Mellemfolkeligt Samvirke) once again strikes a blow for global justice.</p>
<p>To mark the importance of supporting the fight against poverty in the developing countries various artists will fill your ears with pure love. Among others can you hear Slaraffenland, Freja Loeb, Bodebrixen and Hannah Schneider.</p>
<p>In between live sets it would make sense if you choose to go berserk among the many organic goodies.</p>
<p>You can also choose to make a statement and take part of the many debates and ongoing events. For instance, this year Fair Fælled will serve as a platform for the large NGO campaign concerning the <a href="http://www.ms.dk/sw170759.asp" target="_blank">2015 goals</a> (go for the &#8216;Take Action&#8217; tent).</p>
<p>You can read more about the work of MS ActionAid on <a href="http://www.ms.dk/sw13950.asp" target="_blank">www.ms.dk</a> and see the <a href="http://www.ms.dk/sw176076.asp" target="_blank">full program</a> (in Danish) for the weekend.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/08/21-22-august-fair-f%c3%a6lled-festival-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 July: Sound Escape</title>
		<link>http://hellocopenhagen.dk/2010/07/sound-escape/</link>
		<comments>http://hellocopenhagen.dk/2010/07/sound-escape/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:16:18 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[DJS]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=3890</guid>
		<description><![CDATA[@ Candy Factory, Ragnhildgade 1, Copenhagen Ø Show map (function(){ var myLatlng = new google.maps.LatLng(55.6666667,12.5833333); var myOptions = { zoom: 13, center: myLatlng, mapTypeId: google.maps.MapTypeId.ROADMAP, mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU } } var map = new google.maps.Map(document.getElementById("map4fbaeaf280ced_container"), myOptions); var address = "Ragnhildgade 1, København"; var geocoder = geocoder = new google.maps.Geocoder(); if (geocoder) { geocoder.geocode({address: address}, [...]]]></description>
			<content:encoded><![CDATA[<div class="helloMaps" id="map4fbaeaf28152a_wrapper"><div class="address">@ Candy Factory, Ragnhildgade 1, Copenhagen Ø<span class="openCollapse"><a href="http://hellocopenhagen.dk/2010/07/sound-escape/" onclick="HelloMaps.toggleMap('map4fbaeaf28152a'); return false;"><img src="http://hellocopenhagen.dk/wp-content/plugins/hellomaps/icon.gif" /> <span>Show map</span></a></span> </div>
		<div id="map4fbaeaf28152a" class="map"><div id="map4fbaeaf28152a_container" class="container"></div></div>
		<script type="text/javascript">
			(function(){
				var myLatlng = new google.maps.LatLng(55.6666667,12.5833333);
				var myOptions = {
					zoom: 13,
					center: myLatlng,
					mapTypeId: google.maps.MapTypeId.ROADMAP,
					mapTypeControlOptions: { style: google.maps.MapTypeControlStyle.DROPDOWN_MENU }
				}
				var map = new google.maps.Map(document.getElementById("map4fbaeaf28152a_container"), myOptions);
				
				var address = "Ragnhildgade 1, København";
				var geocoder = geocoder = new google.maps.Geocoder();
				if (geocoder)
				{
					geocoder.geocode({address: address}, function(results, status)
					{
						if (status == google.maps.GeocoderStatus.OK)
						{
							map.setCenter(results[0].geometry.location);
							var marker = new google.maps.Marker({
								position: results[0].geometry.location,
								map: map
							});
						}
						else
						{
							document.write("<!-- Hello Maps: Error: " + status + " -->");
						}
					});
				}
			})();
		</script>
		</div><p><strong>21:00-05:00// 50 Dkk</strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/07/soundescape.jpg"><img class="alignleft size-full wp-image-3892" title="soundescape" src="http://hellocopenhagen.dk/wp-content/uploads/2010/07/soundescape.jpg" alt="" width="230" height="230" /></a>Longing for some music to escape to? Then head out to the Candy Factory this weekend where a number of electronic artists will treat your ears &#8211; from noize and experimental jazz to hip hop inspired artists.</p>
<p>Line-up:</p>
<p>PORTFORMAT (DE, Tokyo Dawn)<br />
<a href="http://myspace.com/portformat">http://myspace.com/portformat</a></p>
<p>KARSTEN PFLUM (Rump/Jenka)<br />
<a href="http://myspace.com/pflum">http://myspace.com/pflum</a></p>
<p>KHALAZER (Khal Allan &amp; Dr. Lazerlyde)<br />
<a href="http://myspace.com/khalone">http://myspace.com/khalone</a><br />
<a href="http://doktorsyntax.com/">http://doktorsyntax.com/</a></p>
<p>ILLTUNES (Kontoret)<br />
<a href="http://soundcloud.com/ill-tunes">http://soundcloud.com/ill-tunes</a></p>
<p>BABA T (Polygon Effekt Syntese)<br />
<a href="http://myspace.com/babatrick">http://myspace.com/babatrick</a></p>
<p>LORD ACTON (Veteran Cosmic Rocker)<br />
<a href="http://myspace.com/djlordacton">http://myspace.com/djlordacton</a></p>
<p>PHAEDRUS (Submental Records)<br />
<a href="http://myspace.com/thepineappleprojekt">http://myspace.com/thepineappleprojekt</a></p>
<p><a href="http://www.facebook.com/event.php?eid=138880396123053" target="_blank">Facebook event</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/07/sound-escape/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>11 May: Urban Breakfast #15</title>
		<link>http://hellocopenhagen.dk/2010/05/urban-breakfast/</link>
		<comments>http://hellocopenhagen.dk/2010/05/urban-breakfast/#comments</comments>
		<pubDate>Sun, 02 May 2010 19:39:04 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[FOOD]]></category>
		<category><![CDATA[NETWORKING]]></category>
		<category><![CDATA[TALK]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=3498</guid>
		<description><![CDATA[@ Bike-Bridge across Østerport Station, Copenhagen Ø 8:30-10:00 // free First breakfast of a new season. Urban Breakfast is about having a breakfast somewhere in urban space and meeting nice people. Just show up and bring something with you to share. Urban Breakfast takes care of tables, cutlery etc. You need to bring either 1) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>@ Bike-Bridge across Østerport Station, Copenhagen Ø<br />
8:30-10:00 // free </strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/05/urban_morgenmad_1-2.jpg"><img class="alignleft size-full wp-image-3511" title="urban_morgenmad_1-2" src="http://hellocopenhagen.dk/wp-content/uploads/2010/05/urban_morgenmad_1-2.jpg" alt="" width="230" height="230" /></a>First breakfast of a new season. Urban Breakfast is about having a breakfast somewhere in urban space and meeting nice people. Just show up and bring something with you to share.</p>
<p>Urban Breakfast takes care of tables, cutlery etc. You need to bring either 1) bread 2) something to put on the bread or 3) something to drink.  Roll a dice to find out what to bring 1+2 = bread, 3+4=topping, 5+6=drink.</p>
<p>Urban Breakfast is inspired by the concept of Permanent Breakfast, which is an open event about meeting new people and exploring the opportunities of using public space.</p>
<p><a href="http://www.p-breakfast.net/" target="_blank">http://www.p-breakfast.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/05/urban-breakfast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 April: Basco5 Exhibition Opening</title>
		<link>http://hellocopenhagen.dk/2010/03/basco5/</link>
		<comments>http://hellocopenhagen.dk/2010/03/basco5/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 19:30:26 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[ART]]></category>
		<category><![CDATA[EXHIBITION]]></category>
		<category><![CDATA[STREET ART]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=3374</guid>
		<description><![CDATA[@ Helvetikat, Holsteingade 2, Copenhagen Ø 17:00-21:00 // Free entrance The artist Basco5 aka Nils Blishen presents his work at the exhibition space Helvetikat. It is his first solo show in Denmark and is a celebration of his journey. In his late 20&#8242;s, he worked hard to create a name for himself. Basco5 started his [...]]]></description>
			<content:encoded><![CDATA[<p><strong>@ Helvetikat, Holsteingade 2, Copenhagen Ø<br />
17:00-21:00 // Free entrance</strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/03/4.jpg"><img class="alignleft size-full wp-image-3375" title="4" src="http://hellocopenhagen.dk/wp-content/uploads/2010/03/4.jpg" alt="" width="230" height="230" /></a>The artist Basco5 aka Nils Blishen presents his work at the exhibition space Helvetikat. It is his first solo show in Denmark and is a celebration of his journey.</p>
<p>In his late 20&#8242;s, he worked hard to create a name for himself. Basco5 started his art career in Vancouver and is now based in Copenhagen where his art is often found in urban space. His work may at first glance come across as cute, but upon further inspection, you can also see meanings reflecting pain, tattoos, violence, hope and many other themes.</p>
<p>The exhibition runs until 4 May 2010.<br />
Open Tuesday 17-20, Saturday 12-15 &#8211; or try knocking on the door.</p>
<p><a href="http://www.helvetikat.dk" target="_blank">www.helvetikat.dk</a><br />
<a href="http://www.bascofive.com" target="_blank"> www.bascofive.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/03/basco5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>27 February: Demoteket Opening Party</title>
		<link>http://hellocopenhagen.dk/2010/02/27-february-demoteket-opening-party/</link>
		<comments>http://hellocopenhagen.dk/2010/02/27-february-demoteket-opening-party/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 20:31:16 +0000</pubDate>
		<dc:creator>Mai Ji</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[DJS]]></category>
		<category><![CDATA[HANG-OUT]]></category>
		<category><![CDATA[OPENING PARTY]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=3104</guid>
		<description><![CDATA[@ Fælledparken 17:00-04:00 // 30 Dkk. Six of Copenhagen&#8217;s libraries are now trying to strengthen local youth and has recruited six young people to help this ongoing process. The goal was to create a platform that includes both exchange of experience and different types of events &#8211; but not only at the libraries. Therefore Demoteket [...]]]></description>
			<content:encoded><![CDATA[<p><strong>@ Fælledparken<br />
17:00-04:00 // 30 Dkk.<br />
</strong><br />
<a href="http://hellocopenhagen.dk/wp-content/uploads/2010/02/Demoteket.jpg"><img class="alignleft size-medium wp-image-3106" title="Demoteket" src="http://hellocopenhagen.dk/wp-content/uploads/2010/02/Demoteket-223x230.jpg" alt="" width="223" height="230" /></a>Six of Copenhagen&#8217;s libraries are now trying to strengthen local youth and has recruited six young people to help this ongoing process.</p>
<p>The goal was to create a platform that includes both exchange of experience and different types of events &#8211; but not only at the libraries.</p>
<p>Therefore Demoteket has been created and in celebration of their opening, they have set up a giant circus tent in the middle of Fælledparken.</p>
<p>When you enter the tent your nose will meet the smell of candyfloss and popcorn. People will be drinking both slush ice and cheap beers and ofcourse lots of dancing is garanteed by the following line-up:</p>
<p>Nørre Jysk Ø&#8217;s Orkester for brudte Tonemønstre + Snöleoparden + Ice Age + gæster<br />
Manishment<br />
Dokkedal/Dixen<br />
Princess T<br />
Rosa Lux<br />
Ung Flugt<br />
RundeTrunte og FreakaHot</p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/02/27-february-demoteket-opening-party/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>19 February: Street Birds Vernissage</title>
		<link>http://hellocopenhagen.dk/2010/02/street-birds-vernissage/</link>
		<comments>http://hellocopenhagen.dk/2010/02/street-birds-vernissage/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 11:50:14 +0000</pubDate>
		<dc:creator>Anne</dc:creator>
				<category><![CDATA[ØSTERBRO]]></category>
		<category><![CDATA[ART]]></category>
		<category><![CDATA[EXHIBITION]]></category>
		<category><![CDATA[VERNISSAGE]]></category>

		<guid isPermaLink="false">http://hellocopenhagen.dk/?p=3095</guid>
		<description><![CDATA[@ Helvetikat, Holsteingade 2, Copenhagen Ø 17:00-21:00 // Free entrance Go see the exhibition Street Birds by Vietnamese-Danish artist Phuc Van Dan. Phuc works in an interesting cross-over between design and art. He express himself on almost all kinds of surfaces, from pavements to porcelain. And Street Birds is no exception. Street Birds will come [...]]]></description>
			<content:encoded><![CDATA[<p><strong>@ Helvetikat, Holsteingade 2, Copenhagen Ø<br />
17:00-21:00 // Free entrance </strong></p>
<p><a href="http://hellocopenhagen.dk/wp-content/uploads/2010/02/streetbirds.gif"><img class="size-full wp-image-3097 alignleft" title="street birds" src="http://hellocopenhagen.dk/wp-content/uploads/2010/02/streetbirds.gif" alt="" width="230" height="230" /></a>Go see the exhibition Street Birds by Vietnamese-Danish artist Phuc Van Dan.</p>
<p>Phuc works in an interesting cross-over between design and art. He express himself on almost all kinds of surfaces, from pavements to porcelain. And Street Birds is no exception.</p>
<p>Street Birds will come in three parts and the first part of the trilogy is about transformation.</p>
<p>The exhibition runs until 19 March 2010. Open Tuesdays 17-20 and Saturdays 12-15.</p>
<p><a href="http://www.phucisme.dk" target="_blank">www.phucisme.dk</a><br />
<a href="http://www.helvetikat.dk" target="_blank"> www.helvetikat.dk </a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellocopenhagen.dk/2010/02/street-birds-vernissage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

