<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rhonda Tipton&#039;s Blog &#187; Technology Events</title>
	<atom:link href="http://rhondatipton.net/category/technology-events/feed/" rel="self" type="application/rss+xml" />
	<link>http://rhondatipton.net</link>
	<description>Stuff I Learn, Stuff I Like</description>
	<lastBuildDate>Fri, 13 Jan 2012 04:59:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rhondatipton.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rhonda Tipton&#039;s Blog &#187; Technology Events</title>
		<link>http://rhondatipton.net</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rhondatipton.net/osd.xml" title="Rhonda Tipton&#039;s Blog" />
	<atom:link rel='hub' href='http://rhondatipton.net/?pushpress=hub'/>
		<item>
		<title>Houston Area SQL Server User Group &#8211; 03/08/11</title>
		<link>http://rhondatipton.net/2011/03/18/houston-area-sql-server-user-group-030811/</link>
		<comments>http://rhondatipton.net/2011/03/18/houston-area-sql-server-user-group-030811/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 15:27:34 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technology Events]]></category>

		<guid isPermaLink="false">http://rhondatipton.net/?p=1915</guid>
		<description><![CDATA[I attended the March Houston Area SQL Server User Group meeting. Below are my notes. Announcements SQL Saturday &#8211; Dallas is April 2/2011 Main Topic &#8211; Keeping Up with the JOINes Speaker &#8211; Brian Dudley . From Clause can include Tables and Views Derived tables Common Table Expressions Table Value Functions Join Apply Pivot &#38; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1915&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended the March Houston Area SQL Server User Group meeting. Below are my notes.</p>
<p><strong>Announcements</strong></p>
<div>
<ul>
<li><a href="http://www.sqlsaturday.com/63/eventhome.aspx" target="_blank">SQL Saturday &#8211; Dallas</a> is April 2/2011</li>
</ul>
</div>
<div><strong>Main Topic &#8211; </strong>Keeping Up with the JOINes</div>
<div>Speaker &#8211; Brian Dudley</div>
<div>.</div>
<div><em>From Clause can include</em></div>
<div>
<ul>
<li>Tables and Views</li>
<li>Derived tables</li>
<li>Common Table Expressions</li>
<li>Table Value Functions</li>
<li>Join</li>
<li>Apply</li>
<li>Pivot &amp; Unpivot</li>
</ul>
</div>
<div><em>Inner Join</em></div>
<div>
<ul>
<li>Matching records from both tables</li>
<li>Often used for code lookup</li>
</ul>
</div>
<div><em>Self-Join &#8211; join a table with itself</em></div>
<div>
<ul>
<li>Can also be used in an Update and Delete statement</li>
</ul>
</div>
<div><em>Outer Joins</em></div>
<div>
<ul>
<li>Partial Join (Left or Right) &#8211; All records from one table and matching records from another table (example: orders and shipments)</li>
</ul>
</div>
<div><em>Full Outer Join</em></div>
<div>
<ul>
<li>All records from each table combined where matching</li>
<li>Null values for columns not matched</li>
<li>Example: Customer activity combining order and shipments</li>
<li>Nulls on a full outer join &#8211; do not compare</li>
</ul>
</div>
<div><em>Cross Joins (Cartesian Product)</em></div>
<div>
<ul>
<li>Every row in one table is joined with every row in another table</li>
<li>Visualize as a matrix or spreadsheet</li>
<li>Example: Tally table (<a href="http://www.sqlservercentral.com/articles/t-sql/62867" target="_blank"> http://www.sqlservercentral.com/articles/t-sql/62867</a>)</li>
</ul>
</div>
<div><em>Apply</em></div>
<div>
<ul>
<li>Right side is evaluated for each record on the left side</li>
<li>Outer Apply/Cross Apply</li>
<li>Best used with Table-Value Functions</li>
<li>Example: Geo-Spatial functons</li>
</ul>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1915/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1915/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1915/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1915&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2011/03/18/houston-area-sql-server-user-group-030811/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Saturday #57 &#8211; Houston</title>
		<link>http://rhondatipton.net/2011/02/02/sql-saturday-57-houston/</link>
		<comments>http://rhondatipton.net/2011/02/02/sql-saturday-57-houston/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 17:49:53 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Technology Events]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2011/02/02/sql-saturday-57-houston/</guid>
		<description><![CDATA[I attended/volunteered at the first SQL Saturday (57) Houston. The event took place this passed Saturday at the Bammel Church of Christ and with about 185 in attendance (350 registered), the event was a success (IMO). Main Picasa Photo Set for SQL Saturday #57 My Picasa Photo Set for SQL Saturday #57 Photos taken by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1897&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://lh3.ggpht.com/_PnC0zNsA9XA/TUYdE2KpQiI/AAAAAAAAKsw/Cz70aw0Bww4/s800/DSC_0127.JPG" width="475" height="279"> </p>
<p>I attended/volunteered at the first <a href="http://www.sqlsaturday.com/57/eventhome.aspx" target="_blank">SQL Saturday (57) Houston</a>. The event took place this passed Saturday at the <a href="http://www.bammel.org/" target="_blank">Bammel Church of Christ</a> and with about 185 in attendance (350 registered), the event was a success (IMO).</p>
<p><a href="http://picasaweb.google.com/houstonsql/SQLSaturday57Houston#" target="_blank">Main Picasa Photo Set for SQL Saturday #57</a></p>
<p><a href="http://picasaweb.google.com/rtipton12/EventSQLSaturday57Houston" target="_blank">My Picasa Photo Set for SQL Saturday #57</a></p>
<p><a href="https://cid-c0718057ff28b3de.photos.live.com/play.aspx/Pictures%20from%20SQLSaturday%20%5EN57%20Houston?Bsrc=Photomail&amp;Bpub=SDX.Photos" target="_blank">Photos taken by Sri Sridharan</a> of <a href="http://sqlrocks.com/" target="_blank">SQLRocks.com</a></p>
<p>&#8211;</p>
<p>Below is a roundup of SQL Saturday 57 recaps and reviews. I will update it as I see new posts come up.</p>
<ul>
<li><a href="http://nancyhidywilson.wordpress.com/2011/02/01/sqlsaturday-57-thanks/" target="_blank">SQLSaturday #57 Thanks</a> &#8211; <a href="http://twitter.com/NancyHidyWilson" target="_blank">@NancyHidyWilson</a>
<li><a href="http://nancyhidywilson.wordpress.com/2011/02/03/sqlsaturday-57-recap/" target="_blank">SQLSaturday #57 Recap</a> &#8211; <a href="http://twitter.com/NancyHidyWilson" target="_blank">@NancyHidyWilson</a>
<li><a href="http://sqlrocks.com/?p=24" target="_blank">SQLSaturday #57</a> &#8211; <a href="http://twitter.com/sqlrocks" target="_blank">@sqlrocks</a>
<li><a href="http://www.midnightdba.com/Jen/2011/01/sql-saturday-57-houston/" target="_blank">SQL Saturday #57 – Houston</a> &#8211; <a href="http://twitter.com/midbightdba" target="_blank">@midbightdba</a>
<li><a href="http://sqlavenger.blogspot.com/2011/02/review-sql-saturday-57-houston.html" target="_blank">Review &#8211; SQL Saturday #57 Houston</a> &#8211; <a href="http://twitter.com/sqlavenger" target="_blank">@sqlavenger</a>
<li><a href="http://johnsterrett.com/2011/02/01/wheeling-wv-to-houston-tx-a-sql-saturday-57-recap/" target="_blank">Wheeling, WV to Houston, TX – A SQL Saturday #57 Recap..</a> &#8211; <a href="http://twitter.com/johnsterrett" target="_blank">@johnsterrett</a>
<li><a href="http://www.ryanjadams.com/2011/02/sqlsaturday-57/" target="_blank">SQLSaturday #57</a> &#8211; <a href="http://twitter.com/ryanjadams" target="_blank">@ryanjadams</a>
<li><a href="http://www.sqlpass.org/Community/PASSBlog/entryid/271/SQLSaturday-Round-Up-Jan-27-Feb-2.aspx" target="_blank">SQLSaturday Round-Up (Jan. 27-Feb. 2)</a></li>
</ul>
<p>&#8211;</p>
<p>Can&#8217;t wait to see what the next Houston SQL Saturday holds&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1897/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1897&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2011/02/02/sql-saturday-57-houston/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_PnC0zNsA9XA/TUYdE2KpQiI/AAAAAAAAKsw/Cz70aw0Bww4/s800/DSC_0127.JPG" medium="image" />
	</item>
		<item>
		<title>Houston C# User Group &#8211; 01/18/2011</title>
		<link>http://rhondatipton.net/2011/01/23/houston-c-user-group-01182011/</link>
		<comments>http://rhondatipton.net/2011/01/23/houston-c-user-group-01182011/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 02:52:40 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Technology Events]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2011/01/23/houston-c-user-group-01182011/</guid>
		<description><![CDATA[I attended the Houston C# User Group monthly meeting last Tuesday evening. There were about 18 in attendance. &#8211; Below are the notes I took Book: Accelerated C# 2010 &#8211; Trey Nash Operator Overloading Common Operator Overloading Concatenating strings Hooking and unhooking events Design methods instead of overloading operators Exception Handling Bobby demonstrates the basics [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1887&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended the <a href="http://houstoncsusergroup.wordpress.com/" target="_blank">Houston C# User Group</a> monthly meeting last Tuesday evening. There were about 18 in attendance.</p>
<p>&#8211;</p>
<p><strong><u>Below are the notes I took</u></strong></p>
<p>Book: <a href="http://www.amazon.com/Accelerated-C-2008-Trey-Nash/dp/1590598733" target="_blank">Accelerated C# 2010</a> &#8211; Trey Nash</p>
<p><u><i>Operator Overloading</i></u></p>
<p>Common Operator Overloading</p>
<ul>
<li>Concatenating strings </li>
<li>Hooking and unhooking events</li>
</ul>
<p>Design methods instead of overloading operators</p>
<p><i><u>Exception Handling</u></i></p>
<p>Bobby demonstrates the basics of exceptions through sample code. He defines the Try, Catch and Finally blocks as well as how to create your own exception.</p>
<p>Who should handle exceptions</p>
<p>Catch where you can fix the problem</p>
<p>Avoid using exceptions to control flow</p>
<p>Exceptions are expensive to generate and handle </p>
<p><font face="Courier New">void ExceptionNeutralMethod()</font></p>
<p><font face="Courier New">{</font></p>
<p><font face="Courier New">&#160;&#160;&#160;&#160; //block 1 all code that could thro exceptioms</font></p>
<p><font face="Courier New">&#160;&#160;&#160;&#160; //block 2</font></p>
<p><font face="Courier New">&#160;&#160;&#160;&#160; //chages are commited</font></p>
<p><font face="Courier New">}</font></p>
<p>Disposable and deterministic destruction</p>
<p>Some system resources need to be returned to the system pool when finished</p>
<p>The garbage collector doesn&#8217;t necessarily get around to destroying the resource in a timely manner</p>
<p>Disposable objects can guarantee deterministic destruction. (mostly easily done with a using() statement)</p>
<p><i>&#8211;</i></p>
<p><u><i>Gang Of Four &#8211; Design Patterns</i></u></p>
<p><a href="http://www.dofactory.com/Patterns/Patterns.aspx">http://www.dofactory.com/Patterns/Patterns.aspx</a></p>
<p>Patterns discussed tonight</p>
<ul>
<li>Observer</li>
<li>State</li>
<li>Strategy</li>
<li>Template Method</li>
<li>Visitor</li>
</ul>
<ul>&#8211;</ul>
<p>As always – Free Magazines <img style="border-style:none;" class="wlEmoticon wlEmoticon-smile" alt="Smile" src="http://rtipton.files.wordpress.com/2011/01/wlemoticon-smile.png?w=604" /></p>
<p><img style="background-image:none;border-bottom:0;border-left:0;padding-left:0;padding-right:0;display:inline;border-top:0;border-right:0;padding-top:0;" title="csharp" border="0" alt="csharp" src="http://rtipton.files.wordpress.com/2011/01/csharp1.jpg?w=304&#038;h=327" width="304" height="327" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1887/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1887/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1887/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1887/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1887/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1887/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1887/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1887/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1887&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2011/01/23/houston-c-user-group-01182011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2011/01/wlemoticon-smile.png" medium="image">
			<media:title type="html">Smile</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2011/01/csharp1.jpg" medium="image">
			<media:title type="html">csharp</media:title>
		</media:content>
	</item>
		<item>
		<title>2010 Houston Techfest</title>
		<link>http://rhondatipton.net/2010/10/11/2010-houston-techfest/</link>
		<comments>http://rhondatipton.net/2010/10/11/2010-houston-techfest/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 14:19:49 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Technology Events]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/10/11/2010-houston-techfest/</guid>
		<description><![CDATA[This year&#8217;s Houston Techfest had what appears to be the biggest turnout. There were people everywhere. Venkat Subramaniam gave a fantastic keynote address. I have seen Venkat speak before and he is an extremely talented presenter. The sessions I attended were all very good as well. Below are the sessions I attended - JQuery 101 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1832&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.houstontechfest.com" target="_blank"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="htf2010" border="0" alt="htf2010" src="http://rtipton.files.wordpress.com/2010/10/htf2010.jpg?w=400&#038;h=128" width="400" height="128" /></a> </p>
<p>This year&#8217;s <a href="http://www.houstontechfest.com" target="_blank">Houston Techfest</a> had what appears to be the biggest turnout. There were people everywhere. <a href="http://twitter.com/venkat_s" target="_blank">Venkat Subramaniam</a> gave a fantastic keynote address. I have seen Venkat speak before and he is an extremely talented presenter. The sessions I attended were all very good as well.</p>
<p>Below are the sessions I attended -</p>
<ul>
<li><a href="http://www.houstontechfest.com/dotnetnuke/HoustonTechFest/Sessions/tabid/56/CodecampId/3/SessionId/237/Default.aspx" target="_blank">JQuery 101</a> &#8211; Rod Paddock – <a href="http://codebetter.com/blogs/rodpaddock/archive/2009/04/07/jquery-101-ug-samples-and-slides.aspx" target="_blank">Presentation Material</a></li>
<li><a href="http://www.houstontechfest.com/dotnetnuke/HoustonTechFest/Sessions/tabid/56/CodecampId/3/SessionId/278/Default.aspx" target="_blank">Virtual Brown Bag</a> &#8211; <a href="http://twitter.com/ClaudioLassala" target="_blank">Claudio Lasalla</a> – <a href="http://claudiolassala.wordpress.com/2010/10/09/material-from-houston-techfest-2010/" target="_blank">Presentation Material</a></li>
<li><a href="http://www.houstontechfest.com/dotnetnuke/HoustonTechFest/Sessions/tabid/56/CodecampId/3/SessionId/231/Default.aspx" target="_blank">ASP.NET Razor</a> &#8211; <a href="http://twitter.com/wbm" target="_blank">Wally McLure</a> </li>
<li><a href="http://www.houstontechfest.com/dotnetnuke/HoustonTechFest/Sessions/tabid/56/CodecampId/3/SessionId/253/Default.aspx" target="_blank">No SQL/MongoDB</a> &#8211; <a href="http://twitter.com/azamsharp" target="_blank">Mohammad Azam</a></li>
</ul>
<p>I had to leave early, so I did not attend the last two sessions.</p>
<p><a href="http://picasaweb.google.com/rtipton12/2010HoustonTechfest#" target="_blank">My photos from Houston Techfest</a></p>
<p>Twitter Hashtag &#8211; <a href="http://twitter.com/#!/search/%23htf2010" target="_blank">#htf2010</a> &#8211; <a href="http://twitter.com/#search/%23houstontechfest" target="_blank">#houstontechfest</a></p>
<p>As always, <a href="http://houstontechfest.com" target="_blank">Houston Techfest</a> was a great conference. Can’t wait until next year!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1832/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1832/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1832/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1832&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/10/11/2010-houston-techfest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/10/htf2010.jpg" medium="image">
			<media:title type="html">htf2010</media:title>
		</media:content>
	</item>
		<item>
		<title>SHDNUG Meeting – 05/26/10 – Recap</title>
		<link>http://rhondatipton.net/2010/05/30/shdnug-meeting-052610-recap/</link>
		<comments>http://rhondatipton.net/2010/05/30/shdnug-meeting-052610-recap/#comments</comments>
		<pubDate>Sun, 30 May 2010 18:31:03 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Technology Events]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[houston]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/05/30/shdnug-meeting-052610-recap/</guid>
		<description><![CDATA[I attended the May South Houston .NET User Group meeting this passed Wednesday. Jason Aubrey did a presentation on iPhone Development Using Monotouch. High Points Gleaned Some downfalls of iPhone Development Requires a Mac XCode/Objective C is difficult to learn Objective C is outdated (1986) The app store is crowded App approval process is painful [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1701&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.facebook.com/shdnug" target="_blank"><img style="border-width:0;" border="0" alt="shdnuglogo" src="http://rtipton.files.wordpress.com/2010/05/shdnuglogo.jpg?w=179&#038;h=89" width="179" height="89"></a> </p>
<p>I attended the May <a href="http://www.shdnug.org/" target="_blank">South Houston .NET User Group</a> meeting this passed Wednesday. Jason Aubrey did a presentation on iPhone Development Using Monotouch. </p>
<p><u>High Points Gleaned</u></p>
<p>Some downfalls of iPhone Development</p>
<ul>
<li>Requires a Mac
<li>XCode/Objective C is difficult to learn
<li>Objective C is outdated (1986)
<li>The app store is crowded
<li>App approval process is painful</li>
</ul>
<p>Alternatives to Objective C</p>
<ul>
<li><a href="http://unity3d.com/" target="_blank">Unity</a> &#8211; C#/Python
<li><a href="http://www.phonegap.com/" target="_blank">PhoneGap</a> &#8211; Javascript
<li><a href="http://www.anscamobile.com/corona/" target="_blank">Corona</a> &#8211; Lua</li>
</ul>
<ul><a href="http://developer.apple.com/technologies/tools/xcode.html" target="_blank">XCode</a> is the IDE used to develop for the iPhone.</ul>
<ul><a href="http://www.mono-project.com/Main_Page" target="_blank">Mono</a> &#8211; open-source, cross-platform port of .NET</ul>
<p><a href="http://monotouch.net/" target="_blank">MonoTouch</a> &#8211; C#/.NET SDK for iPhone (developed by Novell)</p>
<p>Requirements for MonoTouch</p>
<ul>
<li><a href="http://developer.apple.com/technologies/tools/xcode.html" target="_blank">XCode</a>
<li>iPhone SDK
<li>Mac
<li>Mono for the Mac
<li>MonoTouch SDK
<li>Mono Develop&#8211;</li>
</ul>
<ul>^..^</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1701/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1701/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1701/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1701&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/05/30/shdnug-meeting-052610-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/shdnuglogo.jpg" medium="image">
			<media:title type="html">shdnuglogo</media:title>
		</media:content>
	</item>
		<item>
		<title>Austin Code Camp 2010 – Recap</title>
		<link>http://rhondatipton.net/2010/05/22/austin-code-camp-2010-recap/</link>
		<comments>http://rhondatipton.net/2010/05/22/austin-code-camp-2010-recap/#comments</comments>
		<pubDate>Sat, 22 May 2010 22:12:57 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Technology Events]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[austin]]></category>
		<category><![CDATA[camp]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/05/22/austin-code-camp-2010-recap/</guid>
		<description><![CDATA[I attended the 2010 Austin Code Camp and like the previous two years, it did not disappoint. There were six session tracks for a day of learning. Below are the sessions I attended Powershell Awesomeness in Your Deployment Scripts Speaker: Eric Hexter (@ehexter) High Points Powershell is basically a command shell on steroids Great for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1695&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://codecamp.adnug.org/" target="_blank"><img style="display:inline;border-width:0;" title="acc" border="0" alt="acc" src="http://rtipton.files.wordpress.com/2010/05/acc.jpg?w=218&#038;h=35" width="218" height="35" /></a> </p>
<p>I attended the 2010 <a href="http://codecamp.adnug.org/" target="_blank">Austin Code Camp</a> and like the previous two years, it did not disappoint. There were six session tracks for a day of learning.</p>
<p>Below are the sessions I attended</p>
<p><u>Powershell Awesomeness in Your Deployment Scripts</u></p>
<p>Speaker: <a href="http://www.lostechies.com/blogs/hex/" target="_blank">Eric Hexter</a> (<a href="http://twitter.com/ehexter" target="_blank">@ehexter</a>)</p>
<p><em>High Points</em></p>
<ul>
<li><a href="http://powershell.com/cs/" target="_blank">Powershell</a> is basically a command shell on steroids </li>
<li>Great for scripting </li>
<li>MS Deploy </li>
<li>Web PI – Platform installer </li>
<li><a href="http://code.google.com/p/psake/" target="_blank">PSake</a> – Powershell build automation tool </li>
<li><a href="http://pstrami.codeplex.com/" target="_blank">PStrami</a> – Powershell deployment automation tool </li>
<li>You can bootstrap Powershell via a batch file </li>
<li><a href="http://www.powergui.org/index.jspa" target="_blank">Powergui</a> – IDE for Powershell </li>
</ul>
<p><u>Introduction to MongoDB</u></p>
<p>Speaker: <a href="http://www.chrisedwards.dreamhosters.com/blog/" target="_blank">Chris Edwards</a></p>
<p><em>High Points</em></p>
<ul>
<li>NoSQL Movement – A movement promoting a loosely defined class of non-relational data stores. </li>
<li>SQL is not always the best option, nor is it the only one. </li>
<li>MongoDB – Document-oriented database, schema free </li>
<li>MongoDB is commercially supported by 10Gen </li>
</ul>
<p>Other features of MongoDB</p>
<ul>
<li>Document-based queries </li>
<li>Map reduce </li>
<li>Grid fs </li>
<li>Geo-spacial indexing </li>
</ul>
<p>Sites using MongoDB</p>
<ul>
<li>SourceForge </li>
<li>GitHub </li>
<li>ShutterFly </li>
<li>bit.ly </li>
</ul>
<p>Supported OS: OSX, Linux, Solaris, Windows, FreeBSD</p>
<p>MongoShell – the grammar of the shell is pure JavaScript</p>
<p>Links: <a href="http://www.chrisedwards.dreamhosters.com/blog/2010/05/15/slides-from-my-mongodb-presentation-at-austin-code-camp-2010/" target="_blank">Slides</a> | <a href="http://www.chrisedwards.dreamhosters.com/blog/2010/05/16/code-from-my-introduction-to-mongodb-talk-posted-on-github/" target="_blank">Code</a></p>
<p><u></u></p>
<p><u>Aspect Oriented Programming in .NET</u></p>
<p>Speaker: <a href="http://nayyeri.net/" target="_blank">Keyvan Nayyeri</a> (<a href="http://twitter.com/keyvan" target="_blank">@keyvan</a>)</p>
<p><em>High Points</em></p>
<p>AOP isolates cross-cutting/supporting functions</p>
<p>It is mainly supported by the Java community</p>
<p>Cross Cutting Concerns</p>
<ul>
<li>Logging </li>
<li>Thread synchronization </li>
<li>Caching </li>
<li>Lazy Loading </li>
<li>Dependency Injection </li>
<li>Data Binding </li>
</ul>
<p>Principles of AOP</p>
<ul>
<li>Joint-point – points in the codebase where code is executed </li>
<li>Point-cut – join points using a set theory of advice </li>
<li>Advice </li>
</ul>
<ul>Potential Issues &#8211; Debugging, efficiency</ul>
<p>Weaving – Object oriented code with integrated aspects</p>
<p>Frameworks</p>
<ul>
<li>Aspect J </li>
<li>JAC </li>
<li>LinFu </li>
<li>PostSharp </li>
<li>Spring.Net </li>
<li>Loom.net </li>
<li>nAspect </li>
</ul>
<ul>Links: <a href="http://nayyeri.net/slides-of-my-austin-code-camp-2010-session-on-aspectoriented-programming-in-net" target="_blank">Slides</a></ul>
<p><u>Advance Your Debugging Skills with VS 2010</u></p>
<p>Speaker: <a href="http://weblogs.asp.net/dotnetarchitect/" target="_blank">Rob Vettor</a></p>
<p><em>High Points</em></p>
<p>Data Tip – Hover over variables and objects for drillable tips in VS2010. There is also a way to keep the tips visible during debug mode. Using the Pin Tips, you can build your own custom debug windows. </p>
<p>Breakpoint enhancements – Add labels to breakpoints and filter based on those values.</p>
<p>Intellitrace is only available with the Ultimate version of Visual Studio.</p>
<p>&#8211;</p>
<p>Twitter hashtag: <a href="http://search.twitter.com/search?q=%23austincodecamp" target="_blank">#austincodecamp</a></p>
<p>My <a href="http://picasaweb.google.com/rtipton12/2010AustinCodeCamp#" target="_blank">Austin Code Camp 2010</a> Photos</p>
<p>I did not realize until I was leaving, how close I was to where the plane crashed into the Echelon I building here in Austin a few months back.</p>
<p><a href="http://rtipton.files.wordpress.com/2010/05/dsc_0036.jpg" target="_blank"><img style="display:inline;border-width:0;" title="DSC_0036" border="0" alt="DSC_0036" src="http://rtipton.files.wordpress.com/2010/05/dsc_0036_thumb.jpg?w=244&#038;h=163" width="244" height="163" /></a> </p>
<p>&#8211;</p>
<p>Until next year…</p>
<p>^..^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1695/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1695/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1695/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1695&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/05/22/austin-code-camp-2010-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/acc.jpg" medium="image">
			<media:title type="html">acc</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/dsc_0036_thumb.jpg" medium="image">
			<media:title type="html">DSC_0036</media:title>
		</media:content>
	</item>
		<item>
		<title>HDLUG Meeting &#8211; 05/04/10 &#8211; Recap</title>
		<link>http://rhondatipton.net/2010/05/09/hdlug-meeting-050410-recap/</link>
		<comments>http://rhondatipton.net/2010/05/09/hdlug-meeting-050410-recap/#comments</comments>
		<pubDate>Sun, 09 May 2010 14:41:14 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Dynamic-Languages]]></category>
		<category><![CDATA[Technology Events]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/05/09/hdlug-meeting-050410-recap/</guid>
		<description><![CDATA[I attended the April Houston Dynamic Languages User Group Meeting this passed Tuesday. Jeremey Barrett gave a great talk on the Scala language. &#160; High Points Gleaned Native on the JVM Statically Typed w/type inference More concise syntax Pure Object Oriented, Mix-ins (traits &#8211; kind of like an interface) (Sca)lable (La)nguage First class functions, closures, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1663&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended the April <a href="http://hdlug.heroku.com/">Houston Dynamic Languages User Group</a> Meeting this passed Tuesday. <a href="http://www.jeremey.com/" target="_blank">Jeremey Barrett</a> gave a great talk on the <a href="http://en.wikipedia.org/wiki/Scala_(programming_language)" target="_blank">Scala</a> language.</p>
<p><a href="http://hdlug.heroku.com/" target="_blank"><img style="border-width:0;" border="0" alt="hdlug" src="http://rtipton.files.wordpress.com/2010/05/hdlug.png?w=128&#038;h=70" width="128" height="70"></a>&nbsp; <a href="http://www.scala-lang.org/" target="_blank"><img style="border-width:0;" border="0" alt="scala" src="http://rtipton.files.wordpress.com/2010/05/scala.jpg?w=246&#038;h=70" width="246" height="70"></a> </p>
<p><u>High Points Gleaned</u></p>
<ul>
<li>Native on the JVM
<li>Statically Typed w/type inference
<li>More concise syntax
<li>Pure Object Oriented, Mix-ins (traits &#8211; kind of like an interface)
<li>(Sca)lable (La)nguage
<li>First class functions, closures, etc.
<li>Erlang-style actors (not distributed)
<li>Message-passing concurrency
<li>Operator overloading
<li>Everything is an object, including functions (functions can be sub-classed)
<li>Pattern matching &#8211; &#8220;Structural Typing&#8221;
<li>Java + Ruby + Erlang = Scala
<li>Lift &#8211; Popular web framework written in Scala
<li>Twitter uses Scala on their backend</li>
</ul>
<p><u>Links</u></p>
<ul>
<li><a href="http://www.scala-lang.org/" target="_blank">Scala-lang.org</a> &#8211; Official website
<li><a href="http://www.amazon.com/Programming-Scala-Scalability-Functional-Objects/dp/0596155956/ref=sr_1_2?ie=UTF8&amp;s=books&amp;qid=1273415255&amp;sr=8-2" target="_blank">Programming Scala: Scalability = Functional Programming + Objects</a> &#8211; Book
<li><a href="http://www.amazon.com/Programming-Scala-Multi-Core-Complexity-Programmers/dp/193435631X/ref=sr_1_3?ie=UTF8&amp;s=books&amp;qid=1273415255&amp;sr=8-3" target="_blank">Programming Scala: Tackle Multi-Core Complexity on the Java Virtual Machine</a> &#8211; Book
<li><a href="http://www.amazon.com/Programming-Scala-Comprehensive-Step-step/dp/0981531601/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1273415255&amp;sr=8-1" target="_blank">Programming in Scala: A Comprehensive Step-by-step Guide</a> &#8211; Book</li>
</ul>
<ul>&#8211;</ul>
<ul>^..^</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1663/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1663/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1663/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1663&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/05/09/hdlug-meeting-050410-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/hdlug.png" medium="image">
			<media:title type="html">hdlug</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/scala.jpg" medium="image">
			<media:title type="html">scala</media:title>
		</media:content>
	</item>
		<item>
		<title>ALT.NET Houston Open Spaces 2010</title>
		<link>http://rhondatipton.net/2010/05/03/alt-net-houston-open-spaces-2010/</link>
		<comments>http://rhondatipton.net/2010/05/03/alt-net-houston-open-spaces-2010/#comments</comments>
		<pubDate>Mon, 03 May 2010 19:16:01 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Technology Events]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/05/03/alt-net-houston-open-spaces-2010/</guid>
		<description><![CDATA[&#160; I attended my first ALT.NET Houston Open Spaces Conference this weekend. It was very different than any tech event I have ever seen. This kind of conference instills a sense of collaboration which is a really cool thing. The process is quite ingenious if you ask me. On Friday evening, the attendees come together [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1656&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rtipton.files.wordpress.com/2010/05/2010-05-03_134335.jpg"><img style="border-width:0;" border="0" alt="2010-05-03_134335" src="http://rtipton.files.wordpress.com/2010/05/2010-05-03_134335_thumb.jpg?w=434&#038;h=67" width="434" height="67"></a> </p>
<p><img style="border-width:0;" border="0" alt="DSC_0028" src="http://rtipton.files.wordpress.com/2010/05/dsc_0028.jpg?w=244&#038;h=162" width="244" height="162">&nbsp; </p>
<p>I attended my first <a href="http://altnethouston.com/" target="_blank">ALT.NET Houston Open Spaces Conference</a> this weekend. It was very different than any tech event I have ever seen. This kind of conference instills a sense of collaboration which is a really cool thing.</p>
<p><img style="border-width:0;" border="0" alt="Day-1" src="http://rtipton.files.wordpress.com/2010/05/4575157478_ab30fae796.jpg?w=304&#038;h=112" width="304" height="112"> </p>
<p>The process is quite ingenious if you ask me. On Friday evening, the attendees come together to suggest topics and then vote on the suggested topics. Next, the facilitators basically set up the agenda for the next 2 days.</p>
<p><img style="border-width:0;" border="0" alt="Day-1" src="http://rtipton.files.wordpress.com/2010/05/dsc_0011.jpg?w=244&#038;h=131" width="244" height="131">&nbsp;&nbsp;&nbsp; <img style="border-width:0;" border="0" alt="DSC_0022" src="http://rtipton.files.wordpress.com/2010/05/dsc_0022.jpg?w=135&#038;h=131" width="135" height="131"> </p>
<p>&nbsp;</p>
<blockquote><p>Four Principles of Open Spaces</p>
<ul>
<li>Whoever comes is the right people
<li>Whatever happens is the only thing that could have
<li>Whenever it starts is the right time
<li>When it&#8217;s over, it&#8217;s over</li>
</ul>
</blockquote>
<blockquote><p>The Law Of Two Feet: If, during the course of the gathering, any person finds him or herself in a situation where they are neither learning nor contributing, they must use their two feet and go to some more productive place.</p>
<p>&nbsp;</p>
</blockquote>
<p><u></u>&nbsp;</p>
<p><u>Sessions I attended</u></p>
<ul>
<li>Git
<li>NoSQL MongoDB
<li>Virtual Brownbag &#8211; One Year Later
<li>Build Scripts w/Powershell
<li>Promoting an Atmosphere of Refactoring
<li>Design Patterns</li>
</ul>
<p><u>Links and Resources</u></p>
<ul>
<li><a href="http://houstonaltnet.pbworks.com/" target="_blank">ALT.NET Houston Wiki</a>
<li><a href="http://search.twitter.com/search?q=&amp;tag=altnethou&amp;lang=all&amp;from=" target="_blank">Twitter Search (#altnethou)</a>
<li><a href="http://picasaweb.google.com/rtipton12/2010ALTNETHoustonOpenSpacesConference#" target="_blank">My Event Photos</a></li>
</ul>
<p>I will definitely be attending this conference in the future and highly recommend for any developer.</p>
<p>&#8211;</p>
<p>^..^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1656/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1656/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1656/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1656&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/05/03/alt-net-houston-open-spaces-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/2010-05-03_134335_thumb.jpg" medium="image">
			<media:title type="html">2010-05-03_134335</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/dsc_0028.jpg" medium="image">
			<media:title type="html">DSC_0028</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/4575157478_ab30fae796.jpg" medium="image">
			<media:title type="html">Day-1</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/dsc_0011.jpg" medium="image">
			<media:title type="html">Day-1</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/05/dsc_0022.jpg" medium="image">
			<media:title type="html">DSC_0022</media:title>
		</media:content>
	</item>
		<item>
		<title>SxSW 2010 &#8211; The Experience</title>
		<link>http://rhondatipton.net/2010/03/19/sxsw-2010-the-experience/</link>
		<comments>http://rhondatipton.net/2010/03/19/sxsw-2010-the-experience/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 23:29:48 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Technology Events]]></category>
		<category><![CDATA[Vacations]]></category>

		<guid isPermaLink="false">http://rtipton.wordpress.com/2010/03/19/sxsw-2010-the-experience/</guid>
		<description><![CDATA[This week, I attended South by Southwest in Austin, TX for the first time. What an experience and I only saw a portion of what this conference/festival has to provide. South by Southwest (SxSW) is an enormous conference that provides a convergence of original music, independent films, and upcoming technologies. It is broken into three [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1567&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week, I attended <a href="http://www.sxsw.com/" target="_blank">South by Southwest</a> in Austin, TX for the first time. What an experience and I only saw a portion of what this conference/festival has to provide.</p>
<p><img style="display:inline;border-width:0;" title="sxsw-logo" border="0" alt="sxsw-logo" src="http://rtipton.files.wordpress.com/2010/03/sxswlogo.jpg?w=152&#038;h=215" width="152" height="215" /></p>
<p><a href="http://www.sxsw.com/" target="_blank">South by Southwest</a> (SxSW) is an enormous conference that provides a convergence of original music, independent films, and upcoming technologies. It is broken into three “sub” conferences: <a href="http://www.sxsw.com/music" target="_blank">Music</a>, <a href="http://www.sxsw.com/film" target="_blank">Film</a> and <a href="http://www.sxsw.com/interactive" target="_blank">Interactive</a>. This year I was able to attend the Interactive part of <a href="http://www.sxsw.com/" target="_blank">SxSW</a>.</p>
<p>&#160;</p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_6011.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_6011" border="0" alt="IMG_6011" src="http://rtipton.files.wordpress.com/2010/03/img_6011_thumb.jpg?w=180&#038;h=135" width="180" height="135" /></a>&#160;&#160;&#160; <a href="http://rtipton.files.wordpress.com/2010/03/img_0680.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_0680" border="0" alt="IMG_0680" src="http://rtipton.files.wordpress.com/2010/03/img_0680_thumb.jpg?w=101&#038;h=135" width="101" height="135" /></a> </p>
<p>There were so many people…I heard someone say there were at least 5,000+ registered for <a href="http://www.sxsw.com/interactive" target="_blank">SxSW Interactive</a> alone.</p>
<p>&#160;</p>
<p><strong><font size="3"></font></strong></p>
<p><strong><font size="3">Exhibit Hall</font></strong></p>
<p>The Exhibit Hall was huge. There were so many booths, I am still unsure if I visited them all or not. </p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_0656.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_0656" border="0" alt="IMG_0656" src="http://rtipton.files.wordpress.com/2010/03/img_0656_thumb.jpg?w=101&#038;h=135" width="101" height="135" /></a>&#160; <a href="http://rtipton.files.wordpress.com/2010/03/img_0659.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_0659" border="0" alt="IMG_0659" src="http://rtipton.files.wordpress.com/2010/03/img_0659_thumb.jpg?w=180&#038;h=135" width="180" height="135" /></a>&#160; <a href="http://rtipton.files.wordpress.com/2010/03/img_0658.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_0658" border="0" alt="IMG_0658" src="http://rtipton.files.wordpress.com/2010/03/img_0658_thumb.jpg?w=101&#038;h=135" width="101" height="135" /></a> </p>
<p>Here are a few booths that I did stop at and either have or plan to try their products &#8211;</p>
<ul>
<li><a href="http://www.sobees.com/" target="_blank">Sobees</a> </li>
<li><a href="http://www.writeonglass.com/" target="_blank">WriteonGlass</a> </li>
<li><a href="http://www.opera.com/" target="_blank">Opera</a> </li>
<li><a href="http://www.appiction.com/" target="_blank">Appiction</a> </li>
<li><a href="http://collectiveidea.com/" target="_blank">CollectiveIdea</a> </li>
</ul>
<p>&#160;</p>
<p><strong><font size="3">Austin</font></strong></p>
<p>Of course, after all the sessions, there was Austin itself. I have always loved this city. </p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_5968.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5968" border="0" alt="IMG_5968" src="http://rtipton.files.wordpress.com/2010/03/img_5968_thumb.jpg?w=180&#038;h=135" width="180" height="135" /></a>&#160;&#160; <a href="http://rtipton.files.wordpress.com/2010/03/img_0677.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_0677" border="0" alt="IMG_0677" src="http://rtipton.files.wordpress.com/2010/03/img_0677_thumb.jpg?w=180&#038;h=135" width="180" height="135" /></a> </p>
<p>There were so many parties going on in the evenings that I can see why the guy below was tired…</p>
<p>&#160;<img style="display:inline;border-width:0;" title="smiley-1" border="0" alt="smiley-1" src="http://rtipton.files.wordpress.com/2010/03/smiley1.jpg?w=25&#038;h=26" width="25" height="26" /> </p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_5989.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5989" border="0" alt="IMG_5989" src="http://rtipton.files.wordpress.com/2010/03/img_5989_thumb.jpg?w=180&#038;h=135" width="180" height="135" /></a> </p>
<p>&#160;</p>
<p>Below are my posts that recap the sessions I attended:</p>
<ul>
<li><a href="http://rhondatipton.net/2010/03/19/sxsw-2010-sessions-pt-1/" target="_blank">SxSW 2010 – Sessions (pt 1)</a> </li>
<li><a href="http://rhondatipton.net/2010/03/19/sxsw-2010-sessions-pt-2/" target="_blank">SxSW 2010 – Sessions (pt 2)</a> </li>
</ul>
<p>After my first experience with <a href="http://www.sxsw.com/" target="_blank">SxSW</a>, I will definitely be attending again.</p>
<p><a href="http://picasaweb.google.com/rtipton12/SxSW2010#" target="_blank">My Picasa Photo Album for SxSW 2010</a></p>
<p>&#8211;</p>
<p>^..^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1567/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1567/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1567/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1567&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/03/19/sxsw-2010-the-experience/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/sxswlogo.jpg" medium="image">
			<media:title type="html">sxsw-logo</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_6011_thumb.jpg" medium="image">
			<media:title type="html">IMG_6011</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_0680_thumb.jpg" medium="image">
			<media:title type="html">IMG_0680</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_0656_thumb.jpg" medium="image">
			<media:title type="html">IMG_0656</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_0659_thumb.jpg" medium="image">
			<media:title type="html">IMG_0659</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_0658_thumb.jpg" medium="image">
			<media:title type="html">IMG_0658</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5968_thumb.jpg" medium="image">
			<media:title type="html">IMG_5968</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_0677_thumb.jpg" medium="image">
			<media:title type="html">IMG_0677</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/smiley1.jpg" medium="image">
			<media:title type="html">smiley-1</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5989_thumb.jpg" medium="image">
			<media:title type="html">IMG_5989</media:title>
		</media:content>
	</item>
		<item>
		<title>SxSW 2010 &#8211; Sessions (pt 1)</title>
		<link>http://rhondatipton.net/2010/03/19/sxsw-2010-sessions-pt-1/</link>
		<comments>http://rhondatipton.net/2010/03/19/sxsw-2010-sessions-pt-1/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 23:24:19 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Technology Events]]></category>
		<category><![CDATA[Vacations]]></category>

		<guid isPermaLink="false">http://rtipton.wordpress.com/2010/03/19/sxsw-2010-sessions-pt-1/</guid>
		<description><![CDATA[Below are the sessions that I attended on Saturday (3/13) and Sunday (3/14) at SxSW Interactive. Moon 2.0: The Outer Limits Of Lunar Exploration Twitter search based on hashtag #Moon20 Description from SxSW.com: Discussion of how the use of web and mobile technologies create opportunities for participation in future exploration of the Moon. The panel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1522&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Below are the sessions that I attended on Saturday (3/13) and Sunday (3/14) at <a href="http://www.sxsw.com/interactive" target="_blank">SxSW Interactive</a>.</p>
<p><strong><em>Moon 2.0: The Outer Limits Of Lunar Exploration</em></strong></p>
<p>Twitter search based on hashtag <a href="http://search.twitter.com/search?q=%23moon20" target="_blank">#Moon20</a></p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/moon20panel1.jpg" target="_blank"><img style="display:inline;border-width:0;" title="moon20-panel" border="0" alt="moon20-panel" src="http://rtipton.files.wordpress.com/2010/03/moon20panel_thumb1.jpg?w=180&#038;h=135" width="180" height="135" /></a> </p>
<p><font size="2"><em>Description from SxSW.com: Discussion of how the use of web and mobile technologies create opportunities for participation in future exploration of the Moon. The panel focuses on how X PRIZE, NASA, commercial space companies, and others generate greater interaction and interest in Moon missions using collaborative platforms and social media.</em></font></p>
<p>Panel was as follows:</p>
<ul>
<li>Veronica McGregor (<a href="http://www.jpl.nasa.gov/news/phoenix/main.php" target="_blank">Site</a> | <a href="http://twitter.com/veronicamcg" target="_blank">@veronicamcg</a>) </li>
<li>Nicholas Skytland (<a href="http://www.opennasa.com/" target="_blank">Site</a> | <a href="http://twitter.com/skytland" target="_blank">@skytland</a>) </li>
<li>Amanda Stiles (<a href="http://www.googlelunarxprize.org/" target="_blank">Site</a> | <a href="http://twitter.com/glxp" target="_blank">@glxp</a>) </li>
<li>Dave Masten (<a href="http://galacticlife.wordpress.com/" target="_blank">Site</a> | <a href="http://twitter.com/dmasten" target="_blank">@dmasten</a>) </li>
<li>Cariann Higginbotham (<a href="http://www.spacevidcast.com/" target="_blank">Site</a> | <a href="http://twitter.com/cariann" target="_blank">@cariann</a>) </li>
</ul>
<p>Some Astronauts on Twitter</p>
<ul>
<li>Mike Massimino (<a href="http://twitter.com/Astro_mike" target="_blank">@Astro_mike</a>) </li>
<li>Jeff Williams (<a href="http://twitter.com/Astro_jeff" target="_blank">@Astro_jeff</a>) </li>
<li>Nicole Stott (<a href="http://twitter.com/Astro_nicole" target="_blank">@Astro_nicole</a>) </li>
</ul>
<p>Links of Interest</p>
<ul>
<li><a href="http://www.googlelunarxprize.org/" target="_blank">Google Lunar xPrise</a> </li>
<li><a href="http://spacetweepsociety.org/" target="_blank">Space Tweep Society</a> </li>
<li><a href="http://www.spacevidcast.com/" target="_blank">Space VidCast – Making Space Commonplace</a> </li>
<li><a href="http://unmannedspaceflight.com/" target="_blank">Unmanned Spaceflight</a> </li>
<li><a href="http://www.data.gov/" target="_blank">Data.gov</a> </li>
<li><a href="http://spacehack.org/" target="_blank">SpaceHack.org</a> </li>
</ul>
<ul></ul>
<p><strong><em>What Can Carl Sagan Teach Us About The Web?</em></strong></p>
<p>Twitter search based on hashtag <a href="http://search.twitter.com/search?q=%23sxsagan" target="_blank">#SXSagan</a></p>
<p><em>Description from SxSW.com: 2010 is the 30th anniversary of Carl Sagan&#8217;s Cosmos: A Personal Voyage. Not only is his explanation of our universe relevant today, it can teach us a great deal about how to create better websites.</em></p>
<p>Presenter: Mark Trammel (<a href="http://marktrammell.com/" target="_blank">Site</a> | <a href="http://twitter.com/trammell" target="_blank">@trammell</a>)</p>
<p>Links of Interest</p>
<ul>
<li><a href="http://www.hulu.com/cosmos" target="_blank">Carl Sagan’s Cosmos on Hulu</a> </li>
</ul>
<ul></ul>
<p><strong><em>How Webhooks Will Make Us All Programmers</em></strong></p>
<p>Twitter search based on hashtag <a href="http://search.twitter.com/search?q=%23webhooks" target="_blank">#webhooks</a></p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_59731.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5973" border="0" alt="IMG_5973" src="http://rtipton.files.wordpress.com/2010/03/img_5973_thumb1.jpg?w=180&#038;h=135" width="180" height="135" /></a> </p>
<p><em>Description from SxSW.com: Programming will increasingly be the most empowering skill on earth&#8230; how do we bring it to more people? We can&#8217;t rely on better academic programs if nobody is taking them! We have to bring back easy discovery and instant utility. See how webhooks (user-defined HTTP callbacks) are the missing link!</em></p>
<p>Presenter: Jeff Lindsey (<a href="http://progrium.com/" target="_blank">Site</a> | <a href="http://twitter.com/progrium" target="_blank">@progrium</a>)</p>
<p>Links of Interest: </p>
<ul>
<li><a href="http://www.twilio.com" target="_blank">Twillio – Cloud Communications</a> </li>
<li><a href="http://www.clickhooks.com/" target="_blank">Clickhooks </a></li>
<li><a href="http://www.scriptlets.org/" target="_blank">Scriptlets</a> </li>
<li><a href="http://www.notify.io/" target="_blank">Notify.io</a> </li>
<li><a href="http://code.google.com/p/pubsubhubbub/" target="_blank">PubSubHubBub</a>&#160; </li>
</ul>
<p><strong><em></em></strong></p>
<p><strong><em>Why You Aren’t Done Yet</em></strong></p>
<p>Twitter search based on hashtag <a href="http://search.twitter.com/search?q=%23whyyouarentdoneyet+OR+%23whyyouarentdone+OR+%23whyarentyoudone+OR+%23whyarentyoudoneyet" target="_blank">#whyyouarentdoneyet</a></p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_59761.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5976" border="0" alt="IMG_5976" src="http://rtipton.files.wordpress.com/2010/03/img_5976_thumb1.jpg?w=180&#038;h=135" width="180" height="135" /></a>&#160;&#160;&#160;&#160; <a href="http://rtipton.files.wordpress.com/2010/03/img_06721.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_0672" border="0" alt="IMG_0672" src="http://rtipton.files.wordpress.com/2010/03/img_0672_thumb1.jpg?w=129&#038;h=135" width="129" height="135" /></a>&#160;&#160;&#160;&#160; </p>
<p><em>Description from SxSW.com: The deadline is looming, you&#8217;ve tweeted how busy you are four times this week, and yet you just can&#8217;t get the project wrapped up and out the door. Real artists ship and you want to be a real artist, real bad, but you&#8217;re not. Let me show you how to rework&#8230;</em></p>
<p>Presenter: David Heinemeier Hansson (<a href="http://www.loudthinking.com/" target="_blank">Site</a> | <a href="http://twitter.com/dhh" target="_blank">@dhh</a>)</p>
<p>Links of Interest</p>
<ul>
<li><a href="http://www.amazon.com/Rework-Jason-Fried/dp/0307463745/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1269033102&amp;sr=8-1" target="_blank">Book: Re Work</a> </li>
<li><a href="http://37signals.com/" target="_blank">37 Signals</a>&#160; </li>
</ul>
<p><strong><em></em></strong></p>
<p><strong><em>Coding for Pleasure: Developing Killer Spare-Time Apps</em></strong></p>
<p>Twitter search based on hashtag <a href="http://search.twitter.com/search?q=%23codingforpleasure" target="_blank">#codingforpleasure</a></p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_59791.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5979" border="0" alt="IMG_5979" src="http://rtipton.files.wordpress.com/2010/03/img_5979_thumb1.jpg?w=180&#038;h=135" width="180" height="135" /></a> </p>
<p><em>Description from SxSW.com: Every startup origin story is about a couple of developers who abscond to a garage and end up building the Next Big Thing. But money and fame don&#8217;t need to be your end goal. You can significantly improve your life&#8211;and impact others&#8217; lives&#8211;by coding for pleasure in your spare time.</em></p>
<p>Panel was as follows:</p>
<ul>
<li>Gina Trapani (<a href="http://ginatrapani.org/" target="_blank">Site</a> | <a href="http://twitter.com/ginatrapani" target="_blank">@ginatrapani</a>) </li>
<li>Adam Pash (<a href="http://lifehacker.com/" target="_blank">Site</a> | <a href="http://twitter.com/adampash" target="_blank">@adampash</a>) </li>
<li>Matt Haughey (<a href="http://a.wholelottanothing.org/" target="_blank">Site</a> | <a href="http://twitter.com/mathowie" target="_blank">@mathowie</a>) </li>
</ul>
<ul>Links of Interest</ul>
<ul>
<li><a href="http://thinktankapp.com/" target="_blank">ThinkTank</a> </li>
<li><a href="https://addons.mozilla.org/en-US/firefox/addon/6076" target="_blank">Better GMail</a> </li>
<li><a href="http://mixtape.me/" target="_blank">Mixtape</a>&#160; </li>
<li><a href="http://lifehacker.com/341950/belvedere-automates-your-self+cleaning-pc" target="_blank">Belvedere</a> </li>
<li><a href="http://www.fuelly.com/" target="_blank">Fuelly</a> </li>
<li><a href="http://peepcode.com/" target="_blank">Peepcode.com</a> </li>
<li><a href="http://github.com/" target="_blank">GitHub</a> </li>
</ul>
<p><strong><em></em></strong></p>
<p><strong><em>Everyone Can Be a “Professional” Photographer</em></strong></p>
<p>Twitter search based on hashtag <a href="http://search.twitter.com/search?q=%23anybodypro" target="_blank">#anybodypro</a></p>
<p><a href="http://rtipton.files.wordpress.com/2010/03/img_59901.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5990" border="0" alt="IMG_5990" src="http://rtipton.files.wordpress.com/2010/03/img_5990_thumb1.jpg?w=180&#038;h=135" width="180" height="135" /></a>&#160;&#160;&#160;&#160; <a href="http://rtipton.files.wordpress.com/2010/03/img_59911.jpg" target="_blank"><img style="display:inline;border-width:0;" title="IMG_5991" border="0" alt="IMG_5991" src="http://rtipton.files.wordpress.com/2010/03/img_5991_thumb1.jpg?w=180&#038;h=135" width="180" height="135" /></a> </p>
<p><em>Description from SxSW.com: Everyone is a photographer: a camera in every cellphone, a powerful point-and-shoot in every pocket and bag, a digital SLR camera in every bag or home. With new platforms to create, distribute and sell to a wider range of clientele, everyone can be a *professional* photographer and sell photography.</em></p>
<p>Panel (Dual) was as follows:</p>
<ul>
<li>Allen Murabayash (<a href="http://blog.photoshelter.com/" target="_blank">Site</a> | <a href="http://twitter.com/photoshelter" target="_blank">@photoshelter</a>) </li>
<li>Taylor Davidson (<a href="http://www.taylordavidson.com/hello/" target="_blank">Site</a> | <a href="http://twitter.com/tdavidson" target="_blank">@tdavidson</a>) </li>
</ul>
<p>Links of Interest</p>
<ul>
<li><a href="http://www.photoshelter.com/" target="_blank">PhotoShelter</a> </li>
<li><a href="http://www.flickr.com/" target="_blank">Flickr</a> </li>
</ul>
<ul></ul>
<p> <a href="http://rhondatipton.net/2010/03/19/sxsw-2010-sessions-pt-2/" target="_blank">SxSW 2010 – Sessions (pt 2)</a>
<ul></ul>
<ul>&#8211;</ul>
<ul>^..^</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1522/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1522/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1522/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1522&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/03/19/sxsw-2010-sessions-pt-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/522aa96ec9478f99474af8ecab1c6247?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rtipton</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/moon20panel_thumb1.jpg" medium="image">
			<media:title type="html">moon20-panel</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5973_thumb1.jpg" medium="image">
			<media:title type="html">IMG_5973</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5976_thumb1.jpg" medium="image">
			<media:title type="html">IMG_5976</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_0672_thumb1.jpg" medium="image">
			<media:title type="html">IMG_0672</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5979_thumb1.jpg" medium="image">
			<media:title type="html">IMG_5979</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5990_thumb1.jpg" medium="image">
			<media:title type="html">IMG_5990</media:title>
		</media:content>

		<media:content url="http://rtipton.files.wordpress.com/2010/03/img_5991_thumb1.jpg" medium="image">
			<media:title type="html">IMG_5991</media:title>
		</media:content>
	</item>
	</channel>
</rss>
