<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/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>Jonathan Cogley&amp;#39;s Blog</title><link>http://weblogs.asp.net/jcogley/default.aspx</link><description>C#, Test Driven Development, Pair Programming, MVP C#, ASPInsider, Secret Server</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Hiring .NET Developers in Washington DC</title><link>http://weblogs.asp.net/jcogley/archive/2013/05/07/hiring-net-developers-in-washington-dc.aspx</link><pubDate>Tue, 07 May 2013 13:32:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:10256655</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=10256655</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2013/05/07/hiring-net-developers-in-washington-dc.aspx#comments</comments><description>&lt;p&gt;My company, Thycotic Software is hiring for .NET Developers.&amp;nbsp; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.thycotic.com/career_tdddeveloper.html " mce_href="http://www.thycotic.com/career_tdddeveloper.html "&gt;http://www.thycotic.com/career_tdddeveloper.html&lt;/a&gt; &lt;/p&gt;&lt;p&gt;This is a great position - competitive salary, great benefits, awesome 
developers and fun problems to solve - you will be challenged! &lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=10256655" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>oAuth versus Application Keys</title><link>http://weblogs.asp.net/jcogley/archive/2013/02/19/oauth-versus-application-keys.aspx</link><pubDate>Wed, 20 Feb 2013 00:37:59 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9892280</guid><dc:creator>thycotic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=9892280</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2013/02/19/oauth-versus-application-keys.aspx#comments</comments><description>&lt;p&gt;I have not spent hours reading standards for interacting with websites.&amp;#160; However I did recently have to integrate with various services across a few projects:&amp;#160; MailChimp, GoToWebinar (citrixonline) and LinkedIn.&lt;/p&gt;  &lt;p&gt;The easiest to integrate with from simple C# / .NET code was definitely MailChimp.&amp;#160; Their API has a simple REST interface and they provide application keys in their Admin dashboard that you can create and then use in your integration (this is basically a simple “password” that is tied to your application and you can revoke the key if necessary).&amp;#160; For typical backend plumbing/integration work this is perfect … you authenticate simply from your script or code and then do the work of the integration (adding data, pulling data, whatever).&lt;/p&gt;  &lt;p&gt;Now let’s talk about oAuth … so I get it, the user needs to give their permission for your app to act on their behalf.&amp;#160; And here we have the first #fail … GoToWebinar has implemented this model although I am willing to bet the vast majority of their integrations are really just backend plumbing (grab a list of available webinars and show them on our website, etc.)&amp;#160; Using oAuth in this environment is really the wrong fit and is painful – but they provide no alternative.&amp;#160; That said, once you have done all the gyrations for user tokens, at least the actual API calls are just REST and make for simple code.&amp;#160; The biggest problem is that the oAuth access token will expire (after about a year I think per GoToWebinar docs in which case a human has to do the whole process to get things working again … yikes).&lt;/p&gt;  &lt;p&gt;Next I got to try out integration with LinkedIn … in this case oAuth did actually make sense for me, since my use case did require permission from the user (not just plumbing work).&amp;#160; Unfortunately the API is just not simple – the description of the authentication process in the LinkedIn docs is confusing and doesn’t really explain all the bits about AccessRequestToken, AccessRequestTokenSecret, OAuthAccessToken, OAuthAccessTokenSecret and OAuthAccessRequestVerifier.&amp;#160; Then the second killer is it just isn’t simple to call the API due to all the signature generation required (nonce, timestamp, etc.)&amp;#160; I used the oAuth code from &lt;a href="http://developer.linkedin.com/thread/1190"&gt;here&lt;/a&gt; which made it easier but still not simple.&lt;/p&gt;  &lt;p&gt;It seems like API developers need to be careful about which route they choose (for the typical use case) and how simple these things are to use…&amp;#160; &lt;/p&gt;  &lt;p&gt;Whatever happened to “Make it is as simple as possible and no simpler”?&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9892280" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Hiring for TDD .NET engineers in Washington DC</title><link>http://weblogs.asp.net/jcogley/archive/2013/02/19/hiring-for-tdd-net-engineers-in-washington-dc.aspx</link><pubDate>Tue, 19 Feb 2013 23:56:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9892170</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=9892170</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2013/02/19/hiring-for-tdd-net-engineers-in-washington-dc.aspx#comments</comments><description>&lt;p&gt;Thycotic/LogicBoost is hiring for .NET engineers at our office in downtown Washington DC.&amp;#160; This is a team that has been doing Test Driven Development and Pair Programming since 2004 (very mature agile team).&amp;#160; This is an amazing environment to work with great engineers in a team-based atmosphere (free lunches on Wednesdays, loads of personal development and learning is at our core).&lt;/p&gt;  &lt;p&gt;Take the code test to apply.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.thycotic.com/career_tdddeveloper.html"&gt;http://www.thycotic.com/career_tdddeveloper.html&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9892170" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Test+Driven+Development/default.aspx">Test Driven Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Thycotic/LogicBoost is hiring for a Senior .NET TDD Developer in Washington DC</title><link>http://weblogs.asp.net/jcogley/archive/2012/11/09/thycotic-logicboost-is-hiring-for-a-senior-net-developer.aspx</link><pubDate>Fri, 09 Nov 2012 13:16:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:9347957</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=9347957</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2012/11/09/thycotic-logicboost-is-hiring-for-a-senior-net-developer.aspx#comments</comments><description>This is really quite a unique team - very smart developers who really work together as a team - using pair programming and test driven development.  Lots of room for technical growth and a technical career.  Small company - 20+ employees.  Hiring is only for full time employees onsite at our offices in downtown Washington DC.


&lt;a href="http://www.thycotic.com/career_tdddeveloper.html"&gt;http://www.thycotic.com/career_tdddeveloper.html&lt;/a&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=9347957" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/Agile/default.aspx">Agile</category></item><item><title>Thycotic/LogicBoost is hiring for a UI Engineer/Developer</title><link>http://weblogs.asp.net/jcogley/archive/2012/03/20/thycotic-logicboost-is-hiring-for-a-ui-engineer-developer.aspx</link><pubDate>Tue, 20 Mar 2012 13:01:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8355588</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=8355588</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2012/03/20/thycotic-logicboost-is-hiring-for-a-ui-engineer-developer.aspx#comments</comments><description>Here is the posting:&lt;br/&gt;
&lt;a href="http://logicboost.com/careers_uideveloper.html"&gt;http://logicboost.com/careers_uideveloper.html&lt;/a&gt;
&lt;br/&gt;
&lt;br/&gt;
Thycotic was recently named one of the 10 Best Tech companies to work for in 2012&lt;br/&gt;
&lt;a href="http://www.businessinsider.com/10-of-the-best-us-tech-companies-to-work-for-in-2012-2012-3"&gt;http://www.businessinsider.com/10-of-the-best-us-tech-companies-to-work-for-in-2012-2012-3&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8355588" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>First night at Business of Software 2011 in Boston!</title><link>http://weblogs.asp.net/jcogley/archive/2011/10/23/first-night-at-business-of-software-2011-in-boston.aspx</link><pubDate>Mon, 24 Oct 2011 03:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:8006729</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=8006729</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2011/10/23/first-night-at-business-of-software-2011-in-boston.aspx#comments</comments><description>I have finally made it to this conference after several years of conflicts with other shows. Registered, got my attendee bag - some nice books (too bad I have some of them already).

Met some founders already and had some good conversations. I am going to drive my team batty when I get back to DC with all these ideas!

http://www.businessofsoftware.org&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=8006729" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category></item><item><title>Secret Server 7.4 released–password management for IT Admins</title><link>http://weblogs.asp.net/jcogley/archive/2011/05/02/secret-server-7-4-released-password-management-for-it-admins.aspx</link><pubDate>Mon, 02 May 2011 22:30:07 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7774959</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7774959</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2011/05/02/secret-server-7-4-released-password-management-for-it-admins.aspx#comments</comments><description>&lt;p&gt;We have just released &lt;a href="http://www.thycotic.com/secretserver_land.html"&gt;Secret Server 7.4&lt;/a&gt; – this is an ASP.NET based web application with a SQL Server backend for storing passwords for IT Admins, DBAs and even developer teams.&amp;#160; Get rid of that spreadsheet and start using a robust password vault designed for teams.&amp;#160; It can be used to &lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;store server passwords&lt;/a&gt;, provide &lt;a href="http://www.thycotic.com/products_secretserver_webbased.html"&gt;web-based password management&lt;/a&gt;, or even &lt;a href="http://www.thycotic.com/products_secretserver_passwordchanging.html"&gt;automatically change network passwords&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7774959" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>The important of transparency in development</title><link>http://weblogs.asp.net/jcogley/archive/2011/04/16/the-important-of-transparency-in-development.aspx</link><pubDate>Sat, 16 Apr 2011 16:11:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7761034</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7761034</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2011/04/16/the-important-of-transparency-in-development.aspx#comments</comments><description>David talks about the &lt;a href="http://blog.thycoticsolutions.com/2011/04/14/the-agile-virtue-of-transparency/"&gt;value of transparency in development&lt;/a&gt;.

&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7761034" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Extreme+Programming/default.aspx">Extreme Programming</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/Agile/default.aspx">Agile</category></item><item><title>Easy SQL totals and other Aggregates with rollup and cube</title><link>http://weblogs.asp.net/jcogley/archive/2011/03/31/easy-sql-totals-and-other-aggregates-with-rollup-and-cube.aspx</link><pubDate>Thu, 31 Mar 2011 15:32:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7739808</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7739808</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2011/03/31/easy-sql-totals-and-other-aggregates-with-rollup-and-cube.aspx#comments</comments><description>&lt;p&gt;David talks about &lt;a href="http://blog.thycoticsolutions.com/2011/03/31/easy-sql-totals-and-other-aggregates-with-rollup-and-cube/"&gt;SQL totals and aggregates using rollup and cube&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Jonathan Cogley is the CEO of Thycotic Software Ltd, a Washington DC based company who make the &lt;a href="http://www.thycotic.com/products_secretserver_webbased.html"&gt;web-based password manager&lt;/a&gt; Secret Server.&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7739808" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/SQL+Server/default.aspx">SQL Server</category></item><item><title>Do websites need to be experienced exactly the same in every web browser?</title><link>http://weblogs.asp.net/jcogley/archive/2011/03/14/do-websites-need-to-be-experienced-exactly-the-same-in-every-web-browser.aspx</link><pubDate>Mon, 14 Mar 2011 19:31:13 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7723722</guid><dc:creator>thycotic</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7723722</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2011/03/14/do-websites-need-to-be-experienced-exactly-the-same-in-every-web-browser.aspx#comments</comments><description>&lt;p&gt;Jimmy has a new post about &lt;a href="http://thycoticsolutionsblog.wordpress.com/2011/03/14/do-websites-need-to-be-experienced-exactly-the-same-in-every-browser/"&gt;browser compatibility on websites&lt;/a&gt; and how to think about it from a developer and business perspective.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software Ltd, a Washington DC based company who make the &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_webbased.html"&gt;&lt;em&gt;web-based password manager&lt;/em&gt;&lt;/a&gt;&lt;em&gt; Secret Server.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7723722" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Secret Server 7.3 released – store your team’s passwords securely.</title><link>http://weblogs.asp.net/jcogley/archive/2011/03/14/secret-server-7-3-released-store-your-team-s-passwords-securely.aspx</link><pubDate>Mon, 14 Mar 2011 13:10:02 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7723429</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7723429</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2011/03/14/secret-server-7-3-released-store-your-team-s-passwords-securely.aspx#comments</comments><description>&lt;p&gt;The Thycotic team just recently released 7.3 of our &lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password management&lt;/a&gt; system.&amp;#160; The main improvement was the UI – we used lots of jQuery to make a Dashboard-like interface that allows you to create tabs, drag widgets, add/remove widgets etc.&amp;#160; This was a great face lift for a tool that is already the cornerstone for password management in many IT departments.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.thycotic.com/movies/secretserver/welcome"&gt;Check out a few videos that show off the new stuff&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software, an agile software services and product development company based in Washington DC.&amp;#160; Secret Server is our flagship &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password manager&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7723429" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/jquery/default.aspx">jquery</category></item><item><title>Fix your IE7 select lists</title><link>http://weblogs.asp.net/jcogley/archive/2010/12/13/fix-your-ie7-select-lists.aspx</link><pubDate>Mon, 13 Dec 2010 16:25:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7661404</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7661404</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2010/12/13/fix-your-ie7-select-lists.aspx#comments</comments><description>&lt;p&gt;Jimmy (on our team) has posted about &lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/12/08/quicktip-fix-your-ie7-select-lists/"&gt;how to fix your IE7 select lists&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software, an agile software services and product development company based in Washington DC.&amp;#160; Secret Server is our flagship &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password manager&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7661404" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/jquery/default.aspx">jquery</category></item><item><title>How to build a Google Finance client app with Windows Phone 7</title><link>http://weblogs.asp.net/jcogley/archive/2010/10/26/how-to-build-a-google-finance-client-app-with-windows-phone-7.aspx</link><pubDate>Tue, 26 Oct 2010 12:54:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7632878</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7632878</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2010/10/26/how-to-build-a-google-finance-client-app-with-windows-phone-7.aspx#comments</comments><description>&lt;p&gt;Ben has a &lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/10/21/how-to-build-a-google-finance-client-app-with-windows-phone-7/"&gt;new post&lt;/a&gt;.&amp;#160; Check it out.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;em&gt;Jonathan Cogley is the CEO of Thycotic Software, an agile software services and product development company based in Washington DC.&amp;#160; Secret Server is our flagship &lt;/em&gt;&lt;a href="http://www.thycotic.com/products_secretserver_overview.html"&gt;enterprise password vault&lt;/a&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7632878" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Only 12 days left in the Code Contest!</title><link>http://weblogs.asp.net/jcogley/archive/2010/08/20/only-12-days-left-in-the-code-contest.aspx</link><pubDate>Fri, 20 Aug 2010 12:41:41 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7596726</guid><dc:creator>thycotic</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7596726</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2010/08/20/only-12-days-left-in-the-code-contest.aspx#comments</comments><description>&lt;p&gt;We are having a fun coding contest to find the best solution to a fairly trivial coding problem.&amp;#160; Come along and show off your skills … you might just win a totally awesome Gyroscope Powerball!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/08/12/code-challenge-win-a-gyroball/"&gt;&lt;strong&gt;Participate in the Code Contest!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7596726" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item><item><title>Are you the Chuck Norris of C#?  Code Contest – win a Gyroscope Powerball!</title><link>http://weblogs.asp.net/jcogley/archive/2010/08/13/are-you-the-chuck-norris-of-c-code-contest-win-a-gyroscope-powerball.aspx</link><pubDate>Fri, 13 Aug 2010 21:14:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7592366</guid><dc:creator>thycotic</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/jcogley/rsscomments.aspx?PostID=7592366</wfw:commentRss><comments>http://weblogs.asp.net/jcogley/archive/2010/08/13/are-you-the-chuck-norris-of-c-code-contest-win-a-gyroscope-powerball.aspx#comments</comments><description>&lt;p&gt;We are having a fun coding contest to find the best solution to a fairly trivial coding problem.&amp;#160; Come along and show off your skills … you might just win a totally awesome Gyroscope Powerball!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://thycoticsolutionsblog.wordpress.com/2010/08/12/code-challenge-win-a-gyroball/"&gt;&lt;strong&gt;Participate in the Code Contest!&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7592366" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/jcogley/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/Software+Development/default.aspx">Software Development</category><category domain="http://weblogs.asp.net/jcogley/archive/tags/General+Software+Development/default.aspx">General Software Development</category></item></channel></rss>