<?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"
	>

<channel>
	<title>Tony Thomas</title>
	<atom:link href="http://anthonygthomas.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonygthomas.com</link>
	<description>This is my blog.</description>
	<pubDate>Fri, 20 Jun 2008 19:07:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Wow. ACL is Hard</title>
		<link>http://anthonygthomas.com/2008/06/20/wow-acl-is-hard/</link>
		<comments>http://anthonygthomas.com/2008/06/20/wow-acl-is-hard/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 18:55:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ACL]]></category>

		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[access control lists]]></category>

		<category><![CDATA[modified preorder tree traversal algorithm]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=34</guid>
		<description><![CDATA[That is Access Control Lists. I&#8217;ve been developing with CakePHP this spring and summer and it was all going very well until I actually needed to control access to the application. It&#8217;s not even that CakePHP falls short here. There are apparently tons of built-in tools for managing access. They&#8217;re just poorly documented and the [...]]]></description>
			<content:encoded><![CDATA[<p>That is Access Control Lists. I&#8217;ve been developing with <a href="http://cakephp.org">CakePHP</a> this spring and summer and it was all going very well until I actually needed to control access to the application. It&#8217;s not even that CakePHP falls short here. There are apparently tons of built-in tools for managing access. They&#8217;re just poorly documented and the community is relatively new so no one has built a complete plug in. If you&#8217;re looking for a solution like I was, I&#8217;m afraid I&#8217;m not going to give you the best answer here. I did find something that works, so read on. Especially if you&#8217;re learning ACL or Modified Preorder Tree Traversal Algorithm (MPTTA) for the first time.</p>
<p>Disclosure: I&#8217;m not formally trained as a programmer/developer. Everything I&#8217;ve learned, I&#8217;ve taught myself. So there are definitely some silos in my knowledge as I&#8217;ve learned things on the basis of necessity. I have, however, been developing in PHP for over six years. So it&#8217;s not all that bad.</p>
<p>So the learning curve for implementing ACL has been relatively steep for me. First, I had to get my head around the concept. The big picture is easy. <a title="ACL in the CakePHP Manual" href="http://book.cakephp.org/view/171/access-control-lists">What we&#8217;re after is a tree of access with &#8216;admin&#8217; at the root and everything else branching off from that with diminishing access</a>. That&#8217;s not hard to conceptualize. What is hard is putting that into practice.</p>
<p>I messed around with this for a long time before stumbling upon <a href="http://www.sitepoint.com/article/hierarchical-data-database/2">this tutorial about the Modified Preorder Tree Traversal Algorithm</a>. Stop now. Read it. Come back.</p>
<p>Now you should understand the concepts that drive CakePHP&#8217;s ACL. Unfortunately here is also where we depart from using CakePHP&#8217;s tools. At least until a decent plug-in comes along that allows you to manage Access Request Objects (ARO) and Access Control Objects (ACO) via a good, web-based interface.</p>
<p>After many attempts with <a href="http://bakery.cakephp.org/tags/view/acl">various solutions that are currently avaliable</a>, I finally settled on <a href="http://conseil-recherche-innovation.net/authake">Authake</a>.</p>
<p>Pros:</p>
<ul>
<li>Works in CakePHP 1.2</li>
<li>User, ARO &amp; ACO adminstration is a snap</li>
<li>Access control works immediately without modifying anything you&#8217;ve built in your app.</li>
</ul>
<p>Cons:</p>
<ul>
<li>Installation requires you replace the entire CakePHP engine with Authake&#8217;s modified version. This will make upgrading CakePHP a lot harder.</li>
<li>The developer has abandoned it in favor of developing in RoR. No hope for future versions unless the community continues development. Personally, I&#8217;d prefer a plug-in like<a href="http://bakery.cakephp.org/articles/view/acl-management-plugin"> Jeff <span class="author">Loiselle</span>&#8217;s ACL Management Plugin</a> that I could just drop right into app/plugins without replacing the entire installation. (<a href="http://dev.newnewmedia.com/cakephp/admin/acl">The issue I have with Jeff&#8217;s are all listed on his &#8220;Known Bugs&#8221; list</a>. Namely, &#8220;does not show inherited permissions, does not show full path in finder &amp; does not have crud fields&#8221;. Unfortunately, those are three very major elements of managing ACL.)</li>
</ul>
<p>If you are reading this in the not so distant future and someone had developed a plugin that has an admin area like Authake&#8217;s but drops into app/plugins like Jeff&#8217;s plugin, please, <em>please</em> let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/06/20/wow-acl-is-hard/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How Do You Explain Twitter?</title>
		<link>http://anthonygthomas.com/2008/06/16/how-do-you-explain-twitter/</link>
		<comments>http://anthonygthomas.com/2008/06/16/how-do-you-explain-twitter/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 20:15:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=33</guid>
		<description><![CDATA[I&#8217;m connected to a lot of tech-savvy folks (tweeple) via Twitter, but I work and hang out with a lot of not-so-tech-savvy folks (people) in real life. Once in a while the twain will meet, but not often.
My friends who are somewhere in the middle have Twitter accounts, but don&#8217;t use them like I do. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m connected to a lot of tech-savvy folks (tweeple) via Twitter, but I work and hang out with a lot of not-so-tech-savvy folks (people) in real life. Once in a while the twain will meet, but not often.</p>
<p>My friends who are somewhere in the middle have Twitter accounts, but don&#8217;t use them like I do. (I.e., they don&#8217;t tweet via sms, or use it to ask questions of the cloud, etc.) They snicker when they see me tweet in public, but at home and work, they&#8217;re checking in regularly. I&#8217;m don&#8217;t want to discuss these Twitter-closet folks.</p>
<p>The people I want to discuss are those who don&#8217;t understand it at all. When I try to explain it to my co-workers, I&#8217;m a little timid. Most of the time, I don&#8217;t even bother even though I&#8217;ve found it very valuable for keeping my finger on the pulse of what&#8217;s happening in the Twin Cities. I try to explain how I&#8217;ve made friends IRL through Twitter, etc., but their eyes glaze over and I give up.</p>
<p>How do you explain Twitter (and services like it) to those who are unfamiliar or resistant to it?</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/06/16/how-do-you-explain-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>My Private Summer of Coding</title>
		<link>http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/</link>
		<comments>http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/#comments</comments>
		<pubDate>Tue, 13 May 2008 18:02:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[About the Author]]></category>

		<category><![CDATA[Amazon]]></category>

		<category><![CDATA[PHP]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[CakePHP]]></category>

		<category><![CDATA[cullect]]></category>

		<category><![CDATA[PodPress]]></category>

		<category><![CDATA[Ruby On Rails]]></category>

		<category><![CDATA[Tony Thomas]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=32</guid>
		<description><![CDATA[A couple of weeks ago I met with Garrick VanBuren to talk about cullect.com. I came away from the lunch excited about two things: Trying out some of the features in cullect that I hadn&#8217;t quite understood before and giving Ruby on Rails another shot.
I went to lunch with Garrick to offer him some feedback [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago I met with <a href="http://garrickvanburen.com/">Garrick VanBuren</a> to talk about <a href="http://cullect.com">cullect.com</a>. I came away from the lunch excited about two things: Trying out some of the features in cullect that I hadn&#8217;t quite understood before and giving Ruby on Rails another shot.</p>
<p>I went to lunch with Garrick to offer him some feedback about why I hadn&#8217;t adopted cullect yet. (I&#8217;ve had an account for about 7 months.) A few colleagues were raving about it. I knew I had to be missing something. I was.</p>
<p>While I think cullect has a way to go before widespread adoption (it runs a little slow on my PowerBook), I see what everyone else likes about it and more importantly, I see lots of potential. So, nice work Garrick. I drank the Kool-Aid. <a href="http://cullect.com/206">I now curate a small batch of feeds about music</a> and &#8220;recommend&#8221; posts so the best rise to the top in my &#8220;Important&#8221; list. <a href="http://minneapoliscast.com">This way I can also repurpose those same articles to Minneapoliscast</a>. In other words, I can repurpose content so that relevant reading is included with what I publish. It&#8217;s fun and it&#8217;s cool.</p>
<p>I&#8217;m not even going to talk about how you can pay cullect so that part of your monthly subscription goes to publishers you read. I can&#8217;t even tell you how cool I think that is.</p>
<p>What I really wanted to write about is how I came away from our conversation inspired to try Ruby on Rails. I&#8217;ve been toying with RoR for about a year now. As I started working my way through <em>Agile Web Development on Rails</em> last year, the realization gradually dawned on me that I was going to have to sit down and learn Ruby. So I bought a pdf version of <em>Programming Ruby</em>, but I didn&#8217;t really get very far before other duties called. I just didn&#8217;t have time to learn a new language.</p>
<p>After talking with Garrick I was determined to give it another shot. Then I thought, there has to be a Rails-like set of tools for PHP&#8211;a language I&#8217;ve been working in for years. That thought and a quick Google search led me to <a href="http://cakephp.org">CakePHP</a>.</p>
<p>Two weeks later and I&#8217;m near completion of the first module to <a href="http://cvp.umn.edu">manage clinic and lab data here at work</a>. Once I got my head wrapped around MVC and the built-in helpers in CakePHP, the development got faster and faster. (Disclosure: The database was already fully envisioned and built beforehand. An important first step.) I can&#8217;t tell you how gratifying it is to quickly code something in a few lines, test it and have it work. I have a whole summer of coding ahead of me. I&#8217;m very excited to deploy this application by fall.</p>
<p>On a final note, I was feeling a little cocky, so I coded my first <a href="http://wordpress.org">Wordpress</a> plugin yesterday too. Again, easy. It&#8217;s not quite ready for public release yet but with a little tweaking, I might just release it. Basically it just pulls in <a href="http://www.mightyseek.com/podpress/">PodPress</a> data and lists the ten most popular podcasts on Minneapoliscast.</p>
<p>I was a little worried that with our research slowing down over the summer I was going to be bored. Now I&#8217;m really looking forward to the coming months. Fun stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/05/13/my-private-summer-of-coding/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Value of the Written Word</title>
		<link>http://anthonygthomas.com/2008/05/01/value-of-the-written-word/</link>
		<comments>http://anthonygthomas.com/2008/05/01/value-of-the-written-word/#comments</comments>
		<pubDate>Thu, 01 May 2008 15:19:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[New Media]]></category>

		<category><![CDATA[Traditional Media]]></category>

		<category><![CDATA[media democratization]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=31</guid>
		<description><![CDATA[Yesterday I was listening to the Sound Opinions podcast with Peter Blackstock as a guest to talk about the last print issue of No Depression magazine. (I&#8217;m reluctant to link to ND, since I&#8217;m pretty sure Peter will find this within hours.) But something caught my attention even though I was very busy at work. [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday <a href="http://www.soundopinions.org/podcast.html">I was listening to the Sound Opinions podcast</a> with Peter Blackstock as a guest to talk about the <a href="http://www.nodepression.net/blogs/letter/">last print issue of No Depression magazine</a>. (I&#8217;m reluctant to link to ND, <a href="http://anthonygthomas.com/2008/04/18/careful-where-you-point-that-thing/">since I&#8217;m pretty sure Peter will find this within hours</a>.) But something caught my attention even though I was very busy at work. Peter made a comment about the &#8220;devaluation of the written word&#8221; as a contributing factor in ND&#8217;s change of medium.</p>
<p>Devaluation is a word that is bandied about a lot these days. There is a lot of discussion about the devaluation of music as well. It&#8217;s a bit like <a href="http://twitter.com/favorites">a recent discussion I had on Twitter about the old &#8220;vinyl vs. CD&#8221; argument</a>. When someone says music or writing is being devalued, everyone just nods there heads in agreement. Remember when music and writing had <em>value?</em> Kids today.</p>
<p>I don&#8217;t mean to single Peter out (because, again, I&#8217;m pretty certain he&#8217;ll read this), but it&#8217;s an interesting issue to explore in greater depth.</p>
<p>I think the argument is better framed as a democratization of media rather than a devaluation. The stakeholders in traditional media are accustomed to a one-way model. At the top is the advertiser, the medium (newspaper, magazine, radio station, etc.) delivers the audience to the advertiser. Editorial considerations aside, that&#8217;s the basic paradigm.</p>
<p>What&#8217;s happening now is that a whole lot of folks are delivering content to audiences for free. Such a democratization inevitably results in an overall lowering of quality. This same thing occurred with the advent of desktop publishing in the mid-nineties.</p>
<p>But this scenario also allows for exciting possibilities inherent in the word <em>democracy</em>. A lot of content will be bland, narcissistic, and even bad but it can also be exciting and important. Citizen journalism is the most intriguing new concept to arise from the blogging revolution. Engaged citizens can make their own choices about what they feel should be highlighted and new communities arise around those who are good stewards of their content.</p>
<p>Let&#8217;s look at those last few words again: <em>stewards of their content</em>. That&#8217;s where the onus lies for independent media producers. The world is filled with blogs about personal exploits and nights on the town, but being a good producer means developing good editorial skills and considering your audience. Those of us who are good stewards to our audience will build successful communities around our respective media.</p>
<p>Music, writing, video, audio production might hold more potential value for those of us in the lower parts of the long tail than ever before. And we&#8217;re more accessible than traditional media.</p>
<p>As long as we&#8217;re redefining paradigms, let&#8217;s go back to No Depression. My initial reaction to the final print version of No Depression was sadness. I&#8217;ve got back issues in my basement going back almost to issue #1. (I think the oldest one I have may be #3. Whichever one has Whiskeytown on the cover.) No Depression has benefited from media democratization since it&#8217;s inception. It started up as an AOL discussion group, then went to print (remember the desktop publishing revolution?), and now is headed into a new medium again that just happens to be web-based. So it&#8217;s really not an end. It may be starting over, but I give them credit for embracing changes in the industry and moving accordingly. They&#8217;ve built a devoted audience over the years. They are no less valuable for existing (mostly) on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/05/01/value-of-the-written-word/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Busy Spring</title>
		<link>http://anthonygthomas.com/2008/04/24/busy-spring/</link>
		<comments>http://anthonygthomas.com/2008/04/24/busy-spring/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 17:39:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[About the Author]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[Minneapoliscast]]></category>

		<category><![CDATA[Tony Thomas]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=30</guid>
		<description><![CDATA[Spring is slowly opening up upon us here in Minnesota and I suddenly find myself busy to the point of nearly being overwhelmed. I say &#8220;nearly&#8221; because I&#8217;m getting to do an awful lot of what I want to do, so even though I have very little spare time, I&#8217;m happy.
I&#8217;ve started work with Scott [...]]]></description>
			<content:encoded><![CDATA[<p>Spring is slowly opening up upon us here in Minnesota and I suddenly find myself busy to the point of nearly being overwhelmed. I say &#8220;nearly&#8221; because I&#8217;m getting to do an awful lot of what I want to do, so even though I have very little spare time, I&#8217;m happy.</p>
<p>I&#8217;ve started work with Scott Flaskerud from <a href="http://www.myspace.com/thedearsweetvillains">The Dear Sweet Villains</a> on a new CD project. Scott asked me to engineer and produce the CD for him. I gladly accepted. I&#8217;ve been able to fill a few gaps here and there by playing on it too. A real pleasure, even if it leaves me bleary-eyed after late nights poring over the sesssions.</p>
<p>Several sessions are lining up for <a href="http://minneapoliscast.com">Minneapoliscast</a> in May and June including <a href="http://lukesangels.com">Luke&#8217;s Angels</a>, <a href="http://www.brianjust.com/">Brian Just</a> and <a href="http://www.aviettemusic.com/">Aviette</a>.</p>
<p>Finally I&#8217;m evaluating a new client&#8217;s website for SEO as well as helping them leverage some social media technology to keep present and potential clients up to date on their latest projects. An old client has contacted me about a new project and of course, I&#8217;m busy helping my current clients.</p>
<p>Did I mention I have a full time job and family?</p>
<p>I love this time of year. I&#8217;m generally operating on the verge of exhaustion, but I certainly get a lot accomplished. If I had to complain about my current status, the only thing I&#8217;d say is that I was hoping to work more on my own music. What can I say? I&#8217;ve got to pay the bills.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/04/24/busy-spring/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More on Microsoft&#8217;s Relevance Share</title>
		<link>http://anthonygthomas.com/2008/04/22/more-on-microsofts-relevance-share/</link>
		<comments>http://anthonygthomas.com/2008/04/22/more-on-microsofts-relevance-share/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 06:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apple]]></category>

		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=29</guid>
		<description><![CDATA[A few days ago I wrote a little entry about Microsoft&#8217;s relevance share. Admittedly, my piece was more about perception and taken from a broad perspective of Microsoft&#8217;s culture.
Peter Bright wrote a really nice piece that says the same thing in much greater depth. Bright&#8217;s piece is up-close and personal. Well worth a read if [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago I wrote <a href="http://anthonygthomas.com/2008/04/17/further-evidence-of-microsofts-loss-of-relevance-share/">a little entry about Microsoft&#8217;s relevance share</a>. Admittedly, my piece was more about perception and taken from a broad perspective of Microsoft&#8217;s culture.</p>
<p><a href="http://arstechnica.com/authors.ars/PeterB">Peter Bright wrote a really nice piece that says the same thing in much greater depth</a>. Bright&#8217;s piece is up-close and personal. Well worth a read if you want to learn bow we got to where we are in the OS wars.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/04/22/more-on-microsofts-relevance-share/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Comcast Woes</title>
		<link>http://anthonygthomas.com/2008/04/21/comcast-woes/</link>
		<comments>http://anthonygthomas.com/2008/04/21/comcast-woes/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 17:39:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Comcast]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=28</guid>
		<description><![CDATA[I thought maybe Comcast was &#8220;getting it.&#8221; They seemed to be on the cutting edge of responding to consumers&#8217; needs by monitoring Twitter and blogs for complaints&#8211;and then responding to them.
Unfortunately the problems seem so pervasive that a simple campaign of Google Alerts and Twitter monitoring can&#8217;t fix them. The question remains then, is Comcast [...]]]></description>
			<content:encoded><![CDATA[<p>I thought maybe Comcast was &#8220;<a href="http://www.techcrunch.com/2008/04/06/comcast-twitter-and-the-chicken-trust-me-i-have-a-point/">getting it</a>.&#8221; They seemed to be on the cutting edge of responding to consumers&#8217; needs by monitoring Twitter and blogs for complaints&#8211;and then responding to them.</p>
<p>Unfortunately <a href="http://www.huffingtonpost.com/craig-aaron/comcast-worst-company-eve_b_97568.html">the problems seem so pervasive</a> that a simple campaign of <a href="http://valleywag.com/381016/not-even-comcasts-twitter+stalker-can-placate-dave-winer">Google Alerts and Twitter monitoring can&#8217;t fix them</a>. The question remains then, is Comcast committed to truly listening and meeting consumers&#8217; needs or are they just trying to cheaply control their image? I wish it were the former. I think it&#8217;s the latter.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/04/21/comcast-woes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Careful Where You Point That Thing</title>
		<link>http://anthonygthomas.com/2008/04/18/careful-where-you-point-that-thing/</link>
		<comments>http://anthonygthomas.com/2008/04/18/careful-where-you-point-that-thing/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 06:00:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Social Media]]></category>

		<category><![CDATA[This Site]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=27</guid>
		<description><![CDATA[In four recent instances I&#8217;ve written something or mentioned something in a podcast where someone directly related to the subject found the post/podcast. That seems to me to be a relatively recent phenomenon.
Instance one: In a recent Minneapoliscast podcast, we discussed the demise of No Depression&#8217;s print magazine. Soon after Kyle Matteson and Steve McPherson [...]]]></description>
			<content:encoded><![CDATA[<p>In four recent instances I&#8217;ve written something or mentioned something in a podcast where someone directly related to the subject found the post/podcast. That seems to me to be a relatively recent phenomenon.</p>
<p>Instance one: In a recent <a href="http://minneapoliscast.com/2008/03/07/roundtable-discussion-with-stook-kyle-matteson-steve-mcpherson-tony-thomas-musical-guest-ben-kyle-from-romantica/">Minneapoliscast podcast</a>, we discussed the <a href="http://nodepression.net/blogs/letter">demise of No Depression&#8217;s print magazine</a>. Soon after Kyle Matteson and Steve McPherson attended SXSW. Who should attend <a href="http://reveillemag.com">Reveille Magazine</a>&#8217;s day party but Peter Blackstock, co-editor of No Depression. Peter actually discussed listening to the podcast w/ Kyle. I had to review it to make sure I didn&#8217;t say anything asinine.</p>
<p>Instance two: I mentioned <a href="http://drop.io">drop.io</a> the other day here. Who should <a href="http://anthonygthomas.com/2008/04/11/transparency/#comment-6">comment on the post</a> but <a href="http://twitter.com/lessin">someone directly involved with the company</a>.</p>
<p>Instance three: I made a few off-hand comments at MinneWebCon via <a href="http://twitter.com/truetone">Twitter</a>. Who responded to me directly? One of the organizers of the event.</p>
<p>Instance four: I wrote about APML here earlier this week. Who added the post to <a href="http://ma.gnolia.com/people/ChrisSaad/bookmarks/vrokiqekut">his ma.gnolia links</a>? <a href="http://twitter.com/ChrisSaad">Chris Saad</a>, one of the founders of <a href="http://apml.org">apml.org</a>.</p>
<p>We&#8217;re no longer sequestered in our rooms in the cold glow of a CRT. We&#8217;re talking and exchanging ideas. How you doin?</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/04/18/careful-where-you-point-that-thing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Further Evidence of Microsoft&#8217;s Loss of Relevance Share</title>
		<link>http://anthonygthomas.com/2008/04/17/further-evidence-of-microsofts-loss-of-relevance-share/</link>
		<comments>http://anthonygthomas.com/2008/04/17/further-evidence-of-microsofts-loss-of-relevance-share/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 18:25:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=26</guid>
		<description><![CDATA[Lots and LOTS  of people own computers that run Microsoft Windows. I won&#8217;t even go into market share figures. I&#8217;ll grant you that point. But what is Microsoft&#8217;s vision? Is this it? I certainly hope not.
If a bad spoof of a baby-boomer rock star signifies Microsoft&#8217;s outlook&#8211;even internally&#8211;they have no hope of maintaining a [...]]]></description>
			<content:encoded><![CDATA[<p>Lots and LOTS  of people own computers that run Microsoft Windows. I won&#8217;t even go into market share figures. I&#8217;ll grant you that point. But what is Microsoft&#8217;s vision? <a href="http://www.youtube.com/watch?v=sPv8PPl7ANU">Is this it</a>? I certainly hope not.</p>
<p>If a bad spoof of a baby-boomer rock star signifies Microsoft&#8217;s outlook&#8211;even internally&#8211;they have no hope of maintaining a monopoly into the next generation. Microsoft is a big ship. I&#8217;m not sure they can turn it around and catch up before users have moved on to new technology. What&#8217;s remarkable to me is that they didn&#8217;t have the sense to cut the spoof off after the first chorus. They just kept on going. Bad, bad, bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/04/17/further-evidence-of-microsofts-loss-of-relevance-share/feed/</wfw:commentRss>
		</item>
		<item>
		<title>APML</title>
		<link>http://anthonygthomas.com/2008/04/16/apml/</link>
		<comments>http://anthonygthomas.com/2008/04/16/apml/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 18:58:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MinneWebCon]]></category>

		<category><![CDATA[apml]]></category>

		<category><![CDATA[microformats]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://anthonygthomas.com/?p=24</guid>
		<description><![CDATA[On Monday, as I may have mentioned, I attended MinneWebCon 2008. Looking back, I think Laurie McGinley&#8217;s presentation on microformats was my favorite session of the day. I had no idea I would find it as interesting as I did.
I think the concept that intrigues me the most is APML, or Attention Profile Markup Language.
How [...]]]></description>
			<content:encoded><![CDATA[<p>On Monday, as I may have mentioned, I attended MinneWebCon 2008. Looking back, I think <a href="http://www.lauriemcginley.com/">Laurie McGinley</a>&#8217;s <a href="https://netfiles.umn.edu/users/laurie/www/sent/microformatsSlidesMinneWebCon.zip">presentation on microformats</a> was my favorite session of the day. I had no idea I would find it as interesting as I did.</p>
<p>I think the concept that intrigues me the most is <a href="http://apml.org">APML, or Attention Profile Markup Language</a>.</p>
<p>How many of you use an RSS reader? Raise your hands. How many times a week to you go and &#8220;Mark All As Read&#8221;? RSS was a godsend for those of us who are interested in finding information on the web. The ability to scan hundreds, or even thousands of titles of my favorite websites to decide to read was exciting, for a while. Soon people like me built up so many feeds that the practice of scanning became overwhelming. After your feed posts get a few days old, there are just way too many even to scan through. So almost daily we all go through and mark them all as read. Really we&#8217;re just getting them out of the way because we want to scan the 200-300 newest headlines. You know what I&#8217;m talking about. Enter APML.</p>
<p>In an APML-enabled world, I can decide what topics I&#8217;m most interested in and the blog posts that most closely match my predefined interests will rise to the top. I can focus my attention on the posts that are most interesting to me. Sound great? We&#8217;re not quite there yet. <a href="http://groups.google.com/group/apml-public/web/services-supporting-apml">There are a few websites out there trying to utilize the concept</a>, but as far as usability goes, they&#8217;ve got a long way to go. I want to use APML because I have limited time. If I have to work very hard to use the service, I quickly move on. That sounds petty, but my lack of time/attention is what got me to APML in the first place.</p>
<p>But the technology is not far from being implemented. It serves as a reminder that relatively low-tech solutions can still emerge as important tools on the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://anthonygthomas.com/2008/04/16/apml/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.433 seconds -->
