<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wapple Blog &#187; Coding Mobile Web Pages</title>
	<atom:link href="http://blog.wapple.net/tag/coding-mobile-web-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wapple.net</link>
	<description>Addicted to Mobile Web</description>
	<lastBuildDate>Wed, 25 Jan 2012 20:51:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Should you develop for small screens or create a &#8216;Mobile Experience&#8217;?</title>
		<link>http://blog.wapple.net/should-you-develop-for-small-screens-or-create-a-mobile-experience/</link>
		<comments>http://blog.wapple.net/should-you-develop-for-small-screens-or-create-a-mobile-experience/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 13:05:14 +0000</pubDate>
		<dc:creator>Ben Howdle</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mobile Device and Browser Detection]]></category>
		<category><![CDATA[Mobile Friendly vs Mobile Lazy]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Mobile Web Design]]></category>
		<category><![CDATA[Mobile Web Development]]></category>
		<category><![CDATA[Mobile Web Usability]]></category>
		<category><![CDATA[Mobile Websites]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Device Detection]]></category>
		<category><![CDATA[Mobile Friendly Websites]]></category>
		<category><![CDATA[Mobile Usability]]></category>
		<category><![CDATA[Mobile Website Development]]></category>

		<guid isPermaLink="false">http://blog.wapple.net/?p=2988</guid>
		<description><![CDATA[Developing websites for multiple screens and adapting your designs for a &#8220;One size fits all&#8221; approach is the hot trend at the moment. Seminal books from Ethan Marcotte and Aaron Gustafson have kicked up a storm in the design and development world with people realising that they can style their site differently in order to make it fit [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.wapple.net/should-you-develop-for-small-screens-or-create-a-mobile-experience/wapple-mobile-friendly-1-2/" rel="attachment wp-att-3042"><img src="http://blog.wapple.net/wp-content/uploads/2011/11/wapple-mobile-friendly-1-2-300x164.png" alt="" title="wapple-mobile-friendly-1 (2)" width="300" height="164" class="alignleft size-medium wp-image-3042" /></a>Developing websites for multiple screens and adapting your designs for a &#8220;One size fits all&#8221; approach is the hot trend at the moment. Seminal books from <a href="http://www.abookapart.com/products/responsive-web-design" target="_blank">Ethan Marcotte</a> and <a title="Aaron Gustafson" href="http://easy-readers.net/books/adaptive-web-design/" target="_blank">Aaron Gustafson</a> have kicked up a storm in the design and development world with people realising that they can style their site differently in order to make it fit multiple devices. On the surface this sounds fantastic, but looking deeper reveals multiple flaws in this approach and not giving the due care and attention to your mobile website experience.</p>
<p>The first and foremost problem dealing with styling and mobile optimisation client side, is that the user viewing the website on their mobile will still incur download hits for assets and elements they may not even see.</p>
<p>Take for example this <a href="http://www.css3.info/preview/media-queries/" target="_blank">Media Query</a> and CSS (commonly used in Responsive Web Design)</p>
<pre>@media all and (max-width: 320px) {
       #largeElement {
             display: none;
       }
}</pre>
<p>Now, all devices will still download this element, yet the user will not see it. A pointless waste of kilobytes.</p>
<p>When using <a href="http://wapple.net/mobile-web-design-build-development-and-publishing-technology" target="_blank">Wapple&#8217;s Technology</a>, we can detect what device the user has and send appropriate images and assets at the correct size which does not clog up their downloading of the website.</p>
<p>Take for example <a href="http://wapple.net" target="_blank">http://wapple.net</a> &#8211; if you examined this website in <a href="http://developer.yahoo.com/yslow/" target="_blank">YSlow</a> you would see that the weight of the homepage when viewed on a mobile is around 150Kb. Very streamlined. Compare this to <a href="http://www.apple.com/uk/" target="_blank">http://www.apple.com/uk/</a>. Their desktop site weighs a total of 387kb, and in this unoptimised state, 387kb is unnecessarily downloaded to the user’s phone.</p>
<p>The trend seems to be that some people will develop their desktop site and add the mobile version as an afterthought, this results in certain small screen websites looking, frankly, dull. Recently, The Boston Globe made the headlines as it was the first large website that was <a href="http://www.readwriteweb.com/mobile/2011/09/how-the-boston-globe-pulled-of.php" target="_blank">redesigned using Responsive techniques</a>. Now, even in this article, the phrase &#8220;Responsive design allows the Globe&#8217;s content to be refitted to any screen size available automatically&#8221; uses the word &#8220;refitted&#8221;, it just doesn&#8217;t sound very elegant. What seems to happen with Responsive Web Design is that content and styling have to be kept minimal and very text heavy, now simple single column websites adapt well to this approach but anything above and beyond struggles to remain fluid. A tweet from <a href="http://twitter.com/#!/simurai/status/132845594329874434" target="_blank">Simurai</a> details this very succinctly: &#8220;My excitement for Responsive Web Design is fading a bit. It&#8217;s great for simple websites, but not enough for more complex web apps.&#8221;</p>
<p>The user of a smartphone buys a smartphone because they want a powerful, fun gadget in their hands. Responsive Web Design allows nothing more than styling tweaks. The real power of a mobile experience is using technologies such as Geolocation, SMS integration and now even, the phone&#8217;s Gyroscope. 360 Panorama have accessed the <a href="http://reviews.cnet.com/8301-19512_7-20026448-233.html" target="_blank">iPhone&#8217;s Gyroscope in Mobile Safari</a> to give a native app feel to their Panoramic images.</p>
<p>Wapple were proud to be involved in the building and developing of the <a href="http://thisistheyear.mobi/" target="_blank">Microsoft Office 2010 mobile website</a>, this site uses the smartphone&#8217;s GPS to access the user&#8217;s Geolocation and tell them where they could buy Microsoft Office 2010 around them.</p>
<p>&#8220;<a href="http://mobithinking.com/mobile-marketing-tools/latest-mobile-stats" target="_blank">There are 5.3 billion mobile subscribers (that&#8217;s 77 percent of the world population)</a>&#8220;. In a nutshell, this means that a LOT of users will be accessing your website through a mobile phone. Don&#8217;t just squeeze your website into a small screen, give people a mobile experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/should-you-develop-for-small-screens-or-create-a-mobile-experience/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8216;K-Ching&#8217;!  Mobile Web Training Program Webinar</title>
		<link>http://blog.wapple.net/k-ching-mobile-web-training-program-webinar/</link>
		<comments>http://blog.wapple.net/k-ching-mobile-web-training-program-webinar/#comments</comments>
		<pubDate>Sun, 23 Oct 2011 23:36:38 +0000</pubDate>
		<dc:creator>Anne Thomas</dc:creator>
				<category><![CDATA[Mobile Web Coding Tutorials]]></category>
		<category><![CDATA[Mobile Web Design]]></category>
		<category><![CDATA[Mobile Web Development]]></category>
		<category><![CDATA[Mobile Websites]]></category>
		<category><![CDATA[Wapple Architect]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[Wapple Training]]></category>
		<category><![CDATA[Webinars]]></category>
		<category><![CDATA[Architect]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[Mobile Site Builders]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Mobile Website Development]]></category>
		<category><![CDATA[WAPL]]></category>

		<guid isPermaLink="false">http://blog.wapple.net/?p=2865</guid>
		<description><![CDATA[Looking to create your own mobile website? Want the ability to create high class intelligent sites for yourself or your clients? Not sure where to begin? Need a little guidance to add more shine to your existing site? This is for you! We&#8217;ve created a fantastic 10 Session Webinar Training Program to aid you in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://dashboard.wapple.net/webinars/signup"><img class="alignleft size-full wp-image-2867" title="FREE Mobile Web Development Webinar Training Program" src="http://blog.wapple.net/wp-content/uploads/2011/10/kching_phone.png" alt="Wapple Mobile Web Development Webinar Training Program" width="192" height="368" /></a>Looking to create your own mobile website? Want the ability to create high class intelligent sites for yourself or your clients? Not sure where to begin? Need a little guidance to add more shine to your existing site? This is for you!</p>
<p>We&#8217;ve created a fantastic 10 Session Webinar Training Program to aid you in becoming a master mobile web design expert and we&#8217;re including an additional 11th session focusing on mobile marketing.</p>
<p>This webinar-based Program starts November 1st and is absolutely FREE and we&#8217;re offering it exclusively to registered Wapple users. (not registered yet&#8230;<a title="sign up quick" href="http://wapple.net/signup/developer"><strong>click here quick</strong></a>!)</p>
<p>During the course you will learn how to build a mobile site yourself using our fictitous car services site &#8216;K-Ching&#8217; as the focal point whilst learning some of the exciting key design, marketing &amp; technical features of our intelligent Mobile Publishing Platform.</p>
<p>Once registered you&#8217;ll be able to download the Training Pack which will include the Program Schedule, the K-Ching Mobile Site content (graphics, csvs ) and all relevant training preperation.</p>
<p>Be quick though, places are limited and<strong> registration closes THIS Friday</strong> 28th October.</p>
<p><a title="Register Now" href="http://dashboard.wapple.net/webinars/signup"><strong>Register Now</strong></a> for the K-Ching Training Webinar! (or <a title="sign up" href="http://wapple.net/signup/developer">sign up</a> with Wapple first)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/k-ching-mobile-web-training-program-webinar/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WANTED! For crimes against mobile operating systems&#8230;</title>
		<link>http://blog.wapple.net/wanted-for-crimes-against-mobile-operating-systems/</link>
		<comments>http://blog.wapple.net/wanted-for-crimes-against-mobile-operating-systems/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 22:41:59 +0000</pubDate>
		<dc:creator>Anne Thomas</dc:creator>
				<category><![CDATA[Mobile Device and Browser Detection]]></category>
		<category><![CDATA[Mobile Web]]></category>
		<category><![CDATA[Mobile Web Development]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[Mobile Device Detection]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Mobile Friendly Websites]]></category>
		<category><![CDATA[Mobile Marketing]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[Mobile Website Development]]></category>

		<guid isPermaLink="false">http://blog.wapple.net/?p=2141</guid>
		<description><![CDATA[Today one of Wapple’s community members posted a link on our forums to this article and asked for thoughts on it.  The title of the article is “Who cares about anything except iOS and Android?”. Well, I care deeply and I imagine you do too. I care for EVERY mobile OS and ALL the many thousands [...]]]></description>
			<content:encoded><![CDATA[<p>Today one of Wapple’s community members posted a link on our forums to <a href="http://www.mobilecommercedaily.com/2011/06/28/who-cares-about-anything-except-ios-and-android">this article</a> and asked for thoughts on it.  The title of the article is “Who cares about anything except iOS and Android?”.</p>
<p>Well, I care deeply and I imagine you do too. I care for EVERY mobile OS and ALL the many thousands of mobile devices that run on them and therefore I was compelled to read.  To my shock I discovered that the individual who asked the question does not care and dismisses a vast percentage of mobile web consumers in the US!</p>
<p>He is Jeff Williams, a UX lead at Marketing Drive and he publishes the fact that he and the company he represents don’t in fact know how to automatically optimize for ALL devices &amp; browsers, yet they are building a mobile experience for the 4th largest retailer in US.</p>
<p>That retailer has, no doubt, invested heavily in their mobile strategy and trusted their mobile site with Jeff and friends at Marketing Drive but their mobile site is only going to run on Android and iOS because when Jeff realised he couldn’t make it work on the others his colleague said “Who cares”!</p>
<div id="attachment_2142" class="wp-caption alignleft" style="width: 195px"><a rel="attachment wp-att-2142" href="http://blog.wapple.net/wanted-for-crimes-against-mobile-operating-systems/jeff-williams/"><img class="size-full wp-image-2142" title="Jeff-Williams" src="http://blog.wapple.net/wp-content/uploads/2011/06/Jeff-Williams.jpg" alt="" width="185" height="185" /></a><p class="wp-caption-text">Wanted! For crimes against mobile OS</p></div>
<p>Oh dear!  Perhaps somebody might advise me who the fourth largest retailer in the US is so that I may inform them of current traffic stats in their region.</p>
<p>64% of US traffic to the many thousands of mobile sites and major brand ad campaigns on Wapple is generated by Android (34%) and iOS (30%) combined therefore 36%, I’ll repeat that, <strong>THIRTY SIX PERCENT</strong> is generated by all other operating systems that Jeff and his colleague don’t care about.</p>
<p>Admittedly, when I first read his article I was a little upset and may have suggested he was being lazy but let’s be clear here I don’t hate Jeff (who could), on reflection I can kind of see how he gave up trying.  He was attempting to create single versions of the site for each OS (let alone the thousands of variants he would have encountered trying to adapt to all the makes and models).  If he had built the site on Wapple technology he would have built just 1, I’ll repeat that too, <strong>JUST ONE SINGLE SITE</strong> and then applied simple conditions to it so only the smart phones got the cool features he was trying to implement.</p>
<p>Jeff, if you’re reading this, get in touch, it’s not too late to fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/wanted-for-crimes-against-mobile-operating-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New chunk from Wapple: Shops</title>
		<link>http://blog.wapple.net/new-chunk-from-wapple-shops/</link>
		<comments>http://blog.wapple.net/new-chunk-from-wapple-shops/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 10:59:14 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Friendly Websites]]></category>
		<category><![CDATA[mobile shop]]></category>
		<category><![CDATA[mobile thumbnail image]]></category>
		<category><![CDATA[Mobile Web Development]]></category>
		<category><![CDATA[multi-lingual shop]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal mobile express]]></category>
		<category><![CDATA[product listing]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[Wapple Mobile Internet and Mobile Web Development Tools]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=2043</guid>
		<description><![CDATA[Today sees the addition of an exciting new chunk to Wapple Canvas &#8211; the shop chunk. For anyone wanting to display a listing of their products, be it either a one off list, or a list of categories, or a list of items inside a category &#8211; it&#8217;s all now possible. You&#8217;ve got a load [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2046" title="Shop Chunk" src="http://mobilewebjunkie.com/wp-content/uploads/2011/03/ri0008128.png" alt="" width="128" height="128" /> Today sees the addition of an exciting new chunk to Wapple Canvas &#8211; the shop chunk.</p>
<p>For anyone wanting to display a listing of their products, be it either a one off list, or a list of categories, or a list of items inside a category &#8211; it&#8217;s all now possible.</p>
<p>You&#8217;ve got a load of options to play with:- display thumbnails next to product titles; upload separate thumbnails for each category; options for pagination and of course as with everything in Wapple Canvas, it&#8217;s fully multi-lingual.</p>
<p>Right now the shop chunk allows you to show your products, but we have plans for adding checkouts and to integrate with mobile payment providers such as PayPal mobile express checkout. When we add these, we&#8217;ll make sure we let you know.</p>
<p>We&#8217;ve already used the shop chunk to display product listings on a number of sites &#8211; it&#8217;s great for showing information and allowing your consumers to browse through items.</p>
<p><a href="/contact/">Get in touch</a> and let us know what you think of our new feature or if you&#8217;ve tried it and have a suggestion to improve it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/new-chunk-from-wapple-shops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><canvas_icon>ri0008</canvas_icon></custom_fields>	</item>
		<item>
		<title>Input image submit buttons</title>
		<link>http://blog.wapple.net/input-image-submit-buttons/</link>
		<comments>http://blog.wapple.net/input-image-submit-buttons/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 19:58:21 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Architect Changelog]]></category>
		<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wapple Architect]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[css3 border-radius]]></category>
		<category><![CDATA[formItem]]></category>
		<category><![CDATA[image submit]]></category>
		<category><![CDATA[image submit button]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[mobile css]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[mobile form]]></category>
		<category><![CDATA[Mobile Phone Detection]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[Mobile Site Builders]]></category>
		<category><![CDATA[mobile submit button]]></category>
		<category><![CDATA[Mobile Web Design]]></category>
		<category><![CDATA[Wapple Mobile Internet and Mobile Web Development Tools]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=2033</guid>
		<description><![CDATA[If you&#8217;ve ever tried to design a nice submit button for your mobile site, you&#8217;ll know what a pain it is. One option is to design it with CSS &#8211; add a border here, a background there, and you&#8217;ll get something that looks a little bit like a button. Take advantage of some CSS3 features [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2011/01/wi0037128.png" alt="" title="wi0037128" width="128" height="128" class="alignleft size-full wp-image-2039" />If you&#8217;ve ever tried to design a nice submit button for your mobile site, you&#8217;ll know what a pain it is.</p>
<p>One option is to design it with CSS &#8211; add a border here, a background there, and you&#8217;ll get something that looks a little bit like a button. Take advantage of some CSS3 features such as border-radius and maybe a gradient background and you can come up with something really nice.</p>
<p>But what happens on phones that don&#8217;t handle CSS3 (or CSS in general) that well? You&#8217;ll get a rubbish looking button, that&#8217;s what !!</p>
<p>Another option with CSS, is to create an image, and reference it with via a background CSS property. But you&#8217;ll have the same issue as above &#8211; some phones will display it ok, but some won&#8217;t.</p>
<p>So to try and help with this, we&#8217;ve added a new form item &#8211; Image submit. You&#8217;ve had image submit buttons in HTML for ages and now we&#8217;ve added this feature to both <a href="http://wapple.net/mobile-web-site-builder-and-mobile-marketing-tools.htm">Canvas</a> and <a href="http://wapple.net/develop-mobile-friendly-websites-with-single-domain-for-web-and-mobile.htm">Architect</a>.</p>
<p>In Canvas, you simply create a new form item of type &#8220;Image Submit Button&#8221;, and assign it a graphic you&#8217;ve already uploaded. No relying on CSS and if a handset can&#8217;t handle it, we&#8217;ve got a fallback in place.</p>
<p>In Architect, create a &lt;formItem&gt; element, and specify a &#8220;graphic_src&#8221; element &#8211; the system will use this URL as the basis of the image. If you don&#8217;t want it to scale, set the graphic_scale to 0 &#8211; check out our <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Form-Items/">formItem documentation</a> for a more in depth analysis.</p>
<p><a href="/contact/">Let us know</a> if this new feature helps you out and send through the URL of your site so we can take a look at your new submit buttons!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/input-image-submit-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More dynamic rules..</title>
		<link>http://blog.wapple.net/more-dynamic-rules/</link>
		<comments>http://blog.wapple.net/more-dynamic-rules/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 10:54:36 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[activation and suppression]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[dynamic rules]]></category>
		<category><![CDATA[froyo]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Device Detection]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[mobile operating system]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[webos]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1963</guid>
		<description><![CDATA[As we&#8217;ve talked about previously, we have some awesome dynamic activation and suppression rules. They allow you to tailor chunks of functionality so they only appear on specific versions of a particular mobile operating system &#8211; and up to now, we only enabled it for the BlackBerry OS. We promised that there would be more, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/08/missing-small.png" alt="" title="missing-small" width="70" height="70" class="alignright size-full wp-image-1910" />As we&#8217;ve talked about <a href="/wapples-dynamic-activation-and-suppression-rules/">previously</a>, we have some awesome dynamic activation and suppression rules. </p>
<p>They allow you to tailor chunks of functionality so they only appear on specific versions of a particular mobile operating system &#8211; and up to now, we only enabled it for the BlackBerry OS.</p>
<p>We promised that there would be more, and indeed there are! We have added the following operating system rules:</p>
<ul>
<li>Android</li>
<li>iPhone OS</li>
<li>Web OS</li>
<li>Windows Mobile</li>
<li>Symbian</li>
</ul>
<p>In addition, we&#8217;ve added a dynamic rule to test for the vendor name, so if you wanted, you could target a campaign at all Samsung phones.</p>
<p>Couple these with our impressive super rules, and you can target a Samsung phone, on Android, running Froyo!</p>
<p>Dynamic rules are <a href="http://canvas.wapple.net">Canvas</a> only right now, but they will be coming to WAPL in the very near future &#8211; we&#8217;ll keep you posted on our progress.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/more-dynamic-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Wapple Architect and Wapple Canvas</title>
		<link>http://blog.wapple.net/integrating-wapple-architect-and-wapple-canvas/</link>
		<comments>http://blog.wapple.net/integrating-wapple-architect-and-wapple-canvas/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 20:26:13 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Architect Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wapple Architect]]></category>
		<category><![CDATA[Architect]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[integrating architect and canvas]]></category>
		<category><![CDATA[Mobile Internet]]></category>
		<category><![CDATA[mobile markup language]]></category>
		<category><![CDATA[Mobile Website Development]]></category>
		<category><![CDATA[Mobile Websites]]></category>
		<category><![CDATA[Mobilize Websites and Blogs]]></category>
		<category><![CDATA[WAPL]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1877</guid>
		<description><![CDATA[Ever since we first created Wapple Architect, you could use it to integrate with Wapple Canvas features. In fact, loading a menu built with Canvas onto an Architect site was one of the first operations we ever performed with our fledging new mobile markup language. But as we&#8217;ve improved the Architect schema, one area of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/08/missing-small.png" alt="" title="missing-small" width="70" height="70" class="alignright size-full wp-image-1910" />Ever since we first created Wapple Architect, you could use it to integrate with Wapple Canvas features. In fact, loading a menu built with Canvas onto an Architect site was one of the first operations we ever performed with our fledging new mobile markup language.</p>
<p>But as we&#8217;ve improved the <a href="http://wapl.info/xml-based-mobile-markup-language/">Architect schema</a>, one area of documentation we&#8217;ve sadly neglected was telling you how to use these advanced Canvas features in your WAPL.<br />
<span id="more-1877"></span></p>
<h4>Not any more</h4>
<p>We&#8217;ve create a new area of documentation with an explanation of how it works &#8211; the short version is you create a feature in Canvas (menu / page / poll / etc), grab the ID, and reference that in your WAPL. You then configure all the options you have in canvas through elements and attributes. You&#8217;ll find this page on our <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Canvas-Chunks/">Canvas Chunks</a> doc.</p>
<p>Also, we&#8217;ve added a few pages that tell you how to build <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/FAQ-Chunk/">FAQs</a>, use <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Graphic-Chunk/">Canvas graphics</a> and deliver graphics as wallpapers with the <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Graphic-Wallpaper-Chunk/">&lt;graphicwallpaperChunk&gt;</a>.</p>
<p>Over the next few weeks we&#8217;ll be adding all the other Canvas feature chunks and of course we&#8217;ll keep you up to date of what we&#8217;re up to! But if you want to give us a call or get in touch about anything specific, we&#8217;d be only too glad to talk to you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/integrating-wapple-architect-and-wapple-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Location Based Services with Wapple Canvas</title>
		<link>http://blog.wapple.net/location-based-services-with-wapple-canvas/</link>
		<comments>http://blog.wapple.net/location-based-services-with-wapple-canvas/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 09:00:10 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[bing maps]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Click to call]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[geocaching]]></category>
		<category><![CDATA[google maps]]></category>
		<category><![CDATA[google maps KML]]></category>
		<category><![CDATA[iphone geolocation API]]></category>
		<category><![CDATA[location lookup]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[mobile location lookup]]></category>
		<category><![CDATA[Mobile Marketing]]></category>
		<category><![CDATA[mobile POI locator]]></category>
		<category><![CDATA[Mobile Site Builders]]></category>
		<category><![CDATA[mobile store locator]]></category>
		<category><![CDATA[multimap]]></category>
		<category><![CDATA[surf spots]]></category>
		<category><![CDATA[Wapple]]></category>
		<category><![CDATA[Wapple Mobile Internet and Mobile Web Development Tools]]></category>
		<category><![CDATA[yahoo maps]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1716</guid>
		<description><![CDATA[Wapple Canvas has just made it easier for you to find things on the mobile internet! Store locators, POI locators, Location Lookups &#8211; call them what you want &#8211; we&#8217;ve integrated them into Canvas so you can have location based services built into your mobile site. The system is two fold. Geo caching First up, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/07/location_lookup_chunk.png" alt="Location Lookup Chunk" title="Location Lookup Chunk" width="128" height="128" class="alignright size-full wp-image-1766" />Wapple Canvas has just made it easier for you to find things on the mobile internet!</p>
<p>Store locators, POI locators, Location Lookups &#8211; call them what you want &#8211; we&#8217;ve integrated them into Canvas so you can have location based services built into your mobile site.<br />
<span id="more-1716"></span><br />
The system is two fold.</p>
<h4>Geo caching</h4>
<p>First up, you create your locations (either manually or with a CSV file) &#8211; you don&#8217;t need to know exactly where they are either, a zip or postcode will do. We&#8217;ll then use geocaching techniques to work the rest out including an exact latitude and longitude. We use a mixture of Bing, Google, Yahoo and Multimap for that but it&#8217;s configurable, so if you find your locations in your area are more accurate with Bing, then use Bing.</p>
<h4>Location Lookup Chunk &amp; Maps</h4>
<p>Once that&#8217;s done &#8211; place a Location Lookup chunk on a page, specify which location group to grab data from and you&#8217;re done!</p>
<p>You get a whole raft of options with the chunk, ranging from which map provider you want to use (Google Maps so far &#8211; but more to come), to the colour of the marker/pushpin you want to use to show locations.</p>
<p>We&#8217;ve also employed some new techniques and technology with this chunk -  if you have a handset with a browser that supports GPS capabilities, the chunk can automatically find your location. Particularly handy if you don&#8217;t know where you are and need to find a coffee shop in a hurry!</p>
<p>Also, if you have an iPhone, you can click on the map and it&#8217;ll automatically open up Google Maps, again very useful if you want to pan and zoom. Of course if you don&#8217;t have an iPhone, you&#8217;ll still get a great looking map with all the locations mapped on it.</p>
<p>Store locators are the obvious and probably the most widely used application for this functionality, but you don&#8217;t have to restrict yourself to just that &#8211; surf spots and locations of music events are two others that spring immediately to mind. You could get really creative and track vehicles/people, and then allow visitors to your mobile site the ability to find them. Who knows, you could even create some sort of city based spy game with it!</p>
<p>If you&#8217;ve already created a store locator or any kind of location based service &#8211; or would like more information about how to get started, get in touch, we&#8217;d be only too glad to talk to you about it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/location-based-services-with-wapple-canvas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><canvas_icon>pp0015</canvas_icon><canvas_title>Location based services now available with the Location Lookup funcationality</canvas_title><canvas_link>store_locations</canvas_link></custom_fields>	</item>
		<item>
		<title>Wapple Canvas Sitemap Chunk</title>
		<link>http://blog.wapple.net/wapple-canvas-sitemap-chunk/</link>
		<comments>http://blog.wapple.net/wapple-canvas-sitemap-chunk/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 13:36:38 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[alphabetical page list]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Friendly Websites]]></category>
		<category><![CDATA[Mobile Marketing]]></category>
		<category><![CDATA[Mobile SEO]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[mobile sitemap]]></category>
		<category><![CDATA[Mobile Web Domain]]></category>
		<category><![CDATA[page titles]]></category>
		<category><![CDATA[SEO friendly mobile]]></category>
		<category><![CDATA[SEO spider]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[tidy URL]]></category>
		<category><![CDATA[Wapple]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1715</guid>
		<description><![CDATA[Following hot on the heels of our efforts with URLs for Wapple Canvas powered mobile sites, we&#8217;ve created another chunk that should help you SEO your sites to the max. We&#8217;ve created a Sitemap chunk, which displays links to all pages on your site, alphabetically, with nice URLs (if you have it turned on). Not [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1760" title="Sitemap Chunk" src="http://mobilewebjunkie.com/wp-content/uploads/2010/07/sitemap_chunk.png" alt="Sitemap Chunk" width="128" height="128" />Following hot on the heels of our efforts with <a href="/tidy-urls-for-wapple-canvas-powered-mobile-sites">URLs for Wapple Canvas powered mobile sites</a>, we&#8217;ve created another chunk that should help you SEO your sites to the max.</p>
<p>We&#8217;ve created a Sitemap chunk, which displays links to all pages on your site, alphabetically, with nice URLs (if you have it turned on).<br />
<span id="more-1715"></span><br />
Not only will Google, Bing and other search engines be able to find your pages easily, your users will thank you for providing better access to pages across your site.</p>
<p>To get started, <a href="http://canvas.wapple.net">login</a> to Canvas and edit one of your pages. Drop a Sitemap chunk anywhere on it, and we&#8217;ll take it from there. We&#8217;ll work out which pages are available, which shortcut letters should display at the top, and the URL structure of the pages.</p>
<p>If you want more from the sitemap chunk, or would like to talk to us about mobile SEO, <a href="/contact/">drop us a line</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/wapple-canvas-sitemap-chunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><canvas_title>New Sitemap chunk allows you to display all site pages with just one chunk</canvas_title><canvas_icon>pp0019</canvas_icon></custom_fields>	</item>
		<item>
		<title>Wapple Canvas Video Link Chunk</title>
		<link>http://blog.wapple.net/wapple-canvas-video-link-chunk/</link>
		<comments>http://blog.wapple.net/wapple-canvas-video-link-chunk/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 20:25:35 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Architect Changelog]]></category>
		<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wapple Architect]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[Coding Mobile Web Pages]]></category>
		<category><![CDATA[iphone video play button]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Mobile Phone Detection]]></category>
		<category><![CDATA[Mobile Publishing Platform]]></category>
		<category><![CDATA[Mobile Website Development]]></category>
		<category><![CDATA[video link wapl]]></category>
		<category><![CDATA[video sharing on mobile]]></category>
		<category><![CDATA[vimeo mobile]]></category>
		<category><![CDATA[Wapple]]></category>
		<category><![CDATA[youtube mobile]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1605</guid>
		<description><![CDATA[If you have a video uploaded to any of the likes of YouTube or Vimeo, we&#8217;ve written a new chunk for Wapple Canvas that will allow you to show it to the whole mobile world. It&#8217;s called the Video Link chunk &#8211; login in Canvas and add one to a page to see it in [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/07/video_link.png" alt="video link" title="video link" width="128" height="128" class="alignleft size-full wp-image-1776" />If you have a video uploaded to any of the likes of YouTube or Vimeo, we&#8217;ve written a new chunk for <a href="http://wapple.net/mobile-web-site-builder-and-mobile-marketing-tools.htm">Wapple Canvas</a> that will allow you to show it to the whole mobile world.</p>
<p>It&#8217;s called the Video Link chunk &#8211; <a href="http://canvas.wapple.net">login</a> in Canvas and add one to a page to see it in action!</p>
<p>If it&#8217;s a YouTube video you want to show, a thumbnail is generated automatically, but for other video sharing websites, you can specify the location for an accompanying picture.</p>
<p>If you have an iPhone, videos will display with a play button on, allowing you to play the video with the native controls on the phone. Anything else and you get forwarded to the URL &#8211; of course when other handsets add functionality in for video playback, we&#8217;ll update the chunk!</p>
<p>If you want to know how to add a Video Link chunk with Architect and WAPL &#8211; check out <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Video-Link/">http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Video-Link/</a> for more info.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/wapple-canvas-video-link-chunk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><aktt_notify_twitter>no</aktt_notify_twitter><canvas_icon>pp0001</canvas_icon></custom_fields>	</item>
	</channel>
</rss>

