<?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; Mobile Development Tools</title>
	<atom:link href="http://blog.wapple.net/tag/mobile-development-tools/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>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>404 pages on Canvas powered mobile sites</title>
		<link>http://blog.wapple.net/404-pages-on-canvas-powered-mobile-sites/</link>
		<comments>http://blog.wapple.net/404-pages-on-canvas-powered-mobile-sites/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 15:50:18 +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[404]]></category>
		<category><![CDATA[404 chunk]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[canvas 404 page]]></category>
		<category><![CDATA[mobile 404]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Friendly Websites]]></category>
		<category><![CDATA[Mobile Publishing Platform]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[Mobile Site Builders]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[useful links]]></category>
		<category><![CDATA[Wapple Mobile Internet and Mobile Web Development Tools]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=2024</guid>
		<description><![CDATA[We&#8217;ve added a great new little feature into Wapple Canvas recently &#8211; the ability to design and create a page in your site, and assign it as a 404. So if someone hits your site but ends up on a URL they shouldn&#8217;t, you can now create a handy 404 page that might have links [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/08/missing-small.png" alt="" title="wapple" width="70" height="70" class="alignleft size-full wp-image-1995" />We&#8217;ve added a great new little feature into Wapple Canvas recently &#8211; the ability to design and create a page in your site, and assign it as a 404.</p>
<p>So if someone hits your site but ends up on a URL they shouldn&#8217;t, you can now create a handy 404 page that might have links to your sitemap (or even a Sitemap chunk on it), a link to the home page, or anything you want.</p>
<p>You can edit your 404 page exactly the same way as you do any other page on your site &#8211; create some text, drop a graphic or two on it and you&#8217;re done.</p>
<p>If you want some inspiration for cool looking 404 pages, check out this link: <a href="http://www.hongkiat.com/blog/60-really-cool-and-creative-error-404-pages/">http://www.hongkiat.com/blog/60-really-cool-and-creative-error-404-pages/</a> &#8211; there are some great 404 pages on there and if you create something similar, <a href="/contact/">let us know</a> and we&#8217;ll publish some of the best!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/404-pages-on-canvas-powered-mobile-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got a lot of text? Paginate it!</title>
		<link>http://blog.wapple.net/got-a-lot-of-text-paginate-it/</link>
		<comments>http://blog.wapple.net/got-a-lot-of-text-paginate-it/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 16:17:30 +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[aleksandr]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[meerkat]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Publishing Platform]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[multiple pages]]></category>
		<category><![CDATA[pagebreak]]></category>
		<category><![CDATA[paginate]]></category>
		<category><![CDATA[simples]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1982</guid>
		<description><![CDATA[Got a lot of text? Paginate it! If you want to split a text chunk over a number of pages, just include [/pagebreak] in the body of your text and pagination links will split the text over multiple pages. Simples. You can even control the text of the pagination links in the labels page of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/12/ac0054128.png" alt="" title="Text Chunk" width="128" height="128" class="alignright size-full wp-image-1983" />Got a lot of text? Paginate it!</p>
<p>If you want to split a text chunk over a number of pages, just include [/pagebreak] in the body of your text and pagination links will split the text over multiple pages. Simples.</p>
<p>You can even control the text of the pagination links in the labels page of Canvas.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/got-a-lot-of-text-paginate-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><canvas_icon>ac0054</canvas_icon></custom_fields>	</item>
		<item>
		<title>Upload many site graphics quickly in Canvas – just zip &#8216;em!</title>
		<link>http://blog.wapple.net/upload-many-site-graphics-quickly-in-canvas-just-zip-em/</link>
		<comments>http://blog.wapple.net/upload-many-site-graphics-quickly-in-canvas-just-zip-em/#comments</comments>
		<pubDate>Mon, 06 Dec 2010 09:33:40 +0000</pubDate>
		<dc:creator>Rich Gubby</dc:creator>
				<category><![CDATA[Canvas Changelog]]></category>
		<category><![CDATA[Changelog]]></category>
		<category><![CDATA[Wapple Canvas]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Publishing Platform]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1974</guid>
		<description><![CDATA[Uploading graphics to your site is pretty easy, but if you&#8217;ve got a lot to add then it can be quite time consuming. To make things a little easier we&#8217;ve added the ability to upload a zipped collection of images and have them automatically added you your site as individual site graphics. Just zip up [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mobilewebjunkie.com/wp-content/uploads/2010/12/wi0029128.png" alt="Graphics" title="Graphics 128" width="128" height="128" class="alignleft size-full wp-image-1978" />Uploading graphics to your site is pretty easy, but if you&#8217;ve got a lot to add then it can be quite time consuming. To make things a little easier we&#8217;ve added the ability to upload a zipped collection of images and have them automatically added you your site as individual site graphics.</p>
<p>Just zip up your graphics and upload that file where you would normally upload an image file. Once uploaded, the zip file will be unpacked and each image will become its own site graphic. Whatever rules you set at upload will be applied to each site graphic, but be sure to either remove or replace the new site graphic name. Whatever is in this box will prefix the filename of the source graphic when the site graphic is added</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/upload-many-site-graphics-quickly-in-canvas-just-zip-em/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><canvas_title>Upload many site graphics quickly – just zip 'em!</canvas_title><canvas_link>site_graphics</canvas_link><canvas_icon>wi0029</canvas_icon></custom_fields>	</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>Bing Search Near Me</title>
		<link>http://blog.wapple.net/bing-search-near-me/</link>
		<comments>http://blog.wapple.net/bing-search-near-me/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 13:49:25 +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]]></category>
		<category><![CDATA[bing maps]]></category>
		<category><![CDATA[bing maps directions API]]></category>
		<category><![CDATA[bing maps search service]]></category>
		<category><![CDATA[bing search near me]]></category>
		<category><![CDATA[gps javascript location lookup]]></category>
		<category><![CDATA[mobile bing search near me]]></category>
		<category><![CDATA[Mobile Development Platform]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Friendly Websites]]></category>
		<category><![CDATA[Mobile Internet]]></category>
		<category><![CDATA[Mobile Publishing Platform]]></category>
		<category><![CDATA[Mobile Site Builders]]></category>
		<category><![CDATA[mobile store locator]]></category>
		<category><![CDATA[nearest sushi restaurant]]></category>
		<category><![CDATA[pizza delivery!]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1860</guid>
		<description><![CDATA[Stuck for something to do when out and about? Or maybe you&#8217;re desperate for a pizza but don&#8217;t know where to get one? Well all these problems and more have been solved with the latest chunk to be added to Wapple Canvas. It&#8217;s called the Bing Search Near Me chunk and is an integration with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1928" title="bingsearch" src="http://mobilewebjunkie.com/wp-content/uploads/2010/08/bingsearch.png" alt="" width="128" height="128" />Stuck for something to do when out and about? Or maybe you&#8217;re desperate for a pizza but don&#8217;t know where to get one?</p>
<p>Well all these problems and more have been solved with the latest chunk to be added to Wapple Canvas.</p>
<p>It&#8217;s called the Bing Search Near Me chunk and is an integration with a number of technologies from those clever folk at <a href="http://bing.com">Bing</a>. It allows you to search for locations near to you &#8211; pizzas, restaurants, golf clubs, fitness centers &#8211; they&#8217;re all there ready to be searched for.<br />
<span id="more-1860"></span></p>
<h4>Lots of Bing</h4>
<p>First of all, it integrates with the <a href="http://msdn.microsoft.com/en-us/library/dd877180.aspx">Bing Maps Search Service</a>, which allows you to enter a location and keyword &#8211; and return relevant results. Tie it in with GPS lookups on a mobile phone browser and you&#8217;ve got something that will find you stuff right where you are!</p>
<p>We&#8217;ve also integrated the chunk with <a href="http://www.bing.com/maps/">Bing Maps</a>, so not only can you find locations near you, but you can see where they are on a map &#8211; very useful if you&#8217;re not too familiar with an area.</p>
<p>And finally we&#8217;ve used the Bing Maps Direction Service, so after seeing your nearby spots on a nice looking map, you get handy directions that show you exactly how to get there and how long it&#8217;ll take!</p>
<h4>Some practical uses</h4>
<p>If you want any kind of search on your site to find businesses, or shops, or restaurants or whatever, this is the chunk for you. It&#8217;s massively configurable, so if you want to allow your users the ability to click the link to phone the shop direct, or change walking to driving directions, you can.</p>
<p>It also has a setting for overriding the mode it starts in &#8211; so if you have an event and want to show the nearest 3 Sushi restaurants to your party in downtown Manhattan, set the mode override, specify the where and the what and let the chunk do the rest!</p>
<p>To demonstrate just how useful this chunk is &#8211; we had a guy at Wapple HQ needing to find a tyre in a hurry. He used the Bing Search Near Me chunk to find a tyre shop nearby, used the click to call functionality to check if they had one in stock, and followed the directions and map to get there to have his tyre fitted!</p>
<p>It&#8217;s all available in one chunk inside of Canvas &#8211; so <a href="http://canvas.wapple.net">log on</a> and add a Bing Search Near Me chunk to your page to get your users looking for locations near them!</p>
<p>If you&#8217;ve got some ideas for using the chunk and would like to talk them through with us, <a href="/contact/">drop us a line</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/bing-search-near-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<custom_fields><canvas_icon>pp0048</canvas_icon></custom_fields>	</item>
		<item>
		<title>Wapple&#8217;s Dynamic Activation and Suppression Rules</title>
		<link>http://blog.wapple.net/wapples-dynamic-activation-and-suppression-rules/</link>
		<comments>http://blog.wapple.net/wapples-dynamic-activation-and-suppression-rules/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 11:01:21 +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[active campaign check]]></category>
		<category><![CDATA[bango operators]]></category>
		<category><![CDATA[blackberry RIM OS]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[canvas rules]]></category>
		<category><![CDATA[check if video supported]]></category>
		<category><![CDATA[customizable rules]]></category>
		<category><![CDATA[dynamic rules]]></category>
		<category><![CDATA[iphone OS]]></category>
		<category><![CDATA[Mobile Browser Detection]]></category>
		<category><![CDATA[Mobile Development Tools]]></category>
		<category><![CDATA[Mobile Device Detection]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Mobile Phone Detection]]></category>
		<category><![CDATA[mobile screensize]]></category>
		<category><![CDATA[Mobile Site Builder]]></category>
		<category><![CDATA[Mobile Websites]]></category>
		<category><![CDATA[rules]]></category>
		<category><![CDATA[symbian]]></category>

		<guid isPermaLink="false">http://mobilewebjunkie.com/?p=1841</guid>
		<description><![CDATA[Ever since Wapple Canvas was created, there have been rules. Rules to check if videos are supported, rules to check for active campaigns, rules to check for specific screen sizes. Of course we have hundreds of others, but something missing from all of them was the ability to have customizable rules to specify your own [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1910" title="missing-small" src="http://mobilewebjunkie.com/wp-content/uploads/2010/08/missing-small.png" alt="" width="70" height="70" />Ever since Wapple Canvas was created, there have been rules.</p>
<p>Rules to check if videos are supported, rules to check for active campaigns, rules to check for specific screen sizes.</p>
<p>Of course we have hundreds of others, but something missing from all of them was the ability to have customizable rules to specify your own test criteria.<br />
<span id="more-1841"></span></p>
<h4>Dynamic Rules</h4>
<p>So what we&#8217;ve done is add dynamic rules to Canvas so you can actually define values for certain rules to meet.</p>
<p>For example, if you wanted to launch your site on BlackBerry phones running RIM OS version 4.6.0, you&#8217;d create a dynamic RIM OS rule and enter &#8220;4.6.0&#8243; as the value.</p>
<p>We will be rolling this functionality into a load of other dynamic rules, Symbian OS, iPhone OS, Bango operator results plus many more &#8211; we&#8217;ll of course keep you updated with any new developments!</p>
<p>Alternatively, if you want to find out how rules work in WAPL and Wapple Architect, check out our help documentation over at <a href="http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Rules/">http://wapl.info/coding-for-the-mobile-web-with-WAPL/chapter/Rules/</a></p>
<h4>UPDATE</h4>
<p>We have added even more functionality into this feature &#8211; the ability to have operators on rules, so you can test if a software version is above a certain value, or equal to something else.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.wapple.net/wapples-dynamic-activation-and-suppression-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<custom_fields><canvas_title>Dynamic Activation and Suppression Rules</canvas_title><canvas_link>super_rules</canvas_link></custom_fields>	</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>
	</channel>
</rss>

