﻿<?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>DotNetNuke Tips and Tricks</title>
    <description>Welcome to the DotNetNuke Tips and Tricks Blog of BlueTango Software.  On the DotNetNuke Forums a lot of time and energy is spent answering the same questions over and over again.  As I notice this happening I will create an entry here for the topic, over time hopefully making this a kind of quick reference / how-to area for often asked DotNetNuke questions.   Updated weekly.  Sort Of.</description>
    <link>http://www.bluetango.ca/tabid/117/BlogId/2/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>support@bluetango.ca</managingEditor>
    <webMaster>shawn.duggan@gmail.com</webMaster>
    <pubDate>Mon, 06 Feb 2012 23:32:39 GMT</pubDate>
    <lastBuildDate>Mon, 06 Feb 2012 23:32:39 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.0.35082</generator>
    <item>
      <title>DotNetNuke and OpenID / LiveID Account Associations</title>
      <description>&lt;p&gt;I was curious today and decided to try out the LiveID and OpenID integration with my site.  In general, it was suprisingly easy.  I enabled them both in my Host Settings, then activated them for the portal in Site Settings.  Setting them both up to use the service was also easy.&lt;/p&gt;
&lt;p&gt;What was really frustrating was that I could not associate my shiny new OpenID identity with the appropriate user I had created within DNN.  The reason?&lt;/p&gt;
&lt;p&gt;Apparently you can only associate id's that are not Admins or Host accounts.  So I had to create a normal user account, and then if I wanted an admin give it the access afterwards.  For it to be a Host account I had to manually set the account in the database (set IsSuperUser=1 in the Users table for the appropriate user).&lt;/p&gt;
&lt;p&gt;A minor inconvenience, but the error messaging could have been a lot more helpful.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=17</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=17#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=17</guid>
      <pubDate>Mon, 25 Aug 2008 04:00:00 GMT</pubDate>
      <slash:comments>3</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=17</trackback:ping>
    </item>
    <item>
      <title>Update: Integrating DotNetNuke With Other ASP.NET Applications</title>
      <description>For anyone who has been watching to see if I have an update, the wait is over.  I have re-designed my implementation and now plan to offer the product as a module.  No core changes will be made at all.  &lt;br /&gt;
&lt;br /&gt;
I'd like to thank those who have expressed interest and for all the feedback I received.  It made me re-evaluate what I was doing and I think the result will be a better product.   I still have a bit of work to finish it, but I am hoping to have this ready within the next few weeks as time permits.</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=9</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=9#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=9</guid>
      <pubDate>Tue, 16 Jan 2007 04:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=9</trackback:ping>
    </item>
    <item>
      <title>Integrating DotNetNuke With Other ASP.NET Applications</title>
      <description>If you already have an established .NET application you wish to integrate with DotNetNuke, the idea of rewriting your application into modules that run inside of DNN is not a pleasant one.  It would be ideal if certain users via portal roles could be given seamless access to the application.  The good news is that this can be done regardless of the version of .NET your application uses.&lt;a href=http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=8&gt;More...&lt;/a&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=8</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=8#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=8</guid>
      <pubDate>Fri, 22 Dec 2006 06:00:00 GMT</pubDate>
      <slash:comments>3</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=8</trackback:ping>
    </item>
    <item>
      <title>After Upgrading My Site I Can No Longer Log In - What Do I Do?</title>
      <description>Not being able to log in after a site upgrade can be a traumatic experience.  Rest easy - it usually is simple to fix.&lt;a href=http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=7&gt;More...&lt;/a&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=7</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=7#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=7</guid>
      <pubDate>Sat, 25 Nov 2006 06:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=7</trackback:ping>
    </item>
    <item>
      <title>How To Incorporate Google Analytics Into Your Skin</title>
      <description>Google Analytics is a great free web site analysis tool.  Thankfully integrating the required code into your DNN site is a snap.  Here's how.&lt;a href=http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=6&gt;More...&lt;/a&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=6</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=6#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=6</guid>
      <pubDate>Thu, 23 Nov 2006 04:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=6</trackback:ping>
    </item>
    <item>
      <title>How To Reset Your Portal To Use the Default Login Page</title>
      <description>A common issue that often crops up on the the DNN forums is that someone's login page has disappeared.  This can sometimes happen if playing in the site settings and changing the site login page to be a page without the Account Login module on it.  Here is how to fix it.&lt;a href=http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=5&gt;More...&lt;/a&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=5</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=5#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=5</guid>
      <pubDate>Wed, 22 Nov 2006 04:00:00 GMT</pubDate>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=5</trackback:ping>
    </item>
    <item>
      <title>How To Incorporate Header Tags Into Your DotNetNuke Skin</title>
      <description>One problem with DotNetNuke in terms of SEO is that the default skins and even most commercial skins do not use any header tags at all.  Many search engines, notably Google, place a great deal of importance on the H1 tag.  This blog entry will highlight one simple method for getting H1 tags into your skin.&lt;a href=http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=4&gt;More...&lt;/a&gt;</description>
      <link>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=4</link>
      <author>support@bluetango.ca</author>
      <comments>http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=4#Comments</comments>
      <guid isPermaLink="true">http://www.bluetango.ca/Default.aspx?tabid=117&amp;EntryID=4</guid>
      <pubDate>Sat, 11 Nov 2006 06:00:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.bluetango.ca/DesktopModules/Blog/Trackback.aspx?id=4</trackback:ping>
    </item>
  </channel>
</rss>
