Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 6th, 2003, 11:48 PM
lunatic lunatic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 150 lunatic User rank is Private First Class (20 - 50 Reputation Level)lunatic User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 3 h 50 m 39 sec
Reputation Power: 6
Need some Assitance in determining what language to use to create a web app.

Hello,

I am totally new to this concept, please bear with me. What I want to be able to do is create sort of a web app (if this is what you call it) that will update files on your computer, by just clicking an update button. In which will run a function to check either modified date or created date of certain files within a folder on the clients machine, with the files on a web server.

If the files are different then the updated file will be automatically downloaded to your computer overwriting the old one.

I've research very little about this due to the fact, I don't know where to start. But having done so, I have found that some of these langauges, methods, whatnots is what I need to do this sort of thing.

VB, ActiveX, Java, C++

I have taken VB, and Java class when I was in college back in 93 so I'm sure they have changed somewhat. As for C++, I've only browsed through some books, and ActiveX I have no clue what it even looks like.

So the question here is, what language is best to use, considering, most compatible with OS, easiest to code, and requires the least amount of libraries, modules, packages.

Another helpful item would be links to website describing how to code something of this nature, whether books, tutorials, or just basic info.

I'm also wondering if one can be created useing PERL or PHP. For those I know best.

Thanks for you assitance,
Lunatic

Reply With Quote
  #2  
Old October 8th, 2003, 09:27 AM
karsh44's Avatar
karsh44 karsh44 is offline
Just another guy
Dev Shed Frequenter (2500 - 2999 posts)
 
Join Date: Jun 2003
Location: Wisconsin
Posts: 2,915 karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level)karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level)karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level)karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level)karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level)karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level)karsh44 User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 6 Days 13 h 13 m 21 sec
Reputation Power: 76
I'm thinking you'll want to use an ActiveX object for this. You can write these in VB, it is an option in visual studio. Beyond that, I can't really help, since I don't have much experience in the ActiveX arena.

Reply With Quote
  #3  
Old October 8th, 2003, 10:56 AM
drgroove's Avatar
drgroove drgroove is offline
pushing envelopes, not pencils
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Feb 2002
Posts: 6,225 drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 4 h 44 m 44 sec
Reputation Power: 174
Both ActiveX and Java would still need permission from the user to execute certain operations on their computer.
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever.
Analyze twice; hack once.
The world's first existential ITIL question: If a change is released into production without a ticket to track it,
was it actually released?


About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect -
Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire


Reply With Quote
  #4  
Old October 8th, 2003, 03:17 PM
lunatic lunatic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 150 lunatic User rank is Private First Class (20 - 50 Reputation Level)lunatic User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 3 h 50 m 39 sec
Reputation Power: 6
drgroove

Oh, of course drgroove. but I would like this functionality because of the number of files we have. It would just be easier to automate the process..

Thanks for your replys... So I would use ActiveX Objects by coding in VB?

is this right?

Reply With Quote
  #5  
Old October 8th, 2003, 03:31 PM
drgroove's Avatar
drgroove drgroove is offline
pushing envelopes, not pencils
Dev Shed God 2nd Plane (6000 - 6499 posts)
 
Join Date: Feb 2002
Posts: 6,225 drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level)drgroove User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 1 Day 4 h 44 m 44 sec
Reputation Power: 174
Re: drgroove

Quote:
Originally posted by lunatic
Oh, of course drgroove. but I would like this functionality because of the number of files we have. It would just be easier to automate the process..

Thanks for your replys... So I would use ActiveX Objects by coding in VB?

is this right?


Actually, you're better off doing this in Java. Otherwise, your users had better be using Windows...

Reply With Quote
  #6  
Old October 8th, 2003, 04:27 PM
lunatic lunatic is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 150 lunatic User rank is Private First Class (20 - 50 Reputation Level)lunatic User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 3 h 50 m 39 sec
Reputation Power: 6
Thanks for the insight drgroove, i do believe the majority of the users if not all are using windows.

Ill have a look into both java and vb. see which one brings back memories the quickest.. lol

I also did about 6mon of java programing back in college as well.. again im sure things have changed.

Not to mention I don't even know where I can get a java programming tool.. I would only think at the Sun site. I'll check there. but I all ready have visual stuido.


Is this thing hard to code? or should it be fairly easy?


Thanks again man

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Need some Assitance in determining what language to use to create a web app.


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway
Stay green...Green IT