<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>My Technical Blog - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-c8581f2a" type="application/json"/><link>http://colinmollenhour.disqus.com/</link><description></description><atom:link href="http://colinmollenhour.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 30 Dec 2011 17:08:40 -0000</lastBuildDate><item><title>Re: Benchmarking Zend_Cache backends for Magento</title><link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/#comment-397572429</link><description>Hi Sanjay, this sounds like an issue with the driver and corrupt cache records. Are&lt;br&gt; you using the phpredis (compiled) mode or the standalone mode? Please open an issue on the github project to continue discussion. -Thanks</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Fri, 30 Dec 2011 17:08:40 -0000</pubDate></item><item><title>Re: Benchmarking Zend_Cache backends for Magento</title><link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/#comment-397440131</link><description>Hi Colin, a little bit of background first - our Magento installation is split into Admin and Frontend being on different servers. We installed your tool on the frontend and it works really good. The redis server had been setup on the frontend server, we then configured the Admin to talk to frontend Redis but when we access the admin url, we get the error "invalid server response: e_1&amp;gt;0Alt_Image", is there any direction you can recommend for solving this?&lt;br&gt;&lt;br&gt;Cheers&lt;br&gt;Sanjay</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sanjay</dc:creator><pubDate>Fri, 30 Dec 2011 13:04:06 -0000</pubDate></item><item><title>Re: Benchmarking Zend_Cache backends for Magento</title><link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/#comment-332129097</link><description>Hi Colin, it looks like a promising tool, thanks for sharing! I'm really looking forward to your post about Redis as I want to convince my customers to switch over from memcache. Keep up the good work.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">gwillem</dc:creator><pubDate>Tue, 11 Oct 2011 20:18:09 -0000</pubDate></item><item><title>Re: Benchmarking Zend_Cache backends for Magento</title><link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/#comment-331297526</link><description>Yes, absolutely.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Mon, 10 Oct 2011 19:42:30 -0000</pubDate></item><item><title>Re: Benchmarking Zend_Cache backends for Magento</title><link>http://colin.mollenhour.com/2011/10/03/benchmarking-zend_cache-backends-for-magento/#comment-329748853</link><description>Can your backend be used without magento?  Like normal Zend_Cache backends ?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonim</dc:creator><pubDate>Sat, 08 Oct 2011 12:33:37 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-324623588</link><description>Hi Justin. If you don't want to check third-party code into your repo then you can just check in a list of extension keys (extensions.txt) then use a shell command to make sure they are installed:&lt;br&gt;&lt;br&gt;@shell \&lt;br&gt;cd $PROJECT; \&lt;br&gt;mkdir -f .installed \&lt;br&gt;for ext in `cat $MODULE/extensions.txt`; do \&lt;br&gt;if [ ! -f .installed/$ext ]; then&lt;br&gt;./pear install $ext &amp;amp;&amp;amp; touch .installed/$ext; \&lt;br&gt;fi \&lt;br&gt;done</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Sat, 01 Oct 2011 17:17:12 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-324616529</link><description>Hi Collin, I'm looking forward to using Modman, which seems like a great utility.  I just have a question about best practices when it comes to 3rd party Magento extensions.  This must be a simple or obvious question as I haven't been able to find anyone addressing it online, but in a nutshell:  is there a best practice for dealing with 3rd party extensions when developing a Magento store, using source control and modman?  I'd rather not check 3rd party extensions in, so are they something that wouldn't even typically be handled by modman?  Just install the extensions I want by hand in my production, staging and dev environments individually?  Thanks for any thoughts you may have</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin</dc:creator><pubDate>Sat, 01 Oct 2011 16:55:49 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-307492771</link><description>&lt;br&gt;&lt;br&gt;&amp;lt;meta content="text/html; charset=UTF-8" http-equiv="Content-Type"&amp;gt; &lt;br&gt;&lt;br&gt;Maybe your comment didn't come through as expected, but I think&lt;br&gt;you're asking about configuring a prefix to avoid keyspace collisions?&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;The Redis cache does not use a configurable prefix. If you run more than one Magento installation on the same Redis server with the same database is then you will definitely have keyspace collisions. I&lt;br&gt;would recommend using a different Redis database for each Magento installation. This can be done with global/cache/backend_options/database. You could also run a separate instance of Redis on a different port, which would let you control&lt;br&gt;the amount of memory each installation can use.&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Sun, 11 Sep 2011 22:57:03 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-307414682</link><description>Hi Collin,&lt;br&gt;I have a quick question about Magento config for Zend_Cache_Backend_Redis.&lt;br&gt;For APC cache, in case of multiple websites/per server you need to use '&amp;lt;prefix&amp;gt;..&amp;lt;/prefix&amp;gt;' . Do you need to do anything like that if you are using Zend_Cache_Backend_Redis ?&lt;br&gt;Thank you!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alex</dc:creator><pubDate>Sun, 11 Sep 2011 18:51:37 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-296344319</link><description>Yep: @colinmollenhour&lt;br&gt;&lt;br&gt;----------------------------------------</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Fri, 26 Aug 2011 23:01:05 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-296183095</link><description>Hi Collin, do you twitter?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Vinai</dc:creator><pubDate>Fri, 26 Aug 2011 17:39:23 -0000</pubDate></item><item><title>Re: Hiding &amp;#8220;Out of Stock&amp;#8221; Items in Magento</title><link>http://colin.mollenhour.com/2009/06/02/hiding-out-of-stock-items-in-magento/#comment-294202268</link><description>Thanks a lot! After wasting almost 5 hours here and there I found this and it helped to get what I was looking for. I wanted to display the no. of in Stock products in front of each category and subcategory menu items.&lt;br&gt;&lt;br&gt;Thanks again!&lt;br&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tanay Jha</dc:creator><pubDate>Wed, 24 Aug 2011 00:19:05 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-213824731</link><description>So this is probably totally the wrong place to ask this question, but how would one go about to execute a query like:&lt;br&gt;{ $or  : [ { start : { $gt : 100}, start : { $lt : 200} }, { end : { $gt : 100}, end : { $lt : 200} } ] }&lt;br&gt;In the mongodb odm wrapper? :)&lt;br&gt;&lt;br&gt;nevermind!&lt;br&gt;&lt;br&gt;find(array(&lt;br&gt;			'_calendar' =&amp;gt; new MongoId($this-&amp;gt;chosenCalendarId)))-&amp;gt;find(array(&lt;br&gt;			'$or' =&amp;gt; array('start' =&amp;gt; array('$gte' =&amp;gt; $startTimestamp, '$lt' =&amp;gt; $endTimestamp))))-&amp;gt;find(array(&lt;br&gt;			'$or' =&amp;gt; array('end' =&amp;gt; array('$gte' =&amp;gt; $startTimestamp, '$lt' =&amp;gt; $endTimestamp))));</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stefan Hållén</dc:creator><pubDate>Sun, 29 May 2011 12:11:05 -0000</pubDate></item><item><title>Re: Yet Another &amp;#8220;Hiding Out-Of-Stock Products&amp;#8221; Update</title><link>http://colin.mollenhour.com/2009/09/28/yet-another-hiding-out-of-stock-products-update/#comment-184303975</link><description>Bug fixing is a very important aspect in programming.It also caused several sleepless nights for me.Coding may be different i can get the idea.Thanks for sharing.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">magento themes</dc:creator><pubDate>Thu, 14 Apr 2011 07:47:13 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-183947708</link><description>The problems that come along with using hardlinks are that detecting and repairing situations where files were moved/renamed/deleted becomes very difficult. Also to uninstall a module becomes potentially much more problematic. I.e. with symlinks I can remove a module by deleting it and running modman repair (thanks to the easy detection of broken symlinks). Also other problems such as having the root of your site as a repository would cause weird repository conflicts, etc..</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Wed, 13 Apr 2011 16:16:20 -0000</pubDate></item><item><title>Re: About</title><link>http://colin.mollenhour.com/about/#comment-183605760</link><description>Hi Colin,&lt;br&gt;&lt;br&gt;I notice in your modman script you have a facility for using hard links instead of soft links but it is "not recommended". Why is that? Was there a specific problem the hard links introduced? &lt;br&gt;&lt;br&gt;It seems to me that hard links might even be a better option as it means this will work independent of whether FollowSymlinks is enabled or not.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Your Name</dc:creator><pubDate>Wed, 13 Apr 2011 03:03:15 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-160839888</link><description>Colin,&lt;br&gt;Thanks for the quick response. I now have it working with modman managing the symlink to my version Template.php which fixes the problem with Magento and sym links. Sweetly ironic. J</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Williams</dc:creator><pubDate>Sat, 05 Mar 2011 02:57:22 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-159244807</link><description>Excellent! I was just looking at implementing bash completion for modman 
&lt;br&gt;a couple days ago but did not have any time to spare for it. Thanks for 
&lt;br&gt;sharing!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Wed, 02 Mar 2011 15:40:42 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-158893056</link><description>Colin,&lt;br&gt;&lt;br&gt;I've been using modman for a month or so now, and it has made my Magento workspace much cleaner. However, one thing that got me down was not having my Linux terminal auto-complete my modman commands.&lt;br&gt;&lt;br&gt;The following bash_completion script will provide auto-completion functionality for modman. Just throw it in /etc/bash_completion.d/modman or append it to ~/.bash_completion and you are good to go.&lt;br&gt;&lt;br&gt;&lt;a href="http://www.franklinstrube.com/blog/magento-module-manager-bash-completion" rel="nofollow"&gt;http://www.franklinstrube.com/...&lt;/a&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Franklin Strube</dc:creator><pubDate>Wed, 02 Mar 2011 03:37:29 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-158434639</link><description>Jason, Magento uses PHP's include path when loading class files. The 
&lt;br&gt;app/code/local and app/code/community both come before app/core/core in 
&lt;br&gt;the include path so you can symlink an edited Template.php to 
&lt;br&gt;app/code/local/Mage/Core/Block/Template.php and Magento will load your 
&lt;br&gt;copy instead of the original copy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Tue, 01 Mar 2011 15:40:01 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-158340236</link><description>Hi Colin,&lt;br&gt;&lt;br&gt;I could be being daft here (strong possibility as am sleep deprived by having very young baby at home) but how did you implement your override of Mage_Core_Block_Template class? In most cases this class is extended by other classes and as far as I can see Magento doesn't perform any overridden when a class is itself extended. I think I'm missing something simple here - any pointers would be much appreciated. Thanks.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Williams</dc:creator><pubDate>Tue, 01 Mar 2011 12:33:21 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-131243928</link><description>Yes, I had read the support issue but you've reminded me to add a comment to support a better fix that this silly developer mode approach Varien are planning to take.&lt;br&gt;&lt;br&gt;I have just hit that point where I need to add a simple override Module to fix the Template class as am just working with a new project which is the first (of many) that I plan to use modman.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Williams</dc:creator><pubDate>Wed, 19 Jan 2011 06:03:46 -0000</pubDate></item><item><title>Re: Hiding &amp;#8220;Out of Stock&amp;#8221; Items in Magento</title><link>http://colin.mollenhour.com/2009/06/02/hiding-out-of-stock-items-in-magento/#comment-130544098</link><description>works great, thanks!</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Arne</dc:creator><pubDate>Tue, 18 Jan 2011 09:12:30 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-130076074</link><description>Jason, there is an issue reported to hopefully get this fixed in a 
&lt;br&gt;future release.
&lt;br&gt;&lt;a href="http://www.magentocommerce.com/bug-tracking/issue/?issue=10487" rel="nofollow"&gt;http://www.magentocommerce.com...&lt;/a&gt;
&lt;br&gt; From what I can tell so far the "fix" requires developer mode which is 
&lt;br&gt;no fix at all. Please show your support for a better fix in the comments 
&lt;br&gt;on that issue.
&lt;br&gt;
&lt;br&gt;Fortunately, overriding the Mage_Core_Block_Template class to remove the 
&lt;br&gt;rather lame security enhancement is quite easy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Colin Mollenhour</dc:creator><pubDate>Mon, 17 Jan 2011 10:41:32 -0000</pubDate></item><item><title>Re: Module Manager Update, now on Google Code!</title><link>http://colin.mollenhour.com/2010/01/31/module-manager-update/#comment-129984244</link><description>Thanks Colin. I stumbled across the repair option a little while after I'd posted my comment. The only issue I see now is Magento's darn 1.4.2.0 security 'fix' update, which I've just discovered. Joy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jason Williams</dc:creator><pubDate>Mon, 17 Jan 2011 05:09:35 -0000</pubDate></item></channel></rss>
