<?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>Javier Ayala dot Com</title>
	<atom:link href="http://www.javierayala.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javierayala.com</link>
	<description>Javier's musings about his world</description>
	<lastBuildDate>Thu, 19 Jan 2012 06:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Javascript, JQuery, Passwords, Etc.</title>
		<link>http://www.javierayala.com/2011/12/javascript-jquery-passwords-etc/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2011/12/javascript-jquery-passwords-etc/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 16:23:45 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Webapp]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/?p=1498</guid>
		<description><![CDATA[(If you want to skip to the good part of this post, head to here!)
I have been busy the past few weeks!  I decided that I wanted to try and learn a bit about Javascript and JQuery, so I  &#8230; <a href="http://www.javierayala.com/2011/12/javascript-jquery-passwords-etc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>(If you want to skip to the good part of this post, head to <a href="http://www.javierayala.com/2011/12/javascript-jquery-passwords-etc/#goodstuff#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="The Good Stuff">here</a>!)</p>
<p>I have been busy the past few weeks!  I decided that I wanted to try and learn a bit about Javascript and <a href="http://jquery.com" title="JQuery" target="_blank">JQuery</a>, so I took it upon myself to write a couple of Web Apps.  The first was a little private Web App that I made for my wife and daughter.  We&#8217;ve recently begun using a &#8220;Happy Ticket&#8221; reward system, where she accumulates the tickets based on her good behavior.  What the Web App does is serve as a bank for her tickets so that we don&#8217;t have to keep track of paper tickets.  The app provides the ability to:</p>
<ul>
<li>Bank tickets by Laura and I.  Banking tickets requires a user account and passcode that is entered to authenticate that it is either Laura or I banking the tickets.  It also records the GeoLocation at the time for future use.</li>
<li>Spend Ticket by Andi.  There is an interface for Andi to select the number of tickets that she wants to spend with a slider, and then she puts in her passcode to authorize the spending.  I am also recording the GeoLocation information of these transactions so that in the future if she does not remember a transaction, I will not only be able to show here when it was made, but also where.  Since she is the only one with the ability to spend tickets, she can&#8217;t claim that we spent them.  <img src='http://www.javierayala.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>Basic Reporting. Right now, the reporting is limited to an AJAX interface that shows you the transaction records in reverse chronological order.  Each time you push the &#8220;Show more&#8221; button, it appends the next five entries to the display.  Right now it only shows who made the transaction, the date/time and whether it was a debit (shows as green) or a credit (shows as red).  In the future I would like to add a way to also see on a map where the transaction took place.</li>
</ul>
<div id="goodstuff"></div>
<h2><i>&#8220;I Can Haz PW?&#8221;</i> Web App &#038; Extension</h2>
<p>The other app that I wrote is public and available for use.  It started out as an iPhone web app for my &#8220;<a href="http://www.javierayala.com/2011/09/i-can-haz-password/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="I Can Haz Password?" target="_blank">I Can Haz PW?</a>&#8221; website.  It ended up being a Web App for just about any modern mobile device, such as an iPhone, iPad, Android, etc.  It also works in a normal desktop browser.  If you are using an iPhone or iPad with Safari, you can visit <a href="http://icanhazpw.info/" title="I Can Haz PW?" target="_blank">http://icanhazpw.info/</a> and it will detect your browser and forward you to <a href="http://m.icanhazpw.info/" title="I Can Haz PW? Mobile Site" target="_blank">http://m.icanhazpw.info/</a>.  All other mobile browsers can try and going directly to <a href="http://m.icanhazpw.info/" title="I Can Haz PW? Mobile Site" target="_blank">http://m.icanhazpw.info/</a>.  If you install it on your iOS device as a Home Screen Web App, it should also be available to you when you are not connected to a network or the Internet.</p>
<p>I also took the code that I wrote, and bundled it into a <a href="http://www.google.com/chrome" title="Google Chrome" target="_blank">Google Chrome</a> extension.  This allows you to quickly generate a random password from the Chrome web browser without having to leave the page that you are visiting.  You can find the extension here: <a href="http://icanhazpw.info/chrome/ICanHazPW_v1.crx" title="I Can Haz PW? - Google Chrome Extension" target="_blank">http://icanhazpw.info/chrome/ICanHazPW_v1.crx</a>.</p>
<p>If anyone encounters any problems with either the WebApp or the Chrome Extension, send me an email at &#8220;javier dot g dot ayala at me dot com&#8221;.</p>
<p>Javier</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2011/12/javascript-jquery-passwords-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I Can Haz Password?</title>
		<link>http://www.javierayala.com/2011/09/i-can-haz-password/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2011/09/i-can-haz-password/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 19:29:12 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/?p=1477</guid>
		<description><![CDATA[Last night, a site that I helped write in Python (prior to 2005) was moved to a new server.  It came as a surprise to no one that the site broke as a result of the move.  The  &#8230; <a href="http://www.javierayala.com/2011/09/i-can-haz-password/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>Last night, a site that I helped write in Python (prior to 2005) was moved to a new server.  It came as a surprise to no one that the site broke as a result of the move.  The old server was likely RHEL 2.1.  The new server is likely RHEL 5 or 6.  Python versions are different, and I don&#8217;t even know if they copied over the custom module stuff that we did back then.</p>
<p>In any case, the site itself was old and outdated, and hadn&#8217;t been updated in 6+ years.  Who cares, right?  Well, apparently, there were a large number of users that had been using a Javascript password generator that had been located on the site for whenever they needed to generate random passwords.  (It&#8217;s actually the same Javascript used <a href="http://www.javierayala.com/password-generator/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" title="PassGen">on this very site</a>.)</p>
<p>This dilemma got me thinking about other easy ways to get a random password.  So I decided to do something about it.  My efforts have produced the site which I now announce to you!:</p>
<p><a href="http://icanhazpw.info" title="ICanHazPW" target="_blank">http://icanhazpw.info</a></p>
<p>The ICanHazPW site is a simple site that returns a randomly generated password when the site is accessed via a browser, or a command-line interface such as &#8220;curl&#8221; or &#8220;wget&#8221;.  All passwords generated will contain a mixture of Uppercase and Lowercase letters, numbers, and special characters.  By default, the site will return a password with a length of 8 characters.  You can easily change the length requested by prepending either &#8220;12&#8243; or &#8220;16&#8243; as the sub-domain name:</p>
<p><a href="http://12.icanhazpw.info/" title="12.icanhazpw.info" target="_blank">12.icanhazpw.info</a> returns 12 characters</p>
<p><a href="http://16.icanhazpw.info/" title="16.icanhazpw.info" target="_blank">16.icanhazpw.info</a> returns 16 characters</p>
<p>If anyone has any comments, or questions about this site, please email admin <at> icanhazpw.info.</p>
<p>Javier</p>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2011/09/i-can-haz-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>M.I.A.</title>
		<link>http://www.javierayala.com/2011/07/m-i-a/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2011/07/m-i-a/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 20:03:06 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Ayala Family - Me]]></category>
		<category><![CDATA[Rylan]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2011/07/m-i-a/</guid>
		<description><![CDATA[I know.  I know.  Where have I been?  It&#8217;s been like a year since my last post.  Well, the last year has been quite&#8230;.how shall I put it&#8230;.busy.  In the past year, I have marked  &#8230; <a href="http://www.javierayala.com/2011/07/m-i-a/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p>I know.  I know.  Where have I been?  It&#8217;s been like a year since my last post.  Well, the last year has been quite&#8230;.how shall I put it&#8230;.busy.  In the past year, I have marked my 11th anniversary at <a href="http://www.rackspace.com/">Rackspace</a>, and I graduated with an Associate&#8217;s Degree from San Antonio College.  The biggest change is that Laura is currently 36 weeks pregnant with a baby boy whom we will be naming Rylan Elias Ayala!  He is expected anytime between this very moment, and Tuesday July 19th.</p>
<p>I hope to post more developments of Rylan&#8217;s birth and first few days here on this blog.  Stay posted!</p>
<p>Javier<br/><br/><a class="geolocation-link" href="##utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" id="geolocation1468" name="29.507839,-98.39213799999999" onclick="return false;">Posted from San Antonio, Texas, United States.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2011/07/m-i-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disney World Pics</title>
		<link>http://www.javierayala.com/2010/07/disney-world-pics/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/07/disney-world-pics/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:59:39 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Me]]></category>
		<category><![CDATA[Mobile Blog Posts]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Disney World]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/07/disney-world-pics/</guid>
		<description><![CDATA[
Posted from Windermere, Florida, United States.
]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><p><a href="http://www.javierayala.com/wp-content/uploads/2010/07/l_2048_1536_BD6B5EAE-EDF2-49BE-AA75-9658DF3019D7.jpeg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img src="http://www.javierayala.com/wp-content/uploads/2010/07/l_2048_1536_BD6B5EAE-EDF2-49BE-AA75-9658DF3019D7-300x225.jpg" alt="" title="Spaceship Earth at Night" width="300" height="225" class="aligncenter size-medium wp-image-616" /></a><br />
<a href="http://www.javierayala.com/wp-content/uploads/2010/07/p_2048_1536_5CB9E30C-C5FC-45A7-AC84-746F50379866.jpeg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img src="http://www.javierayala.com/wp-content/uploads/2010/07/p_2048_1536_5CB9E30C-C5FC-45A7-AC84-746F50379866-225x300.jpg" alt="" title="Cinderella&#039;s Castle at Night" width="225" height="300" class="aligncenter size-medium wp-image-617" /></a><br />
<a href="http://www.javierayala.com/wp-content/uploads/2010/07/l_2048_1536_6C8E47F9-BC6E-4889-B77B-2785F722D7B3.jpeg#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img src="http://www.javierayala.com/wp-content/uploads/2010/07/l_2048_1536_6C8E47F9-BC6E-4889-B77B-2785F722D7B3-300x225.jpg" alt="" title="I squish you, Spaceship Earth!" width="300" height="225" class="aligncenter size-medium wp-image-618" /></a><br/><br/><a class="geolocation-link" href="##utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed" id="geolocation619" name="28.40215,-81.590857" onclick="return false;">Posted from Windermere, Florida, United States.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/07/disney-world-pics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for the week ending 2010-04-16</title>
		<link>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-16/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-16/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 11:59:00 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-16/</guid>
		<description><![CDATA[I&#39;m at Red Lobster &#8211; 4511 Northwest Loop 410 (4511 Northwest Loop 410, San Antonio). http://4sq.com/czox5U #
I&#39;m at Bridgewood Sports Fields. http://4sq.com/9zTsLD #
Watching 6-7 year olds playing soccer never gets old! It&#39;s hilarious!   #
I&#39;m at Dickey&#39;s Bbq. http://4sq.com/ahplI8  &#8230; <a href="http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-16/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><ul class="aktt_tweet_digest">
<li>I&#39;m at Red Lobster &#8211; 4511 Northwest Loop 410 (4511 Northwest Loop 410, San Antonio). <a href="http://4sq.com/czox5U" rel="nofollow">http://4sq.com/czox5U</a> <a href="http://twitter.com/javiergayala/statuses/11915569797" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Bridgewood Sports Fields. <a href="http://4sq.com/9zTsLD" rel="nofollow">http://4sq.com/9zTsLD</a> <a href="http://twitter.com/javiergayala/statuses/11938900304" class="aktt_tweet_time">#</a></li>
<li>Watching 6-7 year olds playing soccer never gets old! It&#39;s hilarious! <img src='http://www.javierayala.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/javiergayala/statuses/11941232678" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Dickey&#39;s Bbq. <a href="http://4sq.com/ahplI8" rel="nofollow">http://4sq.com/ahplI8</a> <a href="http://twitter.com/javiergayala/statuses/11962822380" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Best Buy #<a href="http://search.twitter.com/search?q=%23201" class="aktt_hashtag">201</a> (125 NW Loop 410, San Antonio) w/ 2 others. <a href="http://4sq.com/55fxsk" rel="nofollow">http://4sq.com/55fxsk</a> <a href="http://twitter.com/javiergayala/statuses/11964533116" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Barnes and Noble (321 NW Loop 410 #<a href="http://search.twitter.com/search?q=%23104" class="aktt_hashtag">104</a>  San Antonio). <a href="http://4sq.com/5T4LrM" rel="nofollow">http://4sq.com/5T4LrM</a> <a href="http://twitter.com/javiergayala/statuses/11968322626" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Super Target. <a href="http://4sq.com/b1W9DI" rel="nofollow">http://4sq.com/b1W9DI</a> <a href="http://twitter.com/javiergayala/statuses/12007984221" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting w/ @<a href="http://twitter.com/robotterror" class="aktt_username">robotterror</a>. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/12052898841" class="aktt_tweet_time">#</a></li>
<li>Just installed Opera Mini on my iPhone! Pretty snappy so far! <a href="http://twitter.com/javiergayala/statuses/12084601069" class="aktt_tweet_time">#</a></li>
<li>While playing RockBand on my iPhone it told me that it was running low on memory. That&#39;s never happened before. Weird! <a href="http://twitter.com/javiergayala/statuses/12131166901" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-16/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for the week ending 2010-04-09</title>
		<link>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-09/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-09/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 11:59:00 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-09/</guid>
		<description><![CDATA[I&#39;m at Jim&#39;s Restaurants (6107 West Loop 1604 North, at  Culebra, San Antonio). http://4sq.com/bQNEWs #
Got a ticket for a 16GB wifi iPad @ Best Buy. Should be in by 5pm. My question to the Twitterverse: Should I buy it  &#8230; <a href="http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-09/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><ul class="aktt_tweet_digest">
<li>I&#39;m at Jim&#39;s Restaurants (6107 West Loop 1604 North, at  Culebra, San Antonio). <a href="http://4sq.com/bQNEWs" rel="nofollow">http://4sq.com/bQNEWs</a> <a href="http://twitter.com/javiergayala/statuses/11536742826" class="aktt_tweet_time">#</a></li>
<li>Got a ticket for a 16GB wifi iPad @ Best Buy. Should be in by 5pm. My question to the Twitterverse: Should I buy it or let the tix expire? <a href="http://twitter.com/javiergayala/statuses/11536943141" class="aktt_tweet_time">#</a></li>
<li>Aaaaaaand I caved. Damn you, Apple! <a href="http://twitpic.com/1czwfm" rel="nofollow">http://twitpic.com/1czwfm</a> <a href="http://twitter.com/javiergayala/statuses/11556151108" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Freebird&#39;s World Burrito (8603 State Hwy 151, San Antonio). <a href="http://4sq.com/dpmBfd" rel="nofollow">http://4sq.com/dpmBfd</a> <a href="http://twitter.com/javiergayala/statuses/11557939251" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting w/ @<a href="http://twitter.com/robotterror" class="aktt_username">robotterror</a>. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11699325295" class="aktt_tweet_time">#</a></li>
<li>Introducing the world&#39;s 1st iCrowave Oven from Apple! <a href="http://twitpic.com/1druo7" rel="nofollow">http://twitpic.com/1druo7</a> <a href="http://twitter.com/javiergayala/statuses/11740095845" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting w/ @<a href="http://twitter.com/duobidablism" class="aktt_username">duobidablism</a>. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11758854584" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Datapoint (9725 Datapoint Dr, San Antonio). <a href="http://4sq.com/3HoE5A" rel="nofollow">http://4sq.com/3HoE5A</a> <a href="http://twitter.com/javiergayala/statuses/11788604650" class="aktt_tweet_time">#</a></li>
<li>Open book midterms ROCK!!! <a href="http://twitter.com/javiergayala/statuses/11794050979" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting (5000 Walzem Rd, San Antonio) w/ 3 others. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11828790476" class="aktt_tweet_time">#</a></li>
<li>I really wish the iPad had the ability to use multi-user profiles&#8230;. <a href="http://twitter.com/javiergayala/statuses/11832048831" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-09/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for the week ending 2010-04-02</title>
		<link>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-02/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-02/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 11:59:00 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-02/</guid>
		<description><![CDATA[Mmmm&#8230; Breakfast! (@ Jim&#39;s Restaurants) http://4sq.com/bQNEWs #
I&#39;m at The Shops at La Cantera (15900 La Cantera Parkway, San Antonio). http://4sq.com/8lHucE #
I&#39;m at Best Buy (5419 W Loop 1604 N, Culebra, San Antonio). http://4sq.com/6B1d67 #
I&#39;m at Five Guys Burgers &#38; Fries  &#8230; <a href="http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-02/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><ul class="aktt_tweet_digest">
<li>Mmmm&#8230; Breakfast! (@ Jim&#39;s Restaurants) <a href="http://4sq.com/bQNEWs" rel="nofollow">http://4sq.com/bQNEWs</a> <a href="http://twitter.com/javiergayala/statuses/11094622612" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at The Shops at La Cantera (15900 La Cantera Parkway, San Antonio). <a href="http://4sq.com/8lHucE" rel="nofollow">http://4sq.com/8lHucE</a> <a href="http://twitter.com/javiergayala/statuses/11102481061" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Best Buy (5419 W Loop 1604 N, Culebra, San Antonio). <a href="http://4sq.com/6B1d67" rel="nofollow">http://4sq.com/6B1d67</a> <a href="http://twitter.com/javiergayala/statuses/11110546769" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Five Guys Burgers &amp; Fries (8603 State Hwy 151, Unit 208, San Antonio). <a href="http://4sq.com/7A9JUd" rel="nofollow">http://4sq.com/7A9JUd</a> <a href="http://twitter.com/javiergayala/statuses/11113681628" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at HEB Foods (10660 Culebra Rd, NW Loop 1604, San Antonio). <a href="http://4sq.com/6yHCWb" rel="nofollow">http://4sq.com/6yHCWb</a> <a href="http://twitter.com/javiergayala/statuses/11117281645" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Bridgewood Sports Fields. <a href="http://4sq.com/9zTsLD" rel="nofollow">http://4sq.com/9zTsLD</a> <a href="http://twitter.com/javiergayala/statuses/11149100640" class="aktt_tweet_time">#</a></li>
<li>I just became the mayor of Bridgewood Sports Fields on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! <a href="http://4sq.com/9zTsLD" rel="nofollow">http://4sq.com/9zTsLD</a> <a href="http://twitter.com/javiergayala/statuses/11149100497" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Mama Margies (10927 Culebra Rd, outside Loop 1604, San Antonio). <a href="http://4sq.com/4COue8" rel="nofollow">http://4sq.com/4COue8</a> <a href="http://twitter.com/javiergayala/statuses/11154554686" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Superstar&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/btw0bH <a href="http://twitter.com/javiergayala/statuses/11154554630" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rainforest Cafe (110 E Crockett St, San Antonio). <a href="http://4sq.com/dcTXGa" rel="nofollow">http://4sq.com/dcTXGa</a> <a href="http://twitter.com/javiergayala/statuses/11166341276" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Best Buy (5419 W Loop 1604 N, Culebra, San Antonio). <a href="http://4sq.com/6B1d67" rel="nofollow">http://4sq.com/6B1d67</a> <a href="http://twitter.com/javiergayala/statuses/11169944365" class="aktt_tweet_time">#</a></li>
<li>I&#39;m out flying a kite today! <img src='http://www.javierayala.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <a href="http://twitter.com/javiergayala/statuses/11207462187" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Playground @ La Cantera (San Antonio). <a href="http://4sq.com/dpMlZK" rel="nofollow">http://4sq.com/dpMlZK</a> <a href="http://twitter.com/javiergayala/statuses/11209093157" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting (5000 Walzem Rd, San Antonio). <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11259524801" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting (5000 Walzem Rd, San Antonio). <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11308889111" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Local&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! <a href="http://twitter.com/javiergayala/statuses/11308888993" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Pei Wei Asian Diner (101 Potranco Rd, NW Loop 1604, San Antonio). <a href="http://4sq.com/8doPRz" rel="nofollow">http://4sq.com/8doPRz</a> <a href="http://twitter.com/javiergayala/statuses/11333546515" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Apple Store (7400 San Pedro, San Antonio). <a href="http://4sq.com/7A59zZ" rel="nofollow">http://4sq.com/7A59zZ</a> <a href="http://twitter.com/javiergayala/statuses/11366008157" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting w/ @<a href="http://twitter.com/duobidablism" class="aktt_username">duobidablism</a>. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11369364906" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Datapoint (9725 Datapoint Dr, San Antonio). <a href="http://4sq.com/3HoE5A" rel="nofollow">http://4sq.com/3HoE5A</a> <a href="http://twitter.com/javiergayala/statuses/11392335447" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting w/ @<a href="http://twitter.com/duobidablism" class="aktt_username">duobidablism</a>. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11425463312" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Bridgewood Sports Fields. <a href="http://4sq.com/9zTsLD" rel="nofollow">http://4sq.com/9zTsLD</a> <a href="http://twitter.com/javiergayala/statuses/11448929935" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/04/twitter-weekly-updates-for-the-week-ending-2010-04-02/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for the week ending 2010-03-26</title>
		<link>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-26/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-26/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 11:59:00 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-26/</guid>
		<description><![CDATA[I&#39;m at Bunsen Burgers (5456 Walzem Rd, San Antonio). http://4sq.com/64LLaK #
I&#39;m at Rackspace Hosting w/ @jengates. http://4sq.com/3PTAMA #
I&#39;m at Papouli&#39;s Greek Grill (11224 Huebner Rd 201, San Antonio). http://4sq.com/8qDnjz #
I just unlocked the &#34;Super User&#34; badge on @foursquare! http://4sq.com/ccOixQ #
I&#39;m  &#8230; <a href="http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-26/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><ul class="aktt_tweet_digest">
<li>I&#39;m at Bunsen Burgers (5456 Walzem Rd, San Antonio). <a href="http://4sq.com/64LLaK" rel="nofollow">http://4sq.com/64LLaK</a> <a href="http://twitter.com/javiergayala/statuses/10732163589" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting w/ @<a href="http://twitter.com/jengates" class="aktt_username">jengates</a>. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/10733714652" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Papouli&#39;s Greek Grill (11224 Huebner Rd 201, San Antonio). <a href="http://4sq.com/8qDnjz" rel="nofollow">http://4sq.com/8qDnjz</a> <a href="http://twitter.com/javiergayala/statuses/10744961908" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Super User&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/ccOixQ <a href="http://twitter.com/javiergayala/statuses/10787827024" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Playground @ La Cantera (San Antonio). <a href="http://4sq.com/dpMlZK" rel="nofollow">http://4sq.com/dpMlZK</a> <a href="http://twitter.com/javiergayala/statuses/10787827926" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Apple Store (15900 La Cantera Parkway, San Antonio) w/ 2 others. <a href="http://4sq.com/8EMw0j" rel="nofollow">http://4sq.com/8EMw0j</a> <a href="http://twitter.com/javiergayala/statuses/10789558576" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Chacho&#39;s (7870 Callaghan Rd, San Antonio). <a href="http://4sq.com/2jg7xa" rel="nofollow">http://4sq.com/2jg7xa</a> <a href="http://twitter.com/javiergayala/statuses/10795395587" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at La Madeleine (11745 IH10 West, San Antonio). <a href="http://4sq.com/cbFUY1" rel="nofollow">http://4sq.com/cbFUY1</a> <a href="http://twitter.com/javiergayala/statuses/10834352368" class="aktt_tweet_time">#</a></li>
<li>Three years ago today, I made the best decision of my entire life and said &quot;I do.&quot; <a href="http://twitter.com/javiergayala/statuses/10978478234" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting (5000 Walzem Rd, San Antonio). <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/11033612519" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Don&#39;t Stop Believin&#39;&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/dwxiEC <a href="http://twitter.com/javiergayala/statuses/11033612424" class="aktt_tweet_time">#</a></li>
<li>Taking the daughter to soccer practice&#8230; (@ Bridgewood Sports Fields) <a href="http://4sq.com/9zTsLD" rel="nofollow">http://4sq.com/9zTsLD</a> <a href="http://twitter.com/javiergayala/statuses/11057557927" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-26/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for the week ending 2010-03-19</title>
		<link>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-19/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-19/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 11:59:00 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-19/</guid>
		<description><![CDATA[I just unlocked the &#34;I&#39;m on a boat!&#34; badge on @foursquare! http://4sq.com/b44HmV #
I&#39;m at Alcatraz Cruises (Pier 33, Bay Street, San Francisco). http://4sq.com/6N7rM1 #
I just unlocked the &#34;Explorer&#34; badge on @foursquare! http://4sq.com/byaO3e #
I&#39;m at Alcatraz Island (Alcatraz Island, San Francisco)  &#8230; <a href="http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-19/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><ul class="aktt_tweet_digest">
<li>I just unlocked the &quot;I&#39;m on a boat!&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/b44HmV <a href="http://twitter.com/javiergayala/statuses/10382153018" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Alcatraz Cruises (Pier 33, Bay Street, San Francisco). <a href="http://4sq.com/6N7rM1" rel="nofollow">http://4sq.com/6N7rM1</a> <a href="http://twitter.com/javiergayala/statuses/10382153008" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Explorer&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/byaO3e <a href="http://twitter.com/javiergayala/statuses/10382152997" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Alcatraz Island (Alcatraz Island, San Francisco) w/ 2 others. <a href="http://4sq.com/4BRLwb" rel="nofollow">http://4sq.com/4BRLwb</a> <a href="http://twitter.com/javiergayala/statuses/10386832165" class="aktt_tweet_time">#</a></li>
<li>Soaking wet. Warming up with clam chowder! (@ Boudin Bakery &#8211; Fisherman&#39;s Wharf) <a href="http://4sq.com/cw6LzE" rel="nofollow">http://4sq.com/cw6LzE</a> <a href="http://twitter.com/javiergayala/statuses/10393784838" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Apple Store (1 Stockton St, at Ellis St, San Francisco). <a href="http://4sq.com/2VcIql" rel="nofollow">http://4sq.com/2VcIql</a> <a href="http://twitter.com/javiergayala/statuses/10404979764" class="aktt_tweet_time">#</a></li>
<li>Chinese food in Chinatown! Yes!!! (@ Hong Kong Clay Pot Restaurant) <a href="http://4sq.com/5aLPH1" rel="nofollow">http://4sq.com/5aLPH1</a> <a href="http://twitter.com/javiergayala/statuses/10406513294" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Alamo Square (Alamo Square, San Francisco). <a href="http://4sq.com/7wffsI" rel="nofollow">http://4sq.com/7wffsI</a> <a href="http://twitter.com/javiergayala/statuses/10431332739" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Muir Woods National Monument (1 Muir Woods Rd, Mill Valley) w/ 3 others. <a href="http://4sq.com/4FxkIP" rel="nofollow">http://4sq.com/4FxkIP</a> <a href="http://twitter.com/javiergayala/statuses/10437443728" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at The Walt Disney Family Museum (104 Montgomery St, San Francisco). <a href="http://4sq.com/1kife4" rel="nofollow">http://4sq.com/1kife4</a> <a href="http://twitter.com/javiergayala/statuses/10444625058" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Trader Joe&#39;s &#8211; North Beach (401 Bay St, Mason, San Francisco). <a href="http://4sq.com/4np7qs" rel="nofollow">http://4sq.com/4np7qs</a> <a href="http://twitter.com/javiergayala/statuses/10450456646" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Miyabi Sushi &#8211; North Beach (393 Bay Street, Mason Street, San Francisco). <a href="http://4sq.com/7W4wjq" rel="nofollow">http://4sq.com/7W4wjq</a> <a href="http://twitter.com/javiergayala/statuses/10451328152" class="aktt_tweet_time">#</a></li>
<li>Getting some last minute sightseeing and shopping done before leaving San Francisco. It been an AWESOME trip! <a href="http://twitter.com/javiergayala/statuses/10472913003" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Pier 39 Sea Lions. <a href="http://4sq.com/c074XR" rel="nofollow">http://4sq.com/c074XR</a> <a href="http://twitter.com/javiergayala/statuses/10475438498" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Fisherman&#39;s Wharf Sign (2800 Taylor St, Jefferson St, San Francisco). <a href="http://4sq.com/7YBDVZ" rel="nofollow">http://4sq.com/7YBDVZ</a> <a href="http://twitter.com/javiergayala/statuses/10478170788" class="aktt_tweet_time">#</a></li>
<li>Animal style fries have changed my life! (@ In-N-Out Burger) <a href="http://4sq.com/4YMNjz" rel="nofollow">http://4sq.com/4YMNjz</a> <a href="http://twitter.com/javiergayala/statuses/10478925685" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at San Francisco International Airport (SFO) (SFO, Millbrae) w/ 53 others. <a href="http://4sq.com/MTivk" rel="nofollow">http://4sq.com/MTivk</a> <a href="http://twitter.com/javiergayala/statuses/10484108220" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;JetSetter&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/cpUOka <a href="http://twitter.com/javiergayala/statuses/10494241775" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Bender&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! http://4sq.com/cxZcqs <a href="http://twitter.com/javiergayala/statuses/10494242372" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Logan&#39;s Roadhouse (5423 W Loop 1604 North, San Antonio). <a href="http://4sq.com/4vzjJF" rel="nofollow">http://4sq.com/4vzjJF</a> <a href="http://twitter.com/javiergayala/statuses/10543305750" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Rackspace Hosting (5000 Walzem Rd, San Antonio) w/ 2 others. <a href="http://4sq.com/3PTAMA" rel="nofollow">http://4sq.com/3PTAMA</a> <a href="http://twitter.com/javiergayala/statuses/10623265807" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-19/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Weekly Updates for the week ending 2010-03-12</title>
		<link>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-12/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-12/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:59:00 +0000</pubDate>
		<dc:creator>The Gargoyle</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[tweets]]></category>

		<guid isPermaLink="false">http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-12/</guid>
		<description><![CDATA[What better way to end the week then with an ear infection&#8230; #
Happy Birthday to the best wife a guy could ever ask for! My beautiful, Laura! #
On my way to San Fran! (@ Denver International Airport (DEN) w/ 15  &#8230; <a href="http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-12/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<img style='float: left; margin-right: 10px; border: none;' src='http://www.gravatar.com/avatar.php?gravatar_id=70c5caf79703a3f537abc0f9a1d94a73&amp;default=http://use.perl.org/images/pix.gif' alt='No Gravatar' width=40 height=40/><ul class="aktt_tweet_digest">
<li>What better way to end the week then with an ear infection&#8230; <a href="http://twitter.com/javiergayala/statuses/10028030147" class="aktt_tweet_time">#</a></li>
<li>Happy Birthday to the best wife a guy could ever ask for! My beautiful, Laura! <a href="http://twitter.com/javiergayala/statuses/10123478028" class="aktt_tweet_time">#</a></li>
<li>On my way to San Fran! (@ Denver International Airport (DEN) w/ 15 others) <a href="http://twitter.com/javiergayala/statuses/10325218073" class="aktt_tweet_time">#</a></li>
<li>I just unlocked the &quot;Swarm&quot; badge on @<a href="http://twitter.com/foursquare" class="aktt_username">foursquare</a>! <a href="http://twitter.com/javiergayala/statuses/10332911638" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at San Francisco International Airport (SFO) (SFO, Millbrae) w/ 57 others. <a href="http://twitter.com/javiergayala/statuses/10332912122" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Powell Cable Car Turnaround (1 Powell St, at Hallidie Plaza, San Francisco). <a href="http://4sq.com/8hJgql" rel="nofollow">http://4sq.com/8hJgql</a> <a href="http://twitter.com/javiergayala/statuses/10335469739" class="aktt_tweet_time">#</a></li>
<li>Treating my wife to her first In-N-Out Burger! (@ In-N-Out Burger) <a href="http://4sq.com/4YMNjz" rel="nofollow">http://4sq.com/4YMNjz</a> <a href="http://twitter.com/javiergayala/statuses/10337730528" class="aktt_tweet_time">#</a></li>
<li>I&#39;m at Alioto&#39;s (8 Fishermans Wharf, Jefferson &amp; Taylor, San Francisco). <a href="http://twitter.com/javiergayala/statuses/10352180835" class="aktt_tweet_time">#</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.javierayala.com/2010/03/twitter-weekly-updates-for-the-week-ending-2010-03-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	<div id="test_map" style="display:none" ></div></channel>
</rss>

