CF-Elearning Application

2006-11-08 Thread Aldon Moore
After hearing much crap about CF scalability problems and lack of developer
power, I have decided to go with CF for developing my elearning application.
It would release as an open source CF application on completion.

I am inviting companies and/or developers to contact me directly in this
regard for a copy of the requirements analysis for quote response.

As always gurus, your opinions are most vital and welcomed.

Aldon


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259669
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CF-Moodle- Elearning Project

2006-11-02 Thread Aldon Moore
Thanks for your input Scott!

I would definitly look closer at Sakai, Moodle and ATutor.
If you had to make the choice over againg which would you choose?
Do you know of any other?

Al


-Original Message-
From: Scott Pinkston [mailto:[EMAIL PROTECTED]
Sent: Friday, November 03, 2006 5:52 AM
To: CF-Talk
Subject: Re: CF-Moodle- Elearning Project


I can speak to this as a person that built one from the ground-up in CF
about four years ago for a college.  We have been live on it exclusively
since Fall 2002.  From an institutional stand-point it has been great.

Chat Room, Discussion Boards, gradebook, content manager, assignments,
exams/quizzes (including importing testbanks - IMS/blackboard/webct),
tracking, rosters, syllabus, course grades (mid-term & final) - SIS
intergration, plus a bunch of local SIS stuff
(billing/registration/transcripts/biographic updates).

>From a maintenance standpoint, it has been a pain.  Ego of I can build
something to do all that aside - If I had it to do over today, I would use
Sakai or Moodle and then build SIS integration into/for it.  Too many good
folks doing support on those projects for you to have to re-invent the
wheel.

All that said,  I'll share the code that I can if you start your own.  Some
of it will depend on if your non-profit or not.  The project as a whole is
not open source but pieces of it can be.  For the discussion boards - I'd
suggest using Galleon - Ray Camden's Discussion Board.  Visit RIAForge.com
or his blog for Ray's stuff.

Suggestions:
On the flex, what is the connection speeds of your users?  For me
(flame-sheild enabled), I had problems with flash-based features for
students on dial-up - about 60% of them were.

On the decision, how many developers on staff?  If it is just you, I'd
seriously suggest using one of the open-source apps.  Ego aside, it might be
better for the institution.

If you make your own, use one of the frameworks.  Finding someone to quickly
step in and help support it may be easier.

Treat it like you are a contractor and try to get specifications from the
faculty/institution.  It has (and would have) helped me out a lot saying the
faculty council/senate/institution approved this feature and its functions
on X day.

Get a trusted faculty member or two on-board.  I have a raw-steak theory
about bug/issue reporting.  Most folks in a restaurant that get a
undercooked steak won't say a word about it.  They just make up their mind
about the service and that is it.Yes - software testing will help but
I'm talking more about behaviors (why do I click this to do that) than bugs.





>Update, I am also looking at Flex. Any comments would be appreciated.
>
>Aldon
>
>-Original Message-
>From: Aldon Moore [mailto:[EMAIL PROTECTED]
>Sent: Sunday, January 07, 2001 6:15 AM
>To: CF-Talk
>Subject: CF-Moodle- Elearning Project
>
>CF-Gurus,
>
>I have to opportunity to design an eLearning application and I am
>considering weather to build using CF from the ground up!
>
>Question: Is any one open to work on a project of the nature?
>
>I have looked at moodle (moodle.org) as an alternate solution since I am
>still in search of developers to undertake this development.
>
>I am hoping to get some suggestions on CF eLearning products that conform
to
>eLearning standards like SCORM or any other for that matter.
>
>
>Aldon



~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258951
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF-Moodle- Elearning Project

2006-11-01 Thread Aldon Moore
CF-Gurus,

I have to opportunity to design an eLearning application and I am
considering weather to build using CF from the ground up!

Question: Is any one open to work on a project of the nature?

I have looked at moodle (moodle.org) as an alternate solution since I am
still in search of developers to undertake this development.

I am hoping to get some suggestions on CF eLearning products that conform to
eLearning standards like SCORM or any other for that matter.


Aldon


~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258804
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Sort Array to Categroies & SubCategores Listing 4 Items if 3 Or 5 found!

2006-03-17 Thread Aldon Moore
Frustrated!

Problem: I have an array that stores items for multiple categories and
subcategories.

ITEMS IN THIS MAIN CATEGORY:

Eg: Category X
*   Sub Category : A,B,C,D
Eg: Category Y
*   Sub Category : E,F,G,H,

__

ITEMS IN NEXT MAIN CATEGORY:

Eg: Category X
*   Sub Category: A,B,C,D
Eg: Category X
*   Sub Category: A,D,U, blank space for 4th item,
Eg: Category X
*   Sub Category: A,D,U,G,


I need to display 4 items per line regardless of if the array holds 3 items
or less in a particular category, or more than 3 items!
If the is less than 4 items the add a blank space for the missing item.

I have posted the heart of my code below!

Thanks for your help in advanceĀ…

The database holds a list of all products categories and subcategories.


  
  

  

  
  

  
  

  
  
  



  ModValue2:
#modValue2# modValue2 VALUES



  



  


#totalArray[8]#



  

  
  

  
  

  


modValue
:#modValue#


  
   #Results.CurrentRow#
(#Results.RecordCount#) 








~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:235661
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


HELP! CFID Not Maintained

2005-12-29 Thread Aldon Moore
I am in the process of completing a cart app and I CFID are used as the
CartID and is saved to a database. 
 
 
Problem? After add something to cart the CFID Changes and the Cart is
not being maintained, on viewing the database all CFID's generated are
there "for each item" I added.
 
Any help would be appreciated... 
 
Al


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:227879
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


CFID Sessions Dropping

2005-12-17 Thread Aldon Moore
Hi, 
 
My CFID's are dropping and I can't identify the problem. When I reboot
the server runs fine for a few hours then gets overloaded, the error:
"Could Not Connect to Jrun Server". If anyone has encountered this
problem please let me know how I can get this resolved.
 
 
Al


~|
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:227223
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


Server Processes

2005-11-09 Thread Aldon Moore
I have a site thats eating up server processes! Any idea on what coul be
causing this???



Aldon


~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223723
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


RE: Force PDF Download

2005-11-02 Thread Aldon Moore
Thanks Matt..

Iwill test this method...

Al

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 02, 2005 5:19 PM
To: CF-Talk
Subject: Re: Force PDF Download


Aldon,

I have a tutorial on my site on how to do this, but just to be sure I
ran it again in FF and IE to make sure it really works.

Here's the base code:









The intent of the above is to get a file to display inside of the
browser, via the Acrobat browser plugin we (probably) all have
installed.  On IE 6 it worked great.  On FF 1.0.4 the Acrobat plugin
splash screen fired up but no display.  Same failure across multiple
attempts.

Next, I changed the value of DisplayType to Attachment.



The idea being you want the item to open not inside of the browser,
but instead you want the actual Acrobat program to open up separately
and display the file


In FF this gave me the open-or-save dialog.  Perfect.  Same in IE6,
where I chose Open and the Acrobat plugin loaded separately and
brought up my file.

It seemed in the beginning you were doing all the stuff I'm doing
here.  If so and you're getting an error I would look to file path
problems, or naming the thing wrong.  Also you have no space before
your filename= parameter and I use one.  Maybe thats it.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com



~|
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:222970
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


Force PDF Download

2005-11-02 Thread Aldon Moore
Hello People!

I need to force download a pdf file but my code is trying to download the
page that contains the script!




but this code fails.

Is there a better solution??

Aldon


~|
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:222912
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


Maintaining CGI.HTTP_REFERER

2005-10-18 Thread Aldon Moore
Hello Again Gurus!

I need to maintain the url of the referer if the current page is reloaded
seral times. Whats the best method of acheiving this?

Eg: Visitor leaves a of pages "Page B,C,D,E,F or G" an goes to "Page A" page
A is reloaded several times. How do I maintain the refering page A several
time based on delete, or modifications  actions that occur on page A.

Al


~|
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:221345
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


String Search!!!!

2005-09-23 Thread Aldon Moore
How do I search a string for the first space " " between characters?

"This should be so easy" converted to "This should"

~|
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:219111
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


MSSQL VS ACCESS

2005-08-02 Thread Aldon Moore
Both MSSQL and Access uses MDAC. Would it be safe to use a access database
for ecommerce data??

Al


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213462
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


NumberFormat , Help

2005-07-25 Thread Aldon Moore
I have a dollar value of ($73.60)thats stored in the database as 73.6. I
would like to format this number and display it as a twelve digits
("0007360"). Similarly if the value is 12 the format shoshould be
(0001200)

Any help would be appreciated.


~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212796
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: Catching errors and emailing (new Question)

2005-07-21 Thread Aldon Moore
Thanks Matt

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Friday, July 15, 2005 3:35 PM
To: CF-Talk
Subject: Re: Catching errors and emailing (new Question)


On 7/15/05, Aldon <[EMAIL PROTECTED]> wrote:
> How do I catch server response when an email is accepted for delivery?

I don't believe there is any direct way to do that.  Maybe something
like iMS can if used in place of CFMail.  That program can do just
about everything else you'd ever want...

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com



~|
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:212473
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


CF7 Flash Remoting

2005-06-15 Thread Aldon Moore
Has any one been able to connect to Flash Remoting in CFMX 7?

~|
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:209587
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


cfhttp.filecontent help!

2005-06-09 Thread Aldon Moore
I am using cfhttp to retreive data from another server that is returned as 
name/value pairs delimited by "&" eg:

a=1&b=2&c=thats all. 

How do I assign each of these values to its own variable?

~|
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:209112
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


String to SHA1 to Base 64 Encryption Help!

2005-05-20 Thread Aldon Moore
I am completing the integration of a payment processora and the processor 
requires me to convert a string to SHA1 then to BASE64. I used a SHA1 UDF 
script from Cflib.org for the conversion but in comparison to the string 
created by the dotnet SHA1CryptoServiceProvider its different. 

I am testing on CFMX6.1 on 2003.  Is it possible to access dotnet classes via 
cfscript. 

~|
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:207316
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