Add category to URLs in Ghost 0.11.0

Way back when, I wrote this blog post to show you how to customize your URLs to include categories, which you can refer to for my reasoning on needing this change (side note: the lack of support still bothers me). Fast forward a year and a half and Ghost v0.…

jQuery Autotab 1.9.1 released

I'm pretty late on this, but a v1.9.1 patch has been released. In my 1.9.0 post, I mentioned a workaround to an IE11 behavioral issue. After receiving several tickets and emails about the change, I have reverted it in 1.9.1 and added the drop…

jQuery Autotab 1.9.0 released

Tada, another Autotab release! v1.9.0 release allows you to leverage basic support for HTML5 input types tel, number, email, url and search. The primary reason these fields have basic support is due to the lack of selection functionality, and there's nothing I can really do about that. Autotab…

jQuery Autotab 1.8.1 released

Autotab 1.8.1 is available for use. I was coding so late that I neglected to check a key feature to the new refresh method and left in some debug code instead. Well, this release fixes that, and cleans up a few of the demo links. I also updated…

jQuery Autotab 1.8.0 released

Autotab just got a lot better! v1.8.0 release now allows you to dynamically update your tabbing order whenever you add or remove fields on a page with the new $.autotab.refresh() method. To show off this new feature, two new demos have been added, one using Angular, another…