<?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"
	>

<channel>
	<title>WP2</title>
	<atom:link href="http://wp2.pub.jacknyfe.net/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp2.pub.jacknyfe.net/wordpress</link>
	<description></description>
	<pubDate>Thu, 20 Nov 2008 23:50:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Finding Balance in the Force</title>
		<link>http://wp2.pub.jacknyfe.net/wordpress/2008/11/12/finding-balance-in-the-force/</link>
		<comments>http://wp2.pub.jacknyfe.net/wordpress/2008/11/12/finding-balance-in-the-force/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:44:11 +0000</pubDate>
		<dc:creator>alucero</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp2.pub.jacknyfe.net/wordpress/?p=6</guid>
		<description><![CDATA[Recently the subject of comment moderation or censorship has come up in our internal discussions and via some support questions.
The question being posed is how do we ballance the blogger’s right to control their own site real-estate as well as the commenters right to have their voice heard and their self-expression preserved in some way. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently the subject of comment moderation or censorship has come up in our internal discussions and via some support questions.</p>
<p>The question being posed is how do we ballance the blogger’s right to control their own site real-estate as well as the commenters right to have their voice heard and their self-expression preserved in some way. Balance this with the need for spam and troll protection and you end up with quite a complicated scenario.</p>
<p>It’s also an important <a href="http://www.dataportability.org/">data portability question</a> that we at JS-Kit have an opportunity to solve at scale (550,000 registered sites!).</p>
<p>Right now our thinking is as follows. I would love your feedback.</p>
<ul>
<li>The site owner owns their page and must have control over the content displayed on it.</li>
<li>The site owner does not own the user or their data (including their comment).</li>
<li>The site owner may edit or remove a comment from their site at any time.</li>
<li>Edited comments will be clearly marked as ‘Edited by moderator’ so that other users are aware a change has been made. The user will be emailed to notify them of the edit</li>
<li>The user has the right to revoke their comment if they feel it no longer reflects their original intent</li>
<li>The edited or deleted comment and the original version is preserved in the user’s visitor profile</li>
<li>The site owner may have access to the user’s IP address</li>
<li>The site owner may not have access to the user’s email address unless the user makes their email address public</li>
<li>Even if the user’s email address is not made available to the site owner, the site owner can contact the user indirectly via the commenting platform</li>
<li>The user has the right to delete their account and leave the site. They may choose to delete their comments in this proccess as a seperate and distinct choice.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/wp2.pub.jacknyfe.net/wordpress/p=6</wfw:commentRss>
		</item>
		<item>
		<title>Test Trackbacks</title>
		<link>http://wp2.pub.jacknyfe.net/wordpress/2008/10/29/test-trackbacks/</link>
		<comments>http://wp2.pub.jacknyfe.net/wordpress/2008/10/29/test-trackbacks/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 21:17:51 +0000</pubDate>
		<dc:creator>hsbeta1</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp2.pub.jacknyfe.net/wordpress/?p=5</guid>
		<description><![CDATA[Using this post to test Trackbacks&#8230;.
Great article:
http://jebcommerce.com/why-arent-they-accepting-my-application/
]]></description>
			<content:encoded><![CDATA[<p>Using this post to test Trackbacks&#8230;.</p>
<p>Great article:</p>
<p><a href="http://jebcommerce.com/why-arent-they-accepting-my-application/">http://jebcommerce.com/why-arent-they-accepting-my-application/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/wp2.pub.jacknyfe.net/wordpress/p=5</wfw:commentRss>
		</item>
		<item>
		<title>Learning PHP : Beginner Tutorials</title>
		<link>http://wp2.pub.jacknyfe.net/wordpress/2008/08/25/learning-php-beginner-tutorials/</link>
		<comments>http://wp2.pub.jacknyfe.net/wordpress/2008/08/25/learning-php-beginner-tutorials/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 23:19:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp2.pub.jacknyfe.net/wordpress/?p=4</guid>
		<description><![CDATA[At some point, people who have some knowledge of HTML and/or CSS eventually need to do more, and usually they start wondering if they should learn PHP. Most, in fact, have already played around with it a little because they’ve made some minor adjustments to existing PHP code in WordPress, forum software, or some other [...]]]></description>
			<content:encoded><![CDATA[<p>At some point, people who have some knowledge of HTML and/or CSS eventually need to do more, and usually they start wondering if they should learn PHP. Most, in fact, have already played around with it a little because they’ve made some minor adjustments to existing PHP code in WordPress, forum software, or some other application written in PHP. Still, making a few tweaks here and there to existing code, and writing an entire application from scratch are very different, and that’s when many wonder how they would go from point A to point B in order to really learn PHP (and MySQL).</p>
<p><strong>The leap from HTML and CSS to PHP can be fairly wide, so I’ve tried to compile resources specifically to help the true PHP beginner.</strong></p>
<p>Of course, as with all things, there are scads of tutorials on both PHP and MySQL on the web, but that doesn’t mean all are really exceptional - especially for the newb beginner. Frankly, I’ve never found an online tutorial that introduces the generic “concepts” of programming very well, and that would be a great first step. Although the following tutorial gets a little technical, especially towards the end, I recommend reading through it if only to grasp the basic theories that it presents. Don’t worry if you don’t understand it all. Just use it as an overview guide before plunging into PHP specifics.</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/wp2.pub.jacknyfe.net/wordpress/p=4</wfw:commentRss>
		</item>
		<item>
		<title>WordPress integration testing article</title>
		<link>http://wp2.pub.jacknyfe.net/wordpress/2008/07/05/asd/</link>
		<comments>http://wp2.pub.jacknyfe.net/wordpress/2008/07/05/asd/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 21:55:42 +0000</pubDate>
		<dc:creator>stremglav</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp2.pub.jacknyfe.net/wordpress/?p=3</guid>
		<description><![CDATA[ok, here we go!
]]></description>
			<content:encoded><![CDATA[<p>ok, here we go!</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/wp2.pub.jacknyfe.net/wordpress/p=3</wfw:commentRss>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://wp2.pub.jacknyfe.net/wordpress/2008/07/04/hello-world/</link>
		<comments>http://wp2.pub.jacknyfe.net/wordpress/2008/07/04/hello-world/#comments</comments>
		<pubDate>Sat, 05 Jul 2008 06:00:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://wp2.pub.jacknyfe.net/wordpress/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
]]></content:encoded>
			<wfw:commentRss>http://js-kit.com/rss/wp2.pub.jacknyfe.net/wordpress/p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
