<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://telligent.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>Telligent Technology Community Team Blog</title><link>http://telligent.com/community/developers/b/teamblog/default.aspx</link><description /><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Testing Web Services</title><link>http://telligent.com/community/developers/b/teamblog/archive/2011/12/20/testing-web-services.aspx</link><pubDate>Tue, 20 Dec 2011 16:24:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1352494</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1352494</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2011/12/20/testing-web-services.aspx#comments</comments><description>Jim Holmes asked me to write an article about testing web services for his great 31 Days of Testing blog series and I gladly did so: 
 31 Days of Testing &amp;ndash; Day 16: Testing Web Services 
 The article ended up being less about testing web services...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2011/12/20/testing-web-services.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1352494&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Accessing the Miso API: a sample ASP.NET application</title><link>http://telligent.com/community/developers/b/teamblog/archive/2011/01/10/accessing-the-miso-api-a-sample-asp-net-application.aspx</link><pubDate>Mon, 10 Jan 2011 07:09:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1344979</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1344979</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2011/01/10/accessing-the-miso-api-a-sample-asp-net-application.aspx#comments</comments><description>Miso recently launched the initial phase of their API and make use of OAuth (similar to Twitter&amp;rsquo;s implementation) to allow user&amp;rsquo;s to authenticate with Miso and authorize your application to act on their behalf. The documentation is well written...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2011/01/10/accessing-the-miso-api-a-sample-asp-net-application.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1344979&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Top 10 Reasons to Refactor Your Tests</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/top-10-reasons-to-refactor-your-tests.aspx</link><pubDate>Tue, 16 Nov 2010 16:47:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1343505</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1343505</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/top-10-reasons-to-refactor-your-tests.aspx#comments</comments><description>10. You do have tests, don&amp;rsquo;t you? 
 9. It&amp;rsquo;s the right thing to do - tests build up technical debt, too 
 8. Keeping your tests lean, mean, clean and tidy ensures that writing new tests is easy and pain free 
 7. It&amp;rsquo;s a nice break...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/top-10-reasons-to-refactor-your-tests.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1343505&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>How to convert a 10-digit timestamp in JSON to a Javascript Date</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/how-to-convert-a-10-digit-timestamp-in-json-to-a-javascript-date.aspx</link><pubDate>Tue, 16 Nov 2010 06:25:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1343490</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1343490</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/how-to-convert-a-10-digit-timestamp-in-json-to-a-javascript-date.aspx#comments</comments><description>That&amp;rsquo;s a fairly long title to describe this: 
 1280296860 
 I found this value in a field of a JSON response from a web service where I was expecting a date. I&amp;rsquo;m used to seeing 13 digit timestamps so this date surprised me and looked a little...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/how-to-convert-a-10-digit-timestamp-in-json-to-a-javascript-date.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1343490&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>How to convert a 10-digit “date” in a JSON response from a web service</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/how-to-convert-a-10-digit-date-in-a-json-response-from-a-web-service.aspx</link><pubDate>Tue, 16 Nov 2010 06:25:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1343488</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1343488</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/how-to-convert-a-10-digit-date-in-a-json-response-from-a-web-service.aspx#comments</comments><description>That&amp;rsquo;s a fairly long title to describe this: 
 1280296860 
 I found this value in a field where I was expecting a date in a JSON response from a web service. I&amp;rsquo;m used to seeing 13 digit timestamps so this date surprised me and looked a little...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/11/16/how-to-convert-a-10-digit-date-in-a-json-response-from-a-web-service.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1343488&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Add your own custom REST endpoints to the Telligent Evolution platform API</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/07/28/add-your-own-custom-rest-endpoints-to-the-telligent-evolution-platform-api.aspx</link><pubDate>Wed, 28 Jul 2010 06:01:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1339379</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1339379</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/07/28/add-your-own-custom-rest-endpoints-to-the-telligent-evolution-platform-api.aspx#comments</comments><description>I recently got asked the following from a fellow Telligenti: 
 
 &amp;ldquo;Is there a way to do a simple &amp;lsquo;are UserA and UserB friends&amp;rsquo; check via REST? Seems the only way is to get a list of UserA&amp;#39;s followers and see if it contains UserB...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/07/28/add-your-own-custom-rest-endpoints-to-the-telligent-evolution-platform-api.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1339379&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>What's the deal with REST?</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/07/15/what-s-the-deal-with-rest.aspx</link><pubDate>Thu, 15 Jul 2010 21:13:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1339177</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1339177</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/07/15/what-s-the-deal-with-rest.aspx#comments</comments><description>My buddy, James C Bender , recently posted a good basic description of REST . If you&amp;#39;re starting to get into Telligent&amp;#39;s REST web services James&amp;#39; article will serve as a good starting point. Then you can head over to the Telligent Evolution...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/07/15/what-s-the-deal-with-rest.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1339177&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Telligent Evolution SDK and Android</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/04/22/telligent-evolution-sdk-and-android.aspx</link><pubDate>Thu, 22 Apr 2010 13:37:28 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336886</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336886</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/04/22/telligent-evolution-sdk-and-android.aspx#comments</comments><description>It’s probably no surprise that most of the Telligenti are iPhone, MacBook and now iPad junkies. But we Telligenti are open-minded for the most part and we’re committed to using and abusing “best of breed” solutions – we now use Solr (on Java) for our...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/04/22/telligent-evolution-sdk-and-android.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336886&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Now Available: Customization Guide for the Telligent Evolution Platform 5.5</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/04/09/now-available-customization-guide-for-the-telligent-evolution-platform-5-5.aspx</link><pubDate>Fri, 09 Apr 2010 19:12:25 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336493</guid><dc:creator>Ben Tiedt</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336493</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/04/09/now-available-customization-guide-for-the-telligent-evolution-platform-5-5.aspx#comments</comments><description>The updated version of the Customization Guide for the Telligent Evolution Platform for version 5.5 is now available.&amp;#160; It outlines the changes made to theme and widget support in 5.5 as well as guidelines on how to use new features to implement customizations...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/04/09/now-available-customization-guide-for-the-telligent-evolution-platform-5-5.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336493&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Chameleon/default.aspx">Chameleon</category><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Community+Server/default.aspx">Community Server</category><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Telligent/default.aspx">Telligent</category><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Theming/default.aspx">Theming</category></item><item><title>Competition Much?</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/04/08/competition-much.aspx</link><pubDate>Thu, 08 Apr 2010 05:51:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336528</guid><dc:creator>Josh Ledgard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336528</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/04/08/competition-much.aspx#comments</comments><description>Hmmm… I wonder what’s not easy to read, thin, and under a pound?!?!&amp;#160; 
 
Posted to Business 
 

 Similar Posts 
 
 Good Quotes from Rework 
 The only tools you need spec software in 2009 
 Design for Mobile first and Full Screen Second ...read more...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/04/08/competition-much.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336528&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Business/default.aspx">Business</category></item><item><title>What’s on My Android Phone</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/04/06/what-s-on-my-android-phone.aspx</link><pubDate>Wed, 07 Apr 2010 04:50:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336356</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336356</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/04/06/what-s-on-my-android-phone.aspx#comments</comments><description>Yesterday I asked Joel Ross if he would write a blog post listing the apps that he liked and used on his Android phone. Android owners in our crowd are few and far between. Most developers that I know are iPhone junkies, the next largest group is probably...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/04/06/what-s-on-my-android-phone.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336356&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Links, Subfolders, ISAPI_Rewrite, Routing, and more</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/04/06/links-subfolders-isapi-rewrite-routing-and-more.aspx</link><pubDate>Wed, 07 Apr 2010 03:20:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336355</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336355</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/04/06/links-subfolders-isapi-rewrite-routing-and-more.aspx#comments</comments><description>I know that is a horrible title but &amp;ldquo;How to fix your generated links that contain an extra subfolder name when using ISAPI_Rewrite to host more than one site on your OrcsWeb hosting account&amp;rdquo; seemed a little long. Now that I&amp;rsquo;ve stuffed...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/04/06/links-subfolders-isapi-rewrite-routing-and-more.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336355&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Blog/default.aspx">Blog</category></item><item><title>Design for Mobile first and Full Screen Second</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/03/31/design-for-mobile-first-and-full-screen-second.aspx</link><pubDate>Thu, 01 Apr 2010 00:24:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336503</guid><dc:creator>Josh Ledgard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336503</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/03/31/design-for-mobile-first-and-full-screen-second.aspx#comments</comments><description>This isn’t a rant about the proliferation of mobile devices and how they are going to do everything except change your cat’s litter box in the future. It’s simply about improving your design chops. I’ve decided that new feature work should start with...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/03/31/design-for-mobile-first-and-full-screen-second.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336503&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Design/default.aspx">Design</category></item><item><title>PayPal app coming to Android</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/03/26/paypal-app-coming-to-android.aspx</link><pubDate>Fri, 26 Mar 2010 14:01:02 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1335888</guid><dc:creator>Dan Hounshell</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1335888</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/03/26/paypal-app-coming-to-android.aspx#comments</comments><description>But alas, there will always be a group of people who think PayPal and Bump Payments are a HORRIBLE idea. And there is a very specific name for that groupá�¥ MOOCHERS! 

 
 via phandroid.com 
 Like the author I wonder if you&amp;#39;ll be able to bump...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/03/26/paypal-app-coming-to-android.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1335888&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>Good Quotes from Rework</title><link>http://telligent.com/community/developers/b/teamblog/archive/2010/03/21/good-quotes-from-rework.aspx</link><pubDate>Mon, 22 Mar 2010 03:36:00 GMT</pubDate><guid isPermaLink="false">92d67afb-f426-4529-b1c0-df597f24068f:1336529</guid><dc:creator>Josh Ledgard</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://telligent.com/community/developers/b/teamblog/rsscomments.aspx?WeblogPostID=1336529</wfw:commentRss><comments>http://telligent.com/community/developers/b/teamblog/archive/2010/03/21/good-quotes-from-rework.aspx#comments</comments><description>Over the weekend I finished Rework and figured I’d share some quotes from it as well. This book was excellent and the perfect complimentary read to Linchpin .&amp;#160; There was a lot of overlap and similar concepts.&amp;#160; While Linchpin was more psychology...(&lt;a href="http://telligent.com/community/developers/b/teamblog/archive/2010/03/21/good-quotes-from-rework.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://telligent.com/aggbug.aspx?PostID=1336529&amp;AppID=546&amp;AppType=1&amp;ContentType=0" width="1" height="1"&gt;</description><category domain="http://telligent.com/community/developers/b/teamblog/archive/tags/Business/default.aspx">Business</category></item></channel></rss>
