The Canadian Supreme Court has ruled that airlines cannot charge passengers with disabilities for a second seat if they require an attendant to be able to travel. Awesome!
{ 0 comments }
In Which Our Heroine Finds Her Voice
From the category archives:
The Canadian Supreme Court has ruled that airlines cannot charge passengers with disabilities for a second seat if they require an attendant to be able to travel. Awesome!
{ 0 comments }
The markup filter I use for WordPress, Adam Gessaman's implementation of Textile 2 has footnote behavior that I didn't like. When you use Textile to create a footnote, the resulting link goes to #fn1 or #fn2 or whatever. If you're displaying a page that happens to have multiple posts with footnotes, the browser gets confused, because there might be five instances of #fn1 on the page.
This is a super-simple filter that simply creates footnotes that include the post's unique numerical ID. Instead of #fn1 you get #p3275-fn1 . Browser confusion solved.
This filter works completely behind the scenes; you don't need to change the way you markup your posts with Textile at all.
As mentioned above, this plugin is meant to be used with Adam Gessaman's Textile 2 plugin. It might work with other WordPress versions of Textile, but no promises are made1.
1 Acually, no promises are made, full stop. This is really just a hack I'm sharing. YMMV.
{ 0 comments }
4 Dec 2008 The download link for this plugin has been fixed. Thanks to eagle-eyed reader Liam for alerting me to the problem!
Those of you who follow me on Twitter know that I use twitterfeed to auto-tweet new blog posts and new delicious bookmarks.
I wanted a way to display my latest tweet on the front page of my blog, but to exclude those auto-tweets (since anyone viewing the blog can see my delicious links and, obviously, my blog posts).
{ 1 comment }
I've only been using WordPress a short time now, but I do love it. In the process of tweaking my templates, I came across an issue that really needed a custom function to resolve, and I've decided to package my solution up as a plugin for anyone else who might have use of it.
{ 0 comments }