My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<title>TTPatch - Dispatch a Tag or search Term</title>
<script>
var TTP = {
go : function(destination) {
window.location.href = "http://" + destination;
},
term : function() {
return document.appform.term.value;
}
}
</script>
</head>
<body>
<form name="appform">
<label for="term">Term:</label>
<input type="text" name="term" size="60">
<ul>
<li><a href="JavaScript:TTP.go('www.google.com/m/search?uipref=3&mrestrict=xhtml&q=' + TTP.term())">Google Mobile</a></li>
<li><a href="JavaScript:TTP.go('www.google.com/gwt/n?u=' + TTP.term())">Google pdafriendly</a></li>
<li><a href="JavaScript:TTP.go('del.icio.us/mshook/' + TTP.term() + '?setminposts=100')">del.icio.us/mshook/</a></li>
<li><a href="JavaScript:TTP.go('mshook.googlepages.com/delhtmljs.htm?mshook/' + TTP.term() + '?tags&extended&count=100')">del.icio.us/html/mshook/</a></li>
<li><a href="JavaScript:TTP.go('del.icio.us/popular/' + TTP.term())">del.icio.us/popular/</a></li>
<li><a href="JavaScript:TTP.go('del.icio.us/url/check?url=' + TTP.term() + '&fulltext=Search')">del.icio.us/url</a></li>
<li><a href="JavaScript:TTP.go('en.wikipedia.org/wiki/Special:Search?search=' + TTP.term() + '&fulltext=Search')">Wikipedia Search</a></li>
</ul>
<a href="http://code.google.com/p/tinyprojects/source/browse/trunk/gae/mshook/z/ttpatch.html">Source</a>
</form>
</body>
</html>


Change log

r46 by mshook on Oct 30, 2009   Diff
Add a link to the Google service that
translates pages to simple html suitable
for small screens and/or slow devices.
Go to: 
Project members, sign in to write a code review

Older revisions

r45 by mshook on Oct 30, 2009   Diff
Initial upload
All revisions of this file

File info

Size: 1382 bytes, 33 lines

File properties

svn:mime-type
text/html
Powered by Google Project Hosting