Minecraft Utilities

My son has been playing a lot of Minecraft and runs a server so I made him a series of utilities to make life easier. The first few I wrote were in Python and Tk, quick and dirty, but I wanted to learn the Swift programming language so I rewrote one utility in XCode 6 […]

Streamweaver and postscript, oh my…

I was tasked to write some Pitney Bowes Streamweaver code for Adobe ES produced postscript. It has been an interesting adventure as I am new to postscript and Streamweaver. I must side step the politics and get to the meat of it. So, I need to take 30k – give or take – letters with […]

Quick and dirty way to get Location data on Mac in Xojo

You could make a Xojo plugin in XCode to access the location data, buy a plugin, or maybe use AppleScript but I think this is simple and will work right in the console using Curl as well as within any language that can issue shell commands. Since it’s Curl it should work for Linux as […]

Create a Button with hover effect in Xojo

Drag a Canvas object onto your form from the Library. Click the Canvas object and select the Inspector, top right, and turn off UseFocusRing and for Backdrop select your default image. You can select the hover image as a Backdrop as well as it will add the image to your project and save you time, […]

Easiest way to convert a PDF to EPUB for free on a Macintosh?

1. Open the PDF in Preview.app, Edit>Select All, right click selection and Copy.2. Open Pages.app, Edit>Paste.3. Do any minor edits.4. Export as EPUB (You will have other output options as well).5. For further tweaks get Sigil. Don’t spend weeks writing code to do this only to find that a complicated PDF is such a pain […]

MacNote

Are you looking for a simple and quick way to enter notes into the Apple’s Notes.app application from the statusbar? Don’t want the extra features of big note tools or really just like Apple’s built in Notes app? Me too! So I wrote a little utility I call MacNote to allow quick note entry to […]

TextMate 2 released under GPLv3

I built a copy on Mountain Lion if you don’t want to build it yourself. Download   SHA1 :  6afbef8e318c97e4964b8c3d67049ed0d160cfe0 Source can be found also be found on Github, more info below: http://blog.macromates.com/2012/textmate-2-at-github/

Adding “Create Text File” to Mac OS X using Automator and no code.

Update: It seems you can now add menu items to the contextual (right click menu) in Finder. I no longer use Mac so I have not tried this but should be able to add a create text file entry if you like. Unfortunately I assume most would want this from the desktop. If you moved […]

Gauge example in Inkscape (SVG)

If you’re tasked with creating gauges for a dashboard and you want an example on how to do the graphics, I’ve created one in Inkscape. Inkscape is a free vector application if you are on a budget and can’t afford Adobe Illustrator. I made this while getting a feel for a new dashboard I’ll be […]

OS X 10.8 (Mountain Lion) Late Night Review

I got a copy of Mountain Lion and rather than double clicking and upgrading I decided to make a bootable Mountain Lion USB drive. You will need a 8gb USB thumb drive for this, or if you prefer a DVD, you will need a dual layer 8gb DVD. For the fast and easy way to […]