<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Thoughts by Techxplorer</title>
	<atom:link href="http://techxplorer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techxplorer.com</link>
	<description>Thoughts on my experiences with technology</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:15:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on First Version of Techxplorer&#8217;s CMS Released by techxplorer</title>
		<link>http://techxplorer.com/2011/12/27/first-version-of-techxplorers-cms-released/#comment-54</link>
		<dc:creator>techxplorer</dc:creator>
		<pubDate>Mon, 23 Jan 2012 12:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=2261#comment-54</guid>
		<description>Hi,

Could you send me the code that you&#039;ve changed &lt;a href=&quot;mailto:corey@techxplorer.com&quot; rel=&quot;nofollow&quot;&gt;corey@techxplorer.com&lt;/a&gt; to see what changes you&#039;ve made? On the face of it looks like a path is missing a &quot;/&quot; at the end. 

I&#039;m glad you&#039;re trying the code, and any changes I can make to assist you in you using will be considered. 

I look forward to hearing from you.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you send me the code that you&#8217;ve changed <a href="mailto:corey@techxplorer.com" rel="nofollow">corey@techxplorer.com</a> to see what changes you&#8217;ve made? On the face of it looks like a path is missing a &#8220;/&#8221; at the end. </p>
<p>I&#8217;m glad you&#8217;re trying the code, and any changes I can make to assist you in you using will be considered. </p>
<p>I look forward to hearing from you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on First Version of Techxplorer&#8217;s CMS Released by panrubius</title>
		<link>http://techxplorer.com/2011/12/27/first-version-of-techxplorers-cms-released/#comment-53</link>
		<dc:creator>panrubius</dc:creator>
		<pubDate>Sun, 22 Jan 2012 09:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=2261#comment-53</guid>
		<description>Hello there!

I would really like to use this CMS, I&#039;m a massive fan of MultiMarkdown your project looks like it is lightweight enough so that I don&#039;t get distracted when I should be writing!

However, I can&#039;t get it to work. I have a fully working installation of Apache, PHP, MySQL so it must be something I am doing wrong whilst trying to set up your CMS.

After cloning project from github, I renamed the folder “techexplorer”

So, when I try to run the command: 
$php build-website.php 
I keep receiving the following error message:
php build-website.php 
Processing files in the following directory:
./website/content
./website/contentindex.md: No such file or directory
ERROR: An error occurred whilst processing the file
       File: ./website/contentindex.md       Error: myusername:techexplorer 

What am I doing wrong? Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Hello there!</p>
<p>I would really like to use this CMS, I&#8217;m a massive fan of MultiMarkdown your project looks like it is lightweight enough so that I don&#8217;t get distracted when I should be writing!</p>
<p>However, I can&#8217;t get it to work. I have a fully working installation of Apache, PHP, MySQL so it must be something I am doing wrong whilst trying to set up your CMS.</p>
<p>After cloning project from github, I renamed the folder “techexplorer”</p>
<p>So, when I try to run the command:<br />
$php build-website.php<br />
I keep receiving the following error message:<br />
php build-website.php<br />
Processing files in the following directory:<br />
./website/content<br />
./website/contentindex.md: No such file or directory<br />
ERROR: An error occurred whilst processing the file<br />
       File: ./website/contentindex.md       Error: myusername:techexplorer </p>
<p>What am I doing wrong? Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing Passwords in Lithium by techxplorer</title>
		<link>http://techxplorer.com/2011/08/31/securing-passwords-in-lithium/#comment-52</link>
		<dc:creator>techxplorer</dc:creator>
		<pubDate>Wed, 31 Aug 2011 03:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=2118#comment-52</guid>
		<description>Hi James,

I think even though our code is different both are functionally equivalent. I guess this just highlights once again that when it comes to code there is no single &quot;right answer&quot;.

Interestingly I didn&#039;t need to do any hashing on the auth side of things. The auth checks just worked, once I ensured that the value stored in the database was always the hashed value. 

Thanks for taking the time to reply.</description>
		<content:encoded><![CDATA[<p>Hi James,</p>
<p>I think even though our code is different both are functionally equivalent. I guess this just highlights once again that when it comes to code there is no single &#8220;right answer&#8221;.</p>
<p>Interestingly I didn&#8217;t need to do any hashing on the auth side of things. The auth checks just worked, once I ensured that the value stored in the database was always the hashed value. </p>
<p>Thanks for taking the time to reply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Securing Passwords in Lithium by James Fuller (@j_blotus)</title>
		<link>http://techxplorer.com/2011/08/31/securing-passwords-in-lithium/#comment-51</link>
		<dc:creator>James Fuller (@j_blotus)</dc:creator>
		<pubDate>Wed, 31 Aug 2011 02:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=2118#comment-51</guid>
		<description>I&#039;m working on Auth myself and I have run into a few of the same issues. I&#039;m using something like this to filter:

&lt;code&gt;
    Users::applyFilter(&#039;save&#039;, function($self, $params, $chain) {
      $record = $params[&#039;entity&#039;];

      if ($record-&gt;validates() &amp;&amp; !$record-&gt;id) {
        $record-&gt;password = Password::hash($record-&gt;password);
      }

      $params[&#039;entity&#039;] = $record;

      return $chain-&gt;next($self, $params, $chain);
    });
&lt;/code&gt;
see https://gist.github.com/1182650
if that didn&#039;t post. The idea is to only hash the password when saving a new record. Also I found myself having to hash again on the login side.</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on Auth myself and I have run into a few of the same issues. I&#8217;m using something like this to filter:</p>
<p><code><br />
    Users::applyFilter('save', function($self, $params, $chain) {<br />
      $record = $params['entity'];</p>
<p>      if ($record-&gt;validates() &amp;&amp; !$record-&gt;id) {<br />
        $record-&gt;password = Password::hash($record-&gt;password);<br />
      }</p>
<p>      $params['entity'] = $record;</p>
<p>      return $chain-&gt;next($self, $params, $chain);<br />
    });<br />
</code><br />
see <a href="https://gist.github.com/1182650" rel="nofollow">https://gist.github.com/1182650</a><br />
if that didn&#8217;t post. The idea is to only hash the password when saving a new record. Also I found myself having to hash again on the login side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing &amp; Configuring MySQL Workbench on Mac OS X by Installing MySQL on Mac OS X &#171; Kang Maman&#039;s Blog</title>
		<link>http://techxplorer.com/2011/03/05/installing-configuring-mysql-workbench-on-mac-os-x/#comment-48</link>
		<dc:creator>Installing MySQL on Mac OS X &#171; Kang Maman&#039;s Blog</dc:creator>
		<pubDate>Fri, 01 Jul 2011 18:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=1978#comment-48</guid>
		<description>[...] 06/03/2011 – information on configuring MySQL Workbench is available via this post [...] </description>
		<content:encoded><![CDATA[<p>[...] 06/03/2011 – information on configuring MySQL Workbench is available via this post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Mac OS X by Alejandro Rubio</title>
		<link>http://techxplorer.com/2011/03/03/installing-mysql-on-mac-os-x/#comment-46</link>
		<dc:creator>Alejandro Rubio</dc:creator>
		<pubDate>Mon, 20 Jun 2011 22:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=1948#comment-46</guid>
		<description>Thanks, this was useful!</description>
		<content:encoded><![CDATA[<p>Thanks, this was useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gaining Root on an Ideos U8150 Android Phone by techxplorer</title>
		<link>http://techxplorer.com/2011/02/25/gaining-root-on-an-ideos-u8150-android-phone/#comment-33</link>
		<dc:creator>techxplorer</dc:creator>
		<pubDate>Sun, 12 Jun 2011 03:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=1914#comment-33</guid>
		<description>@tika

You don&#039;t put the z4root software on the sdcard directly you use the Android SDK to install the contents of the z4root app.

I suggest you read the procedure carefully and if you&#039;re still stuck let me know which step you got up to.</description>
		<content:encoded><![CDATA[<p>@tika</p>
<p>You don&#8217;t put the z4root software on the sdcard directly you use the Android SDK to install the contents of the z4root app.</p>
<p>I suggest you read the procedure carefully and if you&#8217;re still stuck let me know which step you got up to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gaining Root on an Ideos U8150 Android Phone by tika</title>
		<link>http://techxplorer.com/2011/02/25/gaining-root-on-an-ideos-u8150-android-phone/#comment-32</link>
		<dc:creator>tika</dc:creator>
		<pubDate>Sat, 11 Jun 2011 18:08:03 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=1914#comment-32</guid>
		<description>i download software to my computer and i  put in sd card but in sd card i can&#039;t see any file? this is my first time using this types of phone and android software so can u please help me what i should do?</description>
		<content:encoded><![CDATA[<p>i download software to my computer and i  put in sd card but in sd card i can&#8217;t see any file? this is my first time using this types of phone and android software so can u please help me what i should do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Apache Ant on Mac OS X by Nikita Sumeiko</title>
		<link>http://techxplorer.com/2011/02/26/installing-apache-ant-on-mac-os-x/#comment-35</link>
		<dc:creator>Nikita Sumeiko</dc:creator>
		<pubDate>Tue, 07 Jun 2011 08:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=1898#comment-35</guid>
		<description>Just installed Apache ant to my MacOS. Your instructions really helped. Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Just installed Apache ant to my MacOS. Your instructions really helped. Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing MySQL on Mac OS X by Carlos</title>
		<link>http://techxplorer.com/2011/03/03/installing-mysql-on-mac-os-x/#comment-45</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Fri, 03 Jun 2011 05:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://techxplorer.com/?p=1948#comment-45</guid>
		<description>Your guide is most awesome sir. Thank you!</description>
		<content:encoded><![CDATA[<p>Your guide is most awesome sir. Thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

