<char-counter /> Polymer element

Posted on Aug 18, 2014 in Open Source Projects | 2 comments

char-counterThis weekend I just couldn’t face working on the updated Form Tools documentation and took a break instead. There’s only a dozen or so tutorials left to do, but yeesh. Seriously brainfried, here.

Instead, I created a simple Polymer custom element called <char-counter />. It, well, adds a character counter to your form fields. Super simple. It’s available on Bower or via github.

Check out the demo site here. That contains a link to the source code on github.

Read More

Form Tools Documentation

Posted on Aug 5, 2014 in Form Tools, Open Source Projects | 1 comment

The last couple of weeks I’ve been working on the formtools.org website rewrite. Sheesh, what a job! Huge bloody site – enough work to keep me busy for months.

First stop has been the documentation. As it stands today the Form Tools documentation is in a closed, custom MySQL DB that I wrote many years ago. It felt like a good idea at the time, but today I had something very different in mind. The new documentation is now generated by Jekyll, and fully editable by anyone via github. You can see a sneak peak here:  http://formtools.github.io/docs/

Because the documentation will be static it’ll load a lot faster, plus it’s also downloadable for offline use. I’ll be adding in searching and tagging soon, as well as porting over the remaining sections.

Ultimate the documentation will be moved to docs.formtools.org once the new website is ready.

There’s a huge amount still to do, but you can see the general directions it’s heading. And if you spot any broken links, typos or anything else, just click the “EDIT PAGE” button!

Read More