<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://k2underground.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>How To K2 : How To K2</title><link>http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx</link><description>Tags: How To K2</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Advanced Task Allocation</title><link>http://k2underground.com/blogs/howtok2/archive/2011/07/01/advanced-task-allocation.aspx</link><pubDate>Fri, 01 Jul 2011 23:02:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:40097</guid><dc:creator>k2eric</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=40097</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2011/07/01/advanced-task-allocation.aspx#comments</comments><description>&lt;p&gt;K2 blackpearl has two main out of the box SmartObjects for doing advanced task allocation. One for working with K2 Roles and the other is for working with Active Directory. Here are the methods for each object.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Role Methods&lt;/strong&gt; 
&lt;ul&gt;
&lt;li&gt;Get Least Work &amp;ndash; gets the user in a role with the least number of task items&lt;/li&gt;
&lt;li&gt;Get Most Work &amp;ndash; gets the user in a role with the most number of task items&lt;/li&gt;
&lt;li&gt;Get Round Robin &amp;ndash; gets the next user in a round robin role&lt;/li&gt;
&lt;li&gt;Get Fastest User &amp;ndash; gets the user in a role with the smallest average task duration&lt;/li&gt;
&lt;li&gt;Get Slowest User &amp;ndash; gets the user in a role with the largest average task duration&lt;/li&gt;
&lt;li&gt;Get Role Peers &amp;ndash; gets the users in a role with one defined&amp;nbsp;user excluded&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Active Directory Methods&lt;/strong&gt; 
&lt;ul&gt;
&lt;li&gt;Get Manager &amp;ndash; gets the manager of the supplied user from Active Directory&lt;/li&gt;
&lt;li&gt;Get Direct Reports &amp;ndash; gets the direct report users for a supplied user from Active Directory&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As you can see these methods provide some interesting possibilities for dynamically assigning tasks as part of a K2 process. The &amp;ldquo;Least Work&amp;rdquo; and &amp;ldquo;Round Robin&amp;rdquo; methods are great for balancing load across a particular role of users. The &amp;ldquo;Get Direct Reports&amp;rdquo; method is handy for things like performance review processes.&lt;/p&gt;
&lt;p&gt;To see these methods in action&amp;nbsp;check out the video below.&lt;/p&gt;
&lt;p&gt;&lt;embed src="http://www.youtube.com/v/vyaucNEX9Jc?version=3" width="425" height="344"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=40097" width="1" height="1"&gt;</description><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category></item><item><title>Building a K2 Process with InfoPath and SmartObjects</title><link>http://k2underground.com/blogs/howtok2/archive/2011/06/17/building-a-k2-process-with-infopath-and-smartobjects.aspx</link><pubDate>Fri, 17 Jun 2011 23:04:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:39971</guid><dc:creator>k2eric</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=39971</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2011/06/17/building-a-k2-process-with-infopath-and-smartobjects.aspx#comments</comments><description>&lt;p&gt;InfoPath is a powerful forms technology that allows users to build rich forms without having to write code. In the videos below I show you how you can use an InfoPath form as the user interface for both initiating a K2 process and delivering tasks within that process. I also show you how you can externalize your form data into a SQL database, without writing any code, using K2 SmartObjects. Externalizing data is important when capturing business data that needs to be securely stored and easily reported on. A K2 InfoPath process does not require that you externalize your data. A standard InfoPath form using data stored in the main data source is also supported along with a combination of the two where some data is in the form and some data is external. It is also important to note that you can have multiple InfoPath forms associated to a single K2 process. You can even have tasks within an InfoPath integrated K2 process that use other form technologies like for example ASP.net. &lt;/p&gt;
&lt;p&gt;In the first video I take you through building the InfoPath form and the basic K2 process.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;embed src="http://www.youtube.com/v/rx3Y-c6D_7k?hl=en&amp;amp;fs=1" width="425" height="344"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;div style="width:425px;clear:both;font-size:0.8em;"&gt;How to K2: Building a K2 Process with InfoPath and SmartObjects Part 1&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;In the second video I show you how to extend the process to save a read-only copy of the InfoPath form into SharePoint. I also deploy the process and show you the end user experience of final solution. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;embed src="http://www.youtube.com/v/oanH3xkIoO4?hl=en&amp;amp;fs=1" width="425" height="344"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;div style="width:425px;clear:both;font-size:0.8em;"&gt;How to K2: Building a K2 Process with InfoPath and SmartObjects Part 2&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;The third video shows an alternate approach to designing an InfoPath process using the K2 designer for SharePoint which is hosted with in the browser.&lt;/p&gt;
&lt;p&gt;&lt;embed src="http://www.youtube.com/v/2CAZr5xleR4?hl=en&amp;amp;fs=1" width="425" height="344"&gt;&lt;/embed&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=39971" width="1" height="1"&gt;</description><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category><category domain="http://k2underground.com/blogs/howtok2/archive/tags/SmartObjects/default.aspx">SmartObjects</category><category domain="http://k2underground.com/blogs/howtok2/archive/tags/InfoPath/default.aspx">InfoPath</category><category domain="http://k2underground.com/blogs/howtok2/archive/tags/SharePoint/default.aspx">SharePoint</category></item><item><title>Using the Workflow Client Services</title><link>http://k2underground.com/blogs/howtok2/archive/2011/06/15/using-the-workflow-client-services.aspx</link><pubDate>Wed, 15 Jun 2011 18:58:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:39962</guid><dc:creator>k2eric</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=39962</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2011/06/15/using-the-workflow-client-services.aspx#comments</comments><description>&lt;p&gt;The K2 Workflow Client Services provide platform free access to Process and Worklist objects for use in building powerful integrated process driven applications. Previously if you wanted to build a process initiation page, a task page, a custom worklist, or any other application that integrated with a K2 process at runtime it required a direct reference to the workflow.client API. This approach can work well with .net based applications but in today&amp;rsquo;s world of Service Oriented Architecture there is a need to be able to provide a set of standardized services for consuming and interacting with K2 processes. The Workflow Client Services have recently been introduced to address this need. &lt;/p&gt;
&lt;p&gt;There are 3 main service endpoints that are provided in the Workflow Client Services:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;WS.asmx &amp;ndash; &lt;/strong&gt;Standard Web Service endpoint&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WCF.svc&lt;/strong&gt; &amp;ndash; Windows Communication Foundation (WCF) endpoint&amp;nbsp; &lt;/li&gt;
&lt;li&gt;&lt;strong&gt;REST.svc&lt;/strong&gt; &amp;ndash; Representational State Transfer (REST) endpoint. Supports XML, ATOM, and JSON data formats&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each of these endpoints provides worklist and process instance interactivity similar to the worklist.client API. They also support SSL for secure communication.&lt;/p&gt;
&lt;p&gt;There is a lot of good information in the help files on how to use these services but I have put together a bit of example code for the REST and WCF endpoints and attached it to this post as well as providing a brief overview video (below)&lt;/p&gt;
&lt;p&gt;The REST example uses javascript, Jquery and the REST service to provide a completely client side html K2 worklist.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://k2underground.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/howtok2.metablogapi/1563.RestWorklist_5F00_0F73149C.png"&gt;&lt;img height="90" width="394" src="http://k2underground.com/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/howtok2.metablogapi/6758.RestWorklist_5F00_thumb_5F00_6838CB66.png" alt="RestWorklist" border="0" title="RestWorklist" style="background-image:none;border-bottom:0px;border-left:0px;padding-left:0px;padding-right:0px;display:inline;border-top:0px;border-right:0px;padding-top:0px;" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The WCF example provides very basic workflow initiation and task pages using ASP.net.&lt;/p&gt;
&lt;p&gt;Check out the video below for an overview of the example code.&lt;/p&gt;
&lt;p&gt;&lt;embed src="http://www.youtube.com/v/QKIv6C8WnLI&amp;amp;hl=en_US&amp;amp;feature=player_embedded&amp;amp;version=3" width="425" height="344"&gt;&lt;/embed&gt;&lt;/p&gt;
&lt;div style="width:425px;clear:both;font-size:0.8em;"&gt;How to K2: Workflow Client Services&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=39962" width="1" height="1"&gt;</description><enclosure url="http://k2underground.com/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.03.99.62/TestWeb.zip" length="218016" type="application/x-zip-compressed" /><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category><category domain="http://k2underground.com/blogs/howtok2/archive/tags/REST/default.aspx">REST</category><category domain="http://k2underground.com/blogs/howtok2/archive/tags/WCF/default.aspx">WCF</category></item><item><title>Video 7 registering your new service</title><link>http://k2underground.com/blogs/howtok2/archive/2007/12/02/video-7-registering-your-new-service.aspx</link><pubDate>Mon, 03 Dec 2007 02:28:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:20194</guid><dc:creator>chrisg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=20194</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2007/12/02/video-7-registering-your-new-service.aspx#comments</comments><description>&lt;p&gt;Video 7 is now availiable.&lt;/p&gt;&lt;p&gt;Video 7 will be covering registering your new Service Type through the use of the Broker Management console as well as registering the first Service Instance through the use of the K2 workspace.&lt;/p&gt;&lt;p&gt;As always the video has been published in a variety of format.&amp;nbsp; I hope you find it usefull.&lt;/p&gt;&lt;p&gt;As always if you have any suggestions, feedback, or questions please let us know.&amp;nbsp;&lt;/p&gt;&lt;p&gt;Till next time happy downloading.&lt;/p&gt;&lt;p&gt;&lt;a href="http://k2underground.com/files/folders/howtok2/default.aspx"&gt;&amp;nbsp;http://k2underground.com/files/folders/howtok2/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=20194" width="1" height="1"&gt;</description><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category></item><item><title>Video 6 is live</title><link>http://k2underground.com/blogs/howtok2/archive/2007/11/29/video-6-is-live.aspx</link><pubDate>Fri, 30 Nov 2007 05:21:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:20172</guid><dc:creator>chrisg</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=20172</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2007/11/29/video-6-is-live.aspx#comments</comments><description>&lt;p&gt;Video 6 on the basics of building a service is now live.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;It is difficult to really get into some of the depths in a
video so as some additional learning aides check out the Dynamic SQL service on
blackmarket located here&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;a href="http://k2underground.com/k2/ProjectHome.aspx?ProjectID=20"&gt;http://k2underground.com/k2/ProjectHome.aspx?ProjectID=20&lt;/a&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Also check out the attached document for some additional
information.&lt;span&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;Another possible help in learning may be&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;a href="http://k2underground.com/k2/ProjectHome.aspx?ProjectID=17"&gt;http://k2underground.com/k2/ProjectHome.aspx?ProjectID=17&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;&lt;p class="MsoNormal"&gt;Once again the video is posted in the how to k2 file area in multiple formats.&amp;nbsp; Check it out now.&lt;/p&gt;&lt;p class="MsoNormal"&gt;&lt;a href="http://k2underground.com/files/folders/howtok2/default.aspx"&gt;http://k2underground.com/files/folders/howtok2/default.aspx&lt;/a&gt;&lt;/p&gt;&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p class="MsoNormal"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=20172" width="1" height="1"&gt;</description><enclosure url="http://k2underground.com/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.02.01.72/CustomServiceExample.pdf" length="109483" type="application/pdf" /><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category></item><item><title>Interfacing with SmartObjects</title><link>http://k2underground.com/blogs/howtok2/archive/2007/11/25/interfacing-with-smartobjects.aspx</link><pubDate>Mon, 26 Nov 2007 03:56:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:20029</guid><dc:creator>chrisg</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=20029</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2007/11/25/interfacing-with-smartobjects.aspx#comments</comments><description>&lt;p&gt;The 5th video in our series on SmartObjects is now availiable.&amp;nbsp; This video will be covering using the SmartObject API as connecting to SmartObjects as well as with ADO.Net&lt;/p&gt;&lt;p&gt;&amp;nbsp;Once again it is availiable in a variety of formats.&lt;/p&gt;&lt;p&gt;&lt;a href="http://k2underground.com/files/folders/howtok2/default.aspx"&gt;http://k2underground.com/files/folders/howtok2/default.aspx&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;br&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=20029" width="1" height="1"&gt;</description><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category><category domain="http://k2underground.com/blogs/howtok2/archive/tags/SmartObjects/default.aspx">SmartObjects</category></item><item><title>Integrating SmartObjects with InfoPath</title><link>http://k2underground.com/blogs/howtok2/archive/2007/11/13/integrating-smartobjects-with-infopath.aspx</link><pubDate>Tue, 13 Nov 2007 16:31:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:19782</guid><dc:creator>chrisg</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=19782</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2007/11/13/integrating-smartobjects-with-infopath.aspx#comments</comments><description>&lt;p&gt;Video 3 is here and now in 2 formats per the feedback I have gotten. &lt;/p&gt;
&lt;p&gt;You can get the WMV version here&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://k2underground.com/files/folders/howtok2/entry19780.aspx"&gt;http://k2underground.com/files/folders/howtok2/entry19780.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or if you want to download and play on your video IPOD download that here&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://k2underground.com/files/folders/howtok2/entry19781.aspx"&gt;http://k2underground.com/files/folders/howtok2/entry19781.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Just in case you have issues with playing the WMV file try downloading the Techsmith Camtasia Codec here&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://www.techsmith.com/download/codecs.asp"&gt;http://www.techsmith.com/download/codecs.asp&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;**Note if you are running vista you may need to right click on the installer and run as admin.&lt;/p&gt;&lt;p&gt;We have gotten some feedback that the WMV file is having issues playing on some machines.&amp;nbsp; If you are experiencing this please download the packaged version of the video located here &lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://k2underground.com/files/folders/howtok2/entry19801.aspx"&gt;http://k2underground.com/files/folders/howtok2/entry19801.aspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;As always please give us your feedback and let us know how we are doing or if you have a reqeusted topic.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=19782" width="1" height="1"&gt;</description><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category></item><item><title>How To K2 Video Series on SmartObjects</title><link>http://k2underground.com/blogs/howtok2/archive/2007/11/02/how-to-k2-video-series-on-smartobjects.aspx</link><pubDate>Fri, 02 Nov 2007 21:06:00 GMT</pubDate><guid isPermaLink="false">1c9bda6b-c6e6-4e79-8d32-b70ad0011ef7:19578</guid><dc:creator>chrisg</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://k2underground.com/blogs/howtok2/rsscomments.aspx?PostID=19578</wfw:commentRss><comments>http://k2underground.com/blogs/howtok2/archive/2007/11/02/how-to-k2-video-series-on-smartobjects.aspx#comments</comments><description>&lt;p&gt;Thanks for reading glad you could find me.&amp;nbsp; This is the place where you can dig into K2 blackpearl.&amp;nbsp; We will regularly be posting new videos on a variety of topics.&amp;nbsp; Our first series will be on SmartObjects.&amp;nbsp; Through this SmartObject series we will take you through from the basics through using, and creating new SmartObjects.&amp;nbsp; If you have suggestions as to topics to cover, please suggest and we will work on adding it to the list.&amp;nbsp;&amp;nbsp;&amp;nbsp; For now check out our first 2 videos&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://k2underground.com/files/folders/howtok2/entry19576.aspx"&gt;Video 1:&amp;nbsp; An Introduction to SmartObjects.&amp;nbsp;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://k2underground.com/files/folders/howtok2/entry19577.aspx"&gt;Video 2: Building your first SmartObject.&amp;nbsp;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;These videos were created and "packaged" with the needed codec in order to prevent any playback issues.&amp;nbsp; Because of this they are in an Exe format.&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://k2underground.com/aggbug.aspx?PostID=19578" width="1" height="1"&gt;</description><category domain="http://k2underground.com/blogs/howtok2/archive/tags/How+To+K2/default.aspx">How To K2</category></item></channel></rss>