Hi all, first off...the NP Google Gadget got accepted into the Google database of Gadgets so if anyone searches for namepros it will come up....small *woo* there.
OK i know the exchange has a nice little converter and i believe there is also NPConvert which is very handy, but for me i like something quicker so I've taken the idea of a bookmark like sites such as delicious and Zamzar have done just to make a quick converter...
If you want it i have put up a small page here:
http://mattjewell.com/namepros/
Just click and drag the link into the toolbar or bookmarks (or favourites for IE) and use it from there.
If you would rather add it yourself:
Hope it comes in handy, im one of those people who's toolbar is full of buttons like this so i figured I'd share it.
edit: It currently shows USD and GBP, if you want another currency then post back and I'll add it in.
Matt
OK i know the exchange has a nice little converter and i believe there is also NPConvert which is very handy, but for me i like something quicker so I've taken the idea of a bookmark like sites such as delicious and Zamzar have done just to make a quick converter...
If you want it i have put up a small page here:
http://mattjewell.com/namepros/
Just click and drag the link into the toolbar or bookmarks (or favourites for IE) and use it from there.
If you would rather add it yourself:
Code:
javascript: var amount = prompt('How many NP$?', '');if(amount.length > 0){ var rate = prompt('At what rate?\n\nExamples: .019, 0.02, 0.021...', '0.02'); var sell = confirm('$ ' + Math.round((amount * rate)*100)/100 + '\n£ ' + Math.round(((amount*rate)/1.98)*100)/100 + '\n⬠' + Math.round(((amount*rate)*0.73)*100)/100 + '\n$AU ' +Math.round(((amount*rate)*1.21)*100)/100 + '\n\nNote that GBP, EUR and AUD totals are dependant on exchange rate. \nFor latest rates see: http://www.x-rates.com\n\nClick CANCEL if you wish to sell post this in the exchange now'); if(sell == false) { window.location = 'http://www.namepros.com/npexchange.php?action=newoffer'; } } else { alert('Selling 0 NP$ wouldn\'t achieve much');}
Hope it comes in handy, im one of those people who's toolbar is full of buttons like this so i figured I'd share it.
edit: It currently shows USD and GBP, if you want another currency then post back and I'll add it in.
Matt
Last edited:







