<?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: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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>The Montoya Herald</title>
	
	<link>http://www.christianmontoya.com</link>
	<description>Blueprint, jQuery, design, music and life</description>
	<pubDate>Sat, 06 Mar 2010 15:53:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/christianmontoya" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="christianmontoya" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-nd/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">christianmontoya</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Making sendmail work on CentOS 5.2</title>
		<link>http://www.christianmontoya.com/2010/03/06/making-sendmail-work-on-centos-52/</link>
		<comments>http://www.christianmontoya.com/2010/03/06/making-sendmail-work-on-centos-52/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 15:53:41 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1072</guid>
		<description><![CDATA[Just a quick run down of the steps I needed to remove the delay on sending emails with PHP mail().]]></description>
			<content:encoded><![CDATA[<p><em>I&#039;m writing this post to keep track of the steps I had to take to fix what seemed like an impossible problem on my CentOS powered web servers.</em></p>

<p>Recently I had to wade into dirty waters and set up a service that would send daily emails to a set of addresses that had opted-in for these updates. On initial testing, I found that it took over 60 seconds to send an email from PHP. Since I don&#039;t mess with the command line much, I was working with sendmail, and needed to figure out what was causing this huge delay. For quite some time, I thought there was some fundamental problem with CentOS or sendmail that was to blame. It turns out that it was just a DNS problem. Here are the DNS settings I had to enter to make sure that DNS checks would go through properly and make sending emails a sub-second process (these settings apply to a server with the FQDN &#039;MyServer&#039; under the address &#039;myserver.mydomain.com&#039;:</p>

<p>File /etc/nsswitch.conf had to have a line exactly like this:</p>

<pre>hosts: files dns</pre>

<p>File /etc/resolv.conf had to have a line exactly like this:</p>

<pre>domain myserver.mydomain.com</pre>

<p>Finally, file /etc/hosts needed these lines:</p>

<pre>127.0.0.1       localhost localhost.localdomain loopback me
127.0.0.1       MyServer myserver.mydomain.com</pre>

<p>And that&#039;s it! With the right DNS settings in place, email sending took less than half a second&#8230; as it should have.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=AzbwqS6_c1c:FETfVijwEF4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=AzbwqS6_c1c:FETfVijwEF4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=AzbwqS6_c1c:FETfVijwEF4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=AzbwqS6_c1c:FETfVijwEF4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=AzbwqS6_c1c:FETfVijwEF4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=AzbwqS6_c1c:FETfVijwEF4:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/AzbwqS6_c1c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/03/06/making-sendmail-work-on-centos-52/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Construct is now open-source</title>
		<link>http://www.christianmontoya.com/2010/03/05/construct-is-now-open-source/</link>
		<comments>http://www.christianmontoya.com/2010/03/05/construct-is-now-open-source/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 20:44:15 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1070</guid>
		<description><![CDATA[I have decided to bump Construct up to version 1.0, meaning that I definitely will not do any more work on it, and release the current state of code under the open-source FreeBSD License. You can download the code at the Git repository. It&#039;s my hope that releasing this as open-source will encourage others to [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to bump Construct up to version 1.0, meaning that I definitely will not do any more work on it, and release the current state of code under the open-source FreeBSD License. You can download the code at <a href="http://github.com/Montoya/Construct">the Git repository</a>. It&#039;s my hope that releasing this as open-source will encourage others to build more powerful tools based on my original idea, that of a layout editor that generate pure, semantic HTML and CSS. And while I&#039;m on the topic, have you seen <a href="http://toki-woki.net/p/Boks/">Boks</a>?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8WroXzZQlPE:xMh7RvN8nZM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=8WroXzZQlPE:xMh7RvN8nZM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8WroXzZQlPE:xMh7RvN8nZM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=8WroXzZQlPE:xMh7RvN8nZM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8WroXzZQlPE:xMh7RvN8nZM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8WroXzZQlPE:xMh7RvN8nZM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/8WroXzZQlPE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/03/05/construct-is-now-open-source/feed/</wfw:commentRss>
		</item>
		<item>
		<title>8 Bit Alliance this Friday night in Brooklyn</title>
		<link>http://www.christianmontoya.com/2010/03/03/8-bit-alliance-this-friday-night-in-brooklyn/</link>
		<comments>http://www.christianmontoya.com/2010/03/03/8-bit-alliance-this-friday-night-in-brooklyn/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 13:53:30 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1068</guid>
		<description><![CDATA[The very talented 8bit artists Anamanaguchi, Sabrepulse, Henry Homesweet and Starscream will be in Brooklyn this Friday night (March 5th) at the Market Hotel. Tickets are $8, and doors open at 8 (with the show starting at 9). I&#039;m still not sure if I&#039;m going to make it but I really want to. Also if [...]]]></description>
			<content:encoded><![CDATA[<p>The very talented 8bit artists Anamanaguchi, Sabrepulse, Henry Homesweet and Starscream will be in Brooklyn this Friday night (March 5th) at the Market Hotel. Tickets are $8, and doors open at 8 (with the show starting at 9). I&#039;m still not sure if I&#039;m going to make it but I really want to. Also if Friday doesn&#039;t work for you then you could always try the following night (March 6th) in Philly at Danger Danger Gallery. All of the upcoming tour dates and addresses are on the <a href="http://www.anamanaguchi.com/8ba/">official 8 Bit Alliance website</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=RWa2wOta8kU:hpnhkc7_Ed4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=RWa2wOta8kU:hpnhkc7_Ed4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=RWa2wOta8kU:hpnhkc7_Ed4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=RWa2wOta8kU:hpnhkc7_Ed4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=RWa2wOta8kU:hpnhkc7_Ed4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=RWa2wOta8kU:hpnhkc7_Ed4:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/RWa2wOta8kU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/03/03/8-bit-alliance-this-friday-night-in-brooklyn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Does your mouse have BLING?</title>
		<link>http://www.christianmontoya.com/2010/02/07/does-your-mouse-have-bling/</link>
		<comments>http://www.christianmontoya.com/2010/02/07/does-your-mouse-have-bling/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 03:08:04 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1066</guid>
		<description><![CDATA[If not, you should find yourself one of these.]]></description>
			<content:encoded><![CDATA[<p>I was doing some home improvement shopping today at Marshall&#039;s and I spotted this must-have computing device in the checkout line:</p>

<div class="photo"><a href="http://www.flickr.com/photos/thephotoherald/4337985865/" title="Not even kidding by montoya.christian, on Flickr"><img src="http://farm5.static.flickr.com/4023/4337985865_b51e1acdcc_o.jpg" width="512" height="384" alt="Not even kidding" /></a></div>

<p>Not even kidding, it&#039;s a plastic mouse covered in rhinestones. I highly doubt this thing is comfortable, and even if they paid <em>me</em> to take it away, I still wouldn&#039;t want it. But I&#039;m sure someone out there is staying classy with the Bling Mouse &#8482;. More power to them!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=jEFdeAYuCTM:bkHsduLQWDM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=jEFdeAYuCTM:bkHsduLQWDM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=jEFdeAYuCTM:bkHsduLQWDM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=jEFdeAYuCTM:bkHsduLQWDM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=jEFdeAYuCTM:bkHsduLQWDM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=jEFdeAYuCTM:bkHsduLQWDM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/jEFdeAYuCTM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/02/07/does-your-mouse-have-bling/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Win an iPad or an iPod Touch in the Voxbiblia Wordpress Theme Design Competition</title>
		<link>http://www.christianmontoya.com/2010/02/05/win-an-ipad-or-an-ipod-touch-in-the-voxbiblia-wordpress-theme-design-competition/</link>
		<comments>http://www.christianmontoya.com/2010/02/05/win-an-ipad-or-an-ipod-touch-in-the-voxbiblia-wordpress-theme-design-competition/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:43:18 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1063</guid>
		<description><![CDATA[The odds are very good in this Wordpress theme design competition.]]></description>
			<content:encoded><![CDATA[<p>Are you skilled in the area of Wordpress theme design? Voxbiblia is sponsoring a great competition with 3 different categories, and they are giving aways prizes for both first &amp; second place in each one&#8230; that&#039;s 3 iPads and 3 iPods in total! Here&#039;s the details:</p>

<p><strong>Aim:</strong> Voxbiblia has been hunting for ways to equip churches and Christian bloggers with tools to spread the Word. The 2010 Voxbiblia WordPress Theme Design Competition aims to do just that – To generate free templates for churches/bloggers to build up a nifty website easily.</p>

<p>There are THREE categories where you can compete in:</p>

<p>Category 1: The Pro</p>

<p>In this category, we’re looking for entries with professional/mature looking Christian themes that are suitable for church websites and church member blogs.</p>

<p>Category 2: Funky Designer</p>

<p>Here we’re looking for funky and cool themes that youth and young adults alike are proud to show off! Use your imagination, just keep it clean!</p>

<p>Category 3: Kids for Christ</p>

<p>Prizes go to the best design for little tots! Make it cute, cheery and full of love</p>

<p>Prizes up for grabs!</p>

<p>To encourage everyone to get started on this competition, Voxbiblia is sponsoring TWO prizes for EACH category! There’s no limit to the number of entries you can send in, but you can only win one prize per category – if you’re that good!</p>

<ul>
    <li>1st prize for each category: 16 GB Wi-Fi iPad</li>
    <li>2nd prize for each category: 8 GB iPod Touch</li>
</ul>

<p>The deadline is May 4th, 2010&#8230; that&#039;s 1 month so you better get started! Click the flyer below to enter:</p>

<p><div id="attachment_1064" class="wp-caption alignnone" style="width: 516px"><a href="http://blog.voxbiblia.com/?p=92"><img src="http://www.christianmontoya.com/wp-content/uploads/2010/02/voxbiblia.jpg" alt="Flyer" title="voxbiblia competition 2010" width="506" height="715" class="size-full wp-image-1064" /></a><p class="wp-caption-text">Flyer</p></div></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=tU8hX_b1nuw:JlKWDifFNa8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=tU8hX_b1nuw:JlKWDifFNa8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=tU8hX_b1nuw:JlKWDifFNa8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=tU8hX_b1nuw:JlKWDifFNa8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=tU8hX_b1nuw:JlKWDifFNa8:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=tU8hX_b1nuw:JlKWDifFNa8:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/tU8hX_b1nuw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/02/05/win-an-ipad-or-an-ipod-touch-in-the-voxbiblia-wordpress-theme-design-competition/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Link Dropping</title>
		<link>http://www.christianmontoya.com/2010/02/04/link-dropping/</link>
		<comments>http://www.christianmontoya.com/2010/02/04/link-dropping/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 05:39:08 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1061</guid>
		<description><![CDATA[Apparently Bandcamp is for all the cool musicians. I&#039;m not a musician but I would certainly like to be cool, so I created a page for myself: chrism.bandcamp.com. You can download my songs in full lossless quality, if you&#039;re into that.
]]></description>
			<content:encoded><![CDATA[<p>Apparently Bandcamp is for all the cool musicians. I&#039;m not a musician but I would certainly like to be cool, so I created a page for myself: <a href="http://chrism.bandcamp.com/">chrism.bandcamp.com</a>. You can download my songs in full lossless quality, if you&#039;re into that.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=kvgAgIfrHvI:Dq1I1EuesxM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=kvgAgIfrHvI:Dq1I1EuesxM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=kvgAgIfrHvI:Dq1I1EuesxM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=kvgAgIfrHvI:Dq1I1EuesxM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=kvgAgIfrHvI:Dq1I1EuesxM:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=kvgAgIfrHvI:Dq1I1EuesxM:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/kvgAgIfrHvI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/02/04/link-dropping/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VernX iPhone game now available for free</title>
		<link>http://www.christianmontoya.com/2010/01/31/vernx-iphone-game-now-available-for-free/</link>
		<comments>http://www.christianmontoya.com/2010/01/31/vernx-iphone-game-now-available-for-free/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 17:52:28 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1059</guid>
		<description><![CDATA[The VernX iPhone game, which I reviewed earlier, is now available for free. Download it here.
]]></description>
			<content:encoded><![CDATA[<p>The VernX iPhone game, <a href="http://www.christianmontoya.com/2009/12/22/vernx-iphone-game-review/">which I reviewed earlier</a>, is now available for free. <a href="http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=337460430">Download it here</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=WtWi5Eb5GmI:0RImI6cpgq4:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=WtWi5Eb5GmI:0RImI6cpgq4:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=WtWi5Eb5GmI:0RImI6cpgq4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=WtWi5Eb5GmI:0RImI6cpgq4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=WtWi5Eb5GmI:0RImI6cpgq4:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=WtWi5Eb5GmI:0RImI6cpgq4:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/WtWi5Eb5GmI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/01/31/vernx-iphone-game-now-available-for-free/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Apple screwed me yesterday</title>
		<link>http://www.christianmontoya.com/2010/01/28/how-apple-screwed-me-yesterday/</link>
		<comments>http://www.christianmontoya.com/2010/01/28/how-apple-screwed-me-yesterday/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 18:03:17 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1057</guid>
		<description><![CDATA[No, this doesn't have anything to do with the iPad.]]></description>
			<content:encoded><![CDATA[<p>Recently I upgraded from a white 13&#034; Macbook, which was the only thing I could afford when I bought it, to an aluminum 15&#034; Macbook Pro. When I had the Macbook, I purchased a mini-DVI to VGA connector; a proprietary Apple product that allowed me to have VGA-out without sacrificing the small form factor of the Macbook.</p>

<p>When I sold my Macbook, I kept this adapter, assuming that it would work with my new Macbook Pro. Maybe I should have done my homework, but I finally discovered the truth yesterday when I had to make a presentation on my laptop. I had my adapter in hand, and was about to connect it to the laptop, when it just wouldn&#039;t go. I must have looked like an idiot because I started trying every single port possible&#8230; at one point I was trying to jam it into the ethernet port, and that&#039;s when I had to give up.</p>

<p>I was disappointed, to say the least. There&#039;s no reason why the old mini-DVI port wouldn&#039;t fit the current design of the aluminum unibody Macbook. Apple just had to come up with something better, and I was left to make the presentation with a small crowd seated in a semi-circle behind me, hoping that my laptop screen would be large enough for them all. My one saving grace was that my presentation was not a sequence of slides or a lot of visuals. I was just sharing some information, and for the most part, talking&#8230; but it was still embarrassing.</p>

<p>While I&#039;m on the topic of gripes, I hate the fact that my Macbook pro has only 2 USB ports. 2!!! How am I supposed to use a laptop in 2010 with only 2 USB ports? To make matters worse, when I plug in my clunky Verizon broadband modem, for working on the go, I can&#039;t plug in anything else, because the adjacent port is half-obscured. I carry around a small USB hub to help my situation, but even that can&#039;t be plugged in when I&#039;m using my modem. My wife&#039;s smaller, much cheaper Dell Inspiron has 3 ports, and it&#039;s on the low end of the Inspiron spectrum.</p>

<p>But my gripes about the hardware are minor; what I really can&#039;t stand these days is Finder. If there is one thing Finder is horrible at doing, it&#039;s finding things. The search feature pales in comparison to the Windows Explorer search that comes with Windows Vista &amp; Windows 7. In Windows, I can find anything quickly and easy, even when searching a terabyte of data in a non-indexed location like an external drive. And the results look great, are easy to sort, and can be viewed in a variety of ways. Finder isn&#039;t like that at all. When I&#039;m in a folder and I start typing a search, it starts searching my entire Mac every time. I always have to select &#034;search this folder,&#034; even though being in that folder should make it obvious that I want to <em>search that folder</em>. To make matters worse, searching by file name is always a lot harder than it should be, and searches tend to be very slow, sometimes not working at all. I can&#039;t explain why it fails to find files that I <em>know</em> are present, but it does. And as I continue to do my work on my laptop, and have more and more important files to find, the shortcomings of Finder continue to eat further and further into my productivity. That&#039;s just search; don&#039;t even get me started on how lousy the views are&#8230; I mean, why even have Coverflow at all?</p>

<p>This is one of those areas where Apple just doesn&#039;t think very practical in their product design; while I like my Macbook a lot, and I don&#039;t intend to go back to plastic laptops, ever, I&#039;m continually frustrated by things that seem to shout for necessary improvement, but continue to go unchanged by Apple. And as much as I wish there were more competition to offer me a better alternative, there just isn&#039;t. I need a sturdy laptop in a small form factor that runs Unix under the hood and has well-designed software (like <a href="http://www.panic.com/coda/">Coda</a>, which I use every single day). If there is something out there that offers all that, without the shortcomings I&#039;ve mentioned here, I&#039;d love to try it. In the meantime, I better get myself a new mini-DVI adapter.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=rqDEFnlCD40:xqgKmiyjWqw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=rqDEFnlCD40:xqgKmiyjWqw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=rqDEFnlCD40:xqgKmiyjWqw:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=rqDEFnlCD40:xqgKmiyjWqw:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=rqDEFnlCD40:xqgKmiyjWqw:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=rqDEFnlCD40:xqgKmiyjWqw:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/rqDEFnlCD40" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/01/28/how-apple-screwed-me-yesterday/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Record Album Frames: 6 for $33.00</title>
		<link>http://www.christianmontoya.com/2010/01/27/record-album-frames-6-for-3300/</link>
		<comments>http://www.christianmontoya.com/2010/01/27/record-album-frames-6-for-3300/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:42:05 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1055</guid>
		<description><![CDATA[I&#039;ve been wanting to buy Record Album Frames for months but they tend to be anywhere from $12 to $20 each&#8230; quite pricey for a square piece of metal. Fortunately, with some persistent searching, I managed to find a great deal on Walmart.com: 6 Record Album Frames for $33.00. That&#039;s $5.50 each, and these are [...]]]></description>
			<content:encoded><![CDATA[<p>I&#039;ve been wanting to buy Record Album Frames for months but they tend to be anywhere from $12 to $20 each&#8230; quite pricey for a square piece of metal. Fortunately, with some persistent searching, I managed to find a great deal on Walmart.com: <a href="http://www.walmart.com/catalog/product.do?product_id=10404229">6 Record Album Frames for $33.00</a>. That&#039;s $5.50 each, and these are real metal frames, not plastic. That blank wall space above the TV is saved!</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=qte4fP4yLTo:JWWpK9tCXZU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=qte4fP4yLTo:JWWpK9tCXZU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=qte4fP4yLTo:JWWpK9tCXZU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=qte4fP4yLTo:JWWpK9tCXZU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=qte4fP4yLTo:JWWpK9tCXZU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=qte4fP4yLTo:JWWpK9tCXZU:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/qte4fP4yLTo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/01/27/record-album-frames-6-for-3300/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My DVD is on the shelves at Barnes &amp; Noble</title>
		<link>http://www.christianmontoya.com/2010/01/09/my-dvd-is-on-the-shelves-at-barnes-noble/</link>
		<comments>http://www.christianmontoya.com/2010/01/09/my-dvd-is-on-the-shelves-at-barnes-noble/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 02:39:17 +0000</pubDate>
		<dc:creator>Christian Montoya</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.christianmontoya.com/?p=1052</guid>
		<description><![CDATA[So naturally, I had to take a picture with it.]]></description>
			<content:encoded><![CDATA[<p>Found it today while browsing the technology - web design section:</p>

<div class="photo"><a href="http://www.flickr.com/photos/thephotoherald/4260403017/" title="Look here! by montoya.christian, on Flickr"><img src="http://farm5.static.flickr.com/4005/4260403017_b7be6cf3cf_o.jpg" width="512" height="384" alt="Look here!" /></a></div>

<p>It&#039;s also in the top 100 CSS books on <a href="http://www.amazon.com/Fundamentals-LiveLessons-Bundle-Christian-Montoya/dp/013704383X/">Amazon</a> right now (#53 at this moment). Make sure you get your copy! <img src='http://www.christianmontoya.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<p><small>Borders, on the other hand, did not have it stocked in-store here in Princeton&#8230; that&#039;s the last time I visit them.</small></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8xXwX0iHN3g:22aYOTCIlNU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=8xXwX0iHN3g:22aYOTCIlNU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8xXwX0iHN3g:22aYOTCIlNU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/christianmontoya?i=8xXwX0iHN3g:22aYOTCIlNU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8xXwX0iHN3g:22aYOTCIlNU:dnMXMwOfBR0"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=dnMXMwOfBR0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/christianmontoya?a=8xXwX0iHN3g:22aYOTCIlNU:2mJPEYqXBVI"><img src="http://feeds.feedburner.com/~ff/christianmontoya?d=2mJPEYqXBVI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/christianmontoya/~4/8xXwX0iHN3g" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.christianmontoya.com/2010/01/09/my-dvd-is-on-the-shelves-at-barnes-noble/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
