<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.arenachms.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>In the Arena</title><link>http://community.arenachms.com/blogs/in_the_arena/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Tweets on Your Website</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2010/02/03/Tweets-on-Your-Website.aspx</link><pubDate>Thu, 04 Feb 2010 04:57:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:7154</guid><dc:creator>nairdo</dc:creator><slash:comments>2</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/7154.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=7154</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=7154</wfw:comment><description>&lt;P&gt;&lt;FONT color=#888888&gt;&lt;I&gt;&lt;IMG style="WIDTH:128px;HEIGHT:128px;" align=right src="http://codersforchrist.com/images/twitter_logo_128.png" width=128 height=128&gt;For my first post to this blog, I'm borrowing and slightly modifying the latest entry from &lt;A title="Nick Airdo's blog" href="http://codersforchrist.com/nick" target=_blank&gt;my personal blog on CodersForChrist.com&lt;/A&gt;.&amp;nbsp; I think this is something that even a non-developer can do so I'm sharing it with the larger Arena Community.&lt;/I&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I recently heard someone say 'oh, Arena can't do that yet' on the topic of integrating twitter with their Arena powered website.&amp;nbsp; Not true.&amp;nbsp; There's no need to wait for a future of release of Arena.&amp;nbsp; You can easily add your favorite tweets to &lt;A title="RefreshCache.com website" href="http://community.arenachms.com/cs/controlpanel/blogs/www.refreshcache.com"&gt;an Arena powered website&lt;/A&gt; using the &lt;B&gt;XML File Transformation&lt;/B&gt; module.&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:500px;HEIGHT:333px;" title="@RefreshCache tweets as seen on www.refreshcache.com (powered by Arena ChMS)" alt="@RefreshCache tweets as seen on www.refreshcache.com (powered by Arena ChMS)" src="http://codersforchrist.com/images/20100203RCTweets_homepage.jpg" width=500 height=333&gt;&lt;/P&gt;
&lt;P&gt;Here's how to do it in three simple steps:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Publish an XSLT file that transforms a Twitter RSS feed to suit your website's layout, look and feel.&amp;nbsp; I've included mine below which you can reuse or modify as you see fit.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;Add the XML File Transformation module to a page.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;/LI&gt;
&lt;LI&gt;Configure the module's settings appropriately.&amp;nbsp; For example, I'm using "http://twitter.com/statuses/user_timeline/47123579.rss" for the &lt;B&gt;XML File Path&lt;/B&gt; and "~/xslt/Custom/Cccev/twitter.xslt" for the &lt;B&gt;XSLT File Path&lt;/B&gt; setting.&amp;nbsp; (That XML File Path is the RSS feed for our &lt;A title="@RefreshCache tweets" href="http://twitter.com/RefreshCache"&gt;@RefreshCache&lt;/A&gt; tweets.)&lt;BR&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;Here is what is going on in &lt;A title=twitter.xslt href="http://codersforchrist.com/docs/twitter.xslt" target=_blank&gt;my XSLT file&lt;/A&gt;.&amp;nbsp; In lines 9-60 is a small C# function for converting the RSS pubDate value&amp;nbsp; into a more modern, friendly relative date.&amp;nbsp; Lines 63-75 are an embedded a style block.&amp;nbsp; Line 78 is where I restrict the number of tweets displayed to only 5.&amp;nbsp; Lastly, lines 77-86 are the main HTML layout for the tweets. &lt;A title="my twitter.xslt" href="http://codersforchrist.com/docs/twitter.xslt" target=_blank&gt;You can download mine&lt;/A&gt; and modify it as you please.&lt;/P&gt;
&lt;DIV style="BORDER-BOTTOM:gray 1px solid;BORDER-LEFT:gray 1px solid;PADDING-BOTTOM:4px;LINE-HEIGHT:12pt;BACKGROUND-COLOR:#f4f4f4;MARGIN:20px 0px 10px;PADDING-LEFT:4px;WIDTH:97.5%;PADDING-RIGHT:4px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;MAX-HEIGHT:200px;FONT-SIZE:8pt;OVERFLOW:auto;BORDER-TOP:gray 1px solid;CURSOR:text;BORDER-RIGHT:gray 1px solid;PADDING-TOP:4px;"&gt;
&lt;DIV style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   1:&lt;/SPAN&gt; &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;?&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xml&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="1.0"&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;encoding&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="ISO-8859-1"&lt;/SPAN&gt;?&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   2:&lt;/SPAN&gt;  &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:stylesheet&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="1.0"&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;xmlns:xsl&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="http://www.w3.org/1999/XSL/Transform"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   3:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#ff0000;"&gt;xmlns:msxsl&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="urn:schemas-microsoft-com:xslt"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   4:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#ff0000;"&gt;xmlns:cs&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="urn:cs"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   5:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#ff0000;"&gt;xmlns:js&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="urn:custom-javascript"&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   6:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#ff0000;"&gt;exclude-result-prefixes&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="msxsl js"&lt;/SPAN&gt; &lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   7:&lt;/SPAN&gt;  &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   8:&lt;/SPAN&gt;  &lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;   9:&lt;/SPAN&gt; &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;msxsl:script&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;language&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="c#"&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;implements-prefix&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="cs"&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  10:&lt;/SPAN&gt;  &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;!&lt;/SPAN&gt;[CDATA[       &lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  11:&lt;/SPAN&gt;     public static string UXDate( string pubDate )&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  12:&lt;/SPAN&gt;     {&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  13:&lt;/SPAN&gt;         DateTime d = DateTime.Parse( pubDate );&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  14:&lt;/SPAN&gt;         DateTime now = DateTime.Now;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  15:&lt;/SPAN&gt;         TimeSpan timeSince = now - d;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  16:&lt;/SPAN&gt;         &lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  17:&lt;/SPAN&gt;         double inSeconds = timeSince.TotalSeconds;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  18:&lt;/SPAN&gt;         double inMinutes = timeSince.TotalMinutes;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  19:&lt;/SPAN&gt;         double inHours = timeSince.TotalHours;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  20:&lt;/SPAN&gt;         double inDays = timeSince.TotalDays;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  21:&lt;/SPAN&gt;         double inMonths = inDays / 30;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  22:&lt;/SPAN&gt;         double inYears = inDays / 365;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  23:&lt;/SPAN&gt; &amp;nbsp;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  24:&lt;/SPAN&gt;         if(Math.Round(inSeconds) == 1){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  25:&lt;/SPAN&gt;             return "1 second ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  26:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  27:&lt;/SPAN&gt;         else if(inMinutes &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt; 1.0){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  28:&lt;/SPAN&gt;             return Math.Floor(inSeconds) + " seconds ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  29:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  30:&lt;/SPAN&gt;         else if(Math.Floor(inMinutes) == 1){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  31:&lt;/SPAN&gt;             return "1 minute ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  32:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  33:&lt;/SPAN&gt;         else if(inHours &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt; 1.0){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  34:&lt;/SPAN&gt;             return Math.Floor(inMinutes) + " minutes ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  35:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  36:&lt;/SPAN&gt;         else if(Math.Floor(inHours) == 1){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  37:&lt;/SPAN&gt;             return "about an hour ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  38:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  39:&lt;/SPAN&gt;         else if(inDays &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt; 1.0){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  40:&lt;/SPAN&gt;             return Math.Floor(inHours) + " hours ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  41:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  42:&lt;/SPAN&gt;         else if(Math.Floor(inDays) == 1){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  43:&lt;/SPAN&gt;             return "1 day ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  44:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  45:&lt;/SPAN&gt;         else if(inMonths &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt; 3 ){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  46:&lt;/SPAN&gt;             return Math.Floor(inDays) + " days ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  47:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  48:&lt;/SPAN&gt;         else if(inMonths &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;= 12 ){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  49:&lt;/SPAN&gt;             return Math.Floor(inMonths) + " months ago ";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  50:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  51:&lt;/SPAN&gt;         else if(Math.Floor(inYears) &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;= 1){&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  52:&lt;/SPAN&gt;             return "1 year ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  53:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  54:&lt;/SPAN&gt;         else&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  55:&lt;/SPAN&gt;         {&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  56:&lt;/SPAN&gt;             return Math.Floor(inYears) + " years ago";&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  57:&lt;/SPAN&gt;         }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  58:&lt;/SPAN&gt;     }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  59:&lt;/SPAN&gt;  ]]&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  60:&lt;/SPAN&gt; &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;msxsl:script&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  61:&lt;/SPAN&gt; &amp;nbsp;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  62:&lt;/SPAN&gt;   &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:template&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="rss/channel"&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  63:&lt;/SPAN&gt;       &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  64:&lt;/SPAN&gt;        #tweets a {&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  65:&lt;/SPAN&gt;         text-decoration: none;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  66:&lt;/SPAN&gt;         color: #444;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  67:&lt;/SPAN&gt;        }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  68:&lt;/SPAN&gt;        &lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  69:&lt;/SPAN&gt;        #tweets span {&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  70:&lt;/SPAN&gt;         font-family: Verdana, Helvetica, sans-serif;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  71:&lt;/SPAN&gt;         font-size: 9px;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  72:&lt;/SPAN&gt;         color: #888;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  73:&lt;/SPAN&gt;         font-style: italic;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  74:&lt;/SPAN&gt;        }&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  75:&lt;/SPAN&gt;       &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  76:&lt;/SPAN&gt; &amp;nbsp;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  77:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;div&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="tweets"&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="padding-left:5px;font-family: Verdana, Helvetica, sans-serif; font-size: 10px;"&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  78:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:for-each&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="item[position() &amp;amp;lt;= 5]"&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  79:&lt;/SPAN&gt;             &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  80:&lt;/SPAN&gt;               &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;a&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;href&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="{link}"&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  81:&lt;/SPAN&gt;                   &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:value-of&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="substring-after(title,': ')"&lt;/SPAN&gt; &lt;SPAN style="COLOR:#0000ff;"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  82:&lt;/SPAN&gt;               &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;a&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  83:&lt;/SPAN&gt;               &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;br&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;/&amp;gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;span&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:value-of&lt;/SPAN&gt; &lt;SPAN style="COLOR:#ff0000;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;="cs:UXDate(pubDate)"&lt;/SPAN&gt; &lt;SPAN style="COLOR:#0000ff;"&gt;/&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;span&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  84:&lt;/SPAN&gt;             &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;p&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  85:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:for-each&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  86:&lt;/SPAN&gt;         &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;div&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  87:&lt;/SPAN&gt;     &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:template&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE style="BORDER-BOTTOM-STYLE:none;PADDING-BOTTOM:0px;LINE-HEIGHT:12pt;BORDER-RIGHT-STYLE:none;BACKGROUND-COLOR:#f4f4f4;MARGIN:0em;PADDING-LEFT:0px;WIDTH:100%;PADDING-RIGHT:0px;FONT-FAMILY:Consolas, 'Courier New', Courier, Monospace;BORDER-TOP-STYLE:none;COLOR:black;FONT-SIZE:8pt;BORDER-LEFT-STYLE:none;OVERFLOW:visible;PADDING-TOP:0px;"&gt;&lt;SPAN style="COLOR:#606060;"&gt;  88:&lt;/SPAN&gt; &lt;SPAN style="COLOR:#0000ff;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="COLOR:#800000;"&gt;xsl:stylesheet&lt;/SPAN&gt;&lt;SPAN style="COLOR:#0000ff;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR&gt;Here's a close-up of what the final product looks like.&lt;/P&gt;
&lt;P&gt;&lt;IMG style="WIDTH:519px;HEIGHT:250px;" title="@RefreshCache tweets as seen on www.refreshcache.com (powered by Arena ChMS)" alt="@RefreshCache tweets as seen on www.refreshcache.com (powered by Arena ChMS)" src="http://codersforchrist.com/images/20100203RCTweets_sm.jpg" width=519 height=250&gt;&lt;/P&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=7154" width="1" height="1"&gt;</description></item><item><title>Staying in the Know </title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/11/02/Staying-in-the-Know-.aspx</link><pubDate>Mon, 02 Nov 2009 15:54:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:6389</guid><dc:creator>CRivers</dc:creator><slash:comments>2</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/6389.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=6389</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=6389</wfw:comment><description>&lt;p&gt;Updates are everything in the software world, and without quality updates and timely information your awesome software product could be yesterday’s wasted effort. From time to time, users of Arena “need” to be informed. How do you keep up with the latest trends, newest Arena modules, and how can you vote on someone’s great idea if you have never seen it? Well, I thought I would share one the ways I keep up with the constant flow of information that comes from the Community - I subscribe to the Arena Community forums and read them in my e-mail client.&lt;br&gt;&lt;br&gt;I use Microsoft Outlook as my e-mail client, but you could do the same thing in Google Gmail or any email client that provides rules or filtering. &amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;b&gt;Start by going into the Community website and subscribe to your choice of forums:&lt;/b&gt;&lt;br&gt;&lt;br&gt;1. Log on to community.arenachms.com. &lt;br&gt;&lt;br&gt;2. Go to your settings by clicking your username in the top right-hand corner. Click the Email Tab and choose the type of emails you wish to receive.&lt;br&gt;&lt;br&gt;3. Click the “Forums” tab.&amp;nbsp; On the far right hand side of the navigation bar you will see a “Forum Subscriptions” hyperlink. Click the link and check “Subscribe” on all of the forums that you would like to monitor.&lt;br&gt;&lt;br&gt;4. Scroll down to the bottom and click the “Save” button.&lt;br&gt;&lt;br&gt;&lt;b&gt;In your e-mail client, create rules to filter e-mail from the Community:&lt;/b&gt;&lt;br&gt;&lt;br&gt;5.&amp;nbsp; In Microsoft Outlook, right-click a message in your Inbox from the Community and select “Create rule…”. In Gmail, check on the message and click on “Create a filter”.&lt;br&gt;&lt;br&gt;6. Configure the conditions and actions to fit your needs… redirect to subfolders, forward to other users,&amp;nbsp; mark with a label, etc.&lt;br&gt;&lt;br&gt;Encourage everyone in your ministry team to subscribe to the forums in their areas of interest.&amp;nbsp; Share these e-mail filtering tips to keep them informed with minimal effort. It’s a great way to help them see what other churches are discussing, creating, and voting for.&lt;br&gt;&lt;br&gt;Hopefully this is something that will help you stay up to speed with this ever growing product. It certainly helps me! &amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;br&gt;Chris Rivers&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=6389" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/forums/default.aspx">forums</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Arena+ChMS/default.aspx">Arena ChMS</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/e-mail/default.aspx">e-mail</category></item><item><title>A Couple Webinars for your Enjoyment</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/10/15/A-Couple-Webinars-for-your-Enjoyment.aspx</link><pubDate>Thu, 15 Oct 2009 20:47:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:6172</guid><dc:creator>CRivers</dc:creator><slash:comments>1</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/6172.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=6172</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=6172</wfw:comment><description>&lt;SPAN style="FONT-FAMILY:'Calibri','sans-serif';COLOR:navy;FONT-SIZE:11pt;"&gt;A lot of activities take place as a new client comes on board to Arena, &lt;BR&gt;and we take the next step processes very seriously to ensure a successful &lt;BR&gt;roll-out. Last month, &lt;A href="http://bit.ly/3wZ2y1" target=_blank&gt;Brookwood Church&lt;/A&gt; was one of the many new clients that &lt;BR&gt;have decided to partner with our team and the vision behind this shared &lt;BR&gt;source product. &lt;BR&gt;&lt;BR&gt;I will be giving two Webinars to help the Brookwood staff prepare for training &lt;BR&gt;and implementation. What makes this so great for you, is the leadership at &lt;BR&gt;Brookwood has given me permission to invite any other Church with interest &lt;BR&gt;in our product to attend these two refresher Webinars. I will be offering &lt;BR&gt;these on &lt;BR&gt;&lt;BR&gt;Wednesday, &lt;A href="http://bit.ly/1BTiib" target=_blank&gt;October 21 at 9:30am&lt;/A&gt; for anyone on the East Coast. &lt;BR&gt;Tuesday,&lt;A href="http://bit.ly/23G6HM" target=_blank&gt; &lt;/A&gt;&lt;A href="http://bit.ly/23G6HM" target=_blank&gt;November 3 at 3:30pm&lt;/A&gt; for anyone on the West Coast. &lt;BR&gt;&lt;BR&gt;Arena is quickly becoming the preferred application of choice, especially &lt;BR&gt;when it comes to choosing a flexible Church Management System (ChMS) that can grow within your ministry environment. This is a great opportunity to see the potential of what Arena can do for your Church. Please spread the word and register today! &lt;/SPAN&gt;
&lt;P&gt;&lt;SPAN style="FONT-FAMILY:'Calibri','sans-serif';COLOR:navy;FONT-SIZE:11pt;"&gt;Chris Rivers &lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=6172" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/ChMS/default.aspx">ChMS</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/design/default.aspx">design</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/implementation/default.aspx">implementation</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/development/default.aspx">development</category></item><item><title>Open Arena Demonstration</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/09/10/Open-Arena-Demonstration.aspx</link><pubDate>Thu, 10 Sep 2009 16:21:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:5695</guid><dc:creator>CRivers</dc:creator><slash:comments>2</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/5695.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=5695</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=5695</wfw:comment><description>












&lt;span style="font-size:11pt;"&gt;A couple weeks ago I was offered a chance to see a demonstration of a wicked cool software that blends well with &lt;a href="http://www.arenachms.com/" target="_blank"&gt;Arena&lt;/a&gt;. It was a pretty basic demonstration, but it was helpful as it uncovered a couple questions I had. Although, I find myself doing more specific demonstrations for Arena, I thought I could at least provide a chance for people interested in Arena to see what all the hype is about.&amp;nbsp; So I am going to offer a 10 thousand foot view of Arena and show you as a user how powerful Arena really is. It will be more like a, "Oh my gosh that would be cool if we could do that" kind of demonstration. So if you are interested in checking out one of the best Church Software products on the market go &lt;a href="https://www1.gotomeeting.com/register/502881169" target="_blank"&gt;here&lt;/a&gt; and register. See you then! &amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style="font-size:11pt;"&gt;&amp;nbsp;&lt;br&gt;&lt;br&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;span style="font-size:11pt;"&gt;Chris Rivers&lt;br&gt;&lt;/span&gt;&lt;span style="font-size:11pt;"&gt;&lt;a href="http://twitter.com/ourarena" target="_blank"&gt;OurArena &lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=5695" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Community/default.aspx">Community</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Shelby+Systems/default.aspx">Shelby Systems</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/communication/default.aspx">communication</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Remote+Demonstration/default.aspx">Remote Demonstration</category></item><item><title>Shelby Launches Community Site</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/07/29/Shelby-Launches-Community-Site.aspx</link><pubDate>Wed, 29 Jul 2009 12:48:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:5273</guid><dc:creator>mtwhite</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/5273.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=5273</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=5273</wfw:comment><description>&lt;i&gt;Guest Post by Stephen O'Daniel - Shelby Community Moderator&lt;/i&gt;&lt;br&gt;&lt;br&gt;We have exciting news for all of our Shelby Systems customers: the Shelby Community is now online! Exchange ideas, tips, or techniques related to the Shelby Systems Software. Ask a question or provide a solution. The Community is here to help you connect with other Shelby Systems customers and learn from one another. We know that you enjoy the Arena community as a place to gather and communicate, and hope that you will also come be a vital part of the Shelby Community. &lt;br&gt;&lt;br&gt;Post to these forums:&lt;br&gt;&lt;br&gt;•&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;ShelbyChurch&lt;/b&gt; - Ask questions, get answers, and share ideas on non-financial modules. &lt;br&gt;•&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;ShelbyFinancials&lt;/b&gt; - Ask questions, get answers, and share ideas on financial modules. &lt;br&gt;•&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;ShelbyConnections&lt;/b&gt; - Talk about products and services from Shelby Systems business partners. &lt;br&gt;•&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;ShelbyDonor/HQ&lt;/b&gt; - Ask questions, get answers, and share ideas on the ShelbyDONOR/HQ family of products. &lt;br&gt;•&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;b&gt;ShelbyIT&lt;/b&gt; - Ask questions, get answers, and share ideas with other IT, Network, and Database professionals&lt;br&gt;&lt;br&gt;In addition to communicating with other Shelby Systems users, the Announcement area provides us with another avenue to post important notices regarding our Company and the Shelby Systems software. The Community also houses Shelby Online Support, our online knowledge base. Finally, the General Support Questions forum allows you to post a question and get a response directly from the Shelby Systems Support Department.&lt;br&gt;&lt;br&gt;Go to &lt;a href="http://community.shelbyinc.com" target="_blank"&gt;http://community.shelbyinc.com&lt;/a&gt; to login or sign up for the Community. For detailed instructions on how to sign up, click &lt;a href="http://www.shelbyinc.com/images/enews/2009/Community/theCommunity.pdf" target="_blank"&gt;here&lt;/a&gt; or enter the following URL into your browser address bar:&lt;br&gt;&lt;br&gt;&lt;a href="http://www.shelbyinc.com/images/enews/2009/Community/theCommunity.pdf" target="_blank"&gt;http://www.shelbyinc.com/images/enews/2009/Community/theCommunity.pdf&lt;/a&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=5273" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Community/default.aspx">Community</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/forums/default.aspx">forums</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/communication/default.aspx">communication</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Shelby/default.aspx">Shelby</category></item><item><title>So, Exactly Where Is That New Release?</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/07/21/So_2C00_-Exactly-Where-Is-That-New-Release_3F00_.aspx</link><pubDate>Tue, 21 Jul 2009 20:36:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:5232</guid><dc:creator>mtwhite</dc:creator><slash:comments>1</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/5232.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=5232</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=5232</wfw:comment><description>&lt;p&gt;Glad you asked. Originally we had scheduled the release of version 2009.100 for the week of July 13th. Between the time we announced that date and now, we've had communication with one of our 3rd party vendors which is causing us to delay the release. As most of you know, we use an ESRI web service to display the maps used in the Groups area of Arena. Just recently ESRI alerted us to the fact that they are changing the process and access to that web service and their intention to discontinue the current method altogether. After a few late nights with lots of caffeine our developers have completed our portion of the rewrite. We’re now waiting on ESRI to complete the setup and deployment of the new hosted solution. &lt;/p&gt;&lt;p&gt;So what does that mean for the release? &lt;/p&gt;&lt;p&gt;Unfortunately, we are forced to move the date back until August 3rd to coincide with their new service. This date gives us adequate time for thorough testing and will produce a solid release (including documentation!). &lt;br&gt;&lt;br&gt;I realize this is not welcome news and we do not like being unable to fulfill our responsibility to you for an on-time release. But in this situation we feel it is in the best interest of you, our client, that we delay the release until we can ensure a smooth and complete release. &lt;br&gt;&lt;br&gt;Thank you for your understanding and as always please let us know your thoughts. &lt;br&gt;&lt;br&gt;Mark&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=5232" width="1" height="1"&gt;</description></item><item><title>Doing Your Homework</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/07/13/Doing-Your-Homework.aspx</link><pubDate>Mon, 13 Jul 2009 15:03:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:5159</guid><dc:creator>CRivers</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/5159.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=5159</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=5159</wfw:comment><description>&lt;P&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="COLOR:black;FONT-FAMILY:'Calibri','sans-serif';"&gt;&lt;FONT size=3&gt;It's clear that more and more churches are demanding a better product and service; a solution&amp;nbsp;based &lt;IMG style="WIDTH:160px;HEIGHT:123px;" height=123 hspace=7 src="http://community.arenachms.com/photos/webready/images/5161/secondarythumb.aspx" width=160 align=right border=3&gt;on their specific needs.&amp;nbsp;What two churches work alike?&amp;nbsp;Each ministry department has its own goals and needs as it relates to security, reporting, and&amp;nbsp;ease of use.&amp;nbsp;As churches grow they want more control over their database and don't want to be told that there is a limit&amp;nbsp;to accessing their information.&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="COLOR:black;FONT-FAMILY:'Calibri','sans-serif';"&gt;&lt;FONT size=3&gt;It takes a lot of homework to find the right solution,&amp;nbsp;to execute the right plan, to experience&amp;nbsp;real benefits in ministry.&amp;nbsp;I would love to sell you on Arena&amp;nbsp;and that it is the best software out there, but I think it would be more useful to direct you to customers so they can speak on&amp;nbsp;Arena's behalf.&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN class=apple-style-span&gt;&lt;SPAN style="COLOR:black;FONT-FAMILY:'Calibri','sans-serif';"&gt;&lt;FONT size=3&gt;Arena has&amp;nbsp;been in the marketplace since Jan 2007 and&amp;nbsp;has an ever-growing vibrant community. There are a lot of blogs out there that speak from experience about Arena. Maybe directing you to them might help as&amp;nbsp;you continue to search for the application that best fits&amp;nbsp;your needs.&amp;nbsp;Check out&amp;nbsp;&lt;A class="" title="Renewing Mind blog" href="http://transformingrenewal.blogspot.com/2008/10/chms-summary.html" target=_blank&gt;Renewing Mind&lt;/A&gt;&lt;/FONT&gt;&lt;FONT size=3&gt;&lt;SPAN&gt; &lt;/SPAN&gt;and&amp;nbsp;&lt;/FONT&gt;&lt;FONT size=3&gt; &lt;A class="" title="David Turner's blog" href="http://www.david-turner.net/2009/06/arena-as-a-cms/" target=_blank&gt;this&amp;nbsp;blog&lt;/A&gt; for starters.&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;o:p&gt;&lt;FONT face=Calibri size=3&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=5159" width="1" height="1"&gt;</description></item><item><title>Documentation Process</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/30/Documentation-Process.aspx</link><pubDate>Tue, 30 Jun 2009 15:31:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:5082</guid><dc:creator>benlane</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/5082.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=5082</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=5082</wfw:comment><description>&lt;p&gt;The Arena documentation is in the process of a complete overhaul and will come in two stages.&amp;nbsp; The first stage involves making sure that the current documents include the features&amp;nbsp;and enhancements from the 2008.3 and 2009.1 versions of Arena.&amp;nbsp; With this new release we have also changed our documentation strategy. You will notice a difference in the documents coming out with the 2009.1 version which in include a new look in comparison to the older sections.&amp;nbsp; One example is the section about Background Checks.&amp;nbsp; Please check it out and give us feedback.&lt;/p&gt;
&lt;p&gt;Our goal is to have&amp;nbsp;all documents rewritten in preparation for the 2009.2 release .&amp;nbsp;&amp;nbsp;Our philosophy is that the Administrator's Guide will&amp;nbsp;be one complete Arena document, and the parts&amp;nbsp;that relate to the end user will be separated into the End User's Manual.&amp;nbsp; The Reference Guide will be included in the Administrator's Guide as an appendix, and can also be separated into it's own document.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Training department is responsible for Arena documentation and we&amp;nbsp;welcome your&amp;nbsp;feedback! &lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=5082" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/implementation/default.aspx">implementation</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/guides/default.aspx">guides</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/manuals/default.aspx">manuals</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/documentation/default.aspx">documentation</category></item><item><title>Arena Featured in Shelby's Latest Podcast</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/18/Arena-Featured-in-Shelby_2700_s-Latest-Podcast.aspx</link><pubDate>Thu, 18 Jun 2009 17:38:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4986</guid><dc:creator>mtwhite</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4986.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4986</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4986</wfw:comment><description>I had the pleasure of being interviewed for&amp;nbsp;this month's&amp;nbsp;Shelby Podcast. Take a few minutes and &lt;A class="" href="http://www.shelbyinc.com/default.aspx?Sec=Podcast&amp;amp;Page=Podcast" target=_blank&gt;listen&lt;/A&gt; for a little&amp;nbsp;insight into&amp;nbsp;our future plans and as always, we'd love your feedback. &lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4986" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/social+networking/default.aspx">social networking</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Community/default.aspx">Community</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/press/default.aspx">press</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Product+Development/default.aspx">Product Development</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Roadmap/default.aspx">Roadmap</category></item><item><title>International Shelby Conference 2009</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/16/International-Shelby-Conference-Press-Release.aspx</link><pubDate>Tue, 16 Jun 2009 20:57:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4930</guid><dc:creator>BeccaG</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4930.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4930</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4930</wfw:comment><description>&lt;p&gt;Shelby Systems' event team just published a press release about&amp;nbsp;the recent&amp;nbsp;Shelby Systems user conference held in Dallas.&lt;/p&gt;
&lt;p&gt;"In the opening session &lt;a href="http://www.anthonycoppedge.com/" target="_blank"&gt;Anthony Coppedge&lt;/a&gt;, church media consultant and passionate "Technology Evangelist,” set the tone of Building Community with his presentation on “The Reason Your Church Must Twitter.” The presentation was based on his recently released book of the same name..."&lt;br&gt;&lt;br&gt;Read&amp;nbsp;the&amp;nbsp;full press release in the Shelby Systems &lt;a href="http://www.shelbyinc.com/Default.aspx?Sec=Contact&amp;amp;Page=ReadNews&amp;amp;NewsID=68" class="" title="Shelby Systems Press Room" target="_blank"&gt;press room&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4930" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/ISC/default.aspx">ISC</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Arena/default.aspx">Arena</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Shelby+Systems/default.aspx">Shelby Systems</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/training/default.aspx">training</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/International+Shelby+Conference/default.aspx">International Shelby Conference</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/events/default.aspx">events</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/conferences/default.aspx">conferences</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Twitter/default.aspx">Twitter</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Anthony+Coppedge/default.aspx">Anthony Coppedge</category></item><item><title>Small Group Networking App</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/09/Small-Group-Networking-.aspx</link><pubDate>Tue, 09 Jun 2009 13:37:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4775</guid><dc:creator>mtwhite</dc:creator><slash:comments>1</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4775.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4775</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4775</wfw:comment><description>&lt;p&gt;In the Real Estate world the mantra is 'location, location, location", in the world of small groups it's "communication, communication, communication". With that goal in mind Arena is launching a Small Group Networking tool to foster relationships and community within your church's small groups. Given the amount of interaction within social networks including Facebook, LinkedIn and Twitter, it's only natural that a church would wish to integrate those same fundamental aspects into their ChMS.&amp;nbsp; &lt;br&gt;&lt;/p&gt;
&lt;p&gt;With a 'High Touch High Tech" philosophy our new tool will enable each member of a small group to stay in touch with fellow group members. After much research and many conversations, our developers have created an application with a simple interface along with an intuitive user experience. &lt;br&gt;&lt;/p&gt;
&lt;p&gt;ArenaChMS will release the Small Group Networking portal with the next version of Arena. &lt;/p&gt;
&lt;p&gt;Check back for more details and features.&amp;nbsp; &lt;br&gt;&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4775" width="1" height="1"&gt;</description></item><item><title>Building a Web Site in Arena</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/05/Building-a-Web-Site-in-Arena.aspx</link><pubDate>Fri, 05 Jun 2009 19:53:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4736</guid><dc:creator>BeccaG</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4736.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4736</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4736</wfw:comment><description>&lt;p&gt;Our friends at WebMedley are sharing a blog series on how to build a template in Arena:&lt;/p&gt;
&lt;p&gt;“When beginning your first template, there are a few requirements that we'll need to get out of the way. If you're a developer level Arena client, then the first thing you'll need is the Arena SDK from the Arena Community site.&amp;nbsp; While this is not a requirement in the sense that you "can't build a template without it", you should use the SDK as it allows you to make mistakes without the whole world seeing it on your production server.&amp;nbsp; I doubt your tech folks are going to let you go "commando" on a live server anyway, but I'll save you an awkward conversation.&amp;nbsp; Use the SDK.&lt;br&gt;&lt;br&gt;If you're not a developer level client, you can still modify the .ascx and .ascx.cs files..."&amp;nbsp; &lt;a href="http://www.webmedley.com/Blog/tabid/517/articleType/NewsListing/Default.aspx" class="" title="WebMedley Blog" target="_blank"&gt;Read the rest&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4736" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Arena/default.aspx">Arena</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/WebMedley/default.aspx">WebMedley</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/templates/default.aspx">templates</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/SDK/default.aspx">SDK</category></item><item><title>And this year's &quot;Man In The Arena&quot; award goes to...</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/01/And-the-Man-In-The-Arena-Award-Goes-to_2E002E002E00_.aspx</link><pubDate>Mon, 01 Jun 2009 21:24:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4680</guid><dc:creator>BeccaG</dc:creator><slash:comments>2</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4680.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4680</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4680</wfw:comment><description>&lt;SPAN id=PreviewBody&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;&lt;STRONG&gt;Our congratulations goes out to David Turner!&lt;IMG title="David Turner" style="WIDTH:346px;HEIGHT:346px;" height=346 alt="David Turner" hspace=8 src="http://community.arenachms.com/photos/webready/images/4682/original.aspx" width=346 align=right border=3&gt;&lt;BR&gt;&lt;BR&gt;&lt;/STRONG&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;David's many contributions&amp;nbsp;have been a wonderful&amp;nbsp;asset to The Community.&amp;nbsp; He was awarded&amp;nbsp;today during&amp;nbsp;the Arena&amp;nbsp;Developer Roundtable, held in Dallas, TX.&amp;nbsp;This roundtable was held in conjunction with the annual International Shelby Conference.&lt;BR&gt;&lt;BR&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;The&lt;STRONG&gt; Man In The Arena&lt;/STRONG&gt; award goes to&amp;nbsp;one person each year who has made an indelible contribution to the Arena project.&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;The community of users, developers and partners are&amp;nbsp;changed in a positive way&amp;nbsp;due to&amp;nbsp;the contributions&amp;nbsp;of this recipient.&lt;BR&gt;&lt;BR&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;&lt;EM&gt;Did you know...?&amp;nbsp; &lt;BR&gt;&lt;/EM&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;One of the key inspirations for the name given to Arena (and thus the award) was the following speech:&lt;BR&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;BR&gt;"It is not the critic who counts; not the man who points out how the strong man stumbles, or where the doer of deeds could have done them better. The credit belongs to the man who is actually &lt;STRONG&gt;in the arena&lt;/STRONG&gt;, whose face is marred by dust and sweat and blood; who strives valiantly; who errs, who comes short again and again, because there is no effort without error and shortcoming; but who does actually strive to do the deeds; who knows great enthusiasms, the great devotions; who spends himself in a worthy cause; who at the best knows in the end the triumph of high achievement, and who at the worst, if he fails, at least fails while daring greatly, so that his place shall never be with those cold and timid souls who neither know victory nor defeat." &lt;BR&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;BR&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;FONT face=Arial&gt;&amp;nbsp;Theodore Roosevelt (excerpt from a speech delivered in Paris, 1910)&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt; &lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN id=PreviewBody&gt;&lt;SPAN style="FONT-SIZE:16pt;FONT-FAMILY:Arial;mso-fareast-font-family:'Times New Roman';mso-ansi-language:EN-US;mso-fareast-language:EN-US;mso-bidi-language:AR-SA;"&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;SPAN style="FONT-SIZE:10pt;FONT-FAMILY:'Trebuchet MS';mso-bidi-font-weight:bold;mso-bidi-font-family:Arial;"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4680" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/ISC/default.aspx">ISC</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Arena/default.aspx">Arena</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Roundtable/default.aspx">Roundtable</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Dallas/default.aspx">Dallas</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/awards/default.aspx">awards</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/developer+community/default.aspx">developer community</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Man+In+The+Arena/default.aspx">Man In The Arena</category></item><item><title>Shelby Systems First Church Software Provider Approved for CEU Credits</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/06/01/Shelby-Systems-First-Church-Software-Provider-Approved-for-CEU-Credits.aspx</link><pubDate>Mon, 01 Jun 2009 18:55:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4678</guid><dc:creator>mikejarrell</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4678.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4678</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4678</wfw:comment><description>&lt;p&gt;&lt;img src="http://www.shelbyinc.com/Images/ceu.jpg" title="CEU" alt="CEU" width="97" align="right" border="0" height="88"&gt;MAY 29 2009, CORDOVA, TN –&amp;nbsp; Shelby Systems, Inc. has become the first church software provider to be approved for the National Association of Church Business Administration’s (NACBA) National Registered Continuing Education Provider (NRCEP) Program. “The program is a premier, comprehensive, continuing education program related to administration in the local church. It is designed to enhance the ongoing professional development of NACBA members and other ministry professionals, through the offering of quality learning experiences,” said Phill Martin, Deputy Chief Executive Officer at NACBA.&lt;br&gt;&lt;br&gt;As the first Registered Continuing Education Provider, all Shelby Systems’ workshops and the majority of classes at the International Shelby Conference have been approved by NACBA for Continuing Education Units (CEU). CEUs are required certification or renewal of certification as a Fellow in Church Business Administration (FCBA).&lt;br&gt;&lt;br&gt;The addition of CEU credits is an enhancement to Shelby Systems’ continuing education program, a program offering Continuing Professional Education (CPE) credits for those renewing their CPA. &lt;br&gt;&lt;br&gt;&lt;i&gt;Shelby Systems, located in Cordova, Tennessee, provides management software designed for faith-based organizations such as churches, denominational headquarters, and other non-profit groups. The company currently serves over 9,000 customers in more than 40 countries.&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Marketing Contact:&lt;/b&gt;&lt;br&gt; Rebecca H. Greer, MarCom Manager&lt;br&gt;800.877.0222&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Training and Education Contact:&lt;/b&gt;&lt;br&gt;Bill Ballou, Training Manager&lt;br&gt;800.654.1605&lt;br&gt;&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4678" width="1" height="1"&gt;</description></item><item><title>Computable Knowledge</title><link>http://community.arenachms.com/blogs/in_the_arena/archive/2009/05/21/Computable-Knowledge.aspx</link><pubDate>Thu, 21 May 2009 17:41:00 GMT</pubDate><guid isPermaLink="false">70af58e1-86fb-4e40-980e-a55e1aeb6ebe:4638</guid><dc:creator>BeccaG</dc:creator><slash:comments>0</slash:comments><comments>http://community.arenachms.com/blogs/in_the_arena/comments/4638.aspx</comments><wfw:commentRss>http://community.arenachms.com/blogs/in_the_arena/commentrss.aspx?PostID=4638</wfw:commentRss><wfw:comment>http://community.arenachms.com/blogs/in_the_arena/rsscomments.aspx?PostID=4638</wfw:comment><description>&lt;p&gt;Recently, I shared in a management meeting my theory of the "age" we're beginning to experience. It will have more to do with beauty and meaning, less to do with "information."&lt;/p&gt;
&lt;p&gt;We've been in the information age, a period&amp;nbsp;where information is more and more accessible (not so much quantifiable, but that's another topic for another day...)&amp;nbsp;The amazing increase of information accessibility has resulted in an information overload, of sorts.&amp;nbsp;Without the ability to more easily and accurately sort, quantify, and most importantly, DERIVE MEANING from the information at-hand, we're likely to see a quick backlash of resistance against the technology.&lt;/p&gt;
&lt;p&gt;One project that may prevent this backlash is &lt;a href="http://www.wolframalpha.com/" class="" title="Wolfram Alpha" target="_blank"&gt;Wolfram Alpha&lt;/a&gt;. This knowledge engine project has caught quite a few channels lately.&amp;nbsp;I would consider this project to be experimenting with the "sort" issue I mentioned before.&amp;nbsp;How do you see this kind of project fitting into your ministry needs?&lt;/p&gt;&lt;img src="http://community.arenachms.com/aggbug.aspx?PostID=4638" width="1" height="1"&gt;</description><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/Wolfram+Alpha/default.aspx">Wolfram Alpha</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/computable+knowledge/default.aspx">computable knowledge</category><category domain="http://community.arenachms.com/blogs/in_the_arena/archive/tags/information+age/default.aspx">information age</category></item></channel></rss>