<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code in my Bug! &#187; download</title>
	<atom:link href="http://projectbee.org/blog/archive/category/download/feed/" rel="self" type="application/rss+xml" />
	<link>http://projectbee.org/blog</link>
	<description>Bipin&#039;s experiments with life, society, programming, hacking, &#38; other stuff</description>
	<lastBuildDate>Wed, 28 Mar 2012 09:20:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Download PHP tidy extension for Mac OS X</title>
		<link>http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x/</link>
		<comments>http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 18:47:42 +0000</pubDate>
		<dc:creator>Bipin Upadhyay</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://projectbee.org/blog/?p=227</guid>
		<description><![CDATA[Yeah, I bought a Macbook Air I cannot deny that it&#8217;s an awesome device and all that, but I&#8217;m still getting used to a new OS. The major work&#8217;s rediscovering the right tools and, of course, learning OS X&#8217;s keyboard shortcuts. Thankfully, it seems like a nice OS and all the work seems worth it. [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah, I bought a Macbook Air <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I cannot deny that it&#8217;s an awesome device and all that, but I&#8217;m still getting used to a new OS. The major work&#8217;s rediscovering the right tools and, of course, learning OS X&#8217;s keyboard shortcuts. Thankfully, it seems like a nice OS and all the work seems worth it.</p>
<p>&nbsp;</p>
<div id="attachment_229" class="wp-caption alignleft" style="width: 355px"><a href="http://www.flickr.com/photos/mind-hacker/2726423319/lightbox/" target="_blank"><img class=" wp-image-229" style="margin-right: 18px;" title="by http://www.flickr.com/photos/mind-hacker/2726423319/lightbox/" src="http://projectbee.org/blog/wp-content/uploads/2012/01/2726423319_3034b606d1.jpg" alt="Friggin' spinning wheel" width="345" height="392" /></a><p class="wp-caption-text">by http://www.flickr.com/photos/mind-hacker/2726423319/lightbox/</p></div>
<p>That said, I now have a technology startup and cannot afford to just keep on &#8216;learning&#8217;. And that&#8217;s why small problems become big issues. All I needed was <a href="http://pecl.php.net/package/tidy" target="_blank"><strong>PHP-tidy</strong></a> to get on with life. Little did I know that it&#8217;d take up half of my day. So I&#8217;m putting it up here for people to download.</p>
<p>As most people, I got <a href="http://www.mamp.info/en/" target="_blank">MAMP</a> to avoid unnecessary complications and get on with &#8220;the code that matters to me&#8221;. MAMP is pre-packaged Apache-MySQL-PHP stack for Mac. My beef with the project is that they seem to be focusing on things that don&#8217;t really matter a lot to the target audience, like shiny-gui interface to configure document root, specify ports etc.. However, they seem to ignore few major bugs which seem to date around 2009.</p>
<ol>
<li>They do not package tidy extension, even though there have been requests in the forum.</li>
<li>Their &#8220;pear.conf&#8221; configuration file&#8217;s broken, due to which neither pear nor pecl binary works, so tidy installation using pecl didn&#8217;t work either. The fix is a simple edit to the php_dir param though.</li>
<li>Sadly, pecl still fails due to some issue with phpize.</li>
<li>One solution is to compile PHP with tidy. However, <a href="http://lucasforge.bmeme.com/2010/07/how-enable-the-php-tidy-extension-for-mamp/" target="_blank">there apparently is (or was) some bug with tidy</a>, so I decided to avoid it and look around a little more.</li>
<li>Then, I found <a href="http://allensservices.com/php-tidy-on-mamp" target="_blank">this post</a> that recommends using pre-compiled php-tidy binary that comes bundled along with Zend Studio IDE. I decided to check it out, and thankfully, it worked.</li>
</ol>
<p>Sigh! Such a crazy way to solve a simple problem.</p>
<p>Anyways, since tidy is an open source project, I figured it may not be illegal to put the binary up for download. (Zend Studio is NOT free.)</p>
<h3>You may <a href="https://dl.dropbox.com/u/14915270/tidy.so">download php tidy for OS X (tested on Lion)  from my public Dropbox folder</a>.</h3>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/apache-mysqlphp-installation-configuration-tutorial-for-beginners/" rel="bookmark" title="February 25, 2006">Apache-MySQLPHP Installation &#038; Configuration Tutorial for Beginners :)</a></li>

<li><a href="http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/" rel="bookmark" title="November 2, 2007">Drive-by Download: Where Network Security Meets WebAppSec</a></li>

<li><a href="http://projectbee.org/blog/archive/grabbing-video-from-youtube/" rel="bookmark" title="January 6, 2007">Grabbing Video from Youtube.</a></li>

<li><a href="http://projectbee.org/blog/archive/the-web-is-broken/" rel="bookmark" title="October 12, 2007">The Web is Broken</a></li>

<li><a href="http://projectbee.org/blog/archive/rediffmail-bug-anyone-interested/" rel="bookmark" title="May 19, 2007">Rediffmail Bug. Anyone Interested?</a></li>
</ul><!-- Similar Posts took 6.370 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/download-php-tidy-extension-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Yahoo!&#8217;s javascript based media player!</title>
		<link>http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/</link>
		<comments>http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 10:45:55 +0000</pubDate>
		<dc:creator>Bipin 3 Upadhyay</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[hindi]]></category>
		<category><![CDATA[malgudi days]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[songs]]></category>
		<category><![CDATA[surabhi]]></category>

		<guid isPermaLink="false">http://codeinmybug.wordpress.com/2008/01/09/yahoos-javascript-based-mp3-player/</guid>
		<description><![CDATA[Yahoo! launched it browser based media player written in javascript. All you have to do is link the javascript code (located at http://mediaplayer.yahoo.com/js) in a web page having links to audio file(s) . Although it takes a while for the &#8220;player&#8221; to load completely, yet I am pretty okay with it (for now). Moreover, it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://developer.yahoo.com/mediaplayer/">Yahoo! launched it browser based media player</a> written in javascript. All you have to do is link the javascript code (located at <a href="http://mediaplayer.yahoo.com/js">http://mediaplayer.yahoo.com/js</a>) in a web page having links to audio file(s) .</p>
<p>Although it takes a while for the &#8220;player&#8221; to load completely, yet I am pretty okay with it (for now). Moreover, it&#8217;s in beta. I, however, sincerely hope that it doesn&#8217;t follow GMail beta path. urghh!</p>
<p><strike>Check back again in a few hours. I&#8217;ll posting a demo of the player on my portal.</strike> <a href="http://projectbee.org/demos/YMusic.html">A demo is here. </a><strike>The demo would have</strike> This demo has a special meaning for the Indians of my age (or older than) because the songs I&#8217;ll be using will be the one we all grew up with, viz. Jungle Book, Mile Sur Mera Tumhara, Baje Sargam, Byomkesh Bakshi, Malgudi Days, Surabhi, Tipu Sultan &amp; Mahbharat. <img src='http://projectbee.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Special thanks to Madhav for sharing them.</p>
Similar Posts:<ul><li><a href="http://projectbee.org/blog/archive/grabbing-video-from-youtube/" rel="bookmark" title="January 6, 2007">Grabbing Video from Youtube.</a></li>

<li><a href="http://projectbee.org/blog/archive/yahoo-gone-insane/" rel="bookmark" title="August 11, 2007">Yahoo! gone Insane!</a></li>

<li><a href="http://projectbee.org/blog/archive/drive-by-download-where-network-security-meets-webappsec/" rel="bookmark" title="November 2, 2007">Drive-by Download: Where Network Security Meets WebAppSec</a></li>

<li><a href="http://projectbee.org/blog/archive/a-new-home-for-us/" rel="bookmark" title="May 6, 2008">A new home for us :)</a></li>

<li><a href="http://projectbee.org/blog/archive/m-windowsxp-just-got-a-newer-version-of-update-with-new-components/" rel="bookmark" title="August 21, 2007">M$ WindowsXP just got a newer version of Update with new Components!</a></li>
</ul><!-- Similar Posts took 6.841 ms -->]]></content:encoded>
			<wfw:commentRss>http://projectbee.org/blog/archive/yahoos-javascript-based-mp3-player/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
