-
as seen on Dot net Slackers
- Search for 'Dot net Slackers'
Earlier this week I got an email from Stephen Forte saying he was in Bali and would love to meet the folks from IDEP Foundation. IDEP is an Indonesian NGO for which Stephen and I coordinated a charity auction 5 years ago and raised $10,000. We raised another chunk of money in a repeat auction in June…
>>> More
-
as seen on Ezine Articles
- Search for 'Ezine Articles'
If you've been wondering how to make your own auction site, this article is for you. You could be up and running in 24 hours if you have basic web knowledge.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi, i am designing a Chinese auction website.
Tickets ($5, $10 & $20) are sold either individually, or via packages to receive discounts.
There are various Ticket packages for example:
5-$5 tickets = receive 10% off
5-$10 tickets = receive 10% off
5-$20 tickets = receive 10% off
5-$5 tickets…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All
I am learning Java through BlueJ
I would like to add a removeLot method to the Auction Class in BlueJ Chpt 4. This involves also returning the lot with the given number or null if there is no such lot.
If you enter , say 5 lots and then use the remove method, this codes removes whichever…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a small Bidding system that I'm using for a fantasy auction draft. I'm trying to use the below query to pull up the max bids on each player. However, it's not actually giving me the max bid, it's just giving me the first one entered in to the database.
SELECT Bid.id FROM bids AS Bid
WHERE…
>>> More