<?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>attack eleven &#187; Work</title>
	<atom:link href="http://www.attack11.com/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.attack11.com</link>
	<description>a photoblog of jason mulligan</description>
	<lastBuildDate>Thu, 29 Jul 2010 12:29:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>avoidwork NoSQL Schema</title>
		<link>http://www.attack11.com/2010/07/26/avoidwork-nosql-schema/</link>
		<comments>http://www.attack11.com/2010/07/26/avoidwork-nosql-schema/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 23:48:37 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1953</guid>
		<description><![CDATA[The new database behind a PHP5 interface. NoRel design using Views on a MyISAM table. Pure speed. A rule table to apply bit permissions to entities. The entity.owner value comes from another db/service (openid style, decoupled &#8217;cause it should be). When creating a new entity if the owner is not null (ie, not a system [...]]]></description>
			<content:encoded><![CDATA[<div><a class="tt-flickr tt-flickr-Small" title="avoidwork NoSQL Schema" href="http://farm5.static.flickr.com/4119/4824039455_fbe31eb3ce_o.png"><img class="alignnone" src="http://farm5.static.flickr.com/4119/4824039455_ae40531c46_m.jpg" alt="avoidwork NoSQL Schema" width="240" height="135" /></a></div>
<p>The new database behind a PHP5 interface.</p>
<p>NoRel design using Views on a MyISAM table. Pure speed.</p>
<p>A rule table to apply bit permissions to entities. The entity.owner value comes from another db/service (openid style, decoupled &#8217;cause it should be). When creating a new entity if the owner is not null (ie, not a system entity) a perm of 4 (read/write/delete) is applied, otherwise only 1 (read) is set via trg_ins. A cascade delete is handled by trg_del.</p>
<p>Views are used to create categories, based on an entity.parent value of 0. In theory this is both the navigation and primary content channels.</p>
<p>Groups are possible via the same auth service, so this is basically gen 1 of Spiral. That version will rely on Doctrine ORM and have a more robust dashboard compared to avoidwork.com.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/07/26/avoidwork-nosql-schema/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Architecting Services</title>
		<link>http://www.attack11.com/2010/07/24/architecting-services/</link>
		<comments>http://www.attack11.com/2010/07/24/architecting-services/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:53:11 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1943</guid>
		<description><![CDATA[The recent decision to move to a NoSQL database was coming for a long time. There&#8217;s obvious benefits to the schema design for certain scenarios, and I&#8217;m betting on them. I was so quick to create the code base to allow me to use the new schema that I forgot I was missing the Authentication [...]]]></description>
			<content:encoded><![CDATA[<p>The recent decision to move to a NoSQL database was coming for a long time. There&#8217;s obvious benefits to the schema design for certain scenarios, and I&#8217;m betting on them.</p>
<p>I was so quick to create the code base to allow me to use the new schema that I forgot I was missing the Authentication service on the secure application gateway I launched a few weeks ago.</p>
<p>Considering it&#8217;s close to midnight, I&#8217;m going to finish up tomorrow or later this week depending if the sun comes out tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/07/24/architecting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrades!</title>
		<link>http://www.attack11.com/2010/07/24/upgrades/</link>
		<comments>http://www.attack11.com/2010/07/24/upgrades/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 19:09:31 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1939</guid>
		<description><![CDATA[avoidwork.com is getting a behind the scenes upgrade by moving to a NoSQL schema powering my PHP5 code. I&#8217;ve also refactored the directory structure to be more secure with &#8216;best practices&#8217; in mind.]]></description>
			<content:encoded><![CDATA[<p>avoidwork.com is getting a behind the scenes upgrade by moving to a NoSQL schema powering my PHP5 code. I&#8217;ve also refactored the directory structure to be more secure with &#8216;best practices&#8217; in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/07/24/upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL/RESTful Gateway online!</title>
		<link>http://www.attack11.com/2010/07/03/sslrestful-gateway-online/</link>
		<comments>http://www.attack11.com/2010/07/03/sslrestful-gateway-online/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 17:33:53 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1907</guid>
		<description><![CDATA[A major component for the SaaS project that&#8217;s driving aFrame development went live today! The URI based, SSL encrypted Gateway is online and ready for a bunch of resources to be enabled when the other pieces of this scalable application are ready. It&#8217;s going to be killer.]]></description>
			<content:encoded><![CDATA[<p>A major component for the SaaS project that&#8217;s driving aFrame development went live today! The URI based, SSL encrypted Gateway is <a href="https://secure.avoidwork.com">online</a> and ready for a bunch of resources to be enabled when the other pieces of this scalable application are ready.</p>
<p>It&#8217;s going to be killer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/07/03/sslrestful-gateway-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aFrame Update</title>
		<link>http://www.attack11.com/2010/06/27/aframe-update-2/</link>
		<comments>http://www.attack11.com/2010/06/27/aframe-update-2/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 22:09:51 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1901</guid>
		<description><![CDATA[Today I managed to squeeze a few hours in for development and banged out a final version of the AJAX/REST classes for DELETE, GET, POST &#38; PUT. I also re-organized some classes, and created a few new ones including array{} which has alternative methods to native ones such as contains() in lieu of indexOf(), and [...]]]></description>
			<content:encoded><![CDATA[<p>Today I managed to squeeze a few hours in for development and banged out a final version of the AJAX/REST classes for DELETE, GET, POST &amp; PUT. I also re-organized some classes, and created a few new ones including array{} which has alternative methods to native ones such as contains() in lieu of indexOf(), and remove() in lieu of slice()/splice().</p>
<p>More prototyping of aFrame onto JavaScript objects has also been occurring, and it&#8217;s starting to turn into a great framework to create applications with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/27/aframe-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aFrame is almost ready for Beta</title>
		<link>http://www.attack11.com/2010/06/20/aframe-is-almost-ready-for-beta/</link>
		<comments>http://www.attack11.com/2010/06/20/aframe-is-almost-ready-for-beta/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 19:57:15 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1896</guid>
		<description><![CDATA[The Prototype has gone into the Alpha stage, and it&#8217;s getting fleshed out rapidly. Next the step should happen within 2 weeks, because I&#8217;m going to be going camping and not much will happen over the next 5-6 days. I worked out some details in the client{} class yesterday, which helped sort out IE support [...]]]></description>
			<content:encoded><![CDATA[<p>The Prototype has gone into the Alpha stage, and it&#8217;s getting fleshed out rapidly. Next the step should happen within 2 weeks, because I&#8217;m going to be going camping and not much will happen over the next 5-6 days.</p>
<p>I worked out some details in the client{} class yesterday, which helped sort out IE support in the fx{} class; paving the way for some common effects, and more advanced ones as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/20/aframe-is-almost-ready-for-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wiki is live!</title>
		<link>http://www.attack11.com/2010/06/14/the-wiki-is-live/</link>
		<comments>http://www.attack11.com/2010/06/14/the-wiki-is-live/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:53:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1894</guid>
		<description><![CDATA[That&#8217;s right, the Wiki! avoidwork now has a wiki at http://wiki.avoidwork.com. You&#8217;ll be able to find product documentation with code samples, and eventually user comments here.]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, the Wiki! avoidwork now has a wiki at <a href="http://wiki.avoidwork.com">http://wiki.avoidwork.com</a>. You&#8217;ll be able to find product documentation with code samples, and eventually user comments here.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/14/the-wiki-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aFrame Update</title>
		<link>http://www.attack11.com/2010/06/13/aframe-update/</link>
		<comments>http://www.attack11.com/2010/06/13/aframe-update/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 19:44:32 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1892</guid>
		<description><![CDATA[Today has been pretty busy. I&#8217;ve enabled real time base36 encoding on the aFrame lab application JavaScript files to see what to expect in an well configured environment (obfuscation &#38; compression). The result is very promising, it&#8217;s currently under 5KB and about 90% complete; for a Prototype. I&#8217;ve got the AJAX/JSON/RESTful behavior the way I [...]]]></description>
			<content:encoded><![CDATA[<p>Today has been pretty busy. I&#8217;ve enabled real time base36 encoding on the aFrame lab application JavaScript files to see what to expect in an well configured environment (obfuscation &amp; compression). The result is very promising, it&#8217;s currently under 5KB and about 90% complete; for a Prototype.</p>
<p>I&#8217;ve got the AJAX/JSON/RESTful behavior the way I want, and there&#8217;s only 2 features left to add before it&#8217;s ready for the first Beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/13/aframe-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Made great progress on my uSirius web GUI</title>
		<link>http://www.attack11.com/2010/06/06/made-great-progress-on-my-usirius-web-gui/</link>
		<comments>http://www.attack11.com/2010/06/06/made-great-progress-on-my-usirius-web-gui/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 22:34:17 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1868</guid>
		<description><![CDATA[With aFrame&#8217;s Prototype approaching completion, the ability to complete the uSirius web gui/rss reader (I started on as a mini-project a few months ago) is also approaching. I have it 99% functional. I need to finish the code to handle multiple sets of channels per category (they&#8217;re no longer ordered by number). Once that&#8217;s done, [...]]]></description>
			<content:encoded><![CDATA[<p>With aFrame&#8217;s Prototype approaching completion, the ability to complete the uSirius web gui/rss reader (I started on as a mini-project a few months ago) is also approaching. I have it 99% functional. I need to finish the code to handle multiple sets of channels per category (they&#8217;re no longer ordered by number).</p>
<p>Once that&#8217;s done, I&#8217;ll have the foundation for the GUI in place and then I just need to put some eye candy on it once aFrame is out of beta!</p>
<p>It feels good to accomplish progress on multiple projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/06/made-great-progress-on-my-usirius-web-gui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server stats on my iPhone!</title>
		<link>http://www.attack11.com/2010/06/06/server-stats-on-my-iphone/</link>
		<comments>http://www.attack11.com/2010/06/06/server-stats-on-my-iphone/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 22:29:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[PC / Console]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1866</guid>
		<description><![CDATA[Ya, I know it&#8217;s nerdy&#8230; so what. This is awesome info to have at my finger tips!]]></description>
			<content:encoded><![CDATA[<p><a class="tt-flickr tt-flickr-Small" title="iSysinfo" href="http://www.flickr.com/photos/deviation/4667373775/"><img class="alignnone" src="http://farm2.static.flickr.com/1265/4667373775_1424d11876_m.jpg" alt="iSysinfo" width="160" height="240" /></a></p>
<p>Ya, I know it&#8217;s nerdy&#8230; so what. This is awesome info to have at my finger tips!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/06/server-stats-on-my-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website upgrades</title>
		<link>http://www.attack11.com/2010/06/05/website-upgrades-2/</link>
		<comments>http://www.attack11.com/2010/06/05/website-upgrades-2/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 00:55:26 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1861</guid>
		<description><![CDATA[I&#8217;m going to be pulling my gallery offline while I do a major upgrade using my new JavaScript library, aFrame. I&#8217;m not really seeing the value in having a so-so SaaS system manage my content with an extremely limited template; when I can make my own do so much more.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to be pulling my <a href="http://gallery.jasonmulligan.com/main">gallery</a> offline while I do a major upgrade using my new JavaScript library, <a href="http://avoidwork.com">aFrame</a>. I&#8217;m not really seeing the value in having a so-so SaaS system manage my content with an extremely limited template; when I can make my own do so much more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/05/website-upgrades-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making good progress with aFrame</title>
		<link>http://www.attack11.com/2010/06/05/making-good-progress-with-aframe/</link>
		<comments>http://www.attack11.com/2010/06/05/making-good-progress-with-aframe/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 15:53:42 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1858</guid>
		<description><![CDATA[Over the last few days I&#8217;ve been able to put a lot of time into the JavaScript library, and it&#8217;s starting to show. The GUI building possibilities are really starting to shine in the lab app I&#8217;m using to prototype against; a major paradigm shift took about 30 seconds to construct/implement. However, this is still [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few days I&#8217;ve been able to put a lot of time into the JavaScript library, and it&#8217;s starting to show. The GUI building possibilities are really starting to shine in the lab app I&#8217;m using to prototype against; a major paradigm shift took about 30 seconds to construct/implement.</p>
<p>However, this is still just a prototype and it&#8217;s pretty rough compared to more mature libraries. Once it&#8217;s out of beta, it should be able to do anything and I&#8217;ll just be focusing on business objects, gui fx and fun things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/06/05/making-good-progress-with-aframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New server config</title>
		<link>http://www.attack11.com/2010/05/31/new-server-config/</link>
		<comments>http://www.attack11.com/2010/05/31/new-server-config/#comments</comments>
		<pubDate>Mon, 31 May 2010 11:52:52 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[PC / Console]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1849</guid>
		<description><![CDATA[So, with the death of the primary SATA2 HDD in Celcius (it&#8217;s what I named the box, based on one of many snowboard/mtb stickers on the chassis), things rolled back a little. Specifically this blog, and my fiance&#8217;s photoblog. It&#8217;s a case of &#8220;not enough time to get it done&#8221;, which is a poor excuse [...]]]></description>
			<content:encoded><![CDATA[<p>So, with the death of the primary SATA2 HDD in Celcius (it&#8217;s what I named the box, based on one of many snowboard/mtb stickers on the chassis), things rolled back a little. Specifically this blog, and my fiance&#8217;s photoblog. It&#8217;s a case of &#8220;not enough time to get it done&#8221;, which is a poor excuse in my situation; but shit happens.</p>
<p>The 3.5&#8243; SATA2 HDD was replaced with a 2.5&#8243; SSD rated with an avg Read/Write &gt; 250MB/s. This new SSD syncs important data with the RAID5 housed in the chassis every 3 hours.</p>
<p>Celcius is quieter and using less power so my goal of an absolutely tiny footprint on the net continues. Future upgrades include CPU &amp; RAM (currently using a fantastic AMD Opteron: 90w), and newer HDDs for the RAID (WD Greens maybe, it&#8217;s primarily backup &amp; offline access).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/05/31/new-server-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving stuff</title>
		<link>http://www.attack11.com/2010/03/26/moving-stuff/</link>
		<comments>http://www.attack11.com/2010/03/26/moving-stuff/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 11:24:06 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1842</guid>
		<description><![CDATA[I have started the web site/app migration from my host Site5, to my home server. I&#8217;ll be happy once everything is off the host, but the email is proving to be somewhat tricky. Do I host that, or offload it to a service provider? Should I have my domain registrar do the DNS work? Small [...]]]></description>
			<content:encoded><![CDATA[<p>I have started the web site/app migration from my host Site5, to my home server. I&#8217;ll be happy once everything is off the host, but the email is proving to be somewhat tricky. Do I host that, or offload it to a service provider? Should I have my domain registrar do the DNS work?</p>
<p>Small decisions to make; but they&#8217;re holding me up on completing this task.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/03/26/moving-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The growing pains of switching to Linux, is a pain</title>
		<link>http://www.attack11.com/2010/03/24/the-growing-pains-of-switching-to-linux-is-a-pain/</link>
		<comments>http://www.attack11.com/2010/03/24/the-growing-pains-of-switching-to-linux-is-a-pain/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 11:58:52 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1840</guid>
		<description><![CDATA[I&#8217;ve recently switched my home server (AMD Opteron 170/4GB ram/hybrid RAID 5/static IP) from Windows (2003-&#62;2008-&#62;7) to Ubuntu Server 9.04. It&#8217;s been a great refresher on Linux, however I forgot about kernel dependency and installed 9.10, and then realized I couldn&#8217;t use my RAID card. It was only a few hours of lost time, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently switched my home server (AMD Opteron 170/4GB ram/hybrid RAID 5/static IP) from Windows (2003-&gt;2008-&gt;7) to Ubuntu Server 9.04. It&#8217;s been a great refresher on Linux, however I forgot about kernel dependency and installed 9.10, and then realized I couldn&#8217;t use my RAID card. It was only a few hours of lost time, but it still sucked. Getting 9.04 going took about 20-30mins because I knew what to install, and in what order.</p>
<p>It&#8217;s pretty sweet for web app development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/03/24/the-growing-pains-of-switching-to-linux-is-a-pain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not a bad Friday</title>
		<link>http://www.attack11.com/2010/03/19/not-a-bad-friday/</link>
		<comments>http://www.attack11.com/2010/03/19/not-a-bad-friday/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 00:19:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1835</guid>
		<description><![CDATA[Today was the last day for one of my original teammates at work. I&#8217;m going to miss his colorful commentary on things, and the smoke breaks (I don&#8217;t smoke, I just go for the sunlight &#38; breezes). I&#8217;ve been enjoying having Ubuntu Server 9.04 running on my server at home. It&#8217;s been a good learning [...]]]></description>
			<content:encoded><![CDATA[<p>Today was the last day for one of my original teammates at work. I&#8217;m going to miss his colorful commentary on things, and the smoke breaks (I don&#8217;t smoke, I just go for the sunlight &amp; breezes).</p>
<p>I&#8217;ve been enjoying having Ubuntu Server 9.04 running on my server at home. It&#8217;s been a good learning experience. I&#8217;m trying a network upgrade to 9.1 now. I&#8217;m hoping that doesn&#8217;t go wrong.</p>
<p><a href="http://jenergize.com">Jen</a>&#8216;s produced some awesome pictures this week, you should go look.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/03/19/not-a-bad-friday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>aw:Flickr is going to get a new name, and some other changes</title>
		<link>http://www.attack11.com/2010/03/12/awflickr-is-going-to-get-a-new-name-and-some-other-changes/</link>
		<comments>http://www.attack11.com/2010/03/12/awflickr-is-going-to-get-a-new-name-and-some-other-changes/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 02:25:22 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1832</guid>
		<description><![CDATA[I&#8217;ve decided that instead of releasing a standalone version, it&#8217;ll become a hosted service/saas. This comes at a cost of more development time, to create the account management/etc. I&#8217;m going to allow custom CSS loading, and possibly some kind of online template editing. I&#8217;m not sure yet. Lots of ideas. I&#8217;m thinking that integrating a [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided that instead of releasing a standalone version, it&#8217;ll become a hosted service/saas. This comes at a cost of more development time, to create the account management/etc. I&#8217;m going to allow custom CSS loading, and possibly some kind of online template editing. I&#8217;m not sure yet. Lots of ideas. I&#8217;m thinking that integrating a Zenfolio account will be the next major iteration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/03/12/awflickr-is-going-to-get-a-new-name-and-some-other-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Been a busy week</title>
		<link>http://www.attack11.com/2010/02/24/been-a-busy-week/</link>
		<comments>http://www.attack11.com/2010/02/24/been-a-busy-week/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 23:23:53 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1819</guid>
		<description><![CDATA[Starting late on Monday carried over to a late night on Tuesday at work. It was an unexpected, but overall beneficial long day. I&#8217;ve managed to squeeze in a little time for refactoring the JavaScript portion of awFlickr app, which I plan to release into a private beta this weekend. I&#8217;ll think of a better [...]]]></description>
			<content:encoded><![CDATA[<p>Starting late on Monday carried over to a late night on Tuesday at work. It was an unexpected, but overall beneficial long day. I&#8217;ve managed to squeeze in a little time for refactoring the JavaScript portion of <a href="http://avoidwork.com">awFlickr</a> app, which I plan to release into a private beta this weekend.</p>
<p>I&#8217;ll think of a better name once I get it out for testing. I&#8217;m planning on using this as a base for Spiral&#8217;s PHP version, and my tentatively named aw:Mail.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/02/24/been-a-busy-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got some reading to do</title>
		<link>http://www.attack11.com/2010/02/19/got-some-reading-to-do/</link>
		<comments>http://www.attack11.com/2010/02/19/got-some-reading-to-do/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 12:58:50 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1815</guid>
		<description><![CDATA[I picked up two books the other night to read for work &#38; my personal projects. While looking for Design Patterns Explained I found PHP Design Patterns, which is a WROX book (I favor this publisher) and seemed to be the same core content in a shorter package. The other is the O&#8217;Reilly JavaScript Pocket [...]]]></description>
			<content:encoded><![CDATA[<p>I picked up two books the other night to read for work &amp; my personal projects. While looking for Design Patterns Explained I found PHP Design Patterns, which is a WROX book (I favor this publisher) and seemed to be the same core content in a shorter package. The other is the O&#8217;Reilly JavaScript Pocket Reference, which is going to be a bit of a refresher.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/02/19/got-some-reading-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finishing off a side project (finally!)</title>
		<link>http://www.attack11.com/2010/02/16/finishing-off-a-side-project-finally/</link>
		<comments>http://www.attack11.com/2010/02/16/finishing-off-a-side-project-finally/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 12:43:59 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1813</guid>
		<description><![CDATA[This past weekend I started working on a Flickr app that&#8217;s REST/JSON/JavaScript based (with a PHP back end generating the JSON). It&#8217;s a very old project I never really got started on, but was pretty easy to (almost) complete in under 2 days. I discovered&#8230; a Flickr ID is too large for any web browser [...]]]></description>
			<content:encoded><![CDATA[<p>This past weekend I started working on a Flickr app that&#8217;s REST/JSON/JavaScript based (with a PHP back end generating the JSON). It&#8217;s a very old project I never really got started on, but was pretty easy to (almost) complete in under 2 days.</p>
<p>I discovered&#8230; a Flickr ID is too large for any web browser JavaScript engine to handle; they rounded up randomly. HTML comments on photos are very annoying from a programmatic point of view. I really like JavaScript.</p>
<p>I used the code base from my portfolio and hacked it up, by taking out the # operations and using events on all the dynamic objects/elements. I also corrected the JSON transportation. Now I&#8217;m left with a few visual effects to create, and some misc behavioral changes.</p>
<p>I&#8217;m hoping to have v1.0 released this week under the MIT license.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/02/16/finishing-off-a-side-project-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
