Recent Comments
  1. Re: Onclick event only accessible by a user with edit rights

    Dude, I love you! I just wasted 2 days trying to find the problem. I didn't even notice in the begin...

    --Alex

Bubble event fro SVG to HTML - Calling Javascript functions in HTML documents from events in SVG DOM

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

Install DNN 5.2.3 on SQL 2000 got error

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.

Using Ext JS FormPanel in DotNetNuke

3.x and 2.x Cannot render a formpanel, asp.net to blame

http://67.228.178.42/forum/showthread.php?p=351896

ASP.Net and FormPanel fix

https://www.extjs.com/forum/showthread.php?t=30047

Need help with FormPanel in an existing form element

http://www.extjs.com/forum/showthread.php?t=20010

render formpanel into existing asp page

http://www.extjs.com/forum/showthread.php?p=231474

LiveUI Web framework:

http://liveui.net/docs/overview.html

Refrence for Keeping ASP.NET website alive

Preventing Site Loading Delays due to ASP.NET Startup (Including DotNetNuke)

http://www.mitchelsellers.com/blogs/articletype/articleview/articleid/103.aspx

Keep Your Website Alive (Don’t Let IIS Recycle Your Website)!

http://www.codeproject.com/Articles/39118/Keep-Your-Website-Alive-Don-t-Let-IIS-Recycle-Your.aspx

Forcing an ASP.NET Application to 'stay alive'

http://www.west-wind.com/WebLog/posts/67557.aspx

Simulate a Windows Service using ASP.NET to run scheduled jobs

http://www.codeproject.com/KB/aspnet/ASPNETService.aspx

Free IIS extensions to prevent ASP.NET SQL injection

image

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.

Fantastic Flash website - Neave

image

website address: http://www.neave.com

It's a very interesting and splendid flash website.

Collection of Flex self-learning(draft)

Cross-domain policy file specification

http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html#introduction

Portal for Flex

Just a mark.

A New Way to Look at Portals:http://flex.sys-con.com/node/429347

Heaven snow this Christmas – DNN Snow Effect

Snow Effect on DNN

Assemblies loading in .NET

How the Runtime Locates Assemblies

http://msdn.microsoft.com/en-us/library/yx7xezcf.aspx

Assembly Binding Log Viewer (Fuslogvw.exe)

http://msdn.microsoft.com/en-us/library/e74a18c4.aspx

Best Practices for Assembly Loading

http://msdn.microsoft.com/en-us/library/dd153782.aspx

Pages: 12NextReturn Top