PDA

View Full Version : Looking for ideas to accomplish goal


cozbaldwin
11-07-2005, 08:53 AM
Premise: My client is a charter jet company. They will have a page that lists all the "one-ways" (aka "empty legs") that people can book last minute. Basically, one-ways are trips the jet will be making to pick up one of their clients. Let's say they are hired to pick up someone from Miami and take them back to Philadelphia. Well, the plane will be empty to Miami so, hey, if you want to jump on the plane for that trip down there, then let us know and you can fill that empty leg.

Goal: My client needs to update their list of one-ways from their office easily. I was thinking of just creating a Blogger account for them and they can update it like that. Easy-peasy. But they also want a marquee on the front page that displays the most current one-way that has been added to the list. I can't think of what the best way to do that would be. Additionally, on the page with all the one-ways: my client would like the list to automatically purge the empty legs that have expired -- when the date of the trip has passed (ie: an empty leg scheduled for 11/25/05 would no longer be visible once 11/25 has come and gone)

Thoughts: Blogger can create a list of "most recent blogs" by blog's title. My client can use the blogger interface and only type in the blog's title field. Then, I can use the "most recent blogs" and only display the top item. (i think this can be done) -- But I cannot think of how to purge the items once the date passes. Is there a better publishing system out there that COULD accomplish these things? Do you have any ideas as to how I could do this stuff better by tweaking things with some xml, asp, etc?

Appreciate any ideas you guys might have.

--Coz

KC-Luck
11-07-2005, 02:55 PM
How much do we get paid for doing your work for you?

Alex Vincent
11-07-2005, 04:55 PM
I'm not sure things are that serious, KC.

That said, coz, we don't have anything we as coders can work with. Do you have code samples?

cozbaldwin
11-07-2005, 05:05 PM
To answer both of the above replies in one sentance:

I'm not looking for anyone to do any work for me and there is no code yet. I'm simply looking for suggesstions on how this can be accomplished. Just point me in the direction -- I can take it from there.

I was thinking someone might say "Oh yes, you can do that by using so-and-so with a little so-and-so." And then maybe go into a little detail. I thought that's what this place was all about.

KC-Luck
11-07-2005, 06:32 PM
When you leave the issues that vague, it is very hard for anyone to suggest ideas.

eg:
what platform would you be running this on? Win32, Linux, etc.

what server environment will it need to be on? Apache, IIS 5/6+, PHP, JSP

every bit of information you provide, gets a finer level of response from the MANY devoted coders here.


It seems highly unlikely that there would be a COTS setup for you in the scenario you provided, and further unlikely that an open-source project exists as well.

cozbaldwin
11-07-2005, 07:11 PM
I didn't think that it would be that complicated. I'm not a developer, just a designer. I'm not sure what type of server its on. I just thought there was a universal, easy solution to accomplish this task.

I still think there is, and perhaps you're looking too deep into it. I'll just keep thinking and poking around. Thanks anyway.