<?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; webme</title>
	<atom:link href="http://blog.macaoidh.name/tag/webme/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 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>
	</channel>
</rss>
