﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>TheDNN</title>
    <description>This blog is dedicated to topics about our services</description>
    <link>http://www.thednn.com/Blog/tabid/144/BlogId/1/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>info@thednn.com</managingEditor>
    <webMaster>info@thednn.com</webMaster>
    <pubDate>Thu, 21 Aug 2008 13:21:05 GMT</pubDate>
    <lastBuildDate>Thu, 21 Aug 2008 13:21:05 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.4.0.39853</generator>
    <item>
      <title>TheDNN.SlideMenu is Released</title>
      <description>&lt;p&gt;The accordion module is finally out.&lt;/p&gt;
&lt;p&gt;&lt;img alt="" hspace="5" vspace="5" border="0" src="http://www.thednn.com/Portals/0/SlideMenu/SlideMenu.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Many of you have asked for &lt;a href="http://www.thednn.com/Modules/TheDNNSlideMenu/tabid/145/Default.aspx"&gt;SlideMenu&lt;/a&gt; module so far. Here you are. :)&lt;/p&gt;
&lt;p&gt;There are a few important points about SlideMenu:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Even though that this module is just released with version 1.0.0 but it contains all the improvements which has been implemented in Menu module so far. The Menu module is version 1.7.0 and we have had 7 releases till now. Therefore TheDNN.SlideMenu.1.0.0 has equal power comparing to TheDNN.Menu.1.7.5 (will be released tomorrow)&lt;/li&gt;
    &lt;li&gt;The navigation and the way working with SlideMenu is similar to TheDNN.Menu module.&lt;/li&gt;
    &lt;li&gt;Both TheDNN.SlideMenu and TheDNN.Menu will improve shoulder to shoulder and are integrated.&lt;/li&gt;
    &lt;li&gt;Because we understand that having both Menu and SlideMenu is essential for webmasters, therefore we are providing 50% discount if you have bought one of them before. This is a permanent discount.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;After all, I want to tell you that we value your inputs and hear you. Please let us know your needs and comments about our modules.&lt;/p&gt;</description>
      <link>http://www.thednn.com/Blog/tabid/144/EntryID/5/Default.aspx</link>
      <author>info@thednn.com</author>
      <comments>http://www.thednn.com/Blog/tabid/144/EntryID/5/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.thednn.com/Default.aspx?tabid=144&amp;EntryID=5</guid>
      <pubDate>Sat, 24 May 2008 18:42:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.thednn.com/DesktopModules/Blog/Trackback.aspx?id=5</trackback:ping>
    </item>
    <item>
      <title>TheDNN.Menu.1.7.0 Overview</title>
      <description>&lt;p&gt;This release is presenting two great features and an important change. This aimed to be a stable version and candidate for getting &lt;a href="http://www.dotnetnuke.com/Programs/Review/Overview/tabid/959/Default.aspx" target="_blank"&gt;DotNetNuke Reviewed Logo&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Let me start by introducing the two new gold features:&lt;br /&gt;
&lt;br /&gt;
&lt;font size="3"&gt;&lt;strong&gt;XML Data Source&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;
&lt;div align="center"&gt;&lt;img vspace="5" hspace="5" border="0" align="middle" src="/portals/0/blog/xmlsource.jpg" alt="" /&gt;&lt;/div&gt;
&lt;p&gt;Until version 1.6.1 it was only possible to show the tabs available at DotNetNuke tabs including their position. The only thing you could do was to select another start node so that the children of that start node would become root items. In addition, you could include or exclude items and use the "Show Start Level Only" option to hide all the child items and display root items only (very useful for creating short cuts).&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
Beside all the pros available there, one could still feel a lack of customisability. The con was that you were not able to select items from different trees and create a new extra tab only for being in that particular instance of the menu module.&lt;br /&gt;
&lt;br /&gt;
In TheDNN.Menu.1.7.0 you can create an XML file and assign it as your source of tabs to the menu instance. The structure of the XML file is very easy and has been described in the place where you can use it. Here I show you a sample of an XML file that can be used for the menu data source:&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-weight: bold;"&gt;&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;/span&gt;&lt;strong&gt;&lt;?xml version="1.0" encoding="utf-8" ?&gt;&lt;br /&gt;
&lt;items&gt;&lt;br /&gt;
  &lt;tab title="Hardware"&gt;&lt;br /&gt;
    &lt;tab title="Desktop" url="~/desktop.aspx"&gt;&lt;br /&gt;
      &lt;tab title="Complete Systems" url="~/systems.aspx" /&gt;&lt;br /&gt;
      &lt;tab title="Barebone Systems" url="~/barebones.aspx" /&gt;&lt;br /&gt;
      &lt;tab title="Accessories" url="~/accessories.aspx" /&gt;&lt;br /&gt;
    &lt;/tab&gt;&lt;br /&gt;
    &lt;tab title="Notebooks" url="~/notebook.aspx" /&gt;&lt;br /&gt;
  &lt;/tab&gt;&lt;br /&gt;
  &lt;tab title="Software"&gt;&lt;br /&gt;
    &lt;tab title="Windows" url="http://www.microsoft.com" /&gt;&lt;br /&gt;
    &lt;tab title="Office" url="http://office.microsoft.com" /&gt;&lt;br /&gt;
  &lt;/tab&gt;&lt;br /&gt;
  &lt;tab title="Sites" url="~/sites.aspx"&gt;&lt;br /&gt;
    &lt;tab title="Yahoo" url="http://www.yahoo.com" /&gt;&lt;br /&gt;
    &lt;tab title="Google" url="http://www.google.com" /&gt;&lt;br /&gt;
  &lt;/tab&gt;&lt;br /&gt;
&lt;/items&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;
As you can see the structure is very easy to understand. You have title and url in tags named tab and you can have as many tabs as you want in serial or parallel.&lt;br /&gt;
&lt;br /&gt;
The only thing you should note is that you can only use it with module and not the skin object.&lt;br /&gt;
&lt;br /&gt;
&lt;font size="4"&gt;&lt;strong&gt; Additional Menu Skins&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;
&lt;br /&gt;
There has been added a button in Control Center where you can use it once to install 16 extra menu skins. This is a new ability where gives more default skin choices.&lt;/p&gt;
&lt;p&gt;&lt;img vspace="5" hspace="5" border="0" align="middle" src="/portals/0/blog/additionalskins.jpg" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt; But, why these skins are not installed while the module is being installed?&lt;/strong&gt;&lt;br /&gt;
First of all, not everyone needs those skins and they will use resources of your website. Furthermore, we have plans to provide APIs for mass skin producers and this is a look into future as well.&lt;br /&gt;
 &lt;br /&gt;
Beside above two great features there has been a very important change in our module, and that's about the licensing system. Due to reported bugs with medium trust level we decided to completely change the licensing system. Therefore, please be aware that your license for older versions will not support 1.7.0.&lt;br /&gt;
&lt;br /&gt;
&lt;font color="#ff0000"&gt; Those who have purchased early versions&lt;/font&gt; and want to upgrade to 1.7.0 need to download their new license file. In order to have your new license we have created a Licensing Center application. As a result, all you need to do is:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Go to &lt;a href="http://LicensingCenter.TheDNN.com"&gt;http://LicensingCenter.TheDNN.com&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Click "License Files" tab&lt;/li&gt;
    &lt;li&gt;Enter your Invoice ID and download your new license file&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;br /&gt;
Please note that the new license file will not work on early versions.&lt;br /&gt;
&lt;br /&gt;
So, I guess it's enough for a kind of overview for the new release. Please remember that we value your inputs. ;)&lt;/p&gt;</description>
      <link>http://www.thednn.com/Blog/tabid/144/EntryID/4/Default.aspx</link>
      <author>info@thednn.com</author>
      <comments>http://www.thednn.com/Blog/tabid/144/EntryID/4/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.thednn.com/Default.aspx?tabid=144&amp;EntryID=4</guid>
      <pubDate>Thu, 24 Apr 2008 14:02:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.thednn.com/DesktopModules/Blog/Trackback.aspx?id=4</trackback:ping>
    </item>
    <item>
      <title>Just a "Flash Forward"!</title>
      <description>&lt;p&gt;Although there is announced that the issue with Medium Trust level has been solved we have a few reports from our clients having problem running the module under Medium Trust level.&lt;/p&gt;
&lt;p&gt;As based of our investigation, it looks like that the issue comes from our licensing system which works only under Full Trust level. So, we are now changing our current licensing system in order to fix the issue. This will be announced with V.1.7.0 of TheDNN.Menu.&lt;/p&gt;
&lt;p&gt;Yes, V.1.7.0 is coming out with two more cool features. So, sit tight because the next post will be announcing this release with a brief description of the features.&lt;/p&gt;
&lt;p&gt;Good news is that there will be a licensing center also available for our clients to have their licenses right after placing the order. So, there is no need to wait for your licenses to be issue and send over. More details come later along with the release of the TheDNN Licensing Center. ;)&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.thednn.com/Blog/tabid/144/EntryID/3/Default.aspx</link>
      <author>info@thednn.com</author>
      <comments>http://www.thednn.com/Blog/tabid/144/EntryID/3/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.thednn.com/Default.aspx?tabid=144&amp;EntryID=3</guid>
      <pubDate>Sun, 20 Apr 2008 20:59:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.thednn.com/DesktopModules/Blog/Trackback.aspx?id=3</trackback:ping>
    </item>
    <item>
      <title>TheDNN.Blog.HelloWorld();</title>
      <description>&lt;p&gt;Hello everybody. I am Jack, a staff of TheDNN Group. Here at the group we decided to start a blog regarding to our products and services.&lt;/p&gt;
&lt;p&gt;I'll try to keep you updated about the events, and product news. Because &lt;a href="http://www.dotnetnuke.com"&gt;DotNetNuke&lt;/a&gt;'s announcement module doesn't support &lt;a href="http://www.thednn.com/Blog/tabid/144/rssid/1/Default.aspx"&gt;RSS&lt;/a&gt;, it might be difficult for you to come and look into what's happening here from time to time. Therefore, the first goal about starting this blog is somehow to replace it with the traditional announcement system.&lt;/p&gt;
&lt;p&gt;Besides, it would be very helpful to gather your comments, and here is where it goes easy.&lt;/p&gt;</description>
      <link>http://www.thednn.com/Blog/tabid/144/EntryID/2/Default.aspx</link>
      <author>info@thednn.com</author>
      <comments>http://www.thednn.com/Blog/tabid/144/EntryID/2/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.thednn.com/Default.aspx?tabid=144&amp;EntryID=2</guid>
      <pubDate>Sun, 20 Apr 2008 16:16:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.thednn.com/DesktopModules/Blog/Trackback.aspx?id=2</trackback:ping>
    </item>
  </channel>
</rss>