Posted @ 2/8/2011 7:53 PM
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:
$ sudo add-apt-repository "deb http://archive.canonical.com/ lucid partner"
$ sudo apt-get update
$ sudo apt-get install sun-java6-jdk
or {Depending upon what you need)
$ sudo apt-get install sun-java6-jre
Posted @ 9/18/2010 9:40 PM
We need to force TextField convert any input to uppercase in Extjs. You can enable key events and listen for those:
Read the rest of entry »
Posted @ 9/18/2010 1:17 AM
Find some bugs when I make DNN 5.5 Chinese language package.
In App_GlobalResources\GlobalResources.resx file, at line 171:
<data name="//Admin//Tabs.String" xml:space="preserve">
<value>Pagesvalue>
data>
should be
<data name="//Admin//Pages.String" xml:space="preserve">
<value>Pagesvalue>
data>
Read the rest of entry »
Posted @ 6/2/2010 9:46 PM
This is actually quite simple. To refer to a JavaScript function named "f( )" that resides in the HTML document (in which the SVG document is embedded), let the SVG document call the function through "top.f( )".
Please refer this page for live demo: http://srufaculty.sru.edu/david.dailey/svg/intro/PartF_B.html
Posted @ 5/17/2010 2:57 PM
If you install a DotNetNuke 5.2.x on SQL 2000, you will get a error message like System.Data.SqlClient.SqlException: Line 6: Incorrect syntax near 'max'.
The solution is simple, switch to SQL 2005.
Read the rest of entry »
Posted @ 2/27/2010 9:46 PM
Read the rest of entry »
Posted @ 2/27/2010 3:07 PM
Read the rest of entry »
Posted @ 12/29/2009 3:03 PM
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.
Read the rest of entry »
Posted @ 12/27/2009 6:18 PM
website address: http://www.neave.com
It's a very interesting and splendid flash website.
Read the rest of entry »
Posted @ 12/20/2009 2:24 PM