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 2007 Mar 12, 5:21vLite lets you create custom installs of Vista on a DVD. It lets you remove system components and drivers.
vista windows tools howto iso boot dvd free install 2007 Mar 1, 7:26Tutorial on getting TV shows that I've recorded with Windows Media Center Edition onto my iPod.
convert howto ipod windows transcode tool free tutorial video 2007 Feb 20, 5:39More hints on setting up awstats.
apache howto linux server statistics web awstats article ubuntu 2007 Feb 20, 3:02An article on syncing music and video to and from your iPod on any computer using a non-iTunes application.
ipod itunes software music howto mp3 lifehacker blog article neat-fp 2007 Feb 20, 1:00Guy applies statistics to figuring out how many pictures you need to take of a group in order to probably get one without anyone blinking.
photography photo blink math statistics howto article 2007 Feb 12, 10:44Use the prettier aurora boot screen when booting Vista
howto microsoft vista windows boot bootscreen images article blog 2007 Feb 7, 5:38A howto on creating a self-signed cert for your webpage on Ubuntu.
linux ssl ubuntu howto apache tutorial https certificate privacy encryption CA