-
Creating, managing, and displaying custom post types using the Pods Framework plugin for WordPress
This will be a bit of a tutorial on how to use the Pods Framework plugin to create, manage, and display custom post types in WordPress. First: Why use Pods as opposed to other options? One reason I like Pods is that you don’t have to write out a whole bunch of boilerplate code and…
-
Creative Cloud: thoughts on why I can’t go there (yet).
By now everyone has seen the news that Adobe is phasing out stand-alone, perpetually licensed software. And they have valid reasons for this change, particularly in regards to services that they can now focus on providing to creative professionals. It also has the added benefit of flattening out income and revenue, making for a more…
-
SharePoint and jQuery
So I had another interesting project recently where I needed to integrate jQuery and a jQuery plugin into a SharePoint site. Here are some notes from that experience that will, hopefully, help others out. Create a custom master page and “embed” jQuery in the <head> (not linked to an external file, but actually copy and…