<?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>GoWeb.ie Blog &#187; Company News</title>
	<atom:link href="http://goweb.ie/blog/category/company-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://goweb.ie/blog</link>
	<description>Articles, news and more!</description>
	<lastBuildDate>Tue, 04 Oct 2011 10:19:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>TOP 5 web sites of the week on TV3 Ireland!</title>
		<link>http://goweb.ie/blog/2009/11/14/top-5-web-sites-of-the-week-on-tv3-ireland/</link>
		<comments>http://goweb.ie/blog/2009/11/14/top-5-web-sites-of-the-week-on-tv3-ireland/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 14:19:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Ireland Connected]]></category>
		<category><![CDATA[the initial boutique]]></category>
		<category><![CDATA[tv3]]></category>

		<guid isPermaLink="false">http://goweb.ie/blog/?p=156</guid>
		<description><![CDATA[// } function streamPaused(){ $('videoToolbar').show(); } function streamResumed(){ $('videoToolbar').hide(); } function adStarted(){ } function Set_Cookie( name, value, expires, path, domain, secure ){ // set time, it's in milliseconds var today = new Date(); today.setTime( today.getTime() ); /* if the expires variable is set, make the correct expires time, the current script below will set it [...]]]></description>
			<content:encoded><![CDATA[<p><!-- controlbar container --> <!-- this script block will install Flowplayer inside previous DIV tag --><script type="text/javascript">// <![CDATA[
			function streamComplete(streamName){</p>
<p>			}</p>
<p>			function streamPaused(){
				$('videoToolbar').show();
			}</p>
<p>			function streamResumed(){
				$('videoToolbar').hide();
			}</p>
<p>			function adStarted(){</p>
<p>			}	</p>
<p>			function Set_Cookie( name, value, expires, path, domain, secure ){
				// set time, it's in milliseconds
				var today = new Date();
				today.setTime( today.getTime() );</p>
<p>				/*
				if the expires variable is set, make the correct
				expires time, the current script below will set
				it for x number of days, to make it for hours,
				delete * 24, for minutes, delete * 60 * 24
				*/
				if ( expires )
				{
				expires = expires * 1000 * 60 * 60 * 24;
				}
				var expires_date = new Date( today.getTime() + (expires) );</p>
<p>				document.cookie = name + "=" +escape( value ) +
				( ( expires ) ? ";expires=" + expires_date.toGMTString() : "" ) +
				( ( path ) ? ";path=" + path : "" ) +
				( ( domain ) ? ";domain=" + domain : "" ) +
				( ( secure ) ? ";secure" : "" );
			}</p>
<p>			// this fixes an issue with the old method, ambiguous values
			// with this test document.cookie.indexOf( name + "=" );
			function Get_Cookie( check_name ) {
				// first we'll split this cookie up into name/value pairs
				// note: document.cookie only returns name=value, not the other components
				var a_all_cookies = document.cookie.split( ';' );
				var a_temp_cookie = '';
				var cookie_name = '';
				var cookie_value = '';
				var b_cookie_found = false; // set boolean t/f default f</p>
<p>				for ( i = 0; i < a_all_cookies.length; i++ ) 				{ 					// now we'll split apart each name=value pair 					a_temp_cookie = a_all_cookies[i].split( '=' ); 					// and trim left/right whitespace while we're at it 					cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, ''); 					// if the extracted name matches passed check_name 					if ( cookie_name == check_name ) 					{ 						b_cookie_found = true; 						// we need to handle case where cookie has no value but exists (no = sign, that is): 						if ( a_temp_cookie.length > 1 )
						{
							cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
						}
						// note that in cases where cookie is initialized but no value, null is returned
						return cookie_value;
						break;
					}
					a_temp_cookie = null;
					cookie_name = '';
				}
				if ( !b_cookie_found )
				{
					return null;
				}
			}</p>
<p>			// this function gets the cookie, if it exists
			// don't use this, it's weak and does not handle some cases
			// correctly, this is just to maintain legacy information
			function Get_Cookie( name ) {</p>
<p>				var start = document.cookie.indexOf( name + "=" );
				var len = start + name.length + 1;
				if ( ( !start ) &#038;&#038;
				( name != document.cookie.substring( 0, name.length ) ) )
				{
				return null;
				}
				if ( start == -1 ) return null;
				var end = document.cookie.indexOf( ";", len );
				if ( end == -1 ) end = document.cookie.length;
				return unescape( document.cookie.substring( len, end ) );
			}</p>
<p>			// this deletes the cookie when called
			function Delete_Cookie( name, path, domain ) {
				if ( Get_Cookie( name ) ) document.cookie = name + "=" +
				( ( path ) ? ";path=" + path : "") +
				( ( domain ) ? ";domain=" + domain : "" ) +
				";expires=Thu, 01-Jan-1970 00:00:01 GMT";
			}</p>
<p>			/*
			// remember, these are the possible parameters for Set_Cookie:
			// name, value, expires, path, domain, secure
			*/</p>
<p>			// Increment the cookie by 1....
			var preRollCookie = Get_Cookie( 'preroll2' );
			// alert(preRollCookie);
			if(preRollCookie == null || preRollCookie == 3 || preRollCookie == ""){
				Set_Cookie( 'preroll2', '1', '', '/', '', '' );
			}else if(preRollCookie == 1){
				Set_Cookie( 'preroll2', '2', '', '/', '', '' );
			}else if(preRollCookie == 2){
				Set_Cookie( 'preroll2', '3', '', '/', '', '' );
			}</p>
<p>			flowplayer("flowPlayer", {src: '/includes/flowplayer/flash/flowplayer.commercial-3.1.4.swf', wmode: 'transparent'}, {</p>
<p>				wmode: 'transparent',</p>
<p>								clip:  {
			    	url: 'http://content.tv3.ie/content/videos/0054/AM3_4x3_1_15988.flv',
			    	scaling: 'orig',
			        autoBuffering: true
			    },</p>
<p>				"play":{
					"url":"/includes/flowplayer/graphics/play.png",
					"width":37,
					"height":37
				},</p>
<p>				onLoad: function(){
					// Analytics....
					var cleanaction = action.replace(/(<([^>]+)>)/ig,"");
					pageTracker._trackPageview('/movie/movieplayed/' + cleanaction);
				},</p>
<p>				onStart: function() {
		        	$('videoToolbar').hide();
		    	},</p>
<p>				onFinish: function() {
		        	$('videoToolbar').show();
		    	},</p>
<p>		    	onPause: function() {
		    		$('videoToolbar').show();
	        	}, </p>
<p>	        	onResume: function() {
		    		$('videoToolbar').hide();
	        	},</p>
<p>				key: '#@80c06aa530761d0e5c3',</p>
<p>				canvas: {
			    	   backgroundColor: '#000000',
			    	   backgroundGradient: 'none'
			   	},</p>
<p>				plugins: { </p>
<p>			    	controls: {
			   			// url: '/includes/flowplayer/flash/flowplayer.controls-skinless-3.1.4.swf',
			   			url: '/includes/flowplayer/flash/flowplayer.controls-3.1.4.swf',
			   			// url: 'http://blip.tv/file/get/N8inpasadena-Flowers457.flv',
			   			// url: '/includes/flowplayer/flash/flowplayer.controls-tv3.swf',
			   			// skin: 'customskin',
				        autoHide: 'always',
				        hideDelay: 1500,
				        timeColor: '#b8b8b8',
				        durationColor: '#ffffff',
				        progressColor: '#b8b8b8',</p>
<p>				        // Styling properties (will be applied to all plugins)
				        backgroundColor: '#353535',
				        backgroundGradient: 'none',
				        opacity: 0.8
			        }
			    }
			});
// ]]&gt;</script></p>
<div id="videoToolbar">
<p><a onclick="return addthis_sendto()" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" href="http://www.addthis.com/bookmark.php"></a><script src="http://s7.addthis.com/js/152/addthis_widget.js" type="text/javascript"></script> <!-- AddThis Button END --></div>
<div id="video_email_form" style="display: none;"><img title="close" onclick="toggleVisibility('video_email_form')" onmouseover="style.cursor='pointer'" src="http://www.tv3.ie/graphics/global/button_close.png" alt="close" width="12" height="12" /></p>
<form id="vid_form_email" method="post">
<input name="locID" type="hidden" value="1.65.74" />
<input name="send_message" type="hidden" value="15988" /> Your Email Address <span>*</span></p>
<input name="senders_email_address" size="40" type="text" />Friends email address (seperated by commas) <span>*</span></p>
<input name="destination_addresses" size="40" type="text" /> <span>*</span> Required</p>
<p>Message (optional) 800 characters max<br />
<textarea style="margin-bottom: 8px;" cols="50" rows="2" name="vid_form_message"></textarea></p>
<div style="margin-right: 20px;">
<input style="cursor: pointer;" onmouseover="this.src='graphics/global/button_send_on.gif'; this.style.cursor='pointer';" onmouseout="this.src='graphics/global/button_send.gif';" alt="Submit" src="http://www.tv3.ie/graphics/global/button_send.gif" type="image" /> <img style="cursor: pointer;" onclick="toggleVisibility('video_email_form')" onmouseover="this.src='graphics/global/button_cancel_on.gif'; this.style.cursor='pointer';" onmouseout="this.src='graphics/global/button_cancel.gif';" src="http://www.tv3.ie/graphics/global/button_cancel.gif" alt="Submit" width="89" height="26" /></div>
<p style="width: 210px;">The details you provide on this page will not be used to  										send unsolicited email, and will not be sold to a 3rd party.</p>
</form>
</div>
<div id="video_link_form" style="display: none;"><img title="close" onclick="toggleVisibility('video_link_form')" onmouseover="style.cursor='pointer'" src="http://www.tv3.ie/graphics/global/button_close.png" alt="close" width="12" height="12" /></p>
<form id="vid_form_link" action="#">
<input onclick="this.select();" name="val" size="60" type="text" value="http://www.tv3.ie/videos.php?video=15988&amp;locID=" /> </form>
</div>
<p><img class="size-full wp-image-157 alignleft" style="margin-right: 15px;" title="tv3_logo" src="http://goweb.ie/blog/wp-content/uploads/2009/11/tv3_logo.png" alt="tv3_logo" width="120" height="120" /></p>
<p><strong>Ireland Connected</strong></p>
<p>One of our <a title="GoWeb.ie Portfolio" href="http://goweb.ie/portfolio.html" target="_blank">recent websites</a> was chosen by Maeve Kneafsey from <a title="IIA" href="http://www.iia.ie/" target="_blank">Irish Internet Association</a> as one of TOP 5 websites of the week.</p>
<p>We are very excited about it and happy that our quality work is recognized. After missing our nomination in <a title="Golden Spiders Awards website" href="http://www.goldenspiders.ie/" target="_blank">Golden Spiders Awards</a> (oh, we&#8217;ll get it next time) this is very pleasant reward in itself for all of our <a title="Goweb Ireland website" href="http://goweb.ie" target="_blank">Goweb.ie</a> team.</p>
<p>I would like to thank all of our members for hard work involved, our client for great business relationship, Maeve Kneafsey for picking our website (!) and all internauts who visits our websites!</p>
<p>Yes, we know this is not really anything big. But still, that gives us wings. More great websites coming!</p>
<p><strong>Video link: <a href="http://www.tv3.ie/videos.php?video=15988&amp;locID=">Goweb.ie website as top 5 of the week on TV3 Ireland</a></strong></p>
<p>Our website: <a title="The Initial Boutique Ireland website" href="http://www.theinitialboutique.ie/" target="_blank">http://www.theinitialboutique.ie/</a></p>
<p><em>GoWeb.ie Team</em></p>
]]></content:encoded>
			<wfw:commentRss>http://goweb.ie/blog/2009/11/14/top-5-web-sites-of-the-week-on-tv3-ireland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://content.tv3.ie/content/videos/0054/AM3_4x3_1_15988.flv" length="27934477" type="video/x-flv" />
		</item>
		<item>
		<title>All Homes &#8211; New Website (Beta) online!</title>
		<link>http://goweb.ie/blog/2009/07/13/all-homes-new-website-beta-online/</link>
		<comments>http://goweb.ie/blog/2009/07/13/all-homes-new-website-beta-online/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:49:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[All Homes]]></category>

		<guid isPermaLink="false">http://goweb.ie/blog/?p=135</guid>
		<description><![CDATA[Hi all interested, Finally we have new redesigned website for All Homes (www.allhomes.ie) up and running. First of all we must say that guys from AllHomes are great to work with. Clear understanding and interesting ideas. Secondly, more is coming. Now we are finishing map ordering system for leaflet distribution. Basically ordering like never before. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-136" title="all-homes-logo" src="http://goweb.ie/blog/wp-content/uploads/2009/07/all-homes-logo-300x150.jpg" alt="" width="300" height="150" />Hi all interested,</p>
<p>Finally we have new redesigned website for All Homes (www.allhomes.ie) up and running.</p>
<p>First of all we must say that guys from AllHomes are great to work with. Clear understanding and interesting ideas.</p>
<p>Secondly, more is coming. Now we are finishing map ordering system for leaflet distribution. Basically ordering like never before. Easy, fast and intuitive.</p>
<p>Map application is coming soon. We will keep you posted. At the meantime please take a look at <a title="All Homes Ireland Website" href="http://www.allhomes.ie" target="_blank">www.allhomes.ie</a> and if you like drop us a line with your comments. It&#8217;s always good to know your opinion.</p>
<p>GoWeb.ie Team</p>
]]></content:encoded>
			<wfw:commentRss>http://goweb.ie/blog/2009/07/13/all-homes-new-website-beta-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why pay for managing my online advertising by professionals when I can do it myself?</title>
		<link>http://goweb.ie/blog/2009/05/01/why-pay-for-managing-my-online-advertising-by-professionals-when-i-can-do-it-myself/</link>
		<comments>http://goweb.ie/blog/2009/05/01/why-pay-for-managing-my-online-advertising-by-professionals-when-i-can-do-it-myself/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:43:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>

		<guid isPermaLink="false">http://goweb.ie/blog/?p=116</guid>
		<description><![CDATA[Why pay for managing my online advertising by professionals when I can do it myself?This is a frequent question form our customers, that is why we decided to give you an answer. We would like to show few points that you are probably not aware of and which make all the difference when applied. It’s [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: left; padding-right: 5px; padding-bottom: 5px;" src="http://newsletter.goweb.ie/ei/r/A2/643/F8E/oykjyk/Adwordslogo.jpg" alt="Why pay for managing my online advertising by professionals when I can do it myself?" hspace="10" width="67" height="31" align="left" />Why pay for managing my online advertising by professionals when I can do it myself?This is a frequent question form our customers, that is why we decided to give you an answer. We would like to show few points that you are probably not aware of and which make all the difference when applied. It’s not the amount of money that you spend on ads that counts its quality and precision of your advertising.</p>
<p><strong>Here’s why:</strong></p>
<ul>
<li><strong>We can ensure your keywords and ads will have high Quality score.</strong> Quality Score is a dynamic variable calculated for each of your keywords. It combines a variety of factors and measures how relevant your keyword is to your ad text and to a user&#8217;s search query. In general, the higher Quality Score, the lower your costs and the better your ad position &#8211; Simple just on that single point you will get return on investment. But there’s more…</li>
<li><strong>Building high Click Through Rate (CTR)</strong> &#8211; the amount of ad impressions to the quantity of clicks, higher CTR means higher ad placement and lower price for single-click &#8211; You save again.</li>
<li><strong>Prevention of error clicks for e.g. by the including of specially selected &#8220;negative&#8221; keywords, this way your budget will not be lost to inappropriate clicks</strong> &#8211; One of the biggest money wasters.</li>
<li><strong>Selection of the best keywords</strong> &#8211; analysis of the most frequently entered keywords by users and keyword competition analysis. Relevant keywords will ensure larger number of ad impressions, more clicks, and to ensure that your ad will show only to those persons who are truly interested in particular service &#8211; Relevant ads means more clicks, higher position and highest conversion rate.</li>
<li><strong>Building separate campaigns optimized for content network</strong> – that means your ads will not only be displayed on Google searches but as well on thousands of other websites in Google affiliate network – More ads in more places.</li>
<li><strong>Testing multiple ads in each Ad Group</strong> &#8211; experimenting with different offers and call-to-action phrases to see what is most effective for your advertising goals. This methodology extracts best performing ads and focuses your entire budget only on them &#8211; No wasting money on bad performing ads.</li>
</ul>
<p><strong>Facts:</strong></p>
<p>Comparing to other ways of advertising like Golden Pages, Google AdWords gives you biggest value of money available currently on the market. Just last year online advertising in Ireland boosted by 70%. This year we predict that Google AdWords advertising will be the most important tool to fight with recession.</p>
<p><strong>PS</strong></p>
<p>Here is a link to our AdWords section for more information: <a title="Website Design Ireland" href="http://goweb.ie/adwords.html" target="_blank">http://goweb.ie/adwords.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://goweb.ie/blog/2009/05/01/why-pay-for-managing-my-online-advertising-by-professionals-when-i-can-do-it-myself/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update after all! New Website is on!</title>
		<link>http://goweb.ie/blog/2009/04/01/update-after-all-new-website-is-on/</link>
		<comments>http://goweb.ie/blog/2009/04/01/update-after-all-new-website-is-on/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 20:32:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>

		<guid isPermaLink="false">http://goweb.ie/blog/?p=110</guid>
		<description><![CDATA[Our new website is up and running We are happy to inform you that our new website is now live. Please feel free to click around and read through it. Your opinions and insights are valuable to us. Do not hesitate to drop us a line and tell us what you think about it. See [...]]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td class="mainbar" align="left" valign="top">
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"><a style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606; text-decoration: none;" name="F618EBB92D9CCE30"></a></h2>
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"><a style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606; text-decoration: none;" name="E6FD5F0394050689"></a><a style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606; text-decoration: none;" href="http://newsletter.goweb.ie/t/r/l/tjklji/l/r">Our new website is up and running</a></h2>
<p><img style="float: left; padding-right: 5px; padding-bottom: 5px;" src="http://newsletter.goweb.ie/ei/r/EC/057/A55/ukjhkk/design.png" alt="Our new website is up and running" hspace="10" width="48" height="60" align="left" /></p>
<p style="margin: 0px 0px 14px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: normal; color: #333333;">We are happy to inform you that our new website is now live. Please feel free to click around and read through it. Your opinions and insights are valuable to us. Do not hesitate to drop us a line and tell us what you think about it.<span class="Apple-converted-space"> </span><a style="font-family: Arial; font-size: 13px; font-weight: normal; color: #680606;" href="http://newsletter.goweb.ie/t/r/l/tjklji/l/y">See our new website</a></p>
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"></h2>
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"></h2>
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"><a style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606; text-decoration: none;" href="http://newsletter.goweb.ie/t/r/l/tjklji/l/j">Our new service: Email Newsletter</a></h2>
<p><img style="float: left; padding-right: 5px; padding-bottom: 5px;" src="http://newsletter.goweb.ie/ei/r/EC/057/A55/ukjhku/newsletter_button.png" alt="Our new service: Email Newsletter" hspace="10" width="48" height="50" align="left" /></p>
<p style="margin: 0px 0px 14px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: normal; color: #333333;"><strong>Newsletter</strong><span class="Apple-converted-space"> </span>- is a regularly distributed publication generally about one main topic that is of interest to its subscribers. – Source: Wikipedia</p>
<p style="margin: 0px 0px 14px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: normal; color: #333333;">Due to big demand, after four months of research and development, we are finally pleased to announce our new Newsletter service. It’s easy to use and we offer free accounts for all our customers. Depending on your needs, you can choose one of three packages: Bronze, Silver or Gold. If you not sure which one is best for you or if you have any special requests, you are welcome to contact us and we can discuss.<span class="Apple-converted-space"> </span><a style="font-family: Arial; font-size: 13px; font-weight: normal; color: #680606;" href="http://newsletter.goweb.ie/t/r/l/tjklji/l/t">Learn more</a></p>
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"></h2>
<h2 style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606;"><a style="margin: 0px; padding: 0px; font-family: Arial; font-size: 16px; font-weight: bold; color: #680606; text-decoration: none;" href="http://newsletter.goweb.ie/t/r/l/tjklji/l/i">Partnership programme</a></h2>
<p><img style="float: left; padding-right: 5px; padding-bottom: 5px;" src="http://newsletter.goweb.ie/ei/r/EC/057/A55/ukjhul/FireShotcapture2-WebsiteDesignandWebDesignbyGoWeb_ie-goweb_ie.png" alt="Partnership programme" hspace="10" width="48" height="61" align="left" /></p>
<p style="margin: 0px 0px 14px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: normal; color: #333333;">We would like to invite you to participate in our partnership programme. It’s designed for anyone interested in getting something extra – whether cash or a free service – and who isn’t?</p>
<p style="margin: 0px 0px 14px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: normal; color: #333333;">The way it works is simple. Any time that you recommend us to someone who then uses our services, we will reward you either with a valuable free service, such as additional website positioning, online advertising, upgraded Newsletter package or cash.</p>
<p style="margin: 0px 0px 14px; padding: 0px; font-family: Arial; font-size: 13px; font-weight: normal; color: #333333;">You can find detailed information about the programme on our website. We encourage our current clients to take a look.<span class="Apple-converted-space"> </span><a style="font-family: Arial; font-size: 13px; font-weight: normal; color: #680606;" href="http://newsletter.goweb.ie/t/r/l/tjklji/l/d">Learn more</a></p>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://goweb.ie/blog/2009/04/01/update-after-all-new-website-is-on/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>BarCamp Cork II</title>
		<link>http://goweb.ie/blog/2008/11/02/barcamp-cork-ii/</link>
		<comments>http://goweb.ie/blog/2008/11/02/barcamp-cork-ii/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 20:13:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Company News]]></category>

		<guid isPermaLink="false">http://goweb.ie/blog/?p=70</guid>
		<description><![CDATA[And we are back! It was a long day, long journey but it was worth it. After 7 hours in total behind the wheel we are back from BarCamp Cork II with new ideas and new plans. First of all we would like to address big thanks to organizers for their hospitality and obviously for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-76 alignleft" style="margin: 20px;" title="barcamp22" src="http://goweb.ie/blog/wp-content/uploads/2008/11/barcamp22.gif" alt="" width="100" height="25" /></p>
<p><strong>And we are back! It was a long day, long journey but it was worth it. After 7 hours in total behind the wheel we are back from BarCamp Cork II with new ideas and new plans.</strong></p>
<p>First of all we would like to address big thanks to organizers for their hospitality and obviously for hosting such great meeting. It was very nice to get together with other open minded people from the industry. Special thanks are for people from Synergy Module (<a href="http://www.synergymodule.com">www.synergymodule.com</a>) and Eden Bee (<a href="http://www.edenbee.com" target="_blank">www.edenbee.com</a>) for their very interesting insights into electricity consumption. It is always great to learn something new and useful at the same time. We hope they will change our world and succeed with their plans. We are looking forward to see it in near future.</p>
<p>Over all impressions are very positive. It was really fantastic to be able to exchange knowledge and ideas with others from our and similar businesses. Great to hear valuable information regarding, marketing, advertising, strategic planning, and… wine, thanks to Julian Alubaidy from Bubble Brothers (<a href="http://www.bubblebrothers.com" target="_blank">www.bubblebrothers.com</a>).</p>
<p>We are looking forward for next year already. Next time we are planning some small lecture from our company. You have been warned!</p>
<p>Once again big thanks for having us there!</p>
<p>Good luck everybody!</p>
<p>You can find more information at BarCamp website : <a href="http://www.barcampcork.com" target="_blank">http://www.barcampcork.com/</a></p>
<p><strong><br />
GoWeb Team</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://goweb.ie/blog/2008/11/02/barcamp-cork-ii/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

