Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Feb 24th, 2006, 9:40 AM   #1
metomeya
Newbie
 
Join Date: Sep 2004
Posts: 6
Rep Power: 0 metomeya is on a distinguished road
I am not a programer, but what is the easiest way to do this?

Okay I want to write a simple program that will pull from a database of about 500-1000 exercises. That will display about 5 weight exercises, and about 5 physical therapy/pilates like exercises, everytime you run it.

I would like to include pictures of each exercise, and have each exercise work a different body part (not having all 5 work the arms, but abs and legs as well).

I have never really programmed (well some stuff in high school and college, which I never completely understood).

What is the easiest way to do this? Any free programming languages I can get to do this? I think visual basic would be the easiest for me, or C++ (I hate java, from what little experience I've had with it).


Thanks for any input
metomeya is offline   Reply With Quote
Old Feb 24th, 2006, 10:15 AM   #2
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Operating system? Platform? Web accessibility? Any old gearshift knob will do, but not usually any old carburetor. Free compilers are a very common question -- you might resort to the search bar.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Feb 24th, 2006, 10:33 AM   #3
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Quote:
Originally Posted by metomeya
I would like to include pictures of each exercise, and have each exercise work a different body part (not having all 5 work the arms, but abs and legs as well).
Do you want to make a web application, or a traditional single-user GUI desktop application? Are you programming on Windows? We need a little more information about what platform you use, and how user interface you want (A website? A dialog box? A command line application?).
Arevos is offline   Reply With Quote
Old Feb 24th, 2006, 4:20 PM   #4
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Quote:
Originally Posted by metomeya
Any free programming languages I can get to do this? I think visual basic would be the easiest for me, or C++ (I hate java, from what little experience I've had with it).
Thanks for any input
with the exception of MS Visual Studio, all programming languages, that I know, are free to use and download.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Feb 24th, 2006, 4:49 PM   #5
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 855
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
I would suggest using PHP for this sort of thing. It's easy to learn and use, and has excellent (MySQL) database support.
titaniumdecoy is offline   Reply With Quote
Old Feb 24th, 2006, 5:32 PM   #6
metsfan
Programmer
 
Join Date: Dec 2005
Posts: 57
Rep Power: 0 metsfan is an unknown quantity at this point
gonna second what titanium said, definilty the best way to go is PHP/MySQL, it is remarkably simple to do a multitude of things, both are free and available for download and php has terrific documentation and is super easy to use
metsfan is offline   Reply With Quote
Old Feb 24th, 2006, 5:35 PM   #7
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
with the exception of MS Visual Studio, all programming languages, that I know, are free to use and download
VS is not a language, it's a multi-language programming tool/environment. It was recently offered at no charge. In the same way, Dev-Cpp is a GNU compiler in an IDE environment for use with C/C++. One needs to understand the differences. Toothpaste is neither dental care nor teeth.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Feb 24th, 2006, 5:44 PM   #8
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Quote:
Originally Posted by DaWei
VS is not a language, it's a multi-language programming tool/environment. It was recently offered at no charge. In the same way, Dev-Cpp is a GNU compiler in an IDE environment for use with C/C++. One needs to understand the differences. Toothpaste is neither dental care nor teeth.
I know it is! But you have to buy it or download the express edition in order to use C#, J++, or J#. Idk if there are other IDE for C#, J++, or J# but you have to purchase VS in order to get the correct IDE/Development Tool from Microsoft. I do know this DaWei. As for JBuilder is a IDE tool for Java. but you still have to pay for it.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Feb 24th, 2006, 5:46 PM   #9
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
Quote:
But you have to buy it or download the express edition
Download is not 'buy'. One can also get it on CD for the price of shipping. Say what you mean, and vice versa, or be misleading. Simple choice.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Feb 24th, 2006, 5:50 PM   #10
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
downloading the Express Edition for free. I didnt say to purchase the Express Edition but I never heard of getting the actual "Microsoft Visual Studio 2005" for free with just paying the shippinh price, show me this offer and I will particate as well!
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing 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:20 PM.

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