<?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; avoidwork</title>
	<atom:link href="http://www.attack11.com/category/avoidwork/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>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>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>Server failure, lost 2 months of the blog</title>
		<link>http://www.attack11.com/2010/05/30/server-failure-lost-2-months-of-the-blog/</link>
		<comments>http://www.attack11.com/2010/05/30/server-failure-lost-2-months-of-the-blog/#comments</comments>
		<pubDate>Sun, 30 May 2010 22:45:18 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1844</guid>
		<description><![CDATA[I&#8217;ve corrected the backup routine with an aggressive rsync.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve corrected the backup routine with an aggressive rsync.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/05/30/server-failure-lost-2-months-of-the-blog/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>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>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>
		<item>
		<title>Spiral has been delegated to &#8220;weekend only&#8221; status</title>
		<link>http://www.attack11.com/2010/01/25/spiral-has-been-delegated-to-weekend-only-status/</link>
		<comments>http://www.attack11.com/2010/01/25/spiral-has-been-delegated-to-weekend-only-status/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:36:46 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1789</guid>
		<description><![CDATA[With the new employment at Maple Works Technology, working on Spiral has become very low priority due to other projects and having a fiance. I&#8217;m hoping to have a spring beta.]]></description>
			<content:encoded><![CDATA[<p>With the new employment at Maple Works Technology, working on Spiral has become very low priority due to other projects and having a fiance. I&#8217;m hoping to have a spring beta.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2010/01/25/spiral-has-been-delegated-to-weekend-only-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Holiday slow down</title>
		<link>http://www.attack11.com/2009/12/29/holiday-slow-down/</link>
		<comments>http://www.attack11.com/2009/12/29/holiday-slow-down/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:15:09 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1763</guid>
		<description><![CDATA[With Christmas having come and gone, and New Years just around the corner; development has slowed to a crawl on Spiral due to a lack of time for this project. It should pick up again in January, after I return from Jamaica where I&#8217;m shooting a wedding. I&#8217;m hoping to have a beta up and [...]]]></description>
			<content:encoded><![CDATA[<p>With Christmas having come and gone, and New Years just around the corner; development has slowed to a crawl on Spiral due to a lack of time for this project. It should pick up again in January, after I return from Jamaica where I&#8217;m shooting a wedding.</p>
<p>I&#8217;m hoping to have a beta up and running on the in-house dev server soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2009/12/29/holiday-slow-down/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The ADO Entity framework is interesting.</title>
		<link>http://www.attack11.com/2009/12/19/the-ado-entity-framework-is-interesting/</link>
		<comments>http://www.attack11.com/2009/12/19/the-ado-entity-framework-is-interesting/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 21:22:31 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1748</guid>
		<description><![CDATA[I&#8217;m using it for the first time with Spiral, and it&#8217;s slowing down my planned rapid development cycle. It&#8217;s definitely worth learning, and I&#8217;m sure it&#8217;s going to be worth while based on Spiral&#8217;s schema. I&#8217;m not sure if I&#8217;m a fan of CUD (CRUD?) though, because it complicates things and complains about FK relations [...]]]></description>
			<content:encoded><![CDATA[<p><a class="tt-flickr tt-flickr-Small" title="Spiral schema" href="http://www.flickr.com/photos/deviation/4198435878/"><img class="alignnone" src="http://farm5.static.flickr.com/4037/4198435878_d4d1dce03a_m.jpg" alt="Spiral schema" width="240" height="240" /></a></p>
<p>I&#8217;m using it for the first time with Spiral, and it&#8217;s slowing down my planned rapid development cycle. It&#8217;s definitely worth learning, and I&#8217;m sure it&#8217;s going to be worth while based on Spiral&#8217;s schema. I&#8217;m not sure if I&#8217;m a fan of CUD (CRUD?) though, because it complicates things and complains about FK relations sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2009/12/19/the-ado-entity-framework-is-interesting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spiral&#8217;s database is going to be fast</title>
		<link>http://www.attack11.com/2009/12/17/spirals-database-is-going-to-be-fast/</link>
		<comments>http://www.attack11.com/2009/12/17/spirals-database-is-going-to-be-fast/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 16:40:27 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[avoidwork]]></category>

		<guid isPermaLink="false">http://www.attack11.com/?p=1743</guid>
		<description><![CDATA[Based on this Microsoft TechNet article I&#8217;ve refactored the Views used to access Spiral&#8217;s data via sproc . This is one of many changes which have allowed for a much broader role for the applicable. Spiral will be released as a community portal. The database will be deployed as SQLExpress and be cluster ready if [...]]]></description>
			<content:encoded><![CDATA[<p>Based on this Microsoft TechNet <a href="http://technet.microsoft.com/en-us/library/dd171921.aspx">article</a> I&#8217;ve refactored the Views used to access Spiral&#8217;s data via sproc . This is one of many changes which have allowed for a much broader role for the applicable. Spiral will be released as a community portal.</p>
<p>The database will be deployed as SQLExpress and be cluster ready if you attach it to SQL Server 2005 or newer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.attack11.com/2009/12/17/spirals-database-is-going-to-be-fast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
