<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>Cory O&#039;Daniel - These are just words</title>
	<link>http://coryodaniel.com</link>
	<description>Software development, thoughts, and randomness</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:04:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>My Genius Invention to revolutionize using the iPhone 4.</title>
		<description><![CDATA[So, I'm an Apple Fanboi, so I don't mind finding ways to make their products MORE AWESOME. It's needless to say that the iPhone 4 is revolutionary, but I have made a draft of an invention I am working on that will make the iPhone 4 a truly genius piece of technology.
You'd better sit down. [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/07/27/my-genius-invention-to-revolutionize-using-the-iphone-4/</link>
			</item>
	<item>
		<title>Testing if something is &#8216;true&#8217; to all objects in an array/collection in ruby</title>
		<description><![CDATA[Maybe there is something that does this already. I didnt know, so I whipped it together really quick. Its an extension to the array class that lets you know if something is 'true' to all objects in the array.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
class Array
&#160;
  def all_true?&#40;&#38;block&#41;
    t_ref = true  
&#160;
    if [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/07/07/testing-if-something-is-true-to-all-objects-in-an-arraycollection-in-ruby/</link>
			</item>
	<item>
		<title>Testing 404/500, Error Pages with Webrat visit method</title>
		<description><![CDATA[This is a super simple snippet, and maybe there is something built into webrat, but I didn't find it. I needed to test for 404 pages in some of my tests (I was writing tests that made sure a page didnt show for disabled content). Purposely getting 404's can be annoying though since webrat opens [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/06/14/testing-404500-error-pages-with-webrat-visit-method/</link>
			</item>
	<item>
		<title>Lost finale &#8211; did i get it?</title>
		<description><![CDATA[I think I understood the lost finale? What I understood was that everything that happened on the island was REAL. It all happened. The monster, the time travel, the dharma initiative. Everything. As the losties died off they went to the side world where they could meet up and "move on" together. So when we [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/05/24/lost-finale-did-i-get-it/</link>
			</item>
	<item>
		<title>Ruby 1.9 Date#strftime adds a space on %b</title>
		<description><![CDATA[So, I had a spec failing in my integration suite and I couldn't figure out what the hell it was - EVERYTHING LOOKED LEGIT. I even logged into the site, and visually verified it. Whats the dilly?
I upgraded to ruby 1.9 from ruby 1.8 and apparently, when doing strftime on date, you get a free [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/05/07/ruby-1-9-datestrftime-adds-a-space-on-b/</link>
			</item>
	<item>
		<title>Padrino, Compass, and Sass &#8211; Working happily via Ian Serlin</title>
		<description><![CDATA[My cohort, Ian Serlin, discovered this.  In a project we are working on we could get Compass to play well with PadrinoRb.  It seems like the #sass method doesn't care about the options being passed to it, and we kept getting stack traces rendered into our CSS files. The stack trace was ruby [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/04/17/padrino-compass-and-sass-working-happily-via-ian-serlin/</link>
			</item>
	<item>
		<title>Attaching local or remote files to Paperclip and Milton Models in Rails (Mocking content_type and original_filename in a Tempfile)</title>
		<description><![CDATA[I was working on a project today where I needed to import some data from MySpace accounts (yeah, MySpace), which included importing the users profile image. In the controller that did the importing I was using OpenURI to retrieve the image and then turn it into a Tempfile to be attached the the model, like [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/03/05/attaching-local-or-remote-files-to-paperclip-and-milton-models-in-rails-mocking-content_type-and-original_filename-in-a-tempfile/</link>
			</item>
	<item>
		<title>A ruby wrapper for Google AjaxLibs (jquery, jquery ui, mootools, prototype, swfobject, etc) [Lazy GoogleJsApi Wrapper]</title>
		<description><![CDATA[I like using the Google AjaxLibs API. Its cool to not host files when I don't have to, especially ones I know a user has already probably cached from Google anyway (even though Google Page speed busts my balls about too many DNS lookups  ).
I do on the other hand hate watching in the [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/02/25/a-ruby-wrapper-for-google-ajaxlibs-jquery-jquery-ui-mootools-prototype-swfobject-etc/</link>
			</item>
	<item>
		<title>Why the hell can&#8217;t Apple fix this bug? &#8211; Snow Leopard Keyboard hangs when changing spaces</title>
		<description><![CDATA[Everyone knows about this bug, except apparently Apple. 
In Snow Leopard the keyboard hangs occasionally when changing spaces. Sometimes for only a few seconds, sometimes forever. All sorts of people are talking or reporting about this issue. 
Why isn't it being fixed? Hallo there, Apple? Are you there?
There are currently about 100 posts in the [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/02/23/why-the-hell-cant-apple-fix-this-bug-snow-leopard-keyboard-hangs-when-changing-spaces/</link>
			</item>
	<item>
		<title>Lower ACL Permissions on Amazon S3 items with ruby</title>
		<description><![CDATA[I recently had to change a bunch of permissions on some items on S3. Unfortunately the items were mixed in with items that I didn't want to change the permissions on and the file names are all kinda jumbled, so I couldn't pinpoint what I needed to change by eyeballing the file names. 
So I [...]]]></description>
		<link>http://coryodaniel.com/index.php/2010/02/11/lower-acl-permissions-on-amazon-s3-items-with-ruby/</link>
			</item>
</channel>
</rss>
