<?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; Community</title>
	<atom:link href="http://rhondatipton.net/category/community/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; Community</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>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>C# Special Interest Group &#8211; 11/30/2010</title>
		<link>http://rhondatipton.net/2010/12/06/c-special-interest-group-11302010/</link>
		<comments>http://rhondatipton.net/2010/12/06/c-special-interest-group-11302010/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 02:08:27 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[.NET General]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/12/06/c-special-interest-group-11302010/</guid>
		<description><![CDATA[I attended the Houston C# SIG last Tuesday. Alan Stevens did a great presentation titled The Taming of the Code. In this presentation he talked about the importance of constant learning and refactoring. Below are some of the high points I picked up. 1. The Goal Build the right thing and build it well Technical [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1861&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended the Houston C# SIG last Tuesday. <a href="http://twitter.com/alanstevens" target="_blank">Alan Stevens</a> did a great presentation titled The Taming of the Code.
<p><img style="border-width:0;" border="0" alt="AlanStevens" src="http://rtipton.files.wordpress.com/2010/12/alanstevens.jpg?w=260&#038;h=224" width="260" height="224">
<p>In this presentation he talked about the importance of constant learning and refactoring.
<p>Below are some of the high points I picked up.
<p><u>1. The Goal</u>
<ul>
<li>Build the right thing and build it well
<li><a href="http://en.wikipedia.org/wiki/Technical_debt" target="_blank">Technical Debt</a> &#8211; Shipping the right thing even though it is not perfect
<li>Do the simplest thing that can possibly work
<li>Enable change</li>
</ul>
<p>Build architectural seams or fault lines into your code, so if need be, it can be picked up and &#8220;stitched in&#8221; somewhere else
<p>*ilities
<ul>
<li>Agility
<li>Testability
<li>Readability
<li>Reversability
<li>Changeability
<li>Flexibility
<li>Maintainability</li>
</ul>
<p><a href="http://en.wikipedia.org/wiki/Domain-driven_design" target="_blank">Domain Driven Design</a>
<p><u>2. The Guidelines</u>
<p><a href="http://en.wikipedia.org/wiki/Don%27t_repeat_yourself" target="_blank">Don&#8217;t Repeat Yourself</a> (DRY) and <a href="http://en.wikipedia.org/wiki/Separation_of_concerns" target="_blank">Separation of Concerns</a> are the yin and yang of Software Development
<p>Examples of Separation of Concerns are MVC, MVP, HTML, CSS, JavaScript, (UI+Service+DAL).
<p><em><a href="http://en.wikipedia.org/wiki/Solid_%28object-oriented_design%29" target="_blank">SOLID Principals</a></em>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Single_responsibility_principle" target="_blank">Single Responsibility Principle</a>
<li><a href="http://en.wikipedia.org/wiki/Open/closed_principle" target="_blank">Open Closed Principle</a>
<li><a href="http://en.wikipedia.org/wiki/Liskov_substitution_principle" target="_blank">Liskov Substitution Principle</a>
<li><a href="http://en.wikipedia.org/wiki/Liskov_substitution_principle" target="_blank">Interface Segregation Principle</a>
<li><a href="http://en.wikipedia.org/wiki/Dependency_inversion_principle" target="_blank">Dependancy Inversion Principle</a></li>
</ul>
<p><u>3. The Practice</u>
<p>A feedback loop is needed (code reviews, pair programming)
<p><a href="http://en.wikipedia.org/wiki/Test-driven_development" target="_blank">Test Driven Development</a>
<p><a href="http://msdn.microsoft.com/en-us/library/9k7k7cf0.aspx" target="_blank">Yield keyword</a>
<p>&#8211;
<p><u>Additional Information</u>
<ul>
<li><a href="http://qcon.infoq.com/" target="_blank">QConn Conferences</a>
<li><a href="http://www.virtualbrownbag.com/" target="_blank">Virtual Brown Bag</a> &#8211; Weekly meetings held on Thursdays.
<li><a href="http://www.timesnapper.com/" target="_blank">Time Snapper</a> &#8211; Automatic screen shot journal
<li><a href="http://xunit.codeplex.com/" target="_blank">XUNIT.NET</a> &#8211; Testing framework</li>
</ul>
<ul>&#8211;</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1861/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1861/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1861/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1861&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/12/06/c-special-interest-group-11302010/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/12/alanstevens.jpg" medium="image">
			<media:title type="html">AlanStevens</media:title>
		</media:content>
	</item>
		<item>
		<title>League City Photography Meet up &#8211; 08.05.10</title>
		<link>http://rhondatipton.net/2010/08/07/league-city-photography-meet-up-08-05-10/</link>
		<comments>http://rhondatipton.net/2010/08/07/league-city-photography-meet-up-08-05-10/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 02:52:21 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Digital Photography]]></category>
		<category><![CDATA[league city]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/08/07/league-city-photography-meet-up-08-05-10/</guid>
		<description><![CDATA[I attended my first photography meet up Thursday night. I have to say, the League City Photography Meet up Group is a very welcoming and mentoring group with a passion for taking photos. I learned a lot and hope to participate in more events in the future with this group. The Third-Annual Worldwide PhotoWalk took [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1808&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I attended my first photography meet up Thursday night. I have to say, the <a href="http://www.meetup.com/League-City-Photography/" target="_blank">League City Photography Meet up Group</a> is a very welcoming and mentoring group with a passion for taking photos. I learned a lot and hope to participate in more events in the future with this group.</p>
<p>The <em>Third-Annual Worldwide PhotoWalk</em> took place on July 24th. </p>
<p><a href="http://worldwidephotowalk.com/" target="_blank">World-wide Photo Walk – Main site</a></p>
<p><a href="http://worldwidephotowalk.com/walk/kemah-tx-united-states/" target="_blank">World-wide Photo Walk – Kemah site</a></p>
<p>Below is the photo submitted to the next level from the Kemah PhotoWalk</p>
<p><a href="http://www.meetup.com/League-City-Photography/photos/999345/16682501/" target="_blank"><img style="display:inline;border-width:0;" title="KemahWinner" border="0" alt="KemahWinner" src="http://rtipton.files.wordpress.com/2010/08/kemahwinner.jpg?w=260&#038;h=260" width="260" height="260" /></a>&#160;<font size="1">Photo by <a href="http://www.meetup.com/League-City-Photography/members/11131364/" target="_blank">John Bielick</a></font></p>
<p>&#8211;</p>
<p><a href="http://dapaulissen.smugmug.com/" target="_blank">David Paulissen</a> demonstrated a nice tip on using Powerpoint 2007 to create a PDF slideshow of your photos. This makes for an easy way to email photo galleries to friends and family.</p>
<p>Start Powerpoint and Select <em>Insert &gt; Photo Album &gt; New Photo Album</em></p>
<p><a href="http://rtipton.files.wordpress.com/2010/08/ppttopdf1.jpg" target="_blank"><img style="display:inline;border-width:0;" title="pptTopdf1" border="0" alt="pptTopdf1" src="http://rtipton.files.wordpress.com/2010/08/ppttopdf1_thumb.jpg?w=429&#038;h=167" width="429" height="167" /></a> </p>
<p>&#160;</p>
<p>Find the folder on your hard-drive containing the photos you want to share and click [Create]</p>
<p><a href="http://rtipton.files.wordpress.com/2010/08/ppttopdf2.jpg" target="_blank"><img style="display:inline;border-width:0;" title="pptTopdf2" border="0" alt="pptTopdf2" src="http://rtipton.files.wordpress.com/2010/08/ppttopdf2_thumb.jpg?w=429&#038;h=321" width="429" height="321" /></a> </p>
<p>&#160;</p>
<p>Select a color scheme and add any necessary text to the slides</p>
<p><a href="http://rtipton.files.wordpress.com/2010/08/ppttopdf3.jpg" target="_blank"><img style="display:inline;border-width:0;" title="pptTopdf3" border="0" alt="pptTopdf3" src="http://rtipton.files.wordpress.com/2010/08/ppttopdf3_thumb.jpg?w=429&#038;h=48" width="429" height="48" /></a> </p>
<p>&#160;</p>
<p>Select <em>Save As &gt; PDF or XPS</em></p>
<p><a href="http://rtipton.files.wordpress.com/2010/08/ppttopdf4.jpg" target="_blank"><img style="display:inline;border-width:0;" title="pptTopdf4" border="0" alt="pptTopdf4" src="http://rtipton.files.wordpress.com/2010/08/ppttopdf4_thumb.jpg?w=404&#038;h=346" width="404" height="346" /></a> </p>
<p>&#160;</p>
<p>Name your PDF and click [Publish]</p>
<p><a href="http://rtipton.files.wordpress.com/2010/08/ppttopdf5.jpg" target="_blank"><img style="display:inline;border-width:0;" title="pptTopdf5" border="0" alt="pptTopdf5" src="http://rtipton.files.wordpress.com/2010/08/ppttopdf5_thumb.jpg?w=429&#038;h=310" width="429" height="310" /></a> </p>
<p>The <a href="http://dl.dropbox.com/u/3231368/BlogFiles/Random%20Stuff.pdf" target="_blank">end result is a nicely formatted PDF</a> that anyone can open and enjoy your photos.</p>
<p>Great tip David!</p>
<p>&#8211;</p>
<p><u>Software Suggestions</u></p>
<p><a href="http://www.topazlabs.com/denoise/" target="_blank">DeNoise – by Topaz Labs</a></p>
<p>&#8211;</p>
<p><u>Links recommended by the group</u></p>
<ul>
<li><a href="http://www.meetup.com/League-City-Photography/" target="_blank">League City Photography Group Page</a></li>
<li><a href="http://www.photosig.com/go/main" target="_blank">PhotoSig</a></li>
<li><a href="http://www.texasphotoforum.com/forum/portal.php" target="_blank">Texas Photo Forum</a></li>
<li><a href="http://www.dpreview.com/" target="_blank">DP Review</a></li>
<li><a href="http://kelbytv.com/dtowntv" target="_blank">DTownTV</a></li>
<li><a href="http://www.facebook.com/pages/Needville-TX/Texas-Parks-and-Wildlife-Brazos-Bend-State-Park/306833977750" target="_blank">Brazos Bend Facebook page</a></li>
<li><a href="http://www.smugmug.com/" target="_blank">SmugMug</a></li>
<li><a href="http://dapaulissen.smugmug.com/" target="_blank">David Paulissen’s Site</a></li>
<li><a href="http://www.flickr.com/" target="_blank">Flickr</a></li>
<li><a href="http://photofocus.com/" target="_blank">PhotoFocus</a></li>
<li><a href="http://whcc.com/" target="_blank">White House Custom Color (WHCC)</a></li>
</ul>
<p>&#8211;</p>
<p>Happy shooting!</p>
<p>^..^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1808/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1808/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1808/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1808&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/08/07/league-city-photography-meet-up-08-05-10/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/08/kemahwinner.jpg" medium="image">
			<media:title type="html">KemahWinner</media:title>
		</media:content>

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

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

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

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

		<media:content url="http://rtipton.files.wordpress.com/2010/08/ppttopdf5_thumb.jpg" medium="image">
			<media:title type="html">pptTopdf5</media:title>
		</media:content>
	</item>
		<item>
		<title>Wizards of Smart Podcast</title>
		<link>http://rhondatipton.net/2010/06/06/wizards-of-smart-podcast/</link>
		<comments>http://rhondatipton.net/2010/06/06/wizards-of-smart-podcast/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:03:52 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[.NET General]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Podcasts]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[podcasts]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/06/06/wizards-of-smart-podcast/</guid>
		<description><![CDATA[There is a new podcast in town that I have started listening to. It is called the Wizards of Smart and is hosted by Jonathan Birkholz (@rookieone) and Ryan Riley (@panesofglass) and has kind of a “Stackoverflow-ish” format in which they banter back and forth on a range of topics. I believe it is a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1709&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/06/wizardsofsmart.jpg"><img style="display:inline;border-width:0;" title="wizardsOfSmart" border="0" alt="wizardsOfSmart" src="http://rtipton.files.wordpress.com/2010/06/wizardsofsmart_thumb.jpg?w=314&#038;h=101" width="314" height="101" /></a> </p>
<p>There is a new podcast in town that I have started listening to. It is called the <a href="http://wizardsofsmart.net/category/podcasts/" target="_blank">Wizards of Smart</a> and is hosted by <a href="http://www.theabsentmindedcoder.com/" target="_blank">Jonathan Birkholz</a> (<a href="http://twitter.com/rookieone" target="_blank">@rookieone</a>) and Ryan Riley (<a href="http://twitter.com/panesofglass" target="_blank">@panesofglass</a>) and has kind of a “<a href="http://blog.stackoverflow.com/category/podcasts/" target="_blank">Stackoverflow</a>-ish” format in which they banter back and forth on a range of topics.</p>
<p>I believe it is a great resource whether you are learning application development or trying to keep up with the ever-changing field. Check it out.</p>
<p>&#8211;</p>
<p>^..^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1709/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1709/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1709/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1709&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/06/06/wizards-of-smart-podcast/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/06/wizardsofsmart_thumb.jpg" medium="image">
			<media:title type="html">wizardsOfSmart</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>HASSUG Meeting &#8211; 04/13/10 &#8211; Recap</title>
		<link>http://rhondatipton.net/2010/04/25/hassug-meeting-041310-recap/</link>
		<comments>http://rhondatipton.net/2010/04/25/hassug-meeting-041310-recap/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 17:20:11 +0000</pubDate>
		<dc:creator>Rhonda</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">https://rtipton.wordpress.com/2010/04/25/hassug-meeting-041310-recap/</guid>
		<description><![CDATA[For the first time in a while, I attended the Houston Area SQL Server User Group meeting and I am glad I did. Especially since I walked away with a free (signed) copy of the book SQL In A Nutshell. &#160;&#160; The speaker was Kevin Kline (@kekline) and the topic was The Top 10 Mistakes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1639&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the first time in a while, I attended the <a href="http://houston.sqlpass.org/" target="_blank">Houston Area SQL Server User Group</a> meeting and I am glad I did. Especially since I walked away with a free (signed) copy of the book <a href="http://www.amazon.com/SQL-Nutshell-OReilly-Kevin-Kline/dp/0596518846/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1272213975&amp;sr=8-1" target="_blank">SQL In A Nutshell</a>. </p>
<p><a href="http://houston.sqlpass.org/" target="_blank"><img style="display:inline;border-width:0;" title="hassug" border="0" alt="hassug" src="http://rtipton.files.wordpress.com/2010/04/hassug.jpg?w=121&#038;h=146" width="121" height="146" /></a>&#160;&#160; <a href="http://www.amazon.com/SQL-Nutshell-OReilly-Kevin-Kline/dp/0596518846/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1272213975&amp;sr=8-1" target="_blank"><img style="display:inline;border-width:0;" title="sqlnutshell" border="0" alt="sqlnutshell" src="http://rtipton.files.wordpress.com/2010/04/sqlnutshell.jpg?w=131&#038;h=146" width="131" height="146" /></a> </p>
<p>The speaker was <a href="http://kevinekline.com/" target="_blank">Kevin Kline</a> (<a title="http://twitter.com/kekline" href="http://twitter.com/kekline">@kekline</a>) and the topic was The Top 10 Mistakes on SQL Server.</p>
<p><u></u></p>
<p><u>High Points Gleaned</u></p>
<p>10.&#160; Disks – Thinking space not IO (insufficient I/O, poor choice of RAID type, not enough spindles, etc.)</p>
<p>09.&#160; Ignorance – As an IT professional you should know how SQL Server works at an “internals” level.</p>
<p>08.&#160; No trouble-shooting methodology</p>
<p>07.&#160; Going with the defaults – Autogrow/autoshrink on DB’s, default filegroups, etc.</p>
<p>06.&#160; Security as an afterthought – SQL attacks are the #1 hack on the internet today.</p>
<p>05.&#160; Inadequate automation</p>
<p>04.&#160; Wrong feature or technique for the job</p>
<p>03.&#160; Apathy without change management</p>
<p>02.&#160; Inadequate preventative maintenance</p>
<p>01.&#160; Backups &lt;&gt; Recovery </p>
<p><u></u></p>
<p><u>Links</u></p>
<ul>
<li><a href="http://sqlblog.com/blogs/kevin_kline/" target="_blank">Kevin Kline’s Blog</a> </li>
<li><a href="http://www.quest.com/Quest_Site_Assets/WhitePapers/WPD_Top10SQLServerMistakes_F_1.pdf" target="_blank">White Paper for Top 10 Mistakes on SQL Server</a> </li>
<li><a href="http://sqlserverpedia.com/" target="_blank">SQL Server Pedia</a> </li>
<li><a href="http://www.quest.com/" target="_blank">Quest Software</a> </li>
</ul>
<p><u>Announcements</u></p>
</p>
<p>May Meeting: TUE 5/11 @ 11:30AM &#8211; How to Protect SQL Server with DPM 2010 &#8211; Presenter: Javier Calvillo, Microsoft </p>
<p>Special Meeting: TUE 5/18 @ 6:30PM &#8211; Essential Database Maintenance &#8211; Presenters: <a href="http://www.sqlskills.com/Blogs/Kimberly/" target="_blank">Kimberly Tripp</a> &amp; <a href="http://www.sqlskills.com/blogs/paul/" target="_blank">Paul Randal</a>, <a href="http://www.sqlskills.com" target="_blank">SQLSkills</a> </p>
<p>July Meeting: TUE 7/13 @ 11:30 &#8211; Topic TBD &#8211; <a href="http://www.brentozar.com/" target="_blank">Brent Ozar</a></p>
<p>&#8211;</p>
<p>^..^</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rtipton.wordpress.com/1639/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rtipton.wordpress.com/1639/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rtipton.wordpress.com/1639/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rtipton.wordpress.com/1639/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rtipton.wordpress.com/1639/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rtipton.wordpress.com/1639/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rtipton.wordpress.com/1639/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rtipton.wordpress.com/1639/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rhondatipton.net&amp;blog=148560&amp;post=1639&amp;subd=rtipton&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rhondatipton.net/2010/04/25/hassug-meeting-041310-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/04/hassug.jpg" medium="image">
			<media:title type="html">hassug</media:title>
		</media:content>

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