Soldato
- Joined
- 1 Apr 2009
- Posts
- 9,952
I'm bored, and jobless atm, so I write a prototype C++ app to convert OcUK viewcart webpage into forum friendly code.
I was wondering if there are some web developer(s) willing to help me write a proper extension to convert the c++ code into something that could be integrated into a browser. I'm not really up to scratch with .net, java, and Chrome Extensions.
* preferably Chrome as it's my main browser, but I don't mind getting dirty with Firefox if needs be.
the code.
an example (completely random items).
YOUR BASKET
£399.98 Thrustmaster T500 RS Simulator Racing Wheel for PS3 & PC (Licensed for Gran Turismo 5)
£329.99 Zotac ZBOX Blu-Ray HD-ID33 Barebone
£139.99 AMD Phenom II X6 Six Core 1055T 2.80GHz (Socket AM3) - Retail
£71.99 Corsair Gaming Audio Series HS1 USB Gaming Headset
Total : £956.05.
The idea would be to view the basket, push a button, which would convert the basket into forum code and paste onto the clipboard, and then simply paste the content into a post. Simples! Well, in theory...
I was wondering if there are some web developer(s) willing to help me write a proper extension to convert the c++ code into something that could be integrated into a browser. I'm not really up to scratch with .net, java, and Chrome Extensions.
* preferably Chrome as it's my main browser, but I don't mind getting dirty with Firefox if needs be.
the code.
an example (completely random items).
YOUR BASKET




Total : £956.05.
The idea would be to view the basket, push a button, which would convert the basket into forum code and paste onto the clipboard, and then simply paste the content into a post. Simples! Well, in theory...