Quick Link: Terminal Navigation Utilities

If you follow me on Twitter, you’ve probably seen me express my adoration for autojump, a command-line utility for navigating frequently-used folders. The only problem is that I deal with a lot of repetitive folder hierarchies; for example, the multiple site structures in my web development folder. almost certainly isn’t going to take me to the one I was thinking of. navigation, quicklink, terminal, utility

→ Continue reading

The Mac and iOS Mind Mapping App Extravaganza

Most of my projects start out as mind maps (which I may have mentioned before). Whether it’s a packing list, a blog post or a TextMate bundle, I find it easiest to organize my (often scattered) thoughts using what Tony Buzan calls radiant thinking. Lists and outlines are rarely as effective as the non-linear format of a mind map. For me, if it involves brainstorming, it involves mind maps. apps, blogging, ipad, macos, mindmapping, review, work, writing

→ Continue reading

Automated HTML5 Video Encoding Revisited

A little while ago I approached the subject of scripting automated encoding for HTML5 video formats . I started using the process regularly as I built the Blogsmith Bundle video site . Pretty soon I got some help from friend and TUAW editor Mike Rose , and working together we refined the script and improved the speed tremendously. It was built for use on Mac OS X, but with just a few lines modified, it should work on any *NIX system. automation, html, scripting, shell, terminal, video

→ Continue reading

Web Excursions: May 1, 2011

Common elements used in interface button design Just in case you’re designing outside of the CSS3 range, there are some great tips (and tutorials) for mimicking common interface design elements here. 15 Examples To Master Linux Command Line History Brush up a little more on those commands… List of 175 Mac OS X Terminal Commands Sure, you knew some of these, but did you know about ? ? I didn’t. ConversionMatrix - Develop All of the ffmpeg and ffmpeg2theora… bookmarks

→ Continue reading

Web Excursions: April 26 - May 1

Vico Editor With a little more polishing (and better support for existing TextMate commands), this little editor is primed to take TextMate 2.0 off of my wishlist. Vim keybindings, extensibility, split views and a good-looking interface. Simple podcasting with Skype on OS X I love scripted automation. Extending Your jQuery Application with Amplify.js Excellent tutorial on setting up subscriptions and requests in a jQuery application using Amplify.js. Apprise - The attractive alert… bookmarks

→ Continue reading

Web Excursions: April 20 - April 24

Omnifocus Themes I’ll explain this more when I get a chance, but for someone just switching back to OmniFocus, this collection of themes is pretty awesome. A second mention of Ben Brooks Solarized Omnifocus Themes goes along with this… Showcase of Excellent Graphic Email Newsletter Designs - Noupe Design Blog Email or not, there are some great marketing-based design inspirations in here. CSS3 Linear Gradient Syntax Breakdown A complete overview of the syntax for cross-… bookmarks

→ Continue reading

A Couple of TextMate Macros for Markdown Lists

I was playing with the new TextMate Markdown bundle for MultiMarkdown 3 when I remembered an old nit I had with the list commands: no single-keystroke way to move list items up and down. Unless I’m completely forgetting about a shortcut, moving list items around involves selecting the entire line and using Control-Command-Up/Down to move it. Obviously, not a big deal, but 5 minutes with the Macro recorder in TextMate saves the time. markdown, multimarkdown, textmate, video

→ Continue reading