Bookmarklet
A bookmarklet is a small piece of javascript compressed into a bookmark, that does neat stuff to things.
The latest version of Simian Speed Reader has added a URL Handler, a way to send files from Safari or another app into SSR.
The first implementation of this is our new Bookmarklet.
Send to SimianSR
Drag that link up to your bookmark bar in Safari and sync to your iPhone either with iTunes or .mac if you use it. Once the bookmarklets on your iPhone you can click it to send plaintext files to SimianSR. If you try to use it on webpage, the file will load, but you’ll be viewing the HTML source.
Check out the tutorial page if you want a visual walkthrough of the process.
If your the tinkering type and you’d like to use the handler to send something to SSR, it’s simiansr://
So, if say, you had a plaintext file on your site, and normally you’d link like this:
<a href=”http://mysite.com/myfile.txt”>Down Load My File!</a>
to get it to SSR, you’d do this:
<a href=”simiansr://mysite.com/myfile.txt”>Read My File In SimainSR!</a>
and your iPhone sends the link to SimianSR, which loads the file.