SCORM API and Cold Fusion

2002-06-26 Thread Matt Friedman

I am working on an LMS for a client that wants to implement SCORM based
training.

I have done research on this and I need to implement an API to receive calls
from JavaScript wrappers.

Does anyone have an API that I could use or modify to to this type of
implementation.

I have looked at the www.adlnet.com and their API, but I keep getting java
errors.

java.lang.NullPointerException
 at API.LMSInitialize(API.java:301)

when I try to initialize the API.

Any help would be great, I am pulling my hair out with this on.

FYI I am still on CF5



Matthew Friedman
GTF Systems
978.739.9440 x22
www.gtfsystems.com



__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Max Size of Structure

2004-03-15 Thread Matt Friedman
Does CF 5 have a max size of a structure?

Or is it a limitation of the hardware and usage?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: cf5 session variables

2004-06-10 Thread Matt Friedman
Can you move it to a client variable?
Or place in the application.cfm a check for the session, if it is not there then rebuild the session based off an cookie value.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Dynamic Linking to Mapquest?

2005-03-14 Thread Matt Friedman
two things

Google is simple a much better.

http://maps.google.com/maps?q=227r%20west%20shore%20drive,01945.

If you want to use the yahoo this works

http://maps.yahoo.com/py/ddResults.py?Pyt=Tmap"; 
method="GET">




















~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198754
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: OT: Powerpoint (slides+audio) -> Flash converter?

2005-04-11 Thread Matt Friedman
a great tool is articulate.

http://www.articulate.com/home.html

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:202205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


Re: More than one datasource in

2005-05-09 Thread Matt Friedman
A great trick in MS SQL that will solve your issue is to use this format

select  a.col1,a.col2,
b.col1,b.col2

froma,
..b as b
where a.col1 = b.col1



The trick is taht the  is the name in the SQL server not CF 
admin.

that works fine and you can link as many database as you wish.



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206054
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54