<?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 LightCube Solutions, LLCLightCube Solutions, LLC</title>
	<atom:link href="http://www.lightcubesolutions.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.lightcubesolutions.com/blog</link>
	<description>Hints, experiences and insights from LightCube Solutions</description>
	<lastBuildDate>Sat, 23 Feb 2013 00:23:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Secure PHP/JavaScript login without SSL by ronal</title>
		<link>http://www.lightcubesolutions.com/blog/?p=47&#038;cpage=1#comment-2225</link>
		<dc:creator>ronal</dc:creator>
		<pubDate>Sat, 23 Feb 2013 00:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=47#comment-2225</guid>
		<description><![CDATA[sorry the pass for decrypt is password.]]></description>
		<content:encoded><![CDATA[<p>sorry the pass for decrypt is password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Secure PHP/JavaScript login without SSL by ronal</title>
		<link>http://www.lightcubesolutions.com/blog/?p=47&#038;cpage=1#comment-2224</link>
		<dc:creator>ronal</dc:creator>
		<pubDate>Sat, 23 Feb 2013 00:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=47#comment-2224</guid>
		<description><![CDATA[Hello sorry for my english.
In login.php always returns mismatched not match because the latest hash generated in the.
I think the problem is in this line &quot;$ pass = sha1 (&#039;password&#039;);&quot; because I can not find where you enter the password that the user entered.
I would appreciate guidance.
regards]]></description>
		<content:encoded><![CDATA[<p>Hello sorry for my english.<br />
In login.php always returns mismatched not match because the latest hash generated in the.<br />
I think the problem is in this line &#8220;$ pass = sha1 (&#8216;password&#8217;);&#8221; because I can not find where you enter the password that the user entered.<br />
I would appreciate guidance.<br />
regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ACL with Lithium and MongoDB by fhagard</title>
		<link>http://www.lightcubesolutions.com/blog/?p=418&#038;cpage=1#comment-1633</link>
		<dc:creator>fhagard</dc:creator>
		<pubDate>Sun, 08 Jul 2012 05:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=418#comment-1633</guid>
		<description><![CDATA[@joedevon, I agree with you. I dont&#039; think it&#039;s a solid solution for a large production environment (hence the &quot;simple&quot; approach). My intent was to demonstrate the ease with which you could utilize Lithium and MongoDB to do something simple that is typically complicated. I think your thought is right on to put a layer of roles to protect the resource.

For something more robust I would check out &lt;a href=&quot;https://github.com/tmaiaroto/li3_access&quot; title=&quot;li3_access&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;li3_access&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>@joedevon, I agree with you. I dont&#8217; think it&#8217;s a solid solution for a large production environment (hence the &#8220;simple&#8221; approach). My intent was to demonstrate the ease with which you could utilize Lithium and MongoDB to do something simple that is typically complicated. I think your thought is right on to put a layer of roles to protect the resource.</p>
<p>For something more robust I would check out <a href="https://github.com/tmaiaroto/li3_access" title="li3_access" target="_blank" rel="nofollow">li3_access</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MongoDB and PHP &#8211; A Quick Look at GridFS by Jacob Clark</title>
		<link>http://www.lightcubesolutions.com/blog/?p=209&#038;cpage=1#comment-1627</link>
		<dc:creator>Jacob Clark</dc:creator>
		<pubDate>Tue, 26 Jun 2012 15:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=209#comment-1627</guid>
		<description><![CDATA[Great article.

I have developed a basic framework for GridFS - http://thundergrid.fusionstrike.com/

Give it a try, I&#039;d love to hear your feedback!

You can follow me on: http://www.twitter.com/imjacobclark]]></description>
		<content:encoded><![CDATA[<p>Great article.</p>
<p>I have developed a basic framework for GridFS &#8211; <a href="http://thundergrid.fusionstrike.com/" rel="nofollow">http://thundergrid.fusionstrike.com/</a></p>
<p>Give it a try, I&#8217;d love to hear your feedback!</p>
<p>You can follow me on: <a href="http://www.twitter.com/imjacobclark" rel="nofollow">http://www.twitter.com/imjacobclark</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use the MongoDB MD5 field in GridFS by MyD</title>
		<link>http://www.lightcubesolutions.com/blog/?p=352&#038;cpage=1#comment-1592</link>
		<dc:creator>MyD</dc:creator>
		<pubDate>Fri, 20 Apr 2012 09:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=352#comment-1592</guid>
		<description><![CDATA[You forget probably that by default there is no index on the md5 field so your query will be slow sooner or later. Furthermore you can have collisions that the another file without the same content can produce the same md5 has thus you will have a false condition. The right way would be to query for filename + md5 to make sure you have no duplicates though.]]></description>
		<content:encoded><![CDATA[<p>You forget probably that by default there is no index on the md5 field so your query will be slow sooner or later. Furthermore you can have collisions that the another file without the same content can produce the same md5 has thus you will have a false condition. The right way would be to query for filename + md5 to make sure you have no duplicates though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple ACL with Lithium and MongoDB by @joedevon</title>
		<link>http://www.lightcubesolutions.com/blog/?p=418&#038;cpage=1#comment-1535</link>
		<dc:creator>@joedevon</dc:creator>
		<pubDate>Fri, 09 Dec 2011 20:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=418#comment-1535</guid>
		<description><![CDATA[Not sure I like this. Shouldn&#039;t ACLs be protecting the resource? You&#039;re storing ACLs in the user table. So if you want to change the acl on the route you now have to loop through all the users and change the ACLs *there*. Messy. I&#039;m not an ACL expert but seems to me it would be much better to do this:

Build Roles. Store the roles in the user table.
Store ACL rules in the routes somehow. Mapping them to roles.

Never done ACL w/ Lithium so I may be missing information. But that&#039;s why I found your link ;)]]></description>
		<content:encoded><![CDATA[<p>Not sure I like this. Shouldn&#8217;t ACLs be protecting the resource? You&#8217;re storing ACLs in the user table. So if you want to change the acl on the route you now have to loop through all the users and change the ACLs *there*. Messy. I&#8217;m not an ACL expert but seems to me it would be much better to do this:</p>
<p>Build Roles. Store the roles in the user table.<br />
Store ACL rules in the routes somehow. Mapping them to roles.</p>
<p>Never done ACL w/ Lithium so I may be missing information. But that&#8217;s why I found your link <img src='http://www.lightcubesolutions.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Metadata to Files in MongoDB/PHP by rubayeet</title>
		<link>http://www.lightcubesolutions.com/blog/?p=228&#038;cpage=1#comment-1406</link>
		<dc:creator>rubayeet</dc:creator>
		<pubDate>Fri, 29 Jul 2011 16:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=228#comment-1406</guid>
		<description><![CDATA[I take it back. It *does&quot; have an &#039;update&#039; method (MongoGridFS extends MongoCollection). The page in PHP manual doesn&#039;t list the method though.]]></description>
		<content:encoded><![CDATA[<p>I take it back. It *does&#8221; have an &#8216;update&#8217; method (MongoGridFS extends MongoCollection). The page in PHP manual doesn&#8217;t list the method though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding Metadata to Files in MongoDB/PHP by rubayeet</title>
		<link>http://www.lightcubesolutions.com/blog/?p=228&#038;cpage=1#comment-1403</link>
		<dc:creator>rubayeet</dc:creator>
		<pubDate>Fri, 29 Jul 2011 04:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=228#comment-1403</guid>
		<description><![CDATA[The MongoGridFS class doesn&#039;t have any &#039;update&#039; method. Does this code work?]]></description>
		<content:encoded><![CDATA[<p>The MongoGridFS class doesn&#8217;t have any &#8216;update&#8217; method. Does this code work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Windows, Eclipse, Ant and Rsync to Play Nicely Together by chmod - need help with options capital D and capital F..</title>
		<link>http://www.lightcubesolutions.com/blog/?p=104&#038;cpage=1#comment-1224</link>
		<dc:creator>chmod - need help with options capital D and capital F..</dc:creator>
		<pubDate>Mon, 04 Apr 2011 23:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=104#comment-1224</guid>
		<description><![CDATA[[...] sure if &quot;D&quot; and &quot;F&quot; are Rsync related only then..  If you look at this post: http://www.lightcubesolutions.com/blog/?p=104. In the first code block (which I pasted below) in the arg line, it uses &quot;D&quot; and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] sure if &quot;D&quot; and &quot;F&quot; are Rsync related only then..  If you look at this post: <a href="http://www.lightcubesolutions.com/blog/?p=104" rel="nofollow">http://www.lightcubesolutions.com/blog/?p=104</a>. In the first code block (which I pasted below) in the arg line, it uses &quot;D&quot; and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Windows, Eclipse, Ant and Rsync to Play Nicely Together by Jared</title>
		<link>http://www.lightcubesolutions.com/blog/?p=104&#038;cpage=1#comment-1098</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 03 Feb 2011 21:44:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lightcubesolutions.com/blog/?p=104#comment-1098</guid>
		<description><![CDATA[Thanks for the tutorial, it worked perfectly except for one extra step I had to do. After the line:

cat id_rsa.pub &gt;&gt; ~/.ssh/authorized_keys

I had to run:

chmod 600 ~/.ssh/authorized_keys

Hopefully that helps if anyone else gets stuck!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial, it worked perfectly except for one extra step I had to do. After the line:</p>
<p>cat id_rsa.pub &gt;&gt; ~/.ssh/authorized_keys</p>
<p>I had to run:</p>
<p>chmod 600 ~/.ssh/authorized_keys</p>
<p>Hopefully that helps if anyone else gets stuck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
