<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>aroona.com &#187; Technologies</title>
	<atom:link href="http://www.aroona.com/technologies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aroona.com</link>
	<description>learning, technology, bits in between</description>
	<lastBuildDate>Thu, 19 Apr 2012 23:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WARNING! Apple Store Hacked &#8211; Check Your Account</title>
		<link>http://www.aroona.com/2012/04/20/warning-apple-store-hacked-check-account/</link>
		<comments>http://www.aroona.com/2012/04/20/warning-apple-store-hacked-check-account/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 23:57:38 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[Technologies]]></category>

		<guid isPermaLink="false">http://www.aroona.com/?p=1310</guid>
		<description><![CDATA[Well bad news in my email this morning. iTunes Account Hacked.  Overnight an app had been downloaded by someone to a device not mine then purchased $36.50 of something, cleaning my account out. I logged straight into my iTunes account and changed my password and found that someone had downloaded a free app called &#8220;Kingdom [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/04/20/warning-apple-store-hacked-check-account/' addthis:title='WARNING! Apple Store Hacked &#8211; Check Your Account '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>Well bad news in my email this morning. iTunes Account Hacked.  Overnight an app had been downloaded by someone to a device not mine then purchased $36.50 of something, cleaning my account out.</p>
<p>I logged straight into my iTunes account and changed my password and found that someone had downloaded a free app called &#8220;Kingdom Quest&#8221; from Sega then made in app purchases totalling $36.50 &#8211; leaving me with an iTunes Store account balance of $1.54.</p>
<p><strong>The Sequence</strong><br />
First I knew was an email from Apple advising that my iTunes Store account had changes to Name and Credit card information.  Next was an email from Apple advising that the Kingdom Quest app had been downloaded to a previously unauthorised device.  Last, an email advising about the in-app purchases in Kingdom Quest.</p>
<p>Each email advises changing iTunes Account passwords if it wasnt a genuine account holder purchase.</p>
<p>Well, too late Apple.  Looking on your website I find that this has been going on since November 2010.  In the Apple forums there are more than 1500 comments over 101 webpages with over 230000 views on this same iTunes Store hack.  It has reached the media <a href="http://www.mercurynews.com/business/ci_20210295/apple-pressure-builds-over-app-store-fraud" target="_blank">here</a>.</p>
<p>I normally read of peoples Facebook, Twitter, Gmail, Paypal, eBay etc etc accounts being hacked and somehow always feel immune to it.  Well when it happens its not good.</p>
<p>Change your passwords regularly. Dont share them. Make them secure.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/04/20/warning-apple-store-hacked-check-account/' addthis:title='WARNING! Apple Store Hacked &#8211; Check Your Account '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.aroona.com/2012/04/20/warning-apple-store-hacked-check-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moodle Registration Based on Specific Email domain</title>
		<link>http://www.aroona.com/2012/04/18/moodle-registration-based-specific-email-domain/</link>
		<comments>http://www.aroona.com/2012/04/18/moodle-registration-based-specific-email-domain/#comments</comments>
		<pubDate>Tue, 17 Apr 2012 22:53:44 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[Technologies]]></category>

		<guid isPermaLink="false">http://www.aroona.com/?p=1306</guid>
		<description><![CDATA[I wanted to enable users to register in a course based on their email address. It toom me ages to find where in Moodle administration the setting is.  I did the usual search Moodle.org forums, then the web, eventually finding it.  For users to register in a Moodle course and only be able to self-enrol [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/04/18/moodle-registration-based-specific-email-domain/' addthis:title='Moodle Registration Based on Specific Email domain '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I wanted to enable users to register in a course based on their email address.</p>
<p>It toom me ages to find where in Moodle administration the setting is.  I did the usual search Moodle.org forums, then the web, eventually finding it.  For users to register in a Moodle course and only be able to self-enrol based on a specific email address domain go to:</p>
<p><em>Site Administration &gt; Plugins &gt; Authentication &gt; <a title="Authentication" href="http://docs.moodle.org/en/Authentication">Manage authentication</a></em>.)</p>
<p>Scroll down to the Allowed Email Domains field and enter the allowed domains without the @ symbol.</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/04/18/moodle-registration-based-specific-email-domain/' addthis:title='Moodle Registration Based on Specific Email domain '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.aroona.com/2012/04/18/moodle-registration-based-specific-email-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2 Litre Water bottle = 50 Watt Light bulb</title>
		<link>http://www.aroona.com/2012/02/25/2-litre-water-bottle-50-watt-light-bulb/</link>
		<comments>http://www.aroona.com/2012/02/25/2-litre-water-bottle-50-watt-light-bulb/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 22:17:06 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[coke]]></category>
		<category><![CDATA[communities]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.aroona.com/?p=1281</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/02/25/2-litre-water-bottle-50-watt-light-bulb/' addthis:title='2 Litre Water bottle = 50 Watt Light bulb '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://www.youtube.com/embed/_zMAWztZ6TI" frameborder="0" width="480" height="360"></iframe></p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/02/25/2-litre-water-bottle-50-watt-light-bulb/' addthis:title='2 Litre Water bottle = 50 Watt Light bulb '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.aroona.com/2012/02/25/2-litre-water-bottle-50-watt-light-bulb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evernote Template &#8211; Bible Study Passage Analysis</title>
		<link>http://www.aroona.com/2012/02/07/evernote-template-bible-study-passage-analysis/</link>
		<comments>http://www.aroona.com/2012/02/07/evernote-template-bible-study-passage-analysis/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 23:40:37 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[Faith]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Bible]]></category>
		<category><![CDATA[Evernote]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://www.aroona.com/?p=1241</guid>
		<description><![CDATA[A bunch of us have started looking at various Bible passages and are using a Bible Study format put out by the Navigators and other groups. I thought I&#8217;d create it as an Evernote note file so that anyone using Evernote and a mobile Bible reader could import it and use it. Download the Evernote [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/02/07/evernote-template-bible-study-passage-analysis/' addthis:title='Evernote Template &#8211; Bible Study Passage Analysis '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.aroona.com/wp-content/uploads/2012/02/evernote.jpg" width="240" title="Evernote Template   Bible Study Passage Analysis" alt="evernote Evernote Template   Bible Study Passage Analysis" />
		</p><p><a href="http://www.evernote.com/about/video/#zHom6bgqg9Y|1|1"><img class="alignright size-full wp-image-1242" title="evernote" src="http://www.aroona.com/wp-content/uploads/2012/02/evernote.jpg" alt="evernote Evernote Template   Bible Study Passage Analysis" width="228" height="206" /></a>A bunch of us have started looking at various Bible passages and are using a Bible Study format put out by the Navigators and other groups.</p>
<p>I thought I&#8217;d create it as an <a href="http://evernote.com/">Evernote</a> note file so that anyone using Evernote and a mobile Bible reader could import it and use it.</p>
<p>Download the Evernote Template from <a href="http://www.aroona.com/wp-content/uploads/Bible Study.enex">here</a><br />
(Downloading to Dropbox makes it easier to access from various devices running Evernote.)</p>
<p>Once saved to your computer here&#8217;s instructions for various operating systems I use:</p>
<p>&nbsp;</p>
<p><strong>Windows</strong></p>
<ul>
<li>Open Evernote</li>
<li>Select File&gt;Import&gt;Evernote Export Files&#8230;</li>
<li>Browse to and select the downloaded Evernote file &#8220;Bible Study.enex&#8221;</li>
<li>Evernote will create a new notebook called &#8220;Imported Notes&#8221; and place the file there</li>
<li>Relocate the Bible Study note to wherever you want</li>
</ul>
<p>&nbsp;</p>
<p><strong>Mac OS X Lion</strong></p>
<ul>
<li>Browse to and double click the downloaded Evernote file &#8220;Bible Study.enex&#8221;</li>
<li>Evernote will open and ask if you want to import the file and the tags. make your choice and click Continue</li>
<li>Evernote creates a new Notebook called &#8220;Import Bible Study&#8221; and places the Bible Study note there</li>
<li>Relocate the Bible Study note to wherever you want</li>
</ul>
<p>&nbsp;</p>
<p><strong>Android</strong></p>
<ul>
<li>Its not possible ot import into the Android version of Evernote &#8211; so you will need to import into a Windows/Mac version then let the Android Evernote app sync to add the file</li>
</ul>
<p>&nbsp;</p>
<p><strong>iPad</strong></p>
<ul>
<li>havent tested if I can import yet, but itll sync like Android otherwise</li>
</ul>
<p><strong>TIP:</strong> When your familiar with the template structure just delete the question prompts to shorten the note length.</p>
<p>&nbsp;</p>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/02/07/evernote-template-bible-study-passage-analysis/' addthis:title='Evernote Template &#8211; Bible Study Passage Analysis '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.aroona.com/2012/02/07/evernote-template-bible-study-passage-analysis/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ongoing Prezi &#8211; tools for teaching and learning</title>
		<link>http://www.aroona.com/2012/01/31/ongoing-prezi-tools-teaching-learning/</link>
		<comments>http://www.aroona.com/2012/01/31/ongoing-prezi-tools-teaching-learning/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 06:19:01 +0000</pubDate>
		<dc:creator>Campbell</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Technologies]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Prezi]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://www.aroona.com/?p=1234</guid>
		<description><![CDATA[I thought I&#8217;d embed a Prezi file Ive been developing to curate websites and web tools which I think are helpful in learning and teaching.  Its not complete, in that its not a presentation, but feel free to copy what Ive got and add or modify it. Link to Prezi file &#8211; here &#8211; http://prezi.com/blnofkc6u0tu/maf-workshop-web-tools-for-teaching-and-learning/ [...]<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/01/31/ongoing-prezi-tools-teaching-learning/' addthis:title='Ongoing Prezi &#8211; tools for teaching and learning '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d embed a Prezi file Ive been developing to curate websites and web tools which I think are helpful in learning and teaching.  Its not complete, in that its not a presentation, but feel free to copy what Ive got and add or modify it.</p>
<p>Link to Prezi file &#8211; here &#8211; <a href="http://prezi.com/blnofkc6u0tu/maf-workshop-web-tools-for-teaching-and-learning/">http://prezi.com/blnofkc6u0tu/maf-workshop-web-tools-for-teaching-and-learning/</a></p>
<p>&nbsp;</p>
<div class="prezi-player"><object id="prezi_blnofkc6u0tu" width="597" height="434" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="flashvars" value="prezi_id=blnofkc6u0tu&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0" /><param name="src" value="http://prezi.com/bin/preziloader.swf" /><embed id="prezi_blnofkc6u0tu" width="597" height="434" type="application/x-shockwave-flash" src="http://prezi.com/bin/preziloader.swf" allowfullscreen="true" allowscriptaccess="always" flashvars="prezi_id=blnofkc6u0tu&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0" /></object></p>
<div class="prezi-player-links">
<p><a title="MAF Workshop - Web tools for Teaching and Learning" href="http://prezi.com/blnofkc6u0tu/maf-workshop-web-tools-for-teaching-and-learning/">MAF Workshop &#8211; Web tools for Teaching and Learning</a> on <a href="http://prezi.com">Prezi</a></p>
</div>
</div>
<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.aroona.com/2012/01/31/ongoing-prezi-tools-teaching-learning/' addthis:title='Ongoing Prezi &#8211; tools for teaching and learning '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.aroona.com/2012/01/31/ongoing-prezi-tools-teaching-learning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

