<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Bust Out Solutions</title>
	
	<link>http://bustoutsolutions.com</link>
	<description>Web and Mobile Design, Development, and Strategy</description>
	<lastBuildDate>Sat, 04 Sep 2010 21:08:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForBustOutSolutions" /><feedburner:info uri="commentsforbustoutsolutions" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on How to Install WordPress on Mac OS X (Leopard) by Rain8 Shanghai Website Design</title>
		<link>http://bustoutsolutions.com/blog/2009/07/28/how-to-install-wordpress-on-mac-os-x-leopard/comment-page-1#comment-316</link>
		<dc:creator>Rain8 Shanghai Website Design</dc:creator>
		<pubDate>Sat, 04 Sep 2010 21:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=244#comment-316</guid>
		<description>Thanks for the link - it is a great post!</description>
		<content:encoded><![CDATA[<p>Thanks for the link &#8211; it is a great post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress "error establishing a database connection" on OS X Leopard by Dave White</title>
		<link>http://bustoutsolutions.com/blog/2007/12/13/wordpress-error-establishing-a-database-connection-on-os-x-leopard/comment-page-1#comment-306</link>
		<dc:creator>Dave White</dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/2007/12/13/wordpress-error-establishing-a-database-connection-on-leopard#comment-306</guid>
		<description>Thanks for the fix. What was strange for me was that everything was working fine one day and the next I was getting this error. I did run a security update from Apple in between though.</description>
		<content:encoded><![CDATA[<p>Thanks for the fix. What was strange for me was that everything was working fine one day and the next I was getting this error. I did run a security update from Apple in between though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The bundled mysql.rb driver has been removed from Rails 2.2 by Todd Cesere</title>
		<link>http://bustoutsolutions.com/blog/2009/01/23/the-bundled-mysqlrb-driver-has-been-removed-from-rails-22/comment-page-1#comment-260</link>
		<dc:creator>Todd Cesere</dc:creator>
		<pubDate>Sun, 25 Jul 2010 17:51:29 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=202#comment-260</guid>
		<description>This is happening to me *after* I successfully install mysql.</description>
		<content:encoded><![CDATA[<p>This is happening to me *after* I successfully install mysql.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress "error establishing a database connection" on OS X Leopard by Spenser</title>
		<link>http://bustoutsolutions.com/blog/2007/12/13/wordpress-error-establishing-a-database-connection-on-os-x-leopard/comment-page-1#comment-259</link>
		<dc:creator>Spenser</dc:creator>
		<pubDate>Wed, 21 Jul 2010 23:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/2007/12/13/wordpress-error-establishing-a-database-connection-on-leopard#comment-259</guid>
		<description>Thanks for this.  @Chris, good advice for future errors.</description>
		<content:encoded><![CDATA[<p>Thanks for this.  @Chris, good advice for future errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Suggests by Trevor Williams</title>
		<link>http://bustoutsolutions.com/blog/2010/01/27/google-suggests/comment-page-1#comment-257</link>
		<dc:creator>Trevor Williams</dc:creator>
		<pubDate>Sat, 26 Jun 2010 21:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=285#comment-257</guid>
		<description>Nice, I think page rank dropped though.</description>
		<content:encoded><![CDATA[<p>Nice, I think page rank dropped though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Better alternative to text-indent: -9999px by madr</title>
		<link>http://bustoutsolutions.com/blog/2009/10/08/better-alternative-to-text-indent-9999px/comment-page-1#comment-152</link>
		<dc:creator>madr</dc:creator>
		<pubDate>Wed, 14 Apr 2010 14:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=255#comment-152</guid>
		<description>Excellent tip!

However, if you set overflow: hidden with the text-indent approach, you get rid of the focus-feature as well. I myself use em instead of pixels since it is a bigger unit that pixels.

I would have out it like this, generally:

text-indent: -999em; overflow: hidden; height: 20px;</description>
		<content:encoded><![CDATA[<p>Excellent tip!</p>
<p>However, if you set overflow: hidden with the text-indent approach, you get rid of the focus-feature as well. I myself use em instead of pixels since it is a bigger unit that pixels.</p>
<p>I would have out it like this, generally:</p>
<p>text-indent: -999em; overflow: hidden; height: 20px;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install ImageScience and FreeImage on Mac OS X by Josh P</title>
		<link>http://bustoutsolutions.com/blog/2008/12/17/install-imagescience-and-freeimage-on-mac-os-x/comment-page-1#comment-127</link>
		<dc:creator>Josh P</dc:creator>
		<pubDate>Wed, 17 Mar 2010 17:50:04 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=182#comment-127</guid>
		<description>^^

I meant "running" not "installed"</description>
		<content:encoded><![CDATA[<p>^^</p>
<p>I meant &#8220;running&#8221; not &#8220;installed&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install ImageScience and FreeImage on Mac OS X by Josh P</title>
		<link>http://bustoutsolutions.com/blog/2008/12/17/install-imagescience-and-freeimage-on-mac-os-x/comment-page-1#comment-126</link>
		<dc:creator>Josh P</dc:creator>
		<pubDate>Wed, 17 Mar 2010 17:49:35 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=182#comment-126</guid>
		<description>Small addition: after installing MacPorts, quit and open terminal if you have it installed.

Thanks for the help here!

Josh</description>
		<content:encoded><![CDATA[<p>Small addition: after installing MacPorts, quit and open terminal if you have it installed.</p>
<p>Thanks for the help here!</p>
<p>Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The bundled mysql.rb driver has been removed from Rails 2.2 by Chris</title>
		<link>http://bustoutsolutions.com/blog/2009/01/23/the-bundled-mysqlrb-driver-has-been-removed-from-rails-22/comment-page-1#comment-141</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 16 Mar 2010 03:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=202#comment-141</guid>
		<description>I am having a similar problem on Ubuntu 9.10.  When I enter the above I get:

ERROR:  Error installing mysql:
	ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb --with-mysql-config=/usr/local/mysql/bin/mysql_config
extconf.rb:10:in `require': no such file to load -- mkmf (LoadError)
	from extconf.rb:10</description>
		<content:encoded><![CDATA[<p>I am having a similar problem on Ubuntu 9.10.  When I enter the above I get:</p>
<p>ERROR:  Error installing mysql:<br />
	ERROR: Failed to build gem native extension.</p>
<p>/usr/bin/ruby1.8 extconf.rb &#8211;with-mysql-config=/usr/local/mysql/bin/mysql_config<br />
extconf.rb:10:in `require&#8217;: no such file to load &#8212; mkmf (LoadError)<br />
	from extconf.rb:10</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The bundled mysql.rb driver has been removed from Rails 2.2 by tkdudine</title>
		<link>http://bustoutsolutions.com/blog/2009/01/23/the-bundled-mysqlrb-driver-has-been-removed-from-rails-22/comment-page-1#comment-140</link>
		<dc:creator>tkdudine</dc:creator>
		<pubDate>Wed, 03 Mar 2010 13:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://bustoutsolutions.com/blog/?p=202#comment-140</guid>
		<description>Same error as MAX.
I can not find solutions to install mysql.rb on bitnami redmine 0.9.2 stack

I'm using Mac OSX 10.6.2</description>
		<content:encoded><![CDATA[<p>Same error as MAX.<br />
I can not find solutions to install mysql.rb on bitnami redmine 0.9.2 stack</p>
<p>I&#8217;m using Mac OSX 10.6.2</p>
]]></content:encoded>
	</item>
</channel>
</rss><!-- Dynamic page generated in 0.663 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-04 18:14:20 -->
