<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Bob&apos;s Blog - ColdFusion Tidbits - Notifo</title>
			<link>http://www.silverwareconsulting.com/index.cfm</link>
			<description>Some stuff about ColdFusion and Transfer</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 06:12:30 -0400</pubDate>
			<lastBuildDate>Mon, 21 Jun 2010 09:41:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>bob.silverberg@gmail.com</managingEditor>
			<webMaster>bob.silverberg@gmail.com</webMaster>
			
			<item>
				<title>Send Push Notifications to an iPhone from ColdFusion</title>
				<link>http://www.silverwareconsulting.com/index.cfm/2010/6/21/Send-Push-Notifications-to-an-iPhone-from-ColdFusion</link>
				<description>
				
				&lt;a href=&quot;http://notifo.com/&quot; target=&quot;_blank&quot;&gt;Notifo&lt;/a&gt; is a relatively new service which allows you to send push notifications to mobile clients
via a REST interface. Currently notifications can only be sent to the iPhone, but they plan to add support for Android and Blackberry in the future.
Because it is based on a &lt;a href=&quot;https://api.notifo.com/&quot; target=&quot;_blank&quot;&gt;REST API&lt;/a&gt;, it&apos;s very easy to interact with from a ColdFusion application, 
and I wanted to give it a try, so I whipped up
a quick &lt;a href=&quot;http://github.com/bobsilverberg/CFNotifo&quot; target=&quot;_blank&quot;&gt;API wrapper&lt;/a&gt; for it. 
It all seems to work extraordinarily well, and is quite cool.&lt;/p&gt;
&lt;h3&gt;CFNotifo is Born&lt;/h3&gt;
&lt;p&gt;I found out about Notifo from the &lt;a href=&quot;http://github.com/blog&quot; target=&quot;_blank&quot;&gt;GitHub blog&lt;/a&gt;, 
which describes a &lt;a href=&quot;http://github.com/blog/664-notifo-service-hook-added&quot; target=&quot;_blank&quot;&gt;Notifo service hook&lt;/a&gt; that was just added. This
service hook allows you to receive push notifications on your iPhone any time someone commits to your Git repo. Of course I had to try this right away,
and was duly impressed. The next step was to write some CFML that interacts with the API, so, as I mentioned above, I decided to create a simple API 
wrapper to make it even easier for others to do the same. In a matter of minutes I was able to create a single cfc which implements all of the current API.
This wasn&apos;t that challenging as there are only two API methods right now, &lt;em&gt;subscribe_user&lt;/em&gt; and &lt;em&gt;send_notification&lt;/em&gt;, but as Notifo adds more, 
I will follow suit.&lt;/p&gt;
&lt;h3&gt;How Does Notifo Work&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://paulstamatiou.com/&quot; target=&quot;_blank&quot;&gt;Paul Stamatiou&lt;/a&gt;, co-founder of Notifo, wrote up a &lt;a href=&quot;http://paulstamatiou.com/notifo-yc-w2010-gets-a-co-founder-me&quot; target=&quot;_blank&quot;&gt;detailed post about Notifo&lt;/a&gt; on his blog,
which is well worth reading. If you don&apos;t feel like following the link, here are the highlights:
&lt;ul&gt;
	&lt;li&gt;Allows you to send push notifications to a mobile client from a server.&lt;/li&gt;
	&lt;li&gt;Currently iPhone is supported, via an &lt;a href=&quot;http://itunes.apple.com/us/app/notifo/id359063459&quot; target=&quot;_blank&quot;&gt;app&lt;/a&gt; available in the app store. Android is up next, with other smartphones to be added in the future.&lt;/li&gt;
	&lt;li&gt;To subscribe to services you need a Notifo account, which can be set up via the &lt;a href=&quot;https://notifo.com/user/register&quot; target=&quot;_blank&quot;&gt;Notifo site&lt;/a&gt;, or via the iPhone app.&lt;/li&gt;	
	&lt;li&gt;To receive notifications you need to have the iPhone app installed.&lt;/li&gt;	
	&lt;li&gt;Once you&apos;ve subscribed to a service you can set various options for it via a web interface, including what type of notifications you want to receive 
	(normal, silent and stealth), and you can unsubscribe, block and report spam on a service.&lt;/li&gt;	
	&lt;li&gt;You can also set some global options for notifications, such as &lt;em&gt;silent hours&lt;/em&gt;, during which notifications will be sent silently.&lt;/li&gt;	
&lt;/ul&gt;  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Notifo</category>				
				
				<pubDate>Mon, 21 Jun 2010 09:41:00 -0400</pubDate>
				<guid>http://www.silverwareconsulting.com/index.cfm/2010/6/21/Send-Push-Notifications-to-an-iPhone-from-ColdFusion</guid>
				
			</item>
			</channel></rss>