<?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 zytzagoo's den.</title>
	<atom:link href="http://zytzagoo.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zytzagoo.net/blog</link>
	<description>On life, web dev and everything in between.</description>
	<lastBuildDate>Tue, 20 Mar 2012 18:07:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Mediaelement.js wordpress plugin and bwp-minify (Better WordPress Minify) issue &#8212; what&#8217;s going on and how to fix it by Sarah</title>
		<link>http://zytzagoo.net/blog/2012/02/03/mediaelement-js-wordpress-plugin-and-bwp-minify-better-wordpress-minify-issue-whats-going-on-and-how-to-fix-it/comment-page-1/#comment-2154</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Tue, 20 Mar 2012 18:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=401#comment-2154</guid>
		<description>A million times thank you, it works perfect! And that&#039;s okay. I already can&#039;t auto-update the plugin because I had to edit it to allow for youtube/vimeo videos too. So I&#039;ll just have to do a file compare or something when updates come out.

Thanks again though. I really appreciate it! :)</description>
		<content:encoded><![CDATA[<p>A million times thank you, it works perfect! And that&#8217;s okay. I already can&#8217;t auto-update the plugin because I had to edit it to allow for youtube/vimeo videos too. So I&#8217;ll just have to do a file compare or something when updates come out.</p>
<p>Thanks again though. I really appreciate it! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediaelement.js wordpress plugin and bwp-minify (Better WordPress Minify) issue &#8212; what&#8217;s going on and how to fix it by zytzagoo</title>
		<link>http://zytzagoo.net/blog/2012/02/03/mediaelement-js-wordpress-plugin-and-bwp-minify-better-wordpress-minify-issue-whats-going-on-and-how-to-fix-it/comment-page-1/#comment-2152</link>
		<dc:creator>zytzagoo</dc:creator>
		<pubDate>Sun, 18 Mar 2012 21:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=401#comment-2152</guid>
		<description>Hi!
Yes, a new version has been released.
It still doesn&#039;t provide a way to specify the &lt;code&gt;pluginPath&lt;/code&gt; option :/

A quick workaround could be to just add the pluginPath option yourself. 
After line 413 in medialement-js-wp.php, add this:

&lt;pre lang=&quot;php&quot;&gt;
    // adding the pluginPath param fixes bwp-minify issues
    $options[] = &#039;&quot;pluginPath&quot;: &quot;&#039; . $dir . &#039;&quot;&#039;;
&lt;/pre&gt;

Keep in mind that it&#039;ll get overwritten with a new version though.</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Yes, a new version has been released.<br />
It still doesn&#8217;t provide a way to specify the <code>pluginPath</code> option :/</p>
<p>A quick workaround could be to just add the pluginPath option yourself.<br />
After line 413 in medialement-js-wp.php, add this:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">    <span style="color: #666666; font-style: italic;">// adding the pluginPath param fixes bwp-minify issues</span>
    <span style="color: #000088;">$options</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">'&quot;pluginPath&quot;: &quot;'</span> <span style="color: #339933;">.</span> <span style="color: #000088;">$dir</span> <span style="color: #339933;">.</span> <span style="color: #0000ff;">'&quot;'</span><span style="color: #339933;">;</span></pre></div></div>

<p>Keep in mind that it&#8217;ll get overwritten with a new version though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mediaelement.js wordpress plugin and bwp-minify (Better WordPress Minify) issue &#8212; what&#8217;s going on and how to fix it by Sarah</title>
		<link>http://zytzagoo.net/blog/2012/02/03/mediaelement-js-wordpress-plugin-and-bwp-minify-better-wordpress-minify-issue-whats-going-on-and-how-to-fix-it/comment-page-1/#comment-2151</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Sun, 18 Mar 2012 14:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=401#comment-2151</guid>
		<description>Hi there!

Thank you for this, it looks like exactly what&#039;s going on for me. I&#039;m trying to use this plugin with the W3 Total Cache minify JavaScript settings on and it&#039;s not working. I think it&#039;s because of this as well.

But it looks like since you wrote this, the plugin has been updated because what you mentioned to change isn&#039;t in the file at all. Do you have any idea how to change it with the new version? Unfortunately with W3TC minify there isn&#039;t an option to disable combining with a specific file. I&#039;ll have to go through and tell the plugin every file I DO want to minify. *sigh* Really silly.

Anyways, any help would be appreciated! Thank you!</description>
		<content:encoded><![CDATA[<p>Hi there!</p>
<p>Thank you for this, it looks like exactly what&#8217;s going on for me. I&#8217;m trying to use this plugin with the W3 Total Cache minify JavaScript settings on and it&#8217;s not working. I think it&#8217;s because of this as well.</p>
<p>But it looks like since you wrote this, the plugin has been updated because what you mentioned to change isn&#8217;t in the file at all. Do you have any idea how to change it with the new version? Unfortunately with W3TC minify there isn&#8217;t an option to disable combining with a specific file. I&#8217;ll have to go through and tell the plugin every file I DO want to minify. *sigh* Really silly.</p>
<p>Anyways, any help would be appreciated! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox by Luis</title>
		<link>http://zytzagoo.net/blog/2009/03/20/howto-running-ie6-ie7-and-ie8-on-ubuntu-intrepid-810-using-virtualbox/comment-page-1/#comment-2123</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Thu, 30 Jun 2011 06:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=175#comment-2123</guid>
		<description>newer problem arose because of the lack of network drivers on the new images from microsoft

now I solved this before downloading and mounting the drivers into vbox however I can&#039;t remember the exact steps, and I am wanting to do that again...</description>
		<content:encoded><![CDATA[<p>newer problem arose because of the lack of network drivers on the new images from microsoft</p>
<p>now I solved this before downloading and mounting the drivers into vbox however I can&#8217;t remember the exact steps, and I am wanting to do that again&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox by risdiyanto</title>
		<link>http://zytzagoo.net/blog/2009/03/20/howto-running-ie6-ie7-and-ie8-on-ubuntu-intrepid-810-using-virtualbox/comment-page-1/#comment-2122</link>
		<dc:creator>risdiyanto</dc:creator>
		<pubDate>Tue, 21 Jun 2011 23:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=175#comment-2122</guid>
		<description>thx,...
btw can it work with wine?</description>
		<content:encoded><![CDATA[<p>thx,&#8230;<br />
btw can it work with wine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox by Adrian Garner</title>
		<link>http://zytzagoo.net/blog/2009/03/20/howto-running-ie6-ie7-and-ie8-on-ubuntu-intrepid-810-using-virtualbox/comment-page-1/#comment-2121</link>
		<dc:creator>Adrian Garner</dc:creator>
		<pubDate>Thu, 09 Jun 2011 02:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=175#comment-2121</guid>
		<description>&lt;cite&gt;When prompted, reboot the machine. If it doesn’t prompt you, go to Machine &gt; Reboot (menu bar again).&lt;/cite&gt;

Don&#039;t reboot before activating the network! This will avoid the activation problem.</description>
		<content:encoded><![CDATA[<p><cite>When prompted, reboot the machine. If it doesn’t prompt you, go to Machine &gt; Reboot (menu bar again).</cite></p>
<p>Don&#8217;t reboot before activating the network! This will avoid the activation problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox by Julian</title>
		<link>http://zytzagoo.net/blog/2009/03/20/howto-running-ie6-ie7-and-ie8-on-ubuntu-intrepid-810-using-virtualbox/comment-page-1/#comment-2120</link>
		<dc:creator>Julian</dc:creator>
		<pubDate>Tue, 12 Apr 2011 21:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=175#comment-2120</guid>
		<description>Thanks for your steps. They helped me a lot, although I was unable to extract the VHD files using unrar. I was able to use Wine to run the executable file and extract the VHD file.</description>
		<content:encoded><![CDATA[<p>Thanks for your steps. They helped me a lot, although I was unable to extract the VHD files using unrar. I was able to use Wine to run the executable file and extract the VHD file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A PHP script for removing Thumbs.db, .DS_Store, MacOS hidden and other annoying files by Aidan</title>
		<link>http://zytzagoo.net/blog/2008/04/11/a-php-script-for-removing-thumbsdb-ds_store-macos-hidden-and-other-annoying-files/comment-page-1/#comment-2117</link>
		<dc:creator>Aidan</dc:creator>
		<pubDate>Fri, 11 Feb 2011 11:44:38 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=43#comment-2117</guid>
		<description>Brilliant, Client security scans were coming back with ._DS&#039;s. I was freaking out at the thought of going through 500+ folders on the server and deteling each list of invisibles separately. 
Awesome. Awesome. Awesome.</description>
		<content:encoded><![CDATA[<p>Brilliant, Client security scans were coming back with ._DS&#8217;s. I was freaking out at the thought of going through 500+ folders on the server and deteling each list of invisibles separately.<br />
Awesome. Awesome. Awesome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on HOWTO: Running IE6, IE7 and IE8 On Ubuntu Intrepid (8.10) Using VirtualBox by miki</title>
		<link>http://zytzagoo.net/blog/2009/03/20/howto-running-ie6-ie7-and-ie8-on-ubuntu-intrepid-810-using-virtualbox/comment-page-1/#comment-1941</link>
		<dc:creator>miki</dc:creator>
		<pubDate>Sat, 11 Dec 2010 07:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=175#comment-1941</guid>
		<description>thanks for sharing :)</description>
		<content:encoded><![CDATA[<p>thanks for sharing :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Facebook ads of the (imminent) future by Tin Kadoic</title>
		<link>http://zytzagoo.net/blog/2010/11/25/the-facebook-ads-of-the-imminent-future/comment-page-1/#comment-1843</link>
		<dc:creator>Tin Kadoic</dc:creator>
		<pubDate>Sat, 04 Dec 2010 23:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://zytzagoo.net/blog/?p=353#comment-1843</guid>
		<description>How do I LIKE this article?</description>
		<content:encoded><![CDATA[<p>How do I LIKE this article?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

