<?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>Conor's Blog &#187; Web Projects</title>
	<atom:link href="http://blog.macaoidh.name/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.macaoidh.name</link>
	<description>PHP, Music, Linux</description>
	<lastBuildDate>Mon, 05 Jul 2010 13:25:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Furasta.Org 1.0 Pre-Alpha</title>
		<link>http://blog.macaoidh.name/2009/12/30/furasta-org-1-0-pre-alpha/</link>
		<comments>http://blog.macaoidh.name/2009/12/30/furasta-org-1-0-pre-alpha/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 20:40:45 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[1.0]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[furasta]]></category>
		<category><![CDATA[furasta cms]]></category>
		<category><![CDATA[furasta org]]></category>
		<category><![CDATA[pre-alpha]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[screenshots]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=293</guid>
		<description><![CDATA[I have been doing a lot of development on Furasta recently and the project is nearing an alpha release &#8211; I hope to have it out next week at some stage. Below I have attached a screenshot of the new admin interface. The release won&#8217;t be feature packed, but the plugin architecture should be working. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing a lot of development on Furasta recently and the project is nearing an alpha release &#8211; I hope to have it out next week at some stage.</p>
<p>Below I have attached a screenshot of the new admin interface.</p>
<div id="attachment_292" class="wp-caption alignnone" style="width: 640px"><a href="http://blog.macaoidh.name/wp-content/uploads/2009/12/furasta-pre-alpha.png"><img class="size-full wp-image-292" title="Furasta Pre-Alpha Screenshot" src="http://blog.macaoidh.name/wp-content/uploads/2009/12/furasta-pre-alpha.png" alt="Furasta Pre-Alpha Screenshot" width="630" height="200" /></a><p class="wp-caption-text">A sneak preview of what is to come in Furasta.Org 1.0</p></div>
<p>The release won&#8217;t be feature packed, but the plugin architecture should be working. Note that the SVN has not been updated in ages, but I should get around to it next week as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/12/30/furasta-org-1-0-pre-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capture the Flag Part 3</title>
		<link>http://blog.macaoidh.name/2009/11/07/capture-the-flag-part-3/</link>
		<comments>http://blog.macaoidh.name/2009/11/07/capture-the-flag-part-3/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 20:48:38 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[capture the flag]]></category>
		<category><![CDATA[part 3]]></category>
		<category><![CDATA[players]]></category>
		<category><![CDATA[red]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=258</guid>
		<description><![CDATA[I have been flat out recently with school and work and this ICSP thing. Well anyway I have had no time to do any furasta or any independent spur of the moment programing! It&#8217;s driving me crazy, but hey, it&#8217;s all over in just over 6 months&#8230;. Capture the Flag Part 3 This time I [...]]]></description>
			<content:encoded><![CDATA[<p>I have been flat out recently with school and work and this ICSP thing. Well anyway I have had no time to do any furasta or any independent spur of the moment programing! It&#8217;s driving me crazy, but hey, it&#8217;s all over in just over 6 months&#8230;.</p>
<p>Capture the Flag Part 3</p>
<p>This time I have deviated from the rules a wee bit. The red player is controlled by the CPU, while the user controls the blue player. Once again the objective is to capture the red flag and return it to your blue base. If you bump into a player who has a flag then flag gets returned to it&#8217;s base.</p>
<p>The players, and flags have three random starting positions each. I have re-written this example from scratch, not using any of the code from part one or two. I am happy with the code this time, and have done my best to make it effective.</p>
<p>The red player has two modes, aggressive and defensive. When the game starts the red player attempts to capture the flag and return it to it&#8217;s red base automatically. If at any point the blue player acquires his flag the red player will go into defensive mode and attempt to recover his flag.</p>
<p>To throw a spanner in the works I have added a BOOST and an obstacle. The boost can gradually makes the player who absorbs it smaller to increase evasive skills. It also makes the player a lot faster. The obstacle has two modes. If you bump into it the wrong way, you will simply bump off it. If you follow the arrows through the obstacle with your player then you will receive a big speed bonus. Both these items will prove vital in winning against the red player, who moves faster than the blue one.</p>
<p>Controls</p>
<p>Up Key &#8211; Move Up<br />
Down Key &#8211; Move Down<br />
Left Key &#8211; Move Left<br />
Right Key &#8211; Move Right</p>
<p><applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'>
<param name='project' value='../../static/projects/ConorMacAoidh/749759.sb'></param></applet> <a href='http://scratch.mit.edu/projects/ConorMacAoidh/749759'>Learn more about this project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/11/07/capture-the-flag-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICSP Week One Assignment</title>
		<link>http://blog.macaoidh.name/2009/10/25/icsp-week-one-assignment/</link>
		<comments>http://blog.macaoidh.name/2009/10/25/icsp-week-one-assignment/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 20:38:05 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[College]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Languages]]></category>
		<category><![CDATA[caputre the flag]]></category>
		<category><![CDATA[icsp]]></category>
		<category><![CDATA[Scratch]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=250</guid>
		<description><![CDATA[I started a course in UCD last week called &#8220;Introduction to Computer Science and Programing&#8221;, or ICSP. It&#8217;s gonna be going on for three months and then I will have a big exam which I will probably fail! The whole course centers around the use of Java, I&#8217;m not sure yet if we are going [...]]]></description>
			<content:encoded><![CDATA[<p>I started a course in UCD last week called &#8220;Introduction to Computer Science and Programing&#8221;, or <a href="http://www.csi.ucd.ie/content/introduction-computer-science-and-programming-icsp2009">ICSP</a>. It&#8217;s gonna be going on for three months and then I will have a big exam which I will probably fail!</p>
<p>The whole course centers around the use of Java, I&#8217;m not sure yet if we are going to be using anything else. We haven&#8217;t actually even started with Java yet, but we are using this program called <a href="http://scratch.mit.edu/">Scratch</a> to program our Java for us! I wouldn&#8217;t say that it is the Dream-weaver of Java, far from it. In fact I think that it is a great method of getting into Java. It has a set of preconfigured code which you can arrange into blocks, which then run &#8211; quite similar to the source of Java actually except simplified. It also eliminates the need for compiling.</p>
<p>Last week I went to my first &#8220;lecture&#8221; which was good enough, but I learned something valuable that day; computer hardware is not the road that I want to go down! I didn&#8217;t really enjoy the hardware aspect of the day but when it came to the Scratch lessons I was flying! For our first assignment we had to write a game in Scratch, which is essentially it&#8217;s own unique programing language. The game is called &#8220;Capture the Flag&#8221;. I was actually flat out all week and didn&#8217;t get a chance to start work on it until today, which is coincidentally the deadline for it&#8217;s completion! I spent about three hours making the game, here&#8217;s the manual and the game:</p>
<h3>Capture The Flag</h3>
<p><strong>Overview</strong><br />
Capture the flag is a simple two player game which involves stealing the flag from the opposite colours corner.</p>
<p><strong>Controls</strong><br />
Blue Player<br />
Up Arrow Key = Move Up<br />
Down Arrow Key = Move Down<br />
Left Arrow Key = Move Left<br />
Right Arrow Key = Move Right</p>
<p>Red Player<br />
W Key = Move Up<br />
S Key = Move Down<br />
A Key = Move Left<br />
D Key = Move Right</p>
<p><strong>Rules</strong><br />
To gain a point a player must capture the opposite colour flag and return it to their base (the starting point).</p>
<p>If a player is in possession of a flag and his opponent touches him the flag is returned to it&#8217;s base and the player to his base.</p>
<p>To win a player must gain three points.</p>
<p><strong>Faults</strong><br />
The one fault with the game is that, at least on my computer, when one player is using the keyboard to move the other player cannot move simultaneously. Although this is a fault it does also make the game a bit more interesting because the players have to fight even to move!</p>
<p><applet id='ProjectApplet' style='display:block' code='ScratchApplet' codebase='http://scratch.mit.edu/static/misc' archive='ScratchApplet.jar' height='387' width='482'>
<param name='project' value='../../static/projects/ConorMacAoidh/732336.sb'></param></applet> <a href='http://scratch.mit.edu/projects/ConorMacAoidh/732336'>Learn more about this project</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/10/25/icsp-week-one-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Year of macaoidh.name</title>
		<link>http://blog.macaoidh.name/2009/09/22/one-year-of-macaoidh-name/</link>
		<comments>http://blog.macaoidh.name/2009/09/22/one-year-of-macaoidh-name/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 22:35:42 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[My Blog]]></category>
		<category><![CDATA[The Dominican Affair]]></category>
		<category><![CDATA[icsp]]></category>
		<category><![CDATA[java.facebook application]]></category>
		<category><![CDATA[macaoidh.name anniversary]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=237</guid>
		<description><![CDATA[Would you believe it? It&#8217;s the first anniversary of my Blog! I have officially been ranting about shite for a whole year! Anyway to celebrate the birthday of my Blog I decided to do it up a wee bit. I added a nice wee sidebar to my theme, which I am actually thinking of releasing [...]]]></description>
			<content:encoded><![CDATA[<p>Would you believe it? It&#8217;s the first anniversary of my Blog! I have officially been ranting about shite for a whole year!</p>
<p>Anyway to celebrate the birthday of my Blog I decided to do it up a wee bit. I added a nice wee sidebar to my theme, which I am actually thinking of releasing at some stage in the near future. Also I added a new download manager to http://files.macaoidh.name . It is very useful; it keeps track of how many people are downloading what. Hopefully in the future it will give me an idea of what people that view my blog like and don&#8217;t like. I will actually have to go over all my previous posts and make sure that the download links are correct considering there was a big change in the link format.</p>
<p>The only real reason I wrote the thing is because someone has commissioned me to do something similar, starting next week. But the commissioned work will be a bit more complete and stuff. So feel free to try and hack my system. I don&#8217;t want to find faults when I&#8217;m finished writing it and then have to go back&#8230; The manager also serves as a very useful tool for me. I have included an admin area in which I can log in, upload files and choose to store them, make them available for download or even to download + password protect them! This feature will no doubt come in handy, I like to think of it as my personal, non-user-information-gathering, version of Google Docs!</p>
<p>What else has been happening recently&#8230; ooh I am in the process of making/releasing an album with The Dominican Affair. It is called Stealing the Ceiling. We have our last mixing session this weekend and hope to have it available on piratebay towards the end of October! It will also be available to purchase or download at http://www.holygrailrecords.com</p>
<p>Just thought I&#8217;d mention that 6th year is terribly shit. I can manage to squeze about 2 hours of programing in thrice a week. Also I am doing an<a href="http://www.csi.ucd.ie/icsp"> Introduction to Computer Science Programing </a>course in UCD over the next few months just to prepare me for college and to make sure that I actually want to study Computer Science! It will be good craic to learn Java at that course; I plan to make a facebook application/game when I have learned Java and base it in Monaghan.</p>
<p>Oghgbjkc damn! I just realised that I still haven&#8217;t renewed my macaoidh.name subscription! Better get to it&#8230; three days left&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/09/22/one-year-of-macaoidh-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Webme Plugins</title>
		<link>http://blog.macaoidh.name/2009/07/29/webme-plugins/</link>
		<comments>http://blog.macaoidh.name/2009/07/29/webme-plugins/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 22:26:26 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[webme]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=233</guid>
		<description><![CDATA[I have been doing a bit of work on some Webme plugins recently. All of the plugins I have been working on are available for download in the webworks-webme SVN and live on the Monaghan Medical Centre website. Dynamic Search Plugin The dynamic search plugin enables you to search different sections of your website dynamically. [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing a bit of work on some <a href="http://webme.eu">Webme</a> plugins recently. All of the plugins I have been working on are available for download in the <a href="http://code.google.com/p/webworks-webme/source/checkout">webworks-webme SVN</a> and live on the <a href="http://www.monaghanmedicalcentre.ie">Monaghan Medical Centre</a> website.</p>
<h3>Dynamic Search Plugin</h3>
<p>The dynamic search plugin enables you to search different sections of your website dynamically. You can choose between searching Site Wide or a selection of categories. You can add catagories in the admin area. A catagory must be a pagename and the plugin will search that page and all sub pages. The plugin also keeps a record of the most popular searches and displays a link to them on the main search page.</p>
<p>The entire plugin is written in both PHP and jQuery. The PHP end acts as a backup for the javascript end. It also allows you to use your own search form to display results from this plugin, as I have done on the MMC site.</p>
<p><a title="Download Dynamic Search Plugin" href="http://files.macaoidh.name/webme/dynamic-search-0.2.zip">Download</a> | <a href="http://www.monaghanmedicalcentre.ie/Search">View Live</a></p>
<h3>Mailing List Plugin</h3>
<p>This is a plugin that I released a while ago but I have made a few changes recently. Previously there was PHP form validation which replaced the form itself if you made a mistake. The problem with that was, depending on the setup of your website, it might not work layout wise. Thats why I have replaced it with a nice jQuery alert, similar to the one I am using on <a title="Furasta.Org Website" href="http://Furasta.Org">Furasta</a>. The changes aren&#8217;t large enough to release a new version but I have updated the SVN and supplied a new download link.</p>
<p><a title="Download Mailing List Plugin v0.2" href="http://files.macaoidh.name/webme/mailing-list-0.2.zip">Download</a> | <a href="http://www.monaghanmedicalcentre.com">View Live</a></p>
<h3>News Plugin</h3>
<p>I wrote this plugin trying my best to make it compatible with the Dynamic Search plugin. If you want to create a news page then you just choose news as the page type. To add a new news item you simply create a new subpage of the news page. If you look at the News page in the frontend it will show a summary of all the news items. It is a very simple plugin which has no database, only 4 files and features pagated results. You can also search the News section easily using the Dynamic Search plugin.</p>
<p><a title="Download News Plugin v0.1" href="http://files.macaoidh.name/webme/news-0.1.zip">Download</a> | <a href="http://www.monaghanmedicalcentre.ie/News">View Live</a></p>
<p>I also did quite a lot of work on a Music Store plugin which works similar to the iTunes Store. The plugin is not live yet but it will be soon and in the end I decided not to release it, for the moment anyway, because it gets very complicated when dealing with paypal access details. If anyone wants a copy for it, at a price, I can tailor it for your exact needs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/07/29/webme-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Furasta CMS v1.0 Under Construction</title>
		<link>http://blog.macaoidh.name/2009/07/21/furasta-cms-v1-0-under-construction/</link>
		<comments>http://blog.macaoidh.name/2009/07/21/furasta-cms-v1-0-under-construction/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 21:39:46 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[1]]></category>
		<category><![CDATA[furasta]]></category>
		<category><![CDATA[furasta cms]]></category>
		<category><![CDATA[new developer]]></category>
		<category><![CDATA[org]]></category>
		<category><![CDATA[reconstruction]]></category>
		<category><![CDATA[v1.0]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=230</guid>
		<description><![CDATA[I have decided to work on a new full version of Furasta CMS. I have already started on work for version 1.0 which will be a full re-write. Also Michael Dever will be helping me out and developing some of the code himself. I am very excited about this new version, as it is a [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to work on a new full version of Furasta CMS. I have already started on work for version 1.0 which will be a full re-write.</p>
<p>Also <a href="http://www.mickinator.com/wordpress">Michael Dever</a> will be helping me out and developing some of the code himself. I am very excited about this new version, as it is a full re-write it will give me an opportunity to include some of the features that I have been thinking about for quite a while, such as:</p>
<p>1. Plugin Architecture. Hopefully I can make this work well. I have looked carefully at the architectures of WordPress, Webme and Joomla and I hope to make one that can beat them all in performance and ease of use.</p>
<p>2. Users and Permissions. The CMS will include the ability to create different users, which have certain permissions to access certain pages. This is something which I touched on in v0.1.5 but intend to improve.</p>
<p>3. New Control Panel. The admin area will now comprise of a new, simplified, control panel. The aim here is to create a CP that looks empty, but which is full of content.</p>
<p>4. News Page + Comments Feature. I have wanted this for a while. Once I am confident enough with it I will move my WordPress blog to Furasta to prove that it works.</p>
<p>5. Possibly a simple file manager. Although I am strongly considering using <a href="http://kfm.verens.com">KFM.</a></p>
<p>6. Re-write of the Smarty syntax. Possibly get rid of smarty all together.</p>
<p>Because of the massive difference between v0.1.5 and v1.0 the website <a href="http://furasta.org">http://furasta.org</a> will have to be reconstructed. But it&#8217;s all very exciting. Now less talk and I have to get down to the action, tomorrow, after a bit of WOW. <img src='http://blog.macaoidh.name/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/07/21/furasta-cms-v1-0-under-construction/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Furasta Reconstruction</title>
		<link>http://blog.macaoidh.name/2009/05/04/furasta-reconstruction/</link>
		<comments>http://blog.macaoidh.name/2009/05/04/furasta-reconstruction/#comments</comments>
		<pubDate>Mon, 04 May 2009 20:31:21 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[furasta]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[webme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=211</guid>
		<description><![CDATA[After a long pause in development I have begun writing the first stable version of Furasta &#8211; 0.2. I haven&#8217;t really done anything with the project since I set up the website a few months ago. But since then I have been building up experience by examining other open source projects, such as Webme, WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>After a long pause in development I have begun writing the first stable version of Furasta &#8211; 0.2. I haven&#8217;t really done anything with the project since I set up the <a href="http://furasta.org">website</a> a few months ago. But since then I have been building up experience by examining other open source projects, such as <a href="http://webme.eu">Webme</a>, <a href="http://wordpress.org">WordPress</a> and <a href="http://joomla.org">Joomla</a>. I learnt a lot from those projects and they have contributed a lot of ideas for Furasta!</p>
<p>I have abandoned all of the old code and opted to write the whole thing again from scratch. Considering how long it took me to write v0.1.5, about a month of flat out coding every night, I expect v0.2 to be completed in the same sort of timescale. One thing is for sure &#8211; there will be no micro-optimisation this time! After all the effort I put into that last time the damn program was still slow. This time I will invest my executable time in more important tasks, ones that only directly affect what&#8217;s going on as you load the page, and perform tasks such as server side caching through AJAX so the user doesn&#8217;t notice it.</p>
<p>The project is also going to be available from svn from now on. Since I am writing it from scratch there are only a few files in the svn at the moment and there&#8217;s also no installation script. But that will come in time!</p>
<p>http://code.google.com/p/furasta-cms/source/checkout</p>
<p>I am taking a completely different approach to writing the CMS this time. In fact I would go as far as calling it an engine rather than a CMS. Basically what I plan to do is build a solid framework that on it&#8217;s own does nothing, but has the ability to do everything. There will be no pages except the essential homepage. Everything, I mean everything that will give this program the characteristics of a CMS will be achieved by the plugin architecture. So for example to edit and display pages, I will create a plugin. Obviously the CMS will have to be shipped with a few default plugins, which it will be possible to disable through a plugin manager plugin! I might be going a bit overboard with this idea but in theory it seems like a good one!</p>
<p>So enough talking, time to start writing!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/05/04/furasta-reconstruction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webme Banner Image Plugin v0.1</title>
		<link>http://blog.macaoidh.name/2009/04/17/webme-banner-image-plugin-v01/</link>
		<comments>http://blog.macaoidh.name/2009/04/17/webme-banner-image-plugin-v01/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 11:46:28 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[webme]]></category>
		<category><![CDATA[banner image]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[upload banner]]></category>
		<category><![CDATA[webme multi user]]></category>
		<category><![CDATA[webworks]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=182</guid>
		<description><![CDATA[When finishing off a few of my webme templates today I thought to myself, What if the people buying the templates don&#8217;t like the banner image? As they are very general and random images. So what is the solution? Webme Banner Image Plugin v0.1! This plugin creates something very similar to the in-built logo function. [...]]]></description>
			<content:encoded><![CDATA[<p>When finishing off a few of my webme templates today I thought to myself, What if the people buying the templates don&#8217;t like the banner image? As they are very general and random images.</p>
<p>So what is the solution? Webme Banner Image Plugin v0.1! This plugin creates something very similar to the in-built logo function. It allows you to upload your own banner image and display it in your banner area. You could actually use the logo function in the exact same way, but I thought that some people would like to have a logo and still change their banner image.</p>
<p>All you need to do to make this work is:</p>
<ul>
<li>Activate the plugin with the new Webme inbuilt plugin manager.</li>
<li>Put the code {BANNER} in your template where you would like the banner to appear.</li>
<li>Go to options&gt;banner image and upload your image.</li>
</ul>
<p>Simple as that. You can download the plugin with svn:</p>
<p><tt id="checkoutcmd">svn checkout <strong><em>http</em></strong>://webworks-webme.googlecode.com/svn/ww.plugins webme-plugins</tt></p>
<p>Or you can download the plugin by <a title="Download Plugin" href="http://files.macaoidh.name/webme/banner-image.tar.gz">clicking here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/04/17/webme-banner-image-plugin-v01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webme Mailing List Plugin v0.2</title>
		<link>http://blog.macaoidh.name/2009/04/14/webme-mailing-list-plugin-v20/</link>
		<comments>http://blog.macaoidh.name/2009/04/14/webme-mailing-list-plugin-v20/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:30:02 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[Languages]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[webme]]></category>
		<category><![CDATA[collect emails]]></category>
		<category><![CDATA[mailing list]]></category>
		<category><![CDATA[mailing list plugin]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[send emails]]></category>
		<category><![CDATA[webworks webme]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=178</guid>
		<description><![CDATA[During last week I started work on a webme mailing list plugin. It is now 100% stable (as far as I know!) and ready to release. Features include: Customisable mailing list form on the sidebar so that visitors can subscribe to the list. Verification email to the person registering to confirm their subscription. Easy to [...]]]></description>
			<content:encoded><![CDATA[<p>During last week I started work on a webme mailing list plugin. It is now 100% stable (as far as I know!) and ready to release. Features include:</p>
<ul>
<li>Customisable mailing list form on the sidebar so that visitors can subscribe to the list.</li>
<li>Verification email to the person registering to confirm their subscription.</li>
<li>Easy to follow, sortable list of emails collected in the admin area.</li>
<li>Ability to send email to everyone on the list at once.</li>
<li>Options section which enables you to customise everything!</li>
</ul>
<p>This type of plugin will be usefull for many organisations out there. I am currently working on making it compatible with WordPress.</p>
<p><a title="Download Mailing List Plugin" href="http://files.macaoidh.name/webme/mailing-list.tar.gz">Download Plugin</a> | <a title="Webme.eu Downloads" href="http://webme.eu/Downloads">Visit Webme.eu Download Page</a></p>
<p>I would appreciate any feedback or feature requests on the plugin here. Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/04/14/webme-mailing-list-plugin-v20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Re-Design</title>
		<link>http://blog.macaoidh.name/2009/03/26/website-re-design/</link>
		<comments>http://blog.macaoidh.name/2009/03/26/website-re-design/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 20:38:26 +0000</pubDate>
		<dc:creator>Conor</dc:creator>
				<category><![CDATA[My Blog]]></category>
		<category><![CDATA[Web Projects]]></category>
		<category><![CDATA[blog.macaoidh.name]]></category>
		<category><![CDATA[domain move]]></category>
		<category><![CDATA[new blog]]></category>
		<category><![CDATA[website re-shuffle]]></category>

		<guid isPermaLink="false">http://blog.macaoidh.name/?p=171</guid>
		<description><![CDATA[As you may have noticed macaoidh.name has changed big time in the last few days. * Reader Sighs, not another bloody theme change&#8230; * You are right, this is not just another theme change but a complete website overhaul! Over the past few months, in fact ever since I made the blog, I have been [...]]]></description>
			<content:encoded><![CDATA[<p>As you may have noticed macaoidh.name has changed big time in the last few days.</p>
<p>* Reader Sighs, not another bloody theme change&#8230; *</p>
<p>You are right, this is not just another theme change but a complete website overhaul! Over the past few months, in fact ever since I made the blog, I have been changing theme pretty regularily. That is because I never found a damn theme that I actually liked! So the other day I was bored and said f**k it I&#8217;ll just make my own theme and then everything will be the way I want it right? Wrong. No actually your right I just wanted to grab your attention again!</p>
<p>Then acting on my bordness I thought about the idea for a few days and came up with and ingenious idea to loose all of my blog traffic &#8211; move the blog to a new subdomain! And that&#8217;s exactly what I did and that&#8217;s exactly where you are now. In my subdomain, your in my subdomain. Being a web developer and not a web designer I have to think about designs for a few days before something hits me. And a few days ago this design hit me. So I made it.</p>
<p>Just in case you have not yet noticed, macaoidh.name is now split up into three different websites! Overkill I say. Who said that? Anyway.. there is my web design/developement portfolio located at http://portfolio.macaoidh.name, my blog located here at http://blog.macaoidh.name and my home page located at http://macaoidh.name. My blog being a blog runs WordPress, so that&#8217;s one WordPress theme I had to come up with. Both my Homepage (I really don&#8217;t know what I was thinking about making that&#8230;) and my Portfolio run <a title="Furasta CMS" href="http://furasta.org">Furasta CMS</a>, which to those of you that aren&#8217;t complete randomers and actually know me, is my CMS. I own it. It&#8217;s mine. Is liomsa é.</p>
<p>Bored yet? So am I.</p>
<p>So I now have a nice wee set up going on which I don&#8217;t plan to change in the foreseeable future. I might actually release my wp theme at some stage, I&#8217;ll see what people think of it first. At the moment I would like some comments on the design. Display problems? I think not. Unless you are using IE6 because that&#8217;s like the only browser it&#8217;s not tested in. One design problem that struck me; to sidebar or not to sidebar? I decided in the end as you can see to go for not to sidebar. All WordPress blogs have sidebars, at least all that I have seen. So I decided not to conform and to but my RSS link up on the main menu.</p>
<p>That&#8217;s about it. If you are a new reader or an old reader who&#8217;s feed got messed up by the domain change, then don&#8217;t hesitate to subscribe to my feed! It&#8217;s the bright orange icon on my main menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.macaoidh.name/2009/03/26/website-re-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
