A friend of mine had given my name to her company who needs someone to basically transfer all their bookings spreadsheet into a database (probably access) together with "some ways of automating the process making it easier" (i guess with forms and stuff).
I'm going there next week to have a look, from what I'm hearing this sounds like simple stuff (probably a day's work - and then maybe returning in the future to make changes etc.) - but i'll be calling the price!!! omg wtf! How much should i charge for something like this?????!! What's a reasonable price? Shall I just say five grand and see if i get away with it? Will I have to name a "call-out" fee too?
― ken c (ken c), Wednesday, 7 April 2004 11:32 (twenty-one years ago)
― chris (chris), Wednesday, 7 April 2004 11:35 (twenty-one years ago)
The only thing I'll say up front is, charge an hourly or daily rate. Do *NOT* name a flat-fee or the job will spiral out of control. Seriously.
― Super-Kate (kate), Wednesday, 7 April 2004 11:36 (twenty-one years ago)
― Markelby (Mark C), Wednesday, 7 April 2004 11:37 (twenty-one years ago)
― Super-Kate (kate), Wednesday, 7 April 2004 11:38 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 11:54 (twenty-one years ago)
― Super-Kate (kate), Wednesday, 7 April 2004 11:56 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:03 (twenty-one years ago)
― Super-Kate (kate), Wednesday, 7 April 2004 12:04 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:05 (twenty-one years ago)
― Super-Kate (kate), Wednesday, 7 April 2004 12:07 (twenty-one years ago)
whatever you do, keep it simple without any hardcoded noncesense so the client can fiddle with it, otherwise in three years time when the people who commissioned it are long gone and no one has your contact details some poor schmuck will have to sit and tear their hair out trying to work out how the eff it works before starting from scratch again...
...guess what i've had to do recently?
― CarsmileSteve (CarsmileSteve), Wednesday, 7 April 2004 12:10 (twenty-one years ago)
― Super-Kate (kate), Wednesday, 7 April 2004 12:12 (twenty-one years ago)
No, don't worry Kate, I am a relativly low earner, which means I have a smaller penis than you. I get a pay rise soon though - does that mean I get a bigger dick as well? Yay!
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:17 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:18 (twenty-one years ago)
(And BTW, half of the code notetaking is so that you yourself can actually remember what the heck this scrawl of code is supposed to do!)
― Super-Kate (kate), Wednesday, 7 April 2004 12:19 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:25 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:33 (twenty-one years ago)
― mark grout (mark grout), Wednesday, 7 April 2004 12:34 (twenty-one years ago)
― Johnney B (Johnney B), Wednesday, 7 April 2004 12:45 (twenty-one years ago)
email me at j d s a l m o n @ g m a i l. , willya?
― kingfish doesn't live here anymore (kingfish 2.0), Tuesday, 9 May 2006 15:07 (nineteen years ago)
Sign up to the accessd list. They have people who have written books on upsizing and are v. helpful.
― Zora (Zora), Wednesday, 10 May 2006 05:55 (nineteen years ago)
I'm using Visual Basic 2005 Express to create an application which will just list an editable database of stuff, but I don't want to have to enter all the info manually. Luckily, I have it all on an Excel spreadsheet: 10 columns and 9000 rows, I just want to import it. But how? I've searched hard without much success... ILX: you're my only etc.
― Huey in Melbourne (Huey in Melbourne), Monday, 15 January 2007 06:12 (eighteen years ago)
― ledge (ledge), Monday, 15 January 2007 09:51 (eighteen years ago)
Access will create the table structure for you.
― paizuri-san (davidcorp), Monday, 15 January 2007 11:22 (eighteen years ago)
...and I don't have Access. Would that help? How would I use what Access creates in VBExpress?
― Huey in Melbourne (Huey in Melbourne), Monday, 15 January 2007 21:54 (eighteen years ago)
You could read a CSV file itself; they're fairly simple, but I wouldn't advise it, as there are a few caveats that are enough to annoy you.
Most databases will have something, somewhere that would read in from CSV, but you haven't said what you're trying to read it into yet!
― KeefW (kmw), Monday, 15 January 2007 22:30 (eighteen years ago)
― Huey in Melbourne (Huey in Melbourne), Monday, 15 January 2007 22:36 (eighteen years ago)
http://sqlserver2000.databases.aspfaq.com/how-do-i-load-text-or-csv-file-data-into-sql-server.html
But I think you might want to read up a bit about SQL server before you start, though. Just to understand how it relates to the VB program you're going to create.
― KeefW (kmw), Monday, 15 January 2007 23:10 (eighteen years ago)
― Huey in Melbourne (Huey in Melbourne), Monday, 15 January 2007 23:13 (eighteen years ago)
― KeefW (kmw), Monday, 15 January 2007 23:20 (eighteen years ago)
I can actually see the database in Visual Studio, but I just can't link it up as a datasource in Visual Basic Express. Right-clicking on Data Connections and choosing a new source only allows me to select an actual file, but of course the db exists on the server, not as a concrete file. Grrrr.
― Huey in Melbourne (Huey in Melbourne), Tuesday, 16 January 2007 00:34 (eighteen years ago)
Disclaimer: I am dumb when it comes to this stuff, very much an amateur, and know only a little more than jack when it comes to making web pages.
I'm interested in starting a user-contribution site, that they can submit information to a book database, which is published as a public web page directory. Immediately I thought I would just go for a Wikia site, but the organization is not really powerful enough for it - I want to be able to sort results by different/multiple fields (i.e. author, date, title, etc.) and Wiki software is generally terrible at that sort of thing. As a dumbass who doesn't really dabble much in this stuff, is there a good, straight-forward existing framework for this kind of thing, or am I better off just painfully writing my own MySQL DB/PHP code? (i have no idea how to do this right now, especially w/rt a user system that can publically edit the DB).
If I can't find something I'll probably just go with Wikia and do clumsy, manually-written static and index pages, but I feel like there's got to be a better way in terms of programming and efficiency, especially since I forsee hundreds or thousands of records being updated regularly, and would really like it to be a community/multi-user driven site.
― Nhex, Thursday, 22 January 2009 22:23 (sixteen years ago)
If you're going to write up something custom, and you don't know much programming, you probably want the ruby on rails framework (google "ruby on rails")
have you ever programmed before? there are better frameworks, but that's not too bad to start. i'm sure that there's a "click and install" framwork to do something approximating what you want, but i don't know.
personally i'd go with django over mysql, but then i write too many of these things and i like python much better- i wouldn't start learning with that, though.
― lyra, Thursday, 22 January 2009 22:41 (sixteen years ago)
I only know a little bit of programming (bit of C, the basics of PHP and MySQL), and frankly am quite awful at coding, that's why I want to avoid it as much as possible.
For the kind of book database site I'm looking to create, it just seems to make much more sense to do it that way than a wiki, even though that's an easier option. "Click and install" is definitely the kind of thing I'm looking for. I'll look for a free host, maybe I can just dive in and try to make something.
― Nhex, Thursday, 22 January 2009 23:37 (sixteen years ago)