﻿<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
  <channel>
    <title>Focus on DNN</title>
    <link>http://www.aboutdnn.com/Blog/tabid/76/blogid/1/Default.aspx</link>
    <description>Focus on DNN module development, skin design.</description>
    <language>en-US</language>
    <generator>SunBlogNuke v2.6.2.0</generator>
    <item>
      <title>How to install Sun Java on Ubuntu</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/207/Default.aspx</link>
      <description>&lt;p style="text-align: left;"&gt;Sun Java packages have been dropped from Ubuntu 10.04 LTS from the  Multiverse section of Ubuntu archive. Ubuntu team is encouraging users  to use OpenJDK instead of Sun JDK/JRE but still if you want to install  Sun JDK on your Ubuntu then here is the solution:&lt;/p&gt;
&lt;p style="text-align: left;"&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"&lt;br /&gt;
$ sudo apt-get update&lt;br /&gt;
$ sudo apt-get install sun-java6-jdk&lt;br /&gt;
or {Depending upon what you need)&lt;br /&gt;
$ sudo apt-get install sun-java6-jre&lt;/span&gt;&lt;/p&gt;</description>
      <dc:creator>Nicholas Lu</dc:creator>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/207/Default.aspx</guid>
      <pubDate>Wed, 09 Feb 2011 07:53:00 GMT</pubDate>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=207</trackback:ping>
    </item>
    <item>
      <title>Force TextField value to uppercase in Extjs</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/205/Default.aspx</link>
      <description>&lt;p&gt;We need to force TextField convert any input to uppercase in Extjs. You can enable key events and listen for those:&lt;/p&gt; </description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/205/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/205/Default.aspx</guid>
      <pubDate>Sun, 19 Sep 2010 09:40:51 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=205</trackback:ping>
    </item>
    <item>
      <title>Localization Bugs for DNN 5.5.0</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/204/Default.aspx</link>
      <description>&lt;p&gt;Find some bugs when I make DNN 5.5 Chinese language package.&lt;/p&gt;  &lt;p&gt;In App_GlobalResources\GlobalResources.resx file, at line 171:&lt;/p&gt;  &lt;pre class="csharpcode"&gt;  &lt;span class="kwrd"&gt;&lt;&lt;/span&gt;&lt;span class="html"&gt;data&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="//Admin//Tabs.String"&lt;/span&gt; &lt;span class="attr"&gt;xml:space&lt;/span&gt;&lt;span class="kwrd"&gt;="preserve"&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&lt;&lt;/span&gt;&lt;span class="html"&gt;value&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;Pages&lt;span class="kwrd"&gt;&lt;/&lt;/span&gt;&lt;span class="html"&gt;value&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&lt;/&lt;/span&gt;&lt;span class="html"&gt;data&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;&lt;/pre&gt;
&lt;style type="text/css"&gt;

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }&lt;/style&gt;

&lt;p&gt;should be &lt;/p&gt;

&lt;pre class="csharpcode"&gt;  &lt;span class="kwrd"&gt;&lt;&lt;/span&gt;&lt;span class="html"&gt;data&lt;/span&gt; &lt;span class="attr"&gt;name&lt;/span&gt;&lt;span class="kwrd"&gt;="//Admin//&lt;strong&gt;&lt;font color="#ff0000"&gt;Pages.String&lt;/font&gt;&lt;/strong&gt;"&lt;/span&gt; &lt;span class="attr"&gt;xml:space&lt;/span&gt;&lt;span class="kwrd"&gt;="preserve"&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;
    &lt;span class="kwrd"&gt;&lt;&lt;/span&gt;&lt;span class="html"&gt;value&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;Pages&lt;span class="kwrd"&gt;&lt;/&lt;/span&gt;&lt;span class="html"&gt;value&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;
  &lt;span class="kwrd"&gt;&lt;/&lt;/span&gt;&lt;span class="html"&gt;data&lt;/span&gt;&lt;span class="kwrd"&gt;&gt;&lt;/span&gt;&lt;/pre&gt;
</description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/204/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/204/Default.aspx</guid>
      <pubDate>Sat, 18 Sep 2010 13:17:58 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=204</trackback:ping>
    </item>
    <item>
      <title>Bubble event fro SVG to HTML - Calling Javascript functions in HTML documents from events in SVG DOM</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/203/Default.aspx</link>
      <description>&lt;p&gt;This is actually quite simple. To refer to a JavaScript function named &amp;quot;f( )&amp;quot; that resides in the HTML document (in which the SVG document is embedded), let the SVG document call the function through &amp;quot;top.f( )&amp;quot;.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Please refer this page for live demo: &lt;a title="http://srufaculty.sru.edu/david.dailey/svg/intro/PartF_B.html" href="http://srufaculty.sru.edu/david.dailey/svg/intro/PartF_B.html"&gt;http://srufaculty.sru.edu/david.dailey/svg/intro/PartF_B.html&lt;/a&gt;&lt;/p&gt;</description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/203/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/203/Default.aspx</guid>
      <pubDate>Thu, 03 Jun 2010 09:46:46 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=203</trackback:ping>
    </item>
    <item>
      <title>Install DNN 5.2.3 on SQL 2000 got error</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/202/Default.aspx</link>
      <description>&lt;p&gt;If you install a DotNetNuke 5.2.x on SQL 2000, you will get a error message like&lt;/p&gt;  &lt;div style="border-bottom: gray 1px solid; border-left: gray 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; max-height: 200px; font-size: 8pt; overflow: auto; border-top: gray 1px solid; cursor: text; border-right: gray 1px solid; padding-top: 4px"&gt;   &lt;div style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;     &lt;pre style="border-bottom-style: none; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: consolas, &amp;#39;Courier New&amp;#39;, courier, monospace; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;System.Data.SqlClient.SqlException: Line 6: Incorrect syntax near &lt;span style="color: #006080"&gt;'max'&lt;/span&gt;.&lt;/pre&gt;
  &lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;/p&gt;
The solution is simple, switch to SQL 2005.

</description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/202/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/202/Default.aspx</guid>
      <pubDate>Tue, 18 May 2010 02:57:33 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=202</trackback:ping>
    </item>
    <item>
      <title>Using Ext JS FormPanel in DotNetNuke</title>
      <category domain="http://www.aboutdnn.com/blog/tabid/76/categoryid/1/default.aspx">ModuleDev</category>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/200/Default.aspx</link>
      <description>&lt;h4&gt;&lt;strong&gt;3.x and 2.x Cannot render a formpanel, asp.net to blame &lt;/strong&gt;&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://67.228.178.42/forum/showthread.php?p=351896" href="http://67.228.178.42/forum/showthread.php?p=351896"&gt;http://67.228.178.42/forum/showthread.php?p=351896&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;&lt;strong&gt;ASP.Net and FormPanel fix &lt;/strong&gt;&lt;/h4&gt;  &lt;p&gt;&lt;a title="https://www.extjs.com/forum/showthread.php?t=30047" href="https://www.extjs.com/forum/showthread.php?t=30047"&gt;https://www.extjs.com/forum/showthread.php?t=30047&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;&lt;strong&gt;Need help with FormPanel in an existing form element &lt;/strong&gt;&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://www.extjs.com/forum/showthread.php?t=20010" href="http://www.extjs.com/forum/showthread.php?t=20010"&gt;http://www.extjs.com/forum/showthread.php?t=20010&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;&lt;strong&gt;render formpanel into existing asp page&lt;/strong&gt;&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://www.extjs.com/forum/showthread.php?p=231474" href="http://www.extjs.com/forum/showthread.php?p=231474"&gt;http://www.extjs.com/forum/showthread.php?p=231474&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;LiveUI Web framework:&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://liveui.net/docs/overview.html" href="http://liveui.net/docs/overview.html"&gt;http://liveui.net/docs/overview.html&lt;/a&gt;&lt;/p&gt; </description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/200/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/200/Default.aspx</guid>
      <pubDate>Sun, 28 Feb 2010 09:46:44 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=200</trackback:ping>
    </item>
    <item>
      <title>Refrence for Keeping ASP.NET website alive</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/199/Default.aspx</link>
      <description>&lt;p&gt;&lt;a name="598"&gt;&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;Preventing Site Loading Delays due to ASP.NET Startup (Including DotNetNuke) &lt;/h4&gt;  &lt;p&gt;&lt;a title="http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/103.aspx" href="http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/103.aspx"&gt;http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/103.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;Keep Your Website Alive (Don’t Let IIS Recycle Your Website)!&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://www.codeproject.com/Articles/39118/Keep-Your-Website-Alive-Don-t-Let-IIS-Recycle-Your.aspx" href="http://www.codeproject.com/Articles/39118/Keep-Your-Website-Alive-Don-t-Let-IIS-Recycle-Your.aspx"&gt;http://www.codeproject.com/Articles/39118/Keep-Your-Website-Alive-Don-t-Let-IIS-Recycle-Your.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;Forcing an ASP.NET Application to 'stay alive'&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://www.west-wind.com/WebLog/posts/67557.aspx" href="http://www.west-wind.com/WebLog/posts/67557.aspx"&gt;http://www.west-wind.com/WebLog/posts/67557.aspx&lt;/a&gt;&lt;/p&gt;  &lt;h4&gt;Simulate a Windows Service using ASP.NET to run scheduled jobs&lt;/h4&gt;  &lt;p&gt;&lt;a title="http://www.codeproject.com/KB/aspnet/ASPNETService.aspx" href="http://www.codeproject.com/KB/aspnet/ASPNETService.aspx"&gt;http://www.codeproject.com/KB/aspnet/ASPNETService.aspx&lt;/a&gt;&lt;/p&gt; </description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/199/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/199/Default.aspx</guid>
      <pubDate>Sun, 28 Feb 2010 03:07:26 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=199</trackback:ping>
    </item>
    <item>
      <title>Free IIS extensions to prevent ASP.NET SQL injection</title>
      <category domain="http://www.aboutdnn.com/blog/tabid/76/categoryid/27/default.aspx">ASP.NET</category>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/198/Default.aspx</link>
      <description>&lt;h3&gt;&lt;a href="http://www.aboutdnn.com/Portals/0/SunBlogNuke/WindowsLiveWriter/FreeIISextensionstopreve.NETSQLinjection_9B7F/image_2.png"&gt;&lt;img title="image" style="border-top-width: 0px; display: inline; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="300" alt="image" src="http://www.aboutdnn.com/Portals/0/SunBlogNuke/WindowsLiveWriter/FreeIISextensionstopreve.NETSQLinjection_9B7F/image_thumb.png" width="460" border="0" /&gt;&lt;/a&gt; &lt;/h3&gt;  &lt;p&gt;UrlScan 3.1 is a security tool that restricts the types of HTTP requests that IIS will process. By blocking specific HTTP requests, the UrlScan 3.1 security tool helps to prevent potentially harmful requests from reaching applications on the server. UrlScan 3.1 is an update to UrlScan 2.5 supports IIS 5.1, IIS 6.0 and IIS 7.0 on Windows Vista and Windows Server 2008.&lt;/p&gt; </description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/198/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/198/Default.aspx</guid>
      <pubDate>Wed, 30 Dec 2009 03:03:40 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=198</trackback:ping>
    </item>
    <item>
      <title>Fantastic Flash website - Neave</title>
      <category domain="http://www.aboutdnn.com/blog/tabid/76/categoryid/26/default.aspx">Flash</category>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/197/Default.aspx</link>
      <description>&lt;p&gt;&lt;a href="http://www.aboutdnn.com/Portals/0/SunBlogNuke/WindowsLiveWriter/FantasticFlashwebsiteNeave_C8DA/image_4.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="244" alt="image" src="http://www.aboutdnn.com/Portals/0/SunBlogNuke/WindowsLiveWriter/FantasticFlashwebsiteNeave_C8DA/image_thumb_1.png" width="459" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;website address: &lt;a title="http://www.neave.com" href="http://www.neave.com"&gt;http://www.neave.com&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It's a very interesting and splendid flash website.&lt;/p&gt; </description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/197/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/197/Default.aspx</guid>
      <pubDate>Mon, 28 Dec 2009 06:18:48 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=197</trackback:ping>
    </item>
    <item>
      <title>Collection of Flex self-learning(draft)</title>
      <link>http://www.aboutdnn.com/Blog/tabid/76/entryid/196/Default.aspx</link>
      <description>&lt;h3&gt;Cross-domain policy file specification&lt;/h3&gt;  &lt;p&gt;&lt;a href="http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html#introduction"&gt;http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html#introduction&lt;/a&gt;&lt;/p&gt;</description>
      <dc:creator>Nicholas Lu</dc:creator>
      <comments>http://www.aboutdnn.com/Blog/tabid/76/entryid/196/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.aboutdnn.com/Blog/tabid/76/entryid/196/Default.aspx</guid>
      <pubDate>Mon, 21 Dec 2009 02:24:18 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.aboutdnn.com/DesktopModules/SunBlog/Trackback.aspx?id=196</trackback:ping>
    </item>
  </channel>
</rss>
