<?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>@Markalope</title>
	<atom:link href="http://www.markalope.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markalope.com/blog</link>
	<description>Thoughts loosely related to Web, Tech &#038; Design.... oh,and gadgets... oh, and Star Wars.....</description>
	<pubDate>Mon, 03 Sep 2007 03:44:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>PHP/MySQL may not be so difficult&#8230;</title>
		<link>http://www.markalope.com/blog/2007/09/02/phpmysql-may-not-be-so-difficult/</link>
		<comments>http://www.markalope.com/blog/2007/09/02/phpmysql-may-not-be-so-difficult/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 03:44:27 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Project X]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/09/02/phpmysql-may-not-be-so-difficult/</guid>
		<description><![CDATA[So as I&#8217;ve been working on the plan for &#8220;Project X&#8221; my assumption has been all along that I am too old and set in my ways to learn enough PHP/MySQL to handle any of it myself. However, somewhere along the line of my life I&#8217;ve become the type of person who grooves on reading [...]]]></description>
			<content:encoded><![CDATA[<p>So as I&#8217;ve been working on the plan for &#8220;Project X&#8221; my assumption has been all along that I am too old and set in my ways to learn enough PHP/MySQL to handle any of it myself. However, somewhere along the line of my life I&#8217;ve become the type of person who grooves on reading how-to-books. Lord knows where that desire was when I was actually in school&#8230; So anyway, I tossed in a copy of Larry Ullman&#8217;s <a href="http://www.dmcinsights.com/phpmysql2/" title="PHP/MySQL Visual Quickpro Guide Site" target="_blank">PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide</a> with a recent Amazon order. I just finished reading the book through - I haven&#8217;t gone back and &#8220;coded along with Larry&#8221; yet, and much to my surprise I&#8217;m finding it quite clear, logical and approachable. In fact, a lot of the experience I have has prepared my to move to these concepts quite easily, I think.</p>
<p>I know what you&#8217;re saying - &#8220;Jeez - who <strong>doesn&#8217;t</strong> know this stuff?!&#8221; but  remember I&#8217;m a designer and project manager with a long association with computers. I haven&#8217;t been able to call myself a programmer since my old BASIC days back in the early80s.  I am however, a bit of an experienced Filemaker Pro developer, and again I am surprised that a lot of that experience (&#8221;user friendly&#8221; as it is) has given me a good basis to move on up to PHP/MySQL. Until now, my PHP experience has consisted of changing values in Wordpress themes etc. My SQL experience is from the PHPMyAdmin side only, not creating a database or interacting with it in any meaningful way.</p>
<p>So am I planning to code Project X myself then? Hell no. Well, that&#8217;s not entirely true. I&#8217;ve decided that I&#8217;m going to develop the database as a first draft, and then toss some money at one of my &#8220;real&#8221; developer friends to audit it. Then I&#8217;ll stake a stab at the PHP. For some reason, I have a harder time getting my head around PHP than the concepts in SQL, but that&#8217;s just me, right now.</p>
<p>I have to say though, that in my experience, <a href="http://www.peachpit.com/" title="Peachpit Press Website" target="_blank">Peachpit Press</a> books rock. They&#8217;re certainly not the ultimate reference, but their Quickstart Guides have played a very important part in my career up to now. I find them to be a thorough &#8220;quick look&#8221; at a topic, providing just enough knowledge to feel like I&#8217;m informed about a piece of software and know whether or not to explore more. YMMV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/09/02/phpmysql-may-not-be-so-difficult/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Project X: Starting down the road</title>
		<link>http://www.markalope.com/blog/2007/08/26/project-x-starting-down-the-road/</link>
		<comments>http://www.markalope.com/blog/2007/08/26/project-x-starting-down-the-road/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 05:32:12 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Project X]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/08/26/project-x-starting-down-the-road/</guid>
		<description><![CDATA[I&#8217;ve started to develop a web site/application. I&#8217;m referring to it as an application, since the site it will live on is pretty much only the display layer of a database application. Therefore, in my mind, it&#8217;s a web application and not a web site. This is sort of a different thing for me this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started to develop a web site/application. I&#8217;m referring to it as an application, since the site it will live on is pretty much only the display layer of a database application. Therefore, in my mind, it&#8217;s a web application and not a web site. This is sort of a different thing for me this time around for the following reasons:</p>
<ul>
<li>This is a game-like entertainment thing which is targeted at &#8220;the general public&#8221;</li>
<li>I am specifically using search-bait topics in the content of the application such as celebrity names, popular movies, cultural references and other things that &#8220;the masses&#8221; look for on the Web</li>
<li>Hopefully this will have a social component with certain community features. I use &#8220;social&#8221; in the &#8220;Web 2.0&#8243; sense, and not the altruistic service-towards-society sense.</li>
<li>I&#8217;d like to do as much of this as possible myself, but it is WAY past my abilities in terms of coding - on both the display and the backend.</li>
</ul>
<p>This started out as an idea for a book, but was recently resurrected as a web application during a flight to Maui last week. After discussing the basic structure and goals with my wife, we brainstormed a bit and both agreed that this book idea would work well as as web &#8220;thing&#8221;. So now, I am in the process of figuring out how to get it built, launched and marketed, all the while revealing as little as possible about the idea and spending as little money as possible doing it.</p>
<p>I am a producer/project manager in my real life, so you&#8217;d think I&#8217;d be able to get a project brief written and put a team together to get this done the right way. That&#8217;s the process I&#8217;m working on now. I&#8217;m also debating how much money I&#8217;m willing to invest for things such as the proper coding of the PHP/MySQL bits.  That&#8217;s actually the easy part - it&#8217;s just decisions. So far, the hard part of all this is taking a step back and making sure that I don&#8217;t get do excited about the idea that I try to cobble something together too quickly, or put something out there on the Web that is not bomb-proof and polished. It&#8217;s far too easy these days, to be honest, to create sites and applications and loose them on the world. The discipline to fully prepare and make sure something is ready for prime time is going to be a continual struggle.</p>
<p>The good news is - almost all of the URLs I had brainstormed for this site are available. Even my first choice MAY become available in November, since it&#8217;s currently sitting dead, I&#8217;m hoping to snarf it when it comes up for renewal - it&#8217;s such a common phrase that I&#8217;m totally surprised it isn&#8217;t some really active URL, but no.</p>
<p>I&#8217;m going to blog about this process, but I&#8217;m not including any details about the specific app or the URLs or whatever until things are nailed down. I&#8217;ll be tracking the general process of getting something built though. Let&#8217;s see how it goes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/08/26/project-x-starting-down-the-road/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A comment on specialization</title>
		<link>http://www.markalope.com/blog/2007/08/20/a-comment-on-specialization/</link>
		<comments>http://www.markalope.com/blog/2007/08/20/a-comment-on-specialization/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 06:19:38 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Development]]></category>

		<category><![CDATA[Just Talking]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/08/20/a-comment-on-specialization/</guid>
		<description><![CDATA[Rashmi Sinha posts about How Feature Creep Ruined The Moleskine City Notebooks. I didn&#8217;t read the title of the post until after I attempted to post a comment, which at this time is throwing a database error, so&#8230;
My comment as follows:
I see your point, although I also see how a person might choose one of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.rashmisinha.com/" title="Rashmi" target="_blank">Rashmi Sinha</a> posts about <a href="http://www.rashmisinha.com/archives/07_08/moleskine%20feature%20creep.html" title="Rashmi's blog" target="_blank">How Feature Creep Ruined The Moleskine City Notebooks</a>. I didn&#8217;t read the title of the post until after I attempted to post a comment, which at this time is throwing a database error, so&#8230;</p>
<p>My comment as follows:</p>
<blockquote><p>I see your point, although I also see how a person might choose one of these products to keep a travel journal or something for the city in question, which seems to be an ideal use for this sort of product.</p>
<p>However -</p>
<p>I think the larger message here is feature creep, and the propensity of designers and product managers to assume that a product, already popular, would be even MORE popular and well-loved if it did&#8230; well.. everything.</p>
<p>Note that this does not mean doing everything well.</p>
<p>Simplicity, and excellence of a chosen set of functions, should be enough of a goal.</p></blockquote>
<p>This has particular resonance for me at this time, since I am in the process of developing a web app with a very simple premise. It is very easy to see how the design of this nascent application of mine could get creepy. A certain well-known word processor comes to mind.</p>
<p>Random thoughts associated with this idea:</p>
<p>The iPod. Simplicity of function, but getting creepy. Games?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/08/20/a-comment-on-specialization/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The target of some searches&#8230;.</title>
		<link>http://www.markalope.com/blog/2007/08/20/the-target-of-some-searches/</link>
		<comments>http://www.markalope.com/blog/2007/08/20/the-target-of-some-searches/#comments</comments>
		<pubDate>Tue, 21 Aug 2007 05:49:58 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Just Talking]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/08/20/the-target-of-some-searches/</guid>
		<description><![CDATA[Somebody&#8217;s been Googling the heck out of me this past week, by name and in combination with things like my employer&#8217;s name, and the term livejournal, and a few phrases that are pretty easily pulled out of my various public profiles. I keep a pretty small &#8220;googleprint&#8221; (which is my phrase for a person&#8217;s visibility [...]]]></description>
			<content:encoded><![CDATA[<p>Somebody&#8217;s been Googling the heck out of me this past week, by name and in combination with things like my employer&#8217;s name, and the term livejournal, and a few phrases that are pretty easily pulled out of my various public profiles. I keep a pretty small &#8220;googleprint&#8221; (which is my phrase for a person&#8217;s visibility on Google) mainly because most of my blogging activity is done behind either a pen name or my nickname, and I&#8217;m no longer active on message boards and the like where my name might appear.</p>
<p>Wonder what&#8217;s up with all the searches?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/08/20/the-target-of-some-searches/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thanks for the traffic, Lorelle!</title>
		<link>http://www.markalope.com/blog/2007/07/28/thanks-for-the-traffic-lorelle/</link>
		<comments>http://www.markalope.com/blog/2007/07/28/thanks-for-the-traffic-lorelle/#comments</comments>
		<pubDate>Sun, 29 Jul 2007 04:12:01 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Wordcamp]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/07/28/thanks-for-the-traffic-lorelle/</guid>
		<description><![CDATA[Lorelle is a hit magnet. Get yourself mentioned in one of her posts, and you&#8217;re getting some traffic. Of course, it helps to have something useful posted.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://lorelle.wordpress.com/" title="Lorelle on Wordpress" target="_blank">Lorelle</a> is a hit magnet. Get yourself mentioned in one of her posts, and you&#8217;re getting some traffic. Of course, it helps to have something useful posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/07/28/thanks-for-the-traffic-lorelle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordcamp: Categorized List of Attendee&#8217;s Blogs</title>
		<link>http://www.markalope.com/blog/2007/07/25/wordcamp-categorized-list-of-attendees-blogs/</link>
		<comments>http://www.markalope.com/blog/2007/07/25/wordcamp-categorized-list-of-attendees-blogs/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 18:39:21 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Link-O-Rama]]></category>

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

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/07/25/wordcamp-categorized-list-of-attendees-blogs/</guid>
		<description><![CDATA[This is as complete as I can make it, and it&#8217;s made from the attendees list on 2007.wordcamp.org. Patrick Havens did an excellent job on wordcamp.info telling us a little about each attendee, but so far as I know, this is the first semi-organized list of all the blogs. Note that this is just the [...]]]></description>
			<content:encoded><![CDATA[<p>This is as complete as I can make it, and it&#8217;s made from the <a href="http://2007.wordcamp.org/attendees/" title="2007 Wordcamp Attendees List" target="_blank">attendees list on 2007.wordcamp.org</a>. Patrick Havens did an excellent job on <a href="http://wordcamp.info/" title="Wordcamp Report Blog" target="_blank">wordcamp.info</a> telling us a little about each attendee, but so far as I know, this is the first semi-organized list of all the blogs. Note that this is just the &#8220;main&#8221; blog link that people included (if they chose to do so) on the Wordcamp registration form. Also, there are some sites that did not include a blog - I haven&#8217;t included those sites - this list is JUST FOR BLOGS. There are a couple sites that appear to be using Wordpress to manage the site but don&#8217;t include a blog. Those, I also left out. Anyone whose blog is on a business website and the blog&#8217;s content is dealing with the business, even if there&#8217;s some LOLcats or Wordcamp reviews in there, you&#8217;re &#8220;Corporate&#8221;. That includes a few design practices, but not all of them.</p>
<p>Oh, and anything that requires a signup is not on the list, sorry BuddySlim.</p>
<p>If you have a beef with your category - leave it in comments. Yes, the term &#8220;geekery&#8221; could be applied to pretty much any of these - I went with the &#8220;most obvious&#8221; theme to determine a site&#8217;s &#8220;category&#8221;. Also, I&#8217;ve not included anyone who has a blog, but no posts. If you&#8217;re displaying only the &#8220;Hello World&#8221; post, you&#8217;ll get on the list when there&#8217;s content. There are only a couple of non-English blogs on the list, just listed among the others.</p>
<p>Here&#8217;s the list: It&#8217;s very big - I&#8217;m putting behind a cut. I may turn this into a page for ease of reference:<span id="more-21"></span></p>
<h2>Art/Comics</h2>
<ul>
<li><a href="http://www.harrymccracken.com" target="_new">Harry-Go-Round</a></li>
</ul>
<h2>Band/Music</h2>
<ul>
<li><a href="http://www.thecobaltseason.com" target="_new">The Cobalt Season</a></li>
</ul>
<h2>Bar/Restaurant/Food Reviews</h2>
<ul>
<li><a href="http://www.pubcrawlin.com" target="_new">PubCrawlin&#8217;</a></li>
<li><a href="http://purplelephant.com" target="_new">Purplelephant</a></li>
<li><a href="http://shortexact.com" target="_new">The Short Exact Guide to Fine Dining in San Francisco</a></li>
</ul>
<h2>Blogging about Blogging</h2>
<ul>
<li><a href="http://blogwell.wordpress.com" target="_new">BlogWell</a></li>
<li><a href="http://www.robertnelsononline.com" target="_new">BobsLog</a></li>
<li><a href="http://www.girlcapitalist.com" target="_new">Girl Capitalist.com</a></li>
<li><a href="http://hyku.com/blog/" target="_new">hyku | blog</a></li>
<li><a href="http://www.onebyonemedia.com" target="_new">One By One Media</a></li>
<li><a href="http://sleepyblogger.com" target="_new">Practical Blogging</a></li>
<li><a href="http://www.upstartblogger.com/" target="_new">UBSMART</a></li>
</ul>
<h2>Blogs/SEO/Marketing</h2>
<ul>
<li><a href="http://blog.nodiamonds.com" target="_new">Hidden Gems</a></li>
<li><a href="http://www.naturalsearchblog.com" target="_new">Natural Search Blog</a></li>
<li><a href="http://www.seobook.com/" target="_new">SEO Book</a></li>
<li><a href="http://www.stephanspencer.com" target="_new">Stephan Spencer&#8217;s Scatterings</a></li>
<li><a href="http://tonyadam.com" target="_new">Tony Adam</a></li>
</ul>
<h2>Business/Financial</h2>
<ul>
<li><a href="http://eversmall.com" target="_new">Eversmall</a></li>
<li><a href="http://footnoted.org" target="_new">Footnoted.org</a></li>
<li><a href="http://muscularphilanthropy.com" target="_new">Muscular Philanthropy</a></li>
<li><a href="http://jameskeylim.com" target="_new">Web 2.0 in business</a></li>
</ul>
<h2>Corporate</h2>
<ul>
<li><a href="http://blog.4d.com" target="_new">4d Blog</a></li>
<li><a href="http://www.alchemistmedia.com/blog" target="_new">Alchemist Media, Inc</a></li>
<li><a href="http://aloestudios.com/blog" target="_new">Aloe Studios</a></li>
<li><a href="http://www.bradlaughs.com" target="_new">Brad Montgomery</a></li>
<li><a href="http://www.apostilleblog.com" target="_new">California Apostille</a></li>
<li><a href="http://cnpstudio.com/blog" target="_new">cnp_studio</a></li>
<li><a href="http://colorfulexpressions.com" target="_new">Colorful Expressions</a></li>
<li><a href="http://www.denali.com/wordpress" target="_new">Denali</a></li>
<li><a href="http://approver.wordpress.com/" target="_new">Desperately Seeking Approval</a></li>
<li><a href="http://fontfeed.com" target="_new">Font Feed</a></li>
<li><a href="http://freebird-media.com" target="_new">Freebird Media</a></li>
<li><a href="http://www.mattcutts.com/blog/" target="_new">Gadgets, Google &amp; SEO</a></li>
<li><a href="http://joyent.com/" target="_new">Joyeur: Joyent&#8217;s Weblog</a></li>
<li><a href="http://www.kaboodleventures.com/blog/" target="_new">Kaboodle Ventures</a></li>
<li><a href="http://laughingsquid.com" target="_new">Laughing Squid</a></li>
<li><a href="http://listenuppr.com/wordtest" target="_new">Listen Up PR</a></li>
<li><a href="http://www.jaretmedia.com/blog/" target="_new">Marketing Alchemy</a></li>
<li><a href="http://minutefix.com/blog" target="_new">MinuteFix Blog</a></li>
<li><a href="http://philfreo.com/blog/" target="_new">Phil Freo Web Development</a></li>
<li><a href="http://www.RadiantView.com" target="_new">Radiant View Communications</a></li>
<li><a href="http://socialmediacards.wordpress.com/" target="_new">Social Media Cards</a></li>
<li><a href="http://www.teslamotors.com/blogs.php" target="_new">Tesla Motors</a></li>
<li><a href="http://www.theoryofaction.com" target="_new">Theory of Action</a></li>
<li><a href="http://creativesage.wordpress.com" target="_new">What&#8217;s innovation got to do with it?</a></li>
<li><a href="http://yodel.yahoo.com" target="_new">Yodel Anecdotal</a></li>
</ul>
<h2>Design/Web/Geekery</h2>
<ul>
<li><a href="http://blogbitesman.net" target="_new">Blog Bites Man</a></li>
<li><a href="http://cohere.cirne.com/" target="_new">Cohere</a></li>
<li><a href="http://www.dospicas.com" target="_new">Dos Picas</a></li>
<li><a href="http://www.likoma.com" target="_new">Linkoma</a></li>
<li><a href="http://MaisonBisson.com/blog/" target="_new">maisonbisson</a></li>
<li><a href="http://www.500hats.com" target="_new">Master of 500 Hats</a></li>
<li><a href="http://www.ericjohnolson.com" target="_new">Olson&#8217;s Observations</a></li>
<li><a href="http://www.repeatpenguin.com" target="_new">Repeat Penguin</a></li>
<li><a href="http://www.stayserved.com" target="_new">Stay Served</a></li>
<li><a href="http://www.warwell.com/blog" target="_new">The Warwell Blog</a></li>
<li><a href="http://uxdesign.com" target="_new">User Experience//UX Design</a></li>
<li><a href="http://warpspire.com" target="_new">Warpspire</a></li>
</ul>
<h2>Education/Nonprofit/Fundraising</h2>
<ul>
<li><a href="http://blog.grantwrangler.com" target="_new">Grant Wrangler Blog</a></li>
</ul>
<h2>Environment/Sustainability</h2>
<ul>
<li><a href="http://www.burningman.com/environment/blog/" target="_new">Burning Man Environment Blog</a></li>
</ul>
<h2>Event Blog</h2>
<ul>
<li><a href="http://indyweekblogs.com/adf" target="_new">American Dance Festival</a></li>
<li><a href="http://www.iPhoneWebDev.com/blog/" target="_new">Iphone WebDev - Blog</a></li>
<li><a href="http://sfmacindie.com/" target="_new">sf/Mac indie</a></li>
</ul>
<h2>Food and Drink</h2>
<ul>
<li><a href="http://www.charleschocolates.com/blog" target="_new">Charles Chocolates Blog</a></li>
<li><a href="http://www.eatsforone.com" target="_new">Eats For One… or more</a></li>
<li><a href="http://www.grubgirl.com" target="_new">GrubGirl</a></li>
<li><a href="http://iwaruna.com/" target="_new">Iwaruna</a></li>
<li><a href="http://www.kungfoodie.com" target="_new">Kung Foodie</a></li>
<li><a href="http://www.metafooder.com" target="_new">metafooder</a></li>
<li><a href="http://pinchmysalt.com" target="_new">Pinch My Salt</a></li>
<li><a href="http://www.wildyeastblog.com" target="_new">Wild Yeast</a></li>
</ul>
<h2>Gadgets/Gearblog</h2>
<ul>
<li><a href="http://www.electric-guitar-review.com/" target="_new">Electric Guitar Review</a></li>
<li><a href="http://www.gizmonistas.com" target="_new">Gizmonistas</a></li>
</ul>
<h2>Gossip/Celebrity/Pop Culture</h2>
<ul>
<li><a href="http://www.popcornnation.com" target="_new">Popcorn Nation</a></li>
</ul>
<h2>Government/Science</h2>
<ul>
<li><a href="http://center.arc.nasa.gov" target="_new">NASA Ames Research Center</a></li>
</ul>
<h2>Health/Fitness/Illness</h2>
<ul>
<li><a href="http://aortica.wordpress.com" target="_new">Aortica</a></li>
<li><a href="http://blog.planetc1.com" target="_new">Chiropractic Blogs</a></li>
</ul>
<h2>Humor</h2>
<ul>
<li><a href="http://www.icanhascheezburger.com" target="_new">I Can Has Cheezburger</a></li>
</ul>
<h2>Lifestyle</h2>
<ul>
<li><a href="http://www.CottageDaily.com" target="_new">Cottage Daily</a></li>
</ul>
<h2>Media/Broadcasting</h2>
<ul>
<li><a href="http://www.sparkminute.com/" target="_new">Spark Minute</a></li>
<li><a href="http://www.archival.tv" target="_new">Television Archiving</a></li>
</ul>
<h2>OnlineMusic/Media/Radio</h2>
<ul>
<li><a href="http://multimedia.cx/eggs/" target="_new">Breaking Eggs &amp; Making Omelettes</a></li>
<li><a href="http://djcookiemaster.wordpress.com/" target="_new">Chakra Chip Cookies on Live365.com</a></li>
</ul>
<h2>Organization/Goupblog</h2>
<ul>
<li><a href="http://www.coma.com" target="_new">Colorado Mediators &amp; Arbitrators</a></li>
<li><a href="http://ewnsf.wordpress.com" target="_new">eWomen Network.com</a></li>
<li><a href="http://www.spectrummarin.org/" target="_new">Spectrum</a></li>
</ul>
<h2>Personal/General</h2>
<ul>
<li><a href="http://debian.fmi.uni-sofia.bg/~nb/ass/" target="_new"> Аз, света и сметачите (Non-English)</a></li>
<li><a href="http://foolswisdom.com/" target="_new">A Fool&#8217;s Wisdom</a></li>
<li><a href="http://aldoblog.com/" target="_new">Aldoblog</a></li>
<li><a href="http://allen.alew.org" target="_new">Allen Lew&#8217;s Thoughts</a></li>
<li><a href="http://blog.grumet.net/" target="_new">Andrew Grumet&#8217;s Weblog</a></li>
<li><a href="http://andy.wordpress.com/" target="_new">Andy Skelton</a></li>
<li><a href="http://badapple.wordpress.com" target="_new">Bad Apple</a></li>
<li><a href="http://www.gnosiscafe.com/gcblog/" target="_new">Blog o&#8217; Gnosis</a></li>
<li><a href="http://blogwaffe.com" target="_new">blogwaffe</a></li>
<li><a href="http://www.bobulate.com" target="_new">Bobulate</a></li>
<li><a href="http://borkweb.com" target="_new">BorkWeb</a></li>
<li><a href="http://www.bnee.com" target="_new">brendanNee.com</a></li>
<li><a href="http://brianna.org" target="_new">Brianna.org</a></li>
<li><a href="http://www.chrisheuer.com/" target="_new">Chris Heuer&#8217;s Idea Engine</a></li>
<li><a href="http://cleverclevergirl.com" target="_new">Clever, Clever Grl</a></li>
<li><a href="http://climbtothestars.org/" target="_new">Climb to the Stars (Stephanie Booth)</a></li>
<li><a href="http://blog.apokalyptik.com/" target="_new">Code Word: Apokalyptik</a></li>
<li><a href="http://darinliz.com" target="_new">Corndogs and Avocados</a></li>
<li><a href="http://www.dannowak.com" target="_new">Dan Nowack</a></li>
<li><a href="http://pacificpelican.us/diary/" target="_new">Dan&#8217;s Diary</a></li>
<li><a href="http://dannyman.toldme.com/" target="_new">Danyman.Toldme.Com</a></li>
<li><a href="http://declan.net" target="_new">Declan&#8217;s Blog</a></li>
<li><a href="http://www.zoeybluesky.com" target="_new">Designmonk</a></li>
<li><a href="http://www.dustineichler.com" target="_new">Dustin Eichler</a></li>
<li><a href="http://tuttysan.wordpress.com" target="_new">For What It&#8217;s Worth</a></li>
<li><a href="http://fredtime.com" target="_new">Fredtime Stories</a></li>
<li><a href="http://freepressblog.org" target="_new">FreePress Blog</a></li>
<li><a href="http://ggee.org" target="_new">Garret Gee</a></li>
<li><a href="http://gohlkusmaximus.com/" target="_new">Gohlkus Maximus</a></li>
<li><a href="http://greghartnett.com" target="_new">Greg Hartnett</a></li>
<li><a href="http://www.heathervescent.com" target="_new">Heathervescent</a></li>
<li><a href="http://ocaoimh.ie/" target="_new">Holy Schmoly</a></li>
<li><a href="http://www.soulcookie.com/" target="_new">Home of the Soul Cookie</a></li>
<li><a href="http://iammattthomas.com" target="_new">I am Matt Thomas</a></li>
<li><a href="http://alicia.wordpress.com" target="_new">In The Crowd</a></li>
<li><a href="http://inna.wordpress.com/" target="_new">Innka&#8217;s Rambling and Other Adventures</a></li>
<li><a href="http://maiki.interi.org" target="_new">Interi</a></li>
<li><a href="http://blog.jaredkim.com" target="_new">Jared Kim&#8217;s Weblog</a></li>
<li><a href="http://ensight.org" target="_new">Jeremy Wright&#8217;s Personal Blog</a></li>
<li><a href="http://jessibird.net" target="_new">Jessi Bird</a></li>
<li><a href="http://johnbiehler.com" target="_new">John Biehler.com</a></li>
<li><a href="http://blog.julessilver.com" target="_new">Julessilver</a></li>
<li><a href="http://www.kevinlingerfelt.com/" target="_new">Kevin Lingerfelt</a></li>
<li><a href="http://www.layercake.net" target="_new">LayerCake.net</a></li>
<li><a href="http://lbnuke.com" target="_new">Lbnuke</a></li>
<li><a href="http://collaborationzone.wordpress.com" target="_new">Life in the Czone</a></li>
<li><a href="http://littletart.wordpress.com" target="_new">Litte Tart loves it all… most of the time</a></li>
<li><a href="http://www.litwc.com" target="_new">Living in The Whine Country</a></li>
<li><a href="http://traviswellman.com" target="_new">Lobotomy Dichotomy</a></li>
<li><a href="http://betterly.com" target="_new">Marianne Betterly</a></li>
<li><a href="http://blog.matthiaszeller.com" target="_new">Matthias Zeller Memento</a></li>
<li><a href="http://mayadesai.wordpress.com" target="_new">Maya: Watashi Wa Maya Desu</a></li>
<li><a href="http://www.stoodio.com/mexicanwrestling" target="_new">Mexican Midget Wrestling…</a></li>
<li><a href="http://minjungkim.com/" target="_new">Min Jung</a></li>
<li><a href="http://www.ilithya.net" target="_new">My Spot</a></li>
<li><a href="http://netzoo.net" target="_new">netZoo</a></li>
<li><a href="http://www.n-re-k.com/blog/" target="_new">N-re-K (Enrique Guiterrez)</a></li>
<li><a href="http://onemansblog.com" target="_new">One Man&#8217;s Blog</a></li>
<li><a href="http://hollyhagen.com/blog" target="_new">Out With the Old…</a></li>
<li><a href="http://personalobservatory.com" target="_new">Personal Observatory</a></li>
<li><a href="http://www.pinkbunnyears.com" target="_new">Pink Bunny Ears</a></li>
<li><a href="http://pseudoweb.net" target="_new">Pseudo Web.net</a></li>
<li><a href="http://rebron.org" target="_new">Rebron.org</a></li>
<li><a href="http://reinventingerica.com/" target="_new">Reinventing Erica</a></li>
<li><a href="http://unclehulka.com/ryan/blog/" target="_new">Ryan Kennedy&#8217;s Blog</a></li>
<li><a href="http://www.ryanpark.org" target="_new">Ryan Park&#8217;s Home Page</a></li>
<li><a href="http://www.secretsushibites.com" target="_new">Secret Sushi</a></li>
<li><a href="http://semanticdrift.com" target="_new">Sematic Drift</a></li>
<li><a href="http://www.shieldsnews.com" target="_new">Shields News Service</a></li>
<li><a href="http://silencematters.com" target="_new">silencematters</a></li>
<li><a href="http://www.slog.us" target="_new">Slog.us (Non-English)</a></li>
<li><a href="http://www.sophistechate.com" target="_new">Sophistechate</a></li>
<li><a href="http://staticfade.blogspot.com" target="_new">static{fade}</a></li>
<li><a href="http://blog.stewtopia.com" target="_new">Stewtopia</a></li>
<li><a href="http://txfx.net/" target="_new">Tempus Fugit</a></li>
<li><a href="http://thaumatocracy.com" target="_new">Thaumatocracy</a></li>
<li><a href="http://www.itchybiscuit.net" target="_new">The View From The Cheap Seats</a></li>
<li><a href="http://blog.cyphase.com/" target="_new">The Workings of the Thing in My Head</a></li>
<li><a href="http://tron.vox.com" target="_new">Tim</a></li>
<li><a href="http://tow.com" target="_new">Tow</a></li>
<li><a href="http://www.trabaca.com" target="_new">Trabaca</a></li>
<li><a href="http://puffinranch.com/index" target="_new">Triskel Life</a></li>
<li><a href="http://ulyssesonline.com" target="_new">Ulysses Online.com</a></li>
<li><a href="http://www.unclemurdles.com" target="_new">Uncle Murdles</a></li>
<li><a href="http://blog.winsonshuen.com" target="_new">Underneath the Microbeats</a></li>
<li><a href="http://underwearninja.com" target="_new">Underwear Ninja</a></li>
<li><a href="http://villagechico.com" target="_new">VillageChico</a></li>
<li><a href="http://www.inmostlight.org/" target="_new">Voices from Catland</a></li>
<li><a href="http://tamba2.org.uk/T2" target="_new">What Makes You Happy?</a></li>
<li><a href="http://www.asceticmonk.com" target="_new">Wooden Fish</a></li>
<li><a href="http://in-essence.org" target="_new">words words words</a></li>
<li><a href="http://www.warmroom.com" target="_new">Yesterday&#8217;s Thoughts</a></li>
</ul>
<h2>Personality/Tribute/Fanblog</h2>
<ul>
<li><a href="http://colbertuniversityblog.nofactzone.net" target="_new">Colbert University</a></li>
</ul>
<h2>Photoblog/Artwork</h2>
<ul>
<li><a href="http://flightpath.wordpress.com" target="_new">Flightpath</a></li>
<li><a href="http://www.bodyabcs.com/bwp/" target="_new">San Diego Chiropractic</a></li>
</ul>
<h2>Placeblog/Local Interest</h2>
<ul>
<li><a href="http://www.eldoradokansasblog.com" target="_new">El Dorado Kansas Blog</a></li>
<li><a href="http://halfwaytoconcord.com" target="_new">Halfway To Concord</a></li>
<li><a href="http://tranSFlant.com" target="_new">http://transflant.com/</a></li>
<li><a href="http://myeastbayagent.com" target="_new">My East Bay Agent</a></li>
<li><a href="http://www.rinconhillsf.org" target="_new">Rincon Hill San Francisco</a></li>
<li><a href="http://www.berkeleyblog.com" target="_new">The Berkeley Blog</a></li>
<li><a href="http://www.multnomahvillager.com" target="_new">The Multnomah Villager</a></li>
</ul>
<h2>Podcast/vcast</h2>
<ul>
<li><a href="http://croncast.com" target="_new">Croncast</a></li>
</ul>
<h2>Politics/Policy</h2>
<ul>
<li><a href="http://cannablog.wordpress.com/" target="_new">Cannablog</a></li>
<li><a href="http://www.DifferentSlants.com" target="_new">Different Slants</a></li>
<li><a href="http://www.2thinknow.com/innovation" target="_new">Global Innovation Conversation</a></li>
<li><a href="http://halfnixon.com" target="_new">HalfNixon.com</a></li>
<li><a href="http://www.mygripeis.com" target="_new">My Gripe Is…</a></li>
<li><a href="http://erinwiegand.com/unfittoprint" target="_new">Unfit to Print</a></li>
<li><a href="http://www.webnetic.net" target="_new">Webnetic.net</a></li>
</ul>
<h2>Pop Culture</h2>
<ul>
<li><a href="http://othermag.org/blog" target="_new">Other Magazine Blog</a></li>
<li><a href="http://www.rickey.org" target="_new">Rickey.org</a></li>
<li><a href="http://www.thomasroche.com" target="_new">Thomas Roche.com</a></li>
<li><a href="http://www.ubercool.com" target="_new">Ubercool</a></li>
<li><a href="http://xxlmag.com" target="_new">XXLMag.com</a></li>
</ul>
<h2>Portfolio</h2>
<ul>
<li><a href="http://www.designedbyevan.com" target="_new">Designed By Evan</a></li>
</ul>
<h2>Reading/Book Reviews</h2>
<ul>
<li><a href="http://www.mymindonbooks.com" target="_new">My Mind on Books</a></li>
</ul>
<h2>Religion/Spirituality</h2>
<ul>
<li><a href="http://www.arcanology.com" target="_new">In Pursuit of Mysteries</a></li>
<li><a href="http://jamestippins.com" target="_new">James Tippins</a></li>
<li><a href="http://www.lifehouseministries.net" target="_new">Lifehouse Covenant Church</a></li>
<li><a href="http://SecretPower.Tv" target="_new">Secret Power</a></li>
<li><a href="http://SteerByNeeds.org" target="_new">Steer By Needs</a></li>
</ul>
<h2>Shopping</h2>
<ul>
<li><a href="http://whatsbuzzing.wordpress.com/" target="_new">The Whatsbuzzing Blog</a></li>
</ul>
<h2>Sound Blog</h2>
<ul>
<li><a href="http://alingeringstillness.wordpress.com" target="_new">A Lingering Stillness</a></li>
</ul>
<h2>Special Interest/Topic Focus</h2>
<ul>
<li><a href="http://www.ashtanganews.com" target="_new">AshtangaNews</a></li>
<li><a href="http://gpstrackingsystems.biz" target="_new">GPS Tracking Systems</a></li>
<li><a href="http://pinoytattoos.com" target="_new">Pinoy Tattoos</a></li>
<li><a href="http://www.kaymackenzie.com/wordpress/" title="Quilt Puppy Show &amp; Tell Center" target="_blank">Quilt Puppy Show &amp; Tell Center</a></li>
<li><a href="http://www.scopeandcontent.com" target="_new">Scope and Content: History and Archives</a></li>
<li><a href="http://www.stevespangler.com" target="_new">Steve Spangler Blog</a></li>
<li><a href="http://www.stephendanko.com" target="_new">Steve&#8217;s Genealogy Blog</a></li>
<li><a href="http://www.valliparking.com/blog" target="_new">The Fast and the Fabulous</a></li>
</ul>
<h2>Sports/Teamblog</h2>
<ul>
<li><a href="http://www.baseballextra.com" target="_new">Baseball Extra</a></li>
<li><a href="http://www.zone.coolbiking.com" target="_new">Cool Biking Zone</a></li>
<li><a href="http://www.onlineworldofwrestling.com/news" target="_new">Online World of Wrestling</a></li>
<li><a href="http://www.pintshockey.com" target="_new">Pints Hockey</a></li>
</ul>
<h2>Tech/Software/Geekery</h2>
<ul>
<li><a href="http://www.aeonscope.net" target="_new">Aeonscope</a></li>
<li><a href="http://www.moskalyuk.com/blog/" target="_new">alex.moskalyuk</a></li>
<li><a href="http://alwaysbeta.com" target="_new">Always Beta</a></li>
<li><a href="http://www.andrewmager.com" target="_new">Andrew Mager.com</a></li>
<li><a href="http://benmetcalfe.com/blog" target="_new">:Ben Metcalfe Blog</a></li>
<li><a href="http://www.feedblendr.com/blog" target="_new">Blendr Blog</a></li>
<li><a href="http://dbrusilovsky.wordpress.com" target="_new">Daniel&#8217;s Blog</a></li>
<li><a href="http://www.phoronix.com/blogs/david" target="_new">David Lin</a></li>
<li><a href="http://www.geekwithlaptop.com/" target="_new">Geek With Laptop</a></li>
<li><a href="http://hardjono.net" target="_new">Hardjono Teknoblog (Non-English)</a></li>
<li><a href="http://involution.com" target="_new">Involution</a></li>
<li><a href="http://joseph.randomnetworks.com/" target="_new">Joseph Scott&#8217;s Blog</a></li>
<li><a href="http://auburncom.com/wp" target="_new">Kino</a></li>
<li><a href="http://brianoberkirch.com" target="_new">Like It Matters</a></li>
<li><a href="http://www.whump.com/moreLikeThis/" target="_new">More Like This WebLog</a></li>
<li><a href="http://www.niallkennedy.com/blog/" target="_new">Niall Kennedy&#8217;s Weblog</a></li>
<li><a href="http://www.onedigitallife.com" target="_new">One Digital Life</a></li>
<li><a href="http://www.ghidinelli.com" target="_new">Orange is my Favorite Color</a></li>
<li><a href="http://overstimulate.com" target="_new">Overstimulate</a></li>
<li><a href="http://paulstamatiou.com" target="_new">Paul Stamatiou</a></li>
<li><a href="http://photomatt.net/" target="_new">PhotoMatt</a></li>
<li><a href="http://raanan.com" target="_new">Raana.com</a></li>
<li><a href="http://reluctantblogger.com" target="_new">Reluctant Blogger</a></li>
<li><a href="http://dancameron.org" target="_new">Scattered</a></li>
<li><a href="http://www.wordyard.com" target="_new">Scott Rosenberg&#8217;s Wordyard</a></li>
<li><a href="http://sewmyheadon.com" target="_new">Sew My Head On</a></li>
<li><a href="http://www.smoothplanet.com" target="_new">Smooth Planet</a></li>
<li><a href="http://sudarshan.org" target="_new">Sudarshan Gaikaiwari</a></li>
<li><a href="http://kingler.net" target="_new">The Geeky Junkyard of kingler</a></li>
<li><a href="http://tomgeller.wordpress.com" target="_new">Tom Geller</a></li>
<li><a href="http://toni.schneidersf.com" target="_new">Toni&#8217;s Garage</a></li>
<li><a href="http://communicationdesign.wordpress.com" target="_new">View from the 11th Floor</a></li>
<li><a href="http://www.webmacster87.info" target="_new">Webmacster87.info</a></li>
<li><a href="http://yohanneswijaya.com" target="_new">Yohannes Wijaya</a></li>
<li><a href="http://www.youtilize.com" target="_new">Youtilize</a></li>
</ul>
<h2>Travel</h2>
<ul>
<li><a href="http://www.bargaintravel.com" target="_new">Bargain Travel</a></li>
<li><a href="http://chinatraveling2008.wordpress.com/" target="_new">Traveling to China in 2008</a></li>
</ul>
<h2>T-Shirts</h2>
<ul>
<li><a href="http://preshrunk.org/" target="_new">Preshrunk</a></li>
</ul>
<h2>Twitter &#8220;blog&#8221;</h2>
<ul>
<li><a href="http://michaelaires.com" target="_new">Michael Aires</a></li>
</ul>
<h2>Web/Internet Geekery</h2>
<ul>
<li><a href="http://www.anendlessarray.com" target="_new">anEndlessARRAY</a></li>
<li><a href="http://anthonynemitz.com" target="_new">Anthony Nemitz</a></li>
<li><a href="http://bobpage.net/" target="_new">Bobpage.net</a></li>
<li><a href="http://www.bruceclay.com/blog" target="_new">Bruce Clay, Inc.</a></li>
<li><a href="http://www.evotech.net/blog" target="_new">CSS, Javascript and XHTML Explained</a></li>
<li><a href="http://www.joelprice.com/blog" target="_new">DigiSpo by Joel Price</a></li>
<li><a href="http://socialtwister.com" target="_new">Greg Narrain&#8217;s SocialTwister</a></li>
<li><a href="http://immike.net" target="_new">I&#8217;m  Mike</a></li>
<li><a href="http://jeffhester.net" target="_new">Jeff Hester</a></li>
<li><a href="http://kingsley2.com" target="_new">Kingsley 2.0</a></li>
<li><a href="http://michaelkariv.wordpress.com" target="_new">Michael Kariv Blog</a></li>
<li><a href="http://greghaspants2.wordpress.com" target="_new">Pants on Wordpress 2</a></li>
<li><a href="http://substantiated.info" target="_new">Substantiated.Info</a></li>
<li><a href="http://technosailor.com/" target="_new">Technosailor</a></li>
<li><a href="http://blog.jpedia.org" target="_new">The J.P. Allen Blog</a></li>
<li><a href="http://lordbron.wordpress.com" target="_new">Tom&#8217;s Blog</a></li>
<li><a href="http://www.wrealu.info" target="_new">Witajcie w realu_ (Non-English)</a></li>
</ul>
<h2>Wordpress</h2>
<ul>
<li><a href="http://barry.wordpress.com" target="_new">Barry on Wordpress</a></li>
<li><a href="http://boren.nu/" target="_new">boren.nu</a></li>
<li><a href="http://cavemonkey50.com/" target="_new">Cavemonkey50.com</a></li>
<li><a href="http://blog.detlog.org/" target="_new">detlog.org</a></li>
<li><a href="http://lorelle.wordpress.com/" target="_new">Lorelle on Wordpress</a></li>
<li><a href="http://wordpresspodcast.org" target="_new">The Wordpress Podcast</a></li>
</ul>
<h2>Writing/Fiction/Poetry</h2>
<ul>
<li><a href="http://www.FindingDerek.com/blog" target="_new">Finding Derek</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/07/25/wordcamp-categorized-list-of-attendees-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Go Forth and Read: It&#8217;s a big world out there</title>
		<link>http://www.markalope.com/blog/2007/07/24/go-forth-and-read-its-a-big-world-out-there/</link>
		<comments>http://www.markalope.com/blog/2007/07/24/go-forth-and-read-its-a-big-world-out-there/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 17:26:39 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Link-O-Rama]]></category>

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

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/07/24/go-forth-and-read-its-a-big-world-out-there/</guid>
		<description><![CDATA[Wow - long title for a short post isn&#8217;t it. I&#8217;m working on my master list of Wordcamper&#8217;s blogs, and I found this post on Kingsley 2.0:
Nokia Kicking MotoButt. This is News?
It&#8217;s short, and worth a read. It&#8217;s good to remember that there are more people &#8220;outside&#8221; our circle than &#8220;inside&#8221;. Whatever that circle may [...]]]></description>
			<content:encoded><![CDATA[<p>Wow - long title for a short post isn&#8217;t it. I&#8217;m working on my master list of Wordcamper&#8217;s blogs, and I found this post on <a href="http://kingsley2.com/" title="Kingsley 2.0" target="_blank">Kingsley 2.0</a>:</p>
<p><a href="http://kingsley2.com/archives/2007/07/20/nokia-kicking-motobutt-this-is-news" title="Kingsley 2.0 post" target="_blank">Nokia Kicking MotoButt. This is News?</a></p>
<p>It&#8217;s short, and worth a read. It&#8217;s good to remember that there are more people &#8220;outside&#8221; our circle than &#8220;inside&#8221;. Whatever that circle may be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/07/24/go-forth-and-read-its-a-big-world-out-there/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordcamp: Link list of the presenters&#8217; blogs</title>
		<link>http://www.markalope.com/blog/2007/07/23/wordcamp-link-list-of-the-presenters-blogs/</link>
		<comments>http://www.markalope.com/blog/2007/07/23/wordcamp-link-list-of-the-presenters-blogs/#comments</comments>
		<pubDate>Mon, 23 Jul 2007 18:56:29 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Link-O-Rama]]></category>

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

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/07/23/wordcamp-link-list-of-thge-presenters-blogs/</guid>
		<description><![CDATA[Here is a list of the presenters at WordCamp and their blogs. In most cases I  have linked to people&#8217;s &#8220;personal&#8221; blogs where that was a choice, and then there are people like Mark Jaquith that requested links to their main page since they have several blogs. Thanks to all you presenters for your [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a list of the presenters at WordCamp and their blogs. In most cases I  have linked to people&#8217;s &#8220;personal&#8221; blogs where that was a choice, and then there are people like Mark Jaquith that requested links to their main page since they have several blogs. Thanks to all you presenters for your time and preparation. I definitely am glad I came down for WordCamp this year.</p>
<ul>
<li>Dan Kuykendall - <a href="http://www.mightyseek.com/" target="_new">Mighty Seek</a></li>
<li>John Dvorak - <a href="http://www.dvorak.org/blog/" target="_new">Dvorak Uncensored</a></li>
<li>Ok Malik - <a href="http://gigaom.com/" target="_new">GigaOM</a></li>
<li>Lorelle VanFossen - <a href="http://lorelle.wordpress.com/" target="_new">Lorelle on Wordpress</a></li>
<li>Jeremy Wright - <a href="http://www.ensight.org/" target="_new">Ensight.org</a></li>
<li>Lloyd Budd - <a href="http://foolswisdom.com/" target="_new">A Fool&#8217;s Wisdom</a></li>
<li>Mark Jaquith - <a href="http://markjaquith.com/" target="_new">MarkJaquith.com</a></li>
<li>Robert Hoekman, Jr. - <a href="http://www.rhjr.net/theblog" target="_new">RHJR - The Blog</a></li>
<li>Matt Cutts - <a href="http://www.mattcutts.com/blog/" target="_new">Gadgets, Google, and SEO</a></li>
<li>Barry Abrahamson - <a href="http://barry.wordpress.com/" target="_new">Barry on Wordpress</a></li>
<li>Matt Mullenweg - <a href="http://photomatt.net/" target="_new">PhotoMatt</a></li>
<li>Rashmi Sinha - <a href="http://www.rashmisinha.com/" target="_new">Everyday Cognition on the Web</a></li>
<li>Dave Winer - <a href="http://scripting.wordpress.com/" target="_new">Scripting Annex</a></li>
<li>Liz Danzico - <a href="http://bobulate.com/" target="_new">Bobulate</a></li>
</ul>
<p>I&#8217;ll be doing this for the attendees blogs as well, organized by category. That will take me a bit, so be patient, and don&#8217;t bogart my idea!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/07/23/wordcamp-link-list-of-the-presenters-blogs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What I learned at WordCamp: Stuff I want to check out</title>
		<link>http://www.markalope.com/blog/2007/07/22/what-i-learned-at-wordcamp-stuff-i-want-to-check-out/</link>
		<comments>http://www.markalope.com/blog/2007/07/22/what-i-learned-at-wordcamp-stuff-i-want-to-check-out/#comments</comments>
		<pubDate>Sun, 22 Jul 2007 22:41:42 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Wordcamp]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/07/22/what-i-learned-at-wordcamp-stuff-i-want-to-check-out/</guid>
		<description><![CDATA[https://www.socialmediacards.com
http://www.slideshare.net
WP-Mobile plug in
]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.socialmediacards.com" title="Social Media Cards dot Com" target="_blank">https://www.socialmediacards.com</a></p>
<p><a href="http://www.slideshare.net" title="Shlide Share dot net" target="_blank">http://www.slideshare.net</a></p>
<p><a href="http://alexking.org/projects/wordpress/readme?project=wordpress-mobile-edition" title="Alex King's Wp MObile plug in" target="_blank">WP-Mobile plug in</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/07/22/what-i-learned-at-wordcamp-stuff-i-want-to-check-out/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Headin&#8217; off to camp</title>
		<link>http://www.markalope.com/blog/2007/07/21/headin-off-to-camp/</link>
		<comments>http://www.markalope.com/blog/2007/07/21/headin-off-to-camp/#comments</comments>
		<pubDate>Sat, 21 Jul 2007 14:29:45 +0000</pubDate>
		<dc:creator>Markalope</dc:creator>
		
		<category><![CDATA[Just Talking]]></category>

		<guid isPermaLink="false">http://www.markalope.com/blog/2007/07/21/headin-off-to-camp/</guid>
		<description><![CDATA[Sitting on line at PDX, waiting to head down to the Bay Area for WordCamp. We&#8217;ll see how this goes. Could be a fun weekend. Probably won&#8217;t get to WordCamp until just before noon, which sucks, but there&#8217;s no good early flights on Saturdays. I&#8217;m sure there will be plenty of geeking left over.
]]></description>
			<content:encoded><![CDATA[<p>Sitting on line at PDX, waiting to head down to the Bay Area for WordCamp. We&#8217;ll see how this goes. Could be a fun weekend. Probably won&#8217;t get to WordCamp until just before noon, which sucks, but there&#8217;s no good early flights on Saturdays. I&#8217;m sure there will be plenty of geeking left over.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.markalope.com/blog/2007/07/21/headin-off-to-camp/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
