<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>CornerPixel Blog - CMS</title>
    <link>http://blog.cornerpixel.net/</link>
    <description>Rant by Mike</description>
    <language>en-us</language>
    <copyright>2008-2009 CornerPixel LLC</copyright>
    <lastBuildDate>Mon, 02 Nov 2009 10:43:45 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 2.1.8102.813</generator>
    <managingEditor>blog@cornerpixel.net</managingEditor>
    <webMaster>blog@cornerpixel.net</webMaster>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=aefce98b-e6ed-46d9-910c-8f1cd91c4955</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,aefce98b-e6ed-46d9-910c-8f1cd91c4955.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,aefce98b-e6ed-46d9-910c-8f1cd91c4955.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=aefce98b-e6ed-46d9-910c-8f1cd91c4955</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today I was doing a database backup for a DotNetNuke website.  When I did the
backup, I was amazed at how big the database was.
</p>
        <p>
I tried to shrink it, and it didn’t work.
</p>
        <p>
The next thing I did was Googled it, and found a little help in pointing me to what
the issue was.  A couple posts in the DotNetNuke forums had commented on big
events logs, so I checked mine out.
</p>
        <p>
581MB!!!
</p>
        <p>
Okay now how to clear this?  I couldn’t even view them via the website when logged
in as “host”.
</p>
        <p>
I cleared them by doing the following steps.
</p>
        <ol>
          <li>
Log into your website as a "host user"</li>
          <li>
Go to Host &gt; SQL</li>
          <li>
Run the script below 
<br /><br />
Truncate table eventlog 
<br /></li>
          <li>
Logged into my SQL server and Shrunk the database</li>
          <li>
All my issues were solved!!</li>
        </ol>
        <p>
This seems like an easy no brainer, but I hope it helps people out there with there
DNN databases.
</p>
        <p>
Oh and one other helpful hint:  Set your db’s “Recovery Model” to be simple in
the options, if you backup your database on a regular basis.  This will keep
your db from getting too big also.
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=aefce98b-e6ed-46d9-910c-8f1cd91c4955" />
      </body>
      <title>DotNetNuke Database is Huge - Clearing Events Logs</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,aefce98b-e6ed-46d9-910c-8f1cd91c4955.aspx</guid>
      <link>http://blog.cornerpixel.net/2009/11/02/DotNetNuke+Database+Is+Huge+Clearing+Events+Logs.aspx</link>
      <pubDate>Mon, 02 Nov 2009 10:43:45 GMT</pubDate>
      <description>&lt;p&gt;
Today I was doing a database backup for a DotNetNuke website.&amp;#160; When I did the
backup, I was amazed at how big the database was.
&lt;/p&gt;
&lt;p&gt;
I tried to shrink it, and it didn’t work.
&lt;/p&gt;
&lt;p&gt;
The next thing I did was Googled it, and found a little help in pointing me to what
the issue was.&amp;#160; A couple posts in the DotNetNuke forums had commented on big
events logs, so I checked mine out.
&lt;/p&gt;
&lt;p&gt;
581MB!!!
&lt;/p&gt;
&lt;p&gt;
Okay now how to clear this?&amp;#160; I couldn’t even view them via the website when logged
in as “host”.
&lt;/p&gt;
&lt;p&gt;
I cleared them by doing the following steps.
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Log into your website as a &amp;quot;host user&amp;quot;&lt;/li&gt;
&lt;li&gt;
Go to Host &amp;gt; SQL&lt;/li&gt;
&lt;li&gt;
Run the script below 
&lt;br /&gt;
&lt;br /&gt;
Truncate table eventlog 
&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;
Logged into my SQL server and Shrunk the database&lt;/li&gt;
&lt;li&gt;
All my issues were solved!!&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
This seems like an easy no brainer, but I hope it helps people out there with there
DNN databases.
&lt;/p&gt;
&lt;p&gt;
Oh and one other helpful hint:&amp;#160; Set your db’s “Recovery Model” to be simple in
the options, if you backup your database on a regular basis.&amp;#160; This will keep
your db from getting too big also.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=aefce98b-e6ed-46d9-910c-8f1cd91c4955" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,aefce98b-e6ed-46d9-910c-8f1cd91c4955.aspx</comments>
      <category>CMS</category>
      <category>DotNetNuke</category>
      <category>SQL</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=53d2aac6-093a-4dd6-ac39-b56623a0c7ce</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,53d2aac6-093a-4dd6-ac39-b56623a0c7ce.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,53d2aac6-093a-4dd6-ac39-b56623a0c7ce.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=53d2aac6-093a-4dd6-ac39-b56623a0c7ce</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I ran into this while working on a customer’s new DNN site.  The install went
well and I thought all was good.
</p>
        <p>
Usually my first thing I do is delete the DotNetNuke stuff off the home page and then
I go to the admin site settings and disable the inline editing.
</p>
        <p>
When I chose to update settings on the admin settings page I got the following error.
</p>
        <blockquote>
          <p>
DNN Cannot insert the value NULL into column 'DefaultLanguage'
</p>
        </blockquote>
        <p>
The first thing I did was to check the admin settings page for a Language setting
and sure enough under “Advanced Settings” and “Other Settings” there is a default
language pull down menu.  I noticed that I couldn’t fill it in, because the pull
down menu was blank.
</p>
        <p>
So my next step was Google.  (Yah, I know I need to use Bing more often now) 
I quickly found what I needed and this is what it boiled down to.
</p>
        <p>
Within DNN
</p>
        <ol>
          <li>
Go to the Admin/Languages page</li>
          <li>
Click on the Edit Languages link in the upper left corner of the module</li>
          <li>
Select a language from the Dropdown list.</li>
          <li>
Check the enabled checkbox</li>
          <li>
Click the update button.</li>
        </ol>
        <p>
I got this information from the bottom of a <a href="http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=10707" target="_blank">bug
fix page</a>. And I got the bug fix page from my trusted <a href="http://www.dnncreative.com/Forum/tabid/88/forumid/13/view/topic/postid/20497/Default.aspx" target="_blank">DNNCreative
websites forums</a>.
</p>
        <p>
I always like it when it is a quick and easy fix.  Go DotNetNuke!
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=53d2aac6-093a-4dd6-ac39-b56623a0c7ce" />
      </body>
      <title>DNN 5.01.02 Install - Can Not Update Admin Site Settings</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,53d2aac6-093a-4dd6-ac39-b56623a0c7ce.aspx</guid>
      <link>http://blog.cornerpixel.net/2009/09/14/DNN+50102+Install+Can+Not+Update+Admin+Site+Settings.aspx</link>
      <pubDate>Mon, 14 Sep 2009 10:29:21 GMT</pubDate>
      <description>&lt;p&gt;
I ran into this while working on a customer’s new DNN site.&amp;#160; The install went
well and I thought all was good.
&lt;/p&gt;
&lt;p&gt;
Usually my first thing I do is delete the DotNetNuke stuff off the home page and then
I go to the admin site settings and disable the inline editing.
&lt;/p&gt;
&lt;p&gt;
When I chose to update settings on the admin settings page I got the following error.
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
DNN Cannot insert the value NULL into column 'DefaultLanguage'
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
The first thing I did was to check the admin settings page for a Language setting
and sure enough under “Advanced Settings” and “Other Settings” there is a default
language pull down menu.&amp;#160; I noticed that I couldn’t fill it in, because the pull
down menu was blank.
&lt;/p&gt;
&lt;p&gt;
So my next step was Google.&amp;#160; (Yah, I know I need to use Bing more often now)&amp;#160;
I quickly found what I needed and this is what it boiled down to.
&lt;/p&gt;
&lt;p&gt;
Within DNN
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Go to the Admin/Languages page&lt;/li&gt;
&lt;li&gt;
Click on the Edit Languages link in the upper left corner of the module&lt;/li&gt;
&lt;li&gt;
Select a language from the Dropdown list.&lt;/li&gt;
&lt;li&gt;
Check the enabled checkbox&lt;/li&gt;
&lt;li&gt;
Click the update button.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
I got this information from the bottom of a &lt;a href="http://support.dotnetnuke.com/issue/ViewIssue.aspx?id=10707" target="_blank"&gt;bug
fix page&lt;/a&gt;. And I got the bug fix page from my trusted &lt;a href="http://www.dnncreative.com/Forum/tabid/88/forumid/13/view/topic/postid/20497/Default.aspx" target="_blank"&gt;DNNCreative
websites forums&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
I always like it when it is a quick and easy fix.&amp;#160; Go DotNetNuke!
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=53d2aac6-093a-4dd6-ac39-b56623a0c7ce" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,53d2aac6-093a-4dd6-ac39-b56623a0c7ce.aspx</comments>
      <category>CMS</category>
      <category>DotNetNuke</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=7732803e-5f5d-4f32-a1b1-690763e46b5a</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,7732803e-5f5d-4f32-a1b1-690763e46b5a.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,7732803e-5f5d-4f32-a1b1-690763e46b5a.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=7732803e-5f5d-4f32-a1b1-690763e46b5a</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Today I was working on implementing search on a customers website I am doing in the <a href="http://www.dotnetnuke.com" target="_blank">DotNetNuke
CMS</a>.  At first I thought this would be automatic and mostly set up. 
I instead found that I needed to adjust some thing, so I have put together a small
blog entry to help other out who may be having similar issue setting up their blogs.
</p>
        <p>
I have below the three biggest keys to search success on your DotNetNuke site and
in your DNN skins.
</p>
        <p>
          <strong>First, Skinning to include Search</strong>
        </p>
        <p>
The first thing to do is to include the Register TagPrefix at the top of your .ascx
skin file as shown below.
</p>
        <p>
&lt;%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx"
%&gt;
</p>
        <p>
          <strong>Second, Add the control to your skin.</strong>
        </p>
        <p>
Figure out where you want the search bar to be and place the following code inside
your html markup.
</p>
        <p>
&lt;dnn:SEARCH runat="server" id="dnnSEARCH"  CssClass="dnn_search"
UseDropDownList="true" Submit="&lt;img src=&amp;quot;images/search.png&amp;quot;
border=&amp;quot;0&amp;quot; alt=&amp;quot;Search&amp;quot; /&amp;gt;" /&gt;
</p>
        <p>
Attributes explained
</p>
        <ul>
          <li>
CssClass  (is used in the CSS style sheet to style your search box)</li>
          <li>
UseDropDownList  (used if you want a dropdown web/site pick menu within the search
box)</li>
          <ul>
            <li>
If you don’t want a drop down menu just don’t include this attribute</li>
          </ul>
          <li>
Submit  (is used to replace the words submit with an image)</li>
          <li>
ShowWeb (false or true)(used to hide web from search options)(default true)</li>
          <li>
ShowSite (false or true)(used to hide or show site from search options)(default true)</li>
        </ul>
        <p>
          <strong>Third, Make sure the Search Results module is on the Search Results page.</strong>
        </p>
        <p>
This seems like a no brainer and it is usually set up for you.  If you are not
getting any search results, go to your admin menu and select pages.  Once on
your pages list go to the Search Results page and make sure to add the Search Result
module just like you would any module to the content area you want the search results
to display in.
</p>
        <p>
That is about it.  It is not overly hard to add search to your skins in DotNetNuke.
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=7732803e-5f5d-4f32-a1b1-690763e46b5a" />
      </body>
      <title>DotNetNuke Search Implementation</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,7732803e-5f5d-4f32-a1b1-690763e46b5a.aspx</guid>
      <link>http://blog.cornerpixel.net/2009/04/29/DotNetNuke+Search+Implementation.aspx</link>
      <pubDate>Wed, 29 Apr 2009 05:57:38 GMT</pubDate>
      <description>&lt;p&gt;
Today I was working on implementing search on a customers website I am doing in the &lt;a href="http://www.dotnetnuke.com" target="_blank"&gt;DotNetNuke
CMS&lt;/a&gt;.&amp;#160; At first I thought this would be automatic and mostly set up.&amp;#160;
I instead found that I needed to adjust some thing, so I have put together a small
blog entry to help other out who may be having similar issue setting up their blogs.
&lt;/p&gt;
&lt;p&gt;
I have below the three biggest keys to search success on your DotNetNuke site and
in your DNN skins.
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;First, Skinning to include Search&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
The first thing to do is to include the Register TagPrefix at the top of your .ascx
skin file as shown below.
&lt;/p&gt;
&lt;p&gt;
&amp;lt;%@ Register TagPrefix=&amp;quot;dnn&amp;quot; TagName=&amp;quot;SEARCH&amp;quot; Src=&amp;quot;~/Admin/Skins/Search.ascx&amp;quot;
%&amp;gt;
&lt;/p&gt;
&lt;p&gt;
&lt;strong&gt;Second, Add the control to your skin.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
Figure out where you want the search bar to be and place the following code inside
your html markup.
&lt;/p&gt;
&lt;p&gt;
&amp;lt;dnn:SEARCH runat=&amp;quot;server&amp;quot; id=&amp;quot;dnnSEARCH&amp;quot;&amp;#160; CssClass=&amp;quot;dnn_search&amp;quot;
UseDropDownList=&amp;quot;true&amp;quot; Submit=&amp;quot;&amp;lt;img src=&amp;amp;quot;images/search.png&amp;amp;quot;
border=&amp;amp;quot;0&amp;amp;quot; alt=&amp;amp;quot;Search&amp;amp;quot; /&amp;amp;gt;&amp;quot; /&amp;gt;
&lt;/p&gt;
&lt;p&gt;
Attributes explained
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
CssClass&amp;#160; (is used in the CSS style sheet to style your search box)&lt;/li&gt;
&lt;li&gt;
UseDropDownList&amp;#160; (used if you want a dropdown web/site pick menu within the search
box)&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;
If you don’t want a drop down menu just don’t include this attribute&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;
Submit&amp;#160; (is used to replace the words submit with an image)&lt;/li&gt;
&lt;li&gt;
ShowWeb (false or true)(used to hide web from search options)(default true)&lt;/li&gt;
&lt;li&gt;
ShowSite (false or true)(used to hide or show site from search options)(default true)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
&lt;strong&gt;Third, Make sure the Search Results module is on the Search Results page.&lt;/strong&gt;
&lt;/p&gt;
&lt;p&gt;
This seems like a no brainer and it is usually set up for you.&amp;#160; If you are not
getting any search results, go to your admin menu and select pages.&amp;#160; Once on
your pages list go to the Search Results page and make sure to add the Search Result
module just like you would any module to the content area you want the search results
to display in.
&lt;/p&gt;
&lt;p&gt;
That is about it.&amp;#160; It is not overly hard to add search to your skins in DotNetNuke.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=7732803e-5f5d-4f32-a1b1-690763e46b5a" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,7732803e-5f5d-4f32-a1b1-690763e46b5a.aspx</comments>
      <category>CMS</category>
      <category>DotNetNuke</category>
      <category>Skinning</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=82463a28-1eb5-4e0f-8a4f-60dc3534c8a5</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,82463a28-1eb5-4e0f-8a4f-60dc3534c8a5.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,82463a28-1eb5-4e0f-8a4f-60dc3534c8a5.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=82463a28-1eb5-4e0f-8a4f-60dc3534c8a5</wfw:commentRss>
      <slash:comments>2</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
A week ago I got a little tired of dealing with the Core menus offered with DotNetNuke. 
I decided I needed something better.  I am a web standards guy and I really wanted
something that would spit out unordered lists of my menus, so I could style them however
I wanted with CSS.
</p>
        <p>
I looked around and there were two possibilities that I could find and that were recommended.  <a href="http://www.houseofnuke.com/Projects/HouseMenu/tabid/410/Default.aspx" target="_blank">HouseMenu
by House of Nuke</a> and <a href="http://www.snapsis.com/tabid/589/ProductID/13/List/1/DotNetNuke-CSS-SEO-Menu.aspx" target="_blank">CSS
NavMenu by Snapsis.</a></p>
        <p>
I checked out House of Nuke first mainly because I had heard of it in the DNN community
more than Snapsis.   After cruising their website for a few minutes, and
I realized that if I was using DNN 5.01, I might have an issue with HouseMenu. 
The reason I say this is that there is a forum post that has been unanswered from
three months ago in regards to whether or not anyone has gotten HouseMenu to work
with DNN 5.
</p>
        <p>
I am not saying anything bad about House of Nuke.  They have done some great
things from what I have heard.  It just looks like they are a bit behind in updates.
</p>
        <p>
My next step was to check out Snapsis.  I cruised their site and they had a lot
of examples and demos.  This was great to run against Firebug so I see what was
really happening behind the scenes.  This provided me with the ability to see
what markup was going to be used and let me figure out what my limitations might be
with CSS styling. (if any) 
</p>
        <p>
After about an hour of research I decided to buy.
</p>
        <p>
Today I was very glad I bought the CSS NavMenu.  It is very simple to use and
allows for some great options.  I can even choose (via different properties to
the Snapsis:NavMenu control in the skin) what exact parts I want to display on my
menu.   This was great for the menu I was doing today.  
</p>
        <p>
My customer wanted me to create a vertical list menu that only displayed the children
of a certain top level menu item. (Services)  By adding the IncludeTabs property
and then the ShowType=”ChildrenOnly” property I could do exactly that.
</p>
        <blockquote>
          <p>
&lt;Snapsis:NavMenu id="SellNav" Level="1-1" CacheTabs="False" 
<br />
                           
NavType="Tabs" 
<br />
                           
IncludeTabs="Services" ShowType="ChildrenOnly" runat="server"
/&gt;
</p>
        </blockquote>
        <p>
Then all I had to do was style the list and viola, it was done.
</p>
        <p>
So all in all I have been very impressed with Snapsis and their menus.  Some
day I will do some tutorials on this site for those who want to do some more complicated
menus.
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=82463a28-1eb5-4e0f-8a4f-60dc3534c8a5" />
      </body>
      <title>Sold on CSS NavMenu by Snapsis for DotNetNuke</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,82463a28-1eb5-4e0f-8a4f-60dc3534c8a5.aspx</guid>
      <link>http://blog.cornerpixel.net/2009/04/15/Sold+On+CSS+NavMenu+By+Snapsis+For+DotNetNuke.aspx</link>
      <pubDate>Wed, 15 Apr 2009 15:05:29 GMT</pubDate>
      <description>&lt;p&gt;
A week ago I got a little tired of dealing with the Core menus offered with DotNetNuke.&amp;#160;
I decided I needed something better.&amp;#160; I am a web standards guy and I really wanted
something that would spit out unordered lists of my menus, so I could style them however
I wanted with CSS.
&lt;/p&gt;
&lt;p&gt;
I looked around and there were two possibilities that I could find and that were recommended.&amp;#160; &lt;a href="http://www.houseofnuke.com/Projects/HouseMenu/tabid/410/Default.aspx" target="_blank"&gt;HouseMenu
by House of Nuke&lt;/a&gt; and &lt;a href="http://www.snapsis.com/tabid/589/ProductID/13/List/1/DotNetNuke-CSS-SEO-Menu.aspx" target="_blank"&gt;CSS
NavMenu by Snapsis.&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I checked out House of Nuke first mainly because I had heard of it in the DNN community
more than Snapsis.&amp;#160;&amp;#160; After cruising their website for a few minutes, and
I realized that if I was using DNN 5.01, I might have an issue with HouseMenu.&amp;#160;
The reason I say this is that there is a forum post that has been unanswered from
three months ago in regards to whether or not anyone has gotten HouseMenu to work
with DNN 5.
&lt;/p&gt;
&lt;p&gt;
I am not saying anything bad about House of Nuke.&amp;#160; They have done some great
things from what I have heard.&amp;#160; It just looks like they are a bit behind in updates.
&lt;/p&gt;
&lt;p&gt;
My next step was to check out Snapsis.&amp;#160; I cruised their site and they had a lot
of examples and demos.&amp;#160; This was great to run against Firebug so I see what was
really happening behind the scenes.&amp;#160; This provided me with the ability to see
what markup was going to be used and let me figure out what my limitations might be
with CSS styling. (if any) 
&lt;/p&gt;
&lt;p&gt;
After about an hour of research I decided to buy.
&lt;/p&gt;
&lt;p&gt;
Today I was very glad I bought the CSS NavMenu.&amp;#160; It is very simple to use and
allows for some great options.&amp;#160; I can even choose (via different properties to
the Snapsis:NavMenu control in the skin) what exact parts I want to display on my
menu.&amp;#160;&amp;#160; This was great for the menu I was doing today.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
My customer wanted me to create a vertical list menu that only displayed the children
of a certain top level menu item. (Services)&amp;#160; By adding the IncludeTabs property
and then the ShowType=”ChildrenOnly” property I could do exactly that.
&lt;/p&gt;
&lt;blockquote&gt; 
&lt;p&gt;
&amp;lt;Snapsis:NavMenu id=&amp;quot;SellNav&amp;quot; Level=&amp;quot;1-1&amp;quot; CacheTabs=&amp;quot;False&amp;quot; 
&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;
NavType=&amp;quot;Tabs&amp;quot; 
&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;
IncludeTabs=&amp;quot;Services&amp;quot; ShowType=&amp;quot;ChildrenOnly&amp;quot; runat=&amp;quot;server&amp;quot;
/&amp;gt;
&lt;/p&gt;
&lt;/blockquote&gt; 
&lt;p&gt;
Then all I had to do was style the list and viola, it was done.
&lt;/p&gt;
&lt;p&gt;
So all in all I have been very impressed with Snapsis and their menus.&amp;#160; Some
day I will do some tutorials on this site for those who want to do some more complicated
menus.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=82463a28-1eb5-4e0f-8a4f-60dc3534c8a5" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,82463a28-1eb5-4e0f-8a4f-60dc3534c8a5.aspx</comments>
      <category>CMS</category>
      <category>DotNetNuke</category>
      <category>Skinning</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=520048f5-1f81-4fb2-bb14-986fb0e3ff1f</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,520048f5-1f81-4fb2-bb14-986fb0e3ff1f.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,520048f5-1f81-4fb2-bb14-986fb0e3ff1f.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=520048f5-1f81-4fb2-bb14-986fb0e3ff1f</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Okay some days I think the folks at Telligent give us too many choices.  Last
week I tried to make it so the user’s full name would display instead of their username. 
Were this mattered were in the blogs my customers were in charge of.  I got a
request that they didn’t like the username showing up.
</p>
        <p>
I thought that this would be no sweat, and I adjusted it in the Blog Administration,
and called it good.  Well today I got to looking and it still was NOT right. 
I double checked the work I had done last week and it was still set the way I had
left it.  I was a bit confused.
</p>
        <p>
I ended up finding out that you also need to set this per user.  As an admin
you can lookup the customers/users account and change it under the “Site Options”
tab.  You can also have your user do it in the same area where he or she changes
account information.
</p>
        <p>
          <a href="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/CommunityServer2007EnableDisplayName_BFBB/image_4.png">
            <img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Site Options Tab" border="0" alt="Site Options Tab" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/CommunityServer2007EnableDisplayName_BFBB/image_thumb_1.png" width="380" height="250" />
          </a>
        </p>
        <p>
I hope that helps.  I know it was frustrating and not very intuitive for me.
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=520048f5-1f81-4fb2-bb14-986fb0e3ff1f" />
      </body>
      <title>Community Server 2007 – Enable Display Name</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,520048f5-1f81-4fb2-bb14-986fb0e3ff1f.aspx</guid>
      <link>http://blog.cornerpixel.net/2009/04/06/Community+Server+2007+Enable+Display+Name.aspx</link>
      <pubDate>Mon, 06 Apr 2009 20:38:07 GMT</pubDate>
      <description>&lt;p&gt;
Okay some days I think the folks at Telligent give us too many choices.&amp;#160; Last
week I tried to make it so the user’s full name would display instead of their username.&amp;#160;
Were this mattered were in the blogs my customers were in charge of.&amp;#160; I got a
request that they didn’t like the username showing up.
&lt;/p&gt;
&lt;p&gt;
I thought that this would be no sweat, and I adjusted it in the Blog Administration,
and called it good.&amp;#160; Well today I got to looking and it still was NOT right.&amp;#160;
I double checked the work I had done last week and it was still set the way I had
left it.&amp;#160; I was a bit confused.
&lt;/p&gt;
&lt;p&gt;
I ended up finding out that you also need to set this per user.&amp;#160; As an admin
you can lookup the customers/users account and change it under the “Site Options”
tab.&amp;#160; You can also have your user do it in the same area where he or she changes
account information.
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/CommunityServer2007EnableDisplayName_BFBB/image_4.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Site Options Tab" border="0" alt="Site Options Tab" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/CommunityServer2007EnableDisplayName_BFBB/image_thumb_1.png" width="380" height="250" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
I hope that helps.&amp;#160; I know it was frustrating and not very intuitive for me.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=520048f5-1f81-4fb2-bb14-986fb0e3ff1f" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,520048f5-1f81-4fb2-bb14-986fb0e3ff1f.aspx</comments>
      <category>CMS</category>
      <category>Community Server</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=5bb2cdaa-53ba-4e15-9aa4-ba47740369d8</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,5bb2cdaa-53ba-4e15-9aa4-ba47740369d8.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,5bb2cdaa-53ba-4e15-9aa4-ba47740369d8.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=5bb2cdaa-53ba-4e15-9aa4-ba47740369d8</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
About two weeks ago I was asked to dig into <a href="http://www.mindtouch.com" target="_blank">Deki
Wiki</a> so that I could help my customer build an intranet site from Deki Wiki. 
There had been a lot of research done on what CMS/Wiki to use for this companies intranet
site, and it finally came down to Deki Wiki.  
</p>
        <p>
At first I was a little worried about Deki Wiki.  I hadn’t heard much on skinning
the application.  I am a type of person who likes to skin CMS’s and hate to be
boxed into a solution that I can’t make prettier.  After I got a chance to look
around I was impressed with the way Deki Wiki was built.  It was created in a
way that allows a lot of customization and skinning options.
</p>
        <p>
After messing for a little while I found out that you can do all sorts of modification
and it’s even pretty easy to create your own skin from scratch to include the markup
and php code for the layout.  I decided however that for this intranet site that
I would stick to just tweaking and changing a skin that comes with Deki Wiki. 
I decided this for the simple fact that I wanted the site to be safe even through
future Deki Wiki updates.  I figure it will be less work this way and less pain
for the customer.
</p>
        <p>
I ended up choosing the fiesta skin to play with, and I had a lot of fun changing
things around.  There were a couple things that were frustrating through the
process, but that could be because I started by changing the PRO skin instead of the
wireframe.  Below are two screenshots of the skins I have done so far. 
I plan on doing many more. 
</p>
        <p>
          <a href="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelplus_2.jpg">
            <img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="deki_pixelplus" border="0" alt="deki_pixelplus" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelplus_thumb.jpg" width="244" height="174" />
          </a>      <a href="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelfall_2.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="deki_pixelfall" border="0" alt="deki_pixelfall" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelfall_thumb.jpg" width="244" height="151" /></a></p>
        <p>
The next step will be trying to figure out a way to install or have multiple Deki
Wiki sites on one server so I can display different skins rather than just the fiesta
skins I create.
</p>
        <p>
You can see these two skins and some skinning guides soon to come at <a href="http://deki.cornerpixel.net">deki.cornerpixel.net</a>. 
</p>
        <p>
~MikePixel (Michael Silva)
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=5bb2cdaa-53ba-4e15-9aa4-ba47740369d8" />
      </body>
      <title>Deki Wiki Skins and Fun</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,5bb2cdaa-53ba-4e15-9aa4-ba47740369d8.aspx</guid>
      <link>http://blog.cornerpixel.net/2009/01/20/Deki+Wiki+Skins+And+Fun.aspx</link>
      <pubDate>Tue, 20 Jan 2009 15:50:55 GMT</pubDate>
      <description>&lt;p&gt;
About two weeks ago I was asked to dig into &lt;a href="http://www.mindtouch.com" target="_blank"&gt;Deki
Wiki&lt;/a&gt; so that I could help my customer build an intranet site from Deki Wiki.&amp;#160;
There had been a lot of research done on what CMS/Wiki to use for this companies intranet
site, and it finally came down to Deki Wiki.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
At first I was a little worried about Deki Wiki.&amp;#160; I hadn’t heard much on skinning
the application.&amp;#160; I am a type of person who likes to skin CMS’s and hate to be
boxed into a solution that I can’t make prettier.&amp;#160; After I got a chance to look
around I was impressed with the way Deki Wiki was built.&amp;#160; It was created in a
way that allows a lot of customization and skinning options.
&lt;/p&gt;
&lt;p&gt;
After messing for a little while I found out that you can do all sorts of modification
and it’s even pretty easy to create your own skin from scratch to include the markup
and php code for the layout.&amp;#160; I decided however that for this intranet site that
I would stick to just tweaking and changing a skin that comes with Deki Wiki.&amp;#160;
I decided this for the simple fact that I wanted the site to be safe even through
future Deki Wiki updates.&amp;#160; I figure it will be less work this way and less pain
for the customer.
&lt;/p&gt;
&lt;p&gt;
I ended up choosing the fiesta skin to play with, and I had a lot of fun changing
things around.&amp;#160; There were a couple things that were frustrating through the
process, but that could be because I started by changing the PRO skin instead of the
wireframe.&amp;#160; Below are two screenshots of the skins I have done so far.&amp;#160;
I plan on doing many more. 
&lt;/p&gt;
&lt;p&gt;
&lt;a href="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelplus_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="deki_pixelplus" border="0" alt="deki_pixelplus" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelplus_thumb.jpg" width="244" height="174" /&gt;&lt;/a&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;a href="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelfall_2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="deki_pixelfall" border="0" alt="deki_pixelfall" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/DekiWikiSkinsandFun_6E56/deki_pixelfall_thumb.jpg" width="244" height="151" /&gt;&lt;/a&gt; 
&lt;/p&gt;
&lt;p&gt;
The next step will be trying to figure out a way to install or have multiple Deki
Wiki sites on one server so I can display different skins rather than just the fiesta
skins I create.
&lt;/p&gt;
&lt;p&gt;
You can see these two skins and some skinning guides soon to come at &lt;a href="http://deki.cornerpixel.net"&gt;deki.cornerpixel.net&lt;/a&gt;. 
&lt;/p&gt;
&lt;p&gt;
~MikePixel (Michael Silva)
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=5bb2cdaa-53ba-4e15-9aa4-ba47740369d8" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,5bb2cdaa-53ba-4e15-9aa4-ba47740369d8.aspx</comments>
      <category>CMS</category>
      <category>CornerPixel</category>
      <category>Deki Wiki</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=a391ac80-13a6-431f-8097-5112744178d1</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,a391ac80-13a6-431f-8097-5112744178d1.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,a391ac80-13a6-431f-8097-5112744178d1.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=a391ac80-13a6-431f-8097-5112744178d1</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I was pleasantly surprised to see that <a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2076/DotNetNuke-5-0-0-RC2-available-for-download.aspx" target="_blank">DNN
5.0 was released</a>. I have already downloaded it and have taken it for a spin. 
My first impressions are that it is good.  I have run into a couple issues though.
</p>
        <ol>
          <li>
I tried to include a bunch of modules while I was running through the install wizard. 
That caused the installation to error out.  I even tried to just install 4 modules
and got the same result.  It looks like the best thing is to just pick a couple.</li>
          <li>
I noticed that once DNN is installed you don't have the ability to add the common
DNN modules like I did with the older versions of DNN.  Now don't get me wrong,
I can still download them from DotNetNuke's site and install them, but it used to
be easier.</li>
          <li>
The Extropy skin's are pretty bad.  They break and look bad in IE7 and are unpredictable
at best when you add new content to the pages.</li>
        </ol>
        <p>
Okay that is all for now.  I am going to continue to dive into DNN 5.0. 
I know some of the above comments are negative, but I am still excited about the product.
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=a391ac80-13a6-431f-8097-5112744178d1" />
      </body>
      <title>DotNetNuke 5.0 RC2 Released! Woo Hoo!</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,a391ac80-13a6-431f-8097-5112744178d1.aspx</guid>
      <link>http://blog.cornerpixel.net/2008/11/12/DotNetNuke+50+RC2+Released+Woo+Hoo.aspx</link>
      <pubDate>Wed, 12 Nov 2008 15:20:43 GMT</pubDate>
      <description>&lt;p&gt;
I was pleasantly surprised to see that &lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/2076/DotNetNuke-5-0-0-RC2-available-for-download.aspx" target="_blank"&gt;DNN
5.0 was released&lt;/a&gt;. I have already downloaded it and have taken it for a spin.&amp;#160;
My first impressions are that it is good.&amp;#160; I have run into a couple issues though.
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
I tried to include a bunch of modules while I was running through the install wizard.&amp;#160;
That caused the installation to error out.&amp;#160; I even tried to just install 4 modules
and got the same result.&amp;#160; It looks like the best thing is to just pick a couple.&lt;/li&gt;
&lt;li&gt;
I noticed that once DNN is installed you don't have the ability to add the common
DNN modules like I did with the older versions of DNN.&amp;#160; Now don't get me wrong,
I can still download them from DotNetNuke's site and install them, but it used to
be easier.&lt;/li&gt;
&lt;li&gt;
The Extropy skin's are pretty bad.&amp;#160; They break and look bad in IE7 and are unpredictable
at best when you add new content to the pages.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Okay that is all for now.&amp;#160; I am going to continue to dive into DNN 5.0.&amp;#160;
I know some of the above comments are negative, but I am still excited about the product.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=a391ac80-13a6-431f-8097-5112744178d1" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,a391ac80-13a6-431f-8097-5112744178d1.aspx</comments>
      <category>CMS</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=7e41a77a-718e-4be5-b2ec-7dcb47e1050d</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,7e41a77a-718e-4be5-b2ec-7dcb47e1050d.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,7e41a77a-718e-4be5-b2ec-7dcb47e1050d.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=7e41a77a-718e-4be5-b2ec-7dcb47e1050d</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
Yesterday I was feeling pretty good about how CornerPixel's <a href="http://www.cornerpixel.net/">website</a> and
blog are valid XHTML 1.0 Transitional markup. I had just got done posting my entry
about Google Analytics when I decided to run the blog home page through the <a href="http://validator.w3.org/" target="_blank">W3C
Markup Validation site</a>.  
</p>
        <p>
Ackkkkk! I had 78 errors.  What is up with that.  Well I got to looking
and I noticed there were markup errors in the blog posts.  Well I use Windows
Live Writer to post my blogs and I do it from several different computers throughout
the week.  I hadn't had that problem before, so I decided to start looking through
Windows Live Writer settings.  
</p>
        <p>
I didn't find anything in the Tools / Options menu, and I was starting to get a little
worried.  I did notice that you can view the HTML (markup) so I figured worse
case scenario I could just change the markup, but I didn't want to have to do that
with every post.
</p>
        <p>
Finally I noticed the Weblog menu.  Under Weblog there is an option to "Edit
Weblog Settings"  If you click that you will get a popup window where you
can make the necessary changes.  Once the window is open just click "Advanced"
on the left and you will see the section where you can choose the Markup Type.  
</p>
        <p>
There you go.  Now Windows Live Writer will spit out good markup.  Wooo
hooo !
</p>
        <p>
          <img height="475" alt="Weblog Settings window" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/WindowsLiveWriterXHTMLValidation_92B8/image_3.png" width="510" border="0" />
        </p>
        <p>
 
</p>
        <p>
I also noticed that when I had an "&amp;" in the title of the post I got
1 XML parsing error and 1 warning.  So for a good valid blog site with Live Writer,
don't place an "&amp;" in the title of your posts.
</p>
        <p>
Well I hope that helps for all you blogger's using Windows Live Writer.
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=7e41a77a-718e-4be5-b2ec-7dcb47e1050d" />
      </body>
      <title>Windows Live Writer and XHTML Validation</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,7e41a77a-718e-4be5-b2ec-7dcb47e1050d.aspx</guid>
      <link>http://blog.cornerpixel.net/2008/09/06/Windows+Live+Writer+And+XHTML+Validation.aspx</link>
      <pubDate>Sat, 06 Sep 2008 17:25:58 GMT</pubDate>
      <description>&lt;p&gt;
Yesterday I was feeling pretty good about how CornerPixel's &lt;a href="http://www.cornerpixel.net/"&gt;website&lt;/a&gt; and
blog are valid XHTML 1.0 Transitional markup. I had just got done posting my entry
about Google Analytics when I decided to run the blog home page through the &lt;a href="http://validator.w3.org/" target="_blank"&gt;W3C
Markup Validation site&lt;/a&gt;.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
Ackkkkk! I had 78 errors.&amp;#160; What is up with that.&amp;#160; Well I got to looking
and I noticed there were markup errors in the blog posts.&amp;#160; Well I use Windows
Live Writer to post my blogs and I do it from several different computers throughout
the week.&amp;#160; I hadn't had that problem before, so I decided to start looking through
Windows Live Writer settings.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
I didn't find anything in the Tools / Options menu, and I was starting to get a little
worried.&amp;#160; I did notice that you can view the HTML (markup) so I figured worse
case scenario I could just change the markup, but I didn't want to have to do that
with every post.
&lt;/p&gt;
&lt;p&gt;
Finally I noticed the Weblog menu.&amp;#160; Under Weblog there is an option to &amp;quot;Edit
Weblog Settings&amp;quot;&amp;#160; If you click that you will get a popup window where you
can make the necessary changes.&amp;#160; Once the window is open just click &amp;quot;Advanced&amp;quot;
on the left and you will see the section where you can choose the Markup Type.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
There you go.&amp;#160; Now Windows Live Writer will spit out good markup.&amp;#160; Wooo
hooo !
&lt;/p&gt;
&lt;p&gt;
&lt;img height="475" alt="Weblog Settings window" src="http://blog.cornerpixel.net/content/binary/WindowsLiveWriter/WindowsLiveWriterXHTMLValidation_92B8/image_3.png" width="510" border="0" /&gt; 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
I also noticed that when I had an &amp;quot;&amp;amp;&amp;quot; in the title of the post I got
1 XML parsing error and 1 warning.&amp;#160; So for a good valid blog site with Live Writer,
don't place an &amp;quot;&amp;amp;&amp;quot; in the title of your posts.
&lt;/p&gt;
&lt;p&gt;
Well I hope that helps for all you blogger's using Windows Live Writer.
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=7e41a77a-718e-4be5-b2ec-7dcb47e1050d" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,7e41a77a-718e-4be5-b2ec-7dcb47e1050d.aspx</comments>
      <category>CMS</category>
      <category>Web Standards</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
I am extremely frustrated this morning.  I tried to move my home web site, which
is in DotNetNuke to IXWebHosting and I keep getting the following error.
</p>
        <p>
Installing Database - Version 4.4.0...FAILURE 400 - Thread was being aborted
</p>
        <p>
I have done some research and have found that it is most likely happening due to timeout
issues, and I found the following help.
</p>
        <p>
1. Open IIS, and right click on the virtual directory you set up for running the dotnetnuke
install.  Choose "Properties". 
</p>
        <p>
2. Open the "ASP.NET" application tab, press "Edit Configuration",
and then select the "Application" tab. 
</p>
        <p>
3.  Change the "Request execution timeout (seconds)" value to be say
900 or more. 
</p>
        <p>
The only issue I have with the above is that I can't get into the IIS configurations
at IXWebHosting.  I have placed a trouble ticket into the hosting company and
I am hoping that they will fix this for me.  I would just go to another hosting
provider, but man these guys are very cheap and so far the service has been pretty
reliable. 
</p>
        <p>
I don't get a lot of visitors here, but if anyone else has come up with this issue
please feel free to comment on it, or give a solution that applies to hosting externally.  
</p>
        <p>
You could also give me an opinion on who the best DNN hosting is.  I wouldn't
mind.  
</p>
        <p>
~Mike
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc" />
      </body>
      <title>IXWebHosting DNN SQL Issues</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc.aspx</guid>
      <link>http://blog.cornerpixel.net/2008/08/26/IXWebHosting+DNN+SQL+Issues.aspx</link>
      <pubDate>Tue, 26 Aug 2008 09:32:03 GMT</pubDate>
      <description>&lt;p&gt;
I am extremely frustrated this morning.&amp;#160; I tried to move my home web site, which
is in DotNetNuke to IXWebHosting and I keep getting the following error.
&lt;/p&gt;
&lt;p&gt;
Installing Database - Version 4.4.0...FAILURE 400 - Thread was being aborted
&lt;/p&gt;
&lt;p&gt;
I have done some research and have found that it is most likely happening due to timeout
issues, and I found the following help.
&lt;/p&gt;
&lt;p&gt;
1. Open IIS, and right click on the virtual directory you set up for running the dotnetnuke
install.&amp;#160; Choose &amp;quot;Properties&amp;quot;. 
&lt;/p&gt;
&lt;p&gt;
2. Open the &amp;quot;ASP.NET&amp;quot; application tab, press &amp;quot;Edit Configuration&amp;quot;,
and then select the &amp;quot;Application&amp;quot; tab. 
&lt;/p&gt;
&lt;p&gt;
3.&amp;#160; Change the &amp;quot;Request execution timeout (seconds)&amp;quot; value to be say
900 or more. 
&lt;/p&gt;
&lt;p&gt;
The only issue I have with the above is that I can't get into the IIS configurations
at IXWebHosting.&amp;#160; I have placed a trouble ticket into the hosting company and
I am hoping that they will fix this for me.&amp;#160; I would just go to another hosting
provider, but man these guys are very cheap and so far the service has been pretty
reliable. 
&lt;/p&gt;
&lt;p&gt;
I don't get a lot of visitors here, but if anyone else has come up with this issue
please feel free to comment on it, or give a solution that applies to hosting externally.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
You could also give me an opinion on who the best DNN hosting is.&amp;#160; I wouldn't
mind.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
~Mike
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,4bd2aef9-b2e7-44d4-93b7-1f2e6100f7bc.aspx</comments>
      <category>CMS</category>
    </item>
    <item>
      <trackback:ping>http://blog.cornerpixel.net/Trackback.aspx?guid=8cc50fb6-fa69-45d3-bfb0-802cd753bc1e</trackback:ping>
      <pingback:server>http://blog.cornerpixel.net/pingback.aspx</pingback:server>
      <pingback:target>http://blog.cornerpixel.net/PermaLink,guid,8cc50fb6-fa69-45d3-bfb0-802cd753bc1e.aspx</pingback:target>
      <dc:creator>Mike</dc:creator>
      <wfw:comment>http://blog.cornerpixel.net/CommentView,guid,8cc50fb6-fa69-45d3-bfb0-802cd753bc1e.aspx</wfw:comment>
      <wfw:commentRss>http://blog.cornerpixel.net/SyndicationService.asmx/GetEntryCommentsRss?guid=8cc50fb6-fa69-45d3-bfb0-802cd753bc1e</wfw:commentRss>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
One of my other goals with the CornerPixel web site is that I want to work on helping
designers and developers who use CMS's to produce better standards compliant web sites
even while using a CMS.
</p>
        <p>
I will be setting up a couple CMS's in the near future.  One DotNetNuke (DNN)
and one Umbraco site.  I will post in a couple weeks with URL's when I have those
installed and skinned.  
</p>
        <p>
The other thing I will be doing is providing DNN admins with good standard compliant
skins in the near future.  There has been many who say that this is impossible,
but I have seen several out there that have been done very well, and I intend to provide
a similar service.  I think for free at first but I won't commit to that yet.
</p>
        <p>
Well just wanted to update you and tell you all to keep checking in to see those CMS
sites in action.  
</p>
        <p>
Also please notice the cool RSS link at the top of the page.  
</p>
        <p>
 
</p>
        <p>
Thanks for listening,
</p>
        <p>
~Mike
</p>
        <img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=8cc50fb6-fa69-45d3-bfb0-802cd753bc1e" />
      </body>
      <title>CMS and CornerPixel</title>
      <guid isPermaLink="false">http://blog.cornerpixel.net/PermaLink,guid,8cc50fb6-fa69-45d3-bfb0-802cd753bc1e.aspx</guid>
      <link>http://blog.cornerpixel.net/2008/08/20/CMS+And+CornerPixel.aspx</link>
      <pubDate>Wed, 20 Aug 2008 16:35:02 GMT</pubDate>
      <description>&lt;p&gt;
One of my other goals with the CornerPixel web site is that I want to work on helping
designers and developers who use CMS's to produce better standards compliant web sites
even while using a CMS.
&lt;/p&gt;
&lt;p&gt;
I will be setting up a couple CMS's in the near future.&amp;#160; One DotNetNuke (DNN)
and one Umbraco site.&amp;#160; I will post in a couple weeks with URL's when I have those
installed and skinned.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
The other thing I will be doing is providing DNN admins with good standard compliant
skins in the near future.&amp;#160; There has been many who say that this is impossible,
but I have seen several out there that have been done very well, and I intend to provide
a similar service.&amp;#160; I think for free at first but I won't commit to that yet.
&lt;/p&gt;
&lt;p&gt;
Well just wanted to update you and tell you all to keep checking in to see those CMS
sites in action.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
Also please notice the cool RSS link at the top of the page.&amp;#160; 
&lt;/p&gt;
&lt;p&gt;
&amp;#160;
&lt;/p&gt;
&lt;p&gt;
Thanks for listening,
&lt;/p&gt;
&lt;p&gt;
~Mike
&lt;/p&gt;
&lt;img width="0" height="0" src="http://blog.cornerpixel.net/aggbug.ashx?id=8cc50fb6-fa69-45d3-bfb0-802cd753bc1e" /&gt;</description>
      <comments>http://blog.cornerpixel.net/CommentView,guid,8cc50fb6-fa69-45d3-bfb0-802cd753bc1e.aspx</comments>
      <category>CMS</category>
      <category>Web Standards</category>
    </item>
  </channel>
</rss>