Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

Need some help here
I am making a website which I want very much to be bare bones. The only part
I am unfamiliar with is this:

The site will allow people to post classified ads with up to 6 photos. I
want to charge for this. Want I want is for the client to be able to click
on a "buy ad" link which allows them to make a payment online. After payment
is confirmed, I want them taken to the page where they can now upload their
photos and give a narrative of their ad/form etc; I want the ability to
limit the size of their photos to no larger than 300k. Knowing that not all
people know how to decrease the size of their photos is there a way that
this can be done automatically? If someone submits a photo 600k for
instance, their is a way to recognize this and bring the file size down? Or
will the only option be that they get a error message saying their file is
too large?

I am also asking if anyone here could perhaps give me an estimate on this.
The site is basically done with regards to images, layout etc; I just need
the above done. I really don't want to have to be at my computer 24/7 for
transactions/photo submits and am looking for suggestions on this best way
to proceed. I'd appreciate advice on this very much.

email at sk4x10x(at)hotmaildotcom  with any questions. TIA.




Report this thread to moderator Post Follow-up to this message
Old Post
Vector Newman
12-27-04 08:57 PM


Re: Need some help here
In article <41d062b6_4@127.0.0.1>, Vector Newman wrote:
>I am making a website which I want very much to be bare bones. The only par
t
>I am unfamiliar with is this:
>
>The site will allow people to post classified ads with up to 6 photos. I
>want to charge for this. Want I want is for the client to be able to click
>on a "buy ad" link which allows them to make a payment online. After paymen
t
>is confirmed, I want them taken to the page where they can now upload their
>photos and give a narrative of their ad/form etc; I want the ability to
>limit the size of their photos to no larger than 300k. Knowing that not all
>people know how to decrease the size of their photos is there a way that
>this can be done automatically? If someone submits a photo 600k for
>instance, their is a way to recognize this and bring the file size down? Or
>will the only option be that they get a error message saying their file is
>too large?

Is the photo part the only part you don't understand?  You said, "The
only part," and then you pose about three pseudo questions and one real
question.

As for the photo stuff--if the layout is the most important factor, you can
use the height and width attributes to the img tag for that.  The entire
filesize would be maintained though.  For actual file manipulation
suggestions, I'd have to know which OS, and you neglected to supply that
information.

>I am also asking if anyone here could perhaps give me an estimate on this.
>The site is basically done with regards to images, layout etc; I just need
>the above done. I really don't want to have to be at my computer 24/7 for
>transactions/photo submits and am looking for suggestions on this best way
>to proceed. I'd appreciate advice on this very much.

If you're going with PayPal, they have an integration guide.  Look at their
IPN specification.  Merchant accounts--you're on your own.  :)

--
Vorxion - Founder of the knocking-shop of the mind.

"You have it, you sell it, you've still got it--what's the difference?"
--Diana Trent, "Waiting for God", on why a modelling agency is really a
knocking-shop.  Applied by me to the field of consulting.  :)

The Sci-Fi fan's solution to debt:  Reverse the polarity on your charge card
.

Report this thread to moderator Post Follow-up to this message
Old Post
Vorxion
12-28-04 01:56 AM


Re: Need some help here
Vector Newman <realmenuselinuxlikeme.org> wrote:

> I want the ability to
> limit the size of their photos to no larger than 300k. Knowing that not al
l
> people know how to decrease the size of their photos is there a way that
> this can be done automatically? If someone submits a photo 600k for
> instance, their is a way to recognize this and bring the file size down?

Generally, yes.

Regarding online payment, in addition to PayPal (which I detest) you
can quite easily establish a credit card merchant account and employ an
online transaction gateway (e.g. AuthorizeNet). One suggestion I have
that will save you countless hours is to take the payment AFTER the
user has created his ad. If you do it the other way around, you're
going to end up issuing credits every time a user gets into the site to
discover that he hasn't thought his way all the way through the process
-- and couldn't, because the process wasn't yet known to him.

This doesn't mean actually showing the ad prior to confirmation of a
successful credit card transaction. It makes sense to allow the user a
reasonable period of time, say, a few days, to actually complete the
process. Storage is cheap, but customer dissatisfaction is expensive.

> I am also asking if anyone here could perhaps give me an estimate on this.

There's a little more to a workable project description/specification
than you've given, and without it an estimate would be worse than
worthless. That said, I'd be happy to work with you -- the email address
I'm using here is good for another several days, and if it expires you
can easily find my just by plugging my name into any search engine.

You're probably going to spend well into the four figures range to
accomplish this. If that's out of reach, you might look around the web
for a prepackaged solution that will meet at least most of your needs
in the short term, get your feet wet, and use the profits from your
initial deployment to fund your future custom development effort. If
you find something that's pretty close to meeting a reduced
specification for initial deployment, if it's open source or the author
is amenable, you might be able to get a tweak here and a twiddle there
relatively economically.

> I really don't want to have to be at my computer 24/7 for
> transactions/photo submits and am looking for suggestions on this best way
> to proceed.

It would be terribly silly to conduct e-commerce such that it requires
a human presence at all times on the upstream side. :-)

--
Art Sackett,
Patron Saint of Drunken Fornication

Report this thread to moderator Post Follow-up to this message
Old Post
Art Sackett
12-28-04 01:56 AM


Re: Need some help here
In article <cqq8kq02500@news1.newsguy.com>, Art Sackett wrote:
>
>Regarding online payment, in addition to PayPal (which I detest) you

Why do you detest PayPal?  Specifics, please.

>can quite easily establish a credit card merchant account and employ an

Ordinary businesspeople I talk to daily say they don't just dole out
merchant accounts like they used to.  You need a brick and mortar place of
business, a decent and long history, and a host of other criterion to be
met before they'll even consider it.

--
Vorxion - Founder of the knocking-shop of the mind.

"You have it, you sell it, you've still got it--what's the difference?"
--Diana Trent, "Waiting for God", on why a modelling agency is really a
knocking-shop.  Applied by me to the field of consulting.  :)

The Sci-Fi fan's solution to debt:  Reverse the polarity on your charge card
.

Report this thread to moderator Post Follow-up to this message
Old Post
Vorxion
12-29-04 01:57 PM


Re: Need some help here
Vorxion wrote:
> In article <cqq8kq02500@news1.newsguy.com>, Art Sackett wrote:
> 
>
> Why do you detest PayPal?  Specifics, please.

Their extortianate rates for starters....

Report this thread to moderator Post Follow-up to this message
Old Post
bengee
12-29-04 08:57 PM


Re: Need some help here
In article <41d2a6f5$0$54815$ed2619ec@ptn-nntp-reader02.plus.net>, bengee wrote:
>Vorxion wrote: 
>
>Their extortianate rates for starters....

I've used them since before they raised them.  I don't have a problem with
their rates.  $0.30 per transaction, plus 2.9%?  Big deal for the price of
getting your money quickly.

--
Vorxion - Founder of the knocking-shop of the mind.

"You have it, you sell it, you've still got it--what's the difference?"
--Diana Trent, "Waiting for God", on why a modelling agency is really a
knocking-shop.  Applied by me to the field of consulting.  :)

The Sci-Fi fan's solution to debt:  Reverse the polarity on your charge card
.

Report this thread to moderator Post Follow-up to this message
Old Post
Vorxion
12-30-04 01:57 AM


Re: Need some help here
Vorxion wrote:

> In article <cqq8kq02500@news1.newsguy.com>, Art Sackett wrote: 
>
> Why do you detest PayPal?  Specifics, please.
> 
>
> Ordinary businesspeople I talk to daily say they don't just dole out
> merchant accounts like they used to.  You need a brick and mortar place of
> business, a decent and long history, and a host of other criterion to be
> met before they'll even consider it.


I have opened 2 merchant accounts for separate companies and have found it
very easy both times (one very recent).  Very few checks seem to be done.


--
Brian Wakem



Report this thread to moderator Post Follow-up to this message
Old Post
Brian Wakem
12-30-04 01:57 AM


Re: Need some help here
Vorxion wrote:

> Ordinary businesspeople I talk to daily say they don't just dole out
> merchant accounts like they used to.  You need a brick and mortar place of
> business, a decent and long history, and a host of other criterion to be
> met before they'll even consider it.

I have none of those things and I got a merchant account very easily
less than a year ago. What I had was a good credit history and a very
low-risk (very unlikely to have charge backs) product/service to sell.


Report this thread to moderator Post Follow-up to this message
Old Post
Scott Bryce
12-30-04 08:58 PM


Re: Need some help here
Vorxion wrote:
> I've used them since before they raised them.  I don't have a problem with
> their rates.  $0.30 per transaction, plus 2.9%?  Big deal for the price of
> getting your money quickly.

"Quickly"?? Yes the money goes into your paypal account straight away...
but it takes 7+ days to get put into your bank account :-(

Report this thread to moderator Post Follow-up to this message
Old Post
bengee
12-31-04 08:56 PM


Re: Need some help here
In article <41d57b4d$0$47688$ed2619ec@ptn-nntp-reader02.plus.net>, bengee wrote:
>Vorxion wrote: 
>
>"Quickly"?? Yes the money goes into your paypal account straight away...
>but it takes 7+ days to get put into your bank account :-(

Not for me.  I get money in, I instantly issue a transfer request.  It's
usually there in 3 days, I've never had it take more than 4.  No joke.  I
think my last five were all in within 3 days.  Maybe my bank is just more
responsive to ACH than yours?  You -are- using ACH transfers, not ordering
a cheque, right?  That's the only way I can see it taking that long--if you
ordered a cheque rather than doing the transfer.

I honestly have no problems with them whatsoever.  Never have, still don't.

--
Vorxion - Founder of the knocking-shop of the mind.

"You have it, you sell it, you've still got it--what's the difference?"
--Diana Trent, "Waiting for God", on why a modelling agency is really a
knocking-shop.  Applied by me to the field of consulting.  :)

The Sci-Fi fan's solution to debt:  Reverse the polarity on your charge card
.

Report this thread to moderator Post Follow-up to this message
Old Post
Vorxion
01-01-05 01:56 PM


Sponsored Links




Last Thread Next Thread Next
Pages (2): [1] 2 »
Search this forum -> 
Post New Thread

PERL CGI Freelance archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 08:38 AM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.