Sunday, October 18, 2009

Print a bicycle

Need to design and test a mechanical object.

Save yourself some trouble. Print your design on the WI 3D Printer and assemble the parts.

See
http://wi3dprinter.blogspot.com/2009/09/print-bicycle.html

Sunday, October 4, 2009

Error logging for asp.net

See http://code.google.com/p/elmah/

ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be
dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for
re-compilation or re-deployment.
Once ELMAH has been dropped into a running web application and configured appropriately, you get the following facilities without
changing a single line of your code:

.Logging of nearly all unhandled exceptions.

.A web page to remotely view the entire log of recoded exceptions.

.A web page to remotely view the full details of any one logged exception.

.In many cases, you can review the original yellow screen of death that ASP.NET generated for a given exception, even with
customErrors mode turned off.

.An e-mail notification of each error at the time it occurs.

.An RSS feed of the last 15 errors from the log.

Thursday, October 1, 2009

DotNetNuke 5.1.2 Missing HTML module

After installing DotNetNuke 5, I went to add the HTML module to a page, but the HTML module was missing from the module drop down
list.

Do not know why this problem occurred.

To fix the problem, I went to:

1. Host, Module Definitions, Install Module at the bottom

2. Browsed to the folder Install, Module and uploaded HTML_Community_05.01.03_Install.zip

The module installed with no problem.

One time this happened, there was a HTML_Community_05.01.03_Install.resources file, but not .zip version. I renamed the .resources
to .zip and uploaded and everything was fine.