<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Coon and Friends</title>
 <link href="http://www.coon-and-friends.com/atom.xml" rel="self"/>
 <link href="http://www.coon-and-friends.com/"/>
 <updated>2012-04-06T11:22:43-06:00</updated>
 <id>Coon and Friends</id>
 <author>
   <name>Daniel Westendorf</name>
   <email>daniel@prowestech.com</email>
 </author>

 
 <entry>
   <title>Open Source: The hardest part</title>
   <link href="http://www.coon-and-friends.com/2012/03/29/hardest-part-of-open-source.html"/>
   <updated>2012-03-29T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2012/03/29/hardest-part-of-open-source</id>
   <content type="html">We live in a time where open and free software is almost more prevalent than closed source software. It is truly an amazing time. Tools like &lt;a href='http://github.com'&gt;github&lt;/a&gt; have made creating, collaborating, and sharing this code easy and fun. I'm coming to realized that creating open software isn't the hard part, its following through and making it useful.</content>
 </entry>
 
 <entry>
   <title>Backbone.js: Track your gym workouts with this HTML5 powered web app</title>
   <link href="http://www.coon-and-friends.com/2012/02/24/workout-book-track-your-gym-workouts.html"/>
   <updated>2012-02-24T00:00:00-07:00</updated>
   <id>http://www.coon-and-friends.com/2012/02/24/workout-book-track-your-gym-workouts</id>
   <content type="html">I try to get to the gym on a regular basis. I found that running on the treadmill was getting harder and harder, because I had no sense of accomplishment. Was I doing better than before, or was I just staring at a mirror on the wall hours every week? I wasn't keeping track of my progress, so I wrote a quick web app to help me.</content>
 </entry>
 
 <entry>
   <title>OSX: Launch your rdesktop sessions from the Menubar with Houdini</title>
   <link href="http://www.coon-and-friends.com/2012/02/21/houdini-rdesktop-launcher-for-osx.html"/>
   <updated>2012-02-21T00:00:00-07:00</updated>
   <id>http://www.coon-and-friends.com/2012/02/21/houdini-rdesktop-launcher-for-osx</id>
   <content type="html">I do a lot of Windows administration, and I have a short temper for Microsoft's OSX RDP client. It would lock up and freeze, so I decided to switch to rdesktop, with a GUI launcher.</content>
 </entry>
 
 <entry>
   <title>MacRuby: Desktop Notifications Growl Alternative</title>
   <link href="http://www.coon-and-friends.com/2011/12/08/macruby-desktop-notifications.html"/>
   <updated>2011-12-08T00:00:00-07:00</updated>
   <id>http://www.coon-and-friends.com/2011/12/08/macruby-desktop-notifications</id>
   <content type="html">I found that once I enabled Sandboxing on my App for submission to the MAS, that I could not send distributed Growl notifications. In addition too Growl 1.3 breaking existing SDK's and distributed notifications, I decided to roll my own.</content>
 </entry>
 
 <entry>
   <title>jQuery: Add Greyscale Images Client Side</title>
   <link href="http://www.coon-and-friends.com/2011/06/30/jquery-plugin-html5-greyscale-image-hover.html"/>
   <updated>2011-06-30T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2011/06/30/jquery-plugin-html5-greyscale-image-hover</id>
   <content type="html">Want to add a greyscale image to your webpage, but don't want to add the extra bandwidth of an additional image? Do it client side with a HTML5 Canvas.</content>
 </entry>
 
 <entry>
   <title>MacRuby: Open a product in the Mac App Store</title>
   <link href="http://www.coon-and-friends.com/2011/06/22/link-to-the-mac-app-store.html"/>
   <updated>2011-06-22T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2011/06/22/link-to-the-mac-app-store</id>
   <content type="html">Want to direct your users to a product in the Mac App Store from your MacRuby App? Heres how.</content>
 </entry>
 
 <entry>
   <title>MacRuby: Simple Modal Dialogs</title>
   <link href="http://www.coon-and-friends.com/2011/06/17/macruby-simple-modal_dialogs.html"/>
   <updated>2011-06-17T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2011/06/17/macruby-simple-modal_dialogs</id>
   <content type="html">If you're creating Modal Dialogs, your code can become riddled with various methods. Let's fix that with some Ruby love.</content>
 </entry>
 
 <entry>
   <title>MacRuby: Detect Keyboard Media Keys</title>
   <link href="http://www.coon-and-friends.com/2011/05/27/macruby-keyboard-media-keys.html"/>
   <updated>2011-05-27T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2011/05/27/macruby-keyboard-media-keys</id>
   <content type="html">If you're writing any sort of media application, you'll likely want to detect and act on keyboard events such as the pressing of the Media Keys.</content>
 </entry>
 
 <entry>
   <title>MacRuby: NSTableView Drag'n Drop Rows</title>
   <link href="http://www.coon-and-friends.com/2011/05/27/macruby-drag-and-drop-rows-in-a-nstableview.html"/>
   <updated>2011-05-27T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2011/05/27/macruby-drag-and-drop-rows-in-a-nstableview</id>
   <content type="html">You have an NSTableView with an ordered list of data. Ordering that data is important to the user, and you want to implement drag 'n drop to rearrange the rows.</content>
 </entry>
 
 <entry>
   <title>MacRuby: NSTableView Select all rows with CMD+A</title>
   <link href="http://www.coon-and-friends.com/2011/05/27/macruby-cmd-a-select-all-nstableview.html"/>
   <updated>2011-05-27T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2011/05/27/macruby-cmd-a-select-all-nstableview</id>
   <content type="html">If you have a NSTableView in your MacRuby application with the ability to select multiple rows, you probably want it to respond to the typical keyboard shortcuts.</content>
 </entry>
 
 <entry>
   <title>jQuery: Stackable Bar Graphs with Visify.js</title>
   <link href="http://www.coon-and-friends.com/2010/12/09/jquery-plugin-stackable-bar-graphs-js.html"/>
   <updated>2010-12-09T00:00:00-07:00</updated>
   <id>http://www.coon-and-friends.com/2010/12/09/jquery-plugin-stackable-bar-graphs-js</id>
   <content type="html">I needed to visualize byte data, and didn't like any of the stackable bar graphs out there. So, I created a jQuery plugin.</content>
 </entry>
 
 <entry>
   <title>Ruby: Generate multiple PAC files from a template with Ruby</title>
   <link href="http://www.coon-and-friends.com/2010/10/28/generate-multiple-PAC-files-from-a-template-with-ruby.html"/>
   <updated>2010-10-28T00:00:00-06:00</updated>
   <id>http://www.coon-and-friends.com/2010/10/28/generate-multiple-PAC-files-from-a-template-with-ruby</id>
   <content type="html">Many enterprises use a proxy to secure their network. Some have multiple proxies, requiring multiple sets of settings. This can be simplified by using PAC files, but what if you have multiple PAC files that are very similar?</content>
 </entry>
 
 <entry>
   <title>VBScript: Renaming, Changing, or Moving Windows Print Queues</title>
   <link href="http://www.coon-and-friends.com/2010/02/12/renaming-changing-or-moving-windows-print-queues.html"/>
   <updated>2010-02-12T00:00:00-07:00</updated>
   <id>http://www.coon-and-friends.com/2010/02/12/renaming-changing-or-moving-windows-print-queues</id>
   <content type="html">Renaming printer queues on a Windows print server is easy. Getting all the client machines on your network to switch over to the new queue name is not easy. Let's simplify that.</content>
 </entry>
 
 
</feed>
