<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Writing Blog Software</title>
<link href="/mc/standard/blog/atom/3" ></link>
<id>urn:uuid:09615845-99ff-e334-99c1-82ec915a889b</id>
<description type="html" ><![CDATA[The details of writing blog software!]]></description>
<entry>
<title>Creating a Blog Component</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-07T13:26:38-06:00</updated>
<summary type="html" ><![CDATA[<p>I've begun the work of adding a blog component to Group commons, Inc.&nbsp; Turns out that a "blog" isn't as well defined as people think its.&nbsp; I thought it might be interesting to write about the development of a blog during the time that it is being built.&nbsp; This should give some insight into the process of writing a blog as well as a look into the thought process required to integrate a blog more clearly into the larger framework that is Group Commons. &nbsp;&nbsp; I'd like to use the blog tool as a means to keep moving forward. &nbsp; I view writing as an integral part of the development process - especially when there is only one person who is creating the software. &nbsp;&nbsp; It may be even more important when there are multiple people using it.</p>
<p><strong>Feature #1:</strong></p>
<p>So the number one feature of a blog is the ability to record in a WYSIWYG format, in&nbsp; a chonological manner, entries.</p>]]></summary>
</entry>
<entry>
<title>Third Posting</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-07T19:23:36-06:00</updated>
<summary type="html" ><![CDATA[<p>I managed somehow to delete the first blog.&nbsp;&nbsp;&nbsp; In the process of testing deletion and privileges, and synopsis, the first posting entry disappeared.&nbsp; the first posting basically said that bold was not set up correctly and that I needed a synopsis field.</p>
<p>&nbsp;</p>]]></summary>
</entry>
<entry>
<title>Multi Blog!</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-07T19:26:24-06:00</updated>
<summary type="html" ><![CDATA[<p>So I've created the basic infastructure to handle multiple blogs.</p>
<p>I added the admin backend to configure whether its a multiblog or single user blog.</p>
<p>I added in the code (hopefully) to set the blog_id when submitting.</p>]]></summary>
</entry>
<entry>
<title>Getting back in the groove</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-17T15:39:30-06:00</updated>
<summary type="html" ><![CDATA[<p>I got a bit distracted - now back at it.&nbsp;&nbsp; Fixed an issue today where if you aren't on a day that has posting you won't see anything.</p>]]></summary>
</entry>
<entry>
<title>Dates, Dates, Dates</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-26T13:15:07-06:00</updated>
<summary type="html" ><![CDATA[<p>One of the defining features of a blog is a calender of dates.&nbsp;&nbsp;</p>
<p>Another defining feature is categories associated with the blog.</p>
<p>Both of these get added today.</p>]]></summary>
</entry>
<entry>
<title>Writing a Blog - Second Posting</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-07T14:09:13-06:00</updated>
<summary type="html" ><![CDATA[<p>So, I cleaned up the "strong" problem - yahoos reset code takes strong and makes it standard font size.&nbsp; The rest of the world doesn't do it that way.&nbsp;</p>
<p>So now there is a page for each day - and my blog box on the main screen points each entry to that page.&nbsp;&nbsp; Probably should do a tag ref to it as well.&nbsp;</p>
<p>So one of the classic issues in the web world is whether you support one blog or many.&nbsp;&nbsp;&nbsp; The code I'm writing for Group Commons will support both.&nbsp; So the idea is that if you are a member of an organisation, then you can have your own blog among the members.&nbsp;&nbsp;&nbsp; This is significantly harder to implement than a single blog entry system.</p>]]></summary>
</entry>
<entry>
<title>Features, Wishlists, Writing</title>
<link href="/mc/standard/blog/view/3" ></link>
<id>urn:uuid:2c464910-0344-0244-ebad-517c9ff44bbc</id>
<updated>2009-06-26T13:22:50-06:00</updated>
<summary type="html" ><![CDATA[<p>Features, Wishlists, writing and iterative growth builds solid code.</p>]]></summary>
</entry>
<entry>
<title>Re-Progress</title>
<link href="/mc/standard/blog/view/3/2009/06/26/Re-Progress" ></link>
<id>urn:uuid:6fc5342c-d3e6-378d-7c90-ad423a03ebb6</id>
<updated>2009-06-26T18:46:40-06:00</updated>
<summary type="html" ><![CDATA[<p>As I'm writing this blog, I'm trying to develop a basic method for building applications iteratively.&nbsp; This turns out to be distinctly difficult.&nbsp;&nbsp; Basically ideas and concepts and thoughts get lost in the mess.&nbsp;</p>
<p>Here's a couple of concepts that I need to implement:</p>
<p>1) unique traceback url for each post</p>
<p>2) rss feed (atom, rss 1.0, rss2.0)</p>
<p>&nbsp;</p>]]></summary>
</entry>
<entry>
<title>Traceback code</title>
<link href="/mc/standard/blog/view/3/2009/06/29/Traceback-code" ></link>
<id>urn:uuid:f5757770-f945-5cb4-f737-5fe15833908a</id>
<updated>2009-06-29T11:18:30-06:00</updated>
<summary type="html" ><![CDATA[<p>I got the traceback code put in today.&nbsp; This helps get the software much closer to what is expected of blog software.</p>]]></summary>
</entry>
<entry>
<title>security</title>
<link href="/mc/standard/blog/view/3/2009/09/21/security" ></link>
<id>urn:uuid:829aa960-e91e-b84f-c6ec-4b81bec1cce0</id>
<updated>2009-09-21T17:00:25-06:00</updated>
<summary type="html" ><![CDATA[<p>Security turns out to be a touchy issue with multiple blogs....and to avoid all the scammers out there.</p>]]></summary>
</entry>
<entry>
<title>Testing Images</title>
<link href="/mc/standard/blog/view/3/2009/10/02/Testing-Images" ></link>
<id>urn:uuid:f87b1d18-c45e-9ce3-30bb-02d0bc05a0e5</id>
<updated>2009-10-02T17:52:59-06:00</updated>
<summary type="html" ><![CDATA[<p><img src="/gc/standard/image/view/15?image_size=medium" alt="" /></p>
<p>Here is a test of the content for images.</p>]]></summary>
</entry>
<entry>
<title>Sorting</title>
<link href="/mc/standard/blog/view/3/2009/12/21/Sorting" ></link>
<id>urn:uuid:65573dcf-995b-3843-f6d9-ec4b035dfd9e</id>
<updated>2009-12-21T13:35:04-07:00</updated>
<summary type="html" ><![CDATA[<p>Added in sorting by alphabetic, desc, and ascending.</p>]]></summary>
</entry>
</feed>
