<?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>Web Design Ireland - Irish Web HQ</title>
	<atom:link href="http://www.irishwebhq.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.irishwebhq.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Apr 2012 15:43:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WordPress Featured Image by Page ID &#8211; The Easy Way</title>
		<link>http://www.irishwebhq.com/wordpress-featured-image-page-id/</link>
		<comments>http://www.irishwebhq.com/wordpress-featured-image-page-id/#comments</comments>
		<pubDate>Thu, 12 Apr 2012 15:32:25 +0000</pubDate>
		<dc:creator>Web Design Ireland</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[featured image]]></category>
		<category><![CDATA[page id]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress featured image]]></category>
		<category><![CDATA[wordpress post thumbnail]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=961</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/wordpress-featured-image-page-id/">WordPress Featured Image by Page ID &#8211; The Easy Way</a></p><p>WordPress Featured Image Thumbnails In a previous post I showed you how to get the page content by page id to create a WordPress website page [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/wordpress-featured-image-page-id/">WordPress Featured Image by Page ID &#8211; The Easy Way</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&t=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&amp;text=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&amp;title=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F04%2Ffeatured_image_nrn_example.png&description=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><h2>WordPress Featured Image Thumbnails</h2>
<p>In a previous post I showed you how to <a title="Get the page content by page ID" href="http://www.irishwebhq.com/wordpress-get-page-or-post-content-by-id/">get the page content by page id</a> to create a WordPress website page with snippets of many other pages.<br />
What if you want to get a <strong> wordpress featured image </strong>from a page or post. This is easy if you are coding whithin the loop:</p>
<div class="codesnip-container" >if (has_post_thumbnail()){<br />
the_post_thumbnail(<br />
array(&#8216;thumbnail&#8217;),<br />
array(&#8216;class&#8217; =&gt; &#8216;post_thumbnail&#8217;)<br />
);<br />
}</div>
<p>In this case there are 2 parameters of the_post_thumbnail; the size of the image and an array of arguments. The size of the image may be a width and height in pixels eg array(150, 150), or a preset: thumbnail, medium, large or full. The size of the presets may be changed in WordPress admin using the <strong>Settings &gt; Media</strong> menu.</p>
<p>For more information about the_post_thumbnail see <a rel="nofollow" href="http://codex.wordpress.org/Function_Reference/the_post_thumbnail">http://codex.wordpress.org/Function_Reference/the_post_thumbnail</a></p>
<p>You may need to add theme support for WordPress featured images (post thumbnails). More info here <a rel="nofollow" href="http://wpmu.org/daily-tip-enable-post-thumbnails-in-your-wordpress-theme/">http://wpmu.org/daily-tip-enable-post-thumbnails-in-your-wordpress-theme/</a></p>
<p>the_post_thumbnail will work fine if you are coding within the loop (within the standard wordpress loop beginning</p>
<div class="codesnip-container" >if (have_posts()) : while (have_posts()) : the_post();</div>
<div class="codesnip-container" ></div>
<p>and ending</p>
<pre>
<div class="codesnip-container" >endwhile; endif;</div>
</pre>
<h2>WordPress Featured Images Outside the Loop</h2>
<p>You may be coding outside the loop at times and in this case you will need to do 2 things to display WordPress featured images:</p>
<p>1) Add the post id as a parameter to has_post_thumbnail()</p>
<div class="codesnip-container" >if (has_post_thumbnail($page_id)){}</div>
<p>2) Use get_the_post_thumbnail instead of the_post_thumbnail and include the post id as the first parameter</p>
<div class="codesnip-container" >echo get_the_post_thumbnail(<br />
$page_id,<br />
array(80,80),<br />
array(&#8216;class&#8217; =&gt; &#8216;post_thumbnail&#8217;)<br />
);</div>
<h2>Complete Code</h2>
<p>The full code you need is</p>
<div class="codesnip-container" >if (has_post_thumbnail($page_id)){<br />
echo get_the_post_thumbnail(<br />
$page_id,<br />
array(80,80),<br />
array(&#8216;class&#8217; =&gt; &#8216;post_thumbnail&#8217;)<br />
);<br />
} </div>
<p>For more about <strong>get_the_post_thumbnail</strong> see <a rel="nofollow" href="http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail">http://codex.wordpress.org/Function_Reference/get_the_post_thumbnail</a></p>
<p>Now you know how to add page content and wordpress featured images to any WordPress template page.<br />
Here&#8217;s an example of how we used this code in www.nrn.ie</p>
<div id="attachment_962" class="wp-caption alignnone" style="width: 550px"><a href="http://www.irishwebhq.com/wp-content/uploads/2012/04/featured_image_nrn_example.png"><img class=" wp-image-962   " title="featured_image_nrn_example" src="http://www.irishwebhq.com/wp-content/uploads/2012/04/featured_image_nrn_example.png" alt="Wordpress featured image by page id" width="540" height="541" /></a><p class="wp-caption-text">Showing excerpts and featured images from different pages on the home page of nrn.ie</p></div>
<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&t=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&amp;text=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&amp;title=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-featured-image-page-id%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F04%2Ffeatured_image_nrn_example.png&description=WordPress+Featured+Image+by+Page+ID+%E2%80%93+The+Easy+Way" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/wordpress-featured-image-page-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Website App is now Available</title>
		<link>http://www.irishwebhq.com/our-website-app-is-now-available/</link>
		<comments>http://www.irishwebhq.com/our-website-app-is-now-available/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 12:05:34 +0000</pubDate>
		<dc:creator>Web Design Ireland</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=952</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/our-website-app-is-now-available/">Our Website App is now Available</a></p><p>Interested in keeping in touch with the latest news in Irish Web HQ &#8211; Download our app for Android and Blackberry at http://www.joemobi.com/dl/2538/. iPhone app coming [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/our-website-app-is-now-available/">Our Website App is now Available</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Four-website-app-is-now-available%2F&t=Our+Website+App+is+now+Available" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Four-website-app-is-now-available%2F&amp;text=Our+Website+App+is+now+Available&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Four-website-app-is-now-available%2F&amp;title=Our+Website+App+is+now+Available" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span></div><p>Interested in keeping in touch with the latest news in Irish Web HQ &#8211; Download our app for Android and Blackberry at <a rel="nofollow" href="http://www.joemobi.com/dl/2538/" target="_blank">http://www.joemobi.com/dl/<wbr>2538/</wbr></a>.</p>
<p>iPhone app coming soon.</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Four-website-app-is-now-available%2F&t=Our+Website+App+is+now+Available" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Four-website-app-is-now-available%2F&amp;text=Our+Website+App+is+now+Available&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Four-website-app-is-now-available%2F&amp;title=Our+Website+App+is+now+Available" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/our-website-app-is-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Images in WordPress</title>
		<link>http://www.irishwebhq.com/responsive-images-in-wordpress/</link>
		<comments>http://www.irishwebhq.com/responsive-images-in-wordpress/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 10:48:06 +0000</pubDate>
		<dc:creator>Web Design Ireland</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[mobile website design]]></category>
		<category><![CDATA[responsive images]]></category>
		<category><![CDATA[scale images]]></category>
		<category><![CDATA[wordpress responsive images]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=902</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/responsive-images-in-wordpress/">Responsive Images in WordPress</a></p><p>WordPress responsive images scale to fit whatever device you are using to view your website. Responsive design is the new buzzword in town, and rightly [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/responsive-images-in-wordpress/">Responsive Images in WordPress</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&t=Responsive+Images+in+WordPress" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&amp;text=Responsive+Images+in+WordPress&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&amp;title=Responsive+Images+in+WordPress" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F02%2FScreenshot_1.png&description=Responsive+Images+in+WordPress" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>WordPress responsive images scale to fit whatever device you are using to view your website.<strong> Responsive design</strong> is the new buzzword in town, and rightly so. It is important that our websites are clearly laid out and easy to read no matter what device or screen size the viewer uses. For those that don&#8217;t already know, responsive web design means that we use CSS to present a different view of our website content to those who are using mobile devices, tablets etc. We use CSS media queries to detect their viewing size and restructure our content based on that information.</p>
<h2>WordPress Responsive Images</h2>
<p>Anyhow, here is a simple trick to get your images to scale perfectly in your WordPress website. First lets understand how we want our images to behave in our wordpress site.</p>
<ul>
<li>Upload our images as usual using the WordPress admin media/image uploader</li>
<li>Display the images at the chosen size</li>
<li>If the image is larger than the given device viewing area (on mobiles this is about 320px) then we must rescale the image to fit neatly into the viewing area</li>
<li>Image width must be no more than 100%</li>
<li>Image height must scale in relation to image width</li>
</ul>
<div id="attachment_906" class="wp-caption alignnone" style="width: 697px"><a href="http://www.irishwebhq.com/wp-content/uploads/2012/02/Screenshot_1.png"><img class=" wp-image-906" title="Wordpress Responsive Image - Before" src="http://www.irishwebhq.com/wp-content/uploads/2012/02/Screenshot_1.png" alt="Wordpress Responsive Image - Doesn't Scale Yet" width="687" height="246" /></a><p class="wp-caption-text">Wordpress Responsive Image - Not Implemented</p></div>
<div id="attachment_907" class="wp-caption alignnone" style="width: 384px"><a href="http://www.irishwebhq.com/wp-content/uploads/2012/02/Screenshot_2.png"><img class=" wp-image-907 " title="Wordpress Responsive Image - After" src="http://www.irishwebhq.com/wp-content/uploads/2012/02/Screenshot_2.png" alt="Wordpress responsive image - Scales" width="374" height="219" /></a><p class="wp-caption-text">Wordpress Responsive Image - Scales Perfectly</p></div>
<p>So how can get WordPress responsive images? Quite simply actually.</p>
<p>In your CSS stylesheet add or change a rule for the img element as follows:</p>
<pre>img {
max-width: 100%;
height: auto;
}</pre>
<p>This will ensure that your image always scales down to 100% of the available width. The auto value for height ensures a nice relative scale of height to width. If the image that has been added using the WordPress admin is smaller than the available space it will not be scaled.</p>
<p>Of course IE8 has a problem with this so there is one final rule that should be added (Thanks to <a rel="nofollow" title="Wordpress Responsive Images" href="http://webdesignerwall.com/tutorials/responsive-design-with-css3-media-queries">Web Designer Wall</a> for this).</p>
<pre>width: auto\9; /* ie8 */</pre>
<p>This solves any issues with WordPress responsive image widths in IE8.</p>
<p>The complete CSS rule is:</p>
<pre>
<div class="codesnip-container" >img { max-width: 100%; height: auto;  width: auto\9; /* ie8 */ }</div>
</pre>
<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&t=Responsive+Images+in+WordPress" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&amp;text=Responsive+Images+in+WordPress&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&amp;title=Responsive+Images+in+WordPress" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fresponsive-images-in-wordpress%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F02%2FScreenshot_1.png&description=Responsive+Images+in+WordPress" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/responsive-images-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irish Web Design &#8211; HTML Kickstart</title>
		<link>http://www.irishwebhq.com/irish-web-design-html-kickstart/</link>
		<comments>http://www.irishwebhq.com/irish-web-design-html-kickstart/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 15:44:00 +0000</pubDate>
		<dc:creator>Irish Web Design</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=881</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/irish-web-design-html-kickstart/">Irish Web Design &#8211; HTML Kickstart</a></p><p>We discovered HTML Kickstart recently and decided to put it into practice in the design of our new site http://www.cheapwebsitedesign.ie. Generally our website designs vary considerably [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/irish-web-design-html-kickstart/">Irish Web Design &#8211; HTML Kickstart</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&t=Irish+Web+Design+%E2%80%93+HTML+Kickstart" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&amp;text=Irish+Web+Design+%E2%80%93+HTML+Kickstart&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&amp;title=Irish+Web+Design+%E2%80%93+HTML+Kickstart" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F02%2Fport_molesworth-1024x944.jpg&description=Irish+Web+Design+%E2%80%93+HTML+Kickstart" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>We discovered HTML Kickstart recently and decided to put it into practice in the design of our new site <a rel="nofollow" title="Cheaper Websites" href="http://cheapwebsitedesign.ie/">http://www.cheapwebsitedesign.ie</a>. Generally our website designs vary considerably due to the requirements of our customers. Some clients focus on the design of their site while others are more concerned with e-commerce or custom programming. We pride ourselves on all these <a title="Web Design Services" href="http://www.irishwebhq.com/services/">web design services</a>.</p>
<img class="size-full wp-image-887  " title="Web Design Ireland - Molesworth Clinic" src="http://www.irishwebhq.com/wp-content/uploads/2012/02/port_molesworth-1024x944.jpg" alt="Website design HTML5 Kickstart" />
<p>We created the new site to cater for clients who don’t want to spend too much but yet require a high quality website with <a rel="nofollow" title="Website Features" href="http://cheapwebsitedesign.ie/features/">excellent features</a>. These designs cater for a wide range of businesses, clubs, individuals etc.</p>
<p>From the moment I first started using HTML Kickstart I was impressed. Joshua Gatcke created “an ultra-lean set of HTML5, CSS and jQuery files, layouts and elements” in order to help web designers with future projects. The first thing I encountered was how to create the website layout. The flexible grids and image placeholders were ideal when creating the homepage for the new site. The themes page was set up quickly and efficiently by applying the grid system whereby the overall width of the site is 12 columns. The layout can then be perfected by specifying column widths for each div that you have. This was how I achieved the nice fluid layout for our <a rel="nofollow" title="Website Themes" href="http://cheapwebsitedesign.ie/themes/">Website Template Designs</a>.</p>
<p>Once the images were in place I added the slideshow effect which I think you’ll agree is pretty impressive. The enquiry button was easily added by choosing a size, colour and design. All I had left to do was add some pages and a information and the site was complete. It was only when I had finished that I realised how smooth the process had gone with no major code or layout issues and also I had some time to spare on previous websites.</p>
<p>I was very happy with the initial foray into HTML Kickstart and look forward to investigating it further on upcoming Web Design projects. On the subject of Web Design why not check out our <a title="Recent Web Designs" href="http://www.irishwebhq.com/web-design-review-2011/">2011 review</a> to see what we got up to over the last 12 months.</p>
<p>If you have any queries about our Web Design, E-commerce sites, Custom Programming or Cheap Website Designs please <a title="Enquire Now" href="http://www.irishwebhq.com/contact/">contact us</a> with your enquiry.</p>
<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&t=Irish+Web+Design+%E2%80%93+HTML+Kickstart" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&amp;text=Irish+Web+Design+%E2%80%93+HTML+Kickstart&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&amp;title=Irish+Web+Design+%E2%80%93+HTML+Kickstart" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Firish-web-design-html-kickstart%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F02%2Fport_molesworth-1024x944.jpg&description=Irish+Web+Design+%E2%80%93+HTML+Kickstart" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/irish-web-design-html-kickstart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Design Feedback &#8211; This Makes it all Worthwhile</title>
		<link>http://www.irishwebhq.com/website-design-feedback/</link>
		<comments>http://www.irishwebhq.com/website-design-feedback/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 17:00:41 +0000</pubDate>
		<dc:creator>Web Design Ireland</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[ecommerce ireland]]></category>
		<category><![CDATA[web design ireland]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[website design ireland]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=863</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/website-design-feedback/">Website Design Feedback &#8211; This Makes it all Worthwhile</a></p><p>I have been a bit disillusioned of late with the continuing race to the bottom in the website design industry in Ireland. With this backdrop, [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/website-design-feedback/">Website Design Feedback &#8211; This Makes it all Worthwhile</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&t=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&amp;text=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&amp;title=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F02%2Fd8screenshot.jpg&description=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>I have been a bit disillusioned of late with the continuing race to the bottom in the website design industry in Ireland.</p>
<p>With this backdrop, I was delighted to receive a kind comment from a client today. We recently finished an e-commerce website for Mark Bunce of D8 Fitness(<a rel="nofollow" href="http://www.d8fitness.com" target="_blank">www.d8fitness.com</a>). D8 Fitness use their ecommerce website to sell Fitness products to customers in Ireland and Europe.</p>
<h2>Website Design Testimonial for www.d8fitness.com</h2>
<blockquote><p>&#8220;I would like to take the opportunity to say thank you for excellent work and outstanding service, I have worked with many alleged website developers and have never received such a good service with out any problems, you&#8217;ve carried out your work to a very high standard and in my opinion you offer a very professional service which I have never seen before in this profession, pity I never found you before, I expect that you have many references already but feel free to use me anytime, you guys come highly recommended.&#8221;</p></blockquote>
<div id="attachment_869" class="wp-caption alignnone" style="width: 537px"><img class="size-full wp-image-869" title="d8 Fitness - Irish Web Design" src="http://www.irishwebhq.com/wp-content/uploads/2012/02/d8screenshot.jpg" alt="Website Design - D8 Fitnesss" width="527" height="586" /><p class="wp-caption-text">Website Design - D8 Fitnesss</p></div>
<p>Thanks to Mark Bunce for his custom and kind words.</p>
<p>View this website at <a rel="nofollow" title="Website Design Customer - D8 Fitness" href="http://www.d8fitness.com">www.d8fitness.com</a>.</p>
<p>We are looking forward to more happy website design customers in Ireland in 2012. What will the major web design trends be in 2012? <a rel="nofollow" href="http://www.slideshare.net/Fresh_Egg/website-trends-2012-presentation">http://www.slideshare.net/Fresh_Egg/website-trends-2012-presentation</a></p>
<p>Check out our portfolio of website design work. <a title="Web Design Portfolio" href="http://www.irishwebhq.com/portfolio">http://www.irishwebhq.com/portfolio</a></p>
<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&t=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&amp;text=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&amp;title=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwebsite-design-feedback%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F02%2Fd8screenshot.jpg&description=Website+Design+Feedback+%E2%80%93+This+Makes+it+all+Worthwhile" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/website-design-feedback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Review 2011</title>
		<link>http://www.irishwebhq.com/web-design-review-2011/</link>
		<comments>http://www.irishwebhq.com/web-design-review-2011/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 12:39:43 +0000</pubDate>
		<dc:creator>Web Design Ireland</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[web application]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design ireland]]></category>
		<category><![CDATA[website design]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=837</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/web-design-review-2011/">Web Design Review 2011</a></p><p>The new year is upon us and we are focusing on new website designs here at Irish Web HQ, but here&#8217;s a quick look back [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/web-design-review-2011/">Web Design Review 2011</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&t=Web+Design+Review+2011" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&amp;text=Web+Design+Review+2011&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&amp;title=Web+Design+Review+2011" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2011%2F06%2Fcontact-cta.jpg&description=Web+Design+Review+2011" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>The new year is upon us and we are focusing on new website designs here at Irish Web HQ, but here&#8217;s a quick look back at some of our <strong><a title="Website Design Portfolio" href="http://www.irishwebhq.com/portfolio/">best web designs</a></strong> for customers all over Ireland.</p>
<h2>Web Design Trends in Ireland</h2>
<p>As usual, the business owners knowledge of SEO and social media is increasing and website owners are now more thoughtful about how they would like their website to integrate with social media sites.</p>
<h2>Web Design Tools</h2>
<p>All of our websites are capable of sharing blog content in a number of ways. We use Google XML Sitemaps to notify the major search engines when a blog post has been updated and we automatically send the update sitemap.xml file to the search engines.</p>
<p>We also use systems like dlvr to share content from the blog to social media sites like Twitter and Facebook. Content is automatically sent to these networks whenever the user updates their blog and there are good backlinks which is helpful for SEO.</p>
<p>From a design point of view, an increasing number of users also have a greater understanding of how they want their site to look and the layout required.</p>
<div id="attachment_471" class="wp-caption alignnone" style="width: 610px"><a href="http://www.irishwebhq.com/contact"><img class="size-full wp-image-471" title="Website Design Ireland - Contact Irish Web HQ" src="http://www.irishwebhq.com/wp-content/uploads/2011/06/contact-cta.jpg" alt="Web Design - Contact Irish Web HQ" width="600" height="220" /></a><p class="wp-caption-text">Best Irish Web Design - Irish Web HQ</p></div>
<h2>Website Design Gallery</h2>
<p>So here it is, the web design hall of fame for 2011. Click any image to zoom.</p>

<div class="ngg-galleryoverview" id="ngg-gallery-4-837">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-51" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/visual_home_awc.jpg" title="Adventure World Camps run Summer Camps and School Tours in Nenagh, Tipperary, Limerick and Dublin. This website re-design is colourful and interesting showing slideshows and galleries of images and activities." class="shutterset_set_4" >
								<img title="visual_home_awc" alt="visual_home_awc" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_visual_home_awc.jpg" width="137" height="120" />
							</a>
			<span>Adventure World Camps run Summer Camps and School Tours in Nenagh, Tipperary, Limerick and Dublin. This website re-design is colourful and interesting showing slideshows and galleries of images and activities.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-42" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_molesworth.jpg" title="Molesworth Clinic - A website design for a Dublin City based Dentist with a clean and fresh design. Logo design and Google AdWords advertising were also included in this project." class="shutterset_set_4" >
								<img title="port_molesworth" alt="port_molesworth" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_molesworth.jpg" width="130" height="120" />
							</a>
			<span>Molesworth Clinic - A website design for a Dublin City based Dentist with a clean and fresh design. Logo design and Google AdWords advertising were also included in this project.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-45" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_premier.jpg" title="Premier Sporting Goods sell sliotars, footballs and other GAA goods. Based in Nenagh, Co Tipperary, this company required a visually stunning website re-design with E-Commerce functionality and credit-card payments." class="shutterset_set_4" >
								<img title="port_premier" alt="port_premier" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_premier.jpg" width="138" height="120" />
							</a>
			<span>Premier Sporting Goods sell sliotars, footballs and other GAA goods. Based in Nenagh, Co Tipperary, this company required a visually stunning website re-design with E-Commerce functionality and credit-card payments.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-44" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_platform.jpg" title="Platform Boutique is an E-Commerce design for this boutique based in Limerick. The site was designed in a colour scheme complementary to the logo and shop design." class="shutterset_set_4" >
								<img title="port_platform" alt="port_platform" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_platform.jpg" width="121" height="120" />
							</a>
			<span>Platform Boutique is an E-Commerce design for this boutique based in Limerick. The site was designed in a colour scheme complementary to the logo and shop design.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-47" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_shack.jpg" title="Shack restaurant is another website re-design. We are dragging our clients into the 21st centuary, one by one. Like all of the websites we create, this re-design includes an easy to use content managements system. It also includes a newsletter collection and sending system." class="shutterset_set_4" >
								<img title="port_shack" alt="port_shack" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_shack.jpg" width="123" height="120" />
							</a>
			<span>Shack restaurant is another website re-design. We are dragging our clients into the 21st centuary, one by one. Like all of the websites we create, this re-design includes an easy to use content managements system. It also includes a newsletter collection and sending system.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-41" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_gbs.jpg" title="Global Box Shipments ship boxes to the Philippines. We created a box order system and a tracking systems for customers to trace their box delivery status. One of the many website applications that we created in 2011." class="shutterset_set_4" >
								<img title="port_gbs" alt="port_gbs" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_gbs.jpg" width="115" height="120" />
							</a>
			<span>Global Box Shipments ship boxes to the Philippines. We created a box order system and a tracking systems for customers to trace their box delivery status. One of the many website applications that we created in 2011.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-50" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_wp_teal.jpg" title="This is a website template that we created for a wedding page company. Full CMS and many options for changing content, menus and slideshow." class="shutterset_set_4" >
								<img title="port_wp_teal" alt="port_wp_teal" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_wp_teal.jpg" width="142" height="120" />
							</a>
			<span>This is a website template that we created for a wedding page company. Full CMS and many options for changing content, menus and slideshow.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-38" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/first_polymer_visual_design_3.jpg" title="First Polymer offer training courses for the Plastics industry. We created a new design and integrated the calendar with their desktop training software so that new courses are automatically added to the calendar." class="shutterset_set_4" >
								<img title="first_polymer_visual_design_3" alt="first_polymer_visual_design_3" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_first_polymer_visual_design_3.jpg" width="133" height="120" />
							</a>
			<span>First Polymer offer training courses for the Plastics industry. We created a new design and integrated the calendar with their desktop training software so that new courses are automatically added to the calendar.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-43" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_nrn.jpg" title="The National Rural Network have their finger on the pulse of all things relevant to rural development in Ireland. This re-design simplified the site with a pleasing visual design. There are almost 1000 posts/pages on this site so we had a lot of SEO work to do to make sure that old posts were re-directed to the correct page on the new site." class="shutterset_set_4" >
								<img title="port_nrn" alt="port_nrn" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_nrn.jpg" width="131" height="120" />
							</a>
			<span>The National Rural Network have their finger on the pulse of all things relevant to rural development in Ireland. This re-design simplified the site with a pleasing visual design. There are almost 1000 posts/pages on this site so we had a lot of SEO work to do to make sure that old posts were re-directed to the correct page on the new site.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-46" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_setanta.jpg" title="Setanta College is the number one Hetac Accredited Sports College in Ireland. This website redesign includes course details, video and E-Comemrce course payments.

We also manage and maintain the Setanta College E-Learning platform which is the primary teaching method of the college." class="shutterset_set_4" >
								<img title="port_setanta" alt="port_setanta" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_setanta.jpg" width="132" height="120" />
							</a>
			<span>Setanta College is the number one Hetac Accredited Sports College in Ireland. This website redesign includes course details, video and E-Comemrce course payments.

We also manage and maintain the Setanta College E-Learning platform which is the primary teaching method of the college.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-49" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_wp_pink.jpg" title="This is a website template that we created for a wedding page company. Full CMS and many options for changing content, menus and slideshow." class="shutterset_set_4" >
								<img title="port_wp_pink" alt="port_wp_pink" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_wp_pink.jpg" width="123" height="120" />
							</a>
			<span>This is a website template that we created for a wedding page company. Full CMS and many options for changing content, menus and slideshow.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-40" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_adarem.jpg" title="Adare Machinery is another website re-design with a full size background image slideshow, Information about all products and machines as well as an e-commerce shopping system with credit card payments." class="shutterset_set_4" >
								<img title="port_adarem" alt="port_adarem" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_adarem.jpg" width="150" height="83" />
							</a>
			<span>Adare Machinery is another website re-design with a full size background image slideshow, Information about all products and machines as well as an e-commerce shopping system with credit card payments.</span>
		</div>
	</div>
		 		
	<div id="ngg-image-39" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/iridium_comp.jpg" title="Iridium Training needed an E-Learning system to create and deliver training courses. We implemented a fresh design in Moodle and Managed the e-learning system for Iridium" class="shutterset_set_4" >
								<img title="iridium_comp" alt="iridium_comp" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_iridium_comp.jpg" width="150" height="81" />
							</a>
			<span>Iridium Training needed an E-Learning system to create and deliver training courses. We implemented a fresh design in Moodle and Managed the e-learning system for Iridium</span>
		</div>
	</div>
		 		
	<div id="ngg-image-48" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/port_wp_green.jpg" title="This is a website template that we created for a wedding page company. Full CMS and many options for changing content, menus and slideshow." class="shutterset_set_4" >
								<img title="port_wp_green" alt="port_wp_green" src="http://www.irishwebhq.com/wp-content/gallery/2011-roundup/thumbs/thumbs_port_wp_green.jpg" width="150" height="89" />
							</a>
			<span>This is a website template that we created for a wedding page company. Full CMS and many options for changing content, menus and slideshow.</span>
		</div>
	</div>
		 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&t=Web+Design+Review+2011" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&amp;text=Web+Design+Review+2011&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&amp;title=Web+Design+Review+2011" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-review-2011%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2011%2F06%2Fcontact-cta.jpg&description=Web+Design+Review+2011" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/web-design-review-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; Get Page or Post Content By ID</title>
		<link>http://www.irishwebhq.com/wordpress-get-page-or-post-content-by-id/</link>
		<comments>http://www.irishwebhq.com/wordpress-get-page-or-post-content-by-id/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 11:48:42 +0000</pubDate>
		<dc:creator>Web Design Ireland</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom post type]]></category>
		<category><![CDATA[get page content]]></category>
		<category><![CDATA[page id]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=813</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/wordpress-get-page-or-post-content-by-id/">WordPress &#8211; Get Page or Post Content By ID</a></p><p>Often when creating your homepage or a featured content page or slider you will need to get content from specific pages in your site. The [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/wordpress-get-page-or-post-content-by-id/">WordPress &#8211; Get Page or Post Content By ID</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&t=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&amp;text=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&amp;title=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F01%2Fiwhq-web-ire.jpg&description=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>Often when creating your homepage or a featured content page or slider you will need to get content from specific pages in your site. The following code snippet show a quick and easy way to do this, based on the ID of the page, post or custom post type.</p>
<pre class="brush:php"> 
$page_id = 6;  //Page ID
$page_data = get_page( $page_id ); 

//store page title and content in variables
$title = $page_data-&gt;post_title; 
$content = apply_filters('the_content', $page_data-&gt;post_content);</pre>
<pre class="brush: php">//display the title and content
echo $title;
echo $content;</pre>
<p>Rinse and repeat to include content from multiple pages.<br />
<a href="http://www.irishwebhq.com/wp-content/uploads/2012/01/iwhq-web-ire.jpg"><img class="alignnone size-full wp-image-817" title="iwhq-web-ire" src="http://www.irishwebhq.com/wp-content/uploads/2012/01/iwhq-web-ire.jpg" alt="Get Content By Page ID" /></a><br />
If you need to get the page ID you can easily do this by logging into your WordPress website admin and opening the page, post or custom post type for editing. The page id is visible in the address bar as shown in the screenshot below.</p>
<p><a href="http://www.irishwebhq.com/wp-content/uploads/2012/01/iwhq-edit-page-content.gif"><img class="size-full wp-image-814 alignnone" title="iwhq-edit-page-content" src="http://www.irishwebhq.com/wp-content/uploads/2012/01/iwhq-edit-page-content.gif" alt="Website Address Bar" /></a></p>
<p>Need to get the featured image? This article shows you how to <a title="Get featured image by page id" href="http://www.irishwebhq.com/wordpress-get-featured-image-by-page-id/">get the featured image by page id</a>.</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&t=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&amp;text=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&amp;title=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fwordpress-get-page-or-post-content-by-id%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2012%2F01%2Fiwhq-web-ire.jpg&description=WordPress+%E2%80%93+Get+Page+or+Post+Content+By+ID" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/wordpress-get-page-or-post-content-by-id/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Professional Search Engine Optimisation Service</title>
		<link>http://www.irishwebhq.com/page1-seo/</link>
		<comments>http://www.irishwebhq.com/page1-seo/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 14:43:11 +0000</pubDate>
		<dc:creator>Irish Web Design</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[page one rank]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=398</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/page1-seo/">Professional Search Engine Optimisation Service</a></p><p>Our Professional Search Engine Optimisation (SEO) Services will help to boost your website traffic. We have a great track record with many Web based companies [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/page1-seo/">Professional Search Engine Optimisation Service</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&t=Professional+Search+Engine+Optimisation+Service" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&amp;text=Professional+Search+Engine+Optimisation+Service&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&amp;title=Professional+Search+Engine+Optimisation+Service" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2011%2F06%2Fsearch-engine-optimisation-competition.jpg&description=Professional+Search+Engine+Optimisation+Service" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>Our Professional Search Engine Optimisation (SEO) Services will help to boost your website traffic. We have a great track record with many Web based companies in Ireland.</p>
<p>Discover how our SEO techniques and years of experience can generate more targeted visitors to your site. We focus on generating interest from targeted traffic meaning that visitors to your site will be potential customers.</p>
<p>Our complete Internet Marketing &amp; SEO package is guaranteed to deliver the results you require.</p>
<p>We already run successful SEO campaigns including AdWords campaign for a number of companies attracting Irish and international visitors to their websites. For instant targeted search traffic we can manage your Adwords campaign, or for a longer term strategy we will analyse your existing website and convert it into a money-making machine. Get <a href="http://www.irishwebhq.com/contact">online marketing</a> for your website now.</p>
<p><a href="http://www.irishwebhq.com/contact"><img class="alignnone size-full wp-image-489" title="Search Engine Optimisation - Beat the competition" src="http://www.irishwebhq.com/wp-content/uploads/2011/06/search-engine-optimisation-competition.jpg" alt="search engine optimisation beat the competition" /></a></p>
<h3>How does it work?</h3>
<ul>
<li>We submit your site to all the main search engines and make them aware of it’s existence (Many companies neglect to do this!)</li>
<li>We write standards compliant code and make it easy for search engines to read your site content</li>
<li>we ensure that your site loads quickly for users and search engines</li>
<li>We write useful and relevant content using important keywords that we identify for your site</li>
<li>We use use internal links and external inbound links to drive useful traffic to your site and</li>
<li>We add the proper meta data to communicate your sites purpose to all of the main <a href="http://www.irishwebhq.com/services">search engines</a></li>
<li>We use  <a href="http://www.irishwebhq.com/services">social media</a> to promote your site and build a profitable network</li>
<li>Many other small but important checks and tune-ups that combined make a major difference</li>
</ul>
<p>We can do the same for your site. <a href="http://www.irishwebhq.com/contact">Contact us</a> to find out how.</p>
<p><a href="http://www.irishwebhq.com/contact"><img class="size-full wp-image-404 alignnone" title="SEO and Internet Marketing Ireland" src="http://www.irishwebhq.com/wp-content/uploads/2011/06/boost.jpg" alt="Search Engine Optimisation Ireland" width="600" height="220" /></a></p>
<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&t=Professional+Search+Engine+Optimisation+Service" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&amp;text=Professional+Search+Engine+Optimisation+Service&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&amp;title=Professional+Search+Engine+Optimisation+Service" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fpage1-seo%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2011%2F06%2Fsearch-engine-optimisation-competition.jpg&description=Professional+Search+Engine+Optimisation+Service" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/page1-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Ireland &#8211; Irish SME’s Place Trust in the Web</title>
		<link>http://www.irishwebhq.com/web-design-ireland-irish-sme%e2%80%99s-place-trust-in-the-web/</link>
		<comments>http://www.irishwebhq.com/web-design-ireland-irish-sme%e2%80%99s-place-trust-in-the-web/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 13:42:26 +0000</pubDate>
		<dc:creator>Irish Web Design</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[irish web design]]></category>
		<category><![CDATA[web design ireland]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=426</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/web-design-ireland-irish-sme%e2%80%99s-place-trust-in-the-web/">Web Design Ireland &#8211; Irish SME’s Place Trust in the Web</a></p><p>Here at Irish Web HQ we have noticed significant increase in the number of SME’s requiring specialised websites. Small businesses in Ireland have realized that [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/web-design-ireland-irish-sme%e2%80%99s-place-trust-in-the-web/">Web Design Ireland &#8211; Irish SME’s Place Trust in the Web</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&t=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&amp;text=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&amp;title=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2011%2F06%2Fplatform1.jpg&description=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p>Here at Irish Web HQ we have noticed significant increase in the number of SME’s requiring specialised websites. Small businesses in Ireland have realized that the online marketing of their site is now more important than ever in order to survive and grow.</p>
<p><a href="http://www.irishwebhq.com/services">Web Design in Ireland</a> is changing. The need for websites is a must as more and more people browse, engage and conduct their business online.</p>
<p>We are an <a href="http://www.irishwebhq.com/">Irish Web Design company</a> that offers a unique service ranging from website design, search engine optimization, ecommerce sites and custom programming.</p>
<a rel="nofollow" href="http://www.platformboutique.ie"><img class="size-full wp-image-447 " title="Website Design and E-Commerce Example - Platform Boutique" src="http://www.irishwebhq.com/wp-content/uploads/2011/06/platform1.jpg" alt="Web Design and E-Commerce Website - Platform Boutique" /></a>
<p>Our latest web design project is an e-commerce site for Platform Boutique which will enable our client to reach new markets and expand their business by selling online. E-commerce sites ensure credit card payments are sent quickly and securely for  ease of use for both the merchant and the customer. As <a href="http://www.irishwebhq.com/services">Web Design in Ireland</a> continues to grow we are open to the needs of our customers and we liaise with them to create customized and optimized user friendly sites.</p>
<p>&nbsp;</p>
<p><a href="http://www.irishwebhq.com/contact"><img class="alignnone size-full wp-image-427" title="Contact Mark" src="http://www.irishwebhq.com/wp-content/uploads/2011/06/web_cta.jpg" alt="Website Design Ireland" /></a></p>
<p>Please feel free to contact us to discuss your <a href="http://www.irishwebhq.com/portfolio">website</a> or <a href="http://www.irishwebhq.com/portfolio">e-commerce</a> site requirements. We can also design e-mail newsletters to keep your clients up to date on your products or services.</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&t=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&amp;text=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&amp;title=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span><span class="mr_social_sharing"><a href="http://pinterest.com/pin/create/button/?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-ireland-irish-sme%25e2%2580%2599s-place-trust-in-the-web%2F&media=http%3A%2F%2Fwww.irishwebhq.com%2Fwp-content%2Fuploads%2F2011%2F06%2Fplatform1.jpg&description=Web+Design+Ireland+%E2%80%93+Irish+SME%E2%80%99s+Place+Trust+in+the+Web" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/pinterest.png" alt="Pin it on Pinterest" title="Pin it on Pinterest"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/web-design-ireland-irish-sme%e2%80%99s-place-trust-in-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Web Design Tips to Get to Page 1 on Google</title>
		<link>http://www.irishwebhq.com/web-design-tips-google/</link>
		<comments>http://www.irishwebhq.com/web-design-tips-google/#comments</comments>
		<pubDate>Sun, 22 May 2011 14:19:15 +0000</pubDate>
		<dc:creator>Irish Web Design</dc:creator>
				<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web design ireland]]></category>
		<category><![CDATA[website design ireland]]></category>

		<guid isPermaLink="false">http://www.irishwebhq.com/?p=231</guid>
		<description><![CDATA[<p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/web-design-tips-google/">10 Web Design Tips to Get to Page 1 on Google</a></p><p>Want to drive traffic to your website and perform well in the search engines? The following is a list of tips for you to consider [...]</p></p><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ</a>
<a href="http://www.irishwebhq.com/web-design-tips-google/">10 Web Design Tips to Get to Page 1 on Google</a></p>
				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-tips-google%2F&t=10+Web+Design+Tips+to+Get+to+Page+1+on+Google" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-tips-google%2F&amp;text=10+Web+Design+Tips+to+Get+to+Page+1+on+Google&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-tips-google%2F&amp;title=10+Web+Design+Tips+to+Get+to+Page+1+on+Google" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span></div><p>Want to drive traffic to your website and perform well in the search engines? The following is a list of tips for you to consider in your web design.</p>
<p>These tips will help in all of the main search engines but it is important to be patient as it can take 3-6 months to see the benefits of your work. Persistence is importance so stick with it and focus on future benefits to your website.</p>
<h3>1) Choose keywords wisely</h3>
<p>Keywords are the search terms that users search for in search engines like Google in order to find your website or your competitors. For example, if you offer web design services in Ireland your potential clients could use terms such as <a href="http://www.irishwebhq.com">Irish web design</a> or <a href="http://www.irishwebhq.com">web design Ireland</a> in order to find your website or other similar sites, so your keywords should include web, design, Ireland, Irish, website etc.</p>
<p>Once you have identified these keywords you can begin the process of optimising your site for these terms.</p>
<h3>2) Choose a Good Domain Name</h3>
<p>Your domain name should be based on your keywords identified in step 1. The most effective domain name for search engine results doesn&#8217;t need to include your company name. If required you can register another domain name with your company branding and redirect it.  Using keywords in the main domain name for your website identifies it as as being closely linked to those keywords.</p>
<p><strong>3) Choose a Good Web Page Name</strong></p>
<p>This benefits your site in the same manner as having a keyword focused domain name. You are alerting the search engines to the upcoming content in the page. Use a keyword focused page name such as <a href="http://www.irishwebhq.com/marketing-tips-for-website-owners/" rel="nofollow">irish-web-design-blog.htm</a>.  Don&#8217;t use non-descriptive page names. For dynamically generated pages you should update your .htaccess file to convert dynamic names such as &#8220;www.irishwebhq.com?pid=345&#8243; to a keyword focussed domain like www.irishwebhq.com/web-design-ireland&#8221;.</p>
<h3>4) Use Keywords Correctly</h3>
<p>When designing and writing your web page, use keywords correctly within the page. Use keywords in the title, h1, and h2 tags and also use keywords within links. Your keyword density should constitute anywhere from 3 to 7% of the text on the page. Anything more than this could flag you page as trying to fool the search engines using keyword stuffing, leading to a blacklisting of your site.</p>
<h3>5) Blog Often</h3>
<p>It takes time and patience to write and edit a blog. While bloggers often start enthusiastically they can often be distracted and neglect to update their site.</p>
<p>How often should you blog? Try to write some new and interesting content at least twice weekly. It doesn&#8217;t have to be a novel, a short and interesting article can generate plenty traffic. Remember to use your keywords throughout your blog post.</p>
<h3>6) Network on the Social Media Sites</h3>
<p>Facebook, Twitter, Linked In and You Tube are excellent resources for you to network with potential clients. Facebook is mainly for social interactions so place more emphasis on communicating with people and less on blatantly selling your business. Twitter allows you to use a mix of the two. Linked In for for creating business connections and discussing interesting topics in the groups. You Tube is a good place to host instructive videos which can then be displayed in your website.</p>
<h3>7) Don&#8217;t Try to Fool Google</h3>
<p>Don&#8217;t trade short term gains for long term losses. Google doesn&#8217;t appreciate tricks or attempts to fast-track your site to page 1 and will penalise your website if you try and &#8220;black hat&#8221; techniques. If you need traffic fast try Google AdWords.</p>
<h3>8 ) Have we Met? Introduce yourself to Google</h3>
<p>Google webmasters tools is the number 1 way of ensuring that your website gets listed on Google. Ignoring this important step means that you are relying on Google to follow links from other websites in order to find and index your site. <a rel="nofollow" href="http://www.google.com/webmasters">www.google.com/webmasters</a></p>
<h3>9) Where are you? Geolocate</h3>
<p>Google places allows you to specify your location on Google maps. When someone searches for a business in your industry in your town or city your marker will be displayed. Clicking on the marker displays your business details, a link to your website and even directions to your business.</p>
<h3>10) Track performance using Google Analytics</h3>
<p>Add your site. Track users. Create conversion goals. Google Analytics is the best free tool to help you understand what your visitors are doing on your website. You can see the pages that they are viewing, the keywords that they use to get to your site, the page they don&#8217;t like and many other stats that give you excellent insight into your websites performance.</p>
<p>Now it your turn to optimise your site using the 10 useful steps above.</p>
<p>Need Help? Irish Web HQ carry out Search Engine Optimisation for many of our clients. <a title="Contact Us" href="http://www.irishwebhq.com/contact-us/" rel="nofollow">Contact us to discuss your website or SEO requirements</a>.</p>
<p>&nbsp;</p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.7 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><a href="https://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-tips-google%2F&t=10+Web+Design+Tips+to+Get+to+Page+1+on+Google" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/facebook.png" alt="Share on Facebook" title="Share on Facebook"/></a></span><span class="mr_social_sharing"><a href="https://twitter.com/share?url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-tips-google%2F&amp;text=10+Web+Design+Tips+to+Get+to+Page+1+on+Google&amp;via=IrishWebHQ" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/twitter.png" alt="Share on Twitter" title="Share on Twitter"/></a></span><span class="mr_social_sharing"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.irishwebhq.com%2Fweb-design-tips-google%2F&amp;title=10+Web+Design+Tips+to+Get+to+Page+1+on+Google" target="_blank" class="mr_social_sharing_popup_link"><img src="http://www.irishwebhq.com/wp-content/plugins/social-sharing-toolkit/images/icons_medium/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn"/></a></span></div><p><a href="http://www.irishwebhq.com">Web Design Ireland - Irish Web HQ - </a></p>]]></content:encoded>
			<wfw:commentRss>http://www.irishwebhq.com/web-design-tips-google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

