Joe Workman's Blog

RSS
Jun 5

Share It: All your social circles - connected

Share It Stack for RapidWeaver

Share It is a uber cool share button for you website. When you hover over the customizable button, four share buttons fly onto the webpage. Share It supports all of the most popular social networks: Facebook, Twitter, App.net, Google Plus, Pinterest, LinkedIn and Email. You can even customize the share buttons to use your own favorite site. As most of our stacks, Share It offers a ton of customizations.

I don’t want to put down Like It, but Share It is by far the sexiest way for your users to show their love of your webpages on their favorite social networks.

Check out Share It

Jun 5

Display content to users who disable JavaScript

NoScript Stack for RapidWeaver

The NoScript stack allows you to display interact with your website visitors that may have disabled JavaScript in their web browsers. This will give you the chance to inform these visitors that their website viewing experience will be diminished by having disabled JavaScript.

NoScript allows you to display a simple styled text message, display custom stack content or redirect the user to a different webpage.

Check out the NoScript stack

Jun 5

Tabulous 2 is Here

Tabulous Stacks for RapidWeaver

I released a big update to the Tabulous Stack today. This was a complete rewrite of the stack. With over 75+ new features, Tabulous 2 does not disappoint. Everyone that has used it so far has been blown away. They tell me that it is hands down the best tabbed content add-on out there for RapidWeaver.

Here is a small list of just some of the great new features:

  • Rebuilt from scratch for Stacks 2.
  • Responsive support with revolutionary mobile navigation.
  • Separate the tabs away from the slider for a completely new look and feel.
  • Named hash-linking to every tab. #about-us
  • New Animation Effects Browser to help you find the perfect animation to use.
  • Extensive style adjustments for everything: shadows, colors, backgrounds, round corners, padding & more.

If you have purchased Tabulous since January 1, 2013, you will be given a free upgrade to Tabulous 2. If you purchased the stack before then, you will be offered a discounted upgrade price. Emails are getting sent out to all existing customers as I am typing this. If you do not receive an email about the discount, feel free to contact support.

Innovative Site Nav with Compass

Compass is a new and innovative way to navigate through your website. It analyze your site’s navigation menu and provides previous and next links for the corresponding pages in the menu. Compass also ships with 300 different navigation arrow images that you can use to jazz things up.

Compass Product Page

Apr 2

New Searchpath Stack

A nice custom site search is difficult to implement. Most website simply piggyback on search engines such as Google or DuckDuckGo. However, Searchpath.io came on to the scene earlier this year and I think its pretty cool. It’s a freemium search service that lets you implement fast and simple search directly onto your website.

I am releasing a FREE Searchpath Stack so that you can easily integrate and customize Searchpath into your RapidWeaver websites.

Download the Searchpath Stack

New Floaty Stack

The out of the box float stacks are great. However, they have there limitations. I find that I want to sometime add data above the text area that will be flush at the top with the floating content. Floaty makes that possible! It also adds responsive support so that the content still looks great on all devices. The content will be displayed in a single column on iPhone (or similar width) mobile devices.

Floaty is available for only 95¢. For more details and demos, head over to the Floaty product page.

Kiwi Safari Extension Update

The Safari Extension for Kiwi received its first update today. The keyboard shortcut was changed to be shift-ctrl-p. This will prevent some accidental triggering of the extension that users were experiencing with the original shortcut.

You can obtain your update via Safari Preferences. By default Safari will automatically update all extensions.

You can also re-download the extension from Kiwi Services on Github.

Paperless got some polish

I have been spending the last few days adding some polish to my Paperless automation tool that I released a couple of weeks ago. If you peruse through the release notes, you will see that I’ve added a couple small features and fixed some bugs. However, those weren’t the biggest changes…

New User’s Group


In an effort to promote user interaction, there is a new Paperless User’s Group. This groups runs on Glassboard which is an awesome way to communicate with groups of people. Think of it as a cross between a chat room and a forum.

Revamped Documentation


The Paperless documentation has been restructured into a wiki instead of one huge confusing page. It should now be much easier to discover the tools functionality and find exactly what you are looking for.

There is also a new quickie video overview that will help you get jumpstarted.

Lowering the Entry Level


My biggest request from user’s was that they really wanted to use Paperless, however, they could not get over the technical hurdle of getting it all installed. So I started a side project that is a really simple Paperless Installer. If you can click a few buttons, you can get Paperless installed now. Its that easy!

There is also a video that goes through the entire installation process step-by-step.

Kiwi Services for App.net

Kiwi for App.net

So I use this thing called Kiwi to access this other thing called App.net. So I developed all these other things to integrate those things into every popular automation thing that you could want… Got it? Get it

In all seriousness, Kiwi is an awesome app developed by the amazing YourHead Software. Its by far the best Mac client for the up and coming social network App.net. It’s quickly became my new hangout instead of Twitter. However, Kiwi has an awesome feature that lets you cross post to Twitter so that my followers over there don’t get too lonely.

You probably know that I love to automate things. Well I spent some time with the Kiwi developer at an App.net hackathon earlier this month and we decided to add a URL scheme into Kiwi. We could then leverage that new URL scheme, we could integrate Kiwi into all your favorite Mac OS X productivity and workflow tools. There are integrations with the following apps…

You can pick up a copy of these Kiwi services for free over on the public Github page.

Mar 7

Developing a Paperless Automation Tool for Mac OS X

I have been trying to hone my paperless workflow over the past couple of months. My ideal workflow for anything involves as little human interaction as possible. This is why I love to automate! In the paperless world, after you scan in your document, you need to file it away. I am currently moving from DevonThink to Evernote. I don’t know about you, but my paperless inbox was starting to look bigger than the pile of paper that I need to scan in. The reason for this is that I would never take the time to file away the document after I scanned it in. This problem is prime for automation…

I searched everywhere for a tool that would analyze the contents of a scanned document and automatically file it into the correct location. I saw a lot of people trying to build hundreds of Hazel rules in an attempt to accomplish this. That just did not seem efficient to me. It would take forever to build those rules in Hazel and maintaining it would be a nightmare. I needed to develop something myself…

I decided to build a command-line tool so that I could still leverage a great tool like Hazel. My scanner would spit documents into a folder and then Hazel would pass those along to my tool to do the rest of the work. This is exactly what I built!

Yesterday I pushed an alpha version of this automation tool that I am simply calling Paperless. I worked really hard to document as much of the tool’s logic as I could. It’s a ruby gem, so you will need to not be shy with using the terminal in order to get this bad boy installed and working. I tried my best to give as simple instructions as possible for users that may be a little scared of the terminal. If you are feeling brave enough, play around with it. I can’t wait to here your feedback!

Paperless on Github