Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Yubnub on the iPhone/iPod touch
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
garamond  
View profile  
 More options Jul 18 2008, 9:24 am
From: garamond <andreas.m...@gmail.com>
Date: Fri, 18 Jul 2008 06:24:45 -0700 (PDT)
Local: Fri, Jul 18 2008 9:24 am
Subject: Yubnub on the iPhone/iPod touch
Here's a quick fix for using Yubnub on the Mobile Safari platform.
Make the following HTML code accessible online or store it on the
device, e.g. with http://iwebsaver.com

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <title>Mobile Yubnub</title>
        <meta name = "viewport" content = "width = 200">
        <meta name="apple-touch-fullscreen" content="YES" />
        <script type="text/javascript">
                function focus(){document.input_box.command.focus();}
                function prepend(arg){
                        oldVal = document.input_box.command.value;
                        document.input_box.command.value = arg +
oldVal;
                        focus();
                }
        </script>
</head>

<body>
<div style="text-align:center;margin-top:80px">
<form action="http://yubnub.org/parser/parse" method="get"
name="input_box">
        <input type="text" name="command" size="25" value="" />
        <input type="submit" value="submit">
        <input type="reset" value="reset">
        <hr />
        <!-- Add custom shortcuts below -->
        <input type="button" onclick="prepend('# ')" value="#">
        <input type="button" onclick="prepend('wpen ')" value="wpen">
        <input type="button" onclick="prepend('wpde ')" value="wpde">
</form>
</div>
</body>
</html>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Aquino  
View profile  
 More options Jul 21 2008, 10:41 pm
From: "Jonathan Aquino" <jonathan.aqu...@gmail.com>
Date: Mon, 21 Jul 2008 19:41:50 -0700
Local: Mon, Jul 21 2008 10:41 pm
Subject: RE: Yubnub on the iPhone/iPod touch
Thanks Andreas. I'll put this on my todo list - maybe will redirect to this
page if the user agent indicates that the device is an iPhone.

Jon


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Aquino  
View profile  
 More options May 27, 2:22 am
From: "Jonathan Aquino" <jonathan.aqu...@gmail.com>
Date: Tue, 26 May 2009 23:22:06 -0700
Local: Wed, May 27 2009 2:22 am
Subject: RE: Yubnub on the iPhone/iPod touch
Thanks Andreas - done.
http://yubnub.org/iphone.html

Jon


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ell  
View profile  
 More options May 27, 8:54 pm
From: ell <elld...@yahoo.com>
Date: Wed, 27 May 2009 17:54:49 -0700 (PDT)
Local: Wed, May 27 2009 8:54 pm
Subject: Re: Yubnub on the iPhone/iPod touch
On May 27, 2:22 am, "Jonathan Aquino" <jonathan.aqu...@gmail.com>
wrote:

> Thanks Andreas - done.http://yubnub.org/iphone.html

Thanks Jon. I'd been looking for an official yubnub for iphone site
and given up. I found Andreas' code a week ago and set it up on my own
server and (I think) improved it a bit. The quick search buttons now
key into iphone optimized searches (ipg instead of g for google, wkm
instead of wp for wikipedia, etc). There's also a drop down menu for
extras. Feel free to use or not use it.

Ell

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
        <title>mobileYub</title>
        <meta name = "viewport" content = "width = 200">

        <script type="text/javascript">
                function focus(){document.input_box.command.focus();}
                function prepend(arg){
                        oldVal = document.input_box.command.value;
                        document.input_box.command.value = arg;
                        focus();
                }
        </script>

</head>
<body OnLoad="document.input_box.command.focus();">

        <div style="text-align:right;margin-right:5px;margin-top:7px">
                <form action="http://yubnub.org/parser/parse" method="get"
name="input_box">

                  <select name="searchType" value="ipg "
onchange="document.input_box.command.value=this
[this.selectedIndex].value;document.input_box.searchType.value=this
[this.selectedIndex].value;">
                          <option value="ipg ">Google</option>
                          <option value="gmap ">Google Maps</option>
                          <option value="gdef ">Google Definitions</option>
                          <option value="gmail ">Gmail</option>
                          <option value="walf ">Wolfram Alpha</option>
                          <option value="mespn ">ESPN</option>
                          <option value="iyt ">YouTube</option>
                          <option value="mflkr ">Flickr</option>
                          <option value="ebay ">eBay</option>
                          <option value="imdb ">IMDb</option>
                          <option value="rotten ">Rotten Tomatoes</option>
                          <option value="cld -wr   -wt ">CraigsList</option>
                          <option value="> ">> SiteQuery</option>
                          <option value="2g ">Google SplitPane</option>
                          <option value="ask ">Ask</option>
                          <option value="c ">Cuil</option>
                  </select>
                  <input type="button"
onclick="document.input_box.command.value=document.input_box.searchType.val ue;document.input_box.command.focus
();" value="pick">
                  <div style="margin-top:3px">
                        <input type="text" name="command"  size = "26" value="ipg "/

> <br>

                        <input type="button"
onclick="document.input_box.command.value='';document.input_box.command.foc us
();" value="clear">
                        <input type="submit" value="submit">
                        <hr />
                  </div>
                  <div style="margin-top:10px">

                        <!-- Add custom shortcuts below -->
                        <input type="button" onclick="prepend('ipg ')" value="g">
                        <input type="button" onclick="prepend('iig ')"
value="image">
                        <input type="button" onclick="prepend('wkm ')"
value="wkpda">
                  </div>
                  <div style="margin-top:1.5px">
                        <input type="button" onclick="prepend('ypm -wt   -wr  ')"
value="yelp">
                        <input type="button" onclick="prepend('azm ')"
value="amazon">
                   </div>
                   <div id="topper" >mobileYub</div>

                </form>
        </div>
</body>
<style type="text/css" media="screen">

body {

}

body.h {
    color: #484D4F;

}

#topper {
  font-family: sans-serif;
  margin-top:40px;
  margin-right:5px;
    font-size: 14pt;

}

</style>

</html>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google