condemil/Gist

October 8th, 2012

Create/edit GitHub gists right from the Sublime Text 2 editor. Select a snippet of code, and create a gist right from the selection.

condemil/Gist

HTML5 APIs You Didn’t Know Existed

October 5th, 2012

I did already know about a couple of these, but there are definitely some useful gems in this list.

HTML5 APIs You Didn’t Know Existed

The easiest way to share localhost over the web – Showoff

October 4th, 2012

This could come in handy: showoff.io is a service that creates a temporary or permanent public URL alias which will tunnel to your localhost.You can map to a general port or a particular vhost. You can even use a DNS CNAME forwarded to a permanent share.io URL, giving you a static name which always points to your machine, even if you switch networks. There are specific instructions for using it with a local WordPress install, working around WP’s canonical URL redirection. Oh, and it works through any firewall that allows outgoing ssh (port 22) connections. I could see this being useful for very quickly setting up/tearing down temporary demos for web development clients.

The easiest way to share localhost over the web – Showoff

Old Fashioned

September 28th, 2012

20120928-004038.jpg

My favorite 100-calorie snack.

WordPress Snippet: Add Uploadable File Types

September 28th, 2012

My Documents Shortcode plugin lets you display uploaded attachments. WordPress limits what kinds of files you can upload, but you might need to upload additional types of files. Here’s an example of how to add new file types to the ones that WordPress will allow. In my case, I needed to upload a Keynote slideshow, which had the file extension .key: