Posts Tagged: JavaScript

July 5, 2014

NodeJS Simple Web Server on the Tessel

As I mentioned in my last post, I recently received a Tessel in the mail. After running the blinky.js example, I moved on to a more traditional "Hello World" exercise with the simple server example from the NodeJS homepage.

July 2, 2014

Tessel – First Impressions

I ordered a Tessel last week. Less than 48 hours later I was on the command line exploring the brave new world of interpreted JavaScript on microcontrollers. This post will be the first of (I'm sure) several on the Tessel and focuses on my first impressions of the hardware, the Technical Machine team and the growing user community.

June 25, 2014

Using Keypress with RequireJS

I recently started using the Keypress JavaScript library. It implements the AMD API and, as such, works well with RequireJS. This post clears up how to instantiate a listener when using Keypress with RequireJS.

Posted in: JavaScript
March 23, 2014

Compatible Post Sharing System

This post got lost in an avalanche of work. I wrote the first half around the time I finished up initial work on Compatible Post Sharing System WordPress plugin. The second half describes how it works and future development plans.

Posted in: JavaScript | PHP | Plugins | WordPress
March 20, 2014

Adding Export Filters for Custom Post Types

The WordPress Export tool makes filters available to posts and pages but not to custom post types. I had a hard time finding code examples or documentation on this subject. After quite a bit of searching, I retrieved a page from the Wayback Machine that describes how to add date filters to a custom post type before exporting. It's a good starting point for adding all filters to all of a theme's custom post types.

Posted in: JavaScript | PHP | WordPress