<?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>digital nomad &#187; development</title>
	<atom:link href="http://www.gaggl.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gaggl.com</link>
	<description>so many ideas - so little time ...</description>
	<lastBuildDate>Mon, 06 Feb 2012 07:58:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mobile Browser Testing on the Desktop</title>
		<link>http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/</link>
		<comments>http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 05:29:53 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=737</guid>
		<description><![CDATA[If you need to check websites for mobile compliance on a regular basis you know that having a device to constantly check is painful and slows down your work during debugging and phases of constant change.   by  adactio  There are a &#8230; <a href="http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you need to check websites for mobile compliance on a regular basis you know that having a device to constantly check is painful and slows down your work during debugging and phases of constant change.</p>
<p><a href="http://www.flickr.com/photos/adactio/6055382177/" target="_blank"><img title="Surrounding myself with screens by adactio, on Flickr" src="http://farm7.static.flickr.com/6191/6055382177_9eef23d858_m.jpg" alt="Surrounding myself with screens by adactio, on Flickr" border="0" /></a><br />
<a href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img title="Creative Commons Attribution 2.0 Generic License" src="http://i.creativecommons.org/l/by/2.0/80x15.png" alt="Creative Commons Attribution 2.0 Generic License" align="left" border="0" /></a>  by <a href="http://www.flickr.com/people/adactio/" target="_blank"> adactio</a><a href="http://www.imagecodr.org/" target="_blank"> </a></p>
<p>There are a few tools that will make this work a lot easier:</p>
<h2>Google Chrome</h2>
<p>Chrome does have some nice dedicated plug-ins to help with this task</p>
<ul>
<li>Ripple Mobile Environment Emulator (<a title="Ripple Mobile Emulator" href="https://chrome.google.com/webstore/detail/geelfhphabnejjhdalkjhgipohgpdnoc" target="_blank">https://chrome.google.com/webstore/detail/geelfhphabnejjhdalkjhgipohgpdnoc</a>)</li>
<li>appMobi HTML5 XDK (<a title="AppMobi HTML5 XDK Mobile Emulator" href="https://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllb" target="_blank">https://chrome.google.com/webstore/detail/onmkoldigcfmebcinpmineoadckalllb</a>)</li>
</ul>
<h2>Firefox</h2>
<p>I am not aware of any plug-ins like Chrome, but as a hack I have found it useful to employ a user-agent switching plugin to trick the browser</p>
<p>User Agent Switcher (<a title="Firefox User Agent Switcher" href="http://chrispederick.com/work/user-agent-switcher/" target="_blank">http://chrispederick.com/work/user-agent-switcher/</a>) works well for this.</p>
<ol>
<li>Download the User Agent Switcher Add-on for Firefox</li>
<li>Restart Firefox for the add-on change to take place.</li>
<li>To start a new browsing session using an emulated browser, go to Tools &gt; User Agent Switcher and select the appropriate mobile web browser you want to emulate</li>
<li>To switch back to normal browsing, just select the default option from the above menu.</li>
</ol>
<p>If you need more specific UA Strings check here: <a title="Mobile User Agent Strings" href="http://www.zytrax.com/tech/web/mobile_ids.html" target="_blank">http://www.zytrax.com/tech/web/mobile_ids.html</a></p>
<p>For more serious work there are obviously dedicated emulators from the major Mobile OS vendors (but they need to be installed and configured for each platform):</p>
<ul>
<li>Android (<a title="Android SDK Emulator" href="http://developer.android.com/guide/developing/tools/emulator.html" target="_blank">http://developer.android.com/guide/developing/tools/emulator.html</a>)</li>
<li>iOS (<a title="iOS Developer Emulator" href="http://developer.apple.com/devcenter/ios/index.action" target="_blank">http://developer.apple.com/devcenter/ios/</a>)</li>
<li>WinPhone (<a href="http://www.microsoft.com/download/en/details.aspx?id=13890">http://www.microsoft.com/download/en/details.aspx?id=13890</a>)</li>
<li>Nokia (<a title="Nokia Mobile Phone Emulator" href="http://www.developer.nokia.com/Develop/Web/" target="_blank">http://www.developer.nokia.com/Develop/Web/</a>)</li>
<li>Opera (<a title="Opera Mini Emulator" href="http://www.opera.com/developer/tools/mini/" target="_blank">http://www.opera.com/developer/tools/mini/</a>)</li>
<li>WebOS (<a title="WebOS Emulator" href="http://developer.palm.com/" target="_blank">http://developer.palm.com/</a>)</li>
</ul>
<p>&nbsp;</p>
<p>PS: Nothing substitutes final QA testing on actual devices &#8230;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2012/01/mobile-browser-testing-on-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BESPIN &#8211; another nice one from Mozilla.org</title>
		<link>http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/</link>
		<comments>http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 06:58:20 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.gaggl.com/?p=165</guid>
		<description><![CDATA[Getting excited about a new text editor of all things is not something I like to admit to easily, but in my line of work (although less and less is actually doing hands on coding) text editing is an important &#8230; <a href="http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Getting excited about a new text editor of all things is not something I like to admit to easily, but in my line of work (although less and less is actually doing hands on coding) text editing is an important part.</p>
<p>That&#8217;s why I checked out the <a title="BESPIN Project - Mozilla.org" href="http://labs.mozilla.com/projects/bespin/" target="_blank">BESPIN project</a> as soon as I heard of it. The prospect of being able to edit your files from anywhere is very appealing to me since I spend a lot of time away from the desk and on devices that not always have good text editor (let alone all the files necessary). The thought of being able to edit files from a netbook while on the run is coming to mind straight away.</p>
<p>So far (even though this is a 0.1 &#8216;techo-preview&#8217;) I really like what you see. Not something that the average word processor crowd would find appealing or easy to use, but for somebody that is familiar with (specially *NIX) text editors it is easy to pick up and I can definitely see lots of potential there.</p>
<div id="attachment_171" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-171" title="Dashboard" src="http://www.gaggl.com/wp-content/uploads/2009/02/bespin01-300x152.jpg" alt="Bespin Dashboard" width="300" height="152" /><p class="wp-caption-text">Bespin Dashboard</p></div>
<div id="attachment_172" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-172" title="Editor" src="http://www.gaggl.com/wp-content/uploads/2009/02/bespin02-300x151.jpg" alt="Editor Interface" width="300" height="151" /><p class="wp-caption-text">Editor Interface</p></div>
<p>There are some important features still missing to make it truly useful in practical conditions, but I am sure they will be addressed in future revisions and it should be fairly easy to host your own since it&#8217;s basically Javascript &amp; HTML5 and an Open Source project.</p>
<p>Great work by these guys:<br />
<object width="400" height="225" data="http://vimeo.com/moogaloop.swf?clip_id=3195079&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=3195079&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /></object></p>
<p>Keep it coming ! Soon &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2009/02/bespin-another-nice-one-from-mozillaorg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile 2D codes gathering pace (outside of Asia)</title>
		<link>http://www.gaggl.com/2007/10/mobile-2d-codes-gathering-pace-outside-of-asia/</link>
		<comments>http://www.gaggl.com/2007/10/mobile-2d-codes-gathering-pace-outside-of-asia/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 00:36:00 +0000</pubDate>
		<dc:creator>leogaggl</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[2d barcodes]]></category>
		<category><![CDATA[m-learning]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[qr code]]></category>

		<guid isPermaLink="false">http://weblogs.g3i.com.au/leogaggl/post.aspx?id=1c23752c-d73f-4c4c-a165-0e1b78411eb9</guid>
		<description><![CDATA[FINALLY !!! As somebody that has been experimenting with this technology for over 2 years now I am quite exited to see that the adoption of this technology is gathering some steem. While it has bee widely adopted in Asia &#8230; <a href="http://www.gaggl.com/2007/10/mobile-2d-codes-gathering-pace-outside-of-asia/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>FINALLY !!! As somebody that has been experimenting with this technology for over 2 years now I am quite exited to see that the adoption of this technology is gathering some steem. While it has bee widely adopted in Asia for some years now, it has taken some time to get a foothold in the rest of the world this seems to be changing now. At least in Europe as I can see for myself at the moment. In my opinion with Nokia finally getting serious and throwing its (considerable) weight behind this technology (http://mobilecodes.nokia.com/) and some other industry heavyweights joining forces in the <a title="Mobile Codes Consortium" href="http://www.mobilecodes.org/" target="_blank">Mobile Codes Consortium</a>.  This will hopefully produce one key outcome, the stadardisation of the label technology, which up to now has been one of the stumbling blocks that has kept people such as myself from adopting these codes in real-world projects. Along with the adoption by some major companies in their advertising this should produce the momentum that was needed to push mobile 2D codes into some broad adoption.</p>
<p>Of course there is similar technology available for the applications that require this link between the physical world (presence) and the mobile internet. One example is RFID together with Near Field Communications (NFC). However apart from the additional expense for RFID labels, no other technology has anywhere close the number of handsets that are capable of using this technology without some add-on to the mobile phone. Currently there are only very few handsets that will support this technology. Possible use in m-Payment projects might speed up the process of handset manufacturers including this in their handsets, but that will be some way off. 2D codes are here and now.</p>
<p><img class="alignnone size-full wp-image-107" title="datamatrix" src="http://www.gaggl.com/wp-content/uploads/2007/10/datamatrix.png" alt="datamatrix" width="184" height="202" /></p>
<p>Looks like I will dig out some of the pilot projects out of my (virtual) drawers and see if we can get some interest in them. The project that will most likely be the first is a m-Learning implementation using 2D codes together with the <a title="Moodle" rel="Moodle" href="http://moodle.org/" target="_blank">Moodle Learning Managment System</a> which is our preferred LMS.</p>
<p>Let&#8217;s see if Australia is also ready to move on this technology &#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gaggl.com/2007/10/mobile-2d-codes-gathering-pace-outside-of-asia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

