2007 Jul 25, 10:08LiveJournal's FAQ describes how to download all of your blog entries. Seems like a good idea after LiveJournal disappeared for the day yesterday.
backup howto livejournal blog 2007 Jul 22, 8:38Animated interactive graph of the FSM used to parse any regex and corresponding string you enter.
regex flash visualization fsm interactive howto language 2007 Jul 6, 5:25How to convert video files to something suitable for the Zune.
dvd zune hack video convert audio article howto 2007 Jul 2, 9:18Advice on various forms of advertising for your blog.
article blog advertising howto reference via:swannman 2007 May 9, 7:38IE has a feature control key to turn off the navigation clicking sound.
ie ie7 msdn audio sound browser howto 2007 May 8, 10:15A blog on using kites to take photographs.
howto photography kite kap aerial photo photos blog 2007 May 2, 4:16Person fries an egg using the heat from their computer.
article humor egg food howto tutorial cooking 2007 Apr 17, 8:04A list of simple things you can do to make life easier.
advice howto tips 2007 Apr 17, 2:54Its a little ruby tutorial that runs in your browser.
ruby programming tutorial ajax browser code howto interactive shell script 2007 Apr 16, 3:33An overlooked point of IE extensibility. Attach behaviors to elements in your document via style sheets. Essentially this lets you override the normal behavior of document elements with your own
code. The article tells you all about it.
msdn microsoft ie browser code programming css article howto extension behavior 2007 Apr 12, 3:30The FTCs guide to opting out of telemarketing, spam, junk mail including pre approved credit card offers!
junk mail spam optout howto 2007 Apr 11, 5:23Tips on getting the size of your wallet down including pointers to smaller cool wallets you can buy.
howto shopping wallet via:incredulous 2007 Apr 8, 8:35Del.icio.us does cool things with videos, music, and images that you post to del.icio.us. I haven't seen this previously because I'm generally posting a page containing these things to get context...
oh well.
delicious howto reference tag tagging video images 2007 Apr 8, 3:05Shortcut Tag?
I just saw this on
another user's delicious links:
a link to ESV search that's
tagged with, among other things, "shortcut:esv". When viewed on del.icio.us there's a text box that lets you search using that link. I hadn't seen this before, but it seems pretty cool and I'm
surprised I hadn't seen it previously. A delicious post with such a tag ends up looking like the following:
I tried searching for information on this and I've found
other delicious users doing the same thing,
but nothing about the tag itself. If you know any information especially official information from del.icio.us itself please post links in reply to this post. So without further preface here's what
I've learned about the del.icio.us shortcut tag.
How-to
To get a search box in your del.icio.us links make a post that satisfies the following requirements:
- One of the tags must begin with the text 'shortcut:'. You can have more text following that in the tag if you like but it must at least start with 'shortcut:'.
- The 'url' you post must be a shortcut url rather than an actual URL. It must contain a '%s' with a lowercase 's'. When you enter text into the textbox on the del.icio.us page the text will
replace the '%s' after being percent-encoded. For example 'http://www.google.com/search?hl=en&q=%s' is the shortcut url for Google and if you type 'foo bar' into the textbox the URI you will
navigate to would be 'http://www.google.com/search?hl=en&q=foo%20bar'.
Complaints
This is neat but I do have a few complaints:
- The text from the textbox is percent-encoded before replacing the '%s'. Most sites use application/x-www-form-urlencoded
which encodes spaces as '+' rather than '%20'.
- The shortcut url format seems to be taken from Mozilla's Firefox Custom Keywords. Its a shame it wasn't based on something more
adaptable like the OpenSearch URL template syntax.
- A '%s' in the url means technically what you're submitting to del.icio.us isn't a URI as defined by the standard.
- Allowing text after 'shortcut:' means you can't look at all of a user's shortcut using this tag.
The next step is to create a tool to sync my
IE7 search providers with my shortcuts saved to delicious...
technical howto tagging tool tag delicious 2007 Mar 30, 3:28Commentary and steps to reducing junk mail.
mail article blog jeff-atwood spam junk howto 2007 Mar 19, 3:13Documentation on setting up SSH to use keys.
security ssh howto key publickey putty 2007 Mar 19, 11:23This is a free online book on using Subversion the version control system.
reference book subversion svn tutorial documentation free download howto 2007 Mar 19, 10:54Tutorials and examples for making scripts for the Unix shell Bash.
howto linux bash reference shell script tutorial programming tips