Create/edit GitHub gists right from the Sublime Text 2 editor. Select a snippet of code, and create a gist right from the selection.
https://github.com/felixge/faster-than-c
Can JavaScript be faster than C? https://t.co/fI0MGKy2
http://railwayjs.com
RailwayJS: an MVC framework for NodeJS web apps – http://t.co/pPhmMOs7 http://t.co/PBZpGR4h
http://bit.ly/UqJRnb
RailwayJS: an MVC framework for NodeJS web apps – http://t.co/pPhmMOs7 http://t.co/PBZpGR4h
HTML5 APIs You Didn't Know Existed
I did already know about a couple of these, but there are definitely some useful gems in this list.
The easiest way to share localhost over the web - Showoff
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.
http://bit.ly/Qr1rly
Using LESS with WordPress http://t.co/LcqHaLvL
http://blog.sucuri.net/2012/09/sorryforthiscode-iframe-injection.html
Sorryforthiscode – iFrame Injection http://t.co/nHi2CUs0
http://blog.sucuri.net/2012/09/sorryforthiscode-iframe-injection.html
Old Fashioned
WordPress Snippet: Add Uploadable File Types
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
: