Jason, Thanks! Currently, for the server side I am leaning toward PHP and MySQL. If required and more beneficial I would consider Cold Fusion. If interested I could e-mail you the detailed specs. As I have not done anything with Flex and Flash Builder4, I am wondering whether I should start learning it to accomplish this task. Thanks, Dan In a message dated 8/5/2010 9:01:14 A.M. Pacific Daylight Time, [email protected] writes:
Send Flashcoders mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://chattyfig.figleaf.com/mailman/listinfo/flashcoders or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Flashcoders digest..." Today's Topics: 1. Developing Simplified Learning Management System (LMS) ([email protected]) 2. RE: Developing Simplified Learning Management System (LMS) (Merrill, Jason) ---------------------------------------------------------------------- Message: 1 Date: Thu, 5 Aug 2010 10:05:38 EDT From: [email protected] Subject: [Flashcoders] Developing Simplified Learning Management System (LMS) To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset="UTF-8" Hello, Being on this list for awhile, I realize some of you are involved with the development of e-learning programs. I have been doing the same, and at this time I am trying to develop a simplified LMS for tracking students’ records. If anyone has already written similar code, I will be glad to purchase such. Based on my client base requirements, this LMS will need to work both offline and online. For the offline version, I plan to use AIR with its embedded SQlite. For the online version the training program and the database will reside on the Internet, where, I will use similar MySQL database structure. Ideally, when the user has some Internet connection, the AIR version should be able to transmit records from the SQlite to the server database. So far, all my e-learning programs are developed with pure Actionscript 3.0 classes (No Flex). I would appreciate any help and/or recommendation with the best method to approach this development. If you like to respond directly, please feel free to do so. Thanks, Dan A ------------------------------ Message: 2 Date: Thu, 05 Aug 2010 10:34:23 -0400 From: "Merrill, Jason" <[email protected]> Subject: RE: [Flashcoders] Developing Simplified Learning Management System (LMS) To: Flash Coders List <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=utf-8 I'm in the e-learning industry, but your technical questions are really just general Flash/AIR/Server scripting/database questions. To transmit data from the AIR app when connected to a server side database, you'll need some kind of server side script, like a web service set up. Do you know how to do that and what server side scripting is available on the host server? The AIR/SQL communication should be pretty straightforward - see the AIR documentation. Your biggest thing to tackle is the AIR to server communication piece. Jason Merrill Instructional Technology Architect Bank of America Global Learning Join the Bank of America Flash Platform Community and visit our Instructional Technology Design Blog (Note: these resources are only available for Bank of America associates) -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of [email protected] Sent: Thursday, August 05, 2010 10:06 AM To: [email protected] Subject: [Flashcoders] Developing Simplified Learning Management System (LMS) Hello, Being on this list for awhile, I realize some of you are involved with the development of e-learning programs. I have been doing the same, and at this time I am trying to develop a simplified LMS for tracking students’ records. If anyone has already written similar code, I will be glad to purchase such. Based on my client base requirements, this LMS will need to work both offline and online. For the offline version, I plan to use AIR with its embedded SQlite. For the online version the training program and the database will reside on the Internet, where, I will use similar MySQL database structure. Ideally, when the user has some Internet connection, the AIR version should be able to transmit records from the SQlite to the server database. So far, all my e-learning programs are developed with pure Actionscript 3.0 classes (No Flex). I would appreciate any help and/or recommendation with the best method to approach this development. If you like to respond directly, please feel free to do so. Thanks, Dan A _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ------------------------------ _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders End of Flashcoders Digest, Vol 35, Issue 6 ****************************************** _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

