<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robert Abramski</title>
	<atom:link href="http://blog.robertabramski.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.robertabramski.com</link>
	<description>Blog. Ugliest Word Ever.</description>
	<lastBuildDate>Fri, 20 Jan 2012 05:22:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PyroCMS Fonts Module</title>
		<link>http://blog.robertabramski.com/archives/467</link>
		<comments>http://blog.robertabramski.com/archives/467#comments</comments>
		<pubDate>Fri, 20 Jan 2012 04:49:03 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=467</guid>
		<description><![CDATA[I just released an addon module for PyroCMS. For those of you that may not know, PyroCMS is a content management system built on Codeigniter. For those of you that may not know Codeigniter, Google that shit. I can&#8217;t explain everything.
The Fonts module manages, protects and obfuscates webfonts. Your webfonts are protected by checking HTTP_REFERER [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyntaxic Framework 0.1.2</title>
		<link>http://blog.robertabramski.com/archives/459</link>
		<comments>http://blog.robertabramski.com/archives/459#comments</comments>
		<pubDate>Fri, 19 Aug 2011 18:31:17 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=459</guid>
		<description><![CDATA[The public release of my ActionScript framework is now available. Check out the shiny new site where you can find documentation and a user guide to help you get started. To make it even more simple, the site comes with Boilerplate, a utility that creates either a Flex or pure ActionScript project at a single [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/459/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyntaxic Framework 0.1.1</title>
		<link>http://blog.robertabramski.com/archives/455</link>
		<comments>http://blog.robertabramski.com/archives/455#comments</comments>
		<pubDate>Fri, 17 Jun 2011 02:34:10 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=455</guid>
		<description><![CDATA[I just finished up the first public beta release on my ActionScript MVC framework, Cyntaxic. There is going to be a site launch for it coming soon. Right now, the beta can be checked out from my SVN repository. Comments are very welcome. The best place to put those comments is here until the site [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/455/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Looping with Nested Views in CodeIgniter</title>
		<link>http://blog.robertabramski.com/archives/446</link>
		<comments>http://blog.robertabramski.com/archives/446#comments</comments>
		<pubDate>Thu, 12 May 2011 16:40:53 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[codeigniter]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=446</guid>
		<description><![CDATA[I have been using CodeIgniter on my most current project and I am really happy with the way it works. If you know anything about MVC and OOP, there is very little learning curve to get moving with this framework.
CodeIgniter allows you to create views to display information passed in from the controller and the [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/446/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bulletproof Handling for IE6</title>
		<link>http://blog.robertabramski.com/archives/436</link>
		<comments>http://blog.robertabramski.com/archives/436#comments</comments>
		<pubDate>Sat, 02 Apr 2011 02:11:17 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=436</guid>
		<description><![CDATA[I&#8217;m going to be using this in all upcoming projects and you should too. It fixes every issue that IE6 has. It fixes the light blue PNG background issue, it fixes the box model, it fixes all the hover issues, it fixes all the JavaScript inconsistencies and probably even all the security holes.

&#60;!--[if lte IE [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/436/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eulogy for Past Electronics</title>
		<link>http://blog.robertabramski.com/archives/429</link>
		<comments>http://blog.robertabramski.com/archives/429#comments</comments>
		<pubDate>Tue, 22 Mar 2011 16:07:02 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=429</guid>
		<description><![CDATA[I was recently forced to make some major upgrades to to my gear. I had two minor catastrophes befall me almost at the same time. First, my laptop died. I&#8217;m not sure what caused it but I suspect that it was turning it on before it was up to proper operating temperature. I had it [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/429/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automator Workflows</title>
		<link>http://blog.robertabramski.com/archives/425</link>
		<comments>http://blog.robertabramski.com/archives/425#comments</comments>
		<pubDate>Sun, 23 Jan 2011 21:48:18 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=425</guid>
		<description><![CDATA[I&#8217;ve written a few Automator workflows to handle some pretty specific things. For the most part, they are just shell scripts I&#8217;ve found around and written into a workflow. I&#8217;ve posted them here. There is a workflow to copy a path of the selected folder, a script to show system files and script to hide [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/425/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notifying Facebook &amp; Twitter From WordPress</title>
		<link>http://blog.robertabramski.com/archives/418</link>
		<comments>http://blog.robertabramski.com/archives/418#comments</comments>
		<pubDate>Fri, 21 Jan 2011 21:40:50 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=418</guid>
		<description><![CDATA[Are you still copying and pasting blog entry links into Twitter and Facebook after you write a post? That&#8217;s for senior citizens. Below is a way to hook it up so when you write a post in your blog it will show up on both Twitter and Facebook.
The first thing to do is to add [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/418/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uploader WordPress Plugin</title>
		<link>http://blog.robertabramski.com/archives/409</link>
		<comments>http://blog.robertabramski.com/archives/409#comments</comments>
		<pubDate>Fri, 21 Jan 2011 20:50:14 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[uploader]]></category>
		<category><![CDATA[uploadify]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=409</guid>
		<description><![CDATA[I&#8217;ve written my first WordPress plugin and added it to WordPress&#8217; plugin repository. It is available for download here. It&#8217;s a pretty simple plugin that I hope to add into a larger plugin that I am planning to put together for the rollout of my personal site, which has been a long time coming. Now [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/409/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>M is for Bone</title>
		<link>http://blog.robertabramski.com/archives/402</link>
		<comments>http://blog.robertabramski.com/archives/402#comments</comments>
		<pubDate>Thu, 22 Jul 2010 19:05:38 +0000</pubDate>
		<dc:creator>Robert Abramski</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[commands]]></category>
		<category><![CDATA[keystroke]]></category>

		<guid isPermaLink="false">http://blog.robertabramski.com/?p=402</guid>
		<description><![CDATA[It looks like Creative Suite CS5 has amended their zoom keystroke bungle they released with CS4. I wrote a post about it here. They changed the default keystroke of zoom to m (and renamed it Magnify) to make room for a third string tool like the Bone tool. Firstly, bone doesn&#8217;t even begin with z, [...]]]></description>
		<wfw:commentRss>http://blog.robertabramski.com/archives/402/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

