doubledecker has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks

I want to implement / replicate the functionality of the following website.

https://xkpasswd.net/s/

The core functionality is written using Perl. However, I am interested in replicating the GUI of this website. Any thoughts on how to implement and technologies involved.

Replies are listed 'Best First'.
Re: Replicate a website GUI functionality
by kennethk (Abbot) on Jan 23, 2015 at 20:28 UTC
    From the site:
    Web Interface powered by JQuery
    I would propose that would be a good starting point. Firebug or equivalent browser debug tool would be helpful in teasing out what is handled on the client, and what happens on the server.

    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.