<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Create a Mobile, PDA-Friendly Version of Your Church Website in Minutes</title>
	<atom:link href="http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/feed/" rel="self" type="application/rss+xml" />
	<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/</link>
	<description>Work some magic with your church marketing</description>
	<lastBuildDate>Thu, 24 May 2012 04:12:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: faithfulweb</title>
		<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-125</link>
		<dc:creator><![CDATA[faithfulweb]]></dc:creator>
		<pubDate>Thu, 29 Mar 2007 01:49:53 +0000</pubDate>
		<guid isPermaLink="false">http://faithfulweb.wordpress.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-125</guid>
		<description><![CDATA[Hi Daniel,

Glad you found the tip and appreciated it. My involvement with PDA versions of sites started with variations for Avantgo, which were pretty straightforward. It gets a little more complicated with links for making phone calls.]]></description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>Glad you found the tip and appreciated it. My involvement with PDA versions of sites started with variations for Avantgo, which were pretty straightforward. It gets a little more complicated with links for making phone calls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Sullivan</title>
		<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-115</link>
		<dc:creator><![CDATA[Daniel Sullivan]]></dc:creator>
		<pubDate>Tue, 27 Mar 2007 12:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://faithfulweb.wordpress.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-115</guid>
		<description><![CDATA[Hey &quot;faithfulweb&quot;, mate thank you soooo much for publishing that tip on pda call links, you were the only guy that had published any instruction on how to do it

Thanks

Daniel]]></description>
		<content:encoded><![CDATA[<p>Hey &#8220;faithfulweb&#8221;, mate thank you soooo much for publishing that tip on pda call links, you were the only guy that had published any instruction on how to do it</p>
<p>Thanks</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faithfulweb</title>
		<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-35</link>
		<dc:creator><![CDATA[faithfulweb]]></dc:creator>
		<pubDate>Thu, 11 Jan 2007 05:44:11 +0000</pubDate>
		<guid isPermaLink="false">http://faithfulweb.wordpress.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-35</guid>
		<description><![CDATA[Jill,
First try the default browser to see if it turns phone numbers into hyperlinks that automatically dial. Using the Direct Marketing Association telephone number as an example, create a page that reads 202-955-5030.

If that doesn&#039;t work, try
&lt;code&gt;
     &lt;a href=&quot;wtai://wp/mc;2029555030&quot;&gt;202-955-5030&lt;/a&gt;
&lt;/code&gt;
To add it to a phone directory, use:
&lt;code&gt;
     &lt;a href=&quot;wtai://wp/ap;2029555030;DMA_WashDC&quot;&gt;Add DMA to Your Contacts&lt;/a&gt;
&lt;/code&gt;
See http://www.oreillynet.com/pub/a/wireless/2004/02/06/mobile_browsing.html
and
http://developer.openwave.com/dvl/support/faqs/faq_wml_programming.htm#11
for a number of examples covering WTAI (Wireless Telephony Application Interface) and WAP standards.

I haven&#039;t tested this one, but you could also try:
&lt;code&gt;
     &lt;a href=&quot;tel:+2029555030&quot;&gt;202-955-5030&lt;/a&gt;
&lt;/code&gt;



Another workaround is using Skweezer, a free service that will handle these type of mobile browsing functions. It&#039;s described at 
http://www.greenlightwireless.net/skweezer/
or on your phone go to http://www.skweezer.net/

Hope it helps. Let us know how it turns out.]]></description>
		<content:encoded><![CDATA[<p>Jill,<br />
First try the default browser to see if it turns phone numbers into hyperlinks that automatically dial. Using the Direct Marketing Association telephone number as an example, create a page that reads 202-955-5030.</p>
<p>If that doesn&#8217;t work, try<br />
<code><br />
     &lt;a href=&quot;wtai://wp/mc;2029555030&quot;&gt;202-955-5030&lt;/a&gt;<br />
</code><br />
To add it to a phone directory, use:<br />
<code><br />
     &lt;a href=&quot;wtai://wp/ap;2029555030;DMA_WashDC&quot;&gt;Add DMA to Your Contacts&lt;/a&gt;<br />
</code><br />
See <a href="http://www.oreillynet.com/pub/a/wireless/2004/02/06/mobile_browsing.html" rel="nofollow">http://www.oreillynet.com/pub/a/wireless/2004/02/06/mobile_browsing.html</a><br />
and<br />
<a href="http://developer.openwave.com/dvl/support/faqs/faq_wml_programming.htm#11" rel="nofollow">http://developer.openwave.com/dvl/support/faqs/faq_wml_programming.htm#11</a><br />
for a number of examples covering WTAI (Wireless Telephony Application Interface) and WAP standards.</p>
<p>I haven&#8217;t tested this one, but you could also try:<br />
<code><br />
     &lt;a href=&quot;tel:+2029555030&quot;&gt;202-955-5030&lt;/a&gt;<br />
</code></p>
<p>Another workaround is using Skweezer, a free service that will handle these type of mobile browsing functions. It&#8217;s described at<br />
<a href="http://www.greenlightwireless.net/skweezer/" rel="nofollow">http://www.greenlightwireless.net/skweezer/</a><br />
or on your phone go to <a href="http://www.skweezer.net/" rel="nofollow">http://www.skweezer.net/</a></p>
<p>Hope it helps. Let us know how it turns out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jill</title>
		<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-33</link>
		<dc:creator><![CDATA[Jill]]></dc:creator>
		<pubDate>Tue, 09 Jan 2007 22:32:16 +0000</pubDate>
		<guid isPermaLink="false">http://faithfulweb.wordpress.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-33</guid>
		<description><![CDATA[Hello,
I have been searching all over the web for information and help on how to create a click-to-call link for a pocket PC. I noticed this page mentions to include one, but I&#039;m not sure where to find the actual coding to do so. Can you help? Thank you in advance!
Jill]]></description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have been searching all over the web for information and help on how to create a click-to-call link for a pocket PC. I noticed this page mentions to include one, but I&#8217;m not sure where to find the actual coding to do so. Can you help? Thank you in advance!<br />
Jill</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recap: Chicago Search Engine Strategies Conference &#171; Faithful Web</title>
		<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-21</link>
		<dc:creator><![CDATA[Recap: Chicago Search Engine Strategies Conference &#171; Faithful Web]]></dc:creator>
		<pubDate>Sat, 16 Dec 2006 15:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://faithfulweb.wordpress.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-21</guid>
		<description><![CDATA[[...] Include phone number(s) on mobile version of website &#8212; will become a click-to-call link on a phone browser (I&#8217;ve updated my mobile guidelines accordingly); move navigation to the bottom so that new content is clearly visible when a new page loads on a tiny screen [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Include phone number(s) on mobile version of website &#8212; will become a click-to-call link on a phone browser (I&#8217;ve updated my mobile guidelines accordingly); move navigation to the bottom so that new content is clearly visible when a new page loads on a tiny screen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christianity on Your Mobile Phone &#171; Faithful Web</title>
		<link>http://churchmojo.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-6</link>
		<dc:creator><![CDATA[Christianity on Your Mobile Phone &#171; Faithful Web]]></dc:creator>
		<pubDate>Sun, 05 Nov 2006 03:48:50 +0000</pubDate>
		<guid isPermaLink="false">http://faithfulweb.wordpress.com/2006/10/13/create-a-mobile-pda-friendly-version-of-your-church-website-in-minutes/#comment-6</guid>
		<description><![CDATA[[...] The Washington Post&#8217;s &#8220;In a Tech-Savvy World, the Word of God Goes Mobile&#8221; covers the growing popularity of delivering Christian content to mobile phones. Everyone carries the devices and loves pimping them to reflect their personality so it&#8217;s a natural fit for evangelization. If you&#8217;re ready to do the same for your church site, check out my Create a Mobile, PDA-Friendly Version of Your Church Website in Minutes post. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] The Washington Post&#8217;s &#8220;In a Tech-Savvy World, the Word of God Goes Mobile&#8221; covers the growing popularity of delivering Christian content to mobile phones. Everyone carries the devices and loves pimping them to reflect their personality so it&#8217;s a natural fit for evangelization. If you&#8217;re ready to do the same for your church site, check out my Create a Mobile, PDA-Friendly Version of Your Church Website in Minutes post. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

