<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ThePizzy.net/blog &#187; api</title>
	<atom:link href="http://thepizzy.net/blog/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepizzy.net/blog</link>
	<description>Solving the complex in 140 characters or less...</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Cloud File Synchronization</title>
		<link>http://thepizzy.net/blog/2010/12/cloud-file-synchronization/</link>
		<comments>http://thepizzy.net/blog/2010/12/cloud-file-synchronization/#comments</comments>
		<pubDate>Tue, 28 Dec 2010 16:00:01 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Living in the Cloud]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[chrome os]]></category>
		<category><![CDATA[cr-48]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[dropbox api]]></category>
		<category><![CDATA[file sync]]></category>
		<category><![CDATA[file synchronization]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google chrome os]]></category>
		<category><![CDATA[html5 editor]]></category>
		<category><![CDATA[kodingen.com]]></category>
		<category><![CDATA[live framework]]></category>
		<category><![CDATA[live mesh]]></category>
		<category><![CDATA[netbook]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=896</guid>
		<description><![CDATA[While the rest of my work requires access to files on a server, when I'm mobile, everything must be in sync with the cloud. Here's my setup.]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-636 alignleft" title="Windows Live Sync icon" src="http://thepizzy.net/blog/wp-content/uploads/2010/10/3201.Sync256_5F00_1E0A24D91.png" alt="" width="256" height="256" />At my company, I&#8217;m the only IT person there. As such, my jobs range from fixing the hardware, to maintaining the network, to developing the website. And being the only person who&#8217;s able to do any of these things in the company, I can&#8217;t really be out of reach from the files needed to keep things going.</p>
<p>The one thing that has kept all of this in line for me for so many years has been Microsoft&#8217;s <a href="http://explore.live.com/windows-live-mesh?os=other" target="_blank">Windows Live Mesh</a>. I&#8217;ve known about others for many years, but none of them could offer remote desktop solutions as well as file sync without having to add additional software.</p>
<p>That was all well and good, until I got my Google Cr-48 Chrome OS Netbook. Microsoft allows you to connect to other computers through your local internet browser, but the feature is not supported for Chrome. This only poses a small problem, but it also removes a requirement of the service. If I can&#8217;t remote into a computer from Chrome on the Cr-48, then Mesh is no longer the only option for me.</p>
<p>The other issue I found (on any computer) was that to edit the files I had to do so locally &#8211; either they had to be on the computer via a share already, or I had to download them from Microsoft&#8217;s Skydrive. This was not a problem on a desktop computer &#8211; I would just open up Notepad. On the Cr-48, though, I can only view certain files natively within the Chrome browser&#8230;not edit them.</p>
<p>To edit the files, I&#8217;ve chosen to use <a href="http://kodingen.com" target="_blank">Kodingen.com</a>, for reasons that I will go in to with another blog post. However, keeping the files sync&#8217;d to a completely separate server on the internet would require one additional thing from my file synchronization software: an API.</p>
<p>Windows Live had an API called <a href="http://code.msdn.microsoft.com/LiveFramework" target="_blank">Live Framework</a>, but that was pulled in September 2009. I have yet to find out if that service is still available, and if it offers API access to your Mesh/Skydrive shares. In the meantime, I&#8217;ve turned my attention to <a href="http://dropbox.com" target="_blank">DropBox.com</a>.</p>
<p><img class="size-full wp-image-908 alignright" title="DropBox.com" src="http://thepizzy.net/blog/wp-content/uploads/2010/12/dropbox1.png" alt="" width="124" height="112" />DropBox has API access, as well as real-time file synchronization, and is multi-platform. It doesn&#8217;t offer the remote desktop connection ability, but that&#8217;s unavailable in Google Chrome anyway. It also doesn&#8217;t have the ability to create shares out of folders &#8211; you have to create a folder to share, but it must reside in the primary Drobox folder. This creates a dilemma when the files you want to sync are in a specific location and already in production. (You can find a full comparison of DropBox to Live Mesh <a href="http://downloadsquad.switched.com/2010/06/17/how-does-windows-live-sync-stack-up-to-dropbox/" target="_blank">here</a>.)</p>
<p>So right now, I have created a DropBox share on my Work PC. This sends files up to DropBox.com. I&#8217;ve also pulled down my development codes from Mesh and created a Mesh Store inside the DropBox folder. Now, I have my files sync&#8217;d from the Server to Mesh to my Work-PC to DropBox. The next step is to learn how to implement the API so that I can pass this information off to the Kodingen.com guys. I have yet to dive into the API, but my hope is that I can selectively sync folders from it, and in doing so, keep my intranet site sync&#8217;d with the Kodingen cloud for editing the files.</p>
<p>I will have more on the DropBox API stuff in a later post. For now, though, no matter which service you use for keeping your files in the cloud, you have to make sure you can manipulate them there as well.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/api' rel='tag' target='_blank'>api</a>, <a class='technorati-link' href='http://technorati.com/tag/chrome+os' rel='tag' target='_blank'>chrome os</a>, <a class='technorati-link' href='http://technorati.com/tag/cr-48' rel='tag' target='_blank'>cr-48</a>, <a class='technorati-link' href='http://technorati.com/tag/dropbox' rel='tag' target='_blank'>dropbox</a>, <a class='technorati-link' href='http://technorati.com/tag/dropbox+api' rel='tag' target='_blank'>dropbox api</a>, <a class='technorati-link' href='http://technorati.com/tag/file+sync' rel='tag' target='_blank'>file sync</a>, <a class='technorati-link' href='http://technorati.com/tag/file+synchronization' rel='tag' target='_blank'>file synchronization</a>, <a class='technorati-link' href='http://technorati.com/tag/google+chrome' rel='tag' target='_blank'>google chrome</a>, <a class='technorati-link' href='http://technorati.com/tag/google+chrome+os' rel='tag' target='_blank'>google chrome os</a>, <a class='technorati-link' href='http://technorati.com/tag/html5+editor' rel='tag' target='_blank'>html5 editor</a>, <a class='technorati-link' href='http://technorati.com/tag/kodingen.com' rel='tag' target='_blank'>kodingen.com</a>, <a class='technorati-link' href='http://technorati.com/tag/live+framework' rel='tag' target='_blank'>live framework</a>, <a class='technorati-link' href='http://technorati.com/tag/live+mesh' rel='tag' target='_blank'>live mesh</a>, <a class='technorati-link' href='http://technorati.com/tag/netbook' rel='tag' target='_blank'>netbook</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2010/12/cloud-file-synchronization/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Quakecon 2009 &amp; Google Latitude</title>
		<link>http://thepizzy.net/blog/2009/08/quakecon-20098/</link>
		<comments>http://thepizzy.net/blog/2009/08/quakecon-20098/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 04:12:00 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[badge]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gps]]></category>
		<category><![CDATA[latitude]]></category>
		<category><![CDATA[quakecon]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=431</guid>
		<description><![CDATA[It&#8217;s that time again &#8211; time to pack up all your computer crap, go wait in line for 8 hours, just to put it down at a hotel and go...]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time again &#8211; time to pack up all your computer crap, go wait in line for 8 hours, just to put it down at a hotel and go home&#8230;then come back and stay up for 98 hours straight running on nothing but BAWLS and pure adrenaline.</p>
<p>That&#8217;s right &#8211; it&#8217;s time for Quakecon 2009.</p>
<p>I&#8217;ve added a  Google Latitude App to the right sidebar of my blog to show where I am in the whole ordeal &#8211; but don&#8217;t be fooled, I will have remote access to both locations, from both locations &#8211; so no funny business.</p>
<p>Granted this idea works better for people that have to make a longer trek than my 35 mile drive &#8211; but it&#8217;s still cool none the less.</p>
<p>To get your own badge check out the <a href="http://www.google.com/latitude/apps/badge">Google Latitude badge page</a>.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/api' rel='tag' target='_blank'>api</a>, <a class='technorati-link' href='http://technorati.com/tag/badge' rel='tag' target='_blank'>badge</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_blank'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/gps' rel='tag' target='_blank'>gps</a>, <a class='technorati-link' href='http://technorati.com/tag/latitude' rel='tag' target='_blank'>latitude</a>, <a class='technorati-link' href='http://technorati.com/tag/quakecon' rel='tag' target='_blank'>quakecon</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2009/08/quakecon-20098/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetSuite, TweetBacks, and Ping.fm WordPress plugin (Update)</title>
		<link>http://thepizzy.net/blog/2009/04/tweetsuite-tweetbacks-and-pingfm-wordpress-plugin-update/</link>
		<comments>http://thepizzy.net/blog/2009/04/tweetsuite-tweetbacks-and-pingfm-wordpress-plugin-update/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 14:34:23 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[TweetSuite]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ping.fm]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[tweetback]]></category>
		<category><![CDATA[tweetbacks]]></category>
		<category><![CDATA[webhost]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=356</guid>
		<description><![CDATA[Well, I sent off my plugin code to Dan Zarrella, and got the Ping.fm developers API Key approved, and got WordPress.org to approve the plugin, and have been running it...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Twitter Logo" src="https://s3.amazonaws.com/twitter_production/profile_images/1125794203/at-twitter.png" alt="" width="128" height="128" />Well, I sent off my plugin code to Dan Zarrella, and got the Ping.fm developers API Key approved, and got WordPress.org to approve the plugin, and have been running it on my blog since its original announcement &#8211; but have run into a possible issue&#8230;</p>
<p>My webhost says it is creating a lot of &#8220;sleeper&#8221; processes on the database server, and using up a lot of the processor resources. My account was even suspended until I fixed it.</p>
<p>SO &#8211; I am going to be rewriting the whole thing, pretty much from scratch now, and it will only be loosely based on Dan&#8217;s version&#8230; <span id="more-356"></span></p>
<p>Currently, the code will run through the database of posts, and find those that have shortened URLs stored for them, run a twitter search, and return/parse/store/display the resulting tweetbacks. And it does this every 5 minutes.</p>
<p>However, that sucks up a lot of processing power to do that, especially if you have a big blog, popular blog, or both. The Answer: A Rewrite. This one is going to run a single Twitter search for every shortened url in the database, return ALL the results once, and parse them out, store them in the database, and associate them to their respective parent posts.</p>
<p>So, there&#8217;s the update for why this hasn&#8217;t been released yet.</p>
<p>I&#8217;m also working on trying to get the retro-active TweetThis buttons working on old posts &#8211; but something isn&#8217;t working right &#8211; either it&#8217;s the original code that isn&#8217;t comparing what&#8217;s in the database to the conditional statement correctly (if <em>this.url</em> = &#8220;&#8221;, then <em>make new ones</em>), or something. It&#8217;s going to take some more testing on my own test database, since my webhost is getting antsy with all the processes I&#8217;m using.</p>
<p>I&#8217;ll keep everyone updated as it moves along. Thanks.<br />
<a href="http://twitter.com/neotsn"><img class="size-full wp-image-583  aligncenter" title="twitter.com/neotsn" src="http://thepizzy.net/blog/wp-content/uploads/2010/08/twitter-wordpress-neo12.png" alt="twitter.com/neotsn" width="350" height="125" /></a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/api' rel='tag' target='_blank'>api</a>, <a class='technorati-link' href='http://technorati.com/tag/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/database' rel='tag' target='_blank'>database</a>, <a class='technorati-link' href='http://technorati.com/tag/MySQL' rel='tag' target='_blank'>MySQL</a>, <a class='technorati-link' href='http://technorati.com/tag/Ping.fm' rel='tag' target='_blank'>Ping.fm</a>, <a class='technorati-link' href='http://technorati.com/tag/plugin' rel='tag' target='_blank'>plugin</a>, <a class='technorati-link' href='http://technorati.com/tag/Programming' rel='tag' target='_blank'>Programming</a>, <a class='technorati-link' href='http://technorati.com/tag/tweetback' rel='tag' target='_blank'>tweetback</a>, <a class='technorati-link' href='http://technorati.com/tag/tweetbacks' rel='tag' target='_blank'>tweetbacks</a>, <a class='technorati-link' href='http://technorati.com/tag/TweetSuite' rel='tag' target='_blank'>TweetSuite</a>, <a class='technorati-link' href='http://technorati.com/tag/webhost' rel='tag' target='_blank'>webhost</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress' rel='tag' target='_blank'>WordPress</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2009/04/tweetsuite-tweetbacks-and-pingfm-wordpress-plugin-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Integrating Google Connect</title>
		<link>http://thepizzy.net/blog/2009/01/integrating-google-connect/</link>
		<comments>http://thepizzy.net/blog/2009/01/integrating-google-connect/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 05:38:32 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[thepizzy.net]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Connect]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[ThePizzy]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[ut3]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=184</guid>
		<description><![CDATA[I&#8217;ve been part of the Google Connect beta since shortly after it came out &#8211; but it wasn&#8217;t until recently that I actually implemented it on my blog and the...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Google.com" src="http://www.google.com/images/logos/ps_logo2.png" alt="" width="364" height="126" />I&#8217;ve been part of the Google Connect beta since shortly after it came out &#8211; but it wasn&#8217;t until recently that I actually implemented it on my blog and the parent site, www.thepizzy.net. So, if you read this (and I know there has to be at least 4 other people in the world that do), go ahead and hit the Join button on it, and let me know y&#8217;all are out there. (it helps to know one is writing to an audience instead of providing technical articles to the etherworld.)</p>
<p>You don&#8217;t have to worry about spam or anything &#8211; I don&#8217;t like it either.</p>
<p>In other news, I&#8217;m also working on a tutorial entry that describes how to get data from a Google Docs Spreadsheet. Normally, I wouldn&#8217;t worry about trying to release this code, but since it was such a pain for me to figure out (like the <a href="http://thepizzy.net/blog/2008/01/how-to-setup-a-ut3-internet-server/" target="_blank">UT3 Server setup</a>), I&#8217;m sure it&#8217;s a pain for others to figure out as well.</p>
<p>The code creates a secure-authenticated session to Google Accounts, and then requests the data from a particular cell on a spreadsheet. My code goes one step further though, and posts that data to Twitter &#8211; which means it also creates an authenticated POST request via the Twitter API.</p>
<p>&#8220;Why do that?&#8217; you ask&#8230;Well, if you want to be able to update a spreadsheet from, say an iPhone or other Mobile Browser, Google Docs will not let you. But I&#8217;ll explain more in the coming entry. Be looking for that sometime this week (I hope).</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/api' rel='tag' target='_blank'>api</a>, <a class='technorati-link' href='http://technorati.com/tag/beta' rel='tag' target='_blank'>beta</a>, <a class='technorati-link' href='http://technorati.com/tag/blog' rel='tag' target='_blank'>blog</a>, <a class='technorati-link' href='http://technorati.com/tag/Connect' rel='tag' target='_blank'>Connect</a>, <a class='technorati-link' href='http://technorati.com/tag/google' rel='tag' target='_blank'>google</a>, <a class='technorati-link' href='http://technorati.com/tag/server' rel='tag' target='_blank'>server</a>, <a class='technorati-link' href='http://technorati.com/tag/site' rel='tag' target='_blank'>site</a>, <a class='technorati-link' href='http://technorati.com/tag/Technology' rel='tag' target='_blank'>Technology</a>, <a class='technorati-link' href='http://technorati.com/tag/ThePizzy' rel='tag' target='_blank'>ThePizzy</a>, <a class='technorati-link' href='http://technorati.com/tag/twitter' rel='tag' target='_blank'>twitter</a>, <a class='technorati-link' href='http://technorati.com/tag/ut3' rel='tag' target='_blank'>ut3</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2009/01/integrating-google-connect/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>twitter &amp; tsn.7</title>
		<link>http://thepizzy.net/blog/2008/01/twitter-tsn7/</link>
		<comments>http://thepizzy.net/blog/2008/01/twitter-tsn7/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 15:31:04 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[the-spot.net]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[buddy list]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[database backend]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[front page]]></category>
		<category><![CDATA[members]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phpbb]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[rss reader]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[tsn.7]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=100</guid>
		<description><![CDATA[With a new My Spot page comes new possibilities. This time around, I&#8217;m going to make a concerted effort to actually write in new code and attach a new database...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1181" title="the-spot.net logo" src="http://thepizzy.net/blog/wp-content/uploads/2008/04/Untitled-2-150x150.png" alt="" width="150" height="150" />With a new My Spot page comes new possibilities. This time around, I&#8217;m going to make a concerted effort to actually write in new code and attach a new database backend that pulls from the phpbb database and the users&#8217; accounts on the-spot.net.With this new plan, there will be increased ability to add features and remove features on the user-level&#8230;that is to say, you can choose what you want to see on the page.</p>
<p>There will also be some integration to popular social sites right on the My Spot page, like twitter and flickr &#8211; community based sites with an API that doesn&#8217;t require you to visit their site in order to view content.</p>
<p>Last night, I worked with the twitter.com API and with the RSS reader that I&#8217;ve hacked up in PHP, and turned out the twitter stream for the-spot.net&#8217;s twitter friends. That will go on the front page of the My Spot page so that everyone on tsn can know what all the other tsn members are twittering about.</p>
<p>The next thing I&#8217;m going to be doing with that is working on a way to allow the users to update their twitter status directly from tsn. That&#8217;s going to take a bit more work than displaying the feed, but it will be a good challenge.</p>
<p>On the previous version of the site, there was a flickr flash app that showed the new photos from the tsn flickr group. That will be coming back as well.</p>
<p>I&#8217;m also going to try to make the User Control Panel more accessible and integrate the Buddy List into the My Spot page so you can see when your favorite posters are online (since the information box at the bottom displays the last X minutes, and not &#8220;Currently&#8221; online).</p>
<p>I&#8217;m still trying to gather new ideas from everyone about what they&#8217;d like to see on the page&#8230;and I hope to make it modular like that previous My Spot page was so they can just be plugged in to the template based on information in the new database determining whether or not they wish to see that.</p>
<p>if you have any ideas &#8211; leave comments, or message me directly.</p>
<p style="text-align: right; font-size: 8px;">Blogged with <a title="Flock" href="http://www.flock.com/blogged-with-flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right;">Tags: <a rel="tag" href="http://technorati.com/tag/the-spot.net">the-spot.net</a>, <a rel="tag" href="http://technorati.com/tag/tsn7">tsn7</a>, <a rel="tag" href="http://technorati.com/tag/%20my%20spot"> my spot</a>, <a rel="tag" href="http://technorati.com/tag/%20flickr"> flickr</a>, <a rel="tag" href="http://technorati.com/tag/%20twitter"> twitter</a>, <a rel="tag" href="http://technorati.com/tag/%20api"> api</a>, <a rel="tag" href="http://technorati.com/tag/%20programming"> programming</a>, <a rel="tag" href="http://technorati.com/tag/%20hacking"> hacking</a>, <a rel="tag" href="http://technorati.com/tag/%20rss"> rss</a>, <a rel="tag" href="http://technorati.com/tag/%20php"> php</a>, <a rel="tag" href="http://technorati.com/tag/%20tsn"> tsn</a>, <a rel="tag" href="http://technorati.com/tag/%20community"> community</a>, <a rel="tag" href="http://technorati.com/tag/%20integration"> integration</a>, <a rel="tag" href="http://technorati.com/tag/%20mashup"> mashup</a></p>
<p><!-- technorati tags end --></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/api' rel='tag' target='_blank'>api</a>, <a class='technorati-link' href='http://technorati.com/tag/buddy+list' rel='tag' target='_blank'>buddy list</a>, <a class='technorati-link' href='http://technorati.com/tag/community' rel='tag' target='_blank'>community</a>, <a class='technorati-link' href='http://technorati.com/tag/database+backend' rel='tag' target='_blank'>database backend</a>, <a class='technorati-link' href='http://technorati.com/tag/flash' rel='tag' target='_blank'>flash</a>, <a class='technorati-link' href='http://technorati.com/tag/flickr' rel='tag' target='_blank'>flickr</a>, <a class='technorati-link' href='http://technorati.com/tag/front+page' rel='tag' target='_blank'>front page</a>, <a class='technorati-link' href='http://technorati.com/tag/members' rel='tag' target='_blank'>members</a>, <a class='technorati-link' href='http://technorati.com/tag/PHP' rel='tag' target='_blank'>PHP</a>, <a class='technorati-link' href='http://technorati.com/tag/phpbb' rel='tag' target='_blank'>phpbb</a>, <a class='technorati-link' href='http://technorati.com/tag/RSS' rel='tag' target='_blank'>RSS</a>, <a class='technorati-link' href='http://technorati.com/tag/rss+reader' rel='tag' target='_blank'>rss reader</a>, <a class='technorati-link' href='http://technorati.com/tag/style' rel='tag' target='_blank'>style</a>, <a class='technorati-link' href='http://technorati.com/tag/template' rel='tag' target='_blank'>template</a>, <a class='technorati-link' href='http://technorati.com/tag/the-spot.net' rel='tag' target='_blank'>the-spot.net</a>, <a class='technorati-link' href='http://technorati.com/tag/tsn.7' rel='tag' target='_blank'>tsn.7</a>, <a class='technorati-link' href='http://technorati.com/tag/twitter' rel='tag' target='_blank'>twitter</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2008/01/twitter-tsn7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

