AngularJS and Twitter Bootstrap playing nicely?
It seems a large contingent of people have an inordinately difficult time getting AngularJS and Twitter Bootstrap to play nice together.Maybe I'm lucky, maybe I'm doing something right, or maybe I'm...
View ArticleExtending the Follow Module to Add Custom Networks
Extending the follow module is really pretty simple. Follow along, I'll show you how it's done! (Bad pun may or may not have been intended)I'm using the follow module on this site to provide links to...
View ArticleAJAX Buttons and how to make Drupal less dumb about which was clicked
I've struggled with this in the past, and every time I work on a project with a custom FAPI form that involves multiple elements and submit buttons to either add another, or do some other fun AJAXy...
View ArticleAngularJS on top of Drupal
AngularJS can be used along with, or more precisely on top of, Drupal fairly painlessly.I've had a few occasions recently that called for a good deal of javascript to process and display data, and...
View ArticleMaking VueJS and DataTables Play Nice
I recently started using VueJS. Well, I suppose more specifically I've recently started learning VueJS by using it on a project.The project was formerly a rather messy nodeJS/AngularJS project which...
View ArticleEasily Running Custom Scripts in a Bootstrapped Laravel Environment
Laravel is pretty great. It conveniently includes a very robust command line tool, artisan, that can very easily be extended with custom commands.That's great and meets most needs, but what if you want...
View Article