Originally Posted By: OPSandroM Originally Posted By: AzDiamondHeat
Call me a cynic, but I think the "working on it" is a bunch of crap.
I have written enough code to know that if they have the capability to "check inventory", they CERTAINLY have the capability to have their website update availability.
Bottom line, it is marketing 101. Get them in the door any way possible and enough suckers will buy anyway to make the complaining worth it.
Yes, I too have been burned by Optics Planet and will not do business with them again. I normally don't "pile on" but I do NOT like deceitful business practices.
Had they come on here with a legitimate "working on it", I would keep to myself.
AzDiamondHeat,
I'm a cynic at heart too - but I've been here two years now and I KNOW they've put a lot of work into it. I also know the tech teams (Soft Dev & Web Dev) have just about tripled in size since I started, and are now two of the biggest teams in the company.
With that said, if you can help solve our problem of having the website update in real time, including:
Web Pages - over a million unique pages, tens of thousands updated daily
Internal Search - processing up to 100,000 queries a day
Media Server - for all of our images, videos, etc.
I'd share what the framework for it all is (I believe it's php) but I'm not that fluent. But if you think you can help - please, please, please... PM me and send me your resume! We can split the referral bonus
Alessandro M.
OpticsPlanet
Really?
Ok, I'll play your game.
It's a one and a zero.
Every item in a database, be it a picture, a name or a WHATEVER has a unique ID assigned to it when it was entered into the DATABASE. SO, no matter how many BILLIONS of pages or anything else, EVERY item is unique.
Query the database. If number of widgets in inventory is greater than ZERO, then it is in stock. If it is in stock have the little banner on the website say "IN STOCK"(that would be a 1 in binary code). If not(that would be a zero in binary code), it is OUT IF STOCK!!!!
I guess all the other online stores have some deep secretive code that they are keeping from your IT guys.
Seriously. Save your sales pitch for those who don't know any better. For those of us that DO know, you are embarrassing yourself.