<?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>All-Ireland Technology Events</title>
	<atom:link href="http://eventsden.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://eventsden.com</link>
	<description>All Ireland Technology Events</description>
	<lastBuildDate>Tue, 15 May 2012 13:59:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Agile Environment Management Talk in Belfast on Friday, 25th May 2012</title>
		<link>http://eventsden.com/agile-environment-management-talk-in-belfast-on-friday-25th-may-2012/</link>
		<comments>http://eventsden.com/agile-environment-management-talk-in-belfast-on-friday-25th-may-2012/#comments</comments>
		<pubDate>Tue, 15 May 2012 13:58:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Belfast]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/agile-environment-management-talk-in-belfast-on-friday-25th-may-2012/</guid>
		<description><![CDATA[Overview: Agile software development practices combined with an exponential increase in the complexity of applications to be delivered through the release cycles has raised the bar for stable software environments. Software environments provide the platform for ensuring applications are successfully tested and released. Inappropriate management of environments increases the risk of providing test environments that [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:<br />
Agile software development practices combined with an exponential increase in the complexity of applications to be delivered through the release cycles has raised the bar for stable software environments. Software environments provide the platform for ensuring applications are successfully tested and released. Inappropriate management of environments increases the risk of providing test environments that are not a true reflection of the production environment and risk compromising on quality of testing.<br />
Website: <a href="http://agileenvironmentmanagementbelfast.eventbrite.com">http://agileenvironmentmanagementbelfast.eventbrite.com</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Agile Environment Management Talk</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-25T12:30:00">Friday, 25th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">12:30pm</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Agile Environment Management Talk in </span>
			Belfast		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">Holiday Inn</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Ormeau+avenue,Belfast,UK" class="gigpress-address" target="_blank">Ormeau avenue</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">United Kingdom</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>



	
	<li><a href="http://agileenvironmentmanagementbelfast.eventbrite.com" target="_blank" class="gigpress-tickets-link">Register</a></li>


	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Agile+Environment+Management+Talk+at+Holiday+Inn&amp;dates=20120525T113000Z/20120525T113000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Agile+Environment+Management+Talk&amp;location=Holiday+Inn%5C%2C+Ormeau+avenue%5C%2C+Belfast%5C%2C+UK&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=238">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Ormeau+avenue,Belfast,UK';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Agile Environment Management Talk, Ormeau avenue'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/agile-environment-management-talk-in-belfast-on-friday-25th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Virtual Computing Forum in Dublin on Tuesday, 12th June 2012</title>
		<link>http://eventsden.com/citrix-virtual-computing-forum-in-dublin-on-tuesday-12th-june-2012/</link>
		<comments>http://eventsden.com/citrix-virtual-computing-forum-in-dublin-on-tuesday-12th-june-2012/#comments</comments>
		<pubDate>Tue, 15 May 2012 13:50:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/citrix-virtual-computing-forum-in-dublin-on-tuesday-12th-june-2012/</guid>
		<description><![CDATA[Overview: The annual Virtual Computing Forum, organised by Citrix Systems and its Irish distributor DataSolutions, is set to take place once again on Tuesday, 12th June in Dublin’s Guinness Storehouse. This year the focus will be on the effects of the consumerisation of IT and cloud computing on the management of IT for Irish businesses. [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:<br />
The annual Virtual Computing Forum, organised by Citrix Systems and its Irish distributor DataSolutions, is set to take place once again on Tuesday, 12th June in Dublin’s Guinness Storehouse. This year the focus will be on the effects of the consumerisation of IT and cloud computing on the management of IT for Irish businesses.</p>
<p>The event will provide Irish businesses, with the knowledge of how and when they should implement ‘Bring Your Own Device’ (BYOD) policies and how virtualisation technologies are making the transition to this style of working easier and more secure.</p>
<p>A new addition to this year’s agenda is the Expert Bar, where attendees will be given the opportunity to get one-to-one advice from industry experts. They will be able to ask in-depth questions around the topics being discussed at the event including cloud computing, consumerisation, and desktop transformation, and can also take part in live demonstrations.</p>
<p>International speaker and entertainer, David Meade, from BBC’s “The David Meade Project”, will look after proceedings for the day. Irish organisations will discuss their experiences, including Rehab Group who will describe how they provided high performance, customised desktops to 750 students of the National Learning Network using desktop virtualisation.</p>
<p>Other speakers include Microsoft, Wyse Technology and Aruba Networks and those who attend the event will:<br />
- Hear from Irish organisations who have adopted virtualisation and cloud strategies to  meet the business challenges of today and what’s in store for the future<br />
- Discover how to leverage existing Citrix investment and gain the benefits of desktop virtualisation without reinventing the wheel.</p>
<p>Sponsors of this year’s event include Microsoft, Wyse, Aruba Networks, RSA Security, Atlantis Computing and SilverLine.</p>
<p>To register or for further information please go to: www.virtualcomputingforum.ie. The event is free to attend but places are limited, and will be filled on a first come, first served basis.<br />
Website: <a href="http://virtualcomputingforum.ie">http://virtualcomputingforum.ie</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Citrix Virtual Computing Forum</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-06-12T08:30:00">Tuesday, 12th June 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">8:30am</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Citrix Virtual Computing Forum in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">The Guinness Storehouse</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=St+James%27s+Gate,Dublin,IE" class="gigpress-address" target="_blank">St James&#8217;s Gate</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>



	
	<li><a href="http://www.eventelephant.com/virtualcomputingforum2012" target="_blank" class="gigpress-tickets-link">Register</a></li>


	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Citrix+Virtual+Computing+Forum+at+The+Guinness+Storehouse&amp;dates=20120612T073000Z/20120612T073000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Citrix+Virtual+Computing+Forum&amp;location=The+Guinness+Storehouse%5C%2C+St+James%27s+Gate%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=237">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'St+James%27s+Gate,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Citrix Virtual Computing Forum, St James's Gate'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/citrix-virtual-computing-forum-in-dublin-on-tuesday-12th-june-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Rights Forum in Dublin on Friday, 18th May 2012</title>
		<link>http://eventsden.com/digital-rights-forum-in-dublin-on-friday-18th-may-2012/</link>
		<comments>http://eventsden.com/digital-rights-forum-in-dublin-on-friday-18th-may-2012/#comments</comments>
		<pubDate>Tue, 15 May 2012 13:45:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/digital-rights-forum-in-dublin-on-friday-18th-may-2012/</guid>
		<description><![CDATA[Overview: The Digital Rights Forum is a public debate where a panel meet to discuss the important issues surrounding digital rights, with each event designed as general over-arching topic and a more narrowly focused subject. On Friday, the 18th of May 6:30pm to 8:00pm, the forum will tackle the issue of Online Privacy. With our [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:<br />
The Digital Rights Forum is a public debate where a panel meet to discuss the important issues surrounding digital rights, with each event designed as general over-arching topic and a more narrowly focused subject.</p>
<p>On Friday, the 18th of May 6:30pm to 8:00pm, the forum will tackle the issue of Online Privacy.</p>
<p>With our lives evermoreso integrated with the web and social media, staying safe online is becoming something of an increasing concern to everyone. From mobile apps to websites and email, protecting our personal information and online privacy has never been more complicated and more important.</p>
<p>Faced with software vulnerabilities such as the leaking of contacts onto the Internet by mobile applications providers, the increasing prevalence and push to revealing more private and personal information on social networks and attempts by some to protect their businesses through litigation or processes which require the disclosure of personal information, the modern digital landscape has made protecting one&#8217;s privacy more difficult than ever before.</p>
<p>With this in mind, the next Digital Rights Forum will assemble once more to discuss the current state of data protection and online privacy in the current context of social networks and mobile applications.</p>
<p>Panelists:</p>
<p>Billy Hawkes, Data Protection Commissioner<br />
Paul C Dwyer, Security GRC &amp; Cyber Threat Advisor<br />
Tom Murphy,  Director &amp; Co-Founder of Boards.ie<br />
Chair:</p>
<p>John Kennedy Editor, Silicon Republic<br />
Website: <a href="http://www.sciencegallery.com/events/2012/05/digital-rights-forum-online-privacy">http://www.sciencegallery.com/events/2012/05/digital-rights-forum-online-privacy</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Digital Rights Forum</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-18T18:30:00">Friday, 18th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">6:30pm</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Digital Rights Forum in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">Science Gallery</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Trinity+College+Dublin,Dublin,IE" class="gigpress-address" target="_blank">Trinity College Dublin</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>





	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Digital+Rights+Forum+at+Science+Gallery&amp;dates=20120518T173000Z/20120518T173000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Digital+Rights+Forum&amp;location=Science+Gallery%5C%2C+Trinity+College+Dublin%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=236">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Trinity+College+Dublin,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Digital Rights Forum, Trinity College Dublin'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/digital-rights-forum-in-dublin-on-friday-18th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smarter Software Briefing in Dublin 15 on Wednesday, 16th May 2012</title>
		<link>http://eventsden.com/smarter-software-briefing-in-dublin-15-on-wednesday-16th-may-2012/</link>
		<comments>http://eventsden.com/smarter-software-briefing-in-dublin-15-on-wednesday-16th-may-2012/#comments</comments>
		<pubDate>Sun, 13 May 2012 20:51:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>

		<guid isPermaLink="false">http://eventsden.com/smarter-software-briefing-in-dublin-15-on-wednesday-16th-may-2012/</guid>
		<description><![CDATA[Overview: The Smarter Software Event will introduce the work of &#8220;Collaboration for Innovation&#8221;, an Irish industry group of software development leaders from organisations including Aer Lingus, Canada Life, IBM, Leaseplan, Curam, Liberty IT, Openet and Prudential who have been working together to develop a maturity capability framework for application lifecycle management. This event marks the launch of this framework, [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>The Smarter Software Event will introduce the work of &#8220;Collaboration for Innovation&#8221;, an Irish industry group of software development leaders from organisations including <strong>Aer Lingus, Canada Life, IBM, Leaseplan, Curam, Liberty IT, Openet</strong> and <strong>Prudential </strong>who have been working together to develop a maturity capability framework for application lifecycle management.</p>
<p>This event marks the launch of this framework, which maps out the stages of maturity in software development so organisations can find a faster path to delivering greater value to the business they support.</p>
<p>Website: <a href="https://www14.software.ibm.com/webapp/iwm/web/signup.do?source=swg-ie_smartersoftware&amp;lang=EN_IE">https://www14.software.ibm.com/webapp/iwm/web/signup.do?source=swg-ie_smartersoftware&amp;lang=EN_IE</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Smarter Software Briefing</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-16T08:30:00">Wednesday, 16th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">8:30am</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Smarter Software Briefing in </span>
			Dublin 15		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">IBM Innovation Centre</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Building+Six%2C+Technology+Campus%2C+Mulhuddart,Dublin+15,IE" class="gigpress-address" target="_blank">Building Six, Technology Campus, Mulhuddart</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>






	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Smarter+Software+Briefing+at+IBM+Innovation+Centre&amp;dates=20120516T073000Z/20120516T073000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Smarter+Software+Briefing&amp;location=IBM+Innovation+Centre%5C%2C+Building+Six%5C%2C+Technology+Campus%5C%2C+Mulhuddart%5C%2C+Dublin+15%5C%2C+IE&amp;details=&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=235">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Building+Six%2C+Technology+Campus%2C+Mulhuddart,Dublin+15,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Smarter Software Briefing, Building Six, Technology Campus, Mulhuddart'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/smarter-software-briefing-in-dublin-15-on-wednesday-16th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Innovation @ DIT in Dublin on Tuesday, 19th June 2012</title>
		<link>http://eventsden.com/innovation-dit-in-dublin-on-tuesday-19th-june-2012/</link>
		<comments>http://eventsden.com/innovation-dit-in-dublin-on-tuesday-19th-june-2012/#comments</comments>
		<pubDate>Sun, 13 May 2012 20:48:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/innovation-dit-in-dublin-on-tuesday-19th-june-2012/</guid>
		<description><![CDATA[Overview: On Tuesday 19th June 2012 DIT will host a major Innovation Showcase on its Aungier St campus from 3pm to 7pm and we would like to invite you to come and see some of this outstanding industry-focused research. We are delighted that Séan Sherlock,TD, Minister of State, Department of Enterprise, Jobs &#38; Innovation and Department of Education &#38; Skills with responsibility [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>On <strong>Tuesday 19th June 2012</strong> DIT will host a major Innovation Showcase on its Aungier St campus from 3pm to 7pm and we would like to invite you to come and see some of this outstanding industry-focused research.</p>
<p>We are delighted that <strong>Séan </strong><strong>Sherlock,TD, </strong><strong>Minister of State, Department of Enterprise, Jobs &amp; Innovation and Department of Education &amp; Skills</strong> with responsibility for Research &amp; Innovation will open the exhibition at 3pm.</p>
<p>At the <strong>exhibition</strong> DIT staff will be delighted to meet with you to chat about their research and to show you what they have achieved to date. Our technology transfer centre Hothouse will highlight the intellectual property available to licence and funding organisations will provide information on their funding programmes.</p>
<p>Website: <a href="http://ditinnovation-eanreclxb.eventbrite.ie/">http://ditinnovation-eanreclxb.eventbrite.ie</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Innovation @ DIT</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-06-19T15:00:00">Tuesday, 19th June 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">3:00pm</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Innovation @ DIT in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">DIT (Aungier Street)</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Aungier+Street%2C+D2,Dublin,IE" class="gigpress-address" target="_blank">Aungier Street, D2</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>



	
	<li><a href="http://ditinnovation-eanreclxb.eventbrite.ie" target="_blank" class="gigpress-tickets-link">Register</a></li>


	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Innovation+%40+DIT+at+DIT+%28Aungier+Street%29&amp;dates=20120619T140000Z/20120619T140000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Innovation+%40+DIT&amp;location=DIT+%28Aungier+Street%29%5C%2C+Aungier+Street%5C%2C+D2%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=234">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Aungier+Street%2C+D2,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Innovation @ DIT, Aungier Street, D2'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/innovation-dit-in-dublin-on-tuesday-19th-june-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going Mobile with Google in Dublin on Monday, 14th May 2012</title>
		<link>http://eventsden.com/going-mobile-with-google-in-dublin-on-monday-14th-may-2012/</link>
		<comments>http://eventsden.com/going-mobile-with-google-in-dublin-on-monday-14th-may-2012/#comments</comments>
		<pubDate>Tue, 01 May 2012 11:39:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/going-mobile-with-google-in-dublin-on-monday-14th-may-2012/</guid>
		<description><![CDATA[Overview: You would have been in deep sleep or on planet Mars if you still wonder what Android means in the mobile space. But have you heard of GoMo? or of The App Galaxy? Google extends a special invitation to our local MobileMonday community for an evening catch-up session. Here you can learn from their experts about two major [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>You would have been in deep sleep or on planet Mars if you still wonder what <em>Android</em> means in the mobile space. But have you heard of <em>GoMo</em>? or of <em>The App Galaxy</em>?</p>
<p>Google extends a special invitation to our local MobileMonday community for an evening catch-up session. Here you can learn from their experts about two major initiatives.</p>
<p>One is for spreading the adoption of mobile sites among all businesses &#8211; &#8220;GoMo&#8221; &#8211; and one is intended for developers &#8211; &#8220;The AppGalaxy&#8221; &#8211; to spur those writing app(s) to consider it the start of a business.</p>
<p>We&#8217;re invited to enter the &#8216;Googleplex&#8217; of Europe, which is conveniently located in Dublin!</p>
<p>Although this event is free of charge, you must register by Monday 14 May at noon due to building security reasons.</p>
<p>Come hear the stories from Googlers Simon Bolger, Sandra Whitney and Huseyin Savas:</p>
<p>6:00pm  Welcome drinks &amp; Networking</p>
<p>7:00pm  Introduction by <strong>Simon Bolger</strong>, Head of Online Partnerships EMEA</p>
<p>7:10pm  &#8216;How to go Mo&#8217; by <strong>Sandra Whitney</strong>, Global Head of Online Partner Acquisitions</p>
<p>7:30pm  &#8216;Guide to the App Galaxy&#8217; by <strong>Peter McAvoy</strong>, Mobile Solutions Specialist</p>
<p>7:50pm  Google Mobile in Action: <strong>Ciaran Maher</strong>, CTO, Daft.ie</p>
<p>8:00pm  Networking</p>
<p>9:00pm  Close</p>
<p>Website: <a href="http://momodub-google-eorg.eventbrite.com/">http://momodub-google-eorg.eventbrite.com/</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Going Mobile with Google</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-14T18:00:00">Monday, 14th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">6:00pm</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Going Mobile with Google in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">Google HQ</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Gordon+House%2C+Barrow+Street%2C+Dublin+4,Dublin,IE" class="gigpress-address" target="_blank">Gordon House, Barrow Street, Dublin 4</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>





	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Going+Mobile+with+Google+at+Google+HQ&amp;dates=20120514T170000Z/20120514T170000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Going+Mobile+with+Google&amp;location=Google+HQ%5C%2C+Gordon+House%5C%2C+Barrow+Street%5C%2C+Dublin+4%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=233">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Gordon+House%2C+Barrow+Street%2C+Dublin+4,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Going Mobile with Google, Gordon House, Barrow Street, Dublin 4'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/going-mobile-with-google-in-dublin-on-monday-14th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Computing Lunch &amp; Learn in Dublin on Friday, 18th May 2012</title>
		<link>http://eventsden.com/cloud-computing-lunch-learn-in-dublin-on-friday-18th-may-2012/</link>
		<comments>http://eventsden.com/cloud-computing-lunch-learn-in-dublin-on-friday-18th-may-2012/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 11:40:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/cloud-computing-lunch-learn-in-dublin-on-friday-18th-may-2012/</guid>
		<description><![CDATA[Overview: IT Force are delighted to invite you to our Cloud Computing Lunch &#38; Learn events. Our Cloud Computing Lunch &#38; Learns are a one and a half hour personalised event designed to deliver you the expertise and hands-on experience with Cloud Computing. Great opportunity for all business owners who are serious about learning about [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>IT Force are delighted to invite you to our Cloud Computing Lunch &amp; Learn events. Our Cloud Computing Lunch &amp; Learns are a one and a half hour personalised event designed to deliver you the expertise and hands-on experience with Cloud Computing. Great opportunity for all business owners who are serious about learning about cloud computing and its benefits.</p>
<p>This event is ideal for businesses that have an existing IT infrastructure (10 – 100 users). It will suit Decision maker level (MD, Business owner, Financial Controller, etc).</p>
<p>Website: <a href="http://www.itforce.ie/whats-new/events/Cloud-Computing-Lunch-and-Learn.htm">http://www.itforce.ie/whats-new/events/Cloud-Computing-Lunch-and-Learn.htm</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Cloud Computing Lunch &#038; Learn</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-18T12:00:00">Friday, 18th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">12:00pm</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Cloud Computing Lunch &#038; Learn in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">Molton House</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=27+Adelaide+Road%2C+D2,Dublin,IE" class="gigpress-address" target="_blank">27 Adelaide Road, D2</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>





	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Cloud+Computing+Lunch+%26+Learn+at+Molton+House&amp;dates=20120518T110000Z/20120518T110000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Cloud+Computing+Lunch+%26+Learn&amp;location=Molton+House%5C%2C+27+Adelaide+Road%5C%2C+D2%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=232">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = '27+Adelaide+Road%2C+D2,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Cloud Computing Lunch &#038; Learn, 27 Adelaide Road, D2'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/cloud-computing-lunch-learn-in-dublin-on-friday-18th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Gets Social Roadshow 2012 in Dublin 15 on Tuesday, 15th May 2012</title>
		<link>http://eventsden.com/business-gets-social-roadshow-2012-in-dublin-15-on-tuesday-15th-may-2012/</link>
		<comments>http://eventsden.com/business-gets-social-roadshow-2012-in-dublin-15-on-tuesday-15th-may-2012/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 09:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/business-gets-social-roadshow-2012-in-dublin-15-on-tuesday-15th-may-2012/</guid>
		<description><![CDATA[Overview: People don’t do business with companies. People do business with people. Find out why – and how – customers can become a social business. The world now spends 22% of its time &#8211; more than 110 billion minutes &#8211; on social networks and blog sites per month. Are you ready to turn that time [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>People don’t do business with companies. People do business with people. Find out why – and how – customers can become a social business.</p>
<p>The world now spends 22% of its time &#8211; more than 110 billion minutes &#8211; on social networks and blog sites per month. Are you ready to turn that time into growth, innovation, and productivity?</p>
<p>Website: <a href="http://www-01.ibm.com/software/collaboration/events/socialbusiness/">http://www-01.ibm.com/software/collaboration/events/socialbusiness/</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">Business Gets Social Roadshow 2012</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-15T08:30:00">Tuesday, 15th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">8:30am</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">Business Gets Social Roadshow 2012 in </span>
			Dublin 15		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">IBM Innovation Centre</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Building+Six%2C+Technology+Campus%2C+Mulhuddart,Dublin+15,IE" class="gigpress-address" target="_blank">Building Six, Technology Campus, Mulhuddart</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>





	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=Business+Gets+Social+Roadshow+2012+at+IBM+Innovation+Centre&amp;dates=20120515T073000Z/20120515T073000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:Business+Gets+Social+Roadshow+2012&amp;location=IBM+Innovation+Centre%5C%2C+Building+Six%5C%2C+Technology+Campus%5C%2C+Mulhuddart%5C%2C+Dublin+15%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=231">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Building+Six%2C+Technology+Campus%2C+Mulhuddart,Dublin+15,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('Business Gets Social Roadshow 2012, Building Six, Technology Campus, Mulhuddart'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/business-gets-social-roadshow-2012-in-dublin-15-on-tuesday-15th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT Job Market &amp; Career Information Evening in Dublin on Tuesday, 1st May 2012</title>
		<link>http://eventsden.com/it-job-market-career-information-evening-in-dublin-on-tuesday-1st-may-2012/</link>
		<comments>http://eventsden.com/it-job-market-career-information-evening-in-dublin-on-tuesday-1st-may-2012/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 08:55:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/it-job-market-career-information-evening-in-dublin-on-tuesday-1st-may-2012/</guid>
		<description><![CDATA[Overview: Morgan McKinley&#8217;s IT division, Dublin would like to invite all IT specialists to our IT job market/career information evening. This is an ideal opportunity for you to speak confidentially with our experienced recruitment consultants who will provide market insight and advice on: • Your salary &#8211; Is it competitive? • IT opportunities &#8211; current options available to you. [...]]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>Morgan McKinley&#8217;s IT division, Dublin would like to invite all IT specialists to our IT job market/career information evening.</p>
<p>This is an ideal opportunity for you to speak <strong>confidentially</strong> with our experienced recruitment consultants who will provide market insight and advice on:</p>
<p>• Your salary &#8211; Is it competitive?<br />
• IT opportunities &#8211; current options available to you.<br />
• Sought after and emerging technologies.<br />
• Alternative employment opportunities &#8211; Contracting.<br />
• New tech start ups coming to Dublin.</p>
<p>Website: <a href="http://www.morganmckinley.ie/about/media-centre/events/it-career-information-evening-morgan-mckinley">http://www.morganmckinley.ie/about/media-centre/events/it-career-information-evening-morgan-mckinley</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">IT Job Market &#038; Career Information Evening</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-01T17:00:00">Tuesday, 1st May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">5:00pm</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">IT Job Market &#038; Career Information Evening in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">Connaught House</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Burlington+Road%2C+Ballsbridge,Dublin,IE" class="gigpress-address" target="_blank">Burlington Road, Ballsbridge</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free (by appointment only)</span>
	</li>





	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=IT+Job+Market+%26+Career+Information+Evening+at+Connaught+House&amp;dates=20120501T160000Z/20120501T160000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:IT+Job+Market+%26+Career+Information+Evening&amp;location=Connaught+House%5C%2C+Burlington+Road%5C%2C+Ballsbridge%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free+%28by+appointment+only%29.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=230">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Burlington+Road%2C+Ballsbridge,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('IT Job Market &#038; Career Information Evening, Burlington Road, Ballsbridge'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/it-job-market-career-information-evening-in-dublin-on-tuesday-1st-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCoffee Dublin in Dublin on Friday, 4th May 2012</title>
		<link>http://eventsden.com/opencoffee-dublin-in-dublin-on-friday-4th-may-2012/</link>
		<comments>http://eventsden.com/opencoffee-dublin-in-dublin-on-friday-4th-may-2012/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 08:50:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Dublin]]></category>
		<category><![CDATA[Free]]></category>

		<guid isPermaLink="false">http://eventsden.com/opencoffee-dublin-in-dublin-on-friday-4th-may-2012/</guid>
		<description><![CDATA[Overview: OpenCoffee Club is an informal event for web / business people to get together and chat about anything and everything. Usually, people talk about their work or what’s going on at the moment on the web. OpenCoffee meetups have started many business relationships, personal friendships  and exciting projects. Website: http://opencoffeedublin.com/2012/04/26/next-dublin-opencoffee-friday-may-4th/]]></description>
			<content:encoded><![CDATA[<p>Overview:</p>
<p>OpenCoffee Club is an informal event for web / business people to get together and chat about anything and everything. Usually, people talk about their work or what’s going on at the moment on the web. OpenCoffee meetups have started many business relationships, personal friendships  and exciting projects.</p>
<p>Website: <a href="http://opencoffeedublin.com/2012/04/26/next-dublin-opencoffee-friday-may-4th/">http://opencoffeedublin.com/2012/04/26/next-dublin-opencoffee-friday-may-4th/</a></p>
	   
    
	<h3 class="gigpress-related-heading">Event Details</h3>

<ul class="gigpress-related-show vevent active">

	<li>
		<span class="gigpress-related-label">Event:</span> 
		<span class="gigpress-related-item">OpenCoffee Dublin</span>
	</li>
	
	
	<li>
		<span class="gigpress-related-label">Date:</span>
		<span class="gigpress-related-item"><abbr class="dtstart" title="2012-05-04T10:00:00">Friday, 4th May 2012</abbr>
			</span>
	</li>

	<li>
		<span class="gigpress-related-label">Time:</span> 
		<span class="gigpress-related-item">10:00am</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">City:</span> 
		<span class="gigpress-related-item summary">
			<span class="hide">OpenCoffee Dublin in </span>
			Dublin		</span>
	</li>
	
	<li>
		<span class="gigpress-related-label">Venue:</span> 
		<span class="gigpress-show-related location">KC Peaches</span>
	</li>

	<li>
		<span class="gigpress-related-label">Address:</span> 
		<span class="gigpress-related-item"><a href="http://maps.google.com/maps?&amp;q=Nassau+Street,Dublin,IE" class="gigpress-address" target="_blank">Nassau Street</a></span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Country:</span> 
		<span class="gigpress-related-item">Ireland</span>
	</li>

	
	<li>
		<span class="gigpress-related-label">Admission:</span> 
		<span class="gigpress-related-item">Free</span>
	</li>





	<li>
		<a href="http://www.google.com/calendar/event?action=TEMPLATE&amp;text=OpenCoffee+Dublin+at+KC+Peaches&amp;dates=20120504T090000Z/20120504T090000Z&amp;sprop=website:http%3A%2F%2Feventsden.com&amp;sprop=name:OpenCoffee+Dublin&amp;location=KC+Peaches%5C%2C+Nassau+Street%5C%2C+Dublin%5C%2C+IE&amp;details=Price%3A+Free.+&amp;trp=true;" target="_blank">Add to Google Calendar</a> | <a href="http://eventsden.com/?feed=gigpress-ical&amp;show_id=229">Download iCal</a> 
	</li>

</ul>
<br />
<script type="text/javascript" src="http://www.google.com/jsapi?key=ABQIAAAAdVWzA7e88xn1jJrGgdEiSxTlZbuFGS-j_iOHmMn7rWVC3I1tRBRIQU3iiE6jfwHKAyCIVa-yKmLXiQ"></script> 
<script type="text/javascript"> 
  google.load("maps", "2.x"); 
 
    var map = null;
    var geocoder = null;
 
    function initialize() {
      if (GBrowserIsCompatible()) { 
      	map = new GMap2(document.getElementById("map_canvas"));
      	 map.addControl(new GSmallMapControl());map.addControl(new GMapTypeControl());
        geocoder = new GClientGeocoder();
        address = 'Nassau+Street,Dublin,IE';
        showAddress(address);
      }
    }
 google.setOnLoadCallback(initialize);
    function showAddress(address) {
      if (geocoder) {
        geocoder.getLatLng(
          address,
          function(point) {
            if (!point) {
              alert(address + " not found");
            } else {
              map.setCenter(point, 15);
              var marker = new GMarker(point);
              map.addOverlay(marker);
               // As this is user-generated content, we display it as
              // text rather than HTML to reduce XSS vulnerabilities.
              marker.openInfoWindow(document.createTextNode('OpenCoffee Dublin, Nassau Street'));
              }
          }
        );
      }
    }
    
    </script>
    <div id="map_canvas" style="width: 500px; height: 300px"></div>
    	
	<br />
]]></content:encoded>
			<wfw:commentRss>http://eventsden.com/opencoffee-dublin-in-dublin-on-friday-4th-may-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

