<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>iLite's Weblog</title>
	<atom:link href="http://ilite.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ilite.wordpress.com</link>
	<description>The birth of a startup company that the technologies that help it grow</description>
	<lastBuildDate>Mon, 09 May 2011 08:17:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ilite.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>iLite's Weblog</title>
		<link>http://ilite.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ilite.wordpress.com/osd.xml" title="iLite&#039;s Weblog" />
	<atom:link rel='hub' href='http://ilite.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Determining the number of days between to UNIX timestamps</title>
		<link>http://ilite.wordpress.com/2011/01/05/determining-the-number-of-days-between-to-unix-timestamps/</link>
		<comments>http://ilite.wordpress.com/2011/01/05/determining-the-number-of-days-between-to-unix-timestamps/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 11:37:27 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=267</guid>
		<description><![CDATA[So I needed to know how many days there were between to UNIX timestamp values, and here is the code for those who may also need it. function dateDiffUnix($startDate) { echo &#8216;$start_date &#8216;.$startDate.&#8217; &#8211; &#8216;.date(&#8216;Y m d G:i:s&#8217;, $startDate).&#8217;&#60;br /&#62;&#8217;; $endDate = time(); echo &#8216;$end_date &#8216;.$endDate.&#8217; &#8211; &#8216;.date(&#8216;Y m d G:i:s&#8217;, $endDate).&#8217;&#60;br /&#62;&#8217;; $difference = [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=267&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I needed to know how many days there were between to UNIX timestamp values, and here is the code for those who may also need it.</p>
<p>function dateDiffUnix($startDate) {</p>
<div>
<div style="padding-left:30px;">echo &#8216;$start_date &#8216;.$startDate.&#8217; &#8211; &#8216;.date(&#8216;Y m d G:i:s&#8217;,  $startDate).&#8217;&lt;br /&gt;&#8217;;</div>
<div style="padding-left:30px;"></div>
<div style="padding-left:30px;">$endDate = time();</div>
<div style="padding-left:30px;">echo &#8216;$end_date &#8216;.$endDate.&#8217; &#8211; &#8216;.date(&#8216;Y m d G:i:s&#8217;, $endDate).&#8217;&lt;br  /&gt;&#8217;;</div>
<div style="padding-left:30px;"></div>
<div style="padding-left:30px;">$difference = $endDate &#8211; $startDate;</div>
<div style="padding-left:30px;">return round($difference / 86400);</div>
<div>}</div>
<div>echo &#8216;Unix date difference: &#8216;.dateDiffUnix(&#8220;1292479971&#8243;);        //  start time</div>
<div></div>
<div></div>
<div>In my case the start date will be passed in as a value from the database, but for this sample, a hard-coded value will suffice.</div>
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/267/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/267/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/267/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=267&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2011/01/05/determining-the-number-of-days-between-to-unix-timestamps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>
	</item>
		<item>
		<title>Making a List item scroll</title>
		<link>http://ilite.wordpress.com/2011/01/04/making-a-list-item-scroll/</link>
		<comments>http://ilite.wordpress.com/2011/01/04/making-a-list-item-scroll/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 07:25:56 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=264</guid>
		<description><![CDATA[Have you ever wanted your List items to automatically scroll&#8230;. well I have. I am building a Flex application that shows the latest 10 items in a list container. I would like to cycle through the list once every 5 seconds, taking the last item and displaying it at the top. I am using AMFPHP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=264&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have you ever wanted your List items to automatically scroll&#8230;. well I have. I am building a Flex application that shows the latest 10 items in a list container.</p>
<p>I would like to cycle through the list once every 5 seconds, taking the last item and displaying it at the top. I am using AMFPHP to retrieve the content from a MySQL database.</p>
<p>&nbsp;</p>
<p>So this is what I did</p>
<div>private function load():void</div>
<div>{</div>
<div style="padding-left:30px;">gateway = new RemotingConnection(serverName);</div>
<div style="padding-left:30px;">gateway.call(&#8220;mydetails&#8221;, new  Responder(onResult, onFault));</div>
<div>}</div>
<div></div>
<div>private function onResult(result:Array):void</div>
<div>{</div>
<div style="padding-left:30px;">ac = new ArrayCollection()</div>
<div style="padding-left:30px;">for each(item in result){</div>
<div style="padding-left:60px;">var o:TicketVO = new TicketVO();</div>
<div style="padding-left:60px;">o.ticketId = item["ticketid"];</div>
<div style="padding-left:60px;">o.summary = item["summary"];</div>
<div style="padding-left:60px;">ac.addItem(o);</div>
<div style="padding-left:30px;">}</div>
<div style="padding-left:30px;"></div>
<div style="padding-left:30px;">lRenderer.dataProvider = ac;                                                              // lRenderer is the name of my List container</div>
<div style="padding-left:30px;">timer = new Timer(5000, 0);</div>
<div style="padding-left:30px;">timer.addEventListener(TimerEvent.TIMER, updateList,  false, 0, true);</div>
<div style="padding-left:30px;">timer.start();</div>
<div>}</div>
<div></div>
<div>private function updateList(event:TimerEvent):void</div>
<div>{</div>
<div style="padding-left:30px;">var len:Number = ac.length;</div>
<div style="padding-left:30px;">var i:Object = new Object();</div>
<div style="padding-left:30px;">i = lRenderer.dataProvider.getItemAt(len-1,  1);                   // Get the last item in the list</div>
<div style="padding-left:30px;">lRenderer.dataProvider.removeItemAt(len-1);                    // Remove the  item from the list</div>
<div style="padding-left:30px;">lRenderer.dataProvider.addItemAt(i,0);                                 // Add it to the  top of the list</div>
<div>}</div>
<p>The above is just a snapshot of the code I used.</p>
<p>&nbsp;</p>
<p>Hope that helps some.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/264/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/264/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/264/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=264&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2011/01/04/making-a-list-item-scroll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>
	</item>
		<item>
		<title>iShop</title>
		<link>http://ilite.wordpress.com/2010/05/26/ishop/</link>
		<comments>http://ilite.wordpress.com/2010/05/26/ishop/#comments</comments>
		<pubDate>Wed, 26 May 2010 17:03:23 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shopping]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=255</guid>
		<description><![CDATA[After months of hard work, we are proud to say that the iShop is up and available for purchase! It&#8217;s a simple website with a shopping cart that has a customizable template. This allows you to showcase your products in an online shop without writing a single line of code. The framework around the iShop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=255&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">After months of hard work, we are proud to say that the iShop is up and available for purchase!</div>
<div id="_mcePaste">It&#8217;s a simple website with a shopping cart that has a customizable template. This allows you to showcase your products in an online shop without writing a single line of code.</div>
<div>The framework around the iShop is customizable and allows you to add as many products as you like. The process for your clients is simple and allows them to add and remove products from their shopping cart with a click of a button.</div>
<div>You do not need to be a programmer to use the iShop, some basic XML knowledge and an image editor for your product images is all that you need. Our online help file will assist you if you hit a snag.</div>
<div>Go to our <a href="http://www.ilite.co.za/ishop.php" target="_blank">website</a> if you would like to purchase the iShop.</div>
<div id="_mcePaste">- Kirsten</div>
<p><a href="http://ilite.files.wordpress.com/2010/05/ishop_13.jpg"><img class="alignleft size-full wp-image-256" title="iShop_1" src="http://ilite.files.wordpress.com/2010/05/ishop_13.jpg?w=300&#038;h=245" alt="" width="300" height="245" /></a></p>
<p><a href="http://ilite.files.wordpress.com/2010/05/ishop_23.jpg"><img class="alignleft size-full wp-image-257" title="iShop_2" src="http://ilite.files.wordpress.com/2010/05/ishop_23.jpg?w=300&#038;h=245" alt="" width="300" height="245" /></a></p>
<p><a href="http://ilite.files.wordpress.com/2010/05/ishop_32.jpg"><img class="alignleft size-full wp-image-258" title="iShop_3" src="http://ilite.files.wordpress.com/2010/05/ishop_32.jpg?w=300&#038;h=245" alt="" width="300" height="245" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/255/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/255/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/255/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=255&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2010/05/26/ishop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2010/05/ishop_13.jpg" medium="image">
			<media:title type="html">iShop_1</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2010/05/ishop_23.jpg" medium="image">
			<media:title type="html">iShop_2</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2010/05/ishop_32.jpg" medium="image">
			<media:title type="html">iShop_3</media:title>
		</media:content>
	</item>
		<item>
		<title>Moodle Offline #2</title>
		<link>http://ilite.wordpress.com/2010/04/04/moodle-offline-2/</link>
		<comments>http://ilite.wordpress.com/2010/04/04/moodle-offline-2/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 06:13:27 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[eLearning]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[offline]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=240</guid>
		<description><![CDATA[Just to recap on this topic. The question was asked, &#8220;Would it be possible to build an offline client for Moodle, and if so, how?&#8221; I previously looked at the different ways in which you could build a course, and then proceeded to discount them, leaving only Flash. You could build a standard &#8216;Topic&#8217; course [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=240&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">
<div id="_mcePaste">Just to recap on this topic. The question was asked, &#8220;Would it be possible to build an offline client for Moodle, and if so, how?&#8221;</div>
<div id="_mcePaste"></div>
<div id="_mcePaste">I previously looked at the different ways in which you could build a course, and then proceeded to discount them, leaving only Flash.</div>
<div id="_mcePaste">You could build a standard &#8216;Topic&#8217; course in Moodle using Flash content for each lesson in the course. The Flash content can be tracked in Flash (<a title="Matt" href="http://matbury.com/wordpress/2010/02/11/moodle-swf-activity-module-developer-preview/" target="_blank">Matt Bury</a>), and the Flash content can be launched and viewed on it&#8217;s own. So, no web server need for the PHP.</div>
<div id="_mcePaste"></div>
<div id="_mcePaste">So we could build a basic web page that looks like our Moodle course, and call the Flash content for each lesson. It&#8217;s manual work, and we have no tracking, but we do have an offline course that can be used by anyone.</div>
<div id="_mcePaste"></div>
<div id="_mcePaste">And that&#8217;s where the story ends&#8230;&#8230;.. not quite.</div>
<div id="_mcePaste"></div>
<div id="_mcePaste"></div>
<div id="_mcePaste">I&#8217;ve been playing around with AIR and SQLite db&#8217;s. For those not familiar with AIR and SQLite, I&#8217;ll explain briefly. Think of AIR as a desktop Flash application that can be installed on you PC, almost like an exe file. SQLite is a local database, that sits on your PC, and does not require a database server. Essentially the &#8216;data&#8217; is written to a file. An easy example would be if you were to build an address book using AIR and SQLite. The AIR application would be the front-end, used for view, adding and deleting contacts. All the contacts are saved in a file on your PC, the SQLite database.</div>
<div></div>
<div>So, this is the idea then.</div>
<div id="_mcePaste">
<ol>
<li>Instead of using a web page to hold the menu for the course and launch the Flash files, we build a small AIR application.</li>
<li>We start off by building an XML menu to define the course &#8211; Overview and lessons with links to the Flash content.</li>
<li>When we launch the AIR application, it uses the XML file to load a menu. Each item in the menu points to a Flash lesson from your course. These would be the same Flash files used in your Moodle course online.</li>
<li>Clicking a menu item will launch the Flash lesson.</li>
<li>As you work through the lesson, tracking data is back to the AIR application, which writes it to the SQLite database.</li>
</ol>
</div>
<div id="_mcePaste"></div>
<div id="_mcePaste">We now have an offline course that:</div>
<div id="_mcePaste">
<ol>
<li>Provides tracking information to a database</li>
<li>Uses the same content as the Moodle course</li>
<li>Does not require a server to be installed</li>
</ol>
</div>
<div id="_mcePaste"></div>
<div id="_mcePaste"></div>
<div id="_mcePaste">In the next addition I&#8217;ll be looking at a few limitation and possible roadblocks to this idea. Please feel free to pull my theory apart, or agree.</div>
<div></div>
<div>Sean</div>
<div id="_mcePaste"></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/240/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/240/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/240/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=240&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2010/04/04/moodle-offline-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>
	</item>
		<item>
		<title>Moodle Off-Line Application</title>
		<link>http://ilite.wordpress.com/2010/03/18/moodle-off-line-application/</link>
		<comments>http://ilite.wordpress.com/2010/03/18/moodle-off-line-application/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:15:05 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[eLearning]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[authorware]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[iLite]]></category>
		<category><![CDATA[LMS]]></category>
		<category><![CDATA[Off-line Learning]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=237</guid>
		<description><![CDATA[Someone asked me recently what the chances would be of building an offline client for Moodle. To be honest I had not thought about that, so I did. Moodle has three types of content essentially: Courses built using the Moodle authoring tool SCORM courses (including Authorware) Flash modules in the Moodle course To my mind [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=237&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Someone asked me recently what the chances would be of building an offline client for Moodle. To be honest I had not thought about that, so I did. Moodle has three types of content essentially:</p>
<ol>
<li> Courses built using the Moodle authoring tool</li>
<li> SCORM courses (including Authorware)</li>
<li> Flash modules in the Moodle course</li>
</ol>
<p>To my mind the offline client should be a stand-alone application that is installed on the Users PC. The application should permit the following:</p>
<ol>
<li>Log in using their Moodle Username and Password (Network access required)</li>
<li>View all their courses</li>
<li>Do a Course</li>
<li>Resume a Course they are busy with</li>
<li>Save the progress and results locally</li>
<li>Manually (or automatically) synchronize their data with the Moodle server.</li>
<li>View grades</li>
<li>Update their profile</li>
<li>See which other students are online (red dot, green dot)</li>
</ol>
<p>Now back to the courses. I think, and if I&#8217;m wrong please let me know, that all the courses use PHP pages to move the data from the content to the database. So, unless you install WAMP as part of the deployment, you&#8217;re pretty buggered.</p>
<p>So, now the question is, how can you build a course that can be used in Moodle, as well as in an offline application, that does not require Apache/MySQL and that will meet all the other requires I have mentioned above.</p>
<p>I have an idea, but would love to hear from you what your idea is.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=237&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2010/03/18/moodle-off-line-application/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>
	</item>
		<item>
		<title>iLite&#8217;s New Website</title>
		<link>http://ilite.wordpress.com/2010/01/08/ilites-new-website/</link>
		<comments>http://ilite.wordpress.com/2010/01/08/ilites-new-website/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 11:42:11 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[iLite Moodle Dashboard]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=233</guid>
		<description><![CDATA[Happy New Year! It feels like yesterday that we were saying that to 2009. With the start of a New Year, we thought &#8220;what better way to start the year off than with a new website design&#8221;. And there you have it&#8230; It&#8217;s up and running. The design is slick, easy to load and all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=233&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Happy New Year! It feels like yesterday that we were saying that to 2009.</p>
<p>With the start of a New Year, we thought &#8220;what better way to start the year off than with a new website design&#8221;. And there you have it&#8230; It&#8217;s up and running.</p>
<p>The design is slick, easy to load and all the information about us is really easy to find. You want to download a trial version of the iLite Moodle Dashboard? It is so easy, click the Trial button, fill in some details about yourself and download the trial.</p>
<p>Have a look, browse around the site and if there is anything more you would like to know about us, our products and services, drop me a mail.</p>
<p><a href="http://www.ilite.co.za">www.ilite.co.za</a></p>
<p>-Kirsten</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/233/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/233/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/233/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=233&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2010/01/08/ilites-new-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>
	</item>
		<item>
		<title>Where are your Users</title>
		<link>http://ilite.wordpress.com/2009/12/17/where-are-your-users/</link>
		<comments>http://ilite.wordpress.com/2009/12/17/where-are-your-users/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 18:26:10 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Google Map]]></category>
		<category><![CDATA[Moodle]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=227</guid>
		<description><![CDATA[The User Location Map plots the location of your Users on a Google Earth map. The plot point is added dynamically when the map loads and the data is pulled from the database. You may look at this and think it serves no purpose, and you would be correct. Sometimes as a developer it&#8217;s nice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=227&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_228" class="wp-caption alignleft" style="width: 869px"><a href="http://ilite.files.wordpress.com/2009/12/userlocation.jpg"><img class="size-full wp-image-228" title="userLocation" src="http://ilite.files.wordpress.com/2009/12/userlocation.jpg?w=859&#038;h=664" alt="User Location Map" width="859" height="664" /></a><p class="wp-caption-text">User Location Map</p></div>
<p>The User Location Map plots the location of your Users on a Google Earth map. The plot point is added dynamically when the map loads and the data is pulled from the database.</p>
<p>You may look at this and think it serves no purpose, and you would be correct. Sometimes as a developer it&#8217;s nice to look at something, and ask yourself, &#8220;I wonder if I could&#8230;&#8221;</p>
<p>..and then a few hours later you are pulling the locations from the mdl_user table and plotting them. I love visualizing the data. I know that the City is stored in the database and displayed as a word in a column &#8211; that&#8217;s boring, dead. Plot it on a map, see where it is, zoom in on it &#8211; now we have living data.</p>
<p>That is really the Dashboards core reason for existing. It exists so that you can interact more visually with your data. Like the relationship map, that allows you to view the Users that have done a Course, and then the Courses they have done, etc.</p>
<p>Sean</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/227/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/227/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/227/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=227&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2009/12/17/where-are-your-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2009/12/userlocation.jpg" medium="image">
			<media:title type="html">userLocation</media:title>
		</media:content>
	</item>
		<item>
		<title>New Feature in iLite Mobile Moodle</title>
		<link>http://ilite.wordpress.com/2009/11/09/new-feature-in-ilite-mobile-moodle/</link>
		<comments>http://ilite.wordpress.com/2009/11/09/new-feature-in-ilite-mobile-moodle/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 11:23:54 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[eLearning]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Websites]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[attempts]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[iLite]]></category>
		<category><![CDATA[Quiz]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=217</guid>
		<description><![CDATA[We have added a new feature! The iLite Mobile Moodle now shows all the attempts made in a quiz and scows all the scores for all the attempts in a specific quiz. &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; As you can see in this image, this shows you all the courses [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=217&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have added a new feature! The iLite Mobile Moodle now shows all the attempts made in a quiz and scows all the scores for all the attempts in a specific quiz.</p>
<p><img class="alignleft size-full wp-image-218" title="grades_1" src="http://ilite.files.wordpress.com/2009/11/grades_1.jpg?w=240&#038;h=320" alt="grades_1" width="240" height="320" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you can see in this image, this shows you all the courses that iLite Mobile Moodle has.</p>
<p>Select the course &#8220;French in Moodle&#8221;.</p>
<p><img class="alignleft size-full wp-image-221" title="grades_2" src="http://ilite.files.wordpress.com/2009/11/grades_21.jpg?w=240&#038;h=320" alt="grades_2" width="240" height="320" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As depicted in this image, all the quizzes for &#8220;French in Moodle&#8221; are displayed.</p>
<p>Select the quiz &#8220;Basics&#8221;.</p>
<p><img class="alignleft size-full wp-image-222" title="grades_3" src="http://ilite.files.wordpress.com/2009/11/grades_31.jpg?w=240&#038;h=320" alt="grades_3" width="240" height="320" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you can see by the above image, there were two attempts on the quiz &#8220;Basics&#8221; with the date and the score.</p>
<p>- Kirsten</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/217/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/217/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/217/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=217&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2009/11/09/new-feature-in-ilite-mobile-moodle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2009/11/grades_1.jpg" medium="image">
			<media:title type="html">grades_1</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2009/11/grades_21.jpg" medium="image">
			<media:title type="html">grades_2</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2009/11/grades_31.jpg" medium="image">
			<media:title type="html">grades_3</media:title>
		</media:content>
	</item>
		<item>
		<title>New Additions to iLite Mobile Moodle</title>
		<link>http://ilite.wordpress.com/2009/11/04/new-additions-to-ilite-mobile-moodle/</link>
		<comments>http://ilite.wordpress.com/2009/11/04/new-additions-to-ilite-mobile-moodle/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 10:49:22 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[eLearning]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=212</guid>
		<description><![CDATA[We have added to additional features to Mobile, they are My Profile and My Grades. My Profile Shows a list of your details, your name, User ID, email, city, country and when you first and last accessed the site. My Grades This shows a list of all the courses that you are registered for. When [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=212&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We have added to additional features to Mobile, they are My Profile and My Grades.</p>
<p><strong>My Profile</strong></p>
<p>Shows a list of your details, your name, User ID, email, city, country and when you first and last accessed the site.</p>
<p><strong>My Grades</strong></p>
<p>This shows a list of all the courses that you are registered for. When you select a course, it shows the quiz and the grade obtained for that quiz.</p>
<p><a href="http://www.ilite.co.za/mlearn/" target="_blank">http://www.ilite.co.za/mlearn/</a> (mary, password)</p>
<p>Mobile is only available to clients who host with iLite. For more information please contact me and I will gladly assist.</p>
<p>- Kirsten</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=212&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2009/11/04/new-additions-to-ilite-mobile-moodle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>
	</item>
		<item>
		<title>Download a trial version of the iLite Moodle Dashboard</title>
		<link>http://ilite.wordpress.com/2009/10/27/download-a-trial-version-of-the-ilite-moodle-dashboard/</link>
		<comments>http://ilite.wordpress.com/2009/10/27/download-a-trial-version-of-the-ilite-moodle-dashboard/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 09:41:57 +0000</pubDate>
		<dc:creator>ilite</dc:creator>
				<category><![CDATA[AIR]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[eLearning]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Moodle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Courses]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Multi-lingual]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://ilite.wordpress.com/?p=202</guid>
		<description><![CDATA[Visit iLite to download the 7 day trial version of the iLite Moodle Dashboard. There are some funky new additions to the Dashboard which include the multi-lingual support, improved User search functionality and the Course Relationship Map. The Course Relationship Map is something completely unique to the Dashboard. As you can see in the image [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=202&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Visit <a title="iLite Moodle Dashboard" href="http://ilite.co.za/moodle190/mod/resource/view.php?id=15">iLite</a> to download the 7 day trial version of the iLite Moodle Dashboard.</p>
<p>There are some funky new additions to the Dashboard which include the multi-lingual support, improved User search functionality and the Course Relationship Map.</p>
<p>The Course Relationship Map is something completely unique to the Dashboard. As you can see in the image below, we can see that the Course &#8211; iLite Dashboard, has 8 Users. We can also see that 5 of the 8 Users have a small (+) sign below them. This indicates that they are enrolled in other Courses. By clicking on the (+) sign, we expand a 3rd level, which shows the Courses that this User has enrolled for. Hover over the icon to view the Course name.</p>
<p>You may be wondering what is the purpose of the Relationship map, well it is to help you see what Courses the Users are doing at a glance. If a Course has prerequisites, you can view if they have been met simply by calling up the Relationship map.</p>
<p>- Kirsten</p>
<p><img class="alignleft size-full wp-image-209" title="courseRelationships" src="http://ilite.files.wordpress.com/2009/10/courserelationships1.jpg?w=688&#038;h=288" alt="courseRelationships" width="688" height="288" /></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ilite.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ilite.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ilite.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ilite.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ilite.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ilite.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ilite.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ilite.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ilite.wordpress.com&amp;blog=3090580&amp;post=202&amp;subd=ilite&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ilite.wordpress.com/2009/10/27/download-a-trial-version-of-the-ilite-moodle-dashboard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/328bfe8d607755cdf33e48f2de75c979?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ilite</media:title>
		</media:content>

		<media:content url="http://ilite.files.wordpress.com/2009/10/courserelationships1.jpg" medium="image">
			<media:title type="html">courseRelationships</media:title>
		</media:content>
	</item>
	</channel>
</rss>
