Falafel Vlogs Falafel TV Video Blogs http://tv.falafel.com/default.aspx http://backend.userland.com/rss Best Practice: Source Control the DB in Sitefinity <p>This video will demonstrate the use of the Red Gate SQL Source Control product on Sitefinity databases while using Team Foundation Server 2010 hosted at DiscountASP.NET</p> <iframe width="620" height="435" frameborder="0" src="http://player.vimeo.com/video/27385102?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff"></iframe> <p>&nbsp;</p> <p>*Special thanks! goes to Takeshi Eto at <a href="http://www.discountasp.net">DiscountASP.NET</a> for the complimentary accounts</p> <p>* Special thanks! goes to Annabel Bradford at <a href="http://www.red-gate.com">Red Gate Software</a> for the complimentary licenses.</p> http://tv.falafel.com/default/11-08-06/Best_Practice_Source_Control_the_DB_in_Sitefinity.aspx Falafel Software http://tv.falafel.com/default/11-08-06/Best_Practice_Source_Control_the_DB_in_Sitefinity.aspx fead6beb-9f3b-4be4-8bb4-107b6274e271 Sat, 06 Aug 2011 16:44:05 GMT Migrating Sitefinity 4 application to the cloud - Part 2 - Windows Azure <p>This video will demonstrate the steps of migrating a Sitefinity 4 Web Application from your local machine to the Azure Cloud.</p><iframe src="http://player.vimeo.com/video/27358033?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="620" height="435" frameborder="0"></iframe> http://tv.falafel.com/default/11-08-05/Migrating_Sitefinity_4_application_to_the_cloud_-_Part_2_-_Windows_Azure.aspx Falafel Software http://tv.falafel.com/default/11-08-05/Migrating_Sitefinity_4_application_to_the_cloud_-_Part_2_-_Windows_Azure.aspx 71f11ab5-5c0b-475b-97a2-a5caaca2320b Fri, 05 Aug 2011 17:18:47 GMT Migrating Sitefinity 4 application to the cloud - Part1 - SQL Azure This video will demonstrate the steps of migrating a Sitefinity 4 Web Application from SQL Express to SQL Azure in the cloud.<div><br /></div><iframe src="http://player.vimeo.com/video/27269510?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="580" height="435" frameborder="0"></iframe> http://tv.falafel.com/default/11-08-03/Migrating_Sitefinity_4_application_to_the_cloud_-_Part1_-_SQL_Azure.aspx Falafel Software http://tv.falafel.com/default/11-08-03/Migrating_Sitefinity_4_application_to_the_cloud_-_Part1_-_SQL_Azure.aspx e5092694-066f-4efd-aba6-74b48f5e5368 Wed, 03 Aug 2011 17:12:30 GMT Using ICustomWidgetVisualization in Sitefinity 4 <p>This video will demonmstrate how to implement the ICustomWidgetVisualization interface for Sitefinity 4 Widgets to display an special editor icon and hyperlink in designtime </p><iframe src="http://player.vimeo.com/video/26982441?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="580" height="435" frameborder="0"></iframe><div><br /><div class="csharpcode"><pre class="alt"> <span class="kwrd">&lt;</span><span class="html">assemblyBinding</span> <span class="attr">xmlns</span><span class="kwrd">="urn:schemas-microsoft-com:asm.v1"</span><span class="kwrd">&gt;</span></pre><pre> <span class="kwrd">&lt;</span><span class="html">dependentAssembly</span><span class="kwrd">&gt;</span></pre><pre class="alt"> <span class="kwrd">&lt;</span><span class="html">assemblyIdentity</span> <span class="attr">name</span><span class="kwrd">="Telerik.Sitefinity"</span> <span class="attr">publicKeyToken</span><span class="kwrd">="b28c218413bdf563"</span> <span class="kwrd">/&gt;</span></pre><pre> <span class="kwrd">&lt;</span><span class="html">bindingRedirect</span> <span class="attr">oldVersion</span><span class="kwrd">="4.1.1426.0"</span> <span class="attr">newVersion</span><span class="kwrd">="4.1.1574.0"</span><span class="kwrd">/&gt;</span></pre><pre class="alt"> <span class="kwrd">&lt;/</span><span class="html">dependentAssembly</span><span class="kwrd">&gt;</span></pre><pre> <span class="kwrd">&lt;</span><span class="html">dependentAssembly</span><span class="kwrd">&gt;</span></pre><pre class="alt"> <span class="kwrd">&lt;</span><span class="html">assemblyIdentity</span> <span class="attr">name</span><span class="kwrd">="Telerik.Sitefinity.Model"</span> <span class="attr">publicKeyToken</span><span class="kwrd">="b28c218413bdf563"</span> <span class="kwrd">/&gt;</span></pre><pre> <span class="kwrd">&lt;</span><span class="html">bindingRedirect</span> <span class="attr">oldVersion</span><span class="kwrd">="4.1.1426.0"</span> <span class="attr">newVersion</span><span class="kwrd">="4.1.1574.0"</span><span class="kwrd">/&gt;</span></pre><pre class="alt"> <span class="kwrd">&lt;/</span><span class="html">dependentAssembly</span><span class="kwrd">&gt;</span></pre><pre> <span class="kwrd">&lt;/</span><span class="html">assemblyBinding</span><span class="kwrd">&gt;</span></pre></div><style type="text/css"> .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc { color: #cc6633; } .csharpcode .asp { background-color: #ffff00; } .csharpcode .html { color: #800000; } .csharpcode .attr { color: #ff0000; } .csharpcode .alt { background-color: #f4f4f4; width: 100%; margin: 0em; } .csharpcode .lnum { color: #606060; }</style></div> http://tv.falafel.com/default/11-07-27/Using_ICustomWidgetVisualization_in_Sitefinity_4.aspx Falafel Software http://tv.falafel.com/default/11-07-27/Using_ICustomWidgetVisualization_in_Sitefinity_4.aspx 0f944717-0172-4bdc-90d2-e5aadbd10e33 Wed, 27 Jul 2011 15:09:37 GMT Sitefinity 4 Assembly Binding This video will demonstrate the changes needed for web.config file to relax the requirement of a specific version of a Telerik Assembly during load of a custom module or widget in Sitefinity 4 without the need to require a new version of the assembly compiled a newer version of the Telerik assemblies. <br /><br /><iframe src="http://player.vimeo.com/video/26815589?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="580" height="435" frameborder="0"></iframe> http://tv.falafel.com/default/11-07-23/Sitefinity_4_Assembly_Binding.aspx Falafel Software http://tv.falafel.com/default/11-07-23/Sitefinity_4_Assembly_Binding.aspx b80a3792-4efd-4b0b-bfb9-ec7e093c47a3 Sat, 23 Jul 2011 16:41:25 GMT Testing Telerik RadGrid View in TestComplete 8.5 <div>Telerik Controls are enabled for testing in TestComplete 8.5 and in this video you will see how to test the GridView in a Winforms Applications and also how to add a new desendant control to the Object Mapper to act as a GridView</div><div><br /></div><iframe src="http://player.vimeo.com/video/24530199?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="580" height="435" frameborder="0"></iframe> http://tv.falafel.com/default/11-06-01/Testing_Telerik_RadGrid_View_in_TestComplete_8_5.aspx Falafel Software http://tv.falafel.com/default/11-06-01/Testing_Telerik_RadGrid_View_in_TestComplete_8_5.aspx 01d26d36-2b76-4859-a150-88743c839d45 Wed, 01 Jun 2011 12:03:24 GMT Data Driven Test for DropDowns in TestComplete 8.5 This video will show how to use the ClickItem function in TestComplete to automate DropDowns in a Data Driven Test.<div><iframe src="http://player.vimeo.com/video/24293448?title=0&amp;byline=0&amp;portrait=0&amp;color=ffffff" width="580" height="388" frameborder="0"></iframe></div> http://tv.falafel.com/default/11-05-31/Data_Driven_Test_for_DropDowns_in_TestComplete_8_5.aspx Falafel Software http://tv.falafel.com/default/11-05-31/Data_Driven_Test_for_DropDowns_in_TestComplete_8_5.aspx f05ffce0-ccfb-4cd2-bf6f-819cccab0dcc Tue, 31 May 2011 07:59:25 GMT Building Sitefinity 4 Custom Templates <p> This video demonstrates the ability to create custom templates in Visual Studio 2010 for Sitefinity 4.0 </p><iframe src="http://player.vimeo.com/video/20885591?byline=0&amp;portrait=0" width="640" height="480" frameborder="0"></iframe> http://tv.falafel.com/default/11-03-10/Building_Sitefinity_4_Custom_Templates.aspx Falafel Software http://tv.falafel.com/default/11-03-10/Building_Sitefinity_4_Custom_Templates.aspx 8b08b688-11c5-415c-9512-0e184af30f47 Thu, 10 Mar 2011 10:09:25 GMT MonoDroid with DroidDraw Resources <p>This video will demonstrate the development process of Android application using MonoDroid in Visual Studio 2010 by utilizing DroidDraw to build the User Interface and place it as a Resource in the Layout section of the project. </p><object width="640" height="480"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=14437809&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0"><embed src="http://vimeo.com/moogaloop.swf?clip_id=14437809&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></object> http://tv.falafel.com/default/10-08-25/MonoDroid_with_DroidDraw_Resources.aspx Lino Tadros http://tv.falafel.com/default/10-08-25/MonoDroid_with_DroidDraw_Resources.aspx 9cb9ade2-7c4c-476e-9c3d-f46c5d4efcf6 Wed, 25 Aug 2010 17:11:34 GMT Using the Templates feature of NameMapping in TestComplete <p>In this video we examine using Templates in TestComplete’s NameMapping feature to make it easier to map objects with a user defined set of properties.</p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="478" id="viddlerplayer-eccab1fb"><param name="movie" value="http://www.viddler.com/player/eccab1fb/" /><param name="autoplay" value="f" /><param name="disablebranding" value="f" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="name" value="viddlerplayer-eccab1fb" /><embed src="http://www.viddler.com/player/eccab1fb/" width="545" height="478" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="autoplay=f&disablebranding=f" name="viddlerplayer-eccab1fb"></embed></object> http://tv.falafel.com/default/10-08-23/Using_the_Templates_feature_of_NameMapping_in_TestComplete.aspx Falafel Software http://tv.falafel.com/default/10-08-23/Using_the_Templates_feature_of_NameMapping_in_TestComplete.aspx 8d0ac142-cb25-4667-9c76-cf007f6013fd Mon, 23 Aug 2010 12:38:32 GMT MonoDroid Installation and Hello World This video will help you install the pre-release version of MonoDroid, released on Aug 18th 2010 and build your first Hello World Android application in C# using Visual studio 2010.<object width="640" height="400"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=14257921&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0"><embed src="http://vimeo.com/moogaloop.swf?clip_id=14257921&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="400"></object> http://tv.falafel.com/default/10-08-18/MonoDroid_Installation_and_Hello_World.aspx Lino Tadros http://tv.falafel.com/default/10-08-18/MonoDroid_Installation_and_Hello_World.aspx 6e7773df-2f88-4be5-a477-42ad5b768060 Wed, 18 Aug 2010 20:54:00 GMT Automating Manual tests in TestComplete 8 <p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="478" id="viddlerplayer-f62710bc"><param name="movie" value="http://www.viddler.com/player/f62710bc/" /><param name="autoplay" value="f" /><param name="disablebranding" value="f" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="name" value="viddlerplayer-f62710bc" /><embed src="http://www.viddler.com/player/f62710bc/" width="545" height="478" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="autoplay=f&disablebranding=f" name="viddlerplayer-f62710bc"></embed></object></p> <p>A video demonstrating <a href="http://www.automatedqa.com/products/testcomplete/" target="_blank">TestComplete</a> 8’s new support for converting manual tests to Keyword Driven tests.</p> http://tv.falafel.com/default/10-08-12/Automating_Manual_tests_in_TestComplete_8.aspx Falafel Software http://tv.falafel.com/default/10-08-12/Automating_Manual_tests_in_TestComplete_8.aspx 91bf5928-8436-4a01-8e7b-a550684f660a Thu, 12 Aug 2010 12:09:04 GMT Using TestComplete 8&rsquo;s Extended Find Name Mapping feature <p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="478" id="viddlerplayer-c242c60f"><param name="movie" value="http://www.viddler.com/player/c242c60f/"><param name="autoplay" value="f"><param name="disablebranding" value="f"><param name="allowScriptAccess" value="always"><param name="allowFullScreen" value="true"><param name="name" value="viddlerplayer-c242c60f"><embed src="http://www.viddler.com/player/c242c60f/" width="545" height="478" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" flashvars="autoplay=f&amp;disablebranding=f" name="viddlerplayer-c242c60f"></object></p><p>A video demonstrating using <a href="http://www.automatedqa.com/products/testcomplete/" target="_blank">TestComplete</a> 8’s Extended Find Name Mapping feature to resolve issues with tests breaking due to changes in UI.</p> http://tv.falafel.com/default/10-08-12/Using_TestComplete_8_rsquo_s_Extended_Find_Name_Mapping_feature.aspx Falafel Software http://tv.falafel.com/default/10-08-12/Using_TestComplete_8_rsquo_s_Extended_Find_Name_Mapping_feature.aspx b5beb107-7960-433c-b23a-9ffdbb280a79 Thu, 12 Aug 2010 12:05:33 GMT Setting up a Distributed Test in TestComplete 8 <p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="478" id="viddlerplayer-4f8ed66c"><param name="movie" value="http://www.viddler.com/player/4f8ed66c/" /><param name="autoplay" value="f" /><param name="disablebranding" value="f" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="name" value="viddlerplayer-4f8ed66c" /><embed src="http://www.viddler.com/player/4f8ed66c/" width="545" height="478" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="autoplay=f&disablebranding=f" name="viddlerplayer-4f8ed66c"></embed></object></p> A video demonstrating the new requirements and setup steps necessary for the NetWork Suite, distributed testing support in <a href="http://www.automatedqa.com/products/testcomplete/" target="_blank">TestComplete</a> <p> 8.</p> http://tv.falafel.com/default/10-08-12/Setting_up_a_Distributed_Test_in_TestComplete_8.aspx Falafel Software http://tv.falafel.com/default/10-08-12/Setting_up_a_Distributed_Test_in_TestComplete_8.aspx a7a919d5-cf68-425a-b2f6-e82c253dcd3c Thu, 12 Aug 2010 12:00:49 GMT Posting HTML output to the TestComplete 8 log <p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="545" height="451" id="viddlerplayer-cd5c939b"><param name="movie" value="http://www.viddler.com/player/cd5c939b/" /><param name="autoplay" value="f" /><param name="disablebranding" value="f" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="name" value="viddlerplayer-cd5c939b" /><embed src="http://www.viddler.com/player/cd5c939b/" width="545" height="451" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="autoplay=f&disablebranding=f" name="viddlerplayer-cd5c939b"></embed></object></p> A video demonstrating how to use <a href="http://www.automatedqa.com/products/testcomplete/" target="_blank">TestComplete</a> 8’s new HTML log output capabilities. http://tv.falafel.com/default/10-08-12/Posting_HTML_output_to_the_TestComplete_8_log.aspx Falafel Software http://tv.falafel.com/default/10-08-12/Posting_HTML_output_to_the_TestComplete_8_log.aspx 2193f9c6-01ea-4b6f-ab16-ebf78c8ae311 Thu, 12 Aug 2010 11:58:18 GMT