Building a custom realtime chat module for Drupal 7 (part 3)
If you've followed along with my previous two posts in this series, you should now have a functioning chat on your Drupal 7 site.If not, start with those: Part 1, Part 2That's kind of exciting, right?...
View ArticleParsing a Youtube URL
More than a few times in the past few years I've been tasked with enabling a user to add a youtube video to a piece of content in Drupal.Sure there are specific modules out there that try to address...
View ArticleAdding one or more fields to the Drupal 7 contact form
Usually when someone wants a custom contact form on their Drupal website the easiest solution is to use the webform module, however if you don't need to store submissions on your site, and you're only...
View ArticleNotifications with AngularJS
I participate, with a group of friends, each year in the annual KVSC Trivia weekend. It's a good time, challenging, and fun. One of the extra challenges we face is that our team, aside from being...
View ArticleAngularJS 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