Automating HTML5 Video Encodes

I spent an inordinate amount of time not doing useful things today. During this non-productivity bender, I got a little obsessed with making the HTML5 video encoding process easier. I’ve been working on a tutorial site for the Blogsmith Bundle, so this whole deal needed to be sped up. I came out with a script which, when combined with the right command line utilities, takes 90% of the manual labor out of creating the multiple formats needed. automation, html, terminal, video

→ Continue reading

Web Excursions: March 20 - March 25

Formalize CSS - Teach your forms some manners! So, so nice. Consistent and beautiful form styling. 10 Omnigraffle tips you might not know (plus one bonus!) Trying to get a little better with OmniGraffle lately. My DuckDuckGo travels led me here… Using Git Versioning inside your XCode Project Automatically fill in CFBundleVersion and CFBundleShortVersionString when using Git. 6 .htaccess Tricks for Better WordPress SEO & Security Some great ideas in here. I especially like… bookmarks

→ Continue reading

New: TextExpander Downloads With Custom Prefixes

Hey, TextExpander users! Wanna see something cool? I made a little tool this morning to allow any of my TextExpander groups to be installed with your own custom prefix. You can now use whatever is “standard” for your shortcuts. All of the group links on the project page now go to this tool, and you can open it directly for access to all of my groups. experiments, textexpander, tools

→ Continue reading

Web Excursions: March 12 - March 20

trash Use Finder’s trash method from the command line. This build enables the “Put Back” feature in Finder for undeleting files. asprint View color-coded output of compiled AppleScripts from the command line. Dropbox Forms: Receive files from your web site to your dropbox! Handy upload possibilities for getting client files. Opening Ruby gems in TextMate - TextMate Good primer on setting up your own tab-completion sets in Bash. rsync + Automator = free and easy backups… bookmarks

→ Continue reading

TextMate as WriteRoom, for Free

I use TextMate for editing most of my Markdown. I could name a dozen reasons why this is the case, but let’s leave it at auto-pairing, wrapping and the Blogsmith Bundle features. Anyhow, I got a bug yesterday to make TextMate work in “concentration” mode (ala WriteRoom). Not because I think that will improve my writing habits, I just wanted to see if it was possible. A few Google searches later, I have a pretty good solution. experiments, minimalism, textmate, writing

→ Continue reading

Pinboard Redesign Experiment

A Pinboard redesign built off of the styles started by Josh Pigford, I’m providing a bare stylesheet which works with StyleBot on Chrome and User CSS on Safari. The Chrome version can be installed straight from Stylebot.me. Stylebot.me also has a userscript version which could be used with Greasemonkey, but my styles don’t seem to translate well to Firefox, yet. I’ll work on that when I have time. css, design, experiments, pinboard, webdesign

→ Continue reading

Web Excursions: March 7 - March 12

Ruby for Newbies: Working with Directories and Files Good overview of the basics of Ruby file and directory handling. jessegrosjean/DropboxSync - GitHub An iOS framework for incorporating Dropbox in a way that allows it to perform like it does on other operating systems. Thanks Jesse! WordPress Upgrade Class for Commercial or Client Plugins – WordPress and Ajax Work in progress, according to the author, but a great option for WordPress plugin authors for handling automatic… bookmarks

→ Continue reading

Web Excursions: March 3 - March 7

A simpler and faster alternative to wireframes – Attack Of Design Amen to that. sergeche/xmlview - GitHub Another “holy cow” Safari Extension. This one works in tandem with the XML Viewer plugin and provides Espresso-esque styling, XPath searching and sidebar nav for XML files in Safari. Snipe by Joseph Schmitt One of the coolest Safari Extensions I’ve seen yet, both in functionality and design. It lets you instantly jump to any open tab by typing any part of the tab&… bookmarks

→ Continue reading

Grabbing a Mac App’s Icon: Automator Style

We’ve covered a small truckload of Bash scripting ideas for Mac and OS X in the previous two posts. It’s time to put them to use and create an Automator app that we can use as a droplet in Finder. If you skipped straight here, it probably means you don’t really want to know about the messy details of the scripts, so this post won’t go into a lot of Unix mumbo jumbo. automator, macos, terminal

→ Continue reading