<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Help wanted</title>
	<atom:link href="http://freepressblog.org/blog/2004/11/21/help-wanted/feed/" rel="self" type="application/rss+xml" />
	<link>http://freepressblog.org/blog/2004/11/21/help-wanted/</link>
	<description>A collection of my thoughts and other random stuff I found interesting.</description>
	<pubDate>Thu, 20 Nov 2008 11:26:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-295</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Tue, 23 Nov 2004 00:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-295</guid>
		<description>It will be from scratch, but the structure will be generally like Wordpress, since that's what I use and I think it's pretty good. Actually, one reason I wanted to do this is the first place was to basically rewrite WordPress in a language I'm more familiar with (Java - to answer your second question) so that I could be more confident in the security aspects of the system. I've done a little PHP as well, but maybe once the first release is done in Java I will work on a PHP port as a side project while getting to know PHP better. There's a definite advantage to going with PHP for a blog system, which is that there is much more support from hosting providers for it, but I still think I'll stick with Java for this time around.

The database will be MySQL, but it will be easily modified to support any DB for which there is a JDBC driver (which is pretty much anything).  This will be simple due to following the good design principle of encapsulation of data access into easily replaceable components, so that they can be switched out without modifying any page code or other system logic code. With this approach you could easily modify it to use XML file based storage as an alternative, too.

I like the forum idea, although I don't know about including it in the blog app. If so, it would have to be in a later version, so that the focus can be on getting the base functionality released as soon as possible.

I'm leaning towards saying that e-mail posting falls into that category as well - more of an add-on than a necessary part of the system. Do you use e-mail posting? The only use I can think of for it is easier posting from a cell phone, which doesn't have a browser built in. My point of view on that is get a phone with a good browser if you really need to do that. Another drawback to that is that cell phone e-mail clients usually don't have spell-check, etc.</description>
		<content:encoded><![CDATA[<p>It will be from scratch, but the structure will be generally like Wordpress, since that&#8217;s what I use and I think it&#8217;s pretty good. Actually, one reason I wanted to do this is the first place was to basically rewrite WordPress in a language I&#8217;m more familiar with (Java - to answer your second question) so that I could be more confident in the security aspects of the system. I&#8217;ve done a little PHP as well, but maybe once the first release is done in Java I will work on a PHP port as a side project while getting to know PHP better. There&#8217;s a definite advantage to going with PHP for a blog system, which is that there is much more support from hosting providers for it, but I still think I&#8217;ll stick with Java for this time around.</p>
<p>The database will be MySQL, but it will be easily modified to support any DB for which there is a JDBC driver (which is pretty much anything).  This will be simple due to following the good design principle of encapsulation of data access into easily replaceable components, so that they can be switched out without modifying any page code or other system logic code. With this approach you could easily modify it to use XML file based storage as an alternative, too.</p>
<p>I like the forum idea, although I don&#8217;t know about including it in the blog app. If so, it would have to be in a later version, so that the focus can be on getting the base functionality released as soon as possible.</p>
<p>I&#8217;m leaning towards saying that e-mail posting falls into that category as well - more of an add-on than a necessary part of the system. Do you use e-mail posting? The only use I can think of for it is easier posting from a cell phone, which doesn&#8217;t have a browser built in. My point of view on that is get a phone with a good browser if you really need to do that. Another drawback to that is that cell phone e-mail clients usually don&#8217;t have spell-check, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-294</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Nov 2004 22:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-294</guid>
		<description>If you want to use it, I started a forum for FreePress on my site,
http://scatteredthoughts.us/forums/index.php?action=vtopic&#038;forum=4

And after doing this, I suggest a forum solution within your system. Something like the minibb that I have but make it integrated, So if a post gets big and you want to open it to a forum with new topics underneath you can publish it to do so. It would work great for what you are doing now, send the post to the forum and then send other posts as topics under that particular forum.
You following?</description>
		<content:encoded><![CDATA[<p>If you want to use it, I started a forum for FreePress on my site,<br />
<a href="http://scatteredthoughts.us/forums/index.php?action=vtopic&#038;forum=4" rel="nofollow">http://scatteredthoughts.us/forums/index.php?action=vtopic&#038;forum=4</a></p>
<p>And after doing this, I suggest a forum solution within your system. Something like the minibb that I have but make it integrated, So if a post gets big and you want to open it to a forum with new topics underneath you can publish it to do so. It would work great for what you are doing now, send the post to the forum and then send other posts as topics under that particular forum.<br />
You following?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-293</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Nov 2004 22:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-293</guid>
		<description>Do you want me to look into anything?
Are you going to develop everything from sctratch? or are you going to take some other OpSo and integrate it?
What is going to be the language? java? php?</description>
		<content:encoded><![CDATA[<p>Do you want me to look into anything?<br />
Are you going to develop everything from sctratch? or are you going to take some other OpSo and integrate it?<br />
What is going to be the language? java? php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-292</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Nov 2004 22:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-292</guid>
		<description>&lt;strong&gt;Been a while&lt;/strong&gt;
Just to let you know I am alive, I have been talking a lot about OS X on Jareds blog.
Read it all here.

Also Jared is creating a new blogging sytem, you can find all the posts here. I am really excited about it.</description>
		<content:encoded><![CDATA[<p><strong>Been a while</strong><br />
Just to let you know I am alive, I have been talking a lot about OS X on Jareds blog.<br />
Read it all here.</p>
<p>Also Jared is creating a new blogging sytem, you can find all the posts here. I am really excited about it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-291</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Mon, 22 Nov 2004 22:01:20 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-291</guid>
		<description>Ya, hopefully the WordPress developers don't sue me.</description>
		<content:encoded><![CDATA[<p>Ya, hopefully the WordPress developers don&#8217;t sue me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-290</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 22 Nov 2004 19:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-290</guid>
		<description>Thanks.
Kubrick is just a template but I think it is for other sytems also. Kubrick is really nice because it gives WP a whole new feel, since it includes a new index. I just think you need to look at the Kubrick template because the code that he included is packed full of all the features that you can either include or hide. This is a nice feature because normally a non coder would have to search for the right code to insert.

I was thinking of freepress for you also but it sounded too much like wordpress.
I will help as much as I can.</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
Kubrick is just a template but I think it is for other sytems also. Kubrick is really nice because it gives WP a whole new feel, since it includes a new index. I just think you need to look at the Kubrick template because the code that he included is packed full of all the features that you can either include or hide. This is a nice feature because normally a non coder would have to search for the right code to insert.</p>
<p>I was thinking of freepress for you also but it sounded too much like wordpress.<br />
I will help as much as I can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-289</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Sun, 21 Nov 2004 21:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-289</guid>
		<description>OK, I might play around with it. It seems like one of those things that probably isn't too hard to do, and if it's expected to be a standard part of blog software, I should probably include it whether I like it or not.</description>
		<content:encoded><![CDATA[<p>OK, I might play around with it. It seems like one of those things that probably isn&#8217;t too hard to do, and if it&#8217;s expected to be a standard part of blog software, I should probably include it whether I like it or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-288</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Sun, 21 Nov 2004 21:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-288</guid>
		<description>Cool. I have mixed feelings about the freespeek name; I like the concept behind it, but I'm not too into "alternate" spellings, and the main "freespeak" domains are already registered. But since you've inspired me in that direction, how about "FreePress"? Same concept, but more specific to the publishing arena. In anticipation, I just went out and registered freepressblog.com and .org, so maybe that's what it will be....

Re: Kubrick - It is another template system for Wordpress, right? Does it include any functionality that WP doesn't already have? I do need to add spam filtering and e-mail posting to the requirements list, and I think I already have rss and gallery in there. Thanks for the feedback.

I'll definitely include you as part of the "project team", to get your feedback, ideas, and testing, etc. as it goes along. Just let me know what you want your title to be in the credits... and you can put it in your resume too.</description>
		<content:encoded><![CDATA[<p>Cool. I have mixed feelings about the freespeek name; I like the concept behind it, but I&#8217;m not too into &#8220;alternate&#8221; spellings, and the main &#8220;freespeak&#8221; domains are already registered. But since you&#8217;ve inspired me in that direction, how about &#8220;FreePress&#8221;? Same concept, but more specific to the publishing arena. In anticipation, I just went out and registered freepressblog.com and .org, so maybe that&#8217;s what it will be&#8230;.</p>
<p>Re: Kubrick - It is another template system for Wordpress, right? Does it include any functionality that WP doesn&#8217;t already have? I do need to add spam filtering and e-mail posting to the requirements list, and I think I already have rss and gallery in there. Thanks for the feedback.</p>
<p>I&#8217;ll definitely include you as part of the &#8220;project team&#8221;, to get your feedback, ideas, and testing, etc. as it goes along. Just let me know what you want your title to be in the credits&#8230; and you can put it in your resume too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAn</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-287</link>
		<dc:creator>DAn</dc:creator>
		<pubDate>Sun, 21 Nov 2004 20:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-287</guid>
		<description>I use trackback, at first it didnt make any sense but it really does.
Say you read an article on another blog and instead of making your views solely on their blog thorugh a comment you can post on your own blog, and it will trackback to the original blog.
For example, Jared wrote a great post a while back and instead of comenting on it here I quoted him and wrote about it on my site. I included a trackback and under Jared's coments was a trackback to my site and the post I referenced.
I do it mainly because it brings new readers from those other blogs to my site to see what else I have to say. It really makes a "community" from blogging and as the web goes it just "links" everyone together a little bit better. Making 6 degrees of seperation a little easier.

Sorry, if it still does not make sense to you or give you a good reason to use it but I think its an assett to a lot of bloggers.</description>
		<content:encoded><![CDATA[<p>I use trackback, at first it didnt make any sense but it really does.<br />
Say you read an article on another blog and instead of making your views solely on their blog thorugh a comment you can post on your own blog, and it will trackback to the original blog.<br />
For example, Jared wrote a great post a while back and instead of comenting on it here I quoted him and wrote about it on my site. I included a trackback and under Jared&#8217;s coments was a trackback to my site and the post I referenced.<br />
I do it mainly because it brings new readers from those other blogs to my site to see what else I have to say. It really makes a &#8220;community&#8221; from blogging and as the web goes it just &#8220;links&#8221; everyone together a little bit better. Making 6 degrees of seperation a little easier.</p>
<p>Sorry, if it still does not make sense to you or give you a good reason to use it but I think its an assett to a lot of bloggers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DAn</title>
		<link>http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-286</link>
		<dc:creator>DAn</dc:creator>
		<pubDate>Sun, 21 Nov 2004 20:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2004/11/21/help-wanted/#comment-286</guid>
		<description>All I can offer is a potential name that you might be sick of hearing.
Later I want to give out tagboards and comment systems for free through freespeek, but it doesnt look to good since I dont have that much control or knowledge of coding and making a superior product then whats already free.
So, if you want to call it freespeek you could do that and I could host the pages and files.

Everything that I would want is in wordpress and kubrick, other then some extensions that should be built in, like spam filtering, gallery, post via email, rss, and so on. I am very interested in what you are planning.</description>
		<content:encoded><![CDATA[<p>All I can offer is a potential name that you might be sick of hearing.<br />
Later I want to give out tagboards and comment systems for free through freespeek, but it doesnt look to good since I dont have that much control or knowledge of coding and making a superior product then whats already free.<br />
So, if you want to call it freespeek you could do that and I could host the pages and files.</p>
<p>Everything that I would want is in wordpress and kubrick, other then some extensions that should be built in, like spam filtering, gallery, post via email, rss, and so on. I am very interested in what you are planning.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
