<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>Code Endeavors DotNetNuke AJAX/SilverLight Module Templates</title><link>http://www.codeplex.com/codeendeavortemplate/Project/ProjectRss.aspx</link><description>The Code Endeavors DotNetNuke Module Templates utilize the Visual Studio Content Installer to enable the developer to create DotNetNuke modules quickly.  After they are installed, simply open the F...</description><item><title>CREATED ISSUE: I get an error when attempting to do the first build so I can install/use the template, which I would really love to use.</title><link>http://www.codeplex.com/codeendeavortemplate/WorkItem/View.aspx?WorkItemId=1524</link><description>&amp;#47;&amp;#42;SNIP&amp;#42;&amp;#47;&lt;br /&gt;T&amp;#58;&amp;#92;codeendeavortemplate-4500&amp;#92;build.proj&amp;#40;3,11&amp;#41;&amp;#58; error MSB4019&amp;#58; The imported project &amp;#34;C&amp;#58;&amp;#92;Program Files&amp;#92;MSBuild&amp;#92;MSBuildCommunityTasks&amp;#92;MSBuild.Community.Tasks.Targets&amp;#34; was not found. Confirm that the path in the &amp;#60;Import&amp;#62; declaration is correct, and that the file exists on disk.&lt;br /&gt;&amp;#47;&amp;#42;SNIP&amp;#42;&amp;#47;&lt;br /&gt;&lt;br /&gt;Anyone have any ideas as I would love to use this template building capibilities.&lt;br /&gt;</description><author>darkon1365</author><pubDate>Sat, 23 Feb 2008 16:02:24 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: I get an error when attempting to do the first build so I can install/use the template, which I would really love to use. 20080223040224P</guid></item><item><title>CREATED ISSUE: Build Error</title><link>http://www.codeplex.com/codeendeavortemplate/WorkItem/View.aspx?WorkItemId=1065</link><description>I get this error with VS 2008 Beta 2&amp;#58;&lt;br /&gt;&lt;br /&gt;Error&amp;#9;1&amp;#9;The target &amp;#34;SetVersionInfo&amp;#34; does not exist in the project.&amp;#9;C&amp;#58;&amp;#92;projects&amp;#92;MyAJAXModule&amp;#92;MyAJAXModule&amp;#92;MyAJAXModule.vbproj&amp;#9;MyAJAXModule&lt;br /&gt;</description><author>srwright</author><pubDate>Mon, 04 Feb 2008 16:15:45 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Build Error 20080204041545P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codeendeavortemplate/SourceControl/ListDownloadableCommits.aspx</link><description>Updated msbuild script to prefix numbers with zero as needed</description><author>jhenning</author><pubDate>Fri, 14 Dec 2007 19:15:34 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071214071534P</guid></item><item><title>CREATED ISSUE: Module Versions Need Zero Placeholder</title><link>http://www.codeplex.com/codeendeavortemplate/WorkItem/View.aspx?WorkItemId=622</link><description>The module version in the dnn manifest file needs its version number prefixed with a zero if only one number present.  Failure to do this will cause 1.0.9 to be caluclated as a later version than 1.0.10, 1.0.11, etc.&lt;br /&gt;&lt;br /&gt;Adding the following to the DNNModule.targets file just below the closing &amp;#60;&amp;#47;Version&amp;#62; will fix it.&lt;br /&gt;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#33;-- DNN requires single digits to be prefixed with a zero --&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;CreateProperty Value&amp;#61;&amp;#34;0&amp;#36;&amp;#40;Major&amp;#41;&amp;#34; Condition&amp;#61;&amp;#34;&amp;#36;&amp;#40;Major&amp;#41; &amp;#38;lt&amp;#59;&amp;#61; 9&amp;#34; &amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;Output TaskParameter&amp;#61;&amp;#34;Value&amp;#34; PropertyName&amp;#61;&amp;#34;Major&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;CreateProperty&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;CreateProperty Value&amp;#61;&amp;#34;0&amp;#36;&amp;#40;Minor&amp;#41;&amp;#34; Condition&amp;#61;&amp;#34;&amp;#36;&amp;#40;Minor&amp;#41; &amp;#38;lt&amp;#59;&amp;#61; 9&amp;#34; &amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;Output TaskParameter&amp;#61;&amp;#34;Value&amp;#34; PropertyName&amp;#61;&amp;#34;Minor&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;CreateProperty&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;CreateProperty Value&amp;#61;&amp;#34;0&amp;#36;&amp;#40;Build&amp;#41;&amp;#34; Condition&amp;#61;&amp;#34;&amp;#36;&amp;#40;Build&amp;#41; &amp;#38;lt&amp;#59;&amp;#61; 9&amp;#34; &amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;Output TaskParameter&amp;#61;&amp;#34;Value&amp;#34; PropertyName&amp;#61;&amp;#34;Build&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;CreateProperty&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;CreateProperty Value&amp;#61;&amp;#34;0&amp;#36;&amp;#40;Revision&amp;#41;&amp;#34; Condition&amp;#61;&amp;#34;&amp;#36;&amp;#40;Revision&amp;#41; &amp;#38;lt&amp;#59;&amp;#61; 9&amp;#34; &amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#9;&amp;#60;Output TaskParameter&amp;#61;&amp;#34;Value&amp;#34; PropertyName&amp;#61;&amp;#34;Revision&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#9;&amp;#9;&amp;#60;&amp;#47;CreateProperty&amp;#62;&lt;br /&gt;</description><author>jhenning</author><pubDate>Fri, 14 Dec 2007 19:13:06 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Module Versions Need Zero Placeholder 20071214071306P</guid></item><item><title>UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 12, 2007)</title><link>http://www.codeplex.com/codeendeavortemplate/Release/ProjectReleases.aspx?ReleaseId=9057</link><description>&amp;#42;Code Endeavors Compiled AJAX Module&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight Module&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.   &lt;br /&gt;&lt;br /&gt;&amp;#43;&amp;#42;Need more info&amp;#63;&amp;#58;&amp;#42;&amp;#43;&lt;br /&gt;&amp;#42; &amp;#42;Videos&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors AJAX Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsAJAXModuleTemplate676.wmv&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors Silverlight Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsDotNetNukeSilverlightModul240.wmv&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Forum&amp;#58;&amp;#42; &lt;br /&gt;&amp;#42;&amp;#42; Questions about the templates can be asked in the &amp;#91;url&amp;#58;Code Endeavors Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Forums.aspx&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; ClientAPI&amp;#47;WebControls questions can be asked in the &amp;#91;url&amp;#58;ClientAPI Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Forums&amp;#47;tabid&amp;#47;795&amp;#47;forumid&amp;#47;76&amp;#47;scope&amp;#47;threads&amp;#47;Default.aspx&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Latest Templates&amp;#58;&amp;#42; If your wanting to get the latest version of the template, or tweak it a bit switch to the &amp;#34;Source Code&amp;#34; tab.  Instructions for building the vsi file are included in the readme.txt file.&lt;br /&gt;&amp;#42; &amp;#42;Prerequisites&amp;#58;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; VS 2005 SP1 or VS 2008&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke 4.7 or later&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;tabid&amp;#47;125&amp;#47;default.aspx&amp;#93;.&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Core Modfications&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fCoreModifications.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;Includes changes to core code to work with ClientAPI - for a detailed look at what changed refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;coremodificationsdetail.txt&amp;#93;&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;ClientAPI&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fClientAPI.install.v4.0.107.0.zip&amp;#38;tabid&amp;#61;875&amp;#38;mid&amp;#61;2664&amp;#93; &amp;#40;Caspian release or later&amp;#41; - Note&amp;#58;  This file is not necessary to overlay as the WebControls includes the dll.  &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke Webcontrols&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fWebControls.install.v2.0.107.0.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;DawnTreader release or later - For detailed overview of modifications made to files for Caspian&amp;#47;DawnTreader refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;CaspianDawnTreaderDetail.txt&amp;#93;.&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; _&amp;#40;&amp;#42;Note&amp;#58;&amp;#42;  The Caspian and DawnTreader files referenced are currently in beta.  Therefore it is not advisable to install in production. For instructions on how to install the beta refer to the &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93;.&amp;#41;_&lt;br /&gt;&amp;#42; &amp;#42;Blog&amp;#42;&amp;#58;  &amp;#91;url&amp;#58;Jon Henning&amp;#39;s DotNetNuke Blog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Blogs&amp;#47;tabid&amp;#47;825&amp;#47;BlogID&amp;#47;8&amp;#47;Default.aspx&amp;#93; &lt;br /&gt;&amp;#42; &amp;#42;Additional DotNetNuke Resources&amp;#42;&amp;#58; &amp;#91;url&amp;#58;Code Endeavors&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Downloads.aspx&amp;#93;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; _Please consider supporting the on-going free offerings to the community.  Show your appreciation by &amp;#91;url&amp;#58;donating today&amp;#124;https&amp;#58;&amp;#47;&amp;#47;www.paypal.com&amp;#47;cgi-bin&amp;#47;webscr&amp;#63;cmd&amp;#61;_xclick&amp;#38;business&amp;#61;jon&amp;#37;40codeendeavors&amp;#37;2ecom&amp;#38;item_name&amp;#61;Code&amp;#37;20Endeavors Donation&amp;#38;no_shipping&amp;#61;1&amp;#38;cn&amp;#61;Suggestions&amp;#38;tax&amp;#61;0&amp;#38;currency_code&amp;#61;USD&amp;#38;lc&amp;#61;US&amp;#38;bn&amp;#61;PP&amp;#37;2dDonationsBF&amp;#38;charset&amp;#61;UTF&amp;#37;2d8&amp;#93;_</description><author></author><pubDate>Wed, 12 Dec 2007 18:15:10 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 12, 2007) 20071212061510P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/codeendeavortemplate/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Code Endeavors DotNetNuke Module Templates utilize the Visual Studio Content Installer to enable the developer to create DotNetNuke modules quickly.  After they are installed, simply open the File menu, expand New Project, and choose one of the templates to model your module after.  The templates include a custom MSBuild script that automatically packages and deploys your module when it gets compiled. 
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Code Endeavors Compiled AJAX DotNetNuke Module Template&lt;/b&gt;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework (ControlMethods) in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Code Endeavors Compiled Silverlight DotNetNuke Module Template&lt;/b&gt;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.&lt;br /&gt;
&lt;/div&gt;</description><author>jhenning</author><pubDate>Wed, 12 Dec 2007 18:13:55 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071212061355P</guid></item><item><title>UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007)</title><link>http://www.codeplex.com/codeendeavortemplate/Release/ProjectReleases.aspx?ReleaseId=9057</link><description>&amp;#42;Code Endeavors Compiled AJAX Module&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight Module&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.   &lt;br /&gt;&lt;br /&gt;&amp;#43;&amp;#42;Need more info&amp;#63;&amp;#58;&amp;#42;&amp;#43;&lt;br /&gt;&amp;#42; &amp;#42;Videos&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors AJAX Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsAJAXModuleTemplate676.wmv&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors Silverlight Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsDotNetNukeSilverlightModul240.wmv&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Forum&amp;#58;&amp;#42; &lt;br /&gt;&amp;#42;&amp;#42; Questions about the templates can be asked in the &amp;#91;url&amp;#58;Code Endeavors Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Forums.aspx&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; ClientAPI&amp;#47;WebControls questions can be asked in the &amp;#91;url&amp;#58;ClientAPI Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Forums&amp;#47;tabid&amp;#47;795&amp;#47;forumid&amp;#47;76&amp;#47;scope&amp;#47;threads&amp;#47;Default.aspx&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Latest Templates&amp;#58;&amp;#42; If your wanting to get the latest version of the template, or tweak it a bit switch to the &amp;#34;Source Code&amp;#34; tab.  Instructions for building the vsi file are included in the readme.txt file.&lt;br /&gt;&amp;#42; &amp;#42;Prerequisites&amp;#58;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; VS 2005 SP1 or VS 2008&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke 4.7 or later&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;tabid&amp;#47;125&amp;#47;default.aspx&amp;#93;.&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Core Modfications&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fCoreModifications.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;Includes changes to core code to work with ClientAPI - for a detailed look at what changed refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;coremodificationsdetail.txt&amp;#93;&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;ClientAPI&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fClientAPI.install.v4.0.107.0.zip&amp;#38;tabid&amp;#61;875&amp;#38;mid&amp;#61;2664&amp;#93; &amp;#40;Caspian release or later&amp;#41; - Note&amp;#58;  This file is not necessary to overlay as the WebControls includes the dll.  &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke Webcontrols&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fWebControls.install.v2.0.107.0.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;DawnTreader release or later - For detailed overview of modifications made to files for Caspian&amp;#47;DawnTreader refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;CaspianDawnTreaderDetail.txt&amp;#93;.&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; _&amp;#40;&amp;#42;Note&amp;#58;&amp;#42;  The Caspian and DawnTreader files referenced are currently in beta.  Therefore it is not advisable to install in production. For instructions on how to install the beta refer to the &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93;.&amp;#41;_&lt;br /&gt;&amp;#42; &amp;#42;Blog&amp;#42;&amp;#58;  &amp;#91;url&amp;#58;Jon Henning&amp;#39;s DotNetNuke Blog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Blogs&amp;#47;tabid&amp;#47;825&amp;#47;BlogID&amp;#47;8&amp;#47;Default.aspx&amp;#93; &lt;br /&gt;&amp;#42; &amp;#42;Additional DotNetNuke Resources&amp;#42;&amp;#58; &amp;#91;url&amp;#58;Code Endeavors&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Downloads.aspx&amp;#93;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; _Please consider supporting the on-going free offerings to the community.  Show your appreciation by &amp;#91;url&amp;#58;donating today&amp;#124;https&amp;#58;&amp;#47;&amp;#47;www.paypal.com&amp;#47;cgi-bin&amp;#47;webscr&amp;#63;cmd&amp;#61;_xclick&amp;#38;business&amp;#61;jon&amp;#37;40codeendeavors&amp;#37;2ecom&amp;#38;item_name&amp;#61;Code&amp;#37;20Endeavors Donation&amp;#38;no_shipping&amp;#61;1&amp;#38;cn&amp;#61;Suggestions&amp;#38;tax&amp;#61;0&amp;#38;currency_code&amp;#61;USD&amp;#38;lc&amp;#61;US&amp;#38;bn&amp;#61;PP&amp;#37;2dDonationsBF&amp;#38;charset&amp;#61;UTF&amp;#37;2d8&amp;#93;_</description><author></author><pubDate>Wed, 12 Dec 2007 18:06:36 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007) 20071212060636P</guid></item><item><title>UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007)</title><link>http://www.codeplex.com/codeendeavortemplate/Release/ProjectReleases.aspx?ReleaseId=9057</link><description>&amp;#42;Code Endeavors Compiled AJAX Module&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight Module&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.   &lt;br /&gt;&lt;br /&gt;&amp;#43;&amp;#42;Need more info&amp;#63;&amp;#58;&amp;#42;&amp;#43;&lt;br /&gt;&amp;#42; &amp;#42;Videos&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors AJAX Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsAJAXModuleTemplate676.wmv&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors Silverlight Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsDotNetNukeSilverlightModul240.wmv&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Forum&amp;#58;&amp;#42; &lt;br /&gt;&amp;#42;&amp;#42; Questions about the templates can be asked in the &amp;#91;url&amp;#58;Code Endeavors Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Forums.aspx&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; ClientAPI&amp;#47;WebControls questions can be asked in the &amp;#91;url&amp;#58;ClientAPI Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Forums&amp;#47;tabid&amp;#47;795&amp;#47;forumid&amp;#47;76&amp;#47;scope&amp;#47;threads&amp;#47;Default.aspx&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Latest Templates&amp;#58;&amp;#42; If your wanting to get the latest version of the template, or tweak it a bit switch to the &amp;#34;Source Code&amp;#34; tab.  Instructions for building the vsi file are included in the readme.txt file.&lt;br /&gt;&amp;#42; &amp;#42;Prerequisites&amp;#58;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; VS.NET 2005 SP1 or VS.NET 2008&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke 4.7 or later&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;tabid&amp;#47;125&amp;#47;default.aspx&amp;#93;.&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Core Modfications&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fCoreModifications.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;Includes changes to core code to work with ClientAPI - for a detailed look at what changed refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;coremodificationsdetail.txt&amp;#93;&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;ClientAPI&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fClientAPI.install.v4.0.107.0.zip&amp;#38;tabid&amp;#61;875&amp;#38;mid&amp;#61;2664&amp;#93; &amp;#40;Caspian release or later&amp;#41; - Note&amp;#58;  This file is not necessary to overlay as the WebControls includes the dll.  &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke Webcontrols&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fWebControls.install.v2.0.107.0.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;DawnTreader release or later - For detailed overview of modifications made to files for Caspian&amp;#47;DawnTreader refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;CaspianDawnTreaderDetail.txt&amp;#93;.&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; _&amp;#40;&amp;#42;Note&amp;#58;&amp;#42;  The Caspian and DawnTreader files referenced are currently in beta.  Therefore it is not advisable to install in production. For instructions on how to install the beta refer to the &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93;.&amp;#41;_&lt;br /&gt;&amp;#42; &amp;#42;Blog&amp;#42;&amp;#58;  &amp;#91;url&amp;#58;Jon Henning&amp;#39;s DotNetNuke Blog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Blogs&amp;#47;tabid&amp;#47;825&amp;#47;BlogID&amp;#47;8&amp;#47;Default.aspx&amp;#93; &lt;br /&gt;&amp;#42; &amp;#42;Additional DotNetNuke Resources&amp;#42;&amp;#58; &amp;#91;url&amp;#58;Code Endeavors&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Downloads.aspx&amp;#93;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; _Please consider supporting the on-going free offerings to the community.  Show your appreciation by &amp;#91;url&amp;#58;donating today&amp;#124;https&amp;#58;&amp;#47;&amp;#47;www.paypal.com&amp;#47;cgi-bin&amp;#47;webscr&amp;#63;cmd&amp;#61;_xclick&amp;#38;business&amp;#61;jon&amp;#37;40codeendeavors&amp;#37;2ecom&amp;#38;item_name&amp;#61;Code&amp;#37;20Endeavors Donation&amp;#38;no_shipping&amp;#61;1&amp;#38;cn&amp;#61;Suggestions&amp;#38;tax&amp;#61;0&amp;#38;currency_code&amp;#61;USD&amp;#38;lc&amp;#61;US&amp;#38;bn&amp;#61;PP&amp;#37;2dDonationsBF&amp;#38;charset&amp;#61;UTF&amp;#37;2d8&amp;#93;_</description><author></author><pubDate>Wed, 12 Dec 2007 18:04:07 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007) 20071212060407P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/codeendeavortemplate/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled AJAX DotNetNuke Module Template&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight DotNetNuke Module Template&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Code Endeavors Compiled AJAX DotNetNuke Module Template&lt;/b&gt;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework (ControlMethods) in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Code Endeavors Compiled Silverlight DotNetNuke Module Template&lt;/b&gt;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.&lt;br /&gt;
&lt;/div&gt;</description><author>jhenning</author><pubDate>Wed, 12 Dec 2007 16:17:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20071212041727P</guid></item><item><title>UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007)</title><link>http://www.codeplex.com/codeendeavortemplate/Release/ProjectReleases.aspx?ReleaseId=9057</link><description>&amp;#42;Code Endeavors Compiled AJAX Module&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight Module&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.   &lt;br /&gt;&lt;br /&gt;&amp;#43;&amp;#42;Need more info&amp;#63;&amp;#58;&amp;#42;&amp;#43;&lt;br /&gt;&amp;#42; &amp;#42;Videos&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors AJAX Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsAJAXModuleTemplate676.wmv&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors Silverlight Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsDotNetNukeSilverlightModul240.wmv&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Forum&amp;#58;&amp;#42; &lt;br /&gt;&amp;#42;&amp;#42; Questions about the templates can be asked in the &amp;#91;url&amp;#58;Code Endeavors Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Forums.aspx&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; ClientAPI&amp;#47;WebControls questions can be asked in the &amp;#91;url&amp;#58;ClientAPI Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Forums&amp;#47;tabid&amp;#47;795&amp;#47;forumid&amp;#47;76&amp;#47;scope&amp;#47;threads&amp;#47;Default.aspx&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Latest Templates&amp;#58;&amp;#42; If your wanting to get the latest version of the template, or tweak it a bit switch to the &amp;#34;Source Code&amp;#34; tab.  Instructions for building the vsi file are included in the readme.txt file.&lt;br /&gt;&amp;#42; &amp;#42;Prerequisites&amp;#58;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke 4.7 or later&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;tabid&amp;#47;125&amp;#47;default.aspx&amp;#93;.&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Core Modfications&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fCoreModifications.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;Includes changes to core code to work with ClientAPI - for a detailed look at what changed refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;coremodificationsdetail.txt&amp;#93;&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;ClientAPI&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fClientAPI.install.v4.0.107.0.zip&amp;#38;tabid&amp;#61;875&amp;#38;mid&amp;#61;2664&amp;#93; &amp;#40;Caspian release or later&amp;#41; - Note&amp;#58;  This file is not necessary to overlay as the WebControls includes the dll.  &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke Webcontrols&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fWebControls.install.v2.0.107.0.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;DawnTreader release or later - For detailed overview of modifications made to files for Caspian&amp;#47;DawnTreader refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;CaspianDawnTreaderDetail.txt&amp;#93;.&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; _&amp;#40;&amp;#42;Note&amp;#58;&amp;#42;  The Caspian and DawnTreader files referenced are currently in beta.  Therefore it is not advisable to install in production. For instructions on how to install the beta refer to the &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93;.&amp;#41;_&lt;br /&gt;&amp;#42; &amp;#42;Blog&amp;#42;&amp;#58;  &amp;#91;url&amp;#58;Jon Henning&amp;#39;s DotNetNuke Blog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Blogs&amp;#47;tabid&amp;#47;825&amp;#47;BlogID&amp;#47;8&amp;#47;Default.aspx&amp;#93; &lt;br /&gt;&amp;#42; &amp;#42;Additional DotNetNuke Resources&amp;#42;&amp;#58; &amp;#91;url&amp;#58;Code Endeavors&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Downloads.aspx&amp;#93;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; _Please consider supporting the on-going free offerings to the community.  Show your appreciation by &amp;#91;url&amp;#58;donating today&amp;#124;https&amp;#58;&amp;#47;&amp;#47;www.paypal.com&amp;#47;cgi-bin&amp;#47;webscr&amp;#63;cmd&amp;#61;_xclick&amp;#38;business&amp;#61;jon&amp;#37;40codeendeavors&amp;#37;2ecom&amp;#38;item_name&amp;#61;Code&amp;#37;20Endeavors Donation&amp;#38;no_shipping&amp;#61;1&amp;#38;cn&amp;#61;Suggestions&amp;#38;tax&amp;#61;0&amp;#38;currency_code&amp;#61;USD&amp;#38;lc&amp;#61;US&amp;#38;bn&amp;#61;PP&amp;#37;2dDonationsBF&amp;#38;charset&amp;#61;UTF&amp;#37;2d8&amp;#93;_</description><author></author><pubDate>Wed, 12 Dec 2007 16:14:20 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007) 20071212041420P</guid></item><item><title>UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007)</title><link>http://www.codeplex.com/codeendeavortemplate/Release/ProjectReleases.aspx?ReleaseId=9057</link><description>&amp;#42;Code Endeavors Compiled AJAX Module&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight Module&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.   A live demo of this module can be found &amp;#91;url&amp;#58;here&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Projects&amp;#47;DotNetNuke&amp;#47;SilverlightMedia.aspx&amp;#93;.&lt;br /&gt;&lt;br /&gt;&amp;#43;&amp;#42;Need more info on the templates&amp;#63;&amp;#58;&amp;#42;&amp;#43;&lt;br /&gt;&amp;#42; &amp;#42;Videos&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors AJAX Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsAJAXModuleTemplate676.wmv&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors Silverlight Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsDotNetNukeSilverlightModul240.wmv&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Forum&amp;#58;&amp;#42; Questions about the templates can be asked in the &amp;#91;url&amp;#58;Code Endeavors Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Forums.aspx&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Latest Templates&amp;#58;&amp;#42; If your wanting to get the latest version of the template, or tweak it a bit switch to the &amp;#34;Source Code&amp;#34; tab.  Instructions for building the vsi file are included in the readme.txt file.&lt;br /&gt;&amp;#42; &amp;#42;Prerequisites&amp;#58;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke 4.7 or later&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;tabid&amp;#47;125&amp;#47;default.aspx&amp;#93;.&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Core Modfications&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fCoreModifications.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;Includes changes to core code to work with ClientAPI - for a detailed look at what changed refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;coremodificationsdetail.txt&amp;#93;&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;ClientAPI&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fClientAPI.install.v4.0.107.0.zip&amp;#38;tabid&amp;#61;875&amp;#38;mid&amp;#61;2664&amp;#93; &amp;#40;Caspian release or later&amp;#41; - Note&amp;#58;  This file is not necessary to overlay as the WebControls includes the dll.  If you enable ExternalScripts however, this file needs to be applied as it overlays the js files. &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke Webcontrols&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fWebControls.install.v2.0.107.0.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;DawnTreader release or later - For detailed overview of modifications made to files for Caspian&amp;#47;DawnTreader refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;CaspianDawnTreaderDetail.txt&amp;#93;.&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; _&amp;#40;&amp;#42;Note&amp;#58;&amp;#42;  The Caspian and DawnTreader files referenced are currently in beta.  Therefore it is not advisable to install in production. For instructions on how to install the beta refer to the &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93;.&amp;#41;_&lt;br /&gt;&amp;#42; &amp;#42;Blog&amp;#42;&amp;#58;  &amp;#91;url&amp;#58;Jon Henning&amp;#39;s DotNetNuke Blog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Blogs&amp;#47;tabid&amp;#47;825&amp;#47;BlogID&amp;#47;8&amp;#47;Default.aspx&amp;#93; &lt;br /&gt;&amp;#42; &amp;#42;Additional DotNetNuke Resources&amp;#42;&amp;#58; &amp;#91;url&amp;#58;Code Endeavors&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Downloads.aspx&amp;#93;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; _Please consider supporting the on-going free offerings to the community.  Show your appreciation by &amp;#91;url&amp;#58;donating today&amp;#124;https&amp;#58;&amp;#47;&amp;#47;www.paypal.com&amp;#47;cgi-bin&amp;#47;webscr&amp;#63;cmd&amp;#61;_xclick&amp;#38;business&amp;#61;jon&amp;#37;40codeendeavors&amp;#37;2ecom&amp;#38;item_name&amp;#61;Code&amp;#37;20Endeavors Donation&amp;#38;no_shipping&amp;#61;1&amp;#38;cn&amp;#61;Suggestions&amp;#38;tax&amp;#61;0&amp;#38;currency_code&amp;#61;USD&amp;#38;lc&amp;#61;US&amp;#38;bn&amp;#61;PP&amp;#37;2dDonationsBF&amp;#38;charset&amp;#61;UTF&amp;#37;2d8&amp;#93;._</description><author></author><pubDate>Wed, 12 Dec 2007 15:57:02 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007) 20071212035702P</guid></item><item><title>CREATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007)</title><link>http://www.codeplex.com/codeendeavortemplate/Release/ProjectReleases.aspx?ReleaseId=9057</link><description>&amp;#42;Code Endeavors Compiled AJAX Module&amp;#42;&lt;br /&gt;The Code Endeavors AJAX Template offers the skeleton structure for creating highly efficient AJAX templates.  It encourages the developer to encapsulate logic within client-side objects to minimize naming conflicts.  It also demonstrates how to use the new AJAX callback framework &amp;#40;ControlMethods&amp;#41; in the new ClientAPI.  Additionally, it offers a solution to manage localization of messages in your javascript along with allowing modules to communicate safely on the client-side.&lt;br /&gt;&lt;br /&gt;&amp;#42;Code Endeavors Compiled Silverlight Module&amp;#42;&lt;br /&gt;The Code Endeavors Silverlight Template allows the developer to quickly integrate silverlight into DotNetNuke.  The method used insulates the client-side logic from conflicts with other modules on the page, including multiple instances of the same module.   A live demo of this module can be found &amp;#91;url&amp;#58;here&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Projects&amp;#47;DotNetNuke&amp;#47;SilverlightMedia.aspx&amp;#93;.&lt;br /&gt;&lt;br /&gt;&amp;#43;&amp;#42;Need more info on the templates&amp;#63;&amp;#58;&amp;#42;&amp;#43;&lt;br /&gt;&amp;#42; &amp;#42;Videos&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors AJAX Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsAJAXModuleTemplate676.wmv&amp;#93;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Programming with the Code Endeavors Silverlight Module Template Video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-ProgrammingWithTheCodeEndeavorsDotNetNukeSilverlightModul240.wmv&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Forum&amp;#58;&amp;#42; Questions about the templates can be asked in the &amp;#91;url&amp;#58;Code Endeavors Forums&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Forums.aspx&amp;#93;&lt;br /&gt;&amp;#42; &amp;#42;Latest Templates&amp;#58;&amp;#42; If your wanting to get the latest version of the template, or tweak it a bit switch to the &amp;#34;Source Code&amp;#34; tab.  Instructions for building the vsi file are included in the readme.txt file.&lt;br /&gt;&amp;#42; &amp;#42;Prerequisites&amp;#58;&amp;#42;&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke 4.7 or later&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;tabid&amp;#47;125&amp;#47;default.aspx&amp;#93;.&lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;Core Modfications&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fCoreModifications.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;Includes changes to core code to work with ClientAPI - for a detailed look at what changed refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;coremodificationsdetail.txt&amp;#93;&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;ClientAPI&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fClientAPI.install.v4.0.107.0.zip&amp;#38;tabid&amp;#61;875&amp;#38;mid&amp;#61;2664&amp;#93; &amp;#40;Caspian release or later&amp;#41; - Note&amp;#58;  This file is not necessary to overlay as the WebControls includes the dll.  If you enable ExternalScripts however, this file needs to be applied as it overlays the js files. &lt;br /&gt;&amp;#42;&amp;#42; &amp;#91;url&amp;#58;DotNetNuke Webcontrols&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;LinkClick.aspx&amp;#63;link&amp;#61;http&amp;#37;3a&amp;#37;2f&amp;#37;2fwebcontrols.dotnetnuke.com&amp;#37;2fdownload&amp;#37;2fWebControls.install.v2.0.107.0.zip&amp;#38;tabid&amp;#61;874&amp;#38;mid&amp;#61;2653&amp;#93; &amp;#40;DawnTreader release or later - For detailed overview of modifications made to files for Caspian&amp;#47;DawnTreader refer to &amp;#91;url&amp;#58;this text file&amp;#124;http&amp;#58;&amp;#47;&amp;#47;webcontrols.dotnetnuke.com&amp;#47;download&amp;#47;CaspianDawnTreaderDetail.txt&amp;#93;.&amp;#41; &lt;br /&gt;&amp;#42;&amp;#42; _&amp;#40;&amp;#42;Note&amp;#58;&amp;#42;  The Caspian and DawnTreader files referenced are currently in beta.  Therefore it is not advisable to install in production. For instructions on how to install the beta refer to the &amp;#91;url&amp;#58;Using the Code Endeavors DotNetNuke Module Templates video&amp;#124;http&amp;#58;&amp;#47;&amp;#47;blip.tv&amp;#47;file&amp;#47;get&amp;#47;Codeendeavors-UsingTheCodeEndeavorsDotNetNukeTemplates745.wmv&amp;#93;.&amp;#41;_&lt;br /&gt;&amp;#42; &amp;#42;Blog&amp;#42;&amp;#58;  &amp;#91;url&amp;#58;Jon Henning&amp;#39;s DotNetNuke Blog&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.dotnetnuke.com&amp;#47;Community&amp;#47;Blogs&amp;#47;tabid&amp;#47;825&amp;#47;BlogID&amp;#47;8&amp;#47;Default.aspx&amp;#93; &lt;br /&gt;&amp;#42; &amp;#42;Additional DotNetNuke Resources&amp;#42;&amp;#58; &amp;#91;url&amp;#58;Code Endeavors&amp;#124;http&amp;#58;&amp;#47;&amp;#47;www.codeendeavors.com&amp;#47;Downloads.aspx&amp;#93;&lt;br /&gt;&lt;br /&gt;&amp;#33;&amp;#33; _Please consider supporting the on-going free offerings to the community.  Show your appreciation by &amp;#91;url&amp;#58;donating today&amp;#124;https&amp;#58;&amp;#47;&amp;#47;www.paypal.com&amp;#47;cgi-bin&amp;#47;webscr&amp;#63;cmd&amp;#61;_xclick&amp;#38;business&amp;#61;jon&amp;#37;40codeendeavors&amp;#37;2ecom&amp;#38;item_name&amp;#61;Code&amp;#37;20Endeavors Donation&amp;#38;no_shipping&amp;#61;1&amp;#38;cn&amp;#61;Suggestions&amp;#38;tax&amp;#61;0&amp;#38;currency_code&amp;#61;USD&amp;#38;lc&amp;#61;US&amp;#38;bn&amp;#61;PP&amp;#37;2dDonationsBF&amp;#38;charset&amp;#61;UTF&amp;#37;2d8&amp;#93;._</description><author></author><pubDate>Wed, 12 Dec 2007 15:56:04 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Code Endeavors DotNetNuke Module Templates v1.0 (Dec 13, 2007) 20071212035604P</guid></item><item><title>Source code checked in</title><link>http://www.codeplex.com/codeendeavortemplate/SourceControl/ListDownloadableCommits.aspx</link><description>Initial release</description><author>jhenning</author><pubDate>Wed, 12 Dec 2007 15:16:40 GMT</pubDate><guid isPermaLink="false">Source code checked in 20071212031640P</guid></item></channel></rss>