Tagged Questions
The auction tag has no wiki summary.
9
votes
5answers
197 views
C# Many instances of a Singleton object
I'm having an issue with the Singleton pattern.
It is really weird, but it looks like there are two or three instances of my Singleton Pattern.
My website, is an actions site, with timers and I'm ...
9
votes
1answer
252 views
countdown timers on a website question
I am building a penny auction site and I got to the part with timers (i'm using symfony framework). Here I've got a few questions and issues.
So, I have about 10 products on the homepage I need to ...
6
votes
2answers
265 views
AucTeX/emacs problem with '$' character
AucTeX on emacs is pretty amazing tool, but when I write one single '$', all the coloring is broken.
Normally one '$' is accompanied by another '$' to express math equations, but for source listing ...
3
votes
3answers
291 views
What technology to use for a realtime bidding system?
http://www.bidzinga.com/
http://www.bidbass.com/
Are they using COMET technology?
What do you recommend to use, and probably a simple description on how to implement it using the suggested ...
3
votes
4answers
177 views
How to check that an auction is finished - Triggered PHP processing
I have a few ideas about this but here is what I need to do and just wanted some second opinions really.
I am writing a small auction site in PHP/SQL, but I have come up against a hurdle.
When an ...
3
votes
1answer
591 views
Opensource Auction App in Java (or in Ofbiz)
I need to know open source auction app in java (or even based on ofbiz).
BTW, I find this ofbiz-based one (http://www.kenfuse.com/project/ofbizauction) but didn't know how to reach the source code!
...
2
votes
1answer
434 views
Anybody knows an open source auction project?
I'm going to have to program an auction system and I'm about to spend quite some time to determine how the bidding is going to work (there's manual bidding and automatic bidding) with concurrency, ...
2
votes
1answer
178 views
python package for distributed auction simulation
Does anyone know of a package that allows for a distributed agent-based double auction simulation?
I've looked at SimPy, but that's a discrete-event simulator and difficult to get working in a ...
2
votes
3answers
384 views
ASP .NET MVC 2.0 or WebFoms to develope a Auction site like Ebay?
I´d like to know what is the best option to develope a Auction site like Ebay with ASP .NET 4.0:
MVC 2.0
WebForms
I only worked with WebForms, but I have time to learn MVC if is the best option...
...
2
votes
1answer
317 views
ASP.net auction expiration mechanism [closed]
How to realize auction expiration? Make it inactive after 1-3-5 days? Something like eBay? Thank you!
I am using asp.net c#
Any links for information would be appreciated,
I have "active" boolean ...
1
vote
1answer
72 views
Using callLater in Twisted to keep track of auction endings
I was wondering if it would be a good idea to use callLater in Twisted to keep track of auction endings. It would be a callLater on the order of 100,000's of seconds, though does that matter? Seems ...
1
vote
3answers
234 views
Database design for an auction style website
I'm creating an auction style website where users can bid for items. I've into a bit of confusion regarding the database design when it comes down to projects and bidding features. Initially I thought ...
1
vote
2answers
194 views
Update the database when timer counts down to zero
I have a countdown timer which uses ajax calls to update itself. Something like
<div class="timer5">--:--:--</div>
I want to call a PHP function (only once) using jquery which will ...
1
vote
1answer
101 views
Mysql select switching rows for every execution
I am developing auto bidding system,There is a tricky scenario. That is, I want select next machine to bid from "table_machine" on each execution of code.
Which means, I am picking bids from active ...
1
vote
8answers
673 views
How Auto bidding works in auction sites
I am having question about Auction website. I am not asking asking entire process,I know thats impossible to answer here . I just need the leads with explanation
Explanation for Autobids booking :-
...
1
vote
4answers
59 views
Triggered PHP processing
I ask a similar question yesterday but it all got confusing and i thought i would start again and try and explain it a bit better..
I am about to design an auction site, much the same as ebay... ...
1
vote
2answers
498 views
How to do PayPal/Google Checkout in an Auction style web application?
I'm curious if there is a way to process/connect buyers and sellers on my site without the site having to charge the buyer and credit the seller. In other words, I don't want to touch the money, but I ...
1
vote
1answer
523 views
Architecture for an Auction Style Site
Where would be a good place to find information on the underlying architecture for auction style sites? Preferably in ASP.Net.
0
votes
1answer
43 views
post all photo from database (auction system)
I currently writing an auction system for my final year project college. I am not sure how to display multiple photos from the database.
Here the sample display; http://www.pennyauction.com.my/
I ...
0
votes
2answers
30 views
MySQL transactions - Auction bid INSERTs processed in a queue?
I am currently developing an auction website as part of a portfolio project and I have come across an interesting problem which can't seem to resolve.
At the moment I am currently checking the ...
0
votes
1answer
60 views
Reset Highest unique bid Auction EndDate on Server side
Currently i am working on Highest unique bid Auction site(ASP.NET MVC). Auctions have end date,
Using the jquery count down plugin as timer. once the timer reaches zero and still bid quota is left ...
0
votes
2answers
130 views
Auction site with Django
If one is to build an online auction site using Django, then would it be a good idea to modify an existing CMS? If so, could someone suggest a CMS for the scaffolding?
Thanks
0
votes
1answer
150 views
RoR Auction Bid Timer
I am looking for advice on how to go about building a timer for a an auction site I'm working on. (like ebay)
I have the auction pages etc created I'm just missing the timer.
Please can you point me ...
0
votes
2answers
353 views
PHP auction script using AJAX
Is it possible to create a auction site in PHP using AJAX to refresh the page once a user has entered a higher amount of money.
I can handle the PHP side of it okay but I was wondering if AJAX can ...
0
votes
1answer
71 views
How to find.Is new record is inserted or not?
I have the trouble to find is any new record is inserted in table.
My problem
I am developing Penny auction site. In my site, I'm updating client side view every second using JQuery ajax.last bidder ...
0
votes
1answer
213 views
RoR auto bidder for penny auction site
1. The environment
I have a RoR penny auction site to which I'd like to add an
autobid feature.
Autobid feature should provide the following functionality:
- user should set a maximum number of ...
0
votes
1answer
85 views
Rails: set model attribute using a time reference
1. The environment
I have an Auction model with these attributes:
status:string
close_date:datetime
Status of my auctions must be, automatically, set to 'ended' when Time.now
equals ...
0
votes
2answers
63 views
What is the safe way to do automated emails?
I am in the middle of doing an auction site whereby emails are sent out regularly when people win items, sell items, didn't sell item, etc etc...
Which is the best way to send these emails so they ...
0
votes
6answers
210 views
mySQL or MSSQL best for auction site? [closed]
I am writing an auction site that could be quite popular with 10's of thousands of items potential.. written in PHP / SQL
Would you say that mySQL would be the wrong way to go ?
I don't want the ...
0
votes
3answers
341 views
Quickest/recommended way to build a penny auction script [closed]
My main objective is writing a fully functional penny auction website like bidhere.com, swoopo.com etc.
Which tools/sources should I use, frameworks (if any), etc. in order to complete this task in ...
0
votes
2answers
311 views
Which PHP framework to choose for building a penny auction website and why? [closed]
Since I have never used any PHP frameworks, I'd like you to suggest me some.
My main objective is writing a fully functional penny auction script, something similar to swoopo.com and bidhere.com.
...
0
votes
1answer
548 views
Open source auction project [closed]
The project i'm taking a part needs some simple auction functionality. The basic concept is:
There is list of products of two
types: fixed cost and auction.
Registered users can buy the fixed
cost ...
0
votes
0answers
80 views
Auction script that allows you to host your own auctions?
I'm digging around for an auctions script written in PHP. I've been looking through directories and Google results and aren't finding much.
A lot of them are just like eBay however I want to host and ...
0
votes
0answers
110 views
Live Auction Website [closed]
I am looking to create a "Penny Auction" functionality on a website. What is the best technology to use for the display of the timer and the ability for members to bid live using their bids which ...
0
votes
0answers
126 views
Live Auction Website [closed]
I am looking to develop a live auction website. Can you suggest the best technology/framework to use for the live auction piece? Or, where I should even start. I am most familiar with programming ...
0
votes
0answers
126 views
phpAuction (enuuk) vs. PhpProBid
Did anyone use this kind of auction software package before? I would like to choose one of them and customize it. My main concern would be in terms of maintainability and flexibility?
0
votes
0answers
80 views
SaaS solution for running many tiny auctions?
I'd like to run hundreds of auctions on my site though these would all be small items that are site-specific so I don't want to mess with eBay. I don't know how successful it would be so I'm hesitant ...
0
votes
0answers
225 views
Creating an online auction site/marketplace [closed]
I am not a programmer, but rather someone looking for a programmer to build an online auction site with some specific features for my industry. It's a marketplace of perishable product, with prices ...
0
votes
2answers
818 views
Penny auction website architecture
I have this idea for a penny auction website like beezid, quibid, etc.
My biggest questions are:
How can i track live bids?
How can i update the clock with added seconds?
I'd like to do this ...
0
votes
1answer
206 views
PHP Auction Expiry Tracking
What is the best way to send e-mails or perform functions on a small, non-real money auction script? This script is a learning exercise for me and I was wondering what the best way would be to process ...
0
votes
1answer
64 views
Platform/API for applications (games) to do trading and auctions between players/users
Are there any products/services that let games developers provide real-time trading and/or auction services to their users/players.
E.g.
Let the developer define what assets can be traded and the ...
0
votes
2answers
1k views
Questions on Auction Database Schema
I was looking at the following db model and I had some questions on it. I'm sure it's a good design as the guy behind it seems to be reasonably well qualified, although some things don't make sense:
...
0
votes
2answers
51 views
How can I have a function perform after a Datetime in my DB is met?
I'm creating an auction site where users can bid on items. I want to create a script that sends an email to the winner of an auction item once the datetime in the end_auction column has been reached.
...
0
votes
1answer
1k views
free auction software for ASP.NET site integration
Looking for advice on free auction software for ASP.NET website.
Also, any insight on this subject is very welcome.
-1
votes
3answers
219 views
bid timer for auction
I need to set up an online auction . I tried with cron for bid timer but i am always getting a message in mail as permission denied.is there any other method to set the bid timer. Any one please help ...
-1
votes
1answer
452 views
Best ruby/rails solution to create auction?
We're tired of PHP and we look with hope toward the Ruby. We're noobie in this world.
Is there worked solution or framework for doing auction (like ebay.com) on RoR?
-2
votes
0answers
37 views
is there a silkroad anonymous market place GPL software package available? [closed]
i am looking for a multi vendor ebay type marketplace solution that has the features of silkroad anonymous marketplace.
Vendors should be able to set up their shops, listing products.
Buyers should ...
-2
votes
2answers
114 views
Penny Auction AJAX Security
I'm currently developing a penny auction website to test my ability at programming javascript and using AJAX effectively. However, I have come across the problem of security.
Firstly, I have been ...