Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Nov 21st, 2007, 2:19 PM   #1
pixofile
Newbie
 
Join Date: Nov 2007
Posts: 5
Rep Power: 0 pixofile is on a distinguished road
help with making a program to make my life easier

hey im wrking as a IT techie at this school and also doing the btec nation diploma in ICT so i know what im doing.
Atm ive got teachers left right and centre asking me to fix their computer or add software for them and i was thinking about making a program that they fill out which then save it to a db then i could open up the db and see what teachers need what done.
I was thinkin about using MySQl is that a good idea? also what i want to know is would it be easy to do? would that work over the network?
thanks for your time ash
pixofile is offline   Reply With Quote
Old Nov 21st, 2007, 2:45 PM   #2
FireflyX
PHP God
 
FireflyX's Avatar
 
Join Date: Nov 2007
Location: Stockton, England
Posts: 15
Rep Power: 0 FireflyX is on a distinguished road
Send a message via MSN to FireflyX
Re: help with making a program to make my life easier

You mean you want a web database application? If that is the case then yes you probably made a wise choice with MySQL. And it depends how easy that would be based on your knowledge. Have you used MySQL before? and if you are using it along with VB.NET then you may wish to consider this http://dev.mysql.com/downloads/administrator/1.0.html

Last edited by FireflyX; Nov 21st, 2007 at 3:06 PM.
FireflyX is offline   Reply With Quote
Old Nov 21st, 2007, 3:43 PM   #3
pixofile
Newbie
 
Join Date: Nov 2007
Posts: 5
Rep Power: 0 pixofile is on a distinguished road
Re: help with making a program to make my life easier

well i was thinking more of .exe but if a web based one wud be easier to do then ill try that and @ college ive done a database unit so i have a basic level of SQl i can create databases, tables and do simple queries and thanks for the reply
ash
pixofile is offline   Reply With Quote
Old Nov 21st, 2007, 3:46 PM   #4
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,799
Rep Power: 5 Sane will become famous soon enough
Re: help with making a program to make my life easier

I wouldn't even bother. For as something as petty as this, just make a .php form save their request to a plain text file. A 10 minute job. No setting up any mysql server. No hassle. And most importantly: no difference. Done.
Sane is offline   Reply With Quote
Old Nov 21st, 2007, 3:49 PM   #5
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3 Jimbo is on a distinguished road
Re: help with making a program to make my life easier

If you're using VB.NET, you might consider staying within the Microsoft technologies, and use SQL Server or an SQL Express database. If you want them to all have easy access for adding stuff to your work queue, you'll probably want a web interface for it, so that they can all go to http://omghelp (or whatever), submit a simple form, and then it'll come out to you on the other side. This will require a computer to act as the web server, and it can hold the database as well.
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Nov 21st, 2007, 3:56 PM   #6
MiKuS
Programmer
 
Join Date: Jun 2007
Posts: 93
Rep Power: 2 MiKuS is on a distinguished road
Re: help with making a program to make my life easier

I'd go with a web based application, I made a system for our techie that keeps track of our customers.

I wrote it with CakePHP and MySQL
MiKuS is offline   Reply With Quote
Old Nov 21st, 2007, 4:04 PM   #7
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 747
Rep Power: 3 Jimbo is on a distinguished road
Re: help with making a program to make my life easier

Out of curiosity (and before this thread turns into "use this language 'cause I lieks it"), what languages are you already familiar with? I'm guessing VB since you posted it here, but others may work better for you if you're past the initial learning curve. Also, how presentable do you want your solution to be? A 5 minute whackjob with a couple input fields could be functional, or you could spend 1/2 hr styling it and making it look and work smoother. And finally, if you go with a web interface (as this thread has taken a turn towards), what hosting solutions do you have available?
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Nov 21st, 2007, 5:05 PM   #8
pixofile
Newbie
 
Join Date: Nov 2007
Posts: 5
Rep Power: 0 pixofile is on a distinguished road
Re: help with making a program to make my life easier

well hosting it im gonna use the schools servers and i know Vb a lilttle php html and MySQL and i want to spend as little time as poss
pixofile is offline   Reply With Quote
Old Nov 21st, 2007, 5:11 PM   #9
pixofile
Newbie
 
Join Date: Nov 2007
Posts: 5
Rep Power: 0 pixofile is on a distinguished road
Re: help with making a program to make my life easier

and also if i went for the web based one will i have a problem of gettin on 2 the servers as i will be making @ home
ash
pixofile is offline   Reply With Quote
Old Nov 21st, 2007, 5:16 PM   #10
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Posts: 1,799
Rep Power: 5 Sane will become famous soon enough
Re: help with making a program to make my life easier

That depends entirely on the infrastructure of your school's server. It's most likely to be a yes.

If you want to spend as little time as possible, I urge you to take my suggestion: use a .php script to throw the input from some fields straight into a text file. Then you don't even need to worry about making another script to read the text files. Just open them up in your browser.

If you start thinking about using a database, or any kind of web software solution, you're overcomplicating things for your requirements, giving your school more to mantain, and just making it more difficult on yourself. Chances are they don't even want you setting up a mysql database on the server, or using any prexisting database for that mater.

In short: throwing some input into a text file takes minimal knowledge, minimal hosting requirements, and minimal time. The end result is accessible from anywhere (given that your school's server can act as an externally accessible server), and will appear identical to any other solution.
Sane 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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with C Program I've downloaded. csrocker101 C 4 Feb 7th, 2007 5:44 PM
Making A Program Run On Startup? Sane Coder's Corner Lounge 1 Aug 1st, 2006 3:27 PM
Sudoku program info & description Adak Software Design and Algorithms 4 Jul 2nd, 2006 12:49 PM
Need help with Encryption program! crypter C# 1 Feb 9th, 2005 10:23 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 1:38 AM.

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