<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (frogpond)</title>
    <link>https://pinboard.in/u:frogpond/public/</link>
    <description>recent bookmarks from frogpond</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://www.thegeekstuff.com/2010/09/rsync-command-examples/"/>
	<rdf:li rdf:resource="http://www.engadget.com/2012/02/01/how-to-set-up-a-home-file-server-using-freenas/"/>
	<rdf:li rdf:resource="http://lifehacker.com/5875365/how-to-start-making-your-own-electronics-with-arduino-and-other-peoples-code"/>
	<rdf:li rdf:resource="http://www.chrisbrogan.com/gplusstorytelling/"/>
	<rdf:li rdf:resource="http://www.ladyada.net/learn/arduino/"/>
	<rdf:li rdf:resource="http://lifehacker.com/5391537/trick-out-google-apps-for-your-domain"/>
	<rdf:li rdf:resource="https://help.ubuntu.com/community/HowToMD5SUM"/>
	<rdf:li rdf:resource="http://serendipityanddestiny.blogspot.com/2010/03/short-list-of-google-wave-resources.html#"/>
	<rdf:li rdf:resource="http://thedustpan.com/2010/03/evils-of-reciprocal-following/"/>
	<rdf:li rdf:resource="http://www.ghacks.net/2010/03/24/get-to-know-linux-apparmor/"/>
	<rdf:li rdf:resource="http://linuxandfriends.com/2010/02/03/how-to-truecrypt-setup-on-ubuntu-linux/"/>
	<rdf:li rdf:resource="http://diveintohtml5.org/"/>
	<rdf:li rdf:resource="http://blog.posterous.com/integrating-posterous-and-google-buzz"/>
	<rdf:li rdf:resource="http://pauleira.com/13/installing-etherpad/"/>
	<rdf:li rdf:resource="http://www.ibm.com/blogs/zz/en/social_computing_guidelines.html"/>
	<rdf:li rdf:resource="http://www.tuxradar.com/content/how-install-software-ubuntu"/>
	<rdf:li rdf:resource="http://www.tuxradar.com/content/how-clone-hard-drives-clonezilla"/>
	<rdf:li rdf:resource="http://docs.gimp.org/de/"/>
	<rdf:li rdf:resource="http://inthechaos.de/blog/?p=589"/>
	<rdf:li rdf:resource="http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12"/>
	<rdf:li rdf:resource="http://blog.wbou.de/index.php/2009/08/04/black-and-white-conversion-with-gegls-c2g-color2gray-in-gimp/"/>
	<rdf:li rdf:resource="http://drupal.org/node/21951"/>
	<rdf:li rdf:resource="http://blog.qbrushes.com/best-40-gimp-tutorials/"/>
	<rdf:li rdf:resource="http://www.nixtutor.com/linux/keep-a-backup-of-installed-packages/"/>
	<rdf:li rdf:resource="http://www.lifehack.org/articles/technology/10-more-linux-resources-for-kids.html"/>
	<rdf:li rdf:resource="http://theindexer.wordpress.com/2009/04/24/to-do-list-after-installing-ubuntu-904-aka-jaunty-jackalope/"/>
	<rdf:li rdf:resource="http://www.etes.de/blog/barcamp-howto/"/>
	<rdf:li rdf:resource="http://www.dubberly.com/articles/how-do-you-design.html"/>
	<rdf:li rdf:resource="http://www.splitbrain.org/blog/2008-10/05-dokuwiki_beginners_screencast_01"/>
	<rdf:li rdf:resource="http://www.readwriteweb.com/archives/how_to_start_using_greasemonkey.php"/>
	<rdf:li rdf:resource="http://news.cnet.com/8301-17939_109-9995303-2.html"/>
	<rdf:li rdf:resource="http://www.cleverclevergirl.com/?p=10"/>
	<rdf:li rdf:resource="http://wiki.eeeuser.com/"/>
	<rdf:li rdf:resource="http://mikeg.typepad.com/perceptions/2008/01/integrating-sha.html"/>
	<rdf:li rdf:resource="http://webworkerdaily.com/2007/12/18/3-scrappy-project-management-techniques-to-master-plus-2-tips/"/>
	<rdf:li rdf:resource="http://www.htaccesseditor.com/en.shtml"/>
	<rdf:li rdf:resource="http://www.caroline-middlebrook.com/blog/twitter-guide-1-what-is-twitter/"/>
	<rdf:li rdf:resource="http://www.masternewmedia.org/content_delivery_and_distribution/rss-really-simple-syndication/RSS-what-it-is-best-uses-applications-guide-20071120.htm"/>
	<rdf:li rdf:resource="http://www.boxesandarrows.com/view/interactive"/>
	<rdf:li rdf:resource="http://blog.futurelab.net/2007/07/how_to_turn_your_large_organis.html"/>
	<rdf:li rdf:resource="http://immike.net/blog/2007/05/31/getting-started-with-google-gears/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://www.thegeekstuff.com/2010/09/rsync-command-examples/">
    <title>How to Backup Linux? 15 rsync Command Examples</title>
    <dc:date>2012-09-07T07:48:08+00:00</dc:date>
    <link>http://www.thegeekstuff.com/2010/09/rsync-command-examples/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Important features of rsync

    Speed: First time, rsync replicates the whole content between the source and destination directories. Next time, rsync transfers only the changed blocks or bytes to the destination location, which makes the transfer really fast.
    Security: rsync allows encryption of data using ssh protocol during transfer.
    Less Bandwidth: rsync uses compression and decompression of data block by block at the sending and receiving end respectively. So the bandwidth used by rsync will be always less compared to other file transfer protocols.
    Privileges: No special privileges are required to install and execute rsync]]></description>
<dc:subject>backup software linux admin howto</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:frogpond/b:c6940e3f0b28/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:backup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:admin"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.engadget.com/2012/02/01/how-to-set-up-a-home-file-server-using-freenas/">
    <title>How-To: Set up a home file server using FreeNAS -- Engadget</title>
    <dc:date>2012-02-11T14:29:31+00:00</dc:date>
    <link>http://www.engadget.com/2012/02/01/how-to-set-up-a-home-file-server-using-freenas/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[What is FreeNAS you say? Put simply, it's is an operating system based on FreeBSD that brings with it a snazzy web interface for management, and all the protocols you need to share files between Windows, Mac and Linux. In other words, a perfect solution for your digital bookshelf. Let's get to it. ]]></description>
<dc:subject>howto networking linux opensource</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:frogpond/b:2d41b388dfd9/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:networking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:opensource"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://lifehacker.com/5875365/how-to-start-making-your-own-electronics-with-arduino-and-other-peoples-code">
    <title>How to Start Making Your Own Electronics with Arduino and Other People's Code</title>
    <dc:date>2012-01-31T21:11:34+00:00</dc:date>
    <link>http://lifehacker.com/5875365/how-to-start-making-your-own-electronics-with-arduino-and-other-peoples-code</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[While you could (eventually) learn to code Arduino projects yourself and make your Arduino do almost anything, you can also simply piggy back off open-source projects already available (that's what this budding Arduino user has done). Programming knowledge isn't required to get started with an Arduino. You just need a little patience. Project complexity varies, but most can be accomplished exclusively with an Arduino and a computer. ]]></description>
<dc:subject>arduino electronics howto tutorial</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:frogpond/b:48d37933283d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:arduino"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:electronics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.chrisbrogan.com/gplusstorytelling/">
    <title>Google Plus as a Storytelling Platform</title>
    <dc:date>2011-10-24T08:30:02+00:00</dc:date>
    <link>http://www.chrisbrogan.com/gplusstorytelling/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[


One great value of Google+ is that it makes a great platform for cultivating visibility. If your organization is hoping to “save a seat at the table” in between sales calls, one way to do this is to create compelling content that nurtures your business relationships by educating your community and by making them the hero in their own story. Said differently: If you want to nurture leads while they’re still at the wide end of the sales funnel, using Google+ is an effective addition to your content marketing strategies.

Using Google+ for Content Marketing

First, realize that Google+ indexes any post you submit to the “Public” sharing option, meaning that the information in such a post is searchable in Google (the search engine, not the social network) within a few hours. This means that if you wanted to write about being the “best restaurant for kids in Milwaukee,” as part of your post, it would become searchable content. So, let’s extend that.


It’s not enough to write a post that just says “AJ Bombers is the best restaurant for kids in Milwaukee.” I mean, you can say that, but it won’t be that interesting for people coming along to read it. Instead, you might consider writing a post about “7 Reasons AJ Bombers is the Best Restaurant for Kids in Milwaukee,” wherein which you talk about the features of the restaurant such that a parent would be able to recognize the value for themselves. Because you can include videos, I would do so. For instance, I’d show off the “P-Nut Delivery System”: 


If you can’t see the video click here.


Why? Because any kid seeing that thing will immediately start pestering their parents that they MUST go to a place that delivers peanuts via a steel BOMB flying overhead and smashing into a target. 

Mix It Up A Bit

You can post text, video, photos, links, and place information on Google+. Using a combination of those post types is probably the best way to get the most attention. For instance, in my tests, if I post only text, I get one level of response. If I add a photo to the post, I get almost 50% more engagement, every time. 


You can’t post video and a photo, for instance, but if you post video, I’d include a few sentences about what the video is about, and/or maybe some useful search text. I’d also include a link to whatever might be pertinent, as well. If you do place data, be sure to include a photo, maybe something candid. This helps people engage a bit further, as well. 

Build an Editorial Calendar

If you want to incorporate Google+ into your content marketing strategy, I’d consider building an editorial calendar, even if you use it just lightly. For instance, if you post something like the post above, that comes off as a bit heavy-handed in the self-promotion department, I might do an interview with a restaurant guest as my next post, or maybe something off-topic, or maybe a non-work-related video interview with a server or a chef. I don’t know about you, but wouldn’t it be a bit more interesting to know that the person who made your burger is also a competitive street luge racer? 


You can build an editorial calendar in a spreadsheet, or on a Google calendar, or wherever. The point is, when you lay out the month in some kind of visual format, you’re less likely to overwhelm your audience with a specific kind of post. Would it be helpful to see a sample? Here’s something super simple: 


Editorial Calendar – Sample


Monday 1: Post photo from weekend showing leaves changing.
Monday 2: Video clip from ESPN College Game Day coverage.
Monday 3: Article link to post about grass fed beef findings.
Monday 4: Re-share a community member’s post (pass it forward).
Tuesday 1: Write up new menu changes (w/photo of new fries).
Tuesday 2: Congratulate Tim on winning local “Best Of” award with link.
Tuesday 3: Video post about watching baseball at our bar.
Tuesday 4: Off-topic. Anything.

Break That Down

You’ll see that, in this example, I recommend 4 posts a day. That’s to cover a 24-hour community. Also, posts on a service like Google+ flow through the stream pretty quickly. It’s probably not overwhelming to your readers to see 4 posts from you a day, and judging by the content I mentioned above, it wouldn’t be that hard to get those kinds of posts up. 


So, in my example, I’d map out at least a week worth of content, and maybe use that as a way to look at how this ties to the rest of my marketing efforts, too. For instance, if I’m trying to get more people onto my email newsletter, maybe I’d make that the “call to action” on one or two of the posts, and see if I could get more takers from my Google+ community. Also, if you’re having a seasonal event, you can spread content about that event between your email newsletter, your blog, and also your Google+. 


Feel like too much? It might be, to start. But it depends on what you’re doing, your goals, and what you’re hoping to accomplish with Google+. 

Does This Work for Your Industry?

Technically, yes. You can post content of whatever kind to whatever industry. If you’re selling storage to big tech companies, this works. If you’re selling legal advice, this works. If you’re selling education to students, this works. 

But How Does This Get Me New Prospects?

However, what this doesn’t accomplish is that it doesn’t rustle up all kinds of new customers. This isn’t lead generation work at this point. This is community nurturing work. This is helping to cultivate visibility. However, when you have prospects, and when you have people looking around to better understand you, and wondering if they should do business with you, can you see how the above content might help the process? 

Save Your Seat at the Table

In between sales activity, we have to have something to talk about. Sometimes, we use that time to seek referrals. Other times, we use that time to nurture our existing customers. Some times, we use it to help guide our prospects closer to a sale. It’s up to you what you want to do with it. But this is one way of building up that content.


Are you on Google+ yet? If not, it’s free. Swing by Google+ and claim your account.


And if you want to connect with me, you can find me here, or just follow me via this Widget: 










        








]]></description>
<dc:subject>business communication howto humanbusiness socialmedia</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:c9421e98d7c5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:business"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:communication"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:humanbusiness"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:socialmedia"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.ladyada.net/learn/arduino/">
    <title>Arduino Tutorial - Learn electronics and microcontrollers using Arduino!</title>
    <dc:date>2010-10-18T06:30:29+00:00</dc:date>
    <link>http://www.ladyada.net/learn/arduino/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>arduino electronics tutorial howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:68467016135b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:arduino"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:electronics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://lifehacker.com/5391537/trick-out-google-apps-for-your-domain">
    <title>Trick Out Google Apps for Your Domain - Gmail - Lifehacker</title>
    <dc:date>2010-05-11T10:02:21+00:00</dc:date>
    <link>http://lifehacker.com/5391537/trick-out-google-apps-for-your-domain</link>
    <dc:creator>frogpond</dc:creator><dc:subject>googleapps howto ideas lifehacks sysadmin productivity toread</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:676dcd7ffe8d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:googleapps"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ideas"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:lifehacks"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:sysadmin"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:productivity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toread"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://help.ubuntu.com/community/HowToMD5SUM">
    <title>HowToMD5SUM - Community Ubuntu Documentation</title>
    <dc:date>2010-04-03T13:07:59+00:00</dc:date>
    <link>https://help.ubuntu.com/community/HowToMD5SUM</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Most Linux distributions come with the md5sum utility so installation is usually unnecessary. We are going to use the Ubuntu 8.10 LiveCD for the following example:

Check the iso file

Manual method

First open a terminal and go to the correct directory to check a downloaded iso file:

    *

      cd download_directory

Then run the following command from within the download directory.

    *

      md5sum ubuntu-8.10-desktop-i386.iso

md5sum should then print out a single line after calculating the hash:

    *

      24ea1163ea6c9f5dae77de8c49ee7c03 ubuntu-8.10-desktop-i386.iso
]]></description>
<dc:subject>ubuntu linux howto tutorial software reference</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:f7a26197be99/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:reference"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://serendipityanddestiny.blogspot.com/2010/03/short-list-of-google-wave-resources.html#">
    <title>Serendipity and Destiny: A Short List of Google Wave Resources</title>
    <dc:date>2010-03-31T13:53:23+00:00</dc:date>
    <link>http://serendipityanddestiny.blogspot.com/2010/03/short-list-of-google-wave-resources.html#</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[In addition to using many other Google services, I am exploring Google Wave and what it might do for me and people I work with.

Wave is a difficult service to "just jump into" (or so I find it). Here, therefore, are a set of resources that might prove helpful to others:
]]></description>
<dc:subject>googlewave tutorial howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:ed662b017bbe/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:googlewave"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://thedustpan.com/2010/03/evils-of-reciprocal-following/">
    <title>The Evils of Reciprocal Following on Twitter – The Dustpan</title>
    <dc:date>2010-03-26T15:29:59+00:00</dc:date>
    <link>http://thedustpan.com/2010/03/evils-of-reciprocal-following/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[We can reciprocal follow all of the people who follow us: it is nice for them and it’s a practice that used to be done in the very early years of Twitter usage when there weren’t many people using Twitter. However, with the tens of millions of users on Twitter now, and:

all of the online services sending marketing spam
services providing countless and useless mass followers (who are not interested in you)
services that do automatic mass reciprocal following for you
automatic tweeting of marketing messages by renting out your account for a few bucks (aka “sponsored tweets”)
the proliferation of annoying, machine-generated auto-DM messages
the phishing scams and malware being spread by DM’s, and
the pollution of your timeline with a very low signal-to-noise ratio of meaningless trivia overpowering the occasional helpful tweet
]]></description>
<dc:subject>twitter howto tutorials socialnetworking</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:cd180dd4cd8c/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:twitter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorials"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:socialnetworking"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.ghacks.net/2010/03/24/get-to-know-linux-apparmor/">
    <title>Get to know Linux: AppArmor</title>
    <dc:date>2010-03-25T10:57:31+00:00</dc:date>
    <link>http://www.ghacks.net/2010/03/24/get-to-know-linux-apparmor/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[But what is AppArmor? AppArmor is a security module implementation of name-based access controls. In other words, AppArmor protects your system against the exploitation of program flaws and compromises. This protection is done via profiles that will set a program to either “complain” or “enforce” against wrong doing.

In this article I will show you how to install AppArmor and how to use it to set an application in either “complain” or “enforce” mode.
]]></description>
<dc:subject>linux security freeware howto ubuntu</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:0ff9112f0cbf/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:security"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:freeware"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://linuxandfriends.com/2010/02/03/how-to-truecrypt-setup-on-ubuntu-linux/">
    <title>How To: TrueCrypt Setup On Ubuntu Linux</title>
    <dc:date>2010-03-17T16:58:44+00:00</dc:date>
    <link>http://linuxandfriends.com/2010/02/03/how-to-truecrypt-setup-on-ubuntu-linux/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[TrueCrypt is an open source software that helps you set up and maintain an on-the-fly encrypted volume. On the fly encryption means data is automatically encrypted or decrypted right before they are loaded or saved, without any user intervention.
]]></description>
<dc:subject>ubuntu software howto tutorial</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:c2d2659b482f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://diveintohtml5.org/">
    <title>Dive Into HTML5</title>
    <dc:date>2010-03-13T09:06:46+00:00</dc:date>
    <link>http://diveintohtml5.org/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>html guide reference webdesign programming design ebook free howto inspiration tutorial toread markup typography</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:ac9e88a17ddd/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:html"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:guide"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:webdesign"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ebook"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:free"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:inspiration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:markup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:typography"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.posterous.com/integrating-posterous-and-google-buzz">
    <title>Integrating Posterous and Google Buzz - The Official Posterous Posterous</title>
    <dc:date>2010-02-28T09:04:23+00:00</dc:date>
    <link>http://blog.posterous.com/integrating-posterous-and-google-buzz</link>
    <dc:creator>frogpond</dc:creator><dc:subject>googlebuzz posterous wordpress api blogging reference socialmedia howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:4df8aac06d9a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:googlebuzz"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:posterous"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:wordpress"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:api"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:blogging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:socialmedia"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://pauleira.com/13/installing-etherpad/">
    <title>Installing Etherpad | Pauleira!</title>
    <dc:date>2010-01-12T22:27:06+00:00</dc:date>
    <link>http://pauleira.com/13/installing-etherpad/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[step-by-step instructions for installing EtherPad, the open-source real-time text editor recently acquired by Google
]]></description>
<dc:subject>hacking collaboration howto opensource google etherpad</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:9c9bc89bbf47/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:hacking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:etherpad"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.ibm.com/blogs/zz/en/social_computing_guidelines.html">
    <title>IBM Social Computing Guidelines</title>
    <dc:date>2009-12-06T18:26:15+00:00</dc:date>
    <link>http://www.ibm.com/blogs/zz/en/social_computing_guidelines.html</link>
    <dc:creator>frogpond</dc:creator><dc:subject>socialmedia corporate video howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:b3ef70f34110/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:socialmedia"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:corporate"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:video"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.tuxradar.com/content/how-install-software-ubuntu">
    <title>How to install software in Ubuntu | TuxRadar Linux</title>
    <dc:date>2009-11-19T06:25:42+00:00</dc:date>
    <link>http://www.tuxradar.com/content/how-install-software-ubuntu</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Ubuntu Personal Package Archives (PPAs) are APT directories provided by third parties on Launchpad (Ubuntu's third-party developer platform). This is where the latest and greatest software is bundled into a Debian package and made available for download. The likes of Google and the Wine community are well known for using this service, so if you'd like to take advantage of their hard work and install some cracking new software for your Ubuntu, read on...

The big advantage of using a PPA over simply downloading a package from the project website is that you can update it using Synaptic as if you'd installed it from the main repositories. Also, the update will verify itself using a GPG signature, so you can have the added peace of mind that the package you install is genuine and that it has downloaded and installed correctly.
]]></description>
<dc:subject>ubuntu software tools howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:242613e90a75/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tools"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.tuxradar.com/content/how-clone-hard-drives-clonezilla">
    <title>How to clone hard drives with Clonezilla | TuxRadar Linux</title>
    <dc:date>2009-11-15T20:38:09+00:00</dc:date>
    <link>http://www.tuxradar.com/content/how-clone-hard-drives-clonezilla</link>
    <dc:creator>frogpond</dc:creator><dc:subject>backup linux howto sysadmin</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:f570c9eb985b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:backup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:sysadmin"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://docs.gimp.org/de/">
    <title>GNU Image Manipulation Program</title>
    <dc:date>2009-11-08T09:59:34+00:00</dc:date>
    <link>http://docs.gimp.org/de/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>gimp tutorial software opensource tutorials linux howto todo</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:93bb031b0e76/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:gimp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorials"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:todo"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://inthechaos.de/blog/?p=589">
    <title>barcamp Organisation - Lektionen aus 2 Jahren » zeniscalm in the chaos</title>
    <dc:date>2009-11-05T10:34:24+00:00</dc:date>
    <link>http://inthechaos.de/blog/?p=589</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Wen spricht man an?
Natürlich kann man eine Liste von 100 potentiellen Sponsoren durchklingeln und wird dabei auch eine gewisse Erfolgsquote haben. Die Strategie, die für uns am besten funktioniert habe war jedoch nach thematisch passenden Sponsoren zu suchen.
Warum?
Es geht beim Sponsoring nicht darum Geld irgendwohin zu schieben, sondern einen Mehrwert zu generieren - das geht natürlich am besten, wenn das Thema passt. Ausserdem können sich die Sponsoren dann vor Ort besser einbringen und sind in der Regel mit dem Ergebnis am Schluss zufriedener. Zufriedene Sponsoren sind potentielle Sponsoren für das nächste Mal.
]]></description>
<dc:subject>barcamp howto lifehacks</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:2d55e4e254ae/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:barcamp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:lifehacks"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12">
    <title>How to Easily Upgrade your Firefox to 3.5 (and future version) in Ubuntu – Make Tech Easier</title>
    <dc:date>2009-08-17T10:39:39+00:00</dc:date>
    <link>http://maketecheasier.com/easily-upgrade-your-firefox-to-35-in-ubuntu/2009/08/12</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Ubuntuzilla is a python script that checks your system for Mozilla software (Firefox, Thunderbird, or Seamonkey) and update them to the latest version released from Mozilla server. It also comes with an update checker that periodically performs automatic checks and updates to keep your system up-to-date with possible changes in the Mozilla website and release servers.
]]></description>
<dc:subject>ubuntu Firefox howto linux</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:7b2e1fc8c9c1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:Firefox"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.wbou.de/index.php/2009/08/04/black-and-white-conversion-with-gegls-c2g-color2gray-in-gimp/">
    <title>Captured Moments » Black and White Conversion with GEGL's c2g (color2gray) in GIMP</title>
    <dc:date>2009-08-06T07:42:51+00:00</dc:date>
    <link>http://blog.wbou.de/index.php/2009/08/04/black-and-white-conversion-with-gegls-c2g-color2gray-in-gimp/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[With the new versions of GIMP there is a menu called “GEGL Operation…” with a bunch of more or less interesting image operations. GEGL will be the graphics library for the future GIMP releases and brings 16bit support among other features to GIMP, when the transition will be completed.
]]></description>
<dc:subject>gimp photography howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:bd96d521d19d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:gimp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:photography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://drupal.org/node/21951">
    <title>Drupal concepts | drupal.org</title>
    <dc:date>2009-07-18T14:41:32+00:00</dc:date>
    <link>http://drupal.org/node/21951</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Before you install Drupal and begin using it, it’s a good idea to get an overall sense of what it is, and how it works. This section gives you the big picture, helps you to frame how you think about Drupal, and assists you in determining whether it’s a good fit for your project. This small investment of time up front will help you immeasurably in the long run.
]]></description>
<dc:subject>drupal opensource documentation howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:a8913cfe9f9f/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:drupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:documentation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.qbrushes.com/best-40-gimp-tutorials/">
    <title>Best 35+ GIMP Tutorials | Qbrushes Blog</title>
    <dc:date>2009-07-10T13:12:42+00:00</dc:date>
    <link>http://blog.qbrushes.com/best-40-gimp-tutorials/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>gimp howto photography linux graphics design tutorial</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:be62fd84df46/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:gimp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:photography"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:graphics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.nixtutor.com/linux/keep-a-backup-of-installed-packages/">
    <title>Keep a Backup of Installed Packages</title>
    <dc:date>2009-07-08T16:34:00+00:00</dc:date>
    <link>http://www.nixtutor.com/linux/keep-a-backup-of-installed-packages/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[You might prefer to have a clean system on reinstall but sometimes it is nice to reinstall applications from a previous machine/setup. Keeping a backup list of packages will make this a snap. Just give your package manager a list of all the packages you want it to install and let it rip.

Here are the backup and restore methods for each of the major distros/package managers
]]></description>
<dc:subject>linux backup howto ubuntu lifehacks</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:e510b38852d5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:backup"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:lifehacks"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.lifehack.org/articles/technology/10-more-linux-resources-for-kids.html">
    <title>10 More Linux Resources for Kids - Stepcase Lifehack</title>
    <dc:date>2009-07-02T07:35:31+00:00</dc:date>
    <link>http://www.lifehack.org/articles/technology/10-more-linux-resources-for-kids.html</link>
    <dc:creator>frogpond</dc:creator><dc:subject>ubuntu linux howto daan+marit todo</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:49d74f554270/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:daan+marit"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:todo"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://theindexer.wordpress.com/2009/04/24/to-do-list-after-installing-ubuntu-904-aka-jaunty-jackalope/">
    <title>To Do List After installing Ubuntu 9.04 aka Jaunty Jackalope « The Indexer</title>
    <dc:date>2009-05-02T07:18:46+00:00</dc:date>
    <link>http://theindexer.wordpress.com/2009/04/24/to-do-list-after-installing-ubuntu-904-aka-jaunty-jackalope/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>todo linux howto ubuntu jaunty</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:d67892da6167/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:todo"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:ubuntu"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:jaunty"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.etes.de/blog/barcamp-howto/">
    <title>Howto zur Organisation von Barcamps | ETES GmbH</title>
    <dc:date>2009-04-04T20:08:32+00:00</dc:date>
    <link>http://www.etes.de/blog/barcamp-howto/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>barcamp tutorials howto conferencing lifehacks</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:ed5db3e36666/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:barcamp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorials"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:conferencing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:lifehacks"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.dubberly.com/articles/how-do-you-design.html">
    <title>[Beta] How do you design?</title>
    <dc:date>2008-12-07T15:24:58+00:00</dc:date>
    <link>http://www.dubberly.com/articles/how-do-you-design.html</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[Hugh Dubberly assembles a compendium of over 100 design processes / models. All laid out in a beautiful PDF. That man doesn't get enough credit…

descriptions of design and development processes, from architecture, industrial design, mechanical engineering, quality management, and software development.

"Everyone designs. The teacher arranging desks for a discussion. The entrepreneur planning a business. The team building a rocket"
]]></description>
<dc:subject>pdf design toread visualization designthinking strategy howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:395717b0f73a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:pdf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:design"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:visualization"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:designthinking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:strategy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.splitbrain.org/blog/2008-10/05-dokuwiki_beginners_screencast_01">
    <title>DokuWiki Beginners Screencast #1 [splitbrain.org]</title>
    <dc:date>2008-10-06T06:32:45+00:00</dc:date>
    <link>http://www.splitbrain.org/blog/2008-10/05-dokuwiki_beginners_screencast_01</link>
    <dc:creator>frogpond</dc:creator><dc:subject>video dokuwiki tutorial howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:9d98a257c2ae/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:video"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:dokuwiki"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.readwriteweb.com/archives/how_to_start_using_greasemonkey.php">
    <title>How to: Start Using Greasemonkey in Under 5 Minutes - ReadWriteWeb</title>
    <dc:date>2008-08-27T12:59:39+00:00</dc:date>
    <link>http://www.readwriteweb.com/archives/how_to_start_using_greasemonkey.php</link>
    <dc:creator>frogpond</dc:creator><dc:subject>Greasemonkey Firefox toread tutorial howto lifehacks</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:a0c46a985609/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:Greasemonkey"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:Firefox"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:lifehacks"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://news.cnet.com/8301-17939_109-9995303-2.html">
    <title>Exclusive: Twhirl gets pushy with Identi.ca</title>
    <dc:date>2008-07-21T11:15:11+00:00</dc:date>
    <link>http://news.cnet.com/8301-17939_109-9995303-2.html</link>
    <dc:creator>frogpond</dc:creator><dc:subject>identi.ca software twitter howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:5732445ea0a3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:identi.ca"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:software"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:twitter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.cleverclevergirl.com/?p=10">
    <title>Ten Steps to Organizing a Barcamp</title>
    <dc:date>2008-03-30T17:21:37+00:00</dc:date>
    <link>http://www.cleverclevergirl.com/?p=10</link>
    <dc:creator>frogpond</dc:creator><dc:subject>collaboration conference howto productivity unconference</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:e7f392892ce4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:conference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:productivity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:unconference"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://wiki.eeeuser.com/">
    <title>EeeUser Eee PC Wiki</title>
    <dc:date>2008-03-30T16:45:34+00:00</dc:date>
    <link>http://wiki.eeeuser.com/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[There are three parts to the EeeUser website, the blog or Home page, the Forums and this, the Wiki.
]]></description>
<dc:subject>eeepc howto linux</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:cbfaa78e63b1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:eeepc"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:linux"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://mikeg.typepad.com/perceptions/2008/01/integrating-sha.html">
    <title>Integrating SharePoint And Confluence</title>
    <dc:date>2008-01-15T13:10:58+00:00</dc:date>
    <link>http://mikeg.typepad.com/perceptions/2008/01/integrating-sha.html</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[would be valuable for Microsoft to continue down this path of providing well-defined and public interfaces (as opposed to vendor point-to-point deals) so that other blog and wiki vendors could integrate with the platform
]]></description>
<dc:subject>sharepoint confluence howto casestudies</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:81a8839108c5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:sharepoint"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:confluence"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:casestudies"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://webworkerdaily.com/2007/12/18/3-scrappy-project-management-techniques-to-master-plus-2-tips/">
    <title>3 Scrappy Project Management Techniques to Master (Plus 2 Tips) «</title>
    <dc:date>2007-12-20T20:34:24+00:00</dc:date>
    <link>http://webworkerdaily.com/2007/12/18/3-scrappy-project-management-techniques-to-master-plus-2-tips/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>projectmanagement tips toread toblog productivity blogs socialsoftware+arenen communication howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:4573144d5800/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:projectmanagement"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tips"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toblog"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:productivity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:blogs"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:socialsoftware+arenen"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:communication"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.htaccesseditor.com/en.shtml">
    <title>[en] .htaccess Editor</title>
    <dc:date>2007-11-30T19:55:13+00:00</dc:date>
    <link>http://www.htaccesseditor.com/en.shtml</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[cool
]]></description>
<dc:subject>development opensource programming htaccess apache web howto reference</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:4ea20b6ed123/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:opensource"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:htaccess"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:apache"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:web"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:reference"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.caroline-middlebrook.com/blog/twitter-guide-1-what-is-twitter/">
    <title>Twitter Guide Part #1: What is Twitter? | Caroline Middlebrook</title>
    <dc:date>2007-11-27T10:36:01+00:00</dc:date>
    <link>http://www.caroline-middlebrook.com/blog/twitter-guide-1-what-is-twitter/</link>
    <dc:creator>frogpond</dc:creator><dc:subject>twitter howto toread tips tutorial social</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:a0fa4abaa70a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:twitter"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:toread"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tips"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:social"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.masternewmedia.org/content_delivery_and_distribution/rss-really-simple-syndication/RSS-what-it-is-best-uses-applications-guide-20071120.htm">
    <title>What Is RSS: A Guide To Really Simple Syndication Benefits, Best Uses And Applications - Robin Good's Latest News</title>
    <dc:date>2007-11-21T09:31:37+00:00</dc:date>
    <link>http://www.masternewmedia.org/content_delivery_and_distribution/rss-really-simple-syndication/RSS-what-it-is-best-uses-applications-guide-20071120.htm</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[beginner's guide to RSS explaining what RSS is and how to best use it
]]></description>
<dc:subject>rss reference howto web2.0 tutorial</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:100c73077766/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:rss"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:web2.0"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:tutorial"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.boxesandarrows.com/view/interactive">
    <title>Interactive Prototypes with PowerPoint - Boxes and Arrows: The design behind the design</title>
    <dc:date>2007-08-11T20:01:46+00:00</dc:date>
    <link>http://www.boxesandarrows.com/view/interactive</link>
    <dc:creator>frogpond</dc:creator><dc:subject>designthinking powerpoint creativity development howto prototype</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:c54facc79e81/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:designthinking"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:powerpoint"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:creativity"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:prototype"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://blog.futurelab.net/2007/07/how_to_turn_your_large_organis.html">
    <title>how to turn your large organisation into a web 2.0 wizard in 15 steps</title>
    <dc:date>2007-07-23T21:14:59+00:00</dc:date>
    <link>http://blog.futurelab.net/2007/07/how_to_turn_your_large_organis.html</link>
    <dc:creator>frogpond</dc:creator><dc:subject>collaboration howto management marketing strategy adoption changemanagement web2.0 implementation methoden todo frogpond</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:3d5916b555ab/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:collaboration"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:management"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:marketing"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:strategy"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:adoption"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:changemanagement"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:web2.0"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:implementation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:methoden"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:todo"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:frogpond"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://immike.net/blog/2007/05/31/getting-started-with-google-gears/">
    <title>Getting Started with Google Gears</title>
    <dc:date>2007-06-02T13:31:21+00:00</dc:date>
    <link>http://immike.net/blog/2007/05/31/getting-started-with-google-gears/</link>
    <dc:creator>frogpond</dc:creator><description><![CDATA[an overview to get started with Gears without wading through dozens of pages of documentation yourself
]]></description>
<dc:subject>google programming reference development howto</dc:subject>
<dc:identifier>https://pinboard.in/u:frogpond/b:4d07e881c3be/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:programming"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:reference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:development"/>
	<rdf:li rdf:resource="https://pinboard.in/u:frogpond/t:howto"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>