<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>mobile learner</title><description></description><managingEditor>noreply@blogger.com (mobile teacher)</managingEditor><pubDate>Fri, 1 Nov 2024 01:36:15 -0700</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">16</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">25</openSearch:itemsPerPage><link>http://mobileprogramming2010.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle/><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item><title>pys60 learning</title><link>http://mobileprogramming2010.blogspot.com/2010/06/pys60-learning.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sat, 26 Jun 2010 10:34:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-2267305852610589582</guid><description>&lt;a href="http://mobileprogramming2010.blogspot.com/"&gt;pys60 learning&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Python programming language&lt;/b&gt;, created in 1991 by &lt;span style="color: cyan;"&gt;Guido van Rossum&lt;/span&gt;, is the sixth most popular programming language and “the programming language of year 2007“. Nokia Series 60 is a Symbian-based mobile phone platform for high end smart phones which is the most widespread smart phone platform. Python for Series 60 is Python ported to S60. PyS60 is open source .&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
This essay is a post-mortem for creating a commercial grade PyS60 application. By “commercial” I mean something which is publicly available for end users and meets the criteria of Symbian Signed certification. I hope this essay will shed light on the real world challenges, thus aiding Nokia, mobile application vendors and PyS60 community to know when to use PyS60, to strengthen PyS60 as a platform and to guide people make most of it.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style="color: blue;"&gt;&lt;b&gt;Python for Series 60 and the alternative platforms&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
Python has traditionally had strong foothold in the academic world. So it does not come with a surprise that Finnish universities use PyS60 on mobile application software development courses due to Python’s low learning curve.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Python itself has been around longer than the most popular programming language, Java. Python’s suitability for the complex development jobs was largely untested until the rise of modern web. The dynamic, agile, nature of Python does not come for free. So called abstraction penalty (interpreting) slows down Python execution speed. It was not until the 00s when processor were fast enough to make this irrelevant matter: software development costs outrun hardware costs and more agile development tools had to be found.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
Python for Series 60. Started as a Nokia’s research effort, Nokia brings this agile environment to mobile software development. Python for Series 60 has also a sister project, PyUIQ, which targets Sony-Ericsson phones.&lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
PyS60 has had the reputation to be “prototype only” technology and it’s use has been counter-argumeted by “serious development needs C++”. This is slowly changing. Nokia has shown serious commitment to Python. With the launch of Mobile Web Server, Nokia proved that Python is feasible in commercial grade applications.&lt;br /&gt;
&lt;br /&gt;
This is how my brain worked when I choose PyS60: Symbian C++ is notorious difficult and no&amp;nbsp; one wants to ever touch it. Java ME might have not enough access to the phone features to fulfill the application requirements My client already used Python on embedded Linux and web servers.&lt;/div&gt;&lt;div style="color: blue;"&gt;&lt;b&gt;Python is agile&lt;/b&gt;&lt;/div&gt;&lt;br /&gt;
This is maybe the most important argument to pick PyS60. Python tends to reduce development time compared to C++ or Java. The language itself is very easy to learn. Syntax is expressive and developers can achieve much more functionality in less lines of codes: You can focus on getting the task itself done. With higher level concepts and less hassle with lower level things, changes to introduce bugs radically decreases.&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;Python development does not have traditional compiling phase, though byte code files can be built for the final release to obfuscate the code and optimize loading times. Changes made into Python code are immediately (in seconds) visible in the running application. Even if the application runs on the target device, since code changes can be automatically synchronized over a Bluetooth connection. No wonder Python enjoys legendary fast prototyping language fame – the developers have less time to surf in web when they don’t need to wait compilers to bake yet another test build.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;span style="color: blue; font-size: small;"&gt;&lt;b&gt;&lt;i&gt;PyS60 is open source&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;The benefits of open source already: vendor freedom, no licensing cost, not being mercy on others and so on. This all holds true for PyS60 as well.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;PyS60 license (Python license) does not place restrictions for creating closed source software. You can have very good development tools for free: Series 60 SDK, Eclipse IDE with PyDev plug-in and PUTools bluetooth synchronization kit for free. This makes the barrier to enter PyS60 development very low.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Since PyS60 is fully available in the source code form, you can customize and fix it for your needs. The traditional horror story from Java ME development is that your application won’t run in the mobile phone model X, since there is a bug in the vendor’s Java Virtual Machine implementation. Unless you are A Very Big Player, don’t ever think about going to talk with the vendor and ask it to fix its bug – hitting one of these issues might prevent you to release product at all. With PyS60 you can control all aspects of the software execution up to the closed parts of the device. No more being mercy on others!&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
Being open is pop now. Embracing open source gives much for your company: good citizen reputation, hiring pool and free marketing.&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: blue; font-size: small;"&gt;&lt;b&gt;&lt;i&gt;Python is portable&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Python runs on Linux, Windows mobile and Symbian – Python runs on almost every smart phone known to man. And not just the phones, it runs on every computer as well: Windows, OSX and Linux server and desktops. Moving your code between these environments is easy. Maybe there isn’t yet “cross-platform Python SDK for mobile phones”, but it might be just a matter of time when something leveraging the idea comes out.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;In our project, core files, independent from graphical user interface, were built and unit tested on Linux desktop environment. No emulator was needed. It was not until the late development stages when they had to be moved to Symbian environment. Since you can develop and debug your code in such “easy” environment, you can work more effectively.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Because the full Python is available in the phone and it can run the exactly same modules as your servers, sharing code between these two environments opens possibility for making “smart” clients. Think about the situation where your phone is offline. It can have a subset of the full database loaded on a memory card. Since moving Python code from the server to the mobile is easy, the mobile application can have the same database functions and application logic modules loaded with it. Without the extra duplication of the logic code, one can operate on the small subset of the data and later synchronize it with the main database.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;span style="color: blue; font-size: small;"&gt;&lt;i&gt;Python is extendable&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
You can mix C++ and Python. When you run out of ready components or you need unleash all available CPU cycles for CPU sensitive calculation tasks, you can write your own native extensions (DLL files) for PyS60 in Symbian C++. They enjoy all the same privileges as any native built code or application. Actually standalone PyS60 applications are just normal Symbian executables which just happen to have Python interpreter started inside them.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;If you are working with phone features which are not yet very common and lack working Java ME implementations, say acceleration sensors, instead of creating a native C++ application you can create a Python application. You need to mix-in low level C++ only for the the critical part of the applications which operate with the native platform API.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;o:p&gt;&lt;/o:p&gt;  &lt;br /&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b style="color: blue;"&gt;Arguments against Python for Series 60&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;i style="color: #351c75;"&gt;PyS60 has not been around for long&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;PyS60 is a young project. It still has some maturity issues. If you don’t do preparations well and test that all needed modules work as you want them to work, you might need to do some extra work to get around the issues.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Especially PyS60 user interface lacks some crucial components and polish which may force you to create UI components yourself.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;By “getting around” the issues I mean leaping to the native Symbian code world and writing embedded C++. Since this leap is all but a little step, in the terms of development skills and complexity, I recommend preparing for the worst before the roof is falling on your head. I have seen too much “plz reply me asap urgent my boss kills me this afternoon” PyS60 discussion board messages from persons who haven’t done their homework. For example, you could make sure that you have some hired Symbian guns available in the case your own effort was not enough.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;i style="color: blue;"&gt;Python is for high-end phones only&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;PyS60 and PyUIQ are available for the high end smart phones only. Nokia’s Series 40 devices, and other devices built around in-house operating systems, cannot run Python. If you are targetting to e.g. consumers markets and Java ME has all the required capabilities to implement the application, it is the only real way to go.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;i style="color: blue;"&gt;Symbian is powerful platform&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;Symbian, as a software development platform, is very challenging. Due to its history, the feeling of developing for Symbian differs greatly from other mobile, desktop and server platforms. Things simple elsewhere, like installing an application, might become a development nightmare on Symbian where one has to fight his/her way through capability limitations, artificial device restrictions and signing process just to get the application to the phone.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
PyS60 naturally inherits all these challenges. Java ME goes around the issue by having its own custom installation, signing, etc. schemes. On Symbian, even accessing some of the device features – a device you own and hold in your hand – requires you to throw in few hundred bucks cash to get the publisher id – to get the developer certificate – to sign the application – to have all required capabilities – to access the specific features (read: GPS). More cash and third party testing is needed to publish the application. This is the price of virus free DRM’ed platform.&lt;/div&gt;&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;div style="background-color: white;"&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;div style="background-color: white;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;b&gt;&lt;span style="background-color: white; color: red;"&gt;NOTE:&lt;/span&gt;&lt;span style="color: red;"&gt; &lt;/span&gt;&lt;/b&gt;From now we will try to put all the basics of pys60 to advanced programming.This content may be copied/created by own but intention is that to provide all contents in this website/blog for pys60 programmers in single site&amp;nbsp; and i ll be sure that if you follow this site than they is no need of referring other website in creating the applications.&lt;br /&gt;
some samples we will take from wiki,forum.nokia.com and other books in future&lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"
&lt;/script&gt;&lt;br /&gt;
&lt;script src="http://resources.infolinks.com/js/infolinks_main.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Certificate Error ,when installing sis files in nokia devices</title><link>http://mobileprogramming2010.blogspot.com/2010/06/you-got-certificate-error-here-is_22.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Tue, 22 Jun 2010 19:50:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-474016590550895339</guid><description>&lt;div id="content"&gt;&lt;div id="contentleft"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;   As much as I like themes to personalize my Nokia devices they are  also a cause for the vast majority of all questions I see in this blog.&lt;br /&gt;
&lt;b&gt;&lt;span class="Apple-style-span" style="color: purple;"&gt;Issue-1 :&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;em&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;“I have &lt;/b&gt;&lt;/span&gt;&lt;span class="IL_AD" id="IL_AD5"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;problems&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;  installing&amp;nbsp;&lt;span class="Apple-style-span" style="color: black; font-style: normal; font-weight: normal;"&gt;&lt;em&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;softwares&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;/span&gt;&amp;nbsp;please help me”&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt; or &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;em&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;“I get a “certificate  error” message when trying to install a software what do I do”&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;&lt;i&gt; or &lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;em&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&lt;b&gt;“I  get an “certificate expired” error message when installing a theme  please help”&lt;/b&gt;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;
Although this have been covered extensively in the past I guess it is  still an issue.&lt;br /&gt;
If you try to install a software and see the above error message &lt;strong&gt;“Certificate  Error. Contact the &lt;span class="IL_AD" id="IL_AD3"&gt;application&lt;/span&gt; &lt;span class="IL_AD" id="IL_AD2"&gt;supplier&lt;/span&gt;”&lt;/strong&gt; You are trying to  installed an application that is not Symbian signed.&lt;br /&gt;
The solution is easy. Simply switch the setting in the Application  Manager from “Signed only” to accept all – “Software Installation: All”.  You can find the application manager in the tools folder, then click on  “Option” to bring up “Settings”.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: purple;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;I&lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="color: purple;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;ssue-2&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span class="Apple-style-span" style="color: purple;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;strong&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;Expired Certificate&lt;/span&gt;&lt;/strong&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;&amp;nbsp;error&lt;/span&gt;.&lt;br /&gt;
&amp;nbsp;The certificate that the theme developer used may have expired.  However, there is an even easier fix for this issue.&lt;br /&gt;
Simply set the date on your device back 3 to 16 months and then  install the&amp;nbsp;&lt;em&gt;&lt;b&gt;software&lt;/b&gt;&lt;/em&gt;. After you successfully installed the theme don’t  forget to set the time correctly on your device.&lt;br /&gt;
&lt;strong&gt;If none of those option works try to sign the application/theme  on Symbian Signed: &lt;/strong&gt;&lt;a href="https://www.symbiansigned.com/app/page/public/openSignedOnline.do" target="_blank"&gt;https://www.symbiansigned.com/app/page/public/openSignedOnline.do&lt;/a&gt;&lt;br /&gt;
With that being said I am now off to trawl the internet for some new  great themes. If you have any themes to share with us please.&lt;br /&gt;
The other simple way is just install Freesigner. Click add then open  the application or the theme u want to sign location, click on it then  options and click add 3 options will be shown chose “self sign” but if  the file is already signed (usually its extension *.sisx) u must click  remove sign then go again to the theme’s folder u will find the same  theme name but with *.sis extension then do the “self sign”. after that  close the FREESIGNER and go to the folder u will find ur theme or app.  have the same name with “signed” added and with *.sisx extension  congrats u have signed theme.&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: cyan;"&gt;&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;DOWNLOAD&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://server1.filecows.com/download/3vfqgVd7GWzBaaaV6kvk/freesigner.rar.html"&gt;freesigner&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>you got Certificate Error here is the solution</title><link>http://mobileprogramming2010.blogspot.com/2010/06/you-got-certificate-error-here-is.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Tue, 22 Jun 2010 19:48:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-8584120797111760110</guid><description>&lt;div id="content"&gt;&lt;div id="contentleft"&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;   As much as I like themes to personalize my Nokia devices they are  also a cause for the vast majority of all questions I see in this blog.&lt;br /&gt;
&lt;em&gt;“I have &lt;span class="IL_AD" id="IL_AD5"&gt;problems&lt;/span&gt;  installing themes please help me”&lt;/em&gt; or &lt;em&gt;“I get a “certificate  error” message when trying to install a theme what do I do”&lt;/em&gt; or &lt;em&gt;“I  get an “certificate expired” error message when installing a theme  please help”&lt;/em&gt;&lt;br /&gt;
Although this have been covered extensively in the past I guess it is  still an issue.&lt;br /&gt;
If you try to install a theme and see the above error message &lt;strong&gt;“Certificate  Error. Contact the &lt;span class="IL_AD" id="IL_AD3"&gt;application&lt;/span&gt; &lt;span class="IL_AD" id="IL_AD2"&gt;supplier&lt;/span&gt;”&lt;/strong&gt; You are trying to  installed an application that is not Symbian signed.&lt;br /&gt;
The solution is easy. Simply switch the setting in the Application  Manager from “Signed only” to accept all – “Software Installation: All”.  You can find the application manager in the tools folder, then click on  “Option” to bring up “Settings”.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;/p&gt;&lt;p&gt;

var AdBrite_Title_Color = '0000FF';&lt;/p&gt;&lt;p&gt;

var AdBrite_Text_Color = '000000';&lt;/p&gt;&lt;p&gt;

var AdBrite_Background_Color = 'FFFFFF';&lt;/p&gt;&lt;p&gt;

var AdBrite_Border_Color = 'CCCCCC';&lt;/p&gt;&lt;p&gt;

var AdBrite_URL_Color = '008000';&lt;/p&gt;&lt;p&gt;

try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}&lt;/p&gt;&lt;p&gt;


&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;/p&gt;&lt;p&gt;

document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;amp;zs=3330305f323530&amp;amp;ifr='+AdBrite_Iframe+'&amp;amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/p&gt;&lt;p&gt;


&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
Another common issue is the &lt;strong&gt;“Expired Certificate”&lt;/strong&gt;  error. The certificate that the theme developer used may have expired.  However, there is an even easier fix for this issue.&lt;br /&gt;
Simply set the date on your device back 3 to 16 months and then  install the theme. After you successfully installed the theme don’t  forget to set the time correctly on your device.&lt;br /&gt;
&lt;strong&gt;If none of those option works try to sign the application/theme  on Symbian Signed: &lt;/strong&gt;&lt;a href="https://www.symbiansigned.com/app/page/public/openSignedOnline.do" target="_blank"&gt;https://www.symbiansigned.com/app/page/public/openSignedOnline.do&lt;/a&gt;&lt;br /&gt;
With that being said I am now off to trawl the internet for some new  great themes. If you have any themes to share with us please.&lt;br /&gt;
The other simple way is just install Freesigner. Click add then open  the application or the theme u want to sign location, click on it then  options and click add 3 options will be shown chose “self sign” but if  the file is already signed (usually its extension *.sisx) u must click  remove sign then go again to the theme’s folder u will find the same  theme name but with *.sis extension then do the “self sign”. after that  close the FREESIGNER and go to the folder u will find ur theme or app.  have the same name with “signed” added and with *.sisx extension  congrats u have signed theme.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;/p&gt;&lt;p&gt;

var AdBrite_Title_Color = '0000FF';&lt;/p&gt;&lt;p&gt;

var AdBrite_Text_Color = '000000';&lt;/p&gt;&lt;p&gt;

var AdBrite_Background_Color = 'FFFFFF';&lt;/p&gt;&lt;p&gt;

var AdBrite_Border_Color = 'CCCCCC';&lt;/p&gt;&lt;p&gt;

var AdBrite_URL_Color = '008000';&lt;/p&gt;&lt;p&gt;

try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}&lt;/p&gt;&lt;p&gt;


&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
&lt;/p&gt;&lt;p&gt;

document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;amp;zs=3330305f323530&amp;amp;ifr='+AdBrite_Iframe+'&amp;amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/p&gt;&lt;p&gt;


&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://mobileprogramming2010.blogspot.com/2010/06/nokia-will-begin-to-implement-rfid.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Tue, 22 Jun 2010 19:41:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-5461733840823802816</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://imagedos.net/images/mjtedkh0ngxo7g0oqqg.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" ru="true" src="http://imagedos.net/images/mjtedkh0ngxo7g0oqqg.jpg" width="192" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Nokia will begin to implement RFID technology to their handset products. So far RFID has been applied to the goods, pet, paper money and so on.&lt;br /&gt;
&lt;br /&gt;
What is RFID? It is a kind of microchip with the half size of grain sand. It works with listening for the radio query and then responds by transmitting its unique code of ID. Without battery, it uses initial radio signal as power.&lt;br /&gt;
&lt;br /&gt;
Wal-Mart has used this chip for reducing the usage of bar codes and hand checking. For Nokia, this technology will much help on monitoring sales stocks and the quicker feedback on its demands.&lt;br /&gt;
&lt;br /&gt;
However, the implementation still needs time for development. Not only that, the privacy laws of European Union will require that European consumers should be able to switch off this tag.&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>The Cell Phone: Marty Cooper's Big Idea</title><link>http://mobileprogramming2010.blogspot.com/2010/05/cell-phone-marty-coopers-big-idea.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Thu, 27 May 2010 08:06:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-1046860195622947249</guid><description>&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKqczMfwvXu2SDR_knFIxYd5alkG_VW4N96O_GeEnLHa0hx1-cOnlBOmW5scYMIMpdrYN0By2z9h_dU1qBK1uk2cPiZVyOlMfb_WQfdOJcVnxFbBEgta_SIhgR1sA6lvqHyDxLRonP3k4/s1600/image6502417g.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKqczMfwvXu2SDR_knFIxYd5alkG_VW4N96O_GeEnLHa0hx1-cOnlBOmW5scYMIMpdrYN0By2z9h_dU1qBK1uk2cPiZVyOlMfb_WQfdOJcVnxFbBEgta_SIhgR1sA6lvqHyDxLRonP3k4/s320/image6502417g.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;b&gt;&lt;/b&gt;There are seven billion people on  the planet, and nearly five billion cell phones - meaning most of the  Earth's population is connected for sound, for picture, and for heaven  only knows what else. &lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"&lt;/script&gt;&lt;br /&gt;
        &lt;script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"&gt;&lt;/script&gt;&lt;br /&gt;
The cell phone has brought us a world without end of talking,  twittering, texting, even of sexting. If you don't know what that is,  ask any high school kid. &lt;br /&gt;
&lt;br /&gt;
It is all a result of Marty Cooper's big idea. And he looks at it  all with pride, amusement and some dismay. And with good reason: he is  the father of the cell phone. He built the first one 37 years ago. It  ushered in a technological and social revolution which he believes is  far from over. He made the first public cell phone call on the sidewalks  of New York, in 1973.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
"This is a time when there were no cordless phones. And certainly no  cell phones. And here's this guy talking as he was walking along. And I  stepped into the street and nearly got creamed by a New York taxicab. So  talk about being prescient and seeing a picture of the future," Cooper  told &lt;b&gt;"60 Minutes" correspondent Morley Safer&lt;/b&gt;. &lt;br /&gt;
&lt;br /&gt;
It’s a future - of non-stop connection of apps galore, iPhones and  Droids, Blackberrys and Blueteeth - or is it Bluetooths? &lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"&lt;/script&gt;&lt;br /&gt;
        &lt;script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"&gt;&lt;/script&gt;&lt;br /&gt;
Marty Cooper checks out the latest at the wireless industry's annual  convention in Las Vegas, a huge convergence where geeks meet gizmos. &lt;br /&gt;
&lt;br /&gt;
And unlike some of us of a certain age, he understands all of it. &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Asked if he twitters, Cooper said, "I signed up for Twitter about  six months ago, did nothing and I had 17 followers. So now I'm actually  twittering. My latest twitter is, 'The secret of successful aging is to  have good genes and to show a lot of respect for the genes.'" &lt;br /&gt;
&lt;br /&gt;
Asked if he thinks he's the oldest twitterer in America, Cooper  said, "I don't want to be the oldest anything in America. Sorry about  that." &lt;br /&gt;
&lt;br /&gt;
But you'll have to look hard to find anyone older on the slopes at  Vail, his favorite getaway. Cooper was born in Chicago on the eve of the  Great Depression. He's 81, an age, for many, when the most strenuous  exercise of the day is getting in and out of bed. &lt;br /&gt;
&lt;br /&gt;
"His tennis and his skiing are better than they've ever been. I have  a hard time keeping up with him. And I'm almost 20 years younger," his  wife Arlene Harris told Safer. &lt;br /&gt;
&lt;br /&gt;
With his wife, another veteran of the mobile phone business, Cooper  is still in the game, awaiting the next big thing in wireless  communication. He's convinced that the cell phone, at 37, is still in  its infancy. &lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"&lt;/script&gt;&lt;br /&gt;
        &lt;script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"&gt;&lt;/script&gt;&lt;br /&gt;
"Technology has to be invisible. Transparent. Just simple. A modern  cell phone in general has an instruction book that's bigger and heavier  than the cell phone. That's not right," Cooper said. &lt;br /&gt;
&lt;br /&gt;
Call it the complexity or confusion factor. &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Cooper argues that cell phones designed to do everything - take  pictures, play music and videos, surf the Web - don't do any of them  really well. He thinks the buyers should be dictating exactly what they  want. &lt;br /&gt;
&lt;br /&gt;
"The consumer is king. The consumer ought to make the decisions. And  not, certainly not the engineer," Cooper said. "Engineers tend to get  enchanted by the technology itself." &lt;br /&gt;
&lt;br /&gt;
So it seems only natural that the latest gadget developed by Cooper  and his wife is a retro cell phone called the "Jitterbug." It's a basic  phone - there's no camera, no music. Any idiot can operate it. &lt;br /&gt;
&lt;br /&gt;
It sounds simple enough: if you can hear a dial tone on the  Jitterbug, you can make a call. "If there's no dial tone you can't,"  Cooper explained.&lt;br /&gt;
&lt;a href="http://www.amazon.com/BlackBerry-Bold-9700-Phone-AT/dp/B002XDQHWW?ie=UTF8&amp;amp;tag=mobilelearner-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;BlackBerry Bold 9700 Phone (AT&amp;amp;T)&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mobilelearner-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=B002XDQHWW" style="border: medium none ! important; margin: 0px ! important; padding: 0px ! important;" width="1" /&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"&lt;/script&gt;&lt;br /&gt;
        &lt;script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"&gt;&lt;/script&gt;&lt;br /&gt;
His next target are lost calls, also known as  drop outs. Atop his office building, ugly conventional cell phone  antennas are disguised as flagpoles. &lt;br /&gt;
&lt;br /&gt;
He's developing so-called smart antennas that can cut through all  the competing noise in the radio environment to get your call through. &lt;br /&gt;
&lt;br /&gt;
"And what they do is when we transmit, we send the information only  to your phone," Cooper explained. &lt;br /&gt;
&lt;br /&gt;
Asked if we'll reach a day when a cell phone is as perfect as a  landline, Cooper said, "That's exactly right." &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
What hath Marty Cooper wrought? Let us go, for a moment, back to the  future. &lt;br /&gt;
&lt;br /&gt;
The cell's precursor, the car telephone, came in right after World  War II. &lt;br /&gt;
&lt;br /&gt;
"A tiny radio transmitter sends your voice out on the airwaves to  the nearest central station, where regular telephone operators can  connect you with any telephone on land or sea," one newsreel explained. &lt;br /&gt;
&lt;br /&gt;
It was a world of wonders: if someone was sick, you could track down  the doctor on the road. Remember: these were the quaint old days when  doctors, at least in newsreels, made house calls. &lt;br /&gt;
&lt;br /&gt;
Even then, it was clear that being connected would put everybody on a  very short leash. &lt;br /&gt;
&lt;br /&gt;
And when in the 1960s AT&amp;amp;T developed more sophisticated cellular  antennas the phone giant still considered car phones the name of the  game. But Cooper and his engineers at Motorola thought otherwise, and  decided to elbow their way into the business. &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
"We really had a basic understanding that people are mobile. And  it's personal telephones they wanted. It's handheld portables," Cooper  remembered. "So there was a real conflict between this elephant, which  was AT&amp;amp;T, and this fly that was Motorola. But we ended up winning." &lt;br /&gt;
&lt;br /&gt;
On a chilly spring day, we took Cooper back to the spot where he  made that first call: Sixth Avenue, outside the New York Hilton. For the  record, the call went to Joel Engel, Cooper's rival at AT&amp;amp;T. &lt;br /&gt;
&lt;br /&gt;
"I said 'Joel, this is Marty Cooper.' He says 'Hi.' 'I'm calling you  from a cellular phone, but a real cellular phone, a hand-held portable  cellular phone.' And there was silence on the end of the line," Cooper  remembered. &lt;br /&gt;
&lt;br /&gt;
He couldn't resist rubbing it in.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
At a news conference inside the Hilton, Cooper introduced his gadget and  encouraged reporters to try it out. &lt;br /&gt;
&lt;br /&gt;
"The first reporter I talked to actually called her mother in  Australia. And she was astounded when her mother answered. She couldn't  understand how this little phone could talk halfway around the Earth,"  Cooper explained. &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
"Little phone? What are you talking about?" Safer asked, referring  to the first cell phones size and heft. &lt;br /&gt;
&lt;br /&gt;
"Well, relatively small. I mean, after all, it only weighed two and a  half pounds," Cooper replied. &lt;br /&gt;
&lt;br /&gt;
So where is cell phone technology going? &lt;br /&gt;
&lt;br /&gt;
"I think we are just barely scratching the surface," Cooper said. &lt;br /&gt;
&lt;br /&gt;
Take the issue of health and fitness: a workout fanatic if there  ever was one, Cooper says the day is fast approaching when your phone -  or something like it - will be checking your vital signs, day and night.  &lt;br /&gt;
&lt;script type="text/javascript"&gt;
        var infolink_pid = 94929;
            var infolink_wsid = "add your WSID number here"&lt;/script&gt;&lt;br /&gt;
        &lt;script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"&gt;&lt;/script&gt;&lt;br /&gt;
"The health care industry is gonna be revolutionized because  you will have sensors at various points on your body measuring different  things. And a computer somewhere, or maybe a doctor, will be examining  you all the time," Cooper predicted. &lt;br /&gt;
&lt;br /&gt;
It's not that far-fetched. Health monitoring was a major theme at  that recent wireless convention in Las Vegas. &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
"The concept of the annual physical examination, it's almost  worthless because looking at your body at a point in time doesn't really  tell doctors very much at all. But if you could measure these things  all the time you can predict heart failures. You can predict diabetes.  And you could prevent all those things," Cooper explained. &lt;br /&gt;
&lt;br /&gt;
From his hideaway overlooking the Pacific, in Southern California,  Cooper contemplates a society where such familiar touchstones, like  money and credit cards, simple human contacts are things of the past,  replaced by wireless devices that will rule our lives. &lt;br /&gt;
&lt;br /&gt;
"Isn't there almost a Brave New World sensibility behind all of this  being connected? What does it do to our privacy?" Safer asked. &lt;br /&gt;
&lt;br /&gt;
"Sorry. Privacy is a thing of the past," Cooper replied.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
He's got a point. Security cameras track our  movements, cell phones hold clues to what we've read, where we've been,  and where we are. Police track down suspects on Facebook. And police  states can no longer suppress instant images of their repression. &lt;br /&gt;
&lt;br /&gt;
"I think the whole concept of privacy requires a new mindset among  people. There are people who object to somebody monitoring their buying  habits. I'm delighted if people know what I buy because they're gonna  tailor their marketing to me and the products that are available to me,  to my tastes. Well, that's a good thing," Cooper said. &lt;br /&gt;
&lt;br /&gt;
"Well, yes and no," Safer remarked. "I mean, hiding something is a  kind of undeniable human right, you know? To have some sense of a  private life. The next gizmo could start reading our thoughts? And who  wants that?" &lt;br /&gt;
&lt;br /&gt;
"They're not gonna be able to read our minds for a few generations,  if ever," Cooper replied. &lt;br /&gt;
&lt;br /&gt;
"But they're working on it, though," Safer remarked. &lt;br /&gt;
&lt;br /&gt;
"Yes, they are," Cooper agreed. &lt;br /&gt;
&lt;br /&gt;
Cooper is annoyed, as we all are, by his cell phone. The phone  butted in as he and Safer were discussing the gadget's history when it  made a bird-like sound to alert him that he got a notification. &lt;br /&gt;
&lt;br /&gt;
And he is philosophical on the topic of bad phone manners, that  worldwide curse of other peoples' chatter, sound and fury signifying  nothing. &lt;br /&gt;
&lt;br /&gt;
"You know, it doesn't take a telephone to make people be either  stupid or rude," Cooper said. &lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
So get used to it and don't take it out on the phone. They're making  them shock-proof and waterproof anyway. &lt;br /&gt;
&lt;br /&gt;
And besides, as the future bears down on us, Cooper says eventually,  man and machine will become one. &lt;br /&gt;
&lt;br /&gt;
"The optimum telephone is one that I think some day is gonna be  embedded behind your ear. It's gonna have an extraordinarily powerful  computer running the cell phone. And I'm gonna name my computer Sam, and  I'm gonna say, 'Sam, get Morley on the phone for me.' And Sam's gonna  respond in my ear, 'Which Morley? Is this your cousin Morley in Toronto?  Or the Morley Safer in New York?' And I'm gonna say 'Morley Safer.' And  the next thing you know, I'm gonna be talking to you," Cooper said.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
[source]:::www.mobiletechnews.com&lt;br /&gt;
&lt;a href="http://www.amazon.com/HTC-Hero-Android-Phone-Sprint/dp/B0031MA0UO?ie=UTF8&amp;amp;tag=mobilelearner-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;HTC Hero Android Phone (Sprint)&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mobilelearner-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=B0031MA0UO" style="border: medium none ! important; margin: 0px ! important; padding: 0px ! important;" width="1" /&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjKqczMfwvXu2SDR_knFIxYd5alkG_VW4N96O_GeEnLHa0hx1-cOnlBOmW5scYMIMpdrYN0By2z9h_dU1qBK1uk2cPiZVyOlMfb_WQfdOJcVnxFbBEgta_SIhgR1sA6lvqHyDxLRonP3k4/s72-c/image6502417g.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Mobile Devices Seen as Key to 21st-Century Learning</title><link>http://mobileprogramming2010.blogspot.com/2010/05/mobile-devices-seen-as-key-to-21st.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Thu, 20 May 2010 02:58:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-5509458302569075106</guid><description>Children’s lives have been caught up in a tide of mobile digital  technologies—games, cellphones, and smartphones—that if carefully  managed could significantly boost their learning, concludes a report  released today by a research center based at the Sesame Workshop.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
“Mobile devices are part of the fabric of children’s lives today:  They are here to stay,” Michael H. Levine, the executive director of the  New York City-based Joan Ganz Cooney Center, at Sesame Workshop, wrote  in a statement accompanying the release of the report. “It is no longer a  question of whether we should use these devices to support learning,  but how and when to use them.” &lt;br /&gt;
The 52-page &lt;a href="http://joanganzcooneycenter.org/pdf/pockets_of_potential.pdf"&gt;“Pockets  of Potential: Using Mobile Technologies to Promote Children’s Learning”&lt;/a&gt;&lt;a href="http://www.adobe.com/products/acrobat/readstep2.html"&gt;&lt;img align="middle" alt="Requires Adobe 
Acrobat Reader" border="0" height="16" src="http://www.edweek.org/media/images/pdf.gif" width="16" /&gt;&lt;/a&gt;  calls for the incoming Obama administration and the business community  to invest in more research on the use of mobile phones and other  hand-held devices for children in school and after-school settings. It  also calls for a gradual lifting of school cellphone bans.&lt;br /&gt;
The author of the report is Carly Shuler, a researcher in the  children’s media and toy industry who is a fellow at the center. &lt;br /&gt;
&lt;div class="right"&gt;&lt;br /&gt;
&lt;div class="inset-story"&gt;&lt;br /&gt;
&lt;div class="inset-header"&gt;&lt;br /&gt;
&lt;a href="http://www.blogger.com/post-edit.g?blogID=2500291070982159172&amp;amp;postID=5509458302569075106" name="players"&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
“While these devices are undoubtedly a source of fun and  entertainment, proponents of mobile learning believe they have  significant potential to be a key ally in supporting learning  experiences,” she writes, drawing on interviews with mobile-learning  experts and a review of scientific literature and industry trends.&lt;br /&gt;
&lt;h2&gt;Fast-Growing Segment&lt;/h2&gt;The report compiles relevant data, such as a finding of the Pew  Internet &amp;amp; American Life Project that children under age 12 form one  of the fastest-growing segments of users of mobile devices. However,  the use of such mobile devices has grown much more rapidly in other  sectors, such as health, banking, politics, and citizen journalism, than  in education, it says. &lt;br /&gt;
The report also includes an inventory of more than 25 projects in  which hand-held devices are being used for learning or are the subject  of research in the United States and other nations.&lt;br /&gt;
“We were really actually quite surprised with how robust the  experimentation is, particularly in other countries, with mobile  technologies,” Mr. Levine said in an interview.&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Other nations are experimenting more quickly with new technologies  than the United States, he said, adding that a more permissive approach  to trying new technologies exists in Asia and Europe than in the United  States, because of concerns among U.S. parents and educators about  mobile devices being used in disruptive ways. &lt;br /&gt;
Mr. Levine added, however, that he thinks “the pendulum is  swinging back” toward a loosening of those restrictions.&lt;br /&gt;
&lt;h2&gt;Smartphones for Math &lt;/h2&gt;One U.S. project highlighted in the report is Project K-Nect, a  pilot program in its second year that has placed smartphones—which are  mobile phones that have wireless Internet and computer-like  capabilities—in the hands of 9th grade algebra students in four North  Carolina high schools. Teachers, from their laptop computers, send  specially designed activities related to curriculum topics to students’  smartphones. &lt;br /&gt;
The activities include digital simulations and digital  manipulatives that turn abstract concepts into real-world examples.  Students can use their phones’ video, text-messaging, and  instant-messaging functions to send and receive problem-solving  strategies and tips to and from students at the other schools and to  tutors from the Math Forum at Drexel University in Philadelphia.&lt;br /&gt;
Shawn Gross, the executive director of the project, said it is  proving that smartphones, which in some communities students already own  or have access to, can provide “many services that can be used as an  educational appliance rather than as a distraction.” &lt;br /&gt;
A long list of recommendations in the report begins with a call  for government and philanthropies to make new investments in research  and development aimed at understanding the impact of mobile technologies  on children’s learning and development, including brain and behavioral  functioning.&lt;br /&gt;
The report calls for creating new industry designs and educational  applications rather than applying traditional learning models or  downsizing software designed for personal computers to fit mobile  devices.&lt;br /&gt;
Another recommendation is establishing a digital teacher corps  that would train other teachers and after-school caregivers to use  digital media to promote 21st-century literacy.&lt;br /&gt;
&lt;h2&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Presidential Initiative?&lt;/h2&gt;The center urges that the incoming administration convene a  presidential initiative on digital learning, beginning with an audit of  current government spending on digital technologies for learning. &lt;br /&gt;
The initiative, including a White House summit, should also set up  a digital-investment fund to accelerate education reform and promote  mobile innovation to benefit the economy, the report says.&lt;br /&gt;
Most pertinent to local school leaders, the report calls for  school districts to modify and gradually lift restrictions on student  cellphones—which most districts ban from use in classrooms or even  altogether from campus. The report recommends steps to gradually  introduce mobile devices into schools, starting with experiments in  which teachers are trained in how to integrate interactive media, while  students learn the needed skills and behavior for using cellphones  appropriately in a school setting.&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.amazon.com/Apple-touch-Generation-NEWEST-MODEL/dp/B002M3SOC4?ie=UTF8&amp;amp;tag=mobilelearner-20&amp;amp;link_code=btl&amp;amp;camp=213689&amp;amp;creative=392969" target="_blank"&gt;Apple iPod touch 32 GB (3rd Generation) NEWEST MODEL&lt;/a&gt;&lt;img alt="" border="0" height="1" src="http://www.assoc-amazon.com/e/ir?t=mobilelearner-20&amp;amp;l=btl&amp;amp;camp=213689&amp;amp;creative=392969&amp;amp;o=1&amp;amp;a=B002M3SOC4" style="border: medium none ! important; margin: 0px ! important; padding: 0px ! important;" width="1" /&gt;&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Summer Training Program on “Mobile architecture &amp; Programming”</title><link>http://mobileprogramming2010.blogspot.com/2010/05/summer-training-program-on-mobile.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Tue, 18 May 2010 09:52:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-7007014832657609832</guid><description>A Summer Training Program on “Mobile architecture &amp;amp; Programming” is being organized by by IGIT, IP University in collaboration with Nokia (From 31-05-2010 to 09-07-2010) .&lt;br /&gt;
This program is being offered by the IGIT, IP University in association with Nokia on Python, Symbian, Maemo, and Qt mobile technologies. This also includes minor projects based on these technologies, implemented on the real mobile devices. Attending&lt;br /&gt;
this course will help you to understand and program the concepts of the various on device (Mobile) peripherals like Keyboard, Display, Sensors, Camera, Bluetooth, Networking, SMS services etc and the practicals is based on the real mobile devices.&lt;br /&gt;
1. Devices: Nokia Mobile devices are used for practical purposes.&lt;br /&gt;
2. Training Material: Training material and the software’s required for developing the&lt;br /&gt;
mobile applications will be provided [Python, Symbian, Qt, Maemo].&lt;br /&gt;
3. Resource Pensions: Internal and external from Nokia and experts from industry.&lt;br /&gt;
4. Course Content: Topic wise is attached in the schedule.&lt;br /&gt;
5. Fee and Mode of Payment: Participants are required to submit a demand draft of Rs.3500/- in favour of “Principal, IGIT”. The Demand Draft will not be refunded in&lt;br /&gt;
case a selected participant does not attend the program. TA and DA will be paid for the participants.&lt;br /&gt;
6. Certificate: All successfully completed participants will get the certificate jointly from IGIT and Nokia.&lt;br /&gt;
7. Last date of registration: On or before 20-05-2010. Only 60 seats are available and the conformation of the registration is based on the First Come First Serve manor. All selected participants will be informed on 22-05-2010 through mail.&lt;br /&gt;
8. Who can attend the program: Student studying or completed B.Tech/ M.Tech&lt;br /&gt;
(CSE, ECE, IT)/ MCA (preferably B.Tech students who have completed three&lt;br /&gt;
semesters). Faculty members who are teaching (or willing to teach) Embedded&lt;br /&gt;
Systems/ Mobile Computing/ Mobile Communication etc can also attend)&lt;br /&gt;
&lt;blockquote&gt;&lt;div style="background-color: #d0e0e3; color: #38761d;"&gt;&lt;span style="font-size: small;"&gt;&lt;b&gt;contact&lt;/b&gt;: &lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #d0e0e3; color: #38761d;"&gt;&lt;span style="font-size: small;"&gt;S. Ramanarayana Reddy, Asstt. Prof. CSE Department,&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #d0e0e3; color: #38761d;"&gt;&lt;span style="font-size: small;"&gt;Electrical Block, IGIT, GGS Indraprastha University, Kashmere Gate,&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #d0e0e3; color: #38761d;"&gt;&lt;span style="font-size: small;"&gt;Delhi – 110 006 Tele: 9810101742, 011-23869784,&lt;/span&gt;&lt;/div&gt;&lt;div style="background-color: #d0e0e3; color: #38761d;"&gt;&lt;span style="font-size: small;"&gt;Email: rammallik@yahoo.com&lt;/span&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total></item><item><title>The Use of Mobile Phones in Education in Developing Countries</title><link>http://mobileprogramming2010.blogspot.com/2010/05/use-of-mobile-phones-in-education-in.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 16 May 2010 22:08:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-9212119810024152179</guid><description>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: 12px;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="border-bottom-color: gray; border-bottom-style: dotted; border-bottom-width: 1px; line-height: 18px;"&gt;&lt;b&gt;The World Bank is embarking on a new study investigating issues related to the use of mobile phones in education in developing countries.&lt;/b&gt;&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;The study is intended to help to raise awareness among key decisionmakers in the public, private and civil society sectors about the potential importance of the use of low cost mobile devices -- especially mobile phones -- to help benefit a variety of educational objectives. By documenting the existing landscape of initiatives in this area and emerging 'good practice', it is also hoped that this work will serve as a common base for further analytical work in this area, and inform the impending explosion of development of new hardware, software and business services occurring on mobile devices, to the benefit of these educational objectives.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;This activity is one component of a larger 'mobile flagship' program at the World Bank consisting of studies and activities related to mobile services and applications in selected sectors, including “Mobile Banking Users and Non Users Behavior Study”; “Extending Mobile Applications in Africa through Social Networking"; and “Mobile Applications for Sectoral Development”.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-17 10:46:17  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom-color: gray; border-bottom-style: dotted; border-bottom-width: 1px; line-height: 18px;"&gt;&lt;b&gt;Activity Description&lt;/b&gt;&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;Drawing on examples of the use of mobile phones and related handheld technologies for educational purposes in advanced economies like Korea, Japan, the U.K., the United States and Finland, and an emerging evidence base of pilot projects from countries as diverse as Tanzania, Kenya, the Philippines, Mongolia, China and South Africa, this study proposes to:&lt;/div&gt;&lt;ol style="line-height: 18px;"&gt;&lt;li&gt;Map the existing universe of projects and initiatives exploring the use of mobile phones in education in developing countries.&lt;/li&gt;
&lt;li&gt;Map the existing and potential uses of mobile phones in this regard, comparing and contrasting such uses with other ICT devices..&lt;/li&gt;
&lt;li&gt;Document lessons learned so far from key initiatives in this area, proposing tentative guidance for policymakers and various stakeholder groups in this fast moving area.&lt;/li&gt;
&lt;li&gt;Propose a conceptual framework and way forward for further analytical work to aid in the documentation and rigorous impact cost and impact assessment of the use of mobile phones in education.&lt;/li&gt;
&lt;/ol&gt;&lt;div style="line-height: 18px;"&gt;While ‘education’ is the focus here, the area of inquiry is not be limited to the formal education sector itself. Lifelong learning and educational outreach activities utilizing the mobile phone to benefit the health and agricultural sectors will also fall within the scope of this study. This work will draw heavily on organizations and expertise active in these areas on-the-ground.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;The results of this study will be disseminated and discussed at a landmark global event on mobile applications sponsored by the World Bank as part of the 'mobile flagship' initiative, involving sets of key stakeholders from the public, private and civil society sectors.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-17 10:46:17  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="border-bottom-color: gray; border-bottom-style: dotted; border-bottom-width: 1px; line-height: 18px;"&gt;&lt;b&gt;Background and Context&lt;/b&gt;&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;Going forward, isn't it more likely that the ICT tool of choice for students in developing countries will be the mobile phone, and not the computer?&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;This is a question of hot debate in many circles. Whatever the eventual resolution of this debate (and no doubt it will not yield a simple either/or answer), there are still precious few widespread examples of the use of phones for education purposes inside or outside of classrooms in developing countries that have been well documented, and fewer still that have been evaluated with any sort of rigor.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;28% of Africans now have a mobile phone subscription, according to data released by the ITU earlier this year, part of a larger trend that sees two out of every three mobile subscribers around the world living in a developing country. The flagship ITU publication Measuring the Information Society notes that two-thirds of the world's cell phone subscriptions are in developing nations, with Africa, which has a 2% subscriber rate as recently as 2000, growing the fastest. And it is not only adults who are making use of this new technology. Recent survey work at a low-income high school in South Africa's Samora Machel township (for example) suggests that mobile penetration among youth in some places might be higher than one might suspect.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;While the explosive use of mobile phones in developing countries is well-documented -- and undeniable -- and evidence is emerging that phones are slowly making their way into the hands of teens, just what this might mean for the delivery of education in developing countries is a little less clear.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-17 10:46:17  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;Five years ago infoDev commissioned work to map out what was known about the nascent topic of ‘mobile banking’, and the resulting study, the first of its kind, helped frame the issues for donor agencies, governments, NGOs and private sector firms alike. ‘M-banking’ has exploded since then, and this study proposes to do for the use of mobile phones in education what the earlier infoDev study did for the use of mobile phones in the financial services sector. We are at a similar point now with where we were with m-banking five years ago, and this study will provide guidance for World Bank technical assistance and investment activities related to the much-hyped potential for the use of mobile phones in education. There is an opportunity here to contribute to the global knowledgebase in the very early stages of what is poised to become a potentially massive area of investment by ministries of education, civil society and (especially) the private sector in the decade to come.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;Nascent efforts are underway to explore various aspects of the emerging phenomenon of the use of mobile phones in education, but no institution has stepped forward to help catalyze global collaboration and cooperation around research directions and agenda setting in this area. This work will tap the expertise and convening power of a number of key partner organizations and experts active in this area.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;This work, expected to run through December 2010, is being funded by the&amp;nbsp;&lt;a href="http://infodev.org/ktf" style="color: #204e84; text-decoration: underline;"&gt;Korean ICT Trust Fund&lt;/a&gt;&amp;nbsp;at the World Bank. Updates on this project will be posted periodically on the World Bank's ICT and Education blog,&amp;nbsp;&lt;a href="http://blogs.worldbank.org/edutech" style="color: #204e84; text-decoration: underline;"&gt;EduTech&lt;/a&gt;.&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-17 10:46:17  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="line-height: 18px;"&gt;&lt;span class="Apple-style-span" style="color: purple;"&gt;[ SOURCE ]::::::&lt;/span&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;http://web.worldbank.org&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Five Mobile Learning Implementation Tips</title><link>http://mobileprogramming2010.blogspot.com/2010/05/five-mobile-learning-implementation.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 16 May 2010 21:55:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-4095769869692904042</guid><description>&lt;span class="Apple-style-span" style="color: #333333; font-family: verdana, Tahoma, Arial; font-size: 12px; line-height: 20px;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://mobileprogramming2010.blogspot.com/"&gt;Five Mobile Learning Implementation Tips&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #333333; font-family: verdana, Tahoma, Arial; font-size: 12px; line-height: 20px;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;There really is very little different about&amp;nbsp;designing mobile learning&amp;nbsp;from other forms of learning. The guidelines that apply for effective learning are really not much different but for the change in context. These are five tips I give customers who are setting about implementing some form of mobile learning, even if it is the smallest component in a&amp;nbsp;blended solution. These tips may seem self-evident, yet I felt it good to reiterate.&lt;span id="more-3506"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;1.&lt;/strong&gt;&amp;nbsp;&lt;strong&gt;KISS Keep it short and simple&lt;/strong&gt;&amp;nbsp;– a rule applied to all types of learning content also applies for mobile learning content. This rule is significant in light of the nature of mobile devices and the situations in which they tend to be used. There can be frequent interruptions and learner attention to the device tends to be of a short span.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;Typically, we wouldn’t design any sort of mobile learning intervention to run beyond five minutes. As with elearning, complex navigation and interaction is best avoided in mobile learning, as mobile devices differ in screen size and input types from typical personal computers.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;2.&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;Low Information Density&lt;/strong&gt;&amp;nbsp;– do not attempt to duplicate the length and information density of elearning modules. The technology may make it possible to deliver dense content, but in practice the situations and devices with which the content is accessed isn’t amenable to such content density. The types of content suitable for mobile learning have low information density.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;3.&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;Easy with the Multimedia&lt;/strong&gt;&amp;nbsp;– again, just like elearning, the careful use of media elements are important in mobile learning. Do NOT use media in situations where it’s not required, splash animations, graphics that are purely aesthetic and unnecessary interaction. In most cases, there is a cost associated with developing and accessing such content, as it is likely that there is cost for downloads and bandwidth.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;However, it’s important to mention that some mobile devices like the iPod can be used offline; they can be connected to a computer and files copied onto them, avoiding download and bandwidth costs. We see this as true of an increasing number of devices, and eventually perhaps all will support some form of tethering.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;4.&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;Include Elements of Collaboration&lt;/strong&gt;&amp;nbsp;–&amp;nbsp;Mobile devices have unprecedented adoption levelssimply because their ability to provide synchronous communication makes them unparalleled social tools. When used as a part of blended program, mobile technology can be used to facilitate interaction between peers, experts, mentors, etc. Done properly, there is tremendous learning value in these human interactions. If you’re thinking of using mobile technology in your blend, this (in my opinion) is the best use, provided its done right.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 30px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;5.&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;Provide Tools (Applications) and Not Just Content&lt;/strong&gt;&amp;nbsp;– Mobile devices do render content; however they are far better as utilitarian tools. Their ability to compute and display combined their personal and intimate nature open up a world of possibilities. The newer ability to write applications for specific hardware also provides lots of possibilities. Geo-location based tools, social networking tools, access to search and information databases, customized calculators, newsreaders, games, simulations – the options are quite varied. If you are considering mobile learning, this is one application of the technology you definitely want to consider.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;You’ll notice this doesn’t say anything about the mobile devices themselves. While designing mobile learning, there are points where we need to reference mobile devices, this is done so the design can be specifically targeted for the platform those devices present. At times, this is done very early in the design cycle, where possible influencing the choice of target device. A fairly comprehensive evaluation of mobile devices can be done using the following framework and criteria.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;This framework has been adopted from a wonderful paper published in the International Journal of Engineering Education; Economides, A.A. &amp;amp; Nikolaou, N. – Evaluation of handheld devices for mobile learning(from&amp;nbsp;&lt;a href="http://www.questia.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;questia&lt;/a&gt;). It suggests that mobile devices can be evaluated in three distinct areas – usability, technical, and functional.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: left;"&gt;&lt;strong&gt;Usability&lt;/strong&gt;&amp;nbsp;– relates to the ease of understanding, remembering and learning to use the device itself and its varied tools. Devices should be easy to carry and have an easy to use interface for their functions.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;a href="http://www.upsidelearning.com/blog/wp-content/uploads/2010/02/MobileLearning-Usability-e1267191710116.png" style="color: #3485ad; font-weight: normal; text-decoration: none;"&gt;&lt;img alt="Mobile Learning Usability" class="size-full wp-image-3512 aligncenter" height="428" src="http://www.upsidelearning.com/blog/wp-content/uploads/2010/02/MobileLearning-Usability-e1267191710116.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" title="Mobile Learning Usability" width="470" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;Technical&lt;/strong&gt;&amp;nbsp;– relates to the device’s performance, compatibility, connectivity, security and reliability. Processing power, memory capacities, and ability to view and run a variety of software file formats are important. Compatibility and support for varied protocols and platforms. Bandwidth and connectivity limitations must also be examined. Security is a growing concern as mobile devices can be prone to loss or theft.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 10px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;a href="http://www.upsidelearning.com/blog/wp-content/uploads/2010/02/MobileLearning-Technical.png" style="color: #3485ad; font-weight: normal; text-decoration: none;"&gt;&lt;img alt="Mobile Learning Technical" class="size-full wp-image-3513 aligncenter" height="571" src="http://www.upsidelearning.com/blog/wp-content/uploads/2010/02/MobileLearning-Technical-e1267192031572.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" title="Mobile Learning Technical" width="468" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;strong&gt;Functional&lt;/strong&gt;&amp;nbsp;– relates to the number of features, functions and tools of the devices. Both synchronous and asynchronous modes of communication should be supported. The ability to access, retrieval, process and display varied types of information is important.&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 10px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-align: center;"&gt;&lt;a href="http://www.upsidelearning.com/blog/wp-content/uploads/2010/02/MobileLearning-Functional-e1267192259446.png" style="color: #3485ad; font-weight: normal; text-decoration: underline;"&gt;&lt;img alt="Mobile Learning Functional" class="size-full wp-image-3519 aligncenter" height="547" src="http://www.upsidelearning.com/blog/wp-content/uploads/2010/02/MobileLearning-Functional-e1267192259446.png" style="border-bottom-style: none; border-color: initial; border-left-style: none; border-right-style: none; border-top-style: none; border-width: initial;" title="Mobile Learning Functional" width="466" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 15px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;This framework for evaluation can prove useful when considering the varied devices available in the market and with users today.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>GRE learning on mobile</title><link>http://mobileprogramming2010.blogspot.com/2010/05/gre-coaching-on-mobile-thats-what-this.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 16 May 2010 21:15:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-1574187713835418755</guid><description>&lt;a href="http://www.blogger.com/goog_2020983760"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;GRE&lt;/span&gt;&lt;/a&gt;&lt;a href="http://mobileprogramming2010.blogspot.com/"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt; coaching on the mobile - that's what this player offers, tapping the mobile as an adaptive learning tool. eWorld tunes in.&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span class="Apple-style-span" style="clear: left; color: black; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXQ4hyphenhyphenttzlCMT2BM8F-NPcDlcKuYmtP3xoJKlhvGHNGjN1LL2qtDsOQ7rhKWo2ulKC-509GXmyYUQjVyzLbhUQXhi2nHKOEGTyKpelFcSDyKF0PoVj4WrgxZvWOPzH1HbPGj5pu16zdfE/s320/2007052100090303.jpg" /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;Don't forget to carry your mobile&lt;/span&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRTzPPYRgFaPl5b0dg7_n9levFKI6VNVhjHshLPleG2PSdIw99kSC_mq26kdyhou0NYCZJK_qiMC4D8kgS2du3ggNbDEgVJPBIlFJV3l2sRAbCO01k989B-4nf1KK4KcIO0a5jlmNeiKg/s1600/fisher_bg.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRTzPPYRgFaPl5b0dg7_n9levFKI6VNVhjHshLPleG2PSdIw99kSC_mq26kdyhou0NYCZJK_qiMC4D8kgS2du3ggNbDEgVJPBIlFJV3l2sRAbCO01k989B-4nf1KK4KcIO0a5jlmNeiKg/s320/fisher_bg.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
No, it's no girlfriend reminding the guy but a sharp parent calling out to son/daughter to have the mobile handy so as to catch up on some GRE coaching during the hours-long commute to and back from college.&lt;br /&gt;
&lt;br /&gt;
This is the scenario the people behind the Chennai-based Valued Epistemics Pvt Ltd hope to see once their Adaptive Learning Programs - under the brand name WIZDOM.in - gain wider acceptance.&lt;br /&gt;
&lt;br /&gt;
What's on offer? The programs seek to coach students for the Graduate Record Examination — through the medium of the mobile phone. The student who signs up can access the lessons on his mobile phone any time, any place that is convenient to him. The programs can be downloaded on mobile phones that are Java and GPRS-enabled. Alternatively, they can also be downloaded on a PC.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
But aren't there coaching centres aplenty? And isn't the Internet also full of software offering help with GRE, GMAT, the works? What would make the WIZDOM.in initiative unique? According to Anand Kannan, Managing Director, Valued Epistemics, WIZDOM.in is different because it looks to combine the best of both worlds - classroom coaching and learning on one's own. The sessions are offered in the form of modules, so a student can take up and break off wherever, whenever he wants - during the daily train commute, during inter-city travel, or simply while killing minutes in a bus. Within this flexibility, each session is made as gripping as possible to ensure concentration.&lt;br /&gt;
&lt;br /&gt;
Kannan lists five features distinctive to the service: It is analytical, interactive, convenient, ensures complete student control and is flexible. Hence it is stress-free, which has been a big part of student feedback, he says.&lt;br /&gt;
&lt;br /&gt;
There are two layers to the learning: As the student takes the tests, the software underlying the learning platform generates a performance metrics. This analysis is used to adapt the subsequent coaching to suit that individual student's needs, says Yogish Lavanis, Director (R&amp;amp;D).&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Kannan puts the difference between his company's service, and software on the Web, thus: "Individual attention, flexible access (from any device — mobile or PC) and trained human support are not available at most Web sites." He provides an analogy: Just downloading software would be like using a dictionary on a CD, when one wants to look up words, as against the richer, fuller experience of using a Web search engine, such as Google.&lt;br /&gt;
&lt;br /&gt;
"Trying and experiencing WIZDOM.in is free," but the actual coaching is charged, he stresses. Long-term service and exam-oriented preparation is priced according to subscription. However, this is about one-third the price of classroom with a small overhead of GPRS or Internet access charges. By contrast, a lot of the software on the Internet is free and therefore the user is not supported by a teacher," he says. While there are enough traditional alternatives such as classroom coaching, books and free software, "we are well differentiated from and superior to these," he asserts.&lt;br /&gt;
&lt;br /&gt;
Currently, WIZDOM.in offers the Verbal Master Program (60 sessions), Complete GRE Program (110 sessions) and a Fast Track Verbal Program. The fast track program will help students prepare for the exam in three-four weeks.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: red;"&gt;Next frontier application&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOFuChnRe9IZJPG9qtKTtD8Y4MjqCs12Wf4vDSVBpCaw85q6t-QePLGxiCCN8_cEzbhzlPc5txNlcVE0yN6PaeIVDyKa7TihPkL5rMjjVRB_zXTxOb6ML1j1KDA0mubyL7JD7lkacTBR4/s1600/2007052100090302.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img border="0" height="200" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOFuChnRe9IZJPG9qtKTtD8Y4MjqCs12Wf4vDSVBpCaw85q6t-QePLGxiCCN8_cEzbhzlPc5txNlcVE0yN6PaeIVDyKa7TihPkL5rMjjVRB_zXTxOb6ML1j1KDA0mubyL7JD7lkacTBR4/s200/2007052100090302.jpg" width="150" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Mobile learning is relatively new and not well established as an industry. Also, in general, mobile learning refers to learning using PDAs (personal digital assistants), laptops with Wi-Fi, iPods and, of course, the mobile phone.&lt;br /&gt;
&lt;br /&gt;
This is widely recognised as the next frontier application of mobiles along with mobile payments, multimedia entertainment and location-based services, says Kannan. (see `Hierarchy of needs.') He adds candidly: "I do not know if this will turn out to be an industry. However Adaptive Learning, where computational intelligence is increasingly used to supplement a teacher's pedagogy, will be an industry in and of itself in the foreseeable future."&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;Telecom domain&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Founded in September 2004, Valued Epistemics is promoted by Anand Kannan, Yogish Lavanis and Darini Raman. Anand Kannan holds a Ph.D, from Purdue University, US. He was earlier with Nokia and has also worked as part of Arraycomm Inc, a Silicon Valley company.&lt;br /&gt;
&lt;br /&gt;
Lavanis was earlier with Motorola India Electronics, Bangalore, and Tata Elxsi. He has also served as Engineer (R&amp;amp;D), Centre for Development of Telematics, Bangalore.&lt;br /&gt;
&lt;br /&gt;
`No different from an MNC'&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
For eWorld, Anand Kannan and Yogish Lavanis trace a two-year-journey of highs and lows.&lt;br /&gt;
&lt;br /&gt;
What started it all?, we ask.&lt;br /&gt;
&lt;br /&gt;
"At the heart of this, we have a great desire to build a company that is based here — global in outlook, as good as it gets with respect to technology, facing an end-user market."&lt;br /&gt;
&lt;br /&gt;
They offer examples from a software context: "If you take a typical software company that works according to a global delivery model, every one of them charges their US client approximately $4,000 per month. It varies slightly from company to company, but that is a benchmark. That translates into a per person revenue of Rs 1.8 lakh. Now in the case of these companies, their clients are global players — through their channel partner, the value created reaches the end user — but he never knows who are doing this."&lt;br /&gt;
&lt;br /&gt;
Now look at the other model. Take the 1.8 lakh and divide it by 200 students. That comes to about 900 per student. Those 200 can get access to a high-quality knowledge worker to service them in the same way as, say, an Infosys, gives a well-qualified engineer to service their customer."&lt;br /&gt;
&lt;br /&gt;
"We want one teacher to help "N" number of students effectively. So there can be no compromise on the productivity or efficiency of tools that we use. Every student should feel he is getting individual attention. There is 90 per cent grunt work or repetitive activity in the provision of individual attention. We have to identify that and put it on the computer. And the human aspect has to come from a teacher who necessarily has to be of high quality. Our vision is no different from that of any top MNC," they say.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: blue;"&gt;3rd or 4th generation platform&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It has not been a smooth ride. Every time the company had to change the system based on the feedback. "We can say we are in the third or fourth generation platform." "Every few 100 or so who have tried this system have significantly impacted the design. In our mind, we want something scalable - something where a few 100 very high-quality people work and, based on that, the rest of India and the world is learning."&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
They put the challenge in a nutshell: "Can we do it for a million students - with a few hundred or thousand facilitators?"&lt;br /&gt;
&lt;br /&gt;
They feel that the economy achieved by global delivery model software companies can be achieved by consumer-based technology with similar quality people.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="font-size: x-large;"&gt;&lt;span class="Apple-style-span" style="color: blue;"&gt;What about e-learning?&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Kannan and Lavanis say that if one looks at the typical e-learning scene, what is often offered is PowerPoint slides with flash animations. That, they say, "doesn't constitute learning. It is interesting content and for a large corporation that works to substitute training, it is a good alternative." But "when one is largely in a self-motivated learning situation or independent goal-oriented learning structure, the provision of learning, and entirely from a distance, entails complex technology. The time has just come when it has become feasible."&lt;br /&gt;
&lt;br /&gt;
As Kannan puts it: "There are some groups who are working on how to automate teaching - He is the next guy to get automated after the clerk and the accountant! (Laughs)! But what you are really doing is not automating, but taking the population of teachers, taking the good ones and giving them access to a larger population of students."&lt;br /&gt;
&lt;br /&gt;
The macro logic&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3X98VzN4TH9jfwCMsOE8EiJiMsVvg39XTPLq_DyJ2DNBlVFoZtTIi06Bc_egGrd2Gthd9Vo5vWSFZCZtn41S-felSMprcYo6iJQN725zTG9fWEdT9xs6gHwwLndoALJLNI6nAsOGa68U/s1600/2007052100090301.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;span class="Apple-style-span" style="color: black;"&gt;&lt;img border="0" height="347" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3X98VzN4TH9jfwCMsOE8EiJiMsVvg39XTPLq_DyJ2DNBlVFoZtTIi06Bc_egGrd2Gthd9Vo5vWSFZCZtn41S-felSMprcYo6iJQN725zTG9fWEdT9xs6gHwwLndoALJLNI6nAsOGa68U/s400/2007052100090301.jpg" width="400" /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Kannan and Lavanis present the larger picture thus: "We have 25 per cent of our population in services, 25 per cent in manufacturing and 50 per cent in agriculture. But in terms of production, 50 per cent comes from services, 25 per cent comes from agriculture and 25 per cent from manufacturing. So going by that average, the person in services is four times more productive and wealthier than the person in farming. Among the services, the knowledge sector is 10 times to 100 times more productive. So naturally, people are going to shift from agricultural and manufacturing to services and from less knowledge-oriented services to more knowledge-oriented services. It is a global trend and we can't buck it. It is going to happen here. And the service industry is the one where you need systematic education. In all other situations, you have mostly on-the-job training. As a society we have a challenge of training somewhere in the region of 100 to 200 million people in 20 years. I don't think we are producing that many teachers. The whole process of how learning is being done has to be re-examined.We have to move from older methods to newer methods. That is not in the scope of our company's objectives. But we are working in the leading edge of that movement and we see that whatever we are doing has application in traditional education as well - even though we picked GRE - because we are both comfortable with that. (We had done that exam ourselves and knew what it took)."&lt;br /&gt;
&lt;br /&gt;
Kannan traps us with a sudden question: "Suppose I ask what is the most common use of the mobile?"&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Our response: "Talking?"&lt;br /&gt;
&lt;br /&gt;
Kannan: "Wrong! There is a more fundamental need. You keep the mobile switched on? Why?"&lt;br /&gt;
&lt;br /&gt;
"To be connected. To be available to someone trying to reach us," we reply.&lt;br /&gt;
&lt;br /&gt;
Kannan concurs: "Yes. It covers for some insecurity that you have. Security is, therefore, the most fundamental value that you get. Communication comes second. So you can build a hierarchy of needs on this with safety coming at the bottom." (see Hierarchy of Needs.)&lt;br /&gt;
&lt;br /&gt;
Consumer knows best&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Kannan and Lavanis reminisce: "We were experimenting, building a quick prototype, understanding what it means to provide learning. Talking to students, surveying them. In about six months, we had a crude prototype (compared to the current system), and we had it tested. We had a professor of market research who did a study for us." (see box).&lt;br /&gt;
&lt;br /&gt;
They point out that two years ago, phones were much more primitive. "Only about 10 per cent of the phones would actually support this. We got lucky. Because the model that we picked to test it on happened to be a stable steady model. Everything worked."&lt;br /&gt;
&lt;br /&gt;
They relive events, with some relief. "Had we tried this on a less stable model - we might have come to a different conclusion. So lucky things happened on the way. We got a lot of feedback from our market research.&lt;br /&gt;
&lt;br /&gt;
No one gives it like your customer. He'll tell you, `It has this, and this but not this.' So you rectify it and then you hear, `It's got this, this and this, but not that.' So the process goes on and that's what helps you discover what is of benefit to the user."&lt;br /&gt;
&lt;br /&gt;
The company decided to commercialise the service first in the Chennai area. And they came up against marketing: "Nobody had the experience of marketing it. Is it an educational product? Is it a mobile product? Is it a computing product? Somewhere along the way we realised we had to provide a PC-based option. Then it had to work smoothly — that also came from the market — and seamlessly with the mobile option. Suppose you took the mobile version, you should feel that you start where you left off on the PC and vice-versa. Once you start asking for money, the nature of feedback changes. But the feedback that comes out then is the best feedback. Nobody parts with money without asking questions," they point out.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: purple;"&gt;GRE, for starters&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOFuChnRe9IZJPG9qtKTtD8Y4MjqCs12Wf4vDSVBpCaw85q6t-QePLGxiCCN8_cEzbhzlPc5txNlcVE0yN6PaeIVDyKa7TihPkL5rMjjVRB_zXTxOb6ML1j1KDA0mubyL7JD7lkacTBR4/s1600/2007052100090302.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjOFuChnRe9IZJPG9qtKTtD8Y4MjqCs12Wf4vDSVBpCaw85q6t-QePLGxiCCN8_cEzbhzlPc5txNlcVE0yN6PaeIVDyKa7TihPkL5rMjjVRB_zXTxOb6ML1j1KDA0mubyL7JD7lkacTBR4/s320/2007052100090302.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
The Graduate Record Examination or GRE is a standardised test for admission to US universities, which seeks to measure the verbal, analytical and mathematical skills of candidates. It is developed and administered by the ETS (Educational Testing Services) under the direction of the Graduate Record Examination Board. ETS has appointed testing agencies in various countries that act as its franchisees. In India, Sylvan Testing Services Pvt Ltd administers the test, for ETS, at nine centres: Ahmedabad, Allahabad, Bangalore, Kolkata, Chennai, Hyderabad, Mumbai, New Delhi, and Thiruvananthapuram.&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: purple;"&gt;An important step&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
Does the population of, say around 50,000 students who take the GRE annually present a viable market, eWorld asked Anand Kannan and Yogish Lavanis.&lt;br /&gt;
&lt;br /&gt;
"IF we did only GRE we would be viable - but still small business. Scalability would not come from GRE alone. Eventually we have to take GRE global and get into systematically fulfilling other learning needs. So GRE for us is an important step. It goes to a market that has some discretionary spending power - that has a learning need which, in many cases, is not adequately fulfilled. It covers Math/English - two major prototypes," they say.&lt;br /&gt;
&lt;br /&gt;
They elaborate: "Suppose we need to teach Std 6 students - only the lessons need to be changed - but the prototype would work. Same model would work. It is a strategic choice. We'll have to diversify later."&lt;br /&gt;
&lt;br /&gt;
A lot of work needs to be done on the marketing side, building the correct eco system, channel partners. There is a lot of interest from publishers, we have been approached by authors too. We talk to everyone who approaches us. We need a network. For now, having a small passionate team helps."&lt;br /&gt;
&lt;br /&gt;
Fun... and fruitful&lt;br /&gt;
&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: magenta;"&gt;eWorld sought to get a first-hand feel of the GRE training.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
We downloaded the vocabulary session... and promptly got hooked.&lt;br /&gt;
&lt;br /&gt;
The screen interface and instructions were clear and crisp. The learning was interactive - you couldn't move on unless you gave the correct option and understood why it was correct. It was friendly rather than patronising.&lt;br /&gt;
&lt;br /&gt;
The instant feedback was encouraging and made one feel, as the company says, that a "high-quality, devoted teacher is always present nearby." The subtle progression to higher levels of complexity, with more scope for error, was good training for the real thing.&lt;br /&gt;
&lt;br /&gt;
The scores that popped up periodically were a reminder that even as one took the test, at a deeper level, the software platform was generating a performance metrics chart.&lt;br /&gt;
&lt;br /&gt;
This knowledge will be used to provide detailed feedback and to adapt subsequent lessons and tests to suit individual needs.&lt;br /&gt;
&lt;br /&gt;
So insightful is the analysis, says Anand Kannan, that the student facilitator at the other end can make out whether the test participant is vacillating, inattentive ... . or simply sleeping! Something that a CD can't detect.&lt;br /&gt;
&lt;br /&gt;
The technology used to administer the courses is Adaptive Learning through Measurement of Interactions (ALMI), supplemented with processes and systems that enable high-quality delivery of services.&lt;br /&gt;
&lt;br /&gt;
Watch out for one thing though - the cheery little icon that applauds you when you are correct could become so addictive that you might pause for timely pats while doing your actual GRE.&lt;br /&gt;
&lt;br /&gt;
`Useful guidance'&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
This is what Seethalakshmi Hariharan, a student who opted for Wizdom's coaching, says: "The lessons were set in such a manner that the first set was slightly easy and the level of difficulty increased as one got acquainted better. So, it was easy to cope.&lt;br /&gt;
&lt;br /&gt;
If I faced any difficulty between sessions, I had the option of getting my doubt clarified through the mobile. I would get replies within a day either through SMS or through mail.&lt;br /&gt;
&lt;br /&gt;
The queries were well solved, and a good example was provided to ensure better understanding of the word in question. There were tests at the end of each session that helped me understand how well or otherwise I had fared. After every test, I received feedback through mail. The feedback would tell me how many questions I had answered right or wrong. For those questions I had missed, the right answer would be given with an example stating the usage of the word.&lt;br /&gt;
&lt;br /&gt;
Sometimes I found it difficult to understand why that particular word should fit in that sentence. So, I got back to the company, suggesting that instead of giving a sentence showing the usage of the word in question, it would be better to explain why and how that word fit into the sentence.&lt;br /&gt;
&lt;br /&gt;
After every session I took up, the words I learned got added to the word bank, which can be used anytime for revision. Although I took up the coaching while I was in my hometown (Madurai), since it was all mail-based I was in touch with WIZDOM wherever I went. As far as cost is concerned, it is cost-effective as you need only a GPRS-activated mobile connection."&lt;br /&gt;
&lt;br /&gt;
Heeding the market's call&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.thehindubusinessline.com/ew/2007/05/21/images/2007052100090304.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://www.thehindubusinessline.com/ew/2007/05/21/images/2007052100090304.jpg" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Prof Rajendra Nargundkar&lt;br /&gt;
Valued Epistemics had market research done, with the help of Dr Rajendra Nargundkar. The professor shared his findings with eWorld.&lt;br /&gt;
&lt;br /&gt;
The research was done in two stages, he says. "One before the product was actually launched, with a group of Bangalore-based engineering students. This was a concept test with a statement describing the concept followed by questions regarding the interest in the concept. This also included a qualitative research component, a focus group discussion with a smaller group, before conducting which Wizdom executives gave a prototype demo). The discussion was on the merits and demerits of mobile-based learning for GRE."&lt;br /&gt;
&lt;br /&gt;
The second study was at a remote location college between Bangalore and Chennai among a group of engineering students preparing for GRE a few months after the product was launched, to test awareness and interest.&lt;br /&gt;
&lt;br /&gt;
The findings from the first study (pre-launch concept and product test) were that though the product concept was innovative, people had reservations. Anxieties included the small screen of the mobile phone which might be unsuitable for quantitative analysis and comprehension questions, quality of cell connections which may cut off in the middle of learning, and scepticism about M-learning as a full-fledged tool to replace other forms of learning totally — particularly, classroom and Net-based, says the professor. Still, one-third of participants were interested in the concept, saying they would buy such a service.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
From the second survey in a smaller town with mainly a hostel-based population, the results indicated that awareness was low for the product concept and brand, but interest was high. Almost 70 per cent students said they would be interested, at the indicative price mentioned. This study was more detailed in measuring preferences in the buying process, price, payment mode and the role of influencers. A wide range of questions was asked through a questionnaire.&lt;br /&gt;
&lt;br /&gt;
An important change between stage one and stage two was that the service metamorphosed from being only mobile based (M-learning) to a mobile and PC-based (Adaptive Learning). Significant decisions based on first stage of research and inputs from brain storming included user-friendly features such as online counselling, some promotional tours with a demo in Chennai colleges (where the company is located), and the pricing of the product. Future markets where interest would be high have also been identified. The second stage has given inputs for further modification in plans, says Prof Nargundkar.&lt;br /&gt;
&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));
&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;amp;afsid=1" style="font-family: Arial; font-size: 13px; font-weight: bold;" target="_top"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="color: #783f04;"&gt;[source]&lt;/span&gt;::::&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; color: blue; font-family: Arial, Helvetica, sans-serif; font-size: 12px;"&gt;Business Daily from THE HINDU group of publications&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXQ4hyphenhyphenttzlCMT2BM8F-NPcDlcKuYmtP3xoJKlhvGHNGjN1LL2qtDsOQ7rhKWo2ulKC-509GXmyYUQjVyzLbhUQXhi2nHKOEGTyKpelFcSDyKF0PoVj4WrgxZvWOPzH1HbPGj5pu16zdfE/s72-c/2007052100090303.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Top 50 Mobile Learning Resources</title><link>http://mobileprogramming2010.blogspot.com/2010/05/top-50-mobile-learning-resources.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 16 May 2010 21:00:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-4538529896712436097</guid><description>&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-family: Arial; font-size: small;"&gt;&lt;span class="Apple-style-span" style="font-size: 13px;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;div style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;"&gt;&lt;span class="Apple-style-span" style="color: #059477; font-family: Cambria, Arial, 'Trebuchet MS'; font-size: 12px; letter-spacing: 1px; line-height: 25px;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td class="titletd" style="vertical-align: bottom; width: 622px;"&gt;&lt;a href="http://mobileprogramming2010.blogspot.com/"&gt;Top 50 Mobile Learning Resources&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;span class="Apple-style-span" style="-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; color: #333333; font-family: verdana, Tahoma, Arial; font-size: 12px; letter-spacing: normal; line-height: 20px;"&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.apple.com/education/mobile-learning/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Apple Education&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aupress.ca/books/120155/ebook/99Z_Mohamed_Ally_2009-MobileLearning.pdf" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile Learning Transforming the Delivery of Education and Training&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.marcprensky.com/blog/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Marc Prensky Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.m-learning.org/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;M-Learning Org&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.aare.edu.au/05pap/rob05075.pdf" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile Learning thinking: Get on your skateboard to keep up!&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/TheRevolutionNoOneNoticedMobil/163866" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;The Revolution No One Noticed: Mobile Phones and Multimobile Services in Higher Education&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.willatworklearning.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Will at Work Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://futuresoflearning.org/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Futures of Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.cellphonesinlearning.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Cell Phones in Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mlearningworld.blogspot.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mlearning World&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://learning.ericsson.net/mlearning2/resources/bibliography.doc" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mlearning Bibliography&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://karlkapp.blogspot.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Kapp Notes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ulearning.edublogs.org/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Ulearning Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mlearningblog.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mlearning Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mlearningafrica.net/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mlearning Africa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mobileben.wordpress.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;MLearning is Good&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://mlearning.edublogs.org/2009/05/19/the-mobile-learning-engine-mle-for-moodle/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;The Mobile Learning Engine (MLE) for Moodle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ignatiawebs.blogspot.com/2009/09/3d-animations-for-mobile-devices.html" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;3D Animation for Mobile&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.upsidelearning.com/blog/index.php/category/mobile-learning/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Upside Learning Blog&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://derekbruff.com/teachingwithcrs/?p=90" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Derek Bruff’s Blog&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://cc.mlearnopedia.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mlearnopedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.learning2go.org/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Learning2Go&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://elearningroadtrip.typepad.com/elearning_roadtrip/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;eLearning Roadtrip&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/EDUCAUSE+Quarterly/EDUCAUSEQuarterlyMagazineVolum/AreYouReadyforMobileLearning/157455" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Are You Ready for Mobile Learning?&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.mobilearner.org/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobilearner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://ignatiawebs.blogspot.com/2008/08/my-top-10-mobile-tools-for-learning.html" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Ignatia Web&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/ECAR/MLearningEmergentPedagogicalan/157524" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;M-Learning: Emergent Pedagogical and Campus Issues in the Mobile Learning Environment&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/ECAR/UsingMobileTechnologytoEnhance/155114" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Using Mobile Technology to Enhance Students’ Educational Experiences&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/Resources/LocationAwareComputing/163526" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Location-Aware Computing&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.w3.org/2008/02/MS4D_WS/papers/Learnosity_W3C_Voice_The_killer_app_of_mobile_learning_2008-04-28.pdf" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Voice: The Killer Application of Mobile Learning&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.m-learning.org/docs/The%20m-learning%20project%20-%20technology%20update%20and%20project%20summary.pdf" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile technologies and Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://snurb.info/files/Mobile%20Learning%20Technologies.pdf" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile Learning Technologies and the Move towards ‘User-Led Education’&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.squidoo.com/cellphonelearning" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Squidoo Cellphone Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://themobilelearner.wordpress.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;The Mobile Learner&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://elearningroadtrip.typepad.com/elearning_roadtrip/2009/10/mobile-services-taxonomy.html" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile Services Taxonomy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/Resources/TheECARStudyofUndergraduateStu/187215" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;The ECAR Study of Undergraduate Students and Information Technology, 2009&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/Resources/MLearning/162097" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;M-Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://derekbruff.com/teachingwithcrs/?p=355" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Five Types of Mobile Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.slideshare.net/sharplem/disruptive-mobile-learning-bett-2008?type=powerpoint" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Disruptive Mobile Learning (presentation)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.computer.org/portal/web/csdl/doi/10.1109/PERCOMW.2005.59" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile Phones as a Challenge for Learning&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;/div&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/MLearning" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;mLearning Wikipedia&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/ELI/2009HorizonReport/163616" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;2009 Horizon Report&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://joanganzcooneycenter.org/pdf/pockets_of_potential.pdf" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Pockets of Potential&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.mobilelearninginstitute.org/21stcenturyeducation/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mobile Learning Institute&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/EDUCAUSE+Review/EDUCAUSEReviewMagazineVolume40/EnablingMobileLearning/157976" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Enabling Mobile Learning&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/ELI/7ThingsYouShouldKnowAboutAugme/156810" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;7 Things You Should Know About Augmented Reality&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://cit.duke.edu/tools/mobile/index.html" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Duke University: Mobile Devices in Education&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.e-learningcentre.co.uk/eclipse/Resources/mlearning.htm" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Learning Light E-learning Center&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.educause.edu/ELI/7ThingsYouShouldKnowAboutLocat/163839" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;7 Things You Should Know About Location-Aware Applications&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://moblearn.blogspot.com/" style="color: #3485ad; font-weight: normal; text-decoration: none;" target="_blank"&gt;Mob Learn&lt;/a&gt;&lt;/li&gt;
&lt;div&gt;
&lt;/div&gt;&lt;/ol&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="107644" type="application/pdf; qs=0.001" url="http://www.w3.org/2008/02/MS4D_WS/papers/Learnosity_W3C_Voice_The_killer_app_of_mobile_learning_2008-04-28.pdf"/><itunes:explicit/><itunes:subtitle>Top 50 Mobile Learning Resources var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Apple Education Mobile Learning Transforming the Delivery of Education and Training Marc Prensky Blog M-Learning Org Mobile Learning thinking: Get on your skateboard to keep up! The Revolution No One Noticed: Mobile Phones and Multimobile Services in Higher Education Will at Work Learning Futures of Learning Cell Phones in Learning Mlearning World var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Mlearning Bibliography Kapp Notes Ulearning Blog Mlearning Blog Mlearning Africa MLearning is Good The Mobile Learning Engine (MLE) for Moodle 3D Animation for Mobile Upside Learning Blog Derek Bruff’s Blog var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Mlearnopedia Learning2Go eLearning Roadtrip Are You Ready for Mobile Learning? Mobilearner Ignatia Web M-Learning: Emergent Pedagogical and Campus Issues in the Mobile Learning Environment Using Mobile Technology to Enhance Students’ Educational Experiences Location-Aware Computing Voice: The Killer Application of Mobile Learning var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Mobile technologies and Learning Mobile Learning Technologies and the Move towards ‘User-Led Education’ Squidoo Cellphone Learning The Mobile Learner Mobile Services Taxonomy The ECAR Study of Undergraduate Students and Information Technology, 2009 M-Learning Five Types of Mobile Learning Disruptive Mobile Learning (presentation) Mobile Phones as a Challenge for Learning var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here mLearning Wikipedia 2009 Horizon Report Pockets of Potential Mobile Learning Institute Enabling Mobile Learning 7 Things You Should Know About Augmented Reality Duke University: Mobile Devices in Education Learning Light E-learning Center 7 Things You Should Know About Location-Aware Applications Mob Learn http://mobileprogramming2010.blogspot.com/</itunes:subtitle><itunes:author>noreply@blogger.com (mobile teacher)</itunes:author><itunes:summary>Top 50 Mobile Learning Resources var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Apple Education Mobile Learning Transforming the Delivery of Education and Training Marc Prensky Blog M-Learning Org Mobile Learning thinking: Get on your skateboard to keep up! The Revolution No One Noticed: Mobile Phones and Multimobile Services in Higher Education Will at Work Learning Futures of Learning Cell Phones in Learning Mlearning World var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Mlearning Bibliography Kapp Notes Ulearning Blog Mlearning Blog Mlearning Africa MLearning is Good The Mobile Learning Engine (MLE) for Moodle 3D Animation for Mobile Upside Learning Blog Derek Bruff’s Blog var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Mlearnopedia Learning2Go eLearning Roadtrip Are You Ready for Mobile Learning? Mobilearner Ignatia Web M-Learning: Emergent Pedagogical and Campus Issues in the Mobile Learning Environment Using Mobile Technology to Enhance Students’ Educational Experiences Location-Aware Computing Voice: The Killer Application of Mobile Learning var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here Mobile technologies and Learning Mobile Learning Technologies and the Move towards ‘User-Led Education’ Squidoo Cellphone Learning The Mobile Learner Mobile Services Taxonomy The ECAR Study of Undergraduate Students and Information Technology, 2009 M-Learning Five Types of Mobile Learning Disruptive Mobile Learning (presentation) Mobile Phones as a Challenge for Learning var AdBrite_Title_Color = '0000FF'; var AdBrite_Text_Color = '000000'; var AdBrite_Background_Color = 'FFFFFF'; var AdBrite_Border_Color = 'CCCCCC'; var AdBrite_URL_Color = '008000'; try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';} document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62)); Your Ad Here mLearning Wikipedia 2009 Horizon Report Pockets of Potential Mobile Learning Institute Enabling Mobile Learning 7 Things You Should Know About Augmented Reality Duke University: Mobile Devices in Education Learning Light E-learning Center 7 Things You Should Know About Location-Aware Applications Mob Learn http://mobileprogramming2010.blogspot.com/</itunes:summary></item><item><title>mobile learning:a brief list</title><link>http://mobileprogramming2010.blogspot.com/2010/05/mobile-learninga-brief-list.html</link><category>cell phone</category><category>iPod in Education</category><category>mobilelearning</category><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 16 May 2010 20:42:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-102067401239838683</guid><description>&lt;span class="Apple-style-span" style="color: #555555; font-family: Verdana, 'BitStream vera Sans', Helvetica, sans-serif; font-size: 12px; line-height: 17px;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;To further your exploration into the world of mobile learning, here is a list of 10 blog post, articles and other musing on the topic of mobile learning that I have read recently:&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;1.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;iTouch Learning:&lt;/strong&gt;&amp;nbsp;A page on Jane Hart’s&lt;span style="color: black; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="color: black; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;span style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: underline;"&gt;&lt;span style="color: black; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Centre for Learning &amp;amp; Performance Technologies&lt;/span&gt;&lt;/span&gt;website that&lt;/span&gt;&amp;nbsp;lists of reasons why the iPhone/iPod Touch are ideal for mlearning.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://www.c4lpt.co.uk/iTouchLearning/index.html" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://www.c4lpt.co.uk/iTouchLearning/index.html&lt;/a&gt;&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
2.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Lift the Cell Phone Ban:&lt;/strong&gt;&amp;nbsp;Hosted on the Scholastic website, this article is a plea to lift the ban on cell phones in schools and to use these devices to help students learn.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://www2.scholastic.com/browse/article.jsp?id=3751073" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://www2.scholastic.com/browse/article.jsp?id=3751073&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;3.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;From Toy to Tool: Cell Phones in Learning&lt;/strong&gt;:&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&amp;nbsp;&lt;/strong&gt;Liz Kolb’s blog on using cell phones for learning.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://www.cellphonesinlearning.com/" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://www.cellphonesinlearning.com/&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;4.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;100 Ways to Use Your iPod to Learn and Study Better:&lt;/strong&gt;&amp;nbsp;The title says it all.&amp;nbsp; A post found on the iPod Hacker Blog.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://the-ipod-hacker.blogspot.com/2008/02/100-ways-to-use-your-ipod-to-learn-and.html" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://the-ipod-hacker.blogspot.com/2008/02/100-ways-to-use-your-ipod-to-learn-and.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;5.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Why an iPod Touch in Education?&lt;/strong&gt;&amp;nbsp;Chris Webb’s blog post with links to resources that can be used on an iPod Touch to help students learn.&lt;a href="http://projects.minot.k12.nd.us/groups/chris/weblog/5ce29/Why_an_iPod_Touch_in_education_.html" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://projects.minot.k12.nd.us/groups/chris/weblog/5ce29/Why_an_iPod_Touch_in_education_.html" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://projects.minot.k12.nd.us/groups/chris/weblog/5ce29/Why_an_iPod_Touch_in_education_.html&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;6.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;School Axes Textbooks as Pupils Download their Homework onto their Mobile Phones:&lt;/strong&gt;&amp;nbsp;A news article in the UK’s Daily Mail newspaper on a school that is moving away from analog content and toward digital content.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://www.dailymail.co.uk/sciencetech/article-1082928/School-axes-textbooks-pupils-download-homework-mobile-phones.html" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://www.dailymail.co.uk/sciencetech/article-1082928/School-axes-textbooks-pupils-download-homework-mobile-phones.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;7.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Using the iPod for Learning:&lt;/strong&gt;&amp;nbsp;A slideshare presentation from an Grace Poli, Media Specialist and Apple Distinguished Educator.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://www.slideshare.net/gpoli/an-ipod-in-your-classroom-toolbox-presentation-736951?type=powerpoint" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://www.slideshare.net/gpoli/an-ipod-in-your-classroom-toolbox-presentation-736951?type=powerpoint&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;8.&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&amp;nbsp;Mobile Phones and Citizen Journalism:&lt;/strong&gt;&amp;nbsp;A wiki on the MobileActive.org website on using cell phones in citizen journalism.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://mobileactive.org/wiki/Mobile_Phones_and_Citizen_Journalism" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://mobileactive.org/wiki/Mobile_Phones_and_Citizen_Journalism&lt;/a&gt;&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;9.&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;MurMur:&lt;/strong&gt;&amp;nbsp;A concept where oral histories are collected and shared in various areas in 8 cities around the world (as of this writing) where the general public is free to both record and listen to personal histories connected to their neighbourhoods.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://murmurtoronto.ca/" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://murmurtoronto.ca/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;10.&amp;nbsp;&amp;nbsp;&lt;strong style="margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;Enabling Mobile Learning:&lt;/strong&gt;&amp;nbsp;An article about enabling mobile learning on the Educase Connect website.&lt;/div&gt;&lt;div style="margin-bottom: 10px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"&gt;&lt;a href="http://connect.educause.edu/Library/EDUCAUSE+Review/EnablingMobileLearning/40549?time=1220792835" style="color: #2970a6; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; text-decoration: none;" target="_blank"&gt;http://connect.educause.edu/Library/EDUCAUSE+Review/EnablingMobileLearning/40549?time=1220792835&lt;/a&gt;&lt;/div&gt;&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Mobile phones</title><link>http://mobileprogramming2010.blogspot.com/2010/05/mobile-phones.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 16 May 2010 20:22:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-4518267440073580481</guid><description>&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;There are estimated to be 1.5 billion mobile phones in the world today&amp;nbsp;(Prensky, 2004). This is more than three times the number of&amp;nbsp;personal computers (PCs), and today’s most sophisticated phones&amp;nbsp;have the processing power of a mid-1990s PC.&amp;nbsp;These facts, and the range of computer-like functionality offered by&amp;nbsp;top-of-the-range devices, are leading some observers to speculate that&amp;nbsp;many people in the not so distant future will start to see the mobile phone&amp;nbsp;as an alternative to a PC. For example Jeff Hawkins, inventor of the&lt;br /&gt;
Palm Pilot, was recently quoted (Stone 2004) as saying, ‘One day, 2 or&amp;nbsp;3 billion people will have cell phones, and they are not all going to have&amp;nbsp;PCs … The mobile phone will become their digital life’. Sean Maloney,&lt;br /&gt;
an executive vice-president at Intel (also interviewed by Stone) disagrees,&amp;nbsp;on the grounds that, ‘Hundreds of millions of people are not going to&amp;nbsp;replace the full screen, mouse and keyboard experience with staring at&lt;br /&gt;
a little screen’. Clearly, neither view is likely to be completely objective,&amp;nbsp;but the fact that the debate is happening is an indication of how powerful&amp;nbsp;and sophisticated mobile devices are becoming.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;In the m-learning project we chose to provide learners taking part in our&amp;nbsp;learner research and learning materials and systems trials with the most&amp;nbsp;sophisticated devices available at the time in an attempt to ensure that our&amp;nbsp;findings do not become out of date too quickly. We tried to focus on the&amp;nbsp;types of devices that will be owned by, or reasonably easily accessible to,&amp;nbsp;our target audience (16–24 year olds not in full-time education or training)&amp;nbsp;within 2 or 3 years of the end of the project. We are aware that the&amp;nbsp;hybrid mobile phone/personal digital assistant (or PDA) devices we used&amp;nbsp;(sometimes known as ‘smartphones’) currently make up only a relatively&amp;nbsp;small percentage of mobile phone sales. However, sales are growing and&amp;nbsp;the potential market for ‘smartphones’ is thought to be much bigger than&amp;nbsp;the handheld computers market; indeed, ‘smartphones’ overtook sales of &amp;nbsp;PDAs in 2003. Market research from Gartner, Canalys and others (quoted&amp;nbsp;by van Grinsven 2004) indicates that ‘in four to five years, global sales&amp;nbsp;of “smartphones” will reach 170 million, compared with slightly more&amp;nbsp;than 20 million this year’. Also, the very rapid and widespread adoption&lt;br /&gt;
of camera phones suggests that our target audience is willing to invest in&amp;nbsp;more expensive devices if they are attractive enough and offer significant&amp;nbsp;actual or perceived benefits. Sales of camera phones exceeded those&lt;br /&gt;
of digital cameras for the first time in 2003, when camera phone sales&amp;nbsp;increased almost fivefold from 2002, resulting in 84m unit sales.&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The modern mobile phone market caters for a wide variety of customer&amp;nbsp;tastes and lifestyles. Some phones are tiny and discreet, some are chosen&amp;nbsp;for their appearance (like a fashion accessory, with alternative covers that &amp;nbsp;allow that appearance to be changed to match the owner’s outfit), some &amp;nbsp;just offer basic functionality while some others provide a wide range of&amp;nbsp;business and leisure services to their users. Manufacturers are marketing&amp;nbsp;diverse product ranges, including devices that specialise in providing&amp;nbsp;particular services or are aimed at particular users. Instead of describing&amp;nbsp;a product as a mobile phone, manufacturers often use descriptions&amp;nbsp;like ‘game deck’, ‘communicator’ or ‘mobile multimedia machine’.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-16 23:22:01  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>python programming in mobile</title><link>http://mobileprogramming2010.blogspot.com/2010/05/python-programming-in-mobile.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sat, 1 May 2010 22:20:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-1627366240913528122</guid><description>&lt;form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=MobileLearner', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"&gt;&lt;p&gt;Enter your email address:&lt;/p&gt;&lt;p&gt;&lt;input type="text" style="width:140px" name="email"/&gt;&lt;/p&gt;&lt;input type="hidden" value="MobileLearner" name="uri"/&gt;&lt;input type="hidden" name="loc" value="en_US"/&gt;&lt;input type="submit" value="Subscribe" /&gt;&lt;p&gt;Delivered by &lt;a href="http://feedburner.google.com" target="_blank"&gt;FeedBurner&lt;/a&gt;&lt;/p&gt;&lt;/form&gt;python dudes,&lt;br /&gt;
&lt;br /&gt;
We all know that PyS60 team in the new PyS60 1.9.x releases have preferred a html based document over pdf document, which was the case in the earlier and stable PyS6o 1.4.x releases.&lt;br /&gt;
&lt;br /&gt;
So if we observe there are many requests at the forum nokia Python discussion boards about the docs to be in Pdf, but that was not implemented yet by the Team.&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-01 23:36:34  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
No worries now one of the PyS60 aspirants Hitesh Tailor aka the86Hitman has converted the html based docs into a pdf one so that you can easily and comfortably go through that.&lt;br /&gt;
&lt;script src="http://feeds.feedburner.com/MobileLearner?format=sigpro" type="text/javascript" &gt;&lt;/script&gt;&lt;noscript&gt;&lt;p&gt;Subscribe to RSS headline updates from: &lt;a href="http://feeds.feedburner.com/MobileLearner"&gt;&lt;/a&gt;&lt;br /&gt;
Powered by FeedBurner&lt;/p&gt;&lt;/noscript&gt;&lt;br /&gt;
pys60 material from the following links:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://pys60.uuuq.com/PyS60docs.pdf"&gt;pys60-1&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.drhtailor.com/pys60/PyS60-197.pdf"&gt;pys60-2&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Maemo</title><link>http://mobileprogramming2010.blogspot.com/2010/04/maemo.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 18 Apr 2010 06:21:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-2720752673338691505</guid><description>&lt;iframe src="http://rcm.amazon.com/e/cm?t=mobilelearner-20&amp;o=1&amp;p=13&amp;l=ur1&amp;category=wireless&amp;banner=0SESQPYNEXXSWMYDWG02&amp;f=ifr" width="468" height="60" scrolling="no" border="0" marginwidth="0" style="border:none;" frameborder="0"&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
Maemo is a software platform developed by Nokia for smartphones  and Internet Tablets.[  It is based on the Debian Linux distribution.&lt;br /&gt;
&lt;br /&gt;
The platform comprises the Maemo operating system and the Maemo SDK.&lt;br /&gt;
&lt;br /&gt;
Maemo is mostly based on open source code, and has been developed by Maemo Devices within Nokia in collaboration with many open source projects such as the Linux kernel, Debian, and GNOME. Maemo is based on Debian GNU/Linux and draws much of its GUI, frameworks, and libraries from the GNOME project. It uses the Matchbox window manager, and the GTK-based Hildon as its GUI and application framework.&lt;br /&gt;
&lt;script charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822/US/mobilelearner-20/8005/24223b01-c7a1-473f-a514-c0f8a7f0aaee"&gt; &lt;/SCRIPT&gt; &lt;noscript&gt;&lt;a HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&amp;MarketPlace=US&amp;ID=V20070822%2FUS%2Fmobilelearner-20%2F8005%2F24223b01-c7a1-473f-a514-c0f8a7f0aaee&amp;Operation=NoScript"&gt;Amazon.com Widgets&lt;/A&gt;&lt;/NOSCRIPT&gt;&lt;br /&gt;
The UI in Maemo 4 is similar to many handheld interfaces, and features a "Home" screen, which acts as a central point from which all applications and settings are accessed. The Home Screen is divided into areas for launching applications, a menu bar, and a large customisable area that can display information such as an RSS reader, Internet radio player, and Google search box.&lt;br /&gt;
&lt;br /&gt;
The Maemo 5 UI is slightly different: The menu bar and info area are consolidated to the top of the display, and the four desktops can be customized with shortcuts and widgets.&lt;br /&gt;
User Interface&lt;br /&gt;
[edit] OS2005–OS2008&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-01 23:36:34  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
Up to Maemo 4 (a.k.a OS2008), the default screen is the "Home" screen—the central point from which all applications and settings are accessed. The Home Screen is divided into the following areas:&lt;br /&gt;
&lt;br /&gt;
* Vertically down the left hand side of the screen is the Taskbar, with applets for the web browser, communications, and application menu by default, but these can be modified using third party plugins (to provide a favorites menu, or a command menu, for example).&lt;br /&gt;
* Horizontally across the top left half is the Menubar, which shows the application name and window title and gives access to the application's menu (which contains the typical, File, Edit, View, Tools, etc, menus and submenus)&lt;br /&gt;
* Horizontally across the top right half is the Statusbar, containing icons such as battery life, wireless connection, volume, Bluetooth, and brightness by default, but these can be expanded using third party plugins in the same manner as the Taskbar.&lt;br /&gt;
* The remaining large part of the display contains Home applets (roughly analogous to Apple Inc.'s Dashboard widgets), which can display data as well as being a shortcut to applications. These include an RSS reader, Internet radio player, Google search box and contact list by default, but can also be expanded with third party plugins.&lt;br /&gt;
&lt;br /&gt;
The interface uses either the touch screen, or a directional pad and select button, with separate back, menu, and home buttons. It is capable of two modes of text input: handwriting recognition, and two different sizes of onscreen keyboard, as well as hardware keyboard input with the N810.[&lt;br /&gt;
Maemo 5 (Fremantle)&lt;br /&gt;
&lt;br /&gt;
The UI in Maemo 5 has changed with respect to its predecessors. It provides four fully customizable (add/remove widgets, move widgets around, change the background, shortcut to applications/contacts) "Home" screens,[ called Panorama Desktop. Switching from one desktop to the others is done by sliding one's finger horizontally on the background. The dashboard is accessed via the upper left icon and shows all the running applications, in a manner similar to the Exposé feature in Apple's MacOS X operating system. From the dashboard, running applications can be brought back to fullscreen by tapping the preview window or applications can be closed by tapping an X-symbol located in the top right corner of the preview window, similar to the concept of closing applications in other operating systems. The application launcher, where all the installed applications can be launched, can be accessed as well from the dashboard by tapping the same area again in the upper left corner of the screen which invokes the dashboard.[5][6] If no task or application is running in the background, tapping the top left icon skips the dashboard and directly displays the application launcher.&lt;br /&gt;
&lt;br /&gt;
Maemo provides the Mozilla-based MicroB web-browser with complete Adobe Flash support, which can operate over a wireless connection. It supports an 800x480 display resolution, so some web pages can be viewed without horizontal scrolling. It can automatically connect to known wireless networks and download RSS feeds and email and disconnect automatically without user intervention.[&lt;br /&gt;
&lt;br /&gt;
Software is installed or uninstalled using the Application manager. The X Terminal can also be used to install applications using the "apt-get" command (Although this is discouraged for inexperienced users). Users can subscribe to different software repositories which can then be used to automatically keep software up to date. The Application manager also provides an overview of everything currently installed on the system. Data can be synchronized with a PC via a USB connection, and the users files can be accessed using the standard Removable Storage Device protocol.&lt;br /&gt;
&lt;br /&gt;
Maemo devices can be updated using a simple flashing method with a computer over USB.&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-02 1:04:36  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
Since Diablo (Maemo 4.1), Maemo supports "Seamless Software Update" (SSU), which allows incremental operating system upgrades "over the air" using apt without the need for a full flash with every update.&lt;br /&gt;
&lt;br /&gt;
Flashing remains available as a way to start over from scratch with a clean install (much like formatting your hard drive and reinstalling your OS on a PC).&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt; Security&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
The quick start guide for developers warns that Maemo security concentrates on preventing remote attacks (e.g. by wireless networking and Bluetooth). In particular, it warns that Maemo makes use of a root account, but has a trivial default password (sudo gainroot, pw:rootme).[&lt;br /&gt;
&lt;br /&gt;
Independent of the root password, Maemo provides a way to lock the device's controls and display with a numeric access code to help prevent unauthorised access.[10]&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt; Components&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Maemo is a modified version of the Debian Linux distribution, slimmed down for mobile devices.[11] It uses an X Window System-based graphical user interface using Xomap and the Matchbox window manager; the GUI uses the GTK+ toolkit and Hildon user interface widgets and API.&lt;br /&gt;
&lt;br /&gt;
BusyBox, a software package for embedded and mobile devices, replaces the GNU Core Utilities used in Debian-proper to reduce memory usage and storage requirements (at the expense of some functionality).&lt;br /&gt;
&lt;br /&gt;
ESD is used as the primary sound server, and GStreamer is used by the shipped media player to play back sounds and movies. The formats supported by GStreamer can be extended by compiling GStreamer plugins in scratchbox (Maemo SDK), which was done, for example, to bring Ogg support to the platform.[14] 3rd party media players can access GStreamer directly or via "osso-media-server".[citation needed]&lt;br /&gt;
&lt;br /&gt;
Window management is handled by the Matchbox window manager, which limits the screen to showing a single window at a time (Ubuntu Netbook Remix implements a similar system). This is to improve handheld usability on a mobile device with a small screen.&lt;br /&gt;
&lt;br /&gt;
Although Maemo is based on Linux and open source software, some parts of Maemo remain closed source. These include some user-space software, like certain statusbar and taskbar applets (including the display brightness applet) and applications, and some system daemons related to connectivity and power management.[citation needed]&lt;br /&gt;
&lt;br /&gt;
Maemo comes with a number of built-in applications, but additional applications can be installed from a number of sources, including various official and community software repositories and deb files through either the built-in package manager "Application manager" or apt and dpkg.&lt;br /&gt;
&lt;br /&gt;
Bundled applications include the Mozilla-based MicroB browser, Macromedia Flash, Gizmo5, and Skype.&lt;br /&gt;
&lt;span style="font-weight: bold;"&gt; Third-party applications&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Due in part to the free and open source nature of Linux and Maemo, porting applications to Maemo is a straightforward procedure. Because of this, there are many third-party applications available for the platform. Some applications are original software written specifically for Maemo, while other applications are straight ports of existing Linux programs. Some notable software includes:&lt;br /&gt;
&lt;br /&gt;
Media players&lt;br /&gt;
Canola (with network streaming), MPlayer&lt;br /&gt;
Internet&lt;br /&gt;
Claws Mail, Modest, Midori, Firefox for mobile&lt;br /&gt;
Office applications&lt;br /&gt;
Gnumeric (spreadsheet), Abiword (word processing)&lt;br /&gt;
Instant Messaging&lt;br /&gt;
Pidgin&lt;br /&gt;
VOIP&lt;br /&gt;
Gizmo5, Skype&lt;br /&gt;
Games&lt;br /&gt;
The Battle for Wesnoth, Wormux, Doom&lt;br /&gt;
Others&lt;br /&gt;
FBReader (e-book reader), GPE (OpenSync compatible PIM), rdesktop (RDP remote access), Rhapsody (subscription music, US only), ScummVM (game emulator), Wayfinder (fully featured GPS navigation software), Free42S (HP 42S calculator emulator), gPodder (podcast client), Maemo Mapper (includes GPS functionality), MaemoMyth (MythTV frontend that uses GMythStream), Monsoon HAVA (TV viewer and controller), Navit (GPS navigation software), Obscura Photo Manager, Palm Emulator from Access (ARM based Palm emulator), Phonelink (SMS and voice caller via BT), Quiver Image Viewer, SDict Viewer (sdict-based dictionary/encyclopedia viewer), Vagalume (Last.FM player), VNC, YouAmp (music player), LogMeIn Browser Plugin&lt;br /&gt;
Fremantle Stars&lt;br /&gt;
Applications developed by the community and supported by Nokia as Fremantle Stars will be part of Maemo 5.[ notable applications: Mauku (micro-blogging client),[ Maemo Mapper (map application),[ Physics (game),[ ScummVM (game, includes Beneath a Steel Sky),[ Xournal (notes/sketch utility),[ Fennec (web browser)[, FBReader (e-book reader),[22] OSM2Go (OpenStreetMap editor)&lt;br /&gt;
Debian&lt;br /&gt;
&lt;!-- Begin: AdBrite, Generated: 2010-05-01 23:36:34  --&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;
var AdBrite_Title_Color = '0000FF';
var AdBrite_Text_Color = '000000';
var AdBrite_Background_Color = 'FFFFFF';
var AdBrite_Border_Color = 'CCCCCC';
var AdBrite_URL_Color = '008000';
try{var AdBrite_Iframe=window.top!=window.self?2:1;var AdBrite_Referrer=document.referrer==''?document.location:document.referrer;AdBrite_Referrer=encodeURIComponent(AdBrite_Referrer);}catch(e){var AdBrite_Iframe='';var AdBrite_Referrer='';}
&lt;/script&gt;&lt;br /&gt;
&lt;script type="text/javascript"&gt;document.write(String.fromCharCode(60,83,67,82,73,80,84));document.write(' src="http://ads.adbrite.com/mb/text_group.php?sid=1620605&amp;zs=3330305f323530&amp;ifr='+AdBrite_Iframe+'&amp;ref='+AdBrite_Referrer+'" type="text/javascript"&gt;');document.write(String.fromCharCode(60,47,83,67,82,73,80,84,62));&lt;/script&gt;&lt;br /&gt;
&lt;div&gt;&lt;a target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=1620605&amp;afsid=1" style="font-weight:bold;font-family:Arial;font-size:13px;"&gt;Your Ad Here&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;!-- End: AdBrite --&gt;&lt;br /&gt;
OpenOffice.org running on Maemo 5 using Easy Debian.&lt;br /&gt;
The complete ARM Debian distribution can be installed as a Maemo application.[24], making thousands of software packages available (including OpenOffice, Firefox, Java, the GNOME, and LXDE desktops, etc). Debian ARM packages can also be used if they are modified with the maemo-optify tool for example). The ability to run largely-unmodified linux packages is the main difference compared to other Linux based mobile operating systems such as Android and webOS.&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title/><link>http://mobileprogramming2010.blogspot.com/2010/04/i-have-collected-some-sites-usefull-for.html</link><author>noreply@blogger.com (mobile teacher)</author><pubDate>Sun, 18 Apr 2010 02:52:00 -0700</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-2500291070982159172.post-8259226771263755583</guid><description>&lt;span style="font-size:130%;"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;i have collected some sites usefull for python developers in maemo....&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;N900&lt;br /&gt;&lt;br /&gt;http://lists.maemo.org/pipermail/maemo-developers/2009-October/021433.html&lt;br /&gt;http://www.pygtk.org/&lt;br /&gt;http://docs.python.org/distutils/index.html&lt;br /&gt;http://www.symbiantalk.net/showthread.php?14561-Python-for-Maemo&lt;br /&gt;http://pymaemo.garage.maemo.org/installation_device.html&lt;br /&gt;http://talk.maemo.org/showthread.php?t=43663&amp;amp;highlight=python&lt;br /&gt;http://croozeus.com/blogs/?p=1403&lt;br /&gt;http://www.allmeegodevices.com/category/mobile-phones/&lt;br /&gt;http://talk.maemo.org/showthread.php?t=19009&lt;br /&gt;http://www.themaemo.com/python-for-newbies/&lt;br /&gt;http://www.themaemo.com/tag/n900/&lt;br /&gt;http://www.themaemo.com/python-for-newbies/&lt;br /&gt;http://wiki.maemo.org/PyMaemo/Using_Python_in_Maemo&lt;div class="blogger-post-footer"&gt;http://mobileprogramming2010.blogspot.com/&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item></channel></rss>