|
|
 |
By Michael Washington on
2/20/2010 6:16 PM
 You are probably thinking “Didn’t he already post a free DotNetNuke Silverlight file Uploader ?”. Well yeah I did, but this one is different. This one allows a DotNetNuke portal administrator to place an instance of the module on a page and upload files. Each file has the ModuleID saved in its database record. The module will only show files for that module instance.  Each module instance has it’s own set of files, so you can set different visibility and permissions. It uses a Silverlight upload control so you can upload large files and select multiple files to be uploaded at one time. You can download the module and the source at this link.
|
By Michael Washington on
2/12/2010 6:51 AM
If you have a page that contains a lot of information for users to enter, you can run into a problem where their authentication will “time out”. Usually this authentication is set to expire after 20 minutes of “inactivity” (the user has not submitted a request to the web server). The problem is that if they, for example, click the Save button after their authentication has expired, their content is not saved and they are logged out of the site instead. To prevent this, you can install the Silverlight Keep Logged In module. When you place it on a page, there is no UI just a Title.  ...
|
By Michael Washington on
2/6/2010 4:34 PM
 At my day job we have an advanced developer who was given a difficult project where he has to implement a dozen business rules. I’m talking “ask for a blessing before you go in” and “ask for forgiveness when you come out” complicated code. I watched him work on the code, and he is methodical at writing down the rules and writing a test case to make sure he properly implemented it. This usually involves creating a “test case” by setting up data in the database just right and then clicking buttons and links and checking the expected output. I have worked with him over a year, and I can assure you he has probably deleted more good code than I have ever written. Everything is properly structured and segmented and the overall design will bring tears to you eyes with the beauty of it’s implementation. But management keeps asking for major changes. So I see this developer...
|
By Michael Washington on
2/3/2010 6:44 AM
 I just posted a module that allows you to easily create a sign-up list of verified email addresses. A DotNetNuke portal administrator can place an instance of the module on a page and customize the sign-up message and the email verification message. The captured data can also be exported to Excel. The module and code are posted here: http://www.adefwebserver.com/DotNetNukeHELP/Misc/SignUp/
|
|
 |
|
|
|
|