<?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>Egg Web Design</title>
	<atom:link href="http://www.eggdesign.ie/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eggdesign.ie</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 24 Aug 2010 14:01:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpres sidebar image not showing up in ie problem &#8211; solved!</title>
		<link>http://www.eggdesign.ie/wordpres-sidebar-image-not-showing-up-in-ie-problem-solved</link>
		<comments>http://www.eggdesign.ie/wordpres-sidebar-image-not-showing-up-in-ie-problem-solved#comments</comments>
		<pubDate>Tue, 24 Aug 2010 14:01:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://www.eggdesign.ie/?p=556</guid>
		<description><![CDATA[Today I had a strange issue with an image in my Wordpress sidebar not showing up in Internet Explorer 7 but did show up in Safari and Firefox. Obviously it wasn&#8217;t showing up in ie 6 (spit!) either and this drove me nuts trying to figure out. At first I thought it was the path [...]]]></description>
			<content:encoded><![CDATA[<p>Today I had a strange issue with an image in my Wordpress sidebar not showing up in Internet Explorer 7 but did show up in Safari and Firefox. Obviously it wasn&#8217;t showing up in ie 6 (spit!) either and this drove me nuts trying to figure out. At first I thought it was the path to the image in my css so I tried various direct and indirect url paths to the image. Nothing worked. Eventually I had a Eureka moment and decided to open up the offending image in Photoshop. Turned out the image was cmyk. CMYK images don&#8217;t appear in Internet Explorer but do in Safari and Firefox, hence my issue. Simply changing the image to RGB solved my problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/wordpres-sidebar-image-not-showing-up-in-ie-problem-solved/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stop Google map disappearing in Wordpress post</title>
		<link>http://www.eggdesign.ie/stop-google-map-disappearing-in-wordpress-post</link>
		<comments>http://www.eggdesign.ie/stop-google-map-disappearing-in-wordpress-post#comments</comments>
		<pubDate>Wed, 14 Jul 2010 18:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://www.eggdesign.ie/?p=534</guid>
		<description><![CDATA[When embedding Google Maps in your Wordpress post or page, you may have noticed the map disappears when you flick between Visual Mode &#38; HTML mode in your editor. This is caused by the visual editor removing the iframe&#8217;s that surround the embedded map. This caused me much frustration until I came across a solution [...]]]></description>
			<content:encoded><![CDATA[<p>When embedding Google Maps in your Wordpress post or page, you may have noticed the map disappears when you flick between Visual Mode &amp; HTML mode in your editor. This is caused by the visual editor removing the iframe&#8217;s that surround the embedded map. This caused me much frustration until I came across a solution <a href="http://wordpress.org/support/topic/299970">here</a>. To solve it, simply add the following code to your <em>functions.php</em> file.</p>
<div id="code"><code>function add_iframe($initArray) {<br />
$initArray[&#39;extended_valid_elements&#39;] = &quot;iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]&quot;;<br />
return $initArray;<br />
}</p>
<p>add_filter(&#39;tiny_mce_before_init&#39;, &#39;add_iframe&#39;);</code></div>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/stop-google-map-disappearing-in-wordpress-post/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove auto image link and auto thumbnails in Wordpress posts</title>
		<link>http://www.eggdesign.ie/remove-auto-image-link-and-auto-thumbnails-in-wordpress-posts</link>
		<comments>http://www.eggdesign.ie/remove-auto-image-link-and-auto-thumbnails-in-wordpress-posts#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://www.eggdesign.ie/?p=465</guid>
		<description><![CDATA[When uploading images in Wordpress using the upload/insert option in the tinymce editor, Wordpress will automatically add a link to the image that when clicked will take you too a new window displaying the full image. Of course this can link can be removed before inserting the image into your post but having to do [...]]]></description>
			<content:encoded><![CDATA[<p>When uploading images in <strong>Wordpress</strong> using the upload/insert option in the tinymce editor, <strong>Wordpress</strong> will automatically add a link to the image that when clicked will take you too a new window displaying the full image. Of course this can link can be removed before inserting the image into your post but having to do this every time you post an image on your site can be irritating to some people.</p>
<p>There is a simple way to get rid of this link however as well as the auto thumbnails that Wordpress creates when you upload and post a picture.</p>
<p>Simply go to <strong><em>Settings &#8211; Media</em></strong> and clear all the values and unclick all the boxes in there. Hit save and problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/remove-auto-image-link-and-auto-thumbnails-in-wordpress-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different header image on each page in Wordpress</title>
		<link>http://www.eggdesign.ie/different-header-image-on-each-page-in-wordpress</link>
		<comments>http://www.eggdesign.ie/different-header-image-on-each-page-in-wordpress#comments</comments>
		<pubDate>Fri, 14 May 2010 19:18:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://www.eggdesign.ie/?p=416</guid>
		<description><![CDATA[I came across this lovely plugin recently which gives you the option to display different header images or even different flash animated banners on every page or post in your Wordpress website (or blog). You can add links to the images also as well as random images displayed at each login. Quite cool and handy [...]]]></description>
			<content:encoded><![CDATA[<p>I came across this lovely plugin recently which gives you the option to display different header images or even different flash animated banners on every page or post in your Wordpress website (or blog). You can add links to the images also as well as random images displayed at each login. Quite cool and handy plugin. Anywhere enough chit chat, <a href="http://wordpress.org/extend/plugins/dynamic-headers/">here is the plugin.</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/different-header-image-on-each-page-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different page layouts in Wordpress</title>
		<link>http://www.eggdesign.ie/different-page-layouts-in-wordpress</link>
		<comments>http://www.eggdesign.ie/different-page-layouts-in-wordpress#comments</comments>
		<pubDate>Mon, 10 May 2010 20:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.eggdesign.ie/?p=396</guid>
		<description><![CDATA[Want to have a different header on each page? Different sidebar layout &#038; widgets? Perhaps have wildly different layouts on every page? There is a cool method of acomplishing all these things and much more that brings Wordpress closer to a full fledged content management system. They are called Wordpress page templates.
Wordpress page templates allow [...]]]></description>
			<content:encoded><![CDATA[<p>Want to have a different header on each page? Different sidebar layout &#038; widgets? Perhaps have wildly different layouts on every page? There is a cool method of acomplishing all these things and much more that brings Wordpress closer to a full fledged content management system. They are called <a href="http://codex.wordpress.org/Pages#Page_Templates">Wordpress page templates</a>.</p>
<p>Wordpress page templates allow you to create your own page layouts and override the default <em>page.php </em>file. You can even create a different <em>header.php </em>file and &#8216;call it&#8217; in the new page template to achieve various things like different header images or even a seperate css file to create a completely different design for that page, if for some reason you wanted to do that.</p>
<p><strong>How to create a page template in Wordpress</strong></p>
<p>Open up your default page template in &#8220;wp-content/themes/your-theme/page.php&#8221;.<br />
At the very top of the page paste in the following code:</p>
<p>&lt;?php /* Template Name: Your Template Name */ ?&gt;</p>
<p>Change &#8220;Your Template Name&#8221; to whatever you want to call your template, for example &#8220;home-template&#8221;<br />
Now save the file into your &#8220;wp-content/themes/your-theme/&#8221; folder calling it for example <em>home-template.php</em>.</p>
<p>You can now edit this template any way you wish. For example add or remove elements like the sidebar or change the name of your content div to resize that. You can do just about anything really with the layout!</p>
<p>To apply the template to your page could not be easier. Simply edit your page and and on the right hand side of the edit page you will see a template dropdown. Select your template here and hit update. Your new layout will effect only that page or any other pages you select this template for. You can create as many page templates as you like.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/different-page-layouts-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tinymce editor blank pop screen problem</title>
		<link>http://www.eggdesign.ie/tinymce-editor-blank-pop-screen-problem</link>
		<comments>http://www.eggdesign.ie/tinymce-editor-blank-pop-screen-problem#comments</comments>
		<pubDate>Sun, 09 May 2010 18:11:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://eggdesign.ie/newsite/?p=364</guid>
		<description><![CDATA[As you can see from my portfolio section I am designing and developing the brand new website for The Wallis Arms Hotel in Millstreet, Cork. Im using the Modx content management system for this website which uses the pretty standard Tinymce editor in the backend to allow clients to edit the content on their website.

This [...]]]></description>
			<content:encoded><![CDATA[<p>As you can see from my portfolio section I am designing and developing the brand new website for <strong>The Wallis Arms Hotel</strong> in Millstreet, Cork. Im using the Modx content management system for this website which uses the pretty standard <a href="http://tinymce.moxiecode.com/">Tinymce editor</a> in the backend to allow clients to edit the content on their website.</p>
<p><span id="more-364"></span></p>
<p>This was working perfectly for me up until recently when I noticed an annoying problem. When I clicked on the html edit button or the image upload button I got a blank popup screen instead of the usual edit screen or image upload screen (see below).</p>
<p><img src="wp-content/uploads/2010/05/LittleSnapper.png" alt="web design kerry" title="Tiny MCE error" width="530" height="370" class="alignleft size-full wp-image-365" /></p>
<p>Anyway, after much frustrating Google searching I came across a solution. The problem occurred because I had changed my site url from <strong>wallisarms.com</strong> to <strong>www.wallisarms.com</strong> (added the www) but my .htaccess file still read the site as <strong>wallisarms.com. </strong>Simply changing this to the latter (with the www) solved my problem.</p>
<p>If after you change the htaccess file the problem remains, try manually typing in the www before your site url and you log in again. Hope that helps someone!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/tinymce-editor-blank-pop-screen-problem/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Different Wordpress Sidebar Widget on each web page/post</title>
		<link>http://www.eggdesign.ie/different-wordpress-sidebar-widget-on-each-web-pagepost</link>
		<comments>http://www.eggdesign.ie/different-wordpress-sidebar-widget-on-each-web-pagepost#comments</comments>
		<pubDate>Sun, 09 May 2010 18:09:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://eggdesign.ie/newsite/?p=362</guid>
		<description><![CDATA[When designing websites in Wordpress its nice to have complete freedom with the website design. This was a problem in the past for me but not any more due to the discovery of some superb plugins and extending my knowledge of hacking into Wordpress code to perform whatever my client required for their website that [...]]]></description>
			<content:encoded><![CDATA[<p>When designing websites in Wordpress its nice to have complete freedom with the website design. This was a problem in the past for me but not any more due to the discovery of some superb plugins and extending my knowledge of hacking into Wordpress code to perform whatever my client required for their website that wasn&#8217;t achievable &#8216;out of the box&#8217;.</p>
<p>One such problem I had was changing the sidebar on each page. So lets say I wanted a text widget on the &#8216;about us&#8217; page sidebar but didnt want it to appear on any other page. I would need to hack into wordpress by creating another sidebar &amp; calling it for that particular page.</p>
<p>That was until I discovered the <a href="http://wordpress.org/extend/plugins/widget-logic/">widget logic plugin</a>, a fantastic plugin that allows you to add different sidebar widgets on every page or remove them from certain pages. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/different-wordpress-sidebar-widget-on-each-web-pagepost/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The annoying Photoshop disappearing brush tool cursor</title>
		<link>http://www.eggdesign.ie/test</link>
		<comments>http://www.eggdesign.ie/test#comments</comments>
		<pubDate>Sat, 01 May 2010 08:59:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://eggdesign.ie/newsite/?p=330</guid>
		<description><![CDATA[I use Photoshop alot for website design obviously amongst other stuff like my photography and its a very cool and powerful tool. You learn something new with it every week. However one thing that had me flummoxed for weeks a couple of years ago was every now and then I would select the brush tool, [...]]]></description>
			<content:encoded><![CDATA[<p>I use Photoshop alot for <a href="?page_id=33">website design</a> obviously amongst other stuff like my <a href="http://www.flickr.com/photos/58214232@N00/">photography</a> and its a very cool and powerful tool. You learn something new with it every week. However one thing that had me flummoxed for weeks a couple of years ago was every now and then I would select the brush tool, select my desired brush size but somehow instead of the usual big or small circle to represent the size of my selected brush I would see a very annoying little teeny weeny crosshair!<span id="more-330"></span></p>
<p>Much frustration followed with me trying to paint in large areas of the canvas or get any detailed editing done. Oddly I never bothered to Google the problem until I had just about pulled every hair from my head. As with most things, the answer is frustratingly simple &#8211; my Caps Lock was on. Yes, that was it. I smiled to myself at how simple it was, then frowned at my stupidity at not figuring it out. Ah well, like I said, you learn something new in Photoshop every week.</p>
<p><img src="http://eggdesign.ie/wp-content/uploads/2010/05/blog-website3.jpg" alt="" title="blog-website" width="530" height="255" class="alignleft size-full wp-image-359" /><br />
<img src="http://eggdesign.ie/wp-content/uploads/2010/05/blog-website21.jpg" alt="" title="blog-website2" width="530" height="255" class="alignleft size-full wp-image-360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/test/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Kerry District League website launch</title>
		<link>http://www.eggdesign.ie/kerry-district-league-website-launch</link>
		<comments>http://www.eggdesign.ie/kerry-district-league-website-launch#comments</comments>
		<pubDate>Wed, 07 Apr 2010 18:15:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Egg's blog]]></category>

		<guid isPermaLink="false">http://eggdesign.ie/newsite/?p=368</guid>
		<description><![CDATA[
Last Friday I was honored to attend the launch of my latest website for the Kerry District League, the official soccer league for Kerry. As a Kerryman myself it was a privilege to design this website and I must say it was a pleasure to work with Murt and Sean throughout the project. 
Things went [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://eggdesign.ie/wp-content/uploads/2010/05/kdl-website1.jpg" alt="Kerry district league website" title="kdl-website" width="530" height="355" class="alignleft size-full wp-image-369" /><br />
Last Friday I was honored to attend the launch of my latest website for the <a href="http://www.kerrydistrictleague.ie/">Kerry District League</a>, the official soccer league for Kerry. As a Kerryman myself it was a privilege to design this website and I must say it was a pleasure to work with Murt and Sean throughout the project. </p>
<p>Things went smoothly from start to finish and the website was launched right on time for the big night. Photographers from the <a href="http://www.kerryman.ie/">Kerryman</a>, <a href="http://www.kerryseye.com/">Kerry&#8217;s Eye</a> and <a href="http://www.the-kingdom.ie/">The Kingdom</a> were there and we got a nice writeup about the launch also. Fair play to all the Kerry League for thinking ahead and going online. Its a great resource for fans to  get the latest news, results and fixtures for the various leagues and cups in Kerry. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.eggdesign.ie/kerry-district-league-website-launch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
