<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/iphonewebdev</id>
  <title type="text">iPhoneWebDev Google Group</title>
  <subtitle type="text">
  Developers Helping Developers with Best Practices in creating iPhone Web 2.0 Applications.
  </subtitle>
  <link href="/group/iphonewebdev/feed/atom_v1_0_msgs.xml" rel="self" title="iPhoneWebDev feed"/>
  <updated>2010-01-01T18:24:32Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>jonathanstark</name>
  <email>jstark...@gmail.com</email>
  </author>
  <updated>2010-01-01T18:24:32Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/221ba8f00a55387f?show_docid=221ba8f00a55387f</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/221ba8f00a55387f?show_docid=221ba8f00a55387f"/>
  <title type="text">Re: CSS3 Transitions again</title>
  <summary type="html" xml:space="preserve">
  Thanks for the shout out Linda! &lt;br&gt; If anyone is interested in my approach (animation vs transition), I &lt;br&gt; posted it here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jonathanstark.com/blog/2010/01/01/bare-bones-css3-panel-animation/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Happy New Year everyone! &lt;br&gt; j
  </summary>
  </entry>
  <entry>
  <author>
  <name>anmldr</name>
  <email>1anml...@gmail.com</email>
  </author>
  <updated>2009-12-31T16:45:36Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/d958dd37274d50e1?show_docid=d958dd37274d50e1</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/d958dd37274d50e1?show_docid=d958dd37274d50e1"/>
  <title type="text">Re: CSS3 Transitions again</title>
  <summary type="html" xml:space="preserve">
  Thanks to each of you. &lt;br&gt; Also, I found Jonathan Stark&#39;s web site that you can subscribe to a &lt;br&gt; Quick Question service. I highly recommend it. He answered my &lt;br&gt; question as well. &lt;br&gt; Happy New Year. &lt;br&gt; Linda
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jorge Chamorro</name>
  <email>jorgechamo...@mac.com</email>
  </author>
  <updated>2009-12-31T14:02:37Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/c67b84cf9e3192c9?show_docid=c67b84cf9e3192c9</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/c67b84cf9e3192c9?show_docid=c67b84cf9e3192c9"/>
  <title type="text">Re: CSS3 Transitions again</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.the-art-of-web.com/css/css-animation/&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>toriaezunama</name>
  <email>toriaezun...@gmail.com</email>
  </author>
  <updated>2009-12-31T11:47:29Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/197ae569d56fd9f2?show_docid=197ae569d56fd9f2</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/197ae569d56fd9f2?show_docid=197ae569d56fd9f2"/>
  <title type="text">Re: CSS3 Transitions again</title>
  <summary type="html" xml:space="preserve">
  Here is a simple example &lt;br&gt; &amp;lt;html&amp;gt; &lt;br&gt; &amp;lt;head&amp;gt; &lt;br&gt; &amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt; &lt;br&gt; #page { &lt;br&gt; width:100px; &lt;br&gt; height:100px; &lt;br&gt; background-color:#555; &lt;br&gt; } &lt;br&gt; .setup { &lt;br&gt; -webkit-transform: translateX(300px); &lt;br&gt; } &lt;br&gt; .slide { &lt;br&gt; -webkit-transition-property: -webkit-transform; &lt;br&gt; -webkit-transition-duration: 3s; &lt;br&gt; -webkit-transition-timing-func tion: ease-out;
  </summary>
  </entry>
  <entry>
  <author>
  <name>toriaezunama</name>
  <email>toriaezun...@gmail.com</email>
  </author>
  <updated>2009-12-31T11:04:31Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/0d82af4873a2aa53/e76c19e39a52e9e4?show_docid=e76c19e39a52e9e4</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/0d82af4873a2aa53/e76c19e39a52e9e4?show_docid=e76c19e39a52e9e4"/>
  <title type="text">Re: it didnt&#39; work</title>
  <summary type="html" xml:space="preserve">
  I am not sure i understand your problem fully Matteo but i tried the &lt;br&gt; following code with a break point on &amp;gt; var bob = 1; &lt;br&gt; and it stopped there every time. i.e. your code seems to work fine &lt;br&gt; var cminutes = 5; &lt;br&gt; var startminutes = 2; &lt;br&gt; function elapseddistance() { &lt;br&gt; if ((cminutes) &amp;gt; (startminutes-1)) { &lt;br&gt; //do something i know it&#39;s working
  </summary>
  </entry>
  <entry>
  <author>
  <name>thomas alexander</name>
  <email>tomal...@gmail.com</email>
  </author>
  <updated>2009-12-31T04:29:59Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/3355e750b7ea72ae?show_docid=3355e750b7ea72ae</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/3355e750b7ea72ae?show_docid=3355e750b7ea72ae"/>
  <title type="text">Re: CSS3 Transitions again</title>
  <summary type="html" xml:space="preserve">
  &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/iphonewebdev/search?hl=en&amp;group=iphonewebdev&amp;q=Running+function+after+ajax+page+load&amp;qt_g=Search+this+group&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; maybe you can find some help from above link
  </summary>
  </entry>
  <entry>
  <author>
  <name>anmldr</name>
  <email>1anml...@gmail.com</email>
  </author>
  <updated>2009-12-30T15:11:15Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/f504420991e56d4e?show_docid=f504420991e56d4e</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/2841120936a38e75/f504420991e56d4e?show_docid=f504420991e56d4e"/>
  <title type="text">CSS3 Transitions again</title>
  <summary type="html" xml:space="preserve">
  I posted a similar question last night but it has not shown up yet. &lt;br&gt; If there happen to be double posts, I apologize. &lt;br&gt; I am having difficulties getting my head around CSS3 transitions. If &lt;br&gt; someone will show me a slide transition from the right to the left of &lt;br&gt; a div in the onload event of a page, I would appreciate it.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Chris C.</name>
  <email>chris.j.coll...@gmail.com</email>
  </author>
  <updated>2009-12-29T16:21:03Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/34d97fdcabd851b0/d579a1bc445f7807?show_docid=d579a1bc445f7807</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/34d97fdcabd851b0/d579a1bc445f7807?show_docid=d579a1bc445f7807"/>
  <title type="text">Advice Needed</title>
  <summary type="html" xml:space="preserve">
  Hi All, &lt;br&gt; I am looking to you for some advice. I started a blog targeting iPhone &lt;br&gt; Web Developers called iPhoneized.com. I have many other projects going &lt;br&gt; on and have not posted since November 18, yet it still receives some &lt;br&gt; decent traffic (6,746 uniques and 18,820 pageviews for December). &lt;br&gt; I started this with good intentions, but recently other projects have
  </summary>
  </entry>
  <entry>
  <author>
  <name>Kilian</name>
  <email>eh...@163.com</email>
  </author>
  <updated>2009-12-28T03:31:26Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/35dc80ae187f2586?show_docid=35dc80ae187f2586</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/35dc80ae187f2586?show_docid=35dc80ae187f2586"/>
  <title type="text">Re:Re: hi to all! and a request ;-)</title>
  <summary type="html" xml:space="preserve">
  so high level code
  </summary>
  </entry>
  <entry>
  <author>
  <name>Remi Grumeau</name>
  <email>remi.grum...@gmail.com</email>
  </author>
  <updated>2009-12-27T23:13:09Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/1b0883aece211349?show_docid=1b0883aece211349</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/1b0883aece211349?show_docid=1b0883aece211349"/>
  <title type="text">Re: hi to all! and a request ;-)</title>
  <summary type="html" xml:space="preserve">
  For info, here is the log i have using Firefox 3.5.x on MacOS X, wifi macbook. &lt;br&gt; • timestamp: 1261955498739 &lt;br&gt; • coords: [xpconnect wrapped (nsISupports, nsIDOMGeoPositionCoords, nsIClassInfo)] &lt;br&gt; • contractID: &lt;br&gt; • classDescription: wifi geo location position object &lt;br&gt; • classID: null &lt;br&gt; • implementationLanguage: 2
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andrew Hedges</name>
  <email>segd...@gmail.com</email>
  </author>
  <updated>2009-12-27T19:45:59Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/d68983cdefe7955d?show_docid=d68983cdefe7955d</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/d68983cdefe7955d?show_docid=d68983cdefe7955d"/>
  <title type="text">Re: hi to all! and a request ;-)</title>
  <summary type="html" xml:space="preserve">
  Here is a simple example page you can use as a starting point for &lt;br&gt; browser-based geolocation: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://segdeha.com/w/geolocation.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; To track speed, you would need to track your location over time. &lt;br&gt; Easiest might be to set up a setInterval call to get the location &lt;br&gt; every few seconds and save it to an array. Something like the
  </summary>
  </entry>
  <entry>
  <author>
  <name>tzenobite</name>
  <email>tzenob...@iol.it</email>
  </author>
  <updated>2009-12-27T10:39:30Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/0d82af4873a2aa53/e6569947d2107c61?show_docid=e6569947d2107c61</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/0d82af4873a2aa53/e6569947d2107c61?show_docid=e6569947d2107c61"/>
  <title type="text">it didnt&#39; work</title>
  <summary type="html" xml:space="preserve">
  and i can&#39;t figure out why :( &lt;br&gt; i got this really simple loop: &lt;br&gt; function elapseddistance() &lt;br&gt; { &lt;br&gt; if ((cminutes) &amp;gt; (startminutes-1)) { &lt;br&gt; //do something i know it&#39;s working &lt;br&gt; } &lt;br&gt; var t; &lt;br&gt; t=setTimeout(&amp;quot;elapseddistance( )&amp;quot;,100); &lt;br&gt; the loop take the actual time (cminutes) as minutes, calculated &lt;br&gt; elsewhere, and the theoric start time as minutes (calculated elsewhere
  </summary>
  </entry>
  <entry>
  <author>
  <name>tzenobite</name>
  <email>tzenob...@iol.it</email>
  </author>
  <updated>2009-12-27T10:27:25Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/a1a4ff6fae0a6f7c?show_docid=a1a4ff6fae0a6f7c</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/a1a4ff6fae0a6f7c?show_docid=a1a4ff6fae0a6f7c"/>
  <title type="text">Re: hi to all! and a request ;-)</title>
  <summary type="html" xml:space="preserve">
  many thanks! i will try asap (now i&#39;m in trouble with a &#39;if&#39; loop)
  </summary>
  </entry>
  <entry>
  <author>
  <name>Remi Grumeau</name>
  <email>remi.grum...@gmail.com</email>
  </author>
  <updated>2009-12-26T21:10:15Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/8b2397728da13273/ae7177071eca0893?show_docid=ae7177071eca0893</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/8b2397728da13273/ae7177071eca0893?show_docid=ae7177071eca0893"/>
  <title type="text">CSS3 custom fonts</title>
  <summary type="html" xml:space="preserve">
  Hi people ! &lt;br&gt; Just for you all to know about my last epic fail : CSS3 @font-face property on iPhone. &lt;br&gt; No suspens: not supported :( &lt;br&gt; See a screenshot here &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://twitpic.com/vcr7o&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; At least none of you in this mailing-list will loose any time to try it :) &lt;br&gt; Remi
  </summary>
  </entry>
  <entry>
  <author>
  <name>Remi Grumeau</name>
  <email>remi.grum...@gmail.com</email>
  </author>
  <updated>2009-12-26T17:10:25Z</updated>
  <id>http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/435478b2c5d71034?show_docid=435478b2c5d71034</id>
  <link href="http://groups.google.com/group/iphonewebdev/browse_frm/thread/5ddfc3335aef01ed/435478b2c5d71034?show_docid=435478b2c5d71034"/>
  <title type="text">Re: hi to all! and a request ;-)</title>
  <summary type="html" xml:space="preserve">
  Hi, and welcome aboard :) &lt;br&gt; Take a look at &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.remi-grumeau.com/labs/iui/geolocalisation.php&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; It uses the HTML5 built-in geolocalisation method, supported on iPhone &lt;br&gt; Safari and desktop Firefox (since 3.5.x afair) &lt;br&gt; function getPosition(position) &lt;br&gt; { &lt;br&gt; // PROMPT THE LONGITUDE &lt;br&gt; alert(position.coords.latitude , position.coords.longitude));
  </summary>
  </entry>
</feed>
