iPhone bookmarklets
Over at LifeClever they had the in retrospect obvious, but nonetheless brilliant idea that you can use javascript bookmarkets with your iPhone. Bookmarklets are basically little bits of JavaScript that can perform various functions in your web browser. So, for instance, del.icio.us offers bookmarklets for posting links to their site. Anyway, LifeClever has put together a list of their 17 favorite bookmarklets for the iPhone.These include a nice find text on this page bookmarklet, as well as others for searching on various sites, translating, YubNub, etc. These look pretty cool, and really do add some missing functionality to your iPhone.
Share
Categories
Over at LifeClever they had the in retrospect obvious, but nonetheless brilliant idea that you can use javascript bookmarkets with your...
Add a Comment
@aj
Thanks for the script. Even though the html didn't come through, I was able to reconstruct a notepad bookmarklet that lets me take notes on my iPod even when there is not wifi. Very cool!
I'm also putting together a Sudoku bookmarklet (based on a javascript version of the game available online) which would work on the iPod/iPhone without wifi. Does anyone know if something like this is already available?
Steve
This inspired me to create a 'notepad' bookmarklet for the iPhone/ipod touch. Hopefully the HTML below will survive this post.
How it works: you will need to serve this page fro m a webserver initially to get it into the iPhone.
After this simply press the save changes link to create a bookmarklet. Save this. Now you can create new notes as offline bookmarklets, naming them appropriately. In essence, it's a self-replicating web page that stores its state when it replicates. At last you can go into a meeting and take notes on your iPhone/iPod touch without having a wifi connection.
Save Changes
window.onload=g();
function f()
{
var e=document.getElementById('x');
document.body.a=escape(e.value.replace(/"/g,''));
var s = "";
s = s + ''+ document.body.innerHTML + '';
document.getElementById('y').href='data:text/html,' + s;
e.style.backgroundColor='yellow';
}
function g()
{
var e=document.getElementById('x');
if (document.body.getAttribute('a') != null) e.value= document.body.getAttribute('a');
}
@Jersey
FTA: To use, just drag the links into Safariâs Bookmarks Bar and synch them to your iPhone via iTunes. Next, bring up the Bookmarks Bar folder on your iPhone and simply tap the bookmarklet you want to use.
How exactly do I implement this? For example, can I use find in page on any page I visit?
July 19 2007 at 4:58 PM Report abuse Permalink rate up rate down ReplyYubNub looks great. Exactly what the iPhone is missing. Thanks for the heads up.
July 19 2007 at 4:15 PM Report abuse Permalink rate up rate down ReplyHot Apps on TUAW
Deals of the Day
more deals- Brookstone Surround-Sound Earbuds for $14 + $7 s&h
- Refurbished Skullcandy Tokidoki Smokin' Buds Mic'd Headset for $5 + $2 s&h
- Stitchway Backup Battery for iPod / iPhone for $5 + free shipping
- Used Apple MacBook Pro 2.4GHz 15" LED Laptop for $1,030 + $29 s&h
- Refurb MacBook Air Core i5 Dual 1.6GHz 12" Laptop for $750 + free shipping
- Sony Dock 20W Speaker System for iPhone / iPod for $51 + $15 s&h
Software Updates
more updates- EFI Firmware Update brings Lion Internet Recovery to 2010-model Macs
- OS X Lion 10.7.3 released with Safari 5.1.3, Wi-Fi bug fix
- Aperture updated to 3.2.2, addresses Photo Stream issue
- Apple updates Keynote to address Lion issues
- Google Search app gets new look on iPad
- Apple releases Apple TV Software Update 4.4.3



6 Comments