Ramblings
GitHub Gist Shortcode WordPress Plugin Update
If you use the GitHub Gist Shortcode WordPress plugin, which I do, to embed your gists in your blog you’ll want to update the code to the latests.
I noticed the other day that all requests were getting permanently redirected from http to https. The fix is very minor.
0Fixes are coming…
New theme, new color scheme, etc. I’m going to try and work my way back and replace all of my inline javascript stuff with jsfiddle snippets.
If you catch anything I miss feel free to let me know.
0I want to be a jkweeree Ninja!
Below is my entry for Adam Sontag’s contest to win a ticket to the 2010 jQuery Summit. It pretty much sums up as per the spec of the contest, I want to be a jQuery Ninja [while wearing a Devo Whip It hat in jQuery blue
].

Testing WordPress for Blackberry
Downloaded WordPress for Blackberry, seems awesome and runs well. It’s almost easier to use than the web interface. There is support for tags, categories, custom fields, excerpts, spell check, photos and more… Check it out (search google for WordPress Blackberry as I don’t have a link)
0A ton of Web Developer Cheat Sheets
Stop digging in your notebook for all your hand written notes, or jumping around your My Computer, because anything you ever wanted it probably listed here: http://www.tripwiremagazine.com/tools/tools/55-seriously-useful-front-end-web-developer-cheat-sheets.html
0Testing Plugin Syntax Highlter Evolved
Just a quick post to test the Syntax Highlighter Evolved plugin.
<?php
$this = 'only a test'; //ignore me
$shout = new shoutOut();
try {
$shout->out();
} catch (Noise $n) {
$shout->whisper();
}
1
Make any webpage printer friendly and create pdf’s on the fly
I just noticed this was added to my sociable plugin, but I have to say it is definitely a great concept and it is one of those things that makes you wonder why it took so long to come about. I would use this any day over some browser plugin, the less crap to fill up my browser that it wasn’t intended for the better. The coolest part is being able to remove any content in the url and print your modified version of the page.
0
