Bitcoin Forum

Bitcoin => Project Development => Topic started by: BitcoinMoxy on May 18, 2013, 02:53:30 PM



Title: BitcoinMoxy.com Site Development Bounties
Post by: BitcoinMoxy on May 18, 2013, 02:53:30 PM
Have a look at the initial thread in the newbie section, here (https://bitcointalk.org/index.php?topic=184651.0), to get an idea of what BitcoinMoxy.com (http://BitcoinMoxy.com) is.

I'll use this thread to announce and discuss bounties for improvements to the site.

For the time being, it'll be mostly HTML/CSS/JavaScript type stuff I need a little help with.




Title: Re: BitcoinMoxy.com Site Development Bounties
Post by: BitcoinMoxy on May 18, 2013, 03:02:10 PM
The first thing I'm looking forward to is a little Javascript enhancement to the QR code generator on the site.

I invite you to have a look at the related code in the .js plugins and the form at the beginning of the document body (index.html).

The generator works great so far and upon entering any value deviating from the valid character count in a Bitcoin address (25-34 chars), it defaults to a generic error msg in the QR code.

I want this to be a little more sophisticated and revert to the same error msg whenever the user enters any non-alphanumeric characters (i.e. spaces, punctuation, etc.; valid input doesn't HAVE to be limited to BASE58, but would be really cool.)

I'm only just learning JavaScript, so if anybody skilled enough has some spare minutes to spend on this, you'll make me happy!

Reply in the comments or PM me. Payment: .1 BTC.


TIA


Title: Re: BitcoinMoxy.com Site Development Bounties
Post by: BitcoinMoxy on May 29, 2013, 12:22:57 AM
The first thing I'm looking forward to is a little Javascript enhancement to the QR code generator on the site.

I invite you to have a look at the related code in the .js plugins and the form at the beginning of the document body (index.html).

The generator works great so far and upon entering any value deviating from the valid character count in a Bitcoin address (25-34 chars), it defaults to a generic error msg in the QR code.

I want this to be a little more sophisticated and revert to the same error msg whenever the user enters any non-alphanumeric characters (i.e. spaces, punctuation, etc.; valid input doesn't HAVE to be limited to BASE58, but would be really cool.)

I'm only just learning JavaScript, so if anybody skilled enough has some spare minutes to spend on this, you'll make me happy!

Reply in the comments or PM me. Payment: .1 BTC.


TIA


Done. Thanks to NLNico and his Javascript wizardry.