December 28th, 2008
software, tomboy, ubuntu
Yesterday I was backing up my home directory to move everything over to a larger drive and a new install of Ubuntu, and for some reason I was curious which format my Tomboy notes were stored in. When I discovered that the ‘.note’ files in ~/.tomboy/ were XML files, I was excited about the idea of creating a web interface for Tomboy with PHP.
I searched the Tomboy mailing list and browsed around the wiki, and found that I wasn’t the first person to think of this (of course). I found a blog post about a mockup for Tomboy Online, but this was more of a hosted, social type of app and I was interested in making a standalone script. Also, it was only a concept, and no code exists for it. In the comments of this article there was a link to tomboy-web, but it was written in Java, so I couldn’t really play with it.
Eventually I came across the shell scripts and PHP of Erik Torsner, which I only needed to tweak slightly in order to use with the fantastic iUI library.
Rather than using shell scripts to sync up, I suggest following the steps outlined in Synchronize Tomboy Notes with Anything.
Download / Install
- Grab the zip file (demo)
- Unzip and upload to your web server BUT not before reading the security warning below.
- Put your .note files in the ‘note-storage’ directory, either by manually uploading notes every once in a while or (way cooler) following the instructions in this blog post.
Warning!
This is only a proof of concept, it’s a really bad idea to sync your confidential tomboy notes to your webserver. There are no security measures whatsoever. On the other hand, Wordpress has an optional ‘blog by email’ feature which relies on the obscurity of a secret email address… if you are going to risk it, place the files in a very obscure directory (named as an md5 hash or similar).
3 Comments »
August 17th, 2008
jedit
This guy started a whole blog about jEdit!
Until I came across this on Addictomatic, I had no idea that it was possible to write macros for it in Javascript. I’m looking forward to more macros, tips and tutorials on writing my own jEdit plugins from this blog.
Awesome, Dead_Cabbit!
No Comments »
One of my daily reads, Lifehacker, did a reader poll recently on the best text editors… I have to say I was pretty much incensed that jEdit wasn’t even in the running!
I’d been considering eventually writing a post to extol the many virtues of this free, open source, cross-platform and feature packed programmer’s text editor, but when I saw that it was snubbed in the LH poll, I was sort of inspired to post something in defense of it.
April 26th, 2008
javascript, jQuery
I’ve had a snippet of jQuery and javascript kicking around for a while, that I have found handy in the past for generating post slugs. Finally I’ve packaged it as a plugin to share: jQuery Slug Plugin.
This is my first jQuery plugin, so it doesn’t follow the more advanced plugin development pattern by Mike Alsup, instead I followed a more rudimentary plugin authoring tutorial.
Here’s an explanation of the plugin, and examples of its usage.
4 Comments »

In North Bay snacking news, my friend Sherry Milford’s organic, wheat-free, vegan baking is now available at Twigg’s on Fraser street.
Sherry of Heal Thy Health is a certified nutrition consultant, and along with her partner Yan Roberts is also the proprietor of the Piebird Bed and Breakfast, in Nipissing Village.
No Comments »
April 14th, 2008
Meta
“Hello” to everyone and anyone who is reading this. I’m starting a blog pretty late into the game, kind of like a manager who suggests “Wouldn’t it be a great idea to have a guestbook on the site? So users can leave their name, a comment and their email address?” in 2005. Besides the obvious SEO benefits of having a blog where I regularly discuss North Bay Web Design (that was cheap), I think it will give me the opportunity to be a more active participant in the web design community. I’ve lurked and read tutorials on some awesome blogs, have benefited from CSS test suites painstakingly created by volunteers and examples/workarounds of bugs, etc. and I feel that I’ve greatly improved my skills since starting out, and now I will be able to contribute something to the community that helped me along.
In the future, I plan to share jQuery plugins, CodeIgniter libraries, and anything else I code that may be useful to other developers.
No Comments »