Search

You searched for the word(s): userid:80809

Matching Posts

  • Re: SCORM API in dotNET

    When you say "latest SCORM standards" are you referring to the new SCORM 2.0 standard?
  • Re: SCORM API in dotNET

    Hi Vijay, Sorry for taking a bit. If you wold like to see C# SCORM Code, I suggest downloading ad reviewing the Sharepoint Learning Kit . It is full SCRM Playr in C# and ASP.Net.
  • New Release: BGI SCORM LMS Portal v2.5.0 - New Certification Manager with WYSIWYG Certificate Designer - DotNetNuke Integrated

    Brisinger Group, Inc. is very pleased to announce the release version 2.5.0 of its award winning DotNetNuke (DNN) Integrated SCORM Learning Management System (LMS) - BGI SCORM LMS. Version 2.5.0 is a major mile stone for the LMS with a number of great new enhancements and a new certification management module which includes a WYSIWYG Certificate Designer, the ability to assign certificates to successfully completed courses and exams with a PDF Download of the certificate for printed certificate.
    Posted to Announcements (Forum) by zonehenge on 12/22/2008
  • Re: We Are Proud To Announce The Release Of "WillowTree SCORM LMS Portal" v1.0.0

    Yes and no. After WillowTree had to close its doors, we purchased the LMS from WillowTree and have continued to develop the solution. After running into a number of architectural limitations (including the 30k per license fee for using the Rustici SCORM Player). So we ended up ditching the old system entirely and starting our current system from scratch using some open source solutions, MS components, etc to allow us to offer a great LMS at an incredibly low price point (starting at $5,995.00 for
    Posted to Announcements (Forum) by zonehenge on 11/12/2008
    Filed under: Module, SCORM, DNN, Learning Management System, LMS, dotnetnuke
  • Re: Components for building a LMS

    There are two open source options you can look at. One is Sharepoint Learning Kit (SLK), it is an OSS that MS released free of charge and is not supported and developed by the CodePlex community. It come with the SCORM engine/player source code that you could use to develop a SCROM engine for your LMS. The other is DotNetSCORM and is in beta if my memory is correct (I believe it uses the SLK SCORM Player) Other than SLK and DotNetSCORM (both noted above) I do not know of much in the lines of OSS
    Posted to Component Discussions (Forum) by zonehenge on 10/8/2008
    Filed under: SCORM, ASP.NET, DNN, eLearning, Learning Management System, LMS, DotNetNuke
  • Re: SCORM API in dotNET

    Another option id the Sharepoint Learning Kit (SLK), it is an OSS that MS released free of charge and is not supported and developed by the CodePlex community. It come with the SCORM engine/player source code that you could use to develop a SCROM engine for your LMS. Other than SLK and DotNetSCORM (both noted above) I do not know of much in the lines of OSS SCORM players/engines in ASP.Net, however we have a full features LMS that is SCORM 1.2 and SCORM 1.3/2004 confomant. The LMS is fully integrated
    Posted to Enterprise Services Integration (Forum) by zonehenge on 10/8/2008
    Filed under: SCORM, ASP.NET, DNN, eLearning, Learning Management System, LMS, DotNetNuke
  • Re: Learning Management System (LMS) in dotnet?

    Other than SLK ( Sharepoint Learning Kit) I do not know of much in the lines of OSS LMS in ASP.Net, however we have a full features LMS that is SCORM 1.2, 1.3/2004, and Class Server confomant. The LMS is fully integrated into DotNetNuke (DNN) using its users, role, etc. Though we cannot offer you the LMS free of charge or as OSS, we are willing to do what we can to work with you and your budget to make this an affordable solution. If you would like more information about the LMS go to: http://www
    Posted to Free For All (Forum) by zonehenge on 10/8/2008
    Filed under: SCORM, asp.net, DNN, eLearning, Learning Management System, LMS, DotNetNuke
  • Re: ASP.NET Learning Management System (LMS)

    Other than SLK (the Sharepoint Learning Kit noted above) I do not know of much in the lines of OSS LMS in ASP.Net, however we have a full features LMS that is SCORM 1.2, 1.3/2004, and Class Server confomant. The LMS is fully integrated into DNN using its users, role, etc. If you would like more information about the LMS go to: http://www.brisingergroup.com/tabid/107/Default.aspx . We also have a online demo of the software, video tutorials ( http://www.brisingergroup.com/tabid/64/Default.aspx ),
    Posted to Free For All (Forum) by zonehenge on 10/8/2008
    Filed under: SCORM, asp.net, DNN, eLearning, Learning Management System, LMS, DotNetNuke
  • Re: JavaScript: Firefox error: var ctrl = form.item( ctrlName ); (works in IE7)

    Thank you for your assistance. The fix appears to be changing " var ctrl = form.item(ctrlName); " to " var ctrl = form[ctrlName]; "
    Posted to Client Side Web Development (Forum) by zonehenge on 6/16/2008
  • Re: JavaScript: Firefox error: var ctrl = form.item( ctrlName ); (works in IE7)

    I see where you are going, however this script is in a .js file and the element "form" is a ref to a specific Frame's form element. Here is a fuller sample of the script: Calling Function // Set the values in hidden fields in m_postableForm, then post that frame. // Returns true only if the form is submitted. function FM_DoPost( bIsRetry ) { this.DebugLog("DoPost: Begin. isRetry = " + bIsRetry); // If there is already a post in progress, then do nothing right now. if ((this
    Posted to Client Side Web Development (Forum) by zonehenge on 6/15/2008
Page 1 of 20 (200 items) 1 2 3 4 5 Next > ... Last »