Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jan 18th, 2005, 10:48 AM   #1
Shane72
Newbie
 
Join Date: Jan 2005
Posts: 1
Rep Power: 0 Shane72 is on a distinguished road
Did I pick the right language?

Hi,

My technology consulting company is getting into intranet development for our clients. Our "test" client wants the following:

Drop a file (probably a Word doc) into a directory on a network server. That file should "automatically" appear on an intranet webpage of theirs, hyperlinked so employees can click on it and download it.

Having said this, we have chosen Dreamweaver as our HTML authoring software, and therefore decided to get trained on ColdFusion as our programming language. CF seems to be mostly databases. Can CF do what I need, or is there another langauge out there that is more appropriate for the task at hand?

Thanks in advance,
Shane
Shane72 is offline   Reply With Quote
Old Jan 18th, 2005, 11:18 AM   #2
Dizzutch
Professional Programmer
 
Dizzutch's Avatar
 
Join Date: Dec 2004
Location: Worcester, MA
Posts: 441
Rep Power: 4 Dizzutch is on a distinguished road
Send a message via ICQ to Dizzutch Send a message via AIM to Dizzutch Send a message via MSN to Dizzutch Send a message via Yahoo to Dizzutch
I've never worked with CF, but i know that PHP, ASP and Perl can all accomplish what you need to do. There are some alternatives for ya.

good luck

Dizz
__________________
naked pictures of you | PFO F@H stats
Dizzutch is offline   Reply With Quote
Old Jan 18th, 2005, 11:47 AM   #3
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
PHP is what i'd use. but that's just me, i have never used CF. I have heard that it's a bit slower than PHP.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Jan 18th, 2005, 4:27 PM   #4
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I also would choose PHP to do this, using MySQL for the database of attachments in the "drop zone" and you can have a PHP script grab the file information and dynamically generate the download list, all the while, integrating it into your main intranet download page.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Jan 19th, 2005, 3:39 AM   #5
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 5 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
CF is written as a heavy DB use language the syntax for it is simple and getting information from databases to pages etc is fairly easy, but when i used it i found that trying to do anything more dynamic then displaying results from a user built query a pain in the arse.
Berto is offline   Reply With Quote
Old Jan 22nd, 2005, 1:08 AM   #6
kurifu
Expert Programmer
 
kurifu's Avatar
 
Join Date: Jul 2004
Location: Halifax, Nova Scotia (Canada)
Posts: 784
Rep Power: 5 kurifu is on a distinguished road
Send a message via ICQ to kurifu Send a message via MSN to kurifu
Yeah, CF will do what you want it to do. One of the main features you are looking for here is the ability to either scan a set of dirctories for files and place them withint the HTML code, or scan for file information from a constantly updated database (first option seems most practical for you I believe).

PHP and ASP would have accomplished the same thing, and they are a bit freer (I believe) and a little more frequently updated and more supported than CF... but CF will get the job done.
__________________
Clifford Matthew Roche &lt;geek@cliffordroche.com&gt;
Web Hosting: http://www.crd-hosting.com
Consulting: http://www.crdev-consulting.com
kurifu is offline   Reply With Quote
Old Apr 6th, 2005, 9:47 PM   #7
new User(Kevin.Parkinson)
Programmer
 
new User(Kevin.Parkinson)'s Avatar
 
Join Date: Mar 2005
Location: Edmonton, Alberta, Canada
Posts: 37
Rep Power: 0 new User(Kevin.Parkinson) is on a distinguished road
Send a message via MSN to new User(Kevin.Parkinson)
Post Eh Ess Pee Dot Net

Hello:
Myself, I would use ASP.NET, but this may not be the best for your organisation. I would imagine that Cold Fusion( which seems like a pretty good technology ) has access to the file system, so I would think that you cna write some code that looks for all of the file in a certain directory and respond with a page that links to those documents. Any good web programming technology should be able to do so!

Sincerely,
Kevin Parkinson
__________________
public class  MySignature extends Post implements JavaSyntax throws NuttinHoney{
     MySignature()
     {
          Salutation();
          Name();
     }
     
     public string  Salutation()
     {
          Screen.printLn( "Sincerely,\n" );
     }
     
     public string  Name()
     {
          Screen.printLn( "Kevin Parkinson" );
     }
}
new User(Kevin.Parkinson) is offline   Reply With Quote
Old Apr 6th, 2005, 11:22 PM   #8
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
I have developed a need for something similar... I think I will be doing it in PHP... although, I am biased because I have -zero- Cold Fusion experience.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 4:04 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC