<?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>Yorkshire Twist</title>
	<atom:link href="http://myjournal.com/sites/yorkshire-twist/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://myjournal.com/sites/yorkshire-twist/blog</link>
	<description>No nonsense website development from the heart of Yorkshire.</description>
	<lastBuildDate>Mon, 15 Dec 2008 23:08:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How myJournal was built: Part 2</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/12/15/how-myjournal-was-built-part-2/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/12/15/how-myjournal-was-built-part-2/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:03:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[myjournal]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[performer]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[scite]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/?p=33</guid>
		<description><![CDATA[This is the second in a series of three posts about the tools I used to build myJournal. The first part talks about my workshop (i.e. computer), this post introduces you to the software side of things.
Part 2: The software
I&#8217;ve mentioned several times before that this whole site is built on a system called Wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second in a series of three posts about the tools I used to build myJournal. The <a href="http://myjournal.com/sites/yorkshire-twist/blog/2008/10/07/how-myjournal-was-built-part-1/">first part talks about my workshop</a> (i.e. computer), this post introduces you to the software side of things.</p>
<p><strong>Part 2: The software</strong></p>
<p><a href="http://myjournal.com/sites/yorkshire-twist/files/2008/12/wordpress.png"><img class="alignright size-medium wp-image-34" src="http://myjournal.com/sites/yorkshire-twist/files/2008/12/wordpress-300x267.png" alt="" width="300" height="267" /></a>I&#8217;ve mentioned several times before that this whole site is built on a system called <a href="http://mu.wordpress.org">Wordpress MU</a> (multi-user). This is a piece of software designed to run multiple blogs, and itself is built on the very well-known Wordpress software. The most famous installation of Wordpress MU is at <a href="http://wordpress.com">wordpress.com</a>, a website with nearly 5 million blogs (their homepage gives the exact number) which contains a vast array of authors writing about every subject under the sun.</p>
<p>Wordpress is free software provided by the nice folks at <a href="http://automattic.com">Automattic</a> (hi Matt and Andy!). It&#8217;s also open source (I&#8217;ve <a href="http://myjournal.com/sites/yorkshire-twist/blog/2008/10/07/how-myjournal-was-built-part-1/">talked about open source software before</a>) which means anyone can take the code and do (almost) what they want with it. Which, of course, is exactly what we&#8217;ve done.</p>
<p>Wordpress offers quite a lot of the basic functionality we needed: user registration and management, blogs (we call them &#8220;sites&#8221;), post and page editing, and of course the back-end code which runs the site. For everything else (including media library, showrooms, the lists of members and companies, industries and a lot more) I wrote a series of plugins which work on top of Wordpress and result in what you see before you.</p>
<p>The advantage of this approach is we get all the advantages of a very well-resourced software application (over 150 people contributed to the last version of Wordpress), with our own customised stuff on top.</p>
<p>But Wordpress is just one of the building blocks, as it were. I used a lot of other tools to actually get this site to this level of complexity.</p>
<p><a href="http://myjournal.com/sites/yorkshire-twist/files/2008/12/mysql.jpg"><img class="alignleft size-medium wp-image-35" src="http://myjournal.com/sites/yorkshire-twist/files/2008/12/mysql-300x218.jpg" alt="" width="300" height="218" /></a>The other main building block is another piece of open source software: <a href="http://mysql.com">MySQL</a>. For those of you familiar with Microsoft SQL Server, oracle, db2 or even Access you&#8217;ll know what a database is and what it does. You may even have a fair idea about how the myJournal database is set up. For those that aren&#8217;t quite that geeky, here&#8217;s a quick explanation.</p>
<p>A database is basically a piece of software that stores data. &#8220;Data&#8221; can be almost anything: lists of member names, company details, posts in a forum discussion and lots more types of textual data are stored for this site. The power of relational databases, such as MySQL, is they can also define the relationships between different bits of data. So, for example, in our database we have a relationship between each myJournal and the people who are their contacts. When you click &#8220;Add a contact&#8221; or &#8220;Accept a contact request&#8221; what you&#8217;re actually doing is modifying the data and relationships in the database.</p>
<p>It&#8217;s actually simpler than it sounds. Or maybe it&#8217;s more complicated, I can&#8217;t quite decide.</p>
<p>So, to actually put these building blocks together I used several pieces of software. My main development environment is a <a href="http://www.scintilla.org/SciTE.html">text editor called SciTE</a>. Here&#8217;s a screenshot of some of the code in the myJournal homepage in SciTE (when in Windows I prefer <a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a>).</p>
<p><a href="http://myjournal.com/sites/yorkshire-twist/files/2008/12/screenshot-4.png"><img class="aligncenter size-full wp-image-37" src="http://myjournal.com/sites/yorkshire-twist/files/2008/12/screenshot-4.png" alt="" width="500" height="448" /></a></p>
<p>I don&#8217;t really like those visual HTML editors as I find they can too easily mess up what should otherwise be beautiful code. I&#8217;m a bit of a stickler for that. SciTE is where I write the HTML, PHP, CSS and JavaScript code for all the sites I&#8217;ve done. I also use the <a href="http://dev.mysql.com/downloads/gui-tools/">MySQL management suite</a> extensively for testing SQL scripts.</p>
<p>Moving up a level from the back-end of the site to the front-end, I use a little tool of my own devsing to provide the cool interactive features of the site. Remember years ago on the web anytime you clicked something it would reload the whole page and everything took ages? Nowadays many sites are trying to be a bit cleverer with their interfaces (some people call this change <a href="http://en.wikipedia.org/wiki/Web_2.0">Web 2.0</a>). myJournal want to be on the cutting edge, and to provide members with a slick site so we&#8217;re using some of the same techniques.</p>
<p>For example, when you click the &#8220;<span class="add toggler">Add a new member to this site&#8221; link instead of the page being reloaded, the form pops out under the link in a most pleasing and modern manner. That&#8217;s all due to the power of JavaScript &#8211; an often-overlooked and ridiculed programming language. I happen to really like JavaScript, which is why <a href="http://performerjs.org">I wrote the Performer library</a>. Performer works with a clever bit of JavaScript called <a href="http://prototypejs.org">prototype</a></span> to make putting these modern interface techniques on websites really easy.</p>
<p>Obviously, you have to be a bit geeky to use Performer, but nowhere near as geeky as if you were trying to write all this stuff from scratch yourself.</p>
<p><a href="http://myjournal.com/sites/yorkshire-twist/files/2008/12/firefox.jpg"><img class="alignright size-medium wp-image-38" src="http://myjournal.com/sites/yorkshire-twist/files/2008/12/firefox-300x289.jpg" alt="" width="300" height="289" /></a>So, I&#8217;ve covered the foundation of myJournal being Wordpress. The database system is MySQL. I code in SciTE and do SQL stuff in the MySQL tools. I also use Performer and prototype to add the interactive sugar on my little digital cake. What else?</p>
<p>Well, as you know I run a flavour of Linux called Ubuntu. But the site needs testing in Windows (as many people worldwide haven&#8217;t seen the light, yet). So I use <a href="http://www.vmware.com/">virtual machine technology from VMWare</a> to run a Windows operating system in a window inside my Ubuntu. Clever stuff.</p>
<p>Finally I wouldn&#8217;t be without the little browser that could &#8211; <a href="http://getfirefox.com">Firefox</a>. With a <a href="https://addons.mozilla.org/en-US/firefox/addon/60">selection</a> <a href="https://addons.mozilla.org/en-US/firefox/addon/271">of</a> <a href="https://addons.mozilla.org/en-US/firefox/addon/1843">special</a> <a href="https://addons.mozilla.org/en-US/firefox/addon/539">add-ons</a>, Firefox turns into a can&#8217;t-live-without tool in my arsenal.</p>
<p>So, there&#8217;s a quick introduction to the tools I&#8217;ve used to build myJournal. Next time I&#8217;ll be talking about some of the great features we have, and how I built them.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/12/15/how-myjournal-was-built-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>myJournal video upgrades</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/11/21/myjournal-video-upgrades/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/11/21/myjournal-video-upgrades/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 23:51:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[myjournal]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/2008/11/21/myjournal-video-upgrades/</guid>
		<description><![CDATA[Wow, long time since I&#8217;ve written on here. The reason is I&#8217;ve been hard at work making video a much more prominent part of myJournal. You may have seen on the site homepage the new &#8220;Featured video&#8221; box, and also the &#8220;Latest videos&#8221; page. We&#8217;ve only got half a handful of videos at the moment, [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, long time since I&#8217;ve written on here. The reason is I&#8217;ve been hard at work making video a much more prominent part of myJournal. You may have seen on the site homepage the new &#8220;Featured video&#8221; box, and also the &#8220;Latest videos&#8221; page. We&#8217;ve only got half a handful of videos at the moment, but as more companies joj  myJournal and add videos it will be our pleasure to feature them &#8211; and hopefully help you attract more customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/11/21/myjournal-video-upgrades/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How myJournal was built: Part 1</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/10/07/how-myjournal-was-built-part-1/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/10/07/how-myjournal-was-built-part-1/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 20:25:28 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[myjournal]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[free software]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/?p=20</guid>
		<description><![CDATA[These next few posts may only be of interest to the three other people worldwide as geeky as me, but I&#8217;m going to write them anyway as maybe they will serve as a warning to everyone of what will happen if you spend too long on a computer!
Part 1: My Computer and Free Software
Firstly I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>These next few posts may only be of interest to the three other people worldwide as geeky as me, but I&#8217;m going to write them anyway as maybe they will serve as a warning to everyone of what will happen if you spend too long on a computer!</p>
<h3>Part 1: My Computer and Free Software</h3>
<p>Firstly I&#8217;m going to talk about my trusty steed, a dual-core AMD Athlon machine with 2 gigabytes of RAM (soon to be upgraded to 4 I think). It has a fairly standard graphics card, but a <a href="http://www.m-audio.com/products/en_us/Audiophile2496.html">quite nice sound card</a> (for the rare occasions when I have chance to do some music recording). The stand-out thing about it is I&#8217;m running a version of Linux called Ubuntu.</p>
<p><a href="http://myjournal.com/sites/yorkshire-twist/files/2008/10/ubuntu.png"><img class="size-medium wp-image-23 alignleft" src="http://myjournal.com/sites/yorkshire-twist/files/2008/10/ubuntu-300x88.png" alt="" width="300" height="88" /></a>The vast majority of people will be used to using Microsoft Windows. Perhaps you&#8217;re aware of another type of computer called a Mac (made by Apple, who do iPods and iPhones). The problem with both Microsoft and Apple is they charge money. Call me a skin-flint, but I want something for nothing. When it comes to a computer there are two main bits you need: firstly a box of electronics, and secondly some software called an <em>operating system</em> which allows you to do things with your box of electronics. Windows is an operating system, but you have to pay for it.</p>
<p>With <a href="http://www.linux.org/">Linux, which is a free operating system</a>, you don&#8217;t have to pay for it. That&#8217;s because rather than a company paying several roomfuls of people to make it, like Microsoft and Apple do, Linux is made by people who donate their time. They are just nice people doing something they enjoy for the good of all. Very egalitarian.</p>
<p>And because Linux has no single company forcing it to be what they want it to be, lots of different versions of Linux are available &#8211; just like in Starbucks you can make your own coffee, Linux allows you to pick and mix the bits of an operating system you want. A great place to start, however, is <a href="http://www.ubuntu.com/">Ubuntu</a>.</p>
<p><a href="http://myjournal.com/sites/yorkshire-twist/files/2008/10/screenshot.png"><img class="size-medium wp-image-24 alignleft" style="margin: 0 10px 10px 0" src="http://myjournal.com/sites/yorkshire-twist/files/2008/10/screenshot-300x225.png" alt="" width="300" height="225" /></a>Ubuntu is free to download (they&#8217;ll even send you CDs for free) and contains not just an operating system which allows you to get on the Internet, but loads of other great software &#8211; all free! &#8211; as well. Things like the wonderful <a href="http://www.openoffice.org/">Open Office suite</a> (fully compatible with Microsoft Word and Excel) and the <a href="http://www.gimp.org/">GIMP graphics editor</a>, plus some other things you may have heard of like Skype, Firefox and Tetris.</p>
<p>I actually use a modified version of Ubuntu called <a href="http://ubuntustudio.org/">Ubuntu Studio</a> which is tweaked specially for music and graphic production. It looks pretty cool, as you can see.</p>
<p>If you&#8217;re interested in trying out Ubuntu then just follow the instructions on their website. You can even use Ubuntu and Windows together (without messing up either) in case you can&#8217;t give up Windows completely. There are <a href="http://anuragbansal.wordpress.com/2008/04/07/25-reasons-to-use-ubuntu-instead-of-windows/">more great reasons for using Ubuntu here</a>.</p>
<p>Next time I&#8217;ll talk about the specific pieces of software I&#8217;ve used to write myJournal.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/10/07/how-myjournal-was-built-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now 99% hack free!</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/09/17/now-99-hack-free/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/09/17/now-99-hack-free/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 21:16:16 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[myjournal]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/2008/09/17/now-99-hack-free/</guid>
		<description><![CDATA[As many of you will have seen, myJournal is built on the wonderful Wordpress platform. I would have called it a blogging system, but obviously we&#8217;ve taken it much, MUCH further than that, so it deserves s bigger title. And it&#8217;s all thanks to Wordpress&#8217; great plugin system, which means we can take advantage of [...]]]></description>
			<content:encoded><![CDATA[<p>As many of you will have seen, myJournal is built on the wonderful <a href="http://wordpress.org">Wordpress platform</a>. I would have called it a blogging system, but obviously we&#8217;ve taken it much, MUCH further than that, so it deserves s bigger title. And it&#8217;s all thanks to Wordpress&#8217; great plugin system, which means we can take advantage of all the goodies that come with the system, and put a load of our own stuff &#8211; such as showrooms, profiles, the media library and more &#8211; on top.</p>
<p>Up until recently I&#8217;ve had to do a bit of hacking &#8211; changing the Wordpress source code &#8211; to make some of the more difficult things work. That&#8217;s meant it was a bit of a pain each time a new version of Wordpress came out, because upgrading meant redoing all my hacks. Well, no more! After bouncing some ideas of a member of the Wordpress team (specifically <a href="http://andyinlife.com">Andy Peatling</a> who is developing <a href="http://buddypress.org/">BuddyPress</a>) many hacks have gone, replaced with just one hack in one place &#8211; much easier to manage.</p>
<p>Does it work? Well, the site is now running on the very latest version of Wordpress with the new hack-light system in place, and it seems to be holding up well.</p>
<p>So what else has been happening? Firstly I&#8217;ve made the title and text boxes for the &#8220;Write a new entry&#8221; quick writing form on your journal page much bigger. I started to write this article and realised it was rubbish. I&#8217;ve also just put live a new &#8220;Latest products&#8221; list on the homepage which shows products which have just been added by any company. That&#8217;s a great way to get a bit more exposure for your products, so it&#8217;s now even more important to write a clear title and description so people know what they are looking at.</p>
<p>I&#8217;ve also done quite a bit of work in the Control Panel, adding a new &#8220;Get started&#8221; box and a wizard that takes you through the first steps in setting up your myJournal profile. That&#8217;s great for people who aren&#8217;t sure what to do once they have a myJournal account.</p>
<p>Speaking of the Control Panel, you may have noticed the new &#8220;Blocked members&#8221; page in the Contacts section. That&#8217;s where people who have annoyed you will go when you block them. You can block someone when they send you a myJournal email, a Wire message, or a contact request. Once someone is blocked they won&#8217;t be able to contact you again. We&#8217;ll keep an eye on who is blocking who, so if someone is obviously annoying a lot of people we can deal with them appropriately.</p>
<p>I&#8217;ve also done a load of little changes, including adding a list of countries for you to choose for your personal profile. There&#8217;s also quite a bit of search engine optimisation work happened, particularly with regard to showrooms, which should help you get even more exposure online.</p>
<p>OK, loads of changes there, but hopefully you&#8217;re as excited as me about the next phase of myJournal.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/09/17/now-99-hack-free/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changes ahoy</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/09/08/changes-ahoy/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/09/08/changes-ahoy/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 22:56:54 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[myjournal]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/2008/09/08/changes-ahoy/</guid>
		<description><![CDATA[There have been some huge changes happening &#8220;under the bonnet&#8221; of myJournal. Hopefully you haven&#8217;t noticed too many things breaking, but we&#8217;re aware of some new &#8211; and in some cases quite obvious &#8211; bug which we&#8217;ll be looking at over the next couple of days.
So what are these changes? In a nutshell we&#8217;ve rewritten [...]]]></description>
			<content:encoded><![CDATA[<p>There have been some huge changes happening &#8220;under the bonnet&#8221; of myJournal. Hopefully you haven&#8217;t noticed too many things breaking, but we&#8217;re aware of some new &#8211; and in some cases quite obvious &#8211; bug which we&#8217;ll be looking at over the next couple of days.</p>
<p>So what are these changes? In a nutshell we&#8217;ve rewritten the very basis of the system to make it even easier for people to communicate with each other. And even *not* communicate as you can now block members who are pestering you.</p>
<p>As I said, there are quite a few kinks to iron out. But we feel these recent changes, about which there&#8217;ll soon be much more written, will give you lots more options with how to use myJournal your way.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/09/08/changes-ahoy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New community features</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/07/21/new-community-features/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/07/21/new-community-features/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 19:10:37 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[myjournal]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/?p=11</guid>
		<description><![CDATA[We&#8217;ve recently made a couple of changes to myJournal to help people keep up to date with what&#8217;s happening with all the members.
Firstly, and you&#8217;ll have seen this as it&#8217;s actually been live for a little while, is the &#8220;Who&#8217;s online?&#8221; feature on the homepage which shows you which users have been active on the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently made a couple of changes to myJournal to help people keep up to date with what&#8217;s happening with all the members.</p>
<p>Firstly, and you&#8217;ll have seen this as it&#8217;s actually been live for a little while, is the <a href="http://myjournal.com/">&#8220;Who&#8217;s online?&#8221; feature on the homepage</a> which shows you which users have been active on the site recently. This is going to be used for a few other things in the future, such as telling you who is reading certain network discussions and who is looking at your showroom. We&#8217;re big believers in real-time statistics (we use <a href="http://www.woopra.com/">Woopra</a>) so things like &#8220;Who&#8217;s online?&#8221; will hopefully provide some live stats to help you see what&#8217;s going on with your myJournal sites, and also help you to discover new people.</p>
<p>The second thing is also on the homepage and shows the last few posts that have been made anywhere in myJournal. So it&#8217;s an easy way to discover companies, authors and subjects that you may not have been aware of. Again, we&#8217;ve got lots more things we&#8217;re planning on doing with this kind of information.</p>
<p>It goes without saying that we&#8217;re also hard at work both making some of the existing parts of myJournal even better, and also adding new and innovative features to help you get the best from the web. As ever, any suggestions you have will be carefully considered.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/07/21/new-community-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>myJournal Tweaks</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/06/14/myjournal-tweaks/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/06/14/myjournal-tweaks/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 22:40:00 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[myjournal]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/?p=4</guid>
		<description><![CDATA[As is (almost) always the case with sites like this, the tweaks have been coming thick and fast. Some bugs have been squashed, some new features added, some features clarified, some instructions made clearer. We&#8217;ll soon have a full list of features available, but for now please click around and see what&#8217;s on offer.
]]></description>
			<content:encoded><![CDATA[<p>As is (almost) always the case with sites like this, the tweaks have been coming thick and fast. Some bugs have been squashed, some new features added, some features clarified, some instructions made clearer. We&#8217;ll soon have a full list of features available, but for now please click around and see what&#8217;s on offer.</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/06/14/myjournal-tweaks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>myJournal Launched</title>
		<link>http://myjournal.com/sites/yorkshire-twist/blog/2008/06/12/myjournal-launched/</link>
		<comments>http://myjournal.com/sites/yorkshire-twist/blog/2008/06/12/myjournal-launched/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 22:45:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[myjournal]]></category>
		<category><![CDATA[buddypress]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[stillbreathing]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yorkshire twist]]></category>

		<guid isPermaLink="false">http://myjournal.com/sites/yorkshire-twist/blog/?p=3</guid>
		<description><![CDATA[After many months of development, including some late nights (and even early mornings) this new networking site is finally available for public viewing. We&#8217;re not fully open to everyone just yet, we&#8217;re still in beta (which we&#8217;re calling a Public Preview).
I&#8217;ll talk more about the features myJournal offers at a later date, my brain is [...]]]></description>
			<content:encoded><![CDATA[<p>After many months of development, including some late nights (and even early mornings) this new networking site is finally available for public viewing. We&#8217;re not fully open to everyone just yet, we&#8217;re still in beta (which we&#8217;re calling a Public Preview).</p>
<p>I&#8217;ll talk more about the features myJournal offers at a later date, my brain is hurting now!, but for the time being you may like to look at <a href="http://myjournal.com/sites/yorkshire-twist/gallery/">my photo gallery of Yorkshire</a>.</p>
<p>I&#8217;d also like to thank <a href="http://myjournal.com/members/vincentmarcello/">Vinnie</a> and <a href="http://myjournal.com/members/davidfrankel/">David</a> for the opportunity to work on the project. I can honestly say it&#8217;s been a fantastic enterprise to be involved in, and I&#8217;m proud of what we&#8217;ve achieved. Thanks also go to all our testers, especially <a href="http://myjournal.com/members/paularlott/">Paul</a> for his expertise, and to <a href="http://myjournal.com/members/andypeatling/">Andy</a> for too many hours listening to my wacky ideas and rants about code!</p>
]]></content:encoded>
			<wfw:commentRss>http://myjournal.com/sites/yorkshire-twist/blog/2008/06/12/myjournal-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
