<?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>andremalan.net</title>
	<atom:link href="http://andremalan.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://andremalan.net</link>
	<description>Hacking Education and Technology</description>
	<lastBuildDate>Thu, 17 May 2012 14:07:01 +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>Coding Reflection &#8211; Reading and Testing</title>
		<link>http://andremalan.net/blog/2012/05/14/coding-reflection-reading-and-testing/</link>
		<comments>http://andremalan.net/blog/2012/05/14/coding-reflection-reading-and-testing/#comments</comments>
		<pubDate>Mon, 14 May 2012 13:12:58 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1207</guid>
		<description><![CDATA[Reading Reading books about the technologies that you are using is really important. It gives you something that just looking at existing code doesn&#8217;t. Over time a code base tends to train developers into doing things &#8220;it&#8217;s way&#8221; and it takes an external influence to help pull the team into better ways of doing things. My Kindle has been an amazing resource, as I can have all of my technical books with me whenever I am on the train or find myself waiting in line. Then, when I&#8217;m working at my computer, I can use the Kindle app to pull up relevant sections that I remember. Searching for something that you know exists in a good technical book can be 50 times faster than looking for it on Google. One important optimization to this is to spend time reading books about the things that you are doing. And not just &#8220;oh, I&#8217;m writing rails code, so I should read a Ruby on Rails book&#8221;. That&#8217;s a great place to start, but if you have a specific thing you will be  working on the next day, read that book. So if I was going to spend my next day writing and fixing tests, I read an RSpec book. If the stuff that I&#8217;m working on is mainly plain Ruby code, I read a Ruby book. Playing with Routes tomorrow? read the Routes section of a Rails book. Testing Unit testing is unit testing, not integration testing. Don&#8217;t confuse them. Tightly coupled unit tests where you create factories for 6 objects and rely on pulling in RSS or JSON from an external service make life hell for everyone. Yes, it&#8217;s more work and it seems silly to mock everything out when you&#8217;re doing it, but being militant is the only way to keep things clean. It also makes the specs a lot faster, something that makes up for the extra time you spend building a mock object instead of just using FactoryGirl. The other benefit is that if your proper unit tests are hard to write then that&#8217;s a pretty clear code smell. Rewriting the code to make the testing easier can lead to much cleaner, less coupled code. When you have to pay attention to everything that your code interacts with (by mocking out each interaction), you become a lot more sensitive to how much it relies on that other stuff that it really shouldn&#8217;t be relying on. &#160; &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><strong>Reading</strong></p>
<p><img class="alignright size-medium wp-image-1208" title="Technology books" src="http://andremalan.net/wp-content/uploads/2012/05/tech-books-300x192.png" alt="Technology books" width="300" height="192" />Reading books about the technologies that you are using is really important. It gives you something that just looking at existing code doesn&#8217;t. Over time a code base tends to train developers into doing things &#8220;it&#8217;s way&#8221; and it takes an external influence to help pull the team into better ways of doing things. My Kindle has been an amazing resource, as I can have all of my technical books with me whenever I am on the train or find myself waiting in line. Then, when I&#8217;m working at my computer, I can use the Kindle app to pull up relevant sections that I remember. Searching for something that you know exists in a good technical book can be 50 times faster than looking for it on Google.</p>
<p>One important optimization to this is to spend time reading books about the things that you are doing. And not just &#8220;oh, I&#8217;m writing rails code, so I should read a Ruby on Rails book&#8221;. That&#8217;s a great place to start, but if you have a specific thing you will be  working on the next day, read that book. So if I was going to spend my next day writing and fixing tests, I read an RSpec book. If the stuff that I&#8217;m working on is mainly plain Ruby code, I read a Ruby book. Playing with Routes tomorrow? read the Routes section of a Rails book.</p>
<p><strong>Testing</strong></p>
<p>Unit testing is unit testing, not integration testing. Don&#8217;t confuse them. Tightly coupled unit tests where you create factories for 6 objects and rely on pulling in RSS or JSON from an external service make life hell for everyone. Yes, it&#8217;s more work and it seems silly to mock everything out when you&#8217;re doing it, but being militant is the only way to keep things clean. It also makes the specs a lot faster, something that makes up for the extra time you spend building a mock object instead of just using FactoryGirl.</p>
<p>The other benefit is that if your proper unit tests are hard to write then that&#8217;s a pretty clear code smell. Rewriting the code to make the testing easier can lead to much cleaner, less coupled code. When you have to pay attention to everything that your code interacts with (by mocking out each interaction), you become a lot more sensitive to how much it relies on that other stuff that it really shouldn&#8217;t be relying on.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2012/05/14/coding-reflection-reading-and-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflection Reboot</title>
		<link>http://andremalan.net/blog/2012/05/13/reflection-reboot/</link>
		<comments>http://andremalan.net/blog/2012/05/13/reflection-reboot/#comments</comments>
		<pubDate>Sun, 13 May 2012 18:14:33 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1198</guid>
		<description><![CDATA[In my last coding reflection post I spoke about how awesome the reflection process was and how much it was becoming a habit. Seeing as that was over 2 months ago&#8230; I guess I spoke too soon. I did do my reflections for a week or so after that, but didn&#8217;t post them. The reasons for stopping were two-fold: 1) I was running out of &#8220;easy&#8221; reflections and had to dig deeper to get there. 2) I started Taekwondo. While Taekwondo is awesome (I&#8217;m happier and fitter than I have been in a long time) it means that instead of coding till I can&#8217;t anymore, then reflecting for a bit and going home, I now work up until practice starts (my Dojang is a block away from Red Rover HQ making it easy to work until the last possible minute). Practice then clears my head of the code (which is great&#8230; it stops the nightmares) but it also clears my head of reflective thoughts on that code. So noting that in the time that I was reflecting my skill level went through the roof, I need to change the system so that reflection once again becomes easy. The plan is: 1) Instead of reflecting at the end of the day, I will do it at 5pm every day. 2) Instead of making the expectation: &#8220;think of all the things you have learnt today&#8221; I&#8217;m going to reduce the load to: &#8220;think of one thing you&#8217;ve learnt&#8221; and &#8220;create shortcut that you could have taken&#8221; (taking a cue from Yan). 3) Posts aren&#8217;t going to be numbered anymore, but themed. That way I can make each one more self-contained and coherent, while again reducing the pressure to put in too much. 4) I&#8217;m going to keep a page of &#8220;rules&#8221; that I can edit and update as I learn things, to make it easier to quickly review and scan my most importnat learning in the morning.]]></description>
			<content:encoded><![CDATA[<p>In my <a title="Coding Reflections – Week 3" href="http://andremalan.net/blog/2012/02/27/coding-reflections-week-3/" target="_blank">last coding reflection post</a> I spoke about how awesome the reflection process was and how much it was becoming a habit. Seeing as that was over 2 months ago&#8230; I guess I spoke too soon.</p>
<p>I did do my reflections for a week or so after that, but didn&#8217;t post them. The reasons for stopping were two-fold:</p>
<p>1) I was running out of &#8220;easy&#8221; reflections and had to dig deeper to get there.</p>
<p>2) I started Taekwondo. While Taekwondo is awesome (I&#8217;m happier and fitter than I have been in a long time) it means that instead of coding till I can&#8217;t anymore, then reflecting for a bit and going home, I now work up until practice starts (my Dojang is a block away from Red Rover HQ making it easy to work until the last possible minute). Practice then clears my head of the code (which is great&#8230; it stops the nightmares) but it also clears my head of reflective thoughts on that code.</p>
<p>So noting that in the time that I was reflecting my skill level went through the roof, I need to change the system so that reflection once again becomes easy.</p>
<p>The plan is:<br />
<a title="ReBoot Discs by orijinal, on Flickr" href="http://www.flickr.com/photos/orijinal/5886879782/"><img class="alignright" src="http://farm7.staticflickr.com/6053/5886879782_7934901b9c_n.jpg" alt="ReBoot Discs" width="240" height="320" /></a></p>
<p>1) Instead of reflecting at the end of the day, I will do it at 5pm every day.</p>
<p>2) Instead of making the expectation: &#8220;think of all the things you have learnt today&#8221; I&#8217;m going to reduce the load to: &#8220;think of one thing you&#8217;ve learnt&#8221; and &#8220;create shortcut that you could have taken&#8221; (taking a cue from <a title="Yan Pritzker" href="http://yanpritzker.com/2012/04/25/5-minutes-a-day-for-exponential-productivity/" target="_blank">Yan</a>).</p>
<p>3) Posts aren&#8217;t going to be numbered anymore, but themed. That way I can make each one more self-contained and coherent, while again reducing the pressure to put in too much.</p>
<p>4) I&#8217;m going to keep <a title="Writing Great Code" href="http://andremalan.net/writing-great-code/">a page of &#8220;rules&#8221;</a> that I can edit and update as I learn things, to make it easier to quickly review and scan my most importnat learning in the morning.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2012/05/13/reflection-reboot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coding Reflections &#8211; Week 3</title>
		<link>http://andremalan.net/blog/2012/02/27/coding-reflections-week-3/</link>
		<comments>http://andremalan.net/blog/2012/02/27/coding-reflections-week-3/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 11:00:07 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1179</guid>
		<description><![CDATA[Week 3 of attempting to speed up my learning process through reflection. On the reflection process: After 15 days of practice, this is really starting to feel like a habit. I&#8217;m starting to see the circles get smaller (the Art of Learning is a great book) in my work and when previously I could only think about things in their macro forms, I am discovering even more subtleties. One way that I am starting  to make the circles smaller in the reflection process is by forming the habit of reflecting immediately when something happens. I think it has to do with what this article suggests, that  the habit of reflecting on mistakes as they happen can greatly increase the speed at which one learns. So instead of spending a long time at the end of the day thinking back on what I did, I am instead reflecting at the point of the mistake (which for me usually means taking too long to find a bug) and trying to find ways to avoid it in the future. &#160; Programming: Sometimes doing the smallest thing doesn&#8217;t mean starting small. Instead of building up to something big piece by piece, it can often be more effective to take a large block of code that currently works (from somewhere else in the code base or the internet) and whittling that down to only the essentials. There is skill required in making sure you got rid of all the non-essentials, but if you&#8217;re diligent, it can be really successful. &#160; concentrate on differences. When faced with a complex system that works and a simpler one that doesn&#8217;t, you can either increase the complexity of the broken system until it works, or decrease the complexity of the working one in order to see what parts are truly necessary for what you need done. An example is that this week I had a component that when given a hash with 10 entries would work, but that wouldn&#8217;t work when I fed it my own hash with 3 entries. I then methodically added things to my hash until it was exactly the same as the complex one and the function still didn&#8217;t accept it. Finally I went the other way and stripped the 10 item hash down to 3.. and the function still accepted that hash. Now with much less complexity I could look deeper and see that the difference wasn&#8217;t in the entries, but in the hash type (the one that worked was a &#8220;HashWithIndifferentAccess&#8221; instead of a normal Hash) &#160; Look for more than one example. When you are working with a large code base and have to do something that is done somewhere else in the application, look hard for other places where things are used. Remember to check more than one place instead of assuming that the code is DRY and it&#8217;s all done the same way throughout the application. If you do find that there is more than one way to do something, be sure to use the best...]]></description>
			<content:encoded><![CDATA[<p>Week 3 of attempting to speed up my learning process through reflection.</p>
<p><strong>On the reflection process:</strong></p>
<p>After 15 days of practice, this is really starting to feel like a habit. I&#8217;m starting to see the <a title="Making circles smaller" href="http://theartoflearningproject.org/educate/resources/make-smaller-circles/" target="_blank">circles get smaller</a> (<a title="the Art of Learning" href="http://www.amazon.com/Art-Learning-Journey-Optimal-Performance/dp/0743277465/ref=sr_1_1?ie=UTF8&amp;qid=1330312466&amp;sr=8-1" target="_blank">the Art of Learning</a> is a great book) in my work and when previously I could only think about things in their macro forms, I am discovering even more subtleties.</p>
<p>One way that I am starting  to make the circles smaller in the reflection process is by forming the habit of reflecting immediately when something happens. I think it has to do with what <a title="Why do some people learn faster" href="http://www.wired.com/wiredscience/2011/10/why-do-some-people-learn-faster-2" target="_blank">this article</a> suggests, that  the habit of reflecting on mistakes <em>as they happen</em> can greatly increase the speed at which one learns. So instead of spending a long time at the end of the day thinking back on what I did, I am instead reflecting at the point of the mistake (which for me usually means taking too long to find a bug) and trying to find ways to avoid it in the future.</p>
<p>&nbsp;</p>
<p><strong>Programming:</strong></p>
<p><em>Sometimes doing the smallest thing doesn&#8217;t mean starting small</em>. Instead of building up to something big piece by piece, it can often be more effective to take a large block of code that currently works (from somewhere else in the code base or the internet) and whittling that down to only the essentials. There is skill required in making sure you got rid of all the non-essentials, but if you&#8217;re diligent, it can be really successful.</p>
<p>&nbsp;<br />
<em>concentrate on difference</em>s. When faced with a complex system that works and a simpler one that doesn&#8217;t, you can either increase the complexity of the broken system until it works, or decrease the complexity of the working one in order to see what parts are truly necessary for what you need done. An example is that this week I had a component that when given a hash with 10 entries would work, but that wouldn&#8217;t work when I fed it my own hash with 3 entries. I then methodically added things to my hash until it was exactly the same as the complex one and the function still didn&#8217;t accept it. Finally I went the other way and stripped the 10 item hash down to 3.. and the function still accepted that hash. Now with much less complexity I could look deeper and see that the difference wasn&#8217;t in the entries, but in the hash type (the one that worked was a &#8220;HashWithIndifferentAccess&#8221; instead of a normal Hash)</p>
<p>&nbsp;</p>
<p><em>Look for more than one example</em>. When you are working with a large code base and have to do something that is done somewhere else in the application, look hard for other places where things are used. Remember to check more than one place instead of assuming that the code is DRY and it&#8217;s all done the same way throughout the application. If you do find that there is more than one way to do something, be sure to use the best way possible and then go back and update the bad example.</p>
<p><a href="http://cheezburger.com/dankunmeh249/lolz/View/2551462912"><img id="_r_a_2551462912" class="event-item-lol-image alignright" title="Kitteh used Scratch!!  Its super effective" src="http://images.cheezburger.com/completestore/2009/8/20/128952544744839520.jpg" alt="Kitteh used Scratch!!  Its super effective" width="315" height="205" /></a></p>
<p>&nbsp;</p>
<p><em>Write things down</em>. The tactic of writing out all the possible causes has been proving really effective. Like super effective! I&#8217;m constantly amazed at how well it helps me spot the areas where I should be focusing on. Tracing out the actual flow of a piece of code across functions and source files is way better out in the open than in your head, your mind makes false leaps and assumptions that the cold hard light of a whiteboard marker uncovers easily.</p>
<p>&nbsp;</p>
<p><em>Code in flow state more often</em>. I&#8217;ve spent a lot of time <a title="Build your trigger" href="http://theartoflearningproject.org/educate/resources/build-your-trigger/" target="_blank">building my trigge</a>r&#8230; now I just need use it more often.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2012/02/27/coding-reflections-week-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Coding Reflections &#8211; Part 2</title>
		<link>http://andremalan.net/blog/2012/02/20/coding-reflections-part-2/</link>
		<comments>http://andremalan.net/blog/2012/02/20/coding-reflections-part-2/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 11:32:47 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1167</guid>
		<description><![CDATA[Continuing with my attempt to increase the speed at which I master the craft of programming, here is my second week of reflection. One part of the reflection process that I noted was that reminding yourself of the previous reflections is crucial. Toward the end of the week I found that rereading me reflections from earlier really helped me to not repeat those previous mistakes. Week 2: Always make the minimal amount of changes to go from working to not working. Yes, I know i started with this one last week, but it bears repeating. This week I did a lot of building new things and again found myself being slowed down by making too many changes and then having to figure out which one of those changes didn&#8217;t work as they were supposed to. Starting with the simplest thing takes discipline. I&#8217;m not sure why that is, but our brains seem to want to see big effects and use those to trip us up. In order to practice the simplest thing we need to be continually vigilant. Pay careful attention to any error trace. Often the answer is buried deeply and even though after making changes it may look like the trace is the same as before, there could be changes in where the error came from a few lines down from the top of the trace. Write bad code. One problem that I&#8217;ve been having (probably magnified by the fact that I&#8217;m working  in Ruby on Rails) is that everything I read really concentrates on writing and architecting really good code. The problem with that is that it is really hard to know what the best code is as you go along. As you code you get paralyzed by the different design choices. You then spend hours trying to make what you think may be good design work, only to throw it away because the direction of the code means that another design pattern actually makes more sense. Instead, if you write crappy code that just gets the feature complete as quickly as possible, you end up with a complete feature and time left over to refactor (of course this only works if you&#8217;ve written tests to ensure that everything stays working after the refactoring is finished). I think it&#8217;s a lot easier to see where to fix bad code than it is to ponder over what the best code is to write. Of course, a big part of this strategy is the commitment to go back and actually do the refactoring. Code review helps a lot as sheer embarrassment can be a great motivator for going back and making sure your code looks good!  Follow the Law of Demeter. There are many complex aspects to this law, but the heuristic that I&#8217;ve been using is thinking about it as &#8220;don&#8217;t take your toys apart&#8221;. If your context has a class, then you can call any of it&#8217;s methods or attributes, but you cannot &#8220;break the toy apart&#8221; and call methods of that toy&#8217;s...]]></description>
			<content:encoded><![CDATA[<p>Continuing with my attempt to increase the speed at which <a title="Coding Reflections – Part 1" href="http://andremalan.net/blog/2012/02/11/coding-reflections-part-1/">I master the craft of programming</a>, here is my second week of reflection.</p>
<p>One part of the reflection process that I noted was that reminding yourself of the previous reflections is crucial. Toward the end of the week I found that rereading me reflections from earlier really helped me to not repeat those previous mistakes.</p>
<p>Week 2:</p>
<p><em>Always make the minimal amount of changes to go from working to not working</em>. Yes, I know i started with this one last week, but it bears repeating. This week I did a lot of building new things and again found myself being slowed down by making too many changes and then having to figure out which one of those changes didn&#8217;t work as they were supposed to. Starting with the simplest thing takes discipline. I&#8217;m not sure why that is, but our brains seem to want to see big effects and use those to trip us up. In order to practice the simplest thing we need to be continually vigilant.</p>
<p><em>Pay careful attention to any error trac</em>e. Often the answer is buried deeply and even though after making changes it may look like the trace is the same as before, there could be changes in where the error came from a few lines down from the top of the trace.</p>
<p><em>Write bad code.</em> One problem that I&#8217;ve been having (probably magnified by the fact that I&#8217;m working  in Ruby on Rails) is that everything I read really concentrates on writing and architecting really good code. The problem with that is that it is really hard to know what the best code is as you go along. As you code you get paralyzed by the different design choices. You then spend hours trying to make what you think may be good design work, only to throw it away because the direction of the code means that another design pattern actually makes more sense. Instead, if you write crappy code that just gets the feature complete as quickly as possible, you end up with a complete feature and time left over to refactor (of course this only works if you&#8217;ve written tests to ensure that everything stays working after the refactoring is finished). I think it&#8217;s a lot easier to see where to fix bad code than it is to ponder over what the best code is to write. Of course, a big part of this strategy is the commitment to go back and actually do the refactoring. Code review helps a lot as sheer embarrassment can be a great motivator for going back and making sure your code looks good!</p>
<p><a title="Danbo conoce a Domo - Danbo meets Domo by GViciano, on Flickr" href="http://www.flickr.com/photos/gviciano/4060850226/"><img class="alignright" src="http://farm4.staticflickr.com/3486/4060850226_7dc0a53f27.jpg" alt="Danbo conoce a Domo - Danbo meets Domo" width="320" height="213" /></a></p>
<p><em> Follow the <a title="Law of demeter" href="http://c2.com/cgi/wiki?LawOfDemeter" target="_blank">Law of Demeter</a></em>. There are many complex aspects to this law, but the heuristic that I&#8217;ve been using is thinking about it as &#8220;don&#8217;t take your toys apart&#8221;. If your context has a class, then you can call any of it&#8217;s methods or attributes, but you cannot &#8220;break the toy apart&#8221; and call methods of that toy&#8217;s attributes. <a title="Example of the law of demeter" href="http://www.ccs.neu.edu/research/demeter/demeter-method/LawOfDemeter/paper-boy/demeter.pdf" target="_blank">This article</a> does a good job of explaining why breaking the Law would seem silly in a real world context. When you buy something, when the cashier asks you to pay, they don&#8217;t &#8220;break you apart&#8221; by grabbing your wallet (your attribute) and taking the money straight out. Instead, they ask you for the money and you give it to them. They don&#8217;t even have to know about your wallet, maybe you don&#8217;t have one and just shove your money into your pockets, that would make a waiter trained to take money from wallets very confused and would be a very awkward end to the evening. Throughout the week I found that code following the law was super easy to debug and refactor, code that didn&#8217;t wasn&#8217;t, with fun little errors popping up like &#8220;you called x on nil&#8221;.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2012/02/20/coding-reflections-part-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Coding Reflections &#8211; Week 1</title>
		<link>http://andremalan.net/blog/2012/02/11/coding-reflections-part-1/</link>
		<comments>http://andremalan.net/blog/2012/02/11/coding-reflections-part-1/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 21:24:37 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1134</guid>
		<description><![CDATA[Working full time as a developer again, I&#8217;m trying to apply my years of thinking about learning to my programming. Learning in school is one thing, it&#8217;s supposed to be the point of school after all. Learning at school became even easier for me once I reached the all important &#8220;learning matters far more than grades&#8221; conclusion. Learning while working full time is very different though. You have to explicitly decide to learn, to take extra steps to learn, otherwise learning stagnates and you find yourself stuck at the same skill level for years. I&#8217;m determined to not let that happen, so will be making every effort to keep up the pace of my learning. Of course, there are many ways to practice &#8220;continuous learning&#8221;, but the one that I&#8217;m going to be attempting is just reflection. Sure, learning &#8220;the hard way&#8221; and other techniques may be more effective in the short run, but using them while at the same time producing as much good work as possible is hard. Using reflection as a tool for learning has the benefit of not taking time away from other important tasks and is arguably a more sustainable learning habit to create. So the learning plan is as follows: Every day after work, I reflect on what happened. Where did I make mistakes, where was I brilliant? what did I learn? At the end of every week I can review the learning and summarize it. I will try and post these summaries here every week. Some of it will be new learning, some of it will be things I&#8217;ve forgotten some will be things I didn&#8217;t do because of lack of sleep and some will be pure guesses as to what will help make things better. I will break things into sections, general programming  and language specific learning. Week 1 General Programming: Much of this week was spent refactoring old code, in order to make a new set of features easier to implement. The process took me much longer than it should have. Here are some ways that I think can make the process of refactoring less painful. Always make the minimal amount of changes to go from working to not working. My method was to first change the main attributes to be named correctly, then to watch for where things broke when they called for those attributes. Terrible idea. The last thing that one should do is rename badly named variables and attributes. The first thing to do should be to DRY up the code as much as possible, only after everything is working and the code is as elegant as possible, should you worry about renaming old bad names. a &#8220;rename_column&#8221; migration is a hell of a lot cheaper than hunting through bad code for all references to a badly named variable/attribute. On the subject of renaming attributes never use &#8220;find and replace all&#8221;. Check each instance of something that gets replaced. If there are too many of them, then it means that you haven&#8217;t...]]></description>
			<content:encoded><![CDATA[<p>Working full time as a developer again, I&#8217;m trying to apply my years of thinking about learning to my programming. Learning in school is one thing, it&#8217;s supposed to be the point of school after all. Learning at school became even easier for me once I reached the all important &#8220;learning matters far more than grades&#8221; conclusion. Learning while working full time is very different though. You have to explicitly decide to learn, to take extra steps to learn, otherwise learning stagnates and you find yourself stuck at the same skill level for years. I&#8217;m determined to not let that happen, so will be making every effort to keep up the pace of my learning.</p>
<p>Of course, there are many ways to practice &#8220;continuous learning&#8221;, but the one that I&#8217;m going to be attempting is just reflection. Sure, learning &#8220;the hard way&#8221; and other techniques may be more effective in the short run, but using them while at the same time producing as much good work as possible is hard. Using reflection as a tool for learning has the benefit of not taking time away from other important tasks and is arguably a more sustainable learning habit to create.</p>
<p><strong>So the learning plan is as follows:</strong></p>
<p>Every day after work, I reflect on what happened. Where did I make mistakes, where was I brilliant? what did I learn?</p>
<p>At the end of every week I can review the learning and summarize it. I will try and post these summaries here every week. Some of it will be new learning, some of it will be things I&#8217;ve forgotten some will be things I didn&#8217;t do because of lack of sleep and some will be pure guesses as to what will help make things better. I will break things into sections, general programming  and language specific learning.</p>
<p><strong>Week 1</strong></p>
<h2>General Programming:</h2>
<p>Much of this week was spent refactoring old code, in order to make a new set of features easier to implement. The process took me much longer than it should have. Here are some ways that I think can make the process of refactoring less painful.</p>
<p><em>Always make the minimal amount of changes to go from working to not working</em>. My method was to first change the main attributes to be named correctly, then to watch for where things broke when they called for those attributes. Terrible idea.</p>
<p><em>The last thing that one should do is rename badly named variables and attributes</em>. The first thing to do should be to <a title="DRY" href="http://en.wikipedia.org/wiki/Don't_repeat_yourself" target="_blank">DRY</a> up the code as much as possible, only after everything is working and the code is as elegant as possible, should you worry about renaming old bad names. a &#8220;rename_column&#8221; migration is a hell of a lot cheaper than hunting through bad code for all references to a badly named variable/attribute.</p>
<p>On the subject of renaming attributes <em>never use &#8220;find and replace all&#8221;.</em> Check each instance of something that gets replaced. If there are too many of them, then it means that you haven&#8217;t done the DRY work that you should have first. If you do use &#8220;find and replace all&#8221; then every bug that you encounter for the next hour should have you thinking… &#8220;could this have been because of that find and replace all that I shouldn&#8217;t have done?&#8221;</p>
<p><strong>Basic debugging:</strong></p>
<p><em>Resist the temptation to just mindlessly trace variables when there is a problem</em>. After the first or second tweak to try and make things work, stop and take a breath. Start enumerating the things that could be wrong. Don&#8217;t trust your brain to hold all of these elements, write the various causes for the error down (yesterday I stuck a large strip of <a title="Dry Erase Roll" href="http://www.amazon.com/gp/product/B0027HJ52I/ref=s9_simh_gw_p229_d0_g229_i2?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-2&amp;pf_rd_r=1VG4DHZZCYNRDKCPT1J2&amp;pf_rd_t=101&amp;pf_rd_p=470938631&amp;pf_rd_i=507846" target="_blank">dry-erase roll</a> on my des to help with this). Doing it without looking at the code too much helps as well, it gets you thinking more abstractly and actually allows you to put those years of listening to Computer Science lectures to use. Think of all the different ways that you can actually test to see which one of these causes it is. Once you have a list, rank them by probability and work from there. As <a title="Steve Wolfman" href="https://www.cs.ubc.ca/people/steve-wolfman" target="_blank">Steve Wolfman</a> told me on my very first CS lecture at UBC, &#8220;Computer Science is the science of clear thought&#8221;. Writing things down is the easiest way to make your thoughts clear.</p>
<h2> Ruby on Rails:</h2>
<p><em>use validates_presence_of to ensure that variables that you need are there</em>. Make sure you actually need those variables.</p>
<p>The before_validation callback can be really useful to consolidate and double-check that everything your model needs is there.</p>
<p><em>Spend every effort as a team to make the specs fast</em>. Every extra second that a test takes, gets multiplied by the number of developers running tests by the number of times it&#8217;s run over it&#8217;s lifetime. Those extra seconds can easily add up to hours on a big complex project. Slow specs lead to less testing which leads to broken code.</p>
<p><em><a title="Single Table Inheritance" href="http://therailworld.com/posts/18-Single-Table-Inheritance-with-Rails" target="_blank">Single table inheritance</a> in Rails is easy</em>. It can be done simply by making a class a subclass or another ActiveRecord::Base class. The caveat is that that superclass&#8217;s table needs to have the &#8220;type&#8221; attribute, in which Rails will automatically store the type of the subclasses.</p>
<p>When converting a non-ActiveRecord model to an ActiveRecord model pay careful attention to methods that may be overriding ActiveRecord methods. Deal with those first.</p>
<p><em><a title="Rails Antipatterns" href="http://www.amazon.com/Rails-AntiPatterns-Addison-Wesley-Professional-ebook/dp/B004C04QE0/ref=tmm_kin_title_0?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;qid=1328990897&amp;sr=8-1" target="_blank">Rails AntiPatterns</a> is a really good book</em>. I&#8217;ve been trying to force myself to read and watch as much as possible on programming in Rails and this book has been by far the most engaging!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2012/02/11/coding-reflections-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New York</title>
		<link>http://andremalan.net/blog/2012/02/04/new-york/</link>
		<comments>http://andremalan.net/blog/2012/02/04/new-york/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 20:39:17 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1124</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div id="attachment_1126" class="wp-caption aligncenter" style="width: 477px"><a href="http://andremalan.net/blog/2012/02/04/new-york/pano_20120107_164545/" rel="attachment wp-att-1126"><img class=" wp-image-1126 " title="New York Panorama" src="http://andremalan.net/wp-content/uploads/2012/02/PANO_20120107_164545-1024x233.jpg" alt="" width="467" height="106" /></a><p class="wp-caption-text">New York Panorama</p></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2012/02/04/new-york/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guest post: Making web education better</title>
		<link>http://andremalan.net/blog/2011/10/31/guest-post-making-web-education-better/</link>
		<comments>http://andremalan.net/blog/2011/10/31/guest-post-making-web-education-better/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 17:49:40 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1088</guid>
		<description><![CDATA[Ironically, as I prepare to teach my first &#8220;for profit&#8221; online course on Matygo I was sent this guest post by Marina Salsburg with some very legitimate concerns on for profit education. I think that Matygo is one of the few companies that is offering education online with the right intent, disrupting the very notion of accreditation. Take it away, Marina: Online education is often touted for its convenience and flexibility. Students dream of being able to work on their own timetables under their own direction, and web-based education can make that possible. However, as with everything, there are both good and bad online learning options. Online education is the wave of the future, and as it continues to grow, educators must find ways to make it better. One common concern is quality. In some cases online classes for college are taught by the same faculty who teach the conventional campus-based versions of the same courses, and are of equal caliber. However, it&#8217;s often true that web-based classes, especially in a fully online university, are not taught by full-time teachers. Part-time instructors often work for relatively low pay, without benefits, and sometimes don&#8217;t even have their own offices. As a result, it may be difficult to employ quality instructors in such positions, and those who do take the jobs may have to teach an inordinate number of classes simply to survive. Traditional colleges and universities can address this by actively encouraging full-time faculty to take on online classes as part of their teaching loads, perhaps by offering increased pay or other incentives. Another solution would be to incorporate online components to existing classes, so that students taking an online class simply view lectures and submit assignments remotely, but along with the classroom-based students. The huge number of for-profit online schools are also a common concern. These schools rely heavily on mass marketing to entice students to enroll, but the quality, adequate academic support, or even fundamental goal of actually providing sound education may simply not be there. Many of these schools are essentially diploma mills, taking tuition from students, providing perfunctory education, and awarding degrees that may or may not be of any real value. Even well-established and relatively well-respected online schools like the University of Phoenix have been accused of predatory recruitment, regardless of quality of education. Kaplan University, for instance, made almost 90% of its 2009 revenue from collecting taxpayer-backed financial aid. One particular problem has been the targeting of military veterans by the recruiters at such schools, motivated by the lucrative financial aid benefits the veterans bring with them. Donald Overton, Jr., executive director of Veterans of Modern Warfare, claims &#8220;These schools are after the monetary gain of a healthy benefits package, not necessarily what&#8217;s in the best interest of students.&#8221; As it stands, existing online schools that really have this mindset have no incentive to change. One way to correct that would be to have greater regulation of federal education aid funds, particularly those earmarked for...]]></description>
			<content:encoded><![CDATA[<p>Ironically, as I prepare to teach <a title="Learn to build a sexy website!" href="http://andremalan.net/blog/2011/10/20/want-to-learn-how-to-make-a-website/" target="_blank">my first &#8220;for profit&#8221; online course</a> on <a title="Matygo" href="http://matygo.com" target="_blank">Matygo</a> I was sent this guest post by Marina Salsburg with some very legitimate concerns on for profit education. I think that Matygo is one of the few companies that is offering education online with the right intent, disrupting the very notion of accreditation.</p>
<p><strong>Take it away, Marina:</strong></p>
<p>Online education is often touted for its convenience and flexibility. Students dream of being able to work on their own timetables under their own direction, and web-based education can make that possible. However, as with everything, there are both good and bad online learning options. Online education is the wave of the future, and as it continues to grow, educators must find ways to make it better.</p>
<p>One common concern is quality. In some cases <a title="Online classes for Colleges" href="http://www.onlinecollegeclasses.com/online-classes.html" target="_blank">online classes for college</a> are taught by the same faculty who teach the conventional campus-based versions of the same courses, and are of equal caliber. However, it&#8217;s often true that web-based classes, especially in a fully online university, are not taught by full-time teachers. <a title="Part time instructors" href="http://net.educause.edu/ir/library/pdf/eqm0724.pdf" target="_blank">Part-time instructors</a> often work for relatively low pay, without benefits, and sometimes don&#8217;t even have their own offices. As a result, it may be difficult to employ quality instructors in such positions, and those who do take the jobs may have to teach an inordinate number of classes simply to survive.<br />
Traditional colleges and universities can address this by actively encouraging full-time faculty to take on online classes as part of their teaching loads, perhaps by offering increased pay or other incentives. Another solution would be to incorporate online components to existing classes, so that students taking an online class simply view lectures and submit assignments remotely, but along with the classroom-based students.</p>
<p>The huge number of for-profit online schools are also a common concern. These schools rely heavily on mass marketing to entice students to enroll, but the quality, adequate academic support, or even fundamental goal of actually providing sound education may simply not be there. Many of these schools are essentially diploma mills, taking tuition from students, providing perfunctory education, and awarding degrees that may or may not be of any real value. Even well-established and relatively well-respected online schools like the University of Phoenix have been accused of predatory recruitment, regardless of quality of education. Kaplan University, for instance, made almost 90% of its 2009 revenue from collecting taxpayer-backed financial aid.</p>
<p>One particular problem has been the targeting of military veterans by the recruiters at such schools, motivated by the lucrative financial aid benefits the veterans bring with them. <a title="Donald" href="http://www.businessweek.com/magazine/content/10_46/b4203026910225.htm" target="_blank">Donald Overton, Jr.</a>, executive director of Veterans of Modern Warfare, claims &#8220;These schools are after the monetary gain of a healthy benefits package, not necessarily what&#8217;s in the best interest of students.&#8221; As it stands, existing online schools that really have this mindset have no incentive to change. One way to correct that would be to have greater regulation of federal education aid funds, particularly those earmarked for veterans, and greater accountability on the part of the schools themselves. Indeed some legislators are calling for just that.</p>
<p>There are, however, positives to web-based for-profit schools. In some cases, they&#8217;re on the cutting edge because they&#8217;re not limited by topheavy administration, as are many brick-and-mortar schools. As such, they&#8217;re better able to be forward-thinking, designing classes and degree programs that more effectively meet the needs of students, as well as providing flexibility in scheduling that many traditional colleges can&#8217;t accommodate. Some, like University of the People, aim at the even higher ideal of providing college education freely online. Modern educators who truly wish to provide superior education should see the advantages technology provides, and embrace them by creating new online programs that benefit students, and can compete with schools that may not actually have education as a fundamental ideal.</p>
<p>As technology continues to develop, new options are becoming available in education. Students are no longer content to settle for the limitations of the status quo in higher education, and are looking for schools that meet their needs. Web-based education is increasingly able to entice such students, but may not yet be in the best interests of students. Educators must continue to look toward the future, and avoid being tied down by outdated ideas, while at the same time ensuring education doesn&#8217;t simply become another money-making venture.</p>
<p><strong><em>Marina Salsbury planned on becoming a teacher since high school, but found her way instead into online writing after college. She writes around the Web about everything from education to exercise.</em></strong></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/10/31/guest-post-making-web-education-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn to build a sexy website!</title>
		<link>http://andremalan.net/blog/2011/10/20/want-to-learn-how-to-make-a-website/</link>
		<comments>http://andremalan.net/blog/2011/10/20/want-to-learn-how-to-make-a-website/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:34:40 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1067</guid>
		<description><![CDATA[I am going to be co-teaching a course soon, titled &#8220;Learn to build a sexy website&#8221; with Andrei Pop. It&#8217;s going to be offered online, on Matygo and it&#8217;s going to be kick-ass. &#160; So why am I teaching a course despite the hecticness of my imminent move to New York?  Matygo is an awesome company run by awesome people. I think that their model is definitely going to be step in the right direction for education and I want to be a part of that. Programming is not a mystical force, it&#8217;s just a skill that can be learnt and the world will be better off if more people understood it. I&#8217;m tired of making websites for people who are smart enough to make them for themselves . I spend so much time mouthing off about better ways of teaching and learning that it really is time I put my money where my mouth is and do some teaching myself. &#160; The next question I guess is what is this going to look like? The course will run for 6 weeks. It will be taught in Matygo, which has some elements of an LMS (without many of the downsides). It will be limited to 9 participants, as the live, interactive parts will happen on Google Hangouts. Hangouts will happen at  7:30 to 9:00 PM on Tuesday evenings starting on October 27th. &#160; After the 6 weeks, if you complete all the course material that you will be able to build a great website in WordPress and have a deeper understand of how the internet works and be able to write and hack basic programs. &#160; So if you want to learn to code (and hang out with me online over the next 6 weeks) go check out the course page!]]></description>
			<content:encoded><![CDATA[<p>I am going to be co-teaching a course soon, titled &#8220;<a title="Learn to build a sexy website" href="http://www.matygo.com/courses/572-learn-to-build-a-sexy-website" target="_blank">Learn to build a sexy website</a>&#8221; with <a title="Andrei Pop" href="http://andreipop.com/" target="_blank">Andrei Pop</a>. It&#8217;s going to be offered online, on Matygo and it&#8217;s going to be kick-ass.</p>
<p>&nbsp;</p>
<p><strong>So why am I teaching a course despite the hecticness of my <a title="Visa approval" href="http://redroverhq.com/2011/10/andres-h1b-visa-gets-approved/" target="_blank">imminent</a> move to <a title="Goodbye Vancouver, Hello New York" href="http://andremalan.net/blog/2011/09/17/goodbye-vancouver-hello-new-york/" target="_blank">New York</a>? </strong></p>
<ul>
<li><a title="Matygo" href="https://www.matygo.com/" target="_blank">Matygo</a> is an awesome company run by awesome people. I think that their model is definitely going to be step in the right direction for education and I want to be a part of that.</li>
<li>Programming is not a mystical force, it&#8217;s just a skill that can be learnt and the world will be better off if more people understood it.</li>
<li>I&#8217;m tired of making websites for people who are smart enough to make them for themselves <img src='http://andremalan.net/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> .</li>
<li>I spend so much time mouthing off about better ways of teaching and learning that it really is time I put my money where my mouth is and do some teaching myself.</li>
</ul>
<p>&nbsp;</p>
<p><strong>The next question I guess is what is this going to look like?</strong></p>
<p>The course will run for 6 weeks. It will be taught in Matygo, which has some elements of an LMS (without many of the downsides). It will be limited to 9 participants, as the live, interactive parts will happen on Google Hangouts.</p>
<p>Hangouts will happen at  7:30 to 9:00 PM on Tuesday evenings starting on October 27th.</p>
<p>&nbsp;</p>
<blockquote><p><strong>After the 6 weeks, if you complete all the course material that you will be able to build a great website in WordPress and have a deeper understand of how the internet works and be able to write and hack basic programs.</strong></p></blockquote>
<p>&nbsp;</p>
<p>So if you want to learn to code (and hang out with me online over the next 6 weeks) go check out the <a title="Learn to build a sexy website" href="http://www.matygo.com/courses/572-learn-to-build-a-sexy-website" target="_blank">course page</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/10/20/want-to-learn-how-to-make-a-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The nature of success</title>
		<link>http://andremalan.net/blog/2011/09/22/the-nature-of-success/</link>
		<comments>http://andremalan.net/blog/2011/09/22/the-nature-of-success/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 07:13:20 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1043</guid>
		<description><![CDATA[On the surface, watching this video is incredibly inspirational: &#160; How Bad Do You Want It from Greyskale Multimedia LLC on Vimeo. &#160; However, as I watched it, there was a rush of conflicting thoughts and feelings. One part of me was saying, yes he is right, Andre, you need to be better. Work harder, cut out more distractions, become great. The other part was asking, is that really the way? Will I accomplish my goals in life through single-minded perseverance, or is it in the moments of relaxation, in the serendipitous conversations and in allowing the heart and mind to wonder to where it wants to go that will get me there? Or, is it simply the right balance of both?]]></description>
			<content:encoded><![CDATA[<p>On the surface, watching this video is incredibly inspirational:</p>
<div class="aligncenter"><iframe src="http://player.vimeo.com/video/27933991?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="400" height="225"></iframe><br />
&nbsp;<br />
<a href="http://vimeo.com/27933991">How Bad Do You Want It</a> from <a href="http://vimeo.com/greyskalegsk">Greyskale Multimedia LLC</a> on <a href="http://vimeo.com">Vimeo</a>.</div>
<p>&nbsp;<br />
However, as I watched it, there was a rush of conflicting thoughts and feelings. One part of me was saying, yes he is right, Andre, you need to be better. Work harder, cut out more distractions, become great. The other part was asking, is that really the way? Will I accomplish my goals in life through single-minded perseverance, or is it in the moments of relaxation, in the serendipitous conversations and in allowing the heart and mind to wonder to where it wants to go that will get me there?</p>
<p>Or, is it simply the right balance of both?</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/09/22/the-nature-of-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Goodbye Vancouver, Hello New York</title>
		<link>http://andremalan.net/blog/2011/09/17/goodbye-vancouver-hello-new-york/</link>
		<comments>http://andremalan.net/blog/2011/09/17/goodbye-vancouver-hello-new-york/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 00:10:38 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[New York]]></category>
		<category><![CDATA[Red Rover]]></category>
		<category><![CDATA[UBC]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=1031</guid>
		<description><![CDATA[I&#8217;ve been in Vancouver for just over 5 years now. I came to this city and to the University of British Columbia as a result of the promise of beautiful surroundings and an interdisciplinary learning environment. On both counts, this city and UBC have more than exceeded my expectations. The formal instruction that I received at UBC helped to provide me with many of the technical skills and the conceptual knowledge that I will need to be successful in the future. My work for UBC, with the Office of Student Development, Department of Computer Science, Center for Teaching, Learning and Technology and the Library has taught me the value of continuous learning and has  allowed me to develop my passion for education. Now however, in the spirit of continuous learning I will be moving to New York City to work with Red Rover, helping them to build out their engagement platform. I will be learning how to write code at the highest standards by working alongside some of the top developers in New York City. I will also be learning about what it takes to have a company be successful. Most importantly though, if we as a company get things right, I will have the opportunity to create software that have an actual impact of the learning and engagement of hundreds of thousands of people. Goodbye Vancouver, I&#8217;m off to continue my learning. Hello New York, I&#8217;m coming soon, get ready. &#160; LEARN on Vimeo on Vimeo via LEARN on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been in Vancouver for just over 5 years now. I came to this city and to the University of British Columbia as a result of the promise of beautiful surroundings and an interdisciplinary learning environment. On both counts, this city and UBC have more than exceeded my expectations.</p>
<p>The formal instruction that I received at UBC helped to provide me with many of the technical skills and the conceptual knowledge that I will need to be successful in the future. My work for UBC, with the Office of Student Development, Department of Computer Science, Center for Teaching, Learning and Technology and the Library has taught me the value of continuous learning and has  allowed me to develop my passion for education.</p>
<p>Now however, in the spirit of continuous learning I will be moving to New York City to work with <a title="Red Rover" href="http://redroverhq.com" target="_blank">Red Rover</a>, helping them to build out their engagement platform. I will be learning how to write code at the highest standards by working alongside some of the top developers in New York City. I will also be learning about what it takes to have a company be successful.</p>
<p>Most importantly though, if we as a company get things right, I will have the opportunity to create software that have an actual impact of the learning and engagement of hundreds of thousands of people.</p>
<p>Goodbye Vancouver, I&#8217;m off to continue my learning. Hello New York, I&#8217;m coming soon, get ready.</p>
<p>&nbsp;</p>
<p><object width="400" height="225" 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="src" value="http://www.vimeo.com/moogaloop.swf?clip_id=27244727&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed width="400" height="225" type="application/x-shockwave-flash" src="http://www.vimeo.com/moogaloop.swf?clip_id=27244727&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p><a href="http://www.vimeo.com/27244727?pg=embed&amp;sec=27244727">LEARN on Vimeo</a> on <a href="http://vimeo.com?pg=embed&amp;sec=27244727">Vimeo</a></p>
<p>via <a href="http://vimeo.com/27244727">LEARN on Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/09/17/goodbye-vancouver-hello-new-york/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Guest post: The War Against Edu-Industry</title>
		<link>http://andremalan.net/blog/2011/07/13/guest-post-the-war-against-edu-industry/</link>
		<comments>http://andremalan.net/blog/2011/07/13/guest-post-the-war-against-edu-industry/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 11:18:00 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=997</guid>
		<description><![CDATA[A while ago I wrote a post titled &#8220;are we fighting a war&#8221; in which I argued that humans being dumber benefited corporations and thus they would fight to make it so. The only way I saw of beating that was to fight back through better education.  Lindsey Wright sent me a great response detailing how the fight may be lost as the corporations are taking over our places of education. A little bit about Lindsey: Lindsey Wright is fascinated with the potential of emerging educational technologies, particularly the online school, to transform the landscape of learning. She writes about web-based learning, electronic and mobile learning, and the possible future of education. &#160; Take it away Lindsey: &#160; Education is constantly in the news. Whether it’s spending cuts, cheating scandals, or abysmal standardized test results, it seems that the only news about education is how it’s failing students. However, beneath the headlines there is a truth — one perhaps even more disturbing than poor math scores and falling literacy rates — and it’s one that school districts, governments, and corporations don’t want to acknowledge. While educators work every day to teach their students, they’re battling a system that is, at its heart, a business. A big business for that matter. According to the Encyclopedia of American Education, the for-profit education industry is a $100-billion-a-year behemoth, and with so much money riding on students’ narrow shoulders, it’s hardly a wonder the industry will do anything in its power to hold school districts in its thrall. However, the questions people should be asking are where is this money spent, how does it affect education, and what is the lasting affect of inviting corporations into the classroom on students? &#160; Where’s the $100 Billion Going? &#160; The Encyclopedia of American Education cites four specific divisions in the for-profit education industry. The first, which accounts for nearly 40 percent of the industry’s profits, is educational services. This category encompasses corporate training programs (the seminars educators must attend in order to gain or maintain their certifications), tutoring (generally in the form of after-school tutoring at a for-profit institution), language instructions (including English as a second language materials and reading programs for weak readers), and test preparation (the standardized tests that are re-written every year to reflect the constantly changing district, state, and national curriculum goals). &#160; Next on the docket with 33 percent of the for-profit education pie are for-profit, proprietary schools. These include daycare; private pre-primary, primary, and secondary schools; and for-profit colleges like the University of Phoenix. However, this segment also includes education management organizations (EMOs). As highlighted by the National Education Policy Center, there are currently 50 for-profit EMOs operating in the U.S. Their operation method is simple. In exchange for a fee, they manage under-performing schools as charter schools, all the while claiming they bring corporate reforms and market-based solutions to education. &#160; Twelve percent of the money the for-profit education industry makes is dedicated to the production and sale of learning products. This...]]></description>
			<content:encoded><![CDATA[<div>
<p>A while ago I wrote a post titled &#8220;<a title="Are we fighting a war?" href="http://andremalan.net/blog/2010/07/14/are-we-fighting-a-war/">are we fighting a war</a>&#8221; in which I argued that humans being dumber benefited corporations and thus they would fight to make it so. The only way I saw of beating that was to fight back through better education.  Lindsey Wright sent me a great response detailing how the fight may be lost as the corporations are taking over our places of education.</p>
<p>A little bit about Lindsey:</p>
<blockquote>
<p style="padding-left: 30px;">Lindsey Wright is fascinated with the potential of emerging educational technologies, particularly the online school, to transform the landscape of learning. She writes about web-based learning, electronic and mobile learning, and the possible future of education.</p>
</blockquote>
<p>&nbsp;</p>
<p>Take it away Lindsey:</p>
<p>&nbsp;</p>
<p>Education is constantly in the news. Whether it’s spending cuts, cheating scandals, or abysmal standardized test results, it seems that the only news about education is how it’s failing students. However, beneath the headlines there is a truth — one perhaps even more disturbing than poor math scores and falling literacy rates — and it’s one that school districts, governments, and corporations don’t want to acknowledge. While educators work every day to teach their students, they’re battling a system that is, at its heart, a business. A big business for that matter. According to the <a href="http://american-education.org/866-for-profit-education-industry.html">Encyclopedia of American Education</a>, the for-profit education industry is a $100-billion-a-year behemoth, and with so much money riding on students’ narrow shoulders, it’s hardly a wonder the industry will do anything in its power to hold school districts in its thrall. However, the questions people should be asking are where is this money spent, how does it affect education, and what is the lasting affect of inviting corporations into the classroom on students?</p>
<p>&nbsp;</p>
<p>Where’s the $100 Billion Going?</p>
<p>&nbsp;</p>
<p>The Encyclopedia of American Education cites four specific divisions in the for-profit education industry. The first, which accounts for nearly 40 percent of the industry’s profits, is educational services. This category encompasses corporate training programs (the seminars educators must attend in order to gain or maintain their certifications), tutoring (generally in the form of after-school tutoring at a for-profit institution), language instructions (including English as a second language materials and reading programs for weak readers), and test preparation (the standardized tests that are re-written every year to reflect the constantly changing district, state, and national curriculum goals).</p>
<p>&nbsp;</p>
<p>Next on the docket with 33 percent of the for-profit education pie are for-profit, proprietary schools. These include daycare; private pre-primary, primary, and secondary schools; and for-profit colleges like the University of Phoenix. However, this segment also includes education management organizations (EMOs). As highlighted by the <a href="http://nepc.colorado.edu/publication/profiles-profit-education-management-organizations-2007-2008">National Education Policy Center</a>, there are currently 50 for-profit EMOs operating in the U.S. Their operation method is simple. In exchange for a fee, they manage under-performing schools as charter schools, all the while claiming they bring corporate reforms and market-based solutions to education.</p>
<p>&nbsp;</p>
<p>Twelve percent of the money the for-profit education industry makes is dedicated to the production and sale of learning products. This includes textbooks, educational software, and school supplies. Each time a curriculum changes, new textbooks must be purchased. Similarly, each time a new remedial reading or math program is introduced, new learning software must be bought.</p>
<p>&nbsp;</p>
<p>Finally, 11 percent is dedicated to electronic services. This includes outsourcing of cloud software (such as Schoolnotes.com), internet education portals (like LexisNexis) and, of course, the ubiquitous <a href="http://www.onlineschools.org/">online school</a>. It should be noted that, true to the driving push to integrate technology into the classroom, electronic services is the fastest-growing segment of the for-profit education industry.</p>
<p>&nbsp;</p>
<p>How Does the Industry Affect Students?</p>
<p>&nbsp;</p>
<p>Unsurprisingly, the for-profit education industry affects nearly every aspect of students&#8217; learning experience, from how they learn to take tests as well as what they are taught, right down to textbooks they are allowed to read. Textbooks are tailored to individual state curricula. Those curricula, generally, are decided upon by the state’s board of education, an elected body that does not necessarily have any educational experience. In fact, in 2010 the New York Times ran an <a href="http://www.nytimes.com/2010/03/13/education/13texas.html">article</a> highlighting just what goes into establishing a curriculum and selecting textbooks. In Texas, 100 amendments were passed to the state’s 120-page curriculum standards affecting history, economics, and sociology courses. The amendments followed along party lines and included:</p>
<p>&nbsp;</p>
<p>• Changing textbooks to reflect more of the positive contributions of Republicans.</p>
<p>• Eliminating the use of the word “capitalism” in economic textbooks and replacing it with “free-enterprise system” to avoid the negative connotations of capitalism.</p>
<p>• Altering the history of McCarthyism to include the release of the Venona papers (a supposed excuse for McCarthy’s hunt for communist infiltrators that destroyed many lives).</p>
<p>• Cutting Thomas Jefferson’s name from a list of those whose writings inspired revolutions in the 18th and 19th centuries.</p>
<p>&nbsp;</p>
<p>What these changes reveal, along with the amendments the board refused to adopt (such as acknowledging the contributions of Hispanics in Texas history and the secular roots of the American Revolution), is that the state of the American classroom is a political minefield. Students are subject to the machinations and agendas of political leaders who ignore what’s best for education — in this case, accuracy — for the sake of furthering a political cause and creating a new generation of voters and consumers.</p>
<p>&nbsp;</p>
<p>EMOs and standardized tests are another way corporations and politics are infiltrating the classroom. In Duval County in Jacksonville, Florida, four schools that had been dubbed “struggling” by the standardized testing of the Florida Comprehensive Assessment Test (FCAT), has resulted in a state mandate that they be turned over to an EMO. Yes, a state mandate. According to the article “Duval School Board Delays Vote on &#8216;Intervene&#8217; Schools” by Topher Sanders appearing in The Florida Times-Union, should the schools, which have been listed as “D” or “F” schools by the state consistently, fail to show adequate gains on private-company funded standardized tests this year they will be turned over to an EMO. Thus far, it doesn’t look good for the schools.</p>
<p>&nbsp;</p>
<p>Advocates of educational excellence point out that, if these schools are struggling, something needs to change. Yet the truth is the schools are only struggling when measured by one specific standardized test put forth by a company with a vested interest in ensuring that the state continues to purchase from it. As highlighted in the article “Test Problems: Seven Reasons Why Standardized Tests Are Not Working” by David Miller Sadker, Ph.D., and Karen R. Zittleman, Ph.D., the issues related to standardized testing are myriad.</p>
<p>&nbsp;</p>
<p>For instance, at-risk students in ill-funded schools are called upon to demonstrate the same capacity as a student from a well-funded school with a strong socioeconomic background — something that is often not possible. Different learning opportunities are one reason. Another? In Ohio, for instance, 80 percent of students from families with incomes of over $30,000 passed the state’s exams, while only 20 percent of those from families with incomes of under $20,000 passed them. Why? It’s a combination of factors such as educational opportunity and emphasis on education, but it’s also linked to the fact that students from households with low incomes are not targeted consumers. Standardized tests are biased against them.</p>
<p>&nbsp;</p>
<p>Another issue related to standardized testing is that higher test scores don’t actually mean more learning. Rather, higher test scores are related to teaching students how to take the test. Students are taught that test-makers rarely will write three questions with the same multiple choice answer bubble in a row. Additionally, they’re taught how to read the question and eliminate the incorrect responses. Yet they’re not taught how to think critically, decipher information, or develop independent thought processes. Instead students learn to spit out the information the test-maker says they should, to the detriment of their worldview. In fact, standardized testing has actually cut the breadth of school curriculum. Teachers spend so much time teaching to the test that the students do not gain the broad knowledge base they should be equipped with before they enter the real world.</p>
<p>&nbsp;</p>
<p>Currently, the educational system is beholden to entities that view it as just another way to earn a profit. Students are no longer individuals, but consumers to be generated. As a result they end up  lacking the independent thought and critical thinking skills necessary to decipher positive messages from the negative, strong arguments from their weak counterparts, and consumer-based advertising claims from legitimate studies. It is not the students’ fault. It is that of the system, a system which celebrates mediocrity and doesn’t allow teachers to teach or learners to learn. Instead, the system is designed to indoctrinate students with a particular worldview, the ultimate goal being to turn them into consumers who will continue to fund the corporate machine that made their education, such as it was, possible.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/07/13/guest-post-the-war-against-edu-industry/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating the pull factor needed for a successful social network</title>
		<link>http://andremalan.net/blog/2011/07/07/creating-the-pull-factor-needed-for-a-successful-social-network/</link>
		<comments>http://andremalan.net/blog/2011/07/07/creating-the-pull-factor-needed-for-a-successful-social-network/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 09:46:11 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Google Plus]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=973</guid>
		<description><![CDATA[TechCrunch just put out an article by Alex Rampell titled &#8220;the power of pull&#8221;. In the article Alex makes the case that really valuable web applications pull you unconsciously toward them. You don&#8217;t have to remember to check them, when you sit down in front of a browser and start typing, those are the URLs that come out. What creates the pull is a problem that I&#8217;ve pondered over for a long time. When BuddyPress functionality was being added to UBC Blogs I knew that it would fail to pull students in, but am still not able to articulate exactly why. It may have had to do with the &#8220;silent launch&#8221;, but I think the biggest problem was the lack of some key features, those features that provide the pull. Now that Google+ has launched (and I&#8217;m really enjoying using it), I&#8217;m wondering if it will be able to make the dent that will pull all of the people that I want to interact with into it. Here are the factors that Alex listed in his article. Alex&#8217;s Factors: In the article he lists 4 ways to create pull: Plan around events: People will be going to events, so build something that makes them check in with you first before those events. Do something that has an offline analogy: Before Google, people would use phonebooks. Answer Recurring questions: Questions like &#8220;where am I going&#8221; (Google Maps) and how much did I spend (Mint) answer some of life&#8217;s recurring questions. Build brand and familiarity: People shop at Amazon.com because not only do they know it&#8217;s big enough to be trusted, it offers a familiar interface. While I agree mostly with his list, it got me thinking about the sites that pull me and what it is about those sites that create the pull. I came up with my own list. Here is my list: Make not visiting your site something that will cause social harm:  I check my Gmail and Facebook often because people may have left me messages and if I don&#8217;t respond to them I will disappoint or anger them. I will respond to Doodle&#8217;s for the same reason. Humans love to be liked, so if by not going to the web service a person will be liked less, they will go to it. Provide Curated entertainment: I get pulled to YouTube and TED.com whenever I want to watch an interesting videos, I get pulled to GrooveShark when I want music that everyone in the room will and I get pulled to Flixter and Apple Trailers whenever I want to see what movies are coming out. Although making a service that relies purely on content only works for a lucky few, any successful service needs to have something interesting to show their visitors. Provide more than one engaging activity: This is a piece that I have taken from my game design research. All popular recurring networks need more than one pull. This not only provides multiple incentives for any given individual, but also ensures that it provides...]]></description>
			<content:encoded><![CDATA[<p><a title="Techcrunch" href="http://http://techcrunch.com/" target="_blank">TechCrunch</a> just put out an article by <a title="Alex Rampell" href="http://www.crunchbase.com/person/alex-rampell" target="_blank">Alex Rampell</a> titled &#8220;<a title="Power of Pull" href="http://techcrunch.com/2011/07/03/the-power-of-pull/" target="_blank">the power of pul</a>l&#8221;. In the article Alex makes the case that really valuable web applications pull you unconsciously toward them. You don&#8217;t have to remember to check them, when you sit down in front of a browser and start typing, those are the URLs that come out.</p>
<p>What creates the pull is a problem that I&#8217;ve pondered over for a long time. When <a title="BuddyPress" href="http://buddypress.org" target="_blank">BuddyPress</a> functionality was being added to <a title="UBC Blogs" href="http://blogs.ubc.ca" target="_blank">UBC Blogs</a> I knew that it would fail to pull students in, but am still not able to articulate exactly why. It may have had to do with the &#8220;silent launch&#8221;, but I think the biggest problem was the lack of some key features, those features that provide the pull. Now that <a title="Google Plus" href="http://plus.google.com" target="_blank">Google+</a> has launched (and I&#8217;m really enjoying using it), I&#8217;m wondering if it will be able to make the dent that will pull all of the people that I want to interact with into it.</p>
<p>Here are the factors that Alex listed in his article.</p>
<h2>Alex&#8217;s Factors:</h2>
<p>In the article he lists 4 ways to create pull:</p>
<ul>
<li><strong>Plan around events:</strong> People will be going to events, so build something that makes them check in with you first before those events.</li>
<li><strong>Do something that has an offline analogy:</strong> Before Google, people would use phonebooks.</li>
<li><strong>Answer Recurring questions:</strong> Questions like &#8220;where am I going&#8221; (Google Maps) and how much did I spend (Mint) answer some of life&#8217;s recurring questions.</li>
<li><strong>Build brand and familiarity:</strong> People shop at Amazon.com because not only do they know it&#8217;s big enough to be trusted, it offers a familiar interface.</li>
</ul>
<p>While I agree mostly with his list, it got me thinking about the sites that pull me and what it is about those sites that create the pull. I came up with my own list.</p>
<h2>Here is my list:</h2>
<p><strong>Make not visiting your site something that will cause social harm: </strong></p>
<p>I check my Gmail and Facebook often because people may have left me messages and if I don&#8217;t respond to them I will disappoint or anger them. I will respond to Doodle&#8217;s for the same reason. Humans love to be liked, so if by not going to the web service a person will be liked less, they will go to it.</p>
<p><strong>Provide Curated entertainment:</strong></p>
<p>I get pulled to YouTube and TED.com whenever I want to watch an interesting videos, I get pulled to GrooveShark when I want music that everyone in the room will and I get pulled to Flixter and Apple Trailers whenever I want to see what movies are coming out. Although making a service that relies purely on content only works for a lucky few, any successful service needs to have something interesting to show their visitors.</p>
<p><strong>Provide more than one engaging activity:</strong></p>
<p>This is a piece that I have taken from my game design research. All popular recurring networks need more than one pull. This not only provides multiple incentives for any given individual, but also ensures that it provides incentives for a wider segment of the population. Facebook is an obvious example, but so is an LMS like Blackboard. There are discussion boards, course content and grades to check. One&#8217;s own blog dashboard is another, there are posts to write, stats to check and comments to moderate. I understand the problems of features creep and the danger of adding &#8220;just one more pull&#8221;, but I think there definitely is threshold of the number of pulls that one needs and the application should cross that threshold.</p>
<p><strong>Create something that easily fits into a daily workflow:</strong></p>
<p>Facebook&#8217;s big statistic is that 50% of its users check in once a day. An essential social app has to have something new to come back to daily. If you can somehow embed a utility in your app (Google Calendar, Dropbox, Basecamp are all examples of this) then users have to come back into your application. One needs to find a way to be on a user&#8217;s mind after they have left your application.</p>
[divider_padding]
<p>Sure, this list mixes up traditional applications with social networking applications, but I think that is a useful exercise. Just having profiles that others can view is not enough (witness Google Profiles before Google+), I truly believe that there have to be some other pulls. As to what those pulls should be&#8230; well that&#8217;s the hard part.</p>
[note title="Bonus Thought: Does Google+ have enough pulls?" align="center" width="716"] My hunch is yes. It certainly provides utility with the chat, hangout and photos features. If you add the sharing it had quite a few pulls. The notification icons on top of any Google product also make the daily workflow piece super simple. The sharing and sparks (with a bit of improvement) will lend that curated content. [/note]
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/07/07/creating-the-pull-factor-needed-for-a-successful-social-network/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Guest post: We help you learn better</title>
		<link>http://andremalan.net/blog/2011/07/05/guest-post-we-help-you-learn-better/</link>
		<comments>http://andremalan.net/blog/2011/07/05/guest-post-we-help-you-learn-better/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 10:00:30 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[UBC]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=959</guid>
		<description><![CDATA[I wrote earlier about how one of my projects for the summer is to improve the UBC Learning Commons website. Sam Wempe, one of the brilliant students on my team wrote a post about what we are trying to achieve, where we have come and what we still have left to do. Below is the article that he wrote, originally published on the Learning Commons site: [divider_padding] This summer, myself and a team from the Chapman Learning Commons have been working on an epic endeavor; nothing short of a website that helps students learn better. As with any website, the first hurdle is actually getting users to your site, followed by the equal challenge of providing information in a way that is not only engaging but useful. The current site is a goldmine of resources thats has grown enormously over the years; however, student feedback has shown that this growth has made many of these resources hard to locate or take advantage of. Based on these responses, we focused on three inter-related issues. Navigation As a result of the large amount growth the site experienced over the years in an attempt to become a one-stop shop on campus, the content outgrew the organizational structure. Due to the challenges that existed in making a website 5-6 years ago, this made perfect sense as there was very little UBC content online. Luckily, by May of this year, many of our partners have developed quality websites themselves, giving us the ability to concentrate on building a solid site centered on the student academic experience. Remedies 2 clicks or less intuitive navigation: done through condensing and renaming menus, reducing the amount of potential pathways down to just a few, very logical ones. The design aspect below was also crucial to this. Trim the fat: cut out as much content as possible that does not relate to improving your academic life. For example, if someone happened to be interested in abroad opportunities, they would be referred to Go Global&#8217;s own website; as opposed to trying to maintain this content ourselves. This makes the site leaner and more efficient. [divider_padding] Visual One should also know the point of a website by just glancing at it. If a user likes a site&#8217;s main feature, they are more likely to stick around and look into other resources; something seriously lacking in the current site. Text-heavy pages scare away users, overly busy sidebars distract and constrain the content and providing users as many navigational options as possible created too many moving parts and points for confusion &#8211; all these needed to be refreshed for 2011 and beyond. Remedies Break up content pages: elimination of large blocks of text and utilization of ample forms of digital media, such as youtube videos, slideshare presentations, podcasts, etc. Dropped the sidebar: to free up more digital real estate on the page for content and moved any crucial bits to the bottom. App-Like carousel and landing pages: use the front page carousel to highlight the most common reasons someone would visit the website....]]></description>
			<content:encoded><![CDATA[<p><em>I wrote <a title="Helping students learn how to learn" href="http://andremalan.net/blog/2011/06/26/helping-student-learn-how-to-learn/">earlier</a> about how one of my projects for the summer is to improve the UBC Learning Commons website. <a title="Sam's Twitter" href="https://twitter.com/#!/theworldbysam" target="_blank">Sam Wempe</a>, one of the brilliant students on my team wrote a post about what we are trying to achieve, where we have come and what we still have left to do. </em></p>
<p><em>Below is the article that he wrote, originally published on the Learning Commons site:</em></p>
<p><em>[divider_padding]
</em></p>
<p>This summer, myself and a team from the Chapman Learning Commons have been working on an epic endeavor; nothing short of a website that <em>helps students learn better</em>. As with any website, the first hurdle is actually getting users to your site, followed by the equal challenge of providing information in a way that is not only engaging but useful.</p>
<p>The current site is a goldmine of resources thats has grown enormously over the years; however, student feedback has shown that this growth has made many of these resources hard to locate or take advantage of. Based on these responses, we focused on three inter-related issues.</p>
<h1>Navigation</h1>
<div class="wp-caption alignright" style="width: 310px"><a href="http://leap.sites.olt.ubc.ca/wp-admin/learningcommons.ubc.ca"><img title="so many menus! so many layers!" src="http://leap.sites.olt.ubc.ca/files/2011/06/Old-Site-300x236.jpg" alt="so many menus! so many layers!" width="300" height="236" /></a><p class="wp-caption-text">so many menus! so many layers!</p></div>
<p>As a result of the large amount growth the site experienced over the years in an attempt to become a one-stop shop on campus, the content outgrew the organizational structure. Due to the challenges that existed in making a website 5-6 years ago, this made perfect sense as there was very little UBC content online. Luckily, by May of this year, many of our partners have developed quality websites themselves, giving us the ability to concentrate on building a solid site centered on the student academic experience.</p>
<h3>Remedies<strong></strong></h3>
<ul>
<li><em>2 clicks or less intuitive navigation: </em>done through condensing and renaming menus, reducing the amount of potential pathways down to just a few, very logical ones. The design aspect below was also crucial to this.</li>
<li><em>Trim the fat</em>: cut out as much content as possible that does not relate to improving your academic life. For example, if someone happened to be interested in abroad opportunities, they would be referred to Go Global&#8217;s own website; as opposed to trying to maintain this content ourselves. This makes the site leaner and more efficient.</li>
</ul>
<h1></h1>
[divider_padding]
<h1>Visual</h1>
<p>One should also know the point of a website by just glancing at it. If a user likes a site&#8217;s main feature, they are more likely to stick around and look into other resources; something seriously lacking in the current site. Text-heavy pages scare away users, overly busy sidebars distract and constrain the content and providing users as many navigational options as possible created too many moving parts and points for confusion &#8211; all these needed to be refreshed for 2011 and beyond.</p>
<div class="mceTemp">
<dl id="attachment_10434" class="wp-caption alignleft" style="width: 226px;">
<dt><a href="http://learningcommons-redesign.sites.olt.ubc.ca/"><img title="concept of new learning commons site" src="http://leap.sites.olt.ubc.ca/files/2011/06/Screen-shot-2011-06-28-at-3.40.21-PM-216x300.png" alt="concept of new learning commons site" width="216" height="300" /></a></dt>
<dd></dd>
</dl>
</div>
<h3>Remedies</h3>
<ul>
<li><em>Break up content pages</em>: elimination of large blocks of text and utilization of ample forms of digital media, such as youtube videos, slideshare presentations, podcasts, etc.</li>
<li><em>Dropped the sidebar</em>: to free up more digital real estate on the page for content and moved any crucial bits to the bottom.</li>
<li><em>App-Like carousel and landing pages</em>: use the front page carousel to highlight the most common reasons someone would visit the website. Currently this is used to highlight current or upcoming events (which confused the mission of the site, according to student feedback); this has been moved to blog-like feed just below the &#8216;Welcome to the Learning Commons Banner.&#8217; While the landing pages act as visual launchpad to the various resources within the heading.</li>
</ul>
<h1></h1>
<h1></h1>
<h1></h1>
<h1></h1>
[clearboth]
[divider_padding]
<h1>Engaging and Interactive Content</h1>
<p>There are incredibly valuable resources on the site which took an immense amount of work and research to put together. The problem revealed through the navigation and visual aspect, was that this content was both hard to find and hard to get through. Reading lots of text is no fun, but try getting a stressed, time-pressed student to read five pages on time management; much less find the time to do so! Yet, the transfer of these skills is precisely what the site is about, striving to make exceptional accessible content for all students, by students.</p>
<div class="mceTemp">
<dl id="attachment_10435" class="wp-caption alignright" style="width: 268px;">
<dt><a href="http://learningcommons-redesign.sites.olt.ubc.ca/time-management2/"><img class="  " title="prototype for time management toolkit" src="http://leap.sites.olt.ubc.ca/files/2011/06/Screen-shot-2011-06-28-at-3.30.24-PM-258x300.png" alt="prototype for time management toolkit" width="258" height="300" /></a></dt>
<dd></dd>
</dl>
</div>
<h3>Remedies</h3>
<ul>
<li><em>Vegetables hidden in the dessert</em>: &#8216;toolkits&#8217; were designed to be interactive, self-reflective, do-at-your-own-pace tools to learn skills, figure out an action plan and provide connection points to the variety of in-person resources, such as peer-academic coaching or the writing centre.</li>
<li><em>Accessible to all students</em>: provide resources that are useful for all types of learners by including relevant videos, podcasts, software, print-outs and interactive activities.</li>
</ul>
<h1>PLEASE HELP US!!</h1>
<p><strong>Current Website</strong>: <a href="http://learningcommons.ubc.ca" target="_blank">http://learningcommons.ubc.ca/</a></p>
<p><strong>Prototype Website</strong>:<a href="http://learningcommons-redesign.sites.olt.ubc.ca/" target="_blank"> http://learningcommons-redesign.sites.olt.ubc.ca/</a></p>
<p>The Learning Commons is meant to be an evolving project, grounded in feedback from our partners and students alike; we need your help! A few issues in particular we are struggling with:</p>
<h3><strong>General Navigation</strong>:</h3>
<p>how do you find it moving between pages, not just navigation from the home page? Does it seem intuitive or confusing?</p>
<h3><strong>Headings and Categories</strong>:</h3>
<p>We have three main categories that most of our content now resides in. Naming has been one of the biggest hangups, as the more popular headers tend to cause the most confusion about what content exists under them.</p>
<p><strong>What we offer,</strong> for services and resources available to students, especially those available in the CLC. This has come across as the most solid heading.</p>
<p><strong>Student toolkits</strong> for the interactive skill-building tools. Other options include:</p>
<ol>
<li>Become a Better Student</li>
<li>Strategies for Students</li>
<li>Learning Strategies</li>
<li>Learning Secrets</li>
</ol>
<p>Which option are you drawn to? The issue here as that this needs to come across as helpful without sounding remedial. Meanwhile, it has to be narrow enough of a definition to not confuse users as to where content should exist.</p>
<p><strong>Beyond the Classroom</strong> as our main referral page to academically enriching opportunities, such as studying abroad, service learning, student directed seminars, etc. Other options include:</p>
<ol>
<li>Involvement</li>
<li>Enhance your degree</li>
</ol>
<p>Do these names and definitions makes sense? Particularly, are these headings so broad that you would have trouble placing what goes where and is there too much potential overlap?</p>
<p><strong>Building pages around content, not fitting content into pages</strong>: this is where the raw information on the site exists. Using the wider pages offered by dropping the sidebar, we have tried to divide up the content that would make the most sense for the subject; instead of a standardized layout across all content pages.</p>
<ol>
<li>Take a look at a few different content pages (<a href="http://learningcommons-redesign.sites.olt.ubc.ca/academic-advising/">link</a>,<a href="http://learningcommons-redesign.sites.olt.ubc.ca/study-spaces/"> link </a>&amp; <a href="http://learningcommons-redesign.sites.olt.ubc.ca/about-the-learning-commons/">link</a>). does the idea of breaking up content make information easier to find or understand? Or would more standardization in layout be better?</li>
<li>Consider how are current site lays out this content (<a href="http://learningcommons.ubc.ca/get-together/find-a-space/" target="_blank">link</a> &amp; <a href="http://learningcommons.ubc.ca/about/">link</a>).</li>
<li>The end result could be more of a hybrid, selecting one way of dividing up content (question 1), but using that layout arrangement for all the content pages.</li>
</ol>
<p><strong><a href="http://learningcommons-redesign.sites.olt.ubc.ca/i-need-to-improve/">Toolkits</a></strong>: go through our prototype <a href="http://learningcommons-redesign.sites.olt.ubc.ca/time-management2/">time management toolkit</a>. Tip, be sure to hit the print button after you&#8217;ve filled in the questions!</p>
<ol>
<li>Do you know where to start?</li>
<li>Is the rest of the content on the page below the slideshow / reflective questions useful or necessary?</li>
<li>Do you find the toolkit useful? Is this something that could help you manage your time better?</li>
</ol>
<h2><strong>Glaring absences</strong>:</h2>
<p>is anything missing from our previous site or from what you would expect to be here?</p>
<p>Any and all feedback is welcome in the comments section, on <a href="http://twitter.com/#!/ubclearn">twitter,</a> <a href="https://www.facebook.com/UBCLearningCommons?ref=ts">facebook</a> or by email (<a href="http://leap.sites.olt.ubc.ca/wp-admin/peer.assistants@gmail.com">peer.assistants@gmail.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/07/05/guest-post-we-help-you-learn-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I think Google Plus is revolutionary</title>
		<link>http://andremalan.net/blog/2011/06/29/why-i-think-google-plus-is-revolutionary/</link>
		<comments>http://andremalan.net/blog/2011/06/29/why-i-think-google-plus-is-revolutionary/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 04:34:38 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=938</guid>
		<description><![CDATA[I wrote the post below on July 2nd 2009. It sat in my Evernote for just under 2 years now, but with Google Plus, Google just did so much of what I was talking about that I guess I should share it now. The rough draft that I wrote is below. I&#8217;ve put in how Google plus fulfills the pieces below that. [three_fourth] //Stuff I wrote in 2009: Coming up with the perfect Communication system: These are all the avenues I use to communicate with others: In person Phone Windows Live Messenger Windows Live Messenger (video) Gtalk Skype Email Twitter Blog Facebook Chat Facebook messages Facebook Wall SMS (text messages) How can we classify these though? Length: -Short form: SMS, Twitter, Facebook Wall Medium form: Email, chat, blog, blog comments -Long form: Email, Chat applications, Phone, Blog Fidelity: -Face-to-face: In Person, Video Chat -Voice: Phone, Skype -Text: Email, Blog, Chat, Twitter, Facebook Wall Urgency -Urgent: SMS, Phone, Chat applications -Important, but not urgent: Email, Facebook Messages, direct twitter rmessages, in person -Neither urgent, nor important: blog, twitter, facebook wall. Audience -myself: delicious, notes, google tasks, word documents, reminders -small audience: SMS, Email, Chat, Twitter direct message, phone in person, -medium audience: Facebook wall, Twitter -large audience: Blog Temporal -Synchronous -Replies within short time frames -Whenever These are my rules for which apps to use, rules that I kind of instinctively obey because they are the most convenient. They are rules that I break all the time. They probably have differences and similarities to your rules. Why is that? Each of the services that we use has different social connotations to us. I might believe a Facebook message is for important things, but you might think it is just for fluff and never check it. How to fix it? Here is my proposal for the workflow of my dream communication device: Choose who you want to communicate with, person, group, all your friends, open internet (Which is what Facebook&#8217;s privacy changes have just done) Choose the urgency (this should probably be more granular than what I just set up). Choose the fidelity that you require (text, voice or video). Choose how synchronous you want it to be. Specify how long you want the message to be (for text this step could be automatic, just letting you know when you start to cross boundaries). From the receiving side, you specify how you want messages to come to you from certain people. Now, the critical part of this system is that the receiver gets to define how they are notified about your intent to communicate. These can be rules based on your location, your status, the time, what your calendar says, who is trying to contact you. even who you are with. So for instance, all urgent messages from your close contacts are pushed to your phone which beeps or vibrates. If it is not urgent, it is sent to your desktop, where a popup can appear every hour detailing how many new...]]></description>
			<content:encoded><![CDATA[<p>I wrote the post below on July 2nd 2009. It sat in my <a title="Evernote" href="http://evernote.com" target="_blank">Evernote</a> for just under 2 years now, but with <a title="Google Plus" href="http://plus.google.com" target="_blank">Google Plus</a>, Google just did so much of what I was talking about that I guess I should share it now. The rough draft that I wrote is below. I&#8217;ve put in how Google plus fulfills the pieces below that.</p>
[three_fourth]
<p><em>//Stuff I wrote in 2009:</em></p>
<p><strong>Coming up with the perfect Communication system:</strong></p>
<p>These are all the avenues I use to communicate with others:</p>
<ul>
<li>In person</li>
<li>Phone</li>
<li>Windows Live Messenger</li>
<li>Windows Live Messenger (video)</li>
<li>Gtalk</li>
<li>Skype</li>
<li>Email</li>
<li>Twitter</li>
<li>Blog</li>
<li>Facebook Chat</li>
<li>Facebook messages</li>
<li>Facebook Wall</li>
<li>SMS (text messages)</li>
</ul>
<p>How can we classify these though?</p>
<p><strong>Length:</strong><br />
-Short form: SMS, Twitter, Facebook Wall<br />
Medium form: Email, chat, blog, blog comments<br />
-Long form: Email, Chat applications, Phone, Blog</p>
<p><strong>Fidelity:</strong><br />
-Face-to-face: In Person, Video Chat<br />
-Voice: Phone, Skype<br />
-Text: Email, Blog, Chat, Twitter, Facebook Wall</p>
<p><strong>Urgency</strong><br />
-Urgent: SMS, Phone, Chat applications<br />
-Important, but not urgent: Email, Facebook Messages, direct twitter rmessages, in person<br />
-Neither urgent, nor important: blog, twitter, facebook wall.</p>
<p><strong>Audience</strong><br />
-myself: delicious, notes, google tasks, word documents, reminders<br />
-small audience: SMS, Email, Chat, Twitter direct message, phone in person,<br />
-medium audience: Facebook wall, Twitter<br />
-large audience: Blog</p>
<p><strong>Temporal</strong><br />
-Synchronous<br />
-Replies within short time frames<br />
-Whenever<br />
These are my rules for which apps to use, rules that I kind of instinctively obey because they are the most convenient. They are rules that I break all the time. They probably have differences and similarities to your rules. Why is that? Each of the services that we use has different social connotations to us. I might believe a Facebook message is for important things, but you might think it is just for fluff and never check it.</p>
<p><strong>How to fix it?</strong></p>
<p>Here is my proposal for the workflow of my dream communication device:</p>
<ol>
<li>Choose who you want to communicate with, person, group, all your friends, open internet (Which is what Facebook&#8217;s privacy changes have just done)</li>
<li>Choose the urgency (this should probably be more granular than what I just set up).</li>
<li>Choose the fidelity that you require (text, voice or video).</li>
<li>Choose how synchronous you want it to be.</li>
<li>Specify how long you want the message to be (for text this step could be automatic, just letting you know when you start to cross boundaries).</li>
<li>From the receiving side, you specify how you want messages to come to you from certain people.</li>
</ol>
<p>Now, the critical part of this system is that the receiver gets to define how they are notified about your intent to communicate. These can be rules based on your location, your status, the time, what your calendar says, who is trying to contact you. even who you are with. So for instance, all urgent messages from your close contacts are pushed to your phone which beeps or vibrates. If it is not urgent, it is sent to your desktop, where a popup can appear every hour detailing how many new non-urgent messages are waiting (this stops the smartphone syndrome of constantly checking email, facebook etc jsut to see if something important has come up).</p>
<p><em>//End of stuff I wrote in 2009.</em></p>
[/three_fourth] [one_fourth_last]
[framed_box bgColor="undefined" textColor="undefined" rounded="true"]
<a href="http://andremalan.net/wp-content/uploads/2011/06/IMG_20110625_174940.jpg"><img class="aligncenter size-thumbnail wp-image-949" title="IMG_20110625_174940" src="http://andremalan.net/wp-content/uploads/2011/06/IMG_20110625_174940-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://andremalan.net/wp-content/uploads/2011/06/IMG_20110625_174935.jpg"><img class="aligncenter size-thumbnail wp-image-947" title="IMG_20110625_174935" src="http://andremalan.net/wp-content/uploads/2011/06/IMG_20110625_174935-150x150.jpg" alt="" width="150" height="150" /></a> <a href="http://andremalan.net/wp-content/uploads/2011/06/IMG_20110625_174956.jpg"><img class="aligncenter size-thumbnail wp-image-948" title="IMG_20110625_174956" src="http://andremalan.net/wp-content/uploads/2011/06/IMG_20110625_174956-150x150.jpg" alt="" width="150" height="150" /></a> Some random images from my phone&#8230; no uploading required!<br />
[/framed_box]
[/one_fourth_last]
<p><em><br />
</em></p>
<p>Now for how Google Plus implements so much of this:</p>
<p><strong>Choosing who:</strong></p>
<p>Circles is 95% of the way there. Between Circles, individual people, people with the link, public, they&#8217;ve really made that part super easy.</p>
<p><a href="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.18.30-PM.png"><img class="aligncenter size-medium wp-image-942" title="Screen shot 2011-06-29 at 9.18.30 PM" src="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.18.30-PM-300x55.png" alt="" width="300" height="55" /></a><br />
<strong> Choose the urgency:</strong></p>
<p>Not implemented by Google Plus&#8230; here&#8217;s hoping they do.</p>
<p><strong>Choose how synchronous you want it to be.</strong></p>
<p>The difference between the chat and the sharing pieces.<br />
<strong> Choose the fidelity that you require (text, voice or video)</strong></p>
<p>All in Google Plus.</p>
<p style="text-align: center;"><a href="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.19.22-PM.png"><img class="aligncenter size-full wp-image-940" title="Fidelity choices on Google Plus" src="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.19.22-PM.png" alt="Fidelity choices on Google Plus" width="202" height="219" /></a><a href="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.19.37-PM.png"><img class="size-full wp-image-941 aligncenter" title="Fidelity Choices on Google Plus" src="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.19.37-PM.png" alt="Fidelity Choices on Google Plus" width="195" height="68" /></a></p>
<p><strong>Specify how long you want the message to be:</strong></p>
<p>Google Plus just does it automatically. I&#8217;m not sure if this one is relevant anymore.<br />
<strong>From the receiving side, you specify how you want messages to come to you from certain people:</strong></p>
<p>Google has at least made a start on it</p>
<p><a href="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.21.14-PM.png"><img class="aligncenter size-full wp-image-939" title="Settings for recieving posts on Google Plus" src="http://andremalan.net/wp-content/uploads/2011/06/Screen-shot-2011-06-29-at-9.21.14-PM.png" alt="Settings for recieving posts on Google Plus" width="483" height="306" /></a></p>
<p>The big thing is that Google Plus does this all in one space. No message box, chat box and email inbox, no separate places to rebuild your community again and again, just all in one application.</p>
<p>I think that&#8217;s kind of awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/06/29/why-i-think-google-plus-is-revolutionary/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Helping students learn how to learn</title>
		<link>http://andremalan.net/blog/2011/06/26/helping-student-learn-how-to-learn/</link>
		<comments>http://andremalan.net/blog/2011/06/26/helping-student-learn-how-to-learn/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 04:12:57 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Student Affairs]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=917</guid>
		<description><![CDATA[I am currently working for UBC Student Development / UBC Library as the Student Development Coordinator for the Chapman Learning Commons. My role includes managing the space, the students who work in the space and the learning services that are run out of the space. What makes this position fascinating for me is the problem that it poses, namely:  how do I manage/create/frame services in a way that actually leads to them helping students be better at school? This problem is massively difficult, as at a university level, being better at school requires students to break over 12 years of bad habits and replace them with good habits. As anybody who has tried to pick up good habits knows (especially in the time-constrained university environment), changing habits is very, very hard work that takes time to show results. Anything that one creates to help students do this has to be really, really good (if it is possible at all). So, for this summer, in order to actually achieve this goal I&#8217;ve settled on 4 different principles that will hopefully lead to success. Hire good students. This piece is critical. Having awesome students work on these projects helps keep things in perspective, makes customer development easier and brings a fresh sense of energy and ideas into the field. This piece&#8217;s current status is definitely &#8221;mission accomplished&#8221;. 1-on-1 peer mentorship is currently the only really feasible solution to this problem. Having a well-trained peer guide you and keep you accountable is a hundred times better than any online resource or workshop that I could create. Solve the pain. Students experience a lot of pain and the whole point of this is to help reduce that. Wording like &#8220;learning services&#8221; means absolutely nothing to most students, we need to frame things in a way that shows them how we will help them get rid of their pain. Be lean and agile. Concepts like &#8220;Do More Faster&#8221;, &#8220;release early, release often&#8221; and all the other techniques that I have learnt around successful software development and entrepreneurship apply in this context too. We are here to actually fix the problem, not just follow through on the requirements document. That&#8217;s the plan, 2 months in I hope it&#8217;s working. One of the pieces that we&#8217;ve made some big strides on is the Learning Commons website. If you&#8217;d like to see some of the principles in action compare the current site to my student&#8217;s current prototype (principle #1 can be seen in the quality of the work). We still have lots of work left to do on it, but the idea should be clear. If you do take a look, please drop some feedback, they are iterating fast so any feedback helps! (if you&#8217;re looking for a place to put the feedback, just comment below)]]></description>
			<content:encoded><![CDATA[<p>I am currently working for UBC Student Development / UBC Library as the Student Development Coordinator for the Chapman Learning Commons. My role includes managing the space, the students who work in the space and the learning services that are run out of the space.</p>
<p>What makes this position fascinating for me is the problem that it poses, namely:  how do I manage/create/frame services in a way that actually leads to them helping students be better at school?</p>
<p>This problem is massively difficult, as at a university level, being better at school requires students to break over 12 years of bad habits and replace them with good habits. As anybody who has tried to pick up good habits knows (especially in the time-constrained university environment), changing habits is very, very hard work that takes time to show results. Anything that one creates to help students do this has to be really, really good (if it is possible at all).</p>
<p>So, for this summer, in order to actually achieve this goal I&#8217;ve settled on 4 different principles that will hopefully lead to success.</p>
<ol>
<li><strong>Hire good students.</strong> This piece is critical. Having awesome students work on these projects helps keep things in perspective, makes customer development easier and brings a fresh sense of energy and ideas into the field. This piece&#8217;s current status is definitely &#8221;mission accomplished&#8221;.</li>
<li><strong>1-on-1 peer mentorship is currently the only really feasible solution to this problem.</strong> Having a well-trained peer guide you and keep you accountable is a hundred times better than any online resource or workshop that I could create.</li>
<li><strong>Solve the pain.</strong> Students experience a lot of pain and the whole point of this is to help reduce that. Wording like &#8220;learning services&#8221; means absolutely nothing to most students, we need to frame things in a way that shows them how we will help them get rid of their pain.</li>
<li><strong>Be lean and agile.</strong> Concepts like &#8220;Do More Faster&#8221;, &#8220;release early, release often&#8221; and all the other techniques that I have learnt around successful software development and entrepreneurship apply in this context too. We are here to actually fix the problem, not just follow through on the requirements document.</li>
</ol>
<div>That&#8217;s the plan, 2 months in I hope it&#8217;s working. One of the pieces that we&#8217;ve made some big strides on is the <a href="http://learningcommons.ubc.ca">Learning Commons</a> website. If you&#8217;d like to see some of the principles in action compare the <a title="Learning Commons" href="http://learningcommons.ubc.ca" target="_blank">current site</a> to my student&#8217;s <a title="prototype" href="http://learningcommons-redesign.sites.olt.ubc.ca/" target="_blank">current prototype</a> (principle #1 can be seen in the quality of the work). We still have lots of work left to do on it, but the idea should be clear. If you do take a look, please drop some feedback, they are iterating fast so any feedback helps!</div>
<div>
<div id="attachment_919" class="wp-caption aligncenter" style="width: 486px"><a href="http://andremalan.net/wp-content/uploads/2011/06/learning-commons-old.png"><img class=" wp-image-919  " title="Current Learning Commons site" src="http://andremalan.net/wp-content/uploads/2011/06/learning-commons-old.png" alt="Current Learning Commons site" width="476" height="386" /></a><p class="wp-caption-text">Current Learning Commons site</p></div>
<div id="attachment_920" class="wp-caption aligncenter" style="width: 493px"><a href="http://andremalan.net/wp-content/uploads/2011/06/new-CLC-page.png"><img class=" wp-image-920  " title="New Learning Commons Site" src="http://andremalan.net/wp-content/uploads/2011/06/new-CLC-page.png" alt="New Learning Commons Site" width="483" height="418" /></a><p class="wp-caption-text">New Learning Commons Site</p></div>
<p>(if you&#8217;re looking for a place to put the feedback, just comment below)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/06/26/helping-student-learn-how-to-learn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Game Design Theory as a Framework for Course Design</title>
		<link>http://andremalan.net/blog/2011/05/21/game-design/</link>
		<comments>http://andremalan.net/blog/2011/05/21/game-design/#comments</comments>
		<pubDate>Sat, 21 May 2011 23:26:28 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=663</guid>
		<description><![CDATA[A while ago I wrote a post titled &#8220;school is just a game, let&#8217;s make it a good game&#8220;. At the time I thought I was really clever for coming up with it. Unfortunately, the idea was being looked at in other places and this idea now even has a title: &#8220;the Gamification of education&#8221;. Gamification is one of those words that just sounds dirty. It sounds like (and just could be) a disease that people want to unleash upon school (this could also be due to the fact that &#8220;gammy&#8221; was a part of my slang vocabulary as a child). To many it is in fact a dirty word, the sentiment of &#8220;wait, what, we&#8217;re going to use operand conditioning to get students to learn?&#8221;&#8230; &#8220;This is evil and mindless and corporate.&#8221; is travelling around. Of course, if you apply the FourSquare method of just tacking on &#8220;achievements&#8221; to a course, this sentiment is justified. But what if instead of turning school into a crappy game, we started with the premise that it is already a game and that a way to improve it would be to make it a better game? In order to test that premise I spent 4 months working with Kimberly Voll to review the current literature around game and course design looking at what good game design was and seeing if we could apply it to course design. The in-depth hectically cited paper and poster are attached below for those who want to read them but here are the cliff notes: We looked at 7 different elements (these are not the only 7, just the ones we looked at) that designers play with to create good games and looked for places in course design literature where these elements had been looked at. The 7 are: Motivations: Designing in a way that complements the reason for playing Reward: Providing multiple types of satisfying rewards Punishment: Creating punishment that can be enjoyed (games that never punish you suck) Challenge: Keeping the game just hard enough to be engaging Story: Providing a narrative and sense of mystery that pulls the player forward and gives them a sense of purpose Community: Giving players a chance to interact with other people Freedom: Giving players as much agency as possible (or at least the illusions of agency) within the game&#8217;s structure By tweaking these 7 different aspects game designers create incredibly engaging games. If we want to make a more engaging course, all we have to do is tweak those elements as well. Notice, we don&#8217;t have to add the elements, they are already a part of the course, they just need to be fixed. A key thing to note is that this is not a one-size-fits-all way of looking at things, each course (just like each game) would need to come up with a unique way of improving on these elements. Paper is below and I will be writing much more about this as I go on to work on it over the...]]></description>
			<content:encoded><![CDATA[<p>A while ago I wrote a post titled &#8220;<a title="School is just a game... let's make it a better game." href="http://andremalan.net/blog/2010/03/21/school-is-just-a-game-lets-make-it-a-better-game/">school is just a game, let&#8217;s make it a good game</a>&#8220;. At the time I thought I was really clever for coming up with it. Unfortunately, the idea was being looked at in other places and this idea now even has a title: &#8220;the Gamification of education&#8221;.</p>
<p>Gamification is one of those words that just sounds dirty. It sounds like (and just could be) a disease that people want to unleash upon school (this could also be due to the fact that &#8220;<a title="Gammy" href="http://www.urbandictionary.com/define.php?term=gammy" target="_blank">gammy</a>&#8221; was a part of my slang vocabulary as a child). To many it is in fact a dirty word, the sentiment of &#8220;wait, what, we&#8217;re going to use operand conditioning to get students to learn?&#8221;&#8230; &#8220;This is evil and mindless and corporate.&#8221; is travelling around.</p>
<p>Of course, if you apply the FourSquare method of just tacking on &#8220;achievements&#8221; to a course, this sentiment is justified. But what if instead of turning school into a crappy game, we started with the premise that <a title="School is just a game… let’s make it a better game." href="http://andremalan.net/blog/2010/03/21/school-is-just-a-game-lets-make-it-a-better-game/">it is already a game</a> and that a way to improve it would be to make it a better game?</p>
<p>In order to test that premise I spent 4 months working with <a title="Kim Voll" href="http://twitter.com/#!/zanytomato" target="_blank">Kimberly Voll</a> to review the current literature around game and course design looking at what good game design was and seeing if we could apply it to course design. The in-depth hectically cited paper and poster are attached below for those who want to read them but here are the cliff notes:</p>
<p style="padding-left: 30px;">We looked at 7 different elements (these are not the only 7, just the ones we looked at) that designers play with to create good games and looked for places in course design literature where these elements had been looked at. The 7 are:</p>
<ul style="padding-left: 30px;">
<li><strong>Motivations:</strong> Designing in a way that complements the reason for playing</li>
<li><strong>Reward:</strong> Providing multiple types of satisfying rewards</li>
<li><strong>Punishment:</strong> Creating punishment that can be enjoyed (games that never punish you suck)</li>
<li><strong>Challenge:</strong> Keeping the game just hard enough to be engaging</li>
<li><strong>Story:</strong> Providing a narrative and sense of mystery that pulls the player forward and gives them a sense of purpose</li>
<li><strong>Community:</strong> Giving players a chance to interact with other people</li>
<li><strong>Freedom:</strong> Giving players as much agency as possible (or at least the illusions of agency) within the game&#8217;s structure</li>
</ul>
<p style="padding-left: 30px;">By tweaking these 7 different aspects game designers create incredibly engaging games. If we want to make a more engaging course, all we have to do is tweak those elements as well. Notice, we don&#8217;t have to add the elements, they are already a part of the course, <strong>they just need to be fixed</strong>. A key thing to note is that this is not a one-size-fits-all way of looking at things, each course (just like each game) would need to come up with a unique way of improving on these elements.</p>
<p>Paper is below and I will be writing much more about this as I go on to work on it over the summer and study it as a Master&#8217;s thesis.</p>
<p><strong><a href="http://andremalan.net/wp-content/uploads/2011/03/AndreMalanDirecteStudy.pdf">Paper on using game design to influence course design</a></strong></p>
<p style="text-align: center;"><a href="http://andremalan.net/wp-content/uploads/2011/03/AndrePoster.png"><img class="aligncenter  wp-image-880" title="Poster on Using Game design to influence course design " src="http://andremalan.net/wp-content/uploads/2011/03/AndrePoster-1024x768.png" alt="Poster on Using Game design to influence course design entered at the UBC Computer Science Undergraduate Poster Competition" width="614" height="461" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/05/21/game-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing Mac OS</title>
		<link>http://andremalan.net/blog/2011/03/29/fixing-mac-os/</link>
		<comments>http://andremalan.net/blog/2011/03/29/fixing-mac-os/#comments</comments>
		<pubDate>Tue, 29 Mar 2011 15:48:32 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=701</guid>
		<description><![CDATA[I just got a shiny new 13 inch MacBook Pro to use at work. Now, I feel that debates around the question &#8220;which operating system is better&#8221; are silly and believe that all of them have pros and cons. To prove it, I run Ubuntu on  my desktop, Windows 7 on my laptop and now Mac OS on my work laptop. That being said, in my opinion, one of the greatest weaknesses that Mac OS has is its window management. The operating system believes that it can do a better job than me in arranging and sizing the windows on my screen. This fails drastically once you have more than one screen, or have lots of windows to manage. To fix this I found a great free tool called &#8220;better touch tools&#8220;. The app works great for its intended purpose of adding more control over trackpad gestures and keyboard shortcuts, but it also allows you to add the window-snapping function of Windows 7. This means that setting windows side by side or making them full screen can be done with a flick of the mouse, as opposed to painfully dragging the box in the bottom right corner. For anybody who&#8217;s work entails looking at more than one application at a  time or who uses multiple screens, this app is a must!]]></description>
			<content:encoded><![CDATA[<p>I just got a shiny new 13 inch MacBook Pro to use at work. Now, I feel that debates around the question &#8220;which operating system is better&#8221; are silly and believe that all of them have pros and cons. To prove it, I run Ubuntu on  my desktop, Windows 7 on my laptop and now Mac OS on my work laptop.</p>
<p>That being said, in my opinion, one of the greatest weaknesses that Mac OS has is its window management. The operating system believes that it can do a better job than me in arranging and sizing the windows on my screen. This fails drastically once you have more than one screen, or have lots of windows to manage.</p>
<p>To fix this I found a great free tool called &#8220;<a title="Better Touch Tools" href="http://blog.boastr.net/" target="_blank">better touch tools</a>&#8220;. The app works great for its intended purpose of adding more control over trackpad gestures and keyboard shortcuts, but it also allows you to add the window-snapping function of Windows 7. This means that setting windows side by side or making them full screen can be done with a flick of the mouse, as opposed to painfully dragging the box in the bottom right corner.</p>
<p>For anybody who&#8217;s work entails looking at more than one application at a  time or who uses multiple screens, this app is a must!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2011/03/29/fixing-mac-os/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 Maverick Meerkat, giving the big boys a run for their money.</title>
		<link>http://andremalan.net/blog/2010/11/21/ubuntu-10-10-maverick-meerkat-giving-the-big-boys-a-run-for-their-money/</link>
		<comments>http://andremalan.net/blog/2010/11/21/ubuntu-10-10-maverick-meerkat-giving-the-big-boys-a-run-for-their-money/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 01:44:28 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=619</guid>
		<description><![CDATA[I have installed every new release of Ubuntu for the last 8 versions (my first was 7.04 Feisty Fawn). I would use each release for a few weeks, get frustrated with the amount of effort it took, then return to Windows. Every time I could see the potential, but Windows 7 was always just a better operating system on average. I think that has finally changed. After getting frustrated with Windows 7 taking a ton of time to do anything I installed Ubuntu&#8217;s Maverick Meerkat and I haven&#8217;t looked back. I think the 6-month release cycle has really paid off in a huge way for Ubuntu. All the little improvements over the versions have come together into something that now competes. So why is it so good? (Note many of these things have been in previous releases, but this is the first time they are packaged together so well). Ungodly start up and shut down speeds: After a week, I still get startled when the computer shuts down 5 seconds after I hit the button. Music Player, IM and Social Network integration: These just all work together so well. My all time favorite feature is to raise or lower the volume by just hovering over the sound icon and scrolling with the mouse wheel. Software center: The original &#8220;app store&#8221;, it&#8217;s always been good on Ubuntu, but it&#8217;s so much cleaner now and the fact that you can open that and other software update features at the same time is wonderful. Wine is easy to use: I can run most of the Windows/Mac only applications I need with Wine. Evernote etc, all install and run, with 0 technical knowledge needed Compiz: It&#8217;s far more than eye candy&#8230; it provides the best tools to handle multiple windows available! It lets you make your own user interface. Stuff just works: The main reason is that finally, things just work. Fingers crossed nothing has messed up and the computer is configured exactly as I want it. I urge everybody to give Ubuntu 10.10 a try, it is a lovely operating system. I&#8217;m not even installing Windows again (at least until my willpower breaks down and I buy Assassin&#8217;s Creed Brotherhood).]]></description>
			<content:encoded><![CDATA[<p>I have installed every new release of <a href="http://ubuntu.com" target="_blank">Ubuntu</a> for the last 8 versions (my first was 7.04 Feisty Fawn). I would use each release for a few weeks, get frustrated with the amount of effort it took, then return to Windows. Every time I could see the potential, but Windows 7 was always just a better operating system on average. I think that has finally changed.</p>
<p>After getting frustrated with Windows 7 taking a ton of time to do anything I installed Ubuntu&#8217;s <a title="Maverick" href="http://www.ubuntu.com/desktop" target="_blank">Maverick Meerkat</a> and I haven&#8217;t looked back. I think the 6-month release cycle has really paid off in a huge way for Ubuntu. All the little improvements over the versions have come together into something that now competes.</p>
<h2>So why is it so good?</h2>
<p><span id="more-619"></span></p>
<p>(Note many of these things have been in previous releases, but this is the first time they are packaged together so well).</p>
<p><strong>Ungodly start up and shut down speeds:</strong> After a week, I still get startled when the computer shuts down 5 seconds after I hit the button.</p>
<p><strong>Music Player, IM and Social Network integration:</strong> These just all work together so well. My all time favorite feature is to raise or lower the volume by just hovering over the sound icon and scrolling with the mouse wheel.</p>
<div id="attachment_622" class="wp-caption alignright" style="width: 160px"><strong> </strong><strong><a href="http://andremalan.net/wp-content/uploads/2010/11/Selection_009.png"><img class="size-thumbnail wp-image-622" title="Software Center" src="http://andremalan.net/wp-content/uploads/2010/11/Selection_009-150x150.png" alt="Software Center" width="150" height="150" /></a></strong><p class="wp-caption-text">Ubuntu Software Center</p></div>
<p><strong>Software center: </strong>The original &#8220;app store&#8221;, it&#8217;s always been good on Ubuntu, but it&#8217;s so much cleaner now and the fact that you can open that and other software update features at the same time is wonderful.</p>
<p><strong>Wine is easy to use:</strong> I can run most of the Windows/Mac only applications I need with Wine. Evernote etc, all install and run, with 0 technical knowledge needed</p>
<p><strong>Compiz:</strong> It&#8217;s far more than eye candy&#8230; it provides the best tools to handle multiple windows available! It lets you make your own user interface.<br />
<object width="480" height="385" 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="src" value="http://www.youtube.com/v/ptFsaPxQu_E?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="480" height="385" type="application/x-shockwave-flash" src="http://www.youtube.com/v/ptFsaPxQu_E?fs=1&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object></p>
<p><strong>Stuff just works:</strong> The main reason is that finally, things just work. Fingers crossed nothing has messed up and the computer is configured exactly as I want it.</p>
<p>I urge everybody to give Ubuntu 10.10 a try, it is a lovely operating system. I&#8217;m not even installing Windows again (at least until my willpower breaks down and I buy <a title="Assassin's Creed Brotherhood" href="http://assassinscreed.uk.ubi.com/brotherhood/" target="_blank">Assassin&#8217;s Creed Brotherhood</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/11/21/ubuntu-10-10-maverick-meerkat-giving-the-big-boys-a-run-for-their-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Personal Learning Environment &#8211; Presentation to JumpStart 2010</title>
		<link>http://andremalan.net/blog/2010/08/19/your-personal-learning-environment/</link>
		<comments>http://andremalan.net/blog/2010/08/19/your-personal-learning-environment/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 19:28:38 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[ple]]></category>
		<category><![CDATA[pln]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=573</guid>
		<description><![CDATA[I just finished presenting a workshop on Personal Learning Environments to around 300 international students for UBC&#8217;s JumpStart international orientation. I think it went really well, but for anybody reading this that went to the lecture, don&#8217;t hesitate to comment below on how I could improve. My story arc was as follows: In order to create and effective personal learning environment you need to recursively go through the following process: Personal: First figure out who/where you want to be (in 5-10 years time) using a visioning exercise, then try and see who you are now and note the differences. Learning: In order to get from where you are now to where you want to be, you will have to learn things (skills, knowledge etc), note down what those things are. Environment: Learning is a product of your environment. You can adapt your environment to learn better, without adding effort. Identify ways you can change the environment around you. Habits: The best way to change your environment is to create good and destroy bad habits. Only way to do this effectively is one at a time and with 30 day trials. After following that process several times you can slowly start to permanently change your environment in a way that allows you to learn. Below is the presentation as well as a list of resources and technology tools that can be used to augment your PLE: Your Personal Learning Environment on Prezi Resources and Tools for Personal Learning Environments: This information can be found (and edited) at http://wiki.ubc.ca/Personal_Learning_Enviroment. Add stories of your own Personal Learning Environment at http://wiki.ubc.ca/Talk:Personal_Learning_Environment Tools: Aggregate Google Reader: http://reader.google.com Netvibes: http://netvibes.com RSS readers let you stay up to date on new information coming in from a variety of blogs and websites. (If you want to test it out try add the sites recommended at the bottom of the page) Delicious: http://delicious.com Allows you bookmark things on the internet. It’s more handy than the ones in your browser as it allows you to tag, search and share the bookmarks, as well as access them from any location. Be sure to install the browser extension in order to make adding and searching bookmarks easier. RefWorks: http://resources.library.ubc.ca/901/ Helps you to do research by collecting and formatting your sources. Integrates with UBC Library. Collaborate: Wiki: http://wiki.ubc.ca A space to openly work on content with others. Google Docs: http://docs.google.com An online document editor, lets you collaborate with others and your documents are available wherever you have internet. Quizlet: http://quizlet.com Online collaborative flashcards, lets you create flashcards then test yourself and your friends using them, in a very fun way. (Also available on a bunch of SmartPhone apps). Organize: Mint: http://mint.com Automatically tracks how you spend your money and lets you set goals on how you want to spend in future (try it for a month, you will see just how delusional most of us are about where our money goes). Evernote: http://evernote.com Create and organize notes on any device that you have....]]></description>
			<content:encoded><![CDATA[<p><a href="http://andremalan.net/wp-content/uploads/2009/07/ple.gif"><img class="alignright size-full wp-image-280" title="ple" src="http://andremalan.net/wp-content/uploads/2009/07/ple.gif" alt="" width="100" height="100" /></a>I just finished presenting a workshop on Personal Learning Environments to around 300 international students for UBC&#8217;s <a href="http://ubcjumpstart.com" target="_blank">JumpStart international orientation</a>. I think it went really well, but for anybody reading this that went to the lecture, don&#8217;t hesitate to comment below on how I could improve.</p>
<p>My story arc was as follows:</p>
<p style="padding-left: 30px;">In order to create and effective personal learning environment you need to recursively go through the following process:<span id="more-573"></span></p>
<ul>
<li><strong>Personal:</strong> First figure out who/where you want to be (in 5-10 years time) using a visioning exercise, then try and see who you are now and note the differences.</li>
<li><strong>Learning:</strong> In order to get from where you are now to where you want to be, you will have to learn things (skills, knowledge etc), note down what those things are.</li>
<li><strong>Environment:</strong> Learning is a product of your environment. You can adapt your environment to learn better, without adding effort. Identify ways you can change the environment around you.</li>
<li><strong>Habits:</strong> The best way to change your environment is to create good and destroy bad habits. Only way to do this effectively is one at a time and with 30 day trials.</li>
</ul>
<p><span style="font-size: medium;"><span style="line-height: 24px;">After following that process several times you can slowly start to permanently change your environment in a way that allows you to learn.</span></span></p>
<p><span style="line-height: 27px; font-size: medium;"><strong>Below is the presentation as well as a list of resources and technology tools that can be used to augment your PLE:</strong></span></p>
<p><span style="line-height: 27px; font-size: medium;"><br />
</span></p>
<div class="prezi-player"><!-- .prezi-player { width: 550px; } .prezi-player-links { text-align: center; } --><object id="prezi_enwmjoyfmsz-" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="prezi_enwmjoyfmsz-" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="prezi_id=enwmjoyfmsz-&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_enwmjoyfmsz-" type="application/x-shockwave-flash" width="550" height="400" src="http://prezi.com/bin/preziloader.swf" flashvars="prezi_id=enwmjoyfmsz-&amp;lock_to_path=0&amp;color=ffffff&amp;autoplay=no&amp;autohide_ctrls=0" bgcolor="#ffffff" allowscriptaccess="always" allowfullscreen="true" name="prezi_enwmjoyfmsz-"></embed></object></p>
<div class="prezi-player-links">
<p><a title="Presentation on how to effectively create an environment that cultivates the learning needed to succeed in life." href="http://prezi.com/enwmjoyfmsz-/your-personal-learning-environment/">Your Personal Learning Environment</a> on <a href="http://prezi.com">Prezi</a></p>
</div>
</div>
<h2>Resources and Tools for Personal Learning Environments:</h2>
<h4>This information can be found (and edited) at <a href="http://wiki.ubc.ca/Personal_Learning_Enviroment">http://wiki.ubc.ca/Personal_Learning_Enviroment</a>.</h4>
<h4>Add stories of your own Personal Learning Environment at <a href="http://wiki.ubc.ca/Talk:Personal_Learning_Environment">http://wiki.ubc.ca/Talk:Personal_Learning_Environment</a></h4>
<h2>Tools:</h2>
<h4>Aggregate</h4>
<p>Google Reader: <a href="http://reader.google.com">http://reader.google.com</a><br />
Netvibes: http://netvibes.com<br />
RSS readers let you stay up to date on new information coming in from a variety of blogs and websites. (If you want to test it out try add the sites recommended at the bottom of the page)<br />
Delicious: <a href="http://delicious.com">http://delicious.com</a><br />
Allows you bookmark things on the internet. It’s more handy than the ones in your browser as it allows you to tag, search and share the bookmarks, as well as access them from any location. Be sure to install the browser extension in order to make adding and searching bookmarks easier.<br />
RefWorks: <a href="http://resources.library.ubc.ca/901/">http://resources.library.ubc.ca/901/</a><br />
Helps you to do research by collecting and formatting your sources. Integrates with UBC Library.</p>
<h4>Collaborate:</h4>
<p>Wiki: <a href="http://wiki.ubc.ca">http://wiki.ubc.ca</a></p>
<p>A space to openly work on content with others.<br />
Google Docs: <a href="http://docs.google.com">http://docs.google.com</a></p>
<p>An online document editor, lets you collaborate with others and your documents are available wherever you have internet.<br />
Quizlet: <a href="http://quizlet.com">http://quizlet.com</a></p>
<p>Online collaborative flashcards, lets you create flashcards then test yourself and your friends using them, in a very fun way. (Also available on a bunch of SmartPhone apps).</p>
<h4>Organize:</h4>
<p>Mint: <a href="http://mint.com">http://mint.com</a></p>
<p>Automatically tracks how you spend your money and lets you set goals on how you want to spend in future (try it for a month, you will see just how delusional most of us are about where our money goes).<br />
Evernote: <a href="http://evernote.com">http://evernote.com</a><br />
Create and organize notes on any device that you have. Lets you upload and search pictures.<br />
Google Tasks: <a href="http://tasks.google.com">http://tasks.google.com</a><br />
Remember The Milk: <a href="http://rememberthemilk.com">http://rememberthemilk.com</a><br />
There are a ton of free task tracking and managing applications out there. Having all the tasks you need to do out of your head and on paper really helps to relieve a lot of stress.<br />
RescueTime: <a href="http://rescuetime.com/">http://rescuetime.com/</a><br />
Monitors the applications and websites that you access on your computer, providing a detailed breakdown (also, very scary to see where your time goes) and letting you set goals for how you want to change your browsing behaviour.<br />
Google Calendar: <a href="http://calendar.google.com">http://calendar.google.com</a><br />
lets you keep your life organized by keeping a selection of calendars. If used properly, you won’t forget about an assignment, class or meeting again.<br />
Daytum: <a href="http://daytum.com/">http://daytum.com/</a><br />
Allows you to track a selection of different goals that you set for yourself.<br />
MindMapping: <a href="http://wiki.ubc.ca/Mind_Mapping_Resources">http://wiki.ubc.ca/Mind_Mapping_Resources</a><br />
Allows you to visually organize data in a way that may make more sense to your brain. The resources page has a collection of some of the best tools and resources.</p>
<h4>Create</h4>
<p>Prezi: <a href="http://prezi.com">http://prezi.com</a><br />
Allows you to make fun, visually appealing and creative presentations.<br />
Blogs: <a href="http://blogs.ubc.ca/wp-admin">http://blogs.ubc.ca/wp-admin</a><br />
Allow you to express yourself and your ideas. Let’s you synthesize and reflect upon you learning.<br />
Creately: <a href="http://creately.com/">http://creately.com/</a><br />
Gliffy: <a href="http://gliffy.com">http://gliffy.com</a><br />
Drawing tools that allow you to quickly and easily make then share diagrams online. Great for any kind of complex diagram that you need to create.</p>
<h4>Connect</h4>
<p>Blogs: <a href="http://blogs.ubc.ca">http://blogs.ubc.ca</a><br />
Allows you to gain feedback on your thinking as well as engage with others studying in your field of interest.<br />
Twitter: <a href="http://twitter.com">http://twitter.com</a><br />
Curate a network of people to communicate and connect with over the things that you love.<br />
Forums:<br />
Find or contribute to a community&#8217;s body of knowledge.<br />
Linkedin: <a href="http://linkedin.com">http://linkedin.com</a><br />
Connect to people within a work network.</p>
<h2>Learning Commons resources:</h2>
<p><a href="http://learningcommons.ubc.ca/get-started/the-learning-process/" target="_blank">http://learningcommons.ubc.ca/get-started/the-learning-process/</a></p>
<p><a href="http://learningcommons.ubc.ca/get-started/study-toolkits/time-management-toolkit/" target="_blank">http://learningcommons.ubc.ca/get-started/study-toolkits/time-management-toolkit/</a></p>
<p><a href="http://learningcommons.ubc.ca/get-started/study-toolkits/procrastinationconcentration-toolkit/" target="_blank">http://learningcommons.ubc.ca/get-started/study-toolkits/procrastinationconcentration-toolkit/</a></p>
<p><a href="http://learningcommons.ubc.ca/get-started/coping-with-stress/long-term-solution/" target="_blank">http://learningcommons.ubc.ca/get-started/coping-with-stress/long-term-solution/</a></p>
<p><a href="http://learningcommons.ubc.ca/get-started/learning-environments/" target="_blank">http://learningcommons.ubc.ca/get-started/learning-environments/</a></p>
<h2>Blogs to follow:</h2>
<p>Zen Habits: <a href="http://zenhabits.net/">http://zenhabits.net/</a> A blog dedicated to simplifying and forming good habits.<br />
Scott Young: <a href="http://www.scotthyoung.com/blog/">http://www.scotthyoung.com/blog/</a> A student and productivity blogger, has a lot of material on how to successfully form new habits.<br />
Study Hacks: <a href="http://calnewport.com/blog/">http://calnewport.com/blog/</a> A student that writes a lot about how to be better at school.</p>
<h2>Prezi Presentations on Personal Learning Environments</h2>
<ul>
<li>Your Personal Learning Environment: <a href="http://prezi.com/enwmjoyfmsz-/your-personal-learning-environment/" target="_blank">http://prezi.com/enwmjoyfmsz-/your-personal-learning-environment/</a></li>
<li>Growing your Personal Learning Environment     <a href="http://prezi.com/-xhpuupxgjin/" target="_blank">http://prezi.com/-xhpuupxgjin/</a></li>
<li>Use your Leadership Skills to Create a Personal Learning Environment     <a href="http://prezi.com/b-vgb6wqwrih/" target="_blank">http://prezi.com/b-vgb6wqwrih/</a></li>
<li>Creating Effective Personal Learning Environments     <a href="http://prezi.com/cafxkcucjcd3/" target="_blank">http://prezi.com/cafxkcucjcd3/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/08/19/your-personal-learning-environment/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Are we fighting a war?</title>
		<link>http://andremalan.net/blog/2010/07/14/are-we-fighting-a-war/</link>
		<comments>http://andremalan.net/blog/2010/07/14/are-we-fighting-a-war/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 06:57:24 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Brian Lamb]]></category>
		<category><![CDATA[D'Arcy Norman]]></category>
		<category><![CDATA[idiocracy]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=530</guid>
		<description><![CDATA[I just watched the movie &#8220;Idiocracy&#8221; as recommended by Brian and Joe. In the words of d&#8217;Arcy Norman&#8220;damn. that movie was depressing, funny, and awesome&#8221;. It tells the story of a distopian future, where due to the fact that smart people have less children than stupid people, by the year 2500, smart people have died out. Everyone is incredibly stupid. Those left spend their time drinking &#8220;Brawndo, The thirst mutilator. It&#8217;s got electrolytes!&#8221; and watching people get kicked in the balls on television. It&#8217;s a future where everyone behaves exactly as Kraft, Walmart, etc want us to behave. It&#8217;s a brilliant cautionary tale and I highly recommend watching it. Will it happen though? Is there a possibility that humanity is doomed to get dumber? I think yes. There are many different reasons why this may or may not be so (all of which better suited for a non-wee-hours-of-the-morning post), but I think the largest of those is that in a world of stupid people, the corporations win. Corporations are psychotic entities that would do anything to get us to behave as they want and they have a lot of power (as described in another thought-provoking move, the Corporation). The power is evident everywhere. They are doing their damndest to use all media at their disposal to dumb-down children and make them into perfect buying machines, doing their bidding. How do we stop it? We fight back in the schools. If education can be revolutionized (and there are many smart people working on it) then we can teach the young how to take back the power from the corporations and to make them do our bidding instead. Eating healthy,  exercising, learning and being compassionate are what smart people do and we need to ensure that despite the corporation&#8217;s efforts, everyone is given the tools and motivation to do so. This is a war, it&#8217;s humanity VS. the corporations.We are fighting to see who controls who. If we get real about being flexible and innovative enough to fix education and make it a place where people learn to become smart enough to take back power from our creations.]]></description>
			<content:encoded><![CDATA[<p>I just watched the movie &#8220;<a href="http://en.wikipedia.org/wiki/Idiocracy" target="_blank">Idiocracy</a>&#8221; as recommended by <a href="http://blogs.ubc.ca" target="_blank">Brian</a> and <a href="http://twitter.com/velkr0" target="_blank">Joe</a>. In the words of <a href="http://darcynorman.net" target="_blank">d&#8217;Arcy Norman</a>&#8220;damn. that movie was depressing, funny, and awesome&#8221;. It tells the story of a distopian future, where due to the fact that smart people have less children than stupid people, by the year 2500, smart people have died out. Everyone is incredibly stupid. Those left spend their time drinking &#8220;Brawndo, The thirst mutilator. It&#8217;s got electrolytes!&#8221; and watching people get kicked in the balls on television. It&#8217;s a future where everyone behaves exactly as Kraft, Walmart, etc want us to behave. It&#8217;s a brilliant cautionary tale and I highly recommend watching it.</p>
<div class="wp-caption alignright" style="width: 213px"><a href="http://en.wikipedia.org/wiki/Idiocracy"><img class=" " title="Idiocracy poster" src="http://upload.wikimedia.org/wikipedia/en/6/6b/Idiocracy_movie_poster.jpg" alt="Idiocracy Poster" width="203" height="300" /></a><p class="wp-caption-text">Idiocracy poster (via Wikipedia)</p></div>
<p><strong>Will it happen though?</strong><br />
Is there a possibility that humanity is doomed to get dumber? I think yes. There are many different reasons why this may or may not be so (all of which better suited for a non-wee-hours-of-the-morning post), but I think the largest of those is that in a world of stupid people, the corporations win. Corporations are psychotic entities that would do anything to get us to behave as they want and they have a lot of power (as described in another thought-provoking move, <a href="http://en.wikipedia.org/wiki/The_Corporation" target="_blank">the Corporation</a>). The power is evident everywhere. They are doing their damndest to use all media at their disposal to dumb-down children and make them into perfect buying machines, doing their bidding.</p>
<p><strong>How do we stop it?</strong> We fight back in the schools. If education can be revolutionized (and there are many smart people working on it) then we can teach the young how to take back the power from the corporations and to make them do our bidding instead. Eating healthy,  exercising, learning and being compassionate are what smart people do and we need to ensure that despite the corporation&#8217;s efforts, everyone is given the tools and motivation to do so.</p>
<p><strong>This is a war, it&#8217;s humanity VS. the corporations.</strong>We are fighting to see who controls who. If we get real about being flexible and innovative enough to fix education and make it a place where people learn to become smart enough to take back power from our creations.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/07/14/are-we-fighting-a-war/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Kiva &#8211; 11 months later.</title>
		<link>http://andremalan.net/blog/2010/07/05/kiva-11-months-later/</link>
		<comments>http://andremalan.net/blog/2010/07/05/kiva-11-months-later/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 14:00:30 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[kiva]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=520</guid>
		<description><![CDATA[I joined kiva.org and gave my first loan 11 months ago. 1 Month later (almost a year ago) I wrote a blog post titled &#8220;Kiva: The Cheapest way to help poor people&#8220;. It described how Kiva is a great way to get your feet wet with giving, due to the fact that you loan money as opposed to giving it. It also goes into some depth as to the academic arguments surrounding micro-lending. So after 11 months how do I feel? My Kiva lender page. In 11 months I have made 65 loans, to the total value of $1,885. In order to lend that much, I have only put around $650 into the system. This means that over 11  months, every dollar that I have lent has been returned and loaned again, twice. Every single loan has been paid back in full. About 4 months ago, I stopped having to put money into the system in order to maintain a pace of 5 loans per month. By the time I am ready to lean my $125 a month, that amount has been paid back in full by other loans. Of course I will have to top up every now and then as I give a small percent of my loans to help keep Kiva going, but in general, the service has become truly free for me, I can lend money to new people every month without having to touch my bank account. Micro-lending will not end poverty, but it is a start and hopefully it&#8217;s use along with other techniques (my favorite of course being education) will help to reverse the direction of the ever-widening rich-poor gap .]]></description>
			<content:encoded><![CDATA[<p>I joined <a href="http://kiva.org" target="_blank">kiva.org</a> and gave my first loan 11 months ago. 1 Month later (almost a year ago) I wrote a blog post titled &#8220;<a href="http://andremalan.net/blog/2009/07/21/kiva-the-cheapest-way-to-help-poor-people/" target="_self">Kiva: The Cheapest way to help poor people</a>&#8220;. It described how Kiva is a great way to get your feet wet with giving, due to the fact that you loan money as opposed to giving it. It also goes into some depth as to the academic arguments surrounding micro-lending.</p>
<p><strong>So after 11 months how do I feel?<span id="more-520"></span><br />
</strong></p>
<p><a href="http://www.kiva.org/lender/andremalan" target="_blank">My Kiva lender page</a>.</p>
<p>In 11 months I have made 65 loans, to the total value of $1,885. In order to lend that much, I have only put around $650 into the system. This means that over 11  months, every dollar that I have lent has been returned and loaned again, twice.</p>
<p>Every single loan has been paid back in full.</p>
<p>About 4 months ago, I stopped having to put money into the system in order to maintain a pace of 5 loans per month. By the time I am ready to lean my $125 a month, that amount has been paid back in full by other loans. Of course I will have to top up every now and then as I give a small percent of my loans to help keep Kiva going, but in general, the service has become truly free for me, I can lend money to new people every month without having to touch my bank account.</p>
<p>Micro-lending will not end poverty, but it is a start and hopefully it&#8217;s use along with other techniques (my favorite of course being education) will help to reverse the direction of the ever-widening rich-poor gap .</p>
<div id="attachment_521" class="wp-caption alignnone" style="width: 293px"><a href="http://andremalan.net/wp-content/uploads/2010/07/kiva-loans.png"><img class="size-medium wp-image-521" title="kiva loans" src="http://andremalan.net/wp-content/uploads/2010/07/kiva-loans-283x300.png" alt="My recent Kiva loans" width="283" height="300" /></a><p class="wp-caption-text">Recent Kiva loans</p></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/07/05/kiva-11-months-later/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Themes &#8211; A personal journey</title>
		<link>http://andremalan.net/blog/2010/07/04/theme-history/</link>
		<comments>http://andremalan.net/blog/2010/07/04/theme-history/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 22:46:57 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=510</guid>
		<description><![CDATA[My site has gone through a lot of them changes over it&#8217;s history. Even though one of the bloggers that I admire most (at least before he went off the deep end) disagrees with theme changes, I feel that creating and changing my themes has allowed me to flesh out my ideas around aesthetics as well as my sense of self and personal style. I started university believing that I had no artistic talent whatsoever and have slowly come to realize that I just never spent any time developing it.  I treat my theme as a personal journey, it showcases my knowledge, ability and feelings at a given point in time and allows me to show everyone in a visual way when those things change by updating my theme. So although I&#8217;ve lost a few of the steps along the way, here is a subset of the themes I&#8217;ve hacked along the way&#8230;]]></description>
			<content:encoded><![CDATA[<p>My site has gone through a lot of them changes over it&#8217;s history. Even though one of the <a title="The Bave" href="http://bavatuesdays.com" target="_blank">bloggers</a> that I admire most (at least before he <a href="http://bavatuesdays.com/chapter-1/" target="_blank">went off the deep end</a>) <a href="http://bavatuesdays.com/the-bava-headers/" target="_blank">disagrees</a> with theme changes, I feel that creating and changing my themes has allowed me to flesh out my ideas around aesthetics as well as my sense of self and personal style. I started university believing that I had no artistic talent whatsoever and have slowly come to realize that I just never spent any time developing it.  I treat my theme as a personal journey, it showcases my knowledge, ability and feelings at a given point in time and allows me to show everyone in a visual way when those things change by updating my theme.</p>
<p>So although I&#8217;ve lost a few of the steps along the way, here is a subset of the themes I&#8217;ve hacked along the way&#8230;</p>

<a href='http://andremalan.net/blog/2010/07/04/theme-history/twenty-hand2/' title='twenty-hand'><img width="150" height="150" src="http://andremalan.net/wp-content/uploads/2010/07/twenty-hand2-150x150.png" class="attachment-thumbnail" alt="Twenty hand" title="twenty-hand" /></a>
<a href='http://andremalan.net/blog/2010/07/04/theme-history/slidingthemehome/' title='slidingthemehome'><img width="150" height="150" src="http://andremalan.net/wp-content/uploads/2010/07/slidingthemehome-150x150.png" class="attachment-thumbnail" alt="Sliding Theme" title="slidingthemehome" /></a>
<a href='http://andremalan.net/blog/2010/07/04/theme-history/pixelthemehome/' title='pixel theme'><img width="150" height="150" src="http://andremalan.net/wp-content/uploads/2010/07/pixelthemehome-150x150.png" class="attachment-thumbnail" alt="Pixel THeme" title="pixel theme" /></a>
<a href='http://andremalan.net/blog/2010/07/04/theme-history/corvette-home/' title='corvette theme'><img width="150" height="150" src="http://andremalan.net/wp-content/uploads/2010/07/corvette-home-150x150.png" class="attachment-thumbnail" alt="corvette theme hack" title="corvette theme" /></a>

]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/07/04/theme-history/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning through a narrative</title>
		<link>http://andremalan.net/blog/2010/06/27/learning-through-a-narrative/</link>
		<comments>http://andremalan.net/blog/2010/06/27/learning-through-a-narrative/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:21:50 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[Imaginative Education]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=499</guid>
		<description><![CDATA[I just finished reading &#8220;The Future of Education &#8211; re-imagining our schools from the ground up&#8221; by Kieran Egan. It describes the idea of &#8220;Imaginative Education&#8221; (IE) and gives an example of a timeline in which this superior form of education could be the norm by 2050. I&#8217;m unsure of my opinion about most of IE and will spend a lot more time looking into it before I draw firm conclusion. The one thing that really struck me about IE was the concentration on narratives. In the book students are given an arbitrary topic when they start school (for example &#8220;leaves&#8221; or &#8220;wind&#8221;) and work on a portfolio around that subject for their entire school school career). They are then guided by portfolio mentors to apply everything they learn to this topic. So for instance, when learning about metaphors, they are asked to find metaphors in literature involving leaves. When learning about area, they can find the best way to estimate the area of different kinds of leaves. This way of teaching serves the duel purpose of not only making students an expert in their topic, but also gives them something tangible to relate their learning in all areas to. It forces them to develop a habit of applying the things they learn. Now, I haven&#8217;t figured out how I feel about the idea of an &#8220;arbitrary&#8221; topic (I think students should at least have some influence in the choice of their topics). However, at a university level students like myself should have the power to choose their own topic and follow it through. I chose my topic of improving education (both in method and in distribution) a long time ago but can see many points in my education where I have failed to relate my learning back to that. For instance), why was I bored stiff in my databases class when I could have been finding ways to relate it to my passion? Boring as SQL may be, it can be seen as a powerful upgrade to parts of human language due to its exceptional clarity. The questions I should have been asking myself could have been as follows: Should everyone learn how database queries work simply in order for them to understand the pure logic that it creates? Is this type of logic necessary? Does that kind of thinking make innovation more or less likely to happen? So many questions could be formed from something as boring as SQL queries. I know that the ones above are very surface level, but that is precisely because I was not thinking deeply about this while they were being taught databases in depth. I have this feeling that I would have been able to draw many deep and meaningful connections. From now on I intend to try my damnedest to relate everything I learn in school to my central topic and in order to test how powerful this way of thinking can be.]]></description>
			<content:encoded><![CDATA[<p>I just finished reading &#8220;<a title="The Future of Education" href="href=" target="_blank">The Future of Education &#8211; re-imagining our schools from the ground up</a>&#8221; by <a title="Kieran Egan" href="http://www.educ.sfu.ca/kegan/" target="_blank">Kieran Egan</a>. It describes the idea of &#8220;<a title="Imaginative Education" href="http://www.ierg.net/" target="_blank">Imaginative Education</a>&#8221; (IE) and gives an example of a timeline in which this superior form of education could be the norm by 2050. I&#8217;m unsure of my opinion about most of IE and will spend a lot more time looking into it before I draw firm conclusion.</p>
<p>The one thing that really struck me about IE was the concentration on narratives. In the book students are given an arbitrary topic when they start school (for example &#8220;leaves&#8221; or &#8220;wind&#8221;) and work on a portfolio around that subject for their entire school school career). They are then guided by portfolio mentors to apply everything they learn to this topic. So for instance, when learning about metaphors, they are asked to find metaphors in literature involving leaves. When learning about area, they can find the best way to estimate the area of different kinds of leaves. This way of teaching serves the duel purpose of not only making students an expert in their topic, but also<br />
gives them something tangible to relate their learning in all areas to. It forces them to develop a habit of applying the things they learn.</p>
<p>Now, I haven&#8217;t figured out how I feel about the idea of an &#8220;arbitrary&#8221; topic (I think students should at least have some influence in the choice of their topics). However, at a university level students like myself should have the power to choose their own topic and follow it through. I chose my topic of <a title="Create a mvement" href="http://andremalan.net/blog/2009/05/25/sethgodinchangetheworld/">improving education</a> (both in <a title="Two problems of education" href="http://andremalan.net/blog/2009/06/22/the-two-fundamental-problems-of-education/" target="_blank">method and in distribution</a>) a long time ago but can see many points in my education where I have failed to relate my learning back to that. For instance), why was I bored stiff in my databases class when I could have been finding ways to relate it to my passion? Boring as SQL may be, it can be seen as a powerful upgrade to parts of human language due to its exceptional clarity. The questions I should have been asking myself could have been as follows:</p>
<p style="padding-left: 30px;">Should everyone learn how database queries work simply in order for them to understand the pure logic that it creates?</p>
<p style="padding-left: 30px;">Is this type of logic necessary?</p>
<p style="padding-left: 30px;">Does that kind of thinking make innovation more or less likely to happen?</p>
<p>So many questions could be formed from something as boring as SQL queries. I know that the ones above are very surface level, but that is precisely because I was not thinking deeply about this while they were being taught databases in depth. I have this feeling that I would have been able to draw many deep and meaningful connections.</p>
<p>From now on I intend to try my damnedest to relate everything I learn in school to my central topic and in order to test how powerful this way of thinking can be.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/06/27/learning-through-a-narrative/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Educational Technology, the Users’s Perspective</title>
		<link>http://andremalan.net/blog/2010/06/21/educational-technology-the-users%e2%80%99s-perspective/</link>
		<comments>http://andremalan.net/blog/2010/06/21/educational-technology-the-users%e2%80%99s-perspective/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 07:09:57 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Curriculum]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[ETUG]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=495</guid>
		<description><![CDATA[Last week I spoke at ETUG 2010. My talk was entitled “Educational Technology, the Users’s Perspective”. In the talk I made a case for user-centered design and then explained the perspective of over 96% of the users of educational technology. Below is the video of my presentation (only starts about 1:50 into the video) and read on for a short summary. In order to get that perspective I sent out questionnaires and interviewed many of my friends to get some representative opinions. The four main recommendations (inspired by the interviews were as follows): Help them Communicate and record. Students want better ways to communicate with each other/course staff. Students want better ways of recording what happens in a lecture. Provide those two things and you will satisfy most of what students think they need. Teach them to look. Students don’t explore technology (as it relates to school on their own). You don’t need to provide/require technology, explaining what’s out there and how it can help make studies easier is a very cost-effective way to help students. Don’t be annoying. I described clickers as a new-age punch-card system. Students will rebel against the technology used in class if it is used to keep tabs on them or increase their workload. Integrate the technology, don’t just add it on top. Let them know why you do what you do. I think this was the most essential theme from the talk. In general, students don’t think about how technology can help them learn&#8230; they just go on doing what they are told. It’s more efficient than experimentation. Educators need to be showing students why they use technology and ask for the student’s help in coming up with the best solution. In the question and answer section I got asked a lot about how to involve students more in the debate. My answer was to just be more human. Let the students see that you are educating in the best way that you know how and that you are experimenting in the hopes that it will make their learning better. Nobody has figured out the perfect way to teach yet, so why not admit up front that your methods are imperfect and ask for any help to make them better. For the most part your students will be empathetic and caring, you just need to be a little vulnerable to make that happen.]]></description>
			<content:encoded><![CDATA[<p>Last week I spoke at ETUG 2010. My talk was entitled “Educational Technology, the Users’s Perspective”. In the talk I made a case for user-centered design and then explained the perspective of over 96% of the users of educational technology. Below is the video of my presentation (only starts about 1:50 into the video) and read on for a short summary.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://blip.tv/play/AYHmsGQC" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="390" src="http://blip.tv/play/AYHmsGQC" allowfullscreen="true"></embed></object><br />
<span id="more-495"></span></p>
<p>In order to get that perspective I sent out questionnaires and interviewed many of my friends to get some representative opinions. The four main recommendations (inspired by the interviews were as follows):</p>
<p><strong>Help them Communicate and record.</strong></p>
<ul>
<li>Students want better ways to communicate with each other/course staff.</li>
<li>Students want better ways of recording what happens in a lecture.</li>
</ul>
<p>Provide those two things and you will satisfy most of what students think they need.</p>
<p><strong>Teach them to look.</strong></p>
<p>Students don’t explore technology (as it relates to school on their own). You don’t need to provide/require technology, explaining what’s out there and how it can help make studies easier is a very cost-effective way to help students.</p>
<p><strong>Don’t be annoying.</strong></p>
<p>I described clickers as a new-age punch-card system. Students will rebel against the technology used in class if it is used to keep tabs on them or increase their workload. Integrate the technology, don’t just add it on top.</p>
<p><strong>Let them know why you do what you do.</strong></p>
<p>I think this was the most essential theme from the talk. In general, students don’t think about how technology can help them learn&#8230; they just go on doing what they are told. It’s more efficient than experimentation. Educators need to be showing students why they use technology and ask for the student’s help in coming up with the best solution.</p>
<p>In the question and answer section I got asked a lot about how to involve students more in the debate. My answer was to just be more human. Let the students see that you are educating in the best way that you know how and that you are experimenting in the hopes that it will make their learning better. Nobody has figured out the perfect way to teach yet, so why not admit up front that your methods are imperfect and ask for any help to make them better. For the most part your students will be empathetic and caring, you just need to be a little vulnerable to make that happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/06/21/educational-technology-the-users%e2%80%99s-perspective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Theme: twenty-hand</title>
		<link>http://andremalan.net/blog/2010/05/31/new-theme-twenty-hand/</link>
		<comments>http://andremalan.net/blog/2010/05/31/new-theme-twenty-hand/#comments</comments>
		<pubDate>Mon, 31 May 2010 08:39:17 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=448</guid>
		<description><![CDATA[I&#8217;ve been unhappy with my theme for the page few months and not had the time to change it. I&#8217;ve finally got around to doing so and at the same time have played around with some WordPress 3.0 goodness. Here are some of the features: It&#8217;s a child theme of the new WordPress theme twentyTen. It&#8217;s much cleaner than my old theme. It uses the new wp_nav_menu system. The 7 menus that I add are the 7 menu items at the top. The theme really has a long way to go before it can go up on say WordPress.org. Some changes I still need to make: I need a back-end so that people can add or remove their own images. This needs to completely replace the &#8220;change header&#8221; function that twentyTen comes with. I need to create a way to let people have more or less than 7 headers. I need to create ways for non-exact matches to leave the header images open (at the moment it&#8217;s only open if the URL is exactly the same as defined in the menus. I need to write some documentation. That being said, below is the theme for anyone who wants to play with it in its current version. Feedback on the look/features that should be added would be great. twenty-hand 0.5 Update 1: an example of what this site used to look like: http://buddypress.andremalan.org/andre/ Update 2: I didn&#8217;t like the theme in the end&#8230; am working on another one at the moment.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been unhappy with my theme for the page few months and not had the time to change it. I&#8217;ve finally got around to doing so and at the same time have played around with some WordPress 3.0 goodness. Here are some of the features:</p>
<ol>
<li>It&#8217;s a child theme of the new WordPress theme twentyTen.</li>
<li>It&#8217;s much cleaner than my old theme.</li>
<li>It uses the new wp_nav_menu system. The 7 menus that I add are the 7 menu items at the top.</li>
</ol>
<p><span id="more-448"></span></p>
<p>The theme really has a long way to go before it can go up on say WordPress.org. Some changes I still need to make:</p>
<ol>
<li>I need a back-end so that people can add or remove their own images. This needs to completely replace the &#8220;change header&#8221; function that twentyTen comes with.</li>
<li>I need to create a way to let people have more or less than 7 headers.</li>
<li>I need to create ways for non-exact matches to leave the header images open (at the moment it&#8217;s only open if the URL is exactly the same as defined in the menus.</li>
<li>I need to write some documentation.</li>
</ol>
<p>That being said, below is the theme for anyone who wants to play with it in its current version. Feedback on the look/features that should be added would be great.</p>
<p><a href="http://andremalan.net/wp-content/uploads/2010/05/twenty-hand.zip">twenty-hand 0.5</a></p>
<p>Update 1: an example of what this site used to look like: <a href="http://buddypress.andremalan.org/andre/" target="_blank">http://buddypress.andremalan.org/andre/</a></p>
<p>Update 2: I didn&#8217;t like the theme in the end&#8230; am working on another one at the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/05/31/new-theme-twenty-hand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Pro Tip: Getting a per-post Feed in WordPress</title>
		<link>http://andremalan.net/blog/2010/05/19/wordpress-pro-tip-getting-a-per-post-feed-in-wordpress/</link>
		<comments>http://andremalan.net/blog/2010/05/19/wordpress-pro-tip-getting-a-per-post-feed-in-wordpress/#comments</comments>
		<pubDate>Wed, 19 May 2010 23:54:18 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[open education]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=433</guid>
		<description><![CDATA[For some reason this information is really hard to find through Google. Often in my work at OLT we are trying to reuse remix and redistribute a bunch static content from WordPress sites around our campus. In order to do so we need to find feeds for those sites that are just for one post or page, instead of the updating stream. Here is how to get them: Simply append /?feed=rss&#38;p=111 to the end of your URL. The 111 in the example should be the ID of the post that you want the feed for.]]></description>
			<content:encoded><![CDATA[<p>For some reason this information is really hard to find through Google. Often in my work at OLT we are trying to reuse remix and redistribute a bunch static content from WordPress sites around our campus. In order to do so we need to find feeds for those sites that are just for one post or page, instead of the updating stream. Here is how to get them:</p>
<p>Simply append /?feed=rss&amp;p=111 to the end of your URL. The 111 in the example should be the ID of the post that you want the feed for.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/05/19/wordpress-pro-tip-getting-a-per-post-feed-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Multi-touch Collaborative Diagramming</title>
		<link>http://andremalan.net/blog/2010/05/13/multi-touch-collaborative-diagramming/</link>
		<comments>http://andremalan.net/blog/2010/05/13/multi-touch-collaborative-diagramming/#comments</comments>
		<pubDate>Fri, 14 May 2010 05:54:48 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[academic blogging]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=414</guid>
		<description><![CDATA[This term I took Computer Science 444 &#8211; &#8220;Advanced Methods for Human-Computer Interaction&#8221;. The main outcome of the course was to go through the process of designing a user interface and evaluating it using formal experiments, producing a paper at the end. I had the pleasure of working with 4 absolutely fantastic team-mates, Piam Kiarostami, Gabe Silk, alexandru Totolici, and Jre Sarenac. Each of us intuitively picked a role and we worked like a well-oiled machine. The project we worked on was a collaborative, tabletop,  multi-touch diagramming tool that we dubbed &#8220;collabee&#8221;. We compared our interface to the more traditional ways of diagramming collaboratively (whiteboard and computer) then analysed our results. Below are the reports that we wrote, as well as a video on the project that we produced (it&#8217;s only 4 minutes and be sure to stick around for the surprise ending). Final Course Grade: 85% Milestone 1: Project Proposal Milestone 2: Initial user survey Milestone 3: Experiment Proposal Milestone 4: Experiment Results]]></description>
			<content:encoded><![CDATA[<p>This term I took <a href="http://www.cs.ubc.ca/~cs444/index.html" target="_blank">Computer Science 444</a> &#8211; &#8220;Advanced Methods for Human-Computer Interaction&#8221;. The main outcome of the course was to go through the process of designing a user interface and evaluating it using formal experiments, producing a paper at the end.</p>
<p>I had the pleasure of working with 4 absolutely fantastic team-mates, <a title="Piam Kiarostami" href="http://ca.linkedin.com/pub/piam-kiarostami/4/22b/350" target="_blank">Piam Kiarostami</a>, <a title="Gabe Silk" href="http://gabrielsilk.wordpress.com/" target="_blank">Gabe Silk</a>, <a href="http://alexandrutotolici.com/" target="_blank">alexandru Totolici</a>, and <a title="Jre Sarenac" href="http://jrejre.net" target="_blank">Jre Sarenac</a>. Each of us intuitively picked a role and we worked like a well-oiled machine.</p>
<p>The project we worked on was a collaborative, tabletop,  multi-touch diagramming tool that we dubbed &#8220;collabee&#8221;. We compared our interface to the more traditional ways of diagramming collaboratively (whiteboard and computer) then analysed our results. Below are the reports that we wrote, as well as a video on the project that we produced (it&#8217;s only 4 minutes and be sure to stick around for the surprise ending).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="576" height="347" 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="src" value="http://www.youtube.com/v/K6NCj2czZrE&amp;hl=en_GB&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="576" height="347" src="http://www.youtube.com/v/K6NCj2czZrE&amp;hl=en_GB&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span id="more-414"></span></p>
<p><strong>Final Course Grade: 85%</strong></p>
<p><a href="http://andremalan.net/wp-content/uploads/2010/05/milestone_1.pdf">Milestone 1: Project Proposal</a></p>
<p><a href="http://andremalan.net/wp-content/uploads/2010/05/milestone_2.pdf">Milestone 2: Initial user survey</a></p>
<p><a href="http://andremalan.net/wp-content/uploads/2010/05/milestone_3.pdf">Milestone 3: Experiment Proposal</a></p>
<p><a href="http://andremalan.net/wp-content/uploads/2010/05/chisquared-msiv.pdf">Milestone 4: Experiment Results</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/05/13/multi-touch-collaborative-diagramming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>School is just a game&#8230; let&#8217;s make it a better game.</title>
		<link>http://andremalan.net/blog/2010/03/21/school-is-just-a-game-lets-make-it-a-better-game/</link>
		<comments>http://andremalan.net/blog/2010/03/21/school-is-just-a-game-lets-make-it-a-better-game/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 18:45:06 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[Assessment]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=391</guid>
		<description><![CDATA[The idea here is that games and school have more in common than does school and life. So perhaps, instead of finding ways of engaging students by turning to real life, we should be turning to game design. How is school like a game? Both School and Video games are highly repetitive environments where you overcome deliberate obstacles in order to reach a goal. In both cases, you pay money in order to perform work. I&#8217;m going to use one of my favorite games of all time, Diablo 2 as an example in some direct comparisons. Players get rewards for doing tasks: &#8220;Andre attended all his labs and thus has a chance to pass the course&#8221; vs. &#8220;Andre cleared the Den of Evil and received an extra skill point&#8221;. Bosses have to be overcome at the end of each quest: &#8220;After 4 months of work, Andre&#8217;s final task in CPSC 111 is to pass an exam worth 50% of the grade&#8221; vs. &#8220;In order to complete the first Act, Andre has to defeat the demon queen Andariel&#8221;. There are side quests: &#8220;Andre spoke at the Student Learning Conference and received the Best Returning Presenter Award&#8221; vs. &#8220;Andre found the Smith&#8217;s hammer, as a reward she will imbue one of his items with magical properties&#8221;. Prerequisites: &#8220;In order to do CPSC 314 you have to have taken MATH 121&#8243; vs. &#8220;In order to find Tal Rasha&#8217;s tomb and finish the act, you need to find the Horadric Staff in the Maggot Lair&#8221;. Reaching final goal grants a status. &#8220;Andre has completed a Bachelor&#8217;s of Science and will henceforth be known as Andre Malan, B.SC&#8221; vs. &#8220;Andre has just slain Diablo, lord of Terror and will henceforth be known as Patriarch Andre&#8221;. Those are just a few examples and there are many, many others out there. So why is school a crappy game? There are many things about school that make it worse than modern video game. The reason is obvious. The game of school was designed a very long time ago when there was very little research available on how to engage students. Here are a few things that makes school suck compared to games: High cost of failure: In School failing a course closes many doors. In most classes, if you do badly on an assignment, then you don&#8217;t have a chance to get a better grade on it. If you fail too many times, you are kicked out of the game. In Games, if you get killed trying to complete a quest, you respawn and try again. You may have lost some gold, but if you try hard, you can still complete the quest. You do this until you succeed. You are only judged on the end result. The game doesn&#8217;t care how long it takes you to get to a certain point or level&#8230; all that matters is that you get there in the end. Side quests can hurt your chance of success. In school doing too many...]]></description>
			<content:encoded><![CDATA[<p><strong>The idea here is that games and school have more in common than does school and life. So perhaps, instead of finding ways of engaging students by turning to real life, we should be turning to game design.</strong></p>
<h2>How is school like a game?</h2>
<p>Both School and Video games are highly repetitive environments where you overcome deliberate obstacles in order to reach a goal. In both cases, you pay money in order to perform work. I&#8217;m going to use one of my favorite games of all time, <a title="Diablo 2" href="http://en.wikipedia.org/wiki/Diablo_II" target="_blank">Diablo 2</a> as an example in some direct comparisons.</p>
<p><span id="more-391"></span><strong>Players get rewards for doing tasks:</strong></p>
<p>&#8220;Andre attended all his labs and thus has a chance to pass the course&#8221; vs. &#8220;Andre cleared the Den of Evil and received an extra skill point&#8221;.</p>
<p><strong>Bosses have to be overcome at the end of each quest:</strong></p>
<p>&#8220;After 4 months of work, Andre&#8217;s final task in CPSC 111 is to pass an exam worth 50% of the grade&#8221; vs. &#8220;In order to complete the first Act, Andre has to defeat the demon queen Andariel&#8221;.</p>
<p><strong>There are side quests:</strong></p>
<p>&#8220;Andre spoke at the Student Learning Conference and received the Best Returning Presenter Award&#8221; vs. &#8220;Andre found the Smith&#8217;s hammer, as a reward she will imbue one of his items with magical properties&#8221;.</p>
<p><strong>Prerequisites:</strong></p>
<p>&#8220;In order to do CPSC 314 you have to have taken MATH 121&#8243; vs. &#8220;In order to find Tal Rasha&#8217;s tomb and finish the act, you need to find the Horadric Staff in the Maggot Lair&#8221;.</p>
<p><strong>Reaching final goal grants a status.</strong></p>
<p>&#8220;Andre has completed a Bachelor&#8217;s of Science and will henceforth be known as Andre Malan, B.SC&#8221; vs. &#8220;Andre has just slain Diablo, lord of Terror and will henceforth be known as Patriarch Andre&#8221;.</p>
<p>Those are just a few examples and there are many, many others out there.</p>
<h2>So why is school a crappy game?</h2>
<p>There are many things about school that make it worse than modern video game. The reason is obvious. The game of school was designed a very long time ago when there was very little research available on how to engage students. Here are a few things that makes school suck compared to games:</p>
<p><strong>High cost of failure:</strong></p>
<p>In School failing a course closes many doors. In most classes, if you do badly on an assignment, then you don&#8217;t have a chance to get a better grade on it. If you fail too many times, you are kicked out of the game.</p>
<p>In Games, if you get killed trying to complete a quest, you respawn and try again. You may have lost some gold, but if you try hard, you can still complete the quest. You do this until you succeed. You are only judged on the end result. The game doesn&#8217;t care how long it takes you to get to a certain point or level&#8230; all that matters is that you get there in the end.</p>
<p><strong>Side quests can hurt your chance of success.</strong></p>
<p>In school doing too many things outside may help your overall learning, but can also seriously harm your grades. You have to often choose between doing well in the main storyline and side activities.</p>
<p>In Diablo, side quests only ever have positive consequences. You can get more experience points, as well as cool items or rewards. You also learn more about the world. When you are done your side quest, the main storyline is waiting for you exactly where you left off. In university, why are deadline extensions only reserved for those who are sick? What about those speaking or organizing conferences, organizing food drives, or a myriad of other important learning experiences on campus that take time away from academics? Why can&#8217;t we replace assignments with appropriate other activities that still demonstrate our learning?</p>
<p><strong>Bad indicators of progress</strong>:</p>
<p>In school, you have grades. You start off with the assumption that you can get 100% if you complete everything. For every assignment or test that you loose points on, that 100% gets reduced. Every mistake that you make will be punished.</p>
<p>A good game has many ways to show you how far you have got. Diablo has levels and experience points. Dragon Age has that, as well as badges. You can visibly track your progress and compare it to that of others. I myself have even gone to class, not due to the clicker points that I would get, but because going to that class would have unlocked a new badge for me on FourSquare. Yes, that may say something about my priorities, but I think it says more about the design of the two respective &#8220;games&#8221;.</p>
<p><strong>Bad storyline:</strong></p>
<p>In school, the storyline is as follows: You are one of thousands of students with nothing special about you. Complete this numbers of classes, some of them requiring other classes. In each class, your mission is to go to class, hand in the assignments and pass the exam. When you&#8217;re done, you get your certificate.</p>
<p>In Diablo, you are a hero travelling around the land trying to stop the demon lord Diablo from freeing his brothers and reigning terror over the whole world. There are hundreds of thousands of heroes at different levels, all working together on this. a Along the way you meet many people who you have to save from situations that Diablo has put them in. Each quest is explicitly linked to this storyline.<br />
<a href="http://andremalan.net/wp-content/uploads/2010/03/diablo.gif"><img class="alignnone size-full wp-image-401" title="diablo" src="http://andremalan.net/wp-content/uploads/2010/03/diablo.gif" alt="" width="100" height="100" /></a></p>
<p>This isn&#8217;t hard in school. <a title="UBC Vision" href="http://strategicplan.ubc.ca/the-plan/vision-statement/" target="_blank">UBC&#8217;s vision</a> is a great starting example:</p>
<blockquote><p>&#8220;As one of the world’s leading universities, The University of British Columbia creates an exceptional learning environment that fosters global citizenship, advances a civil and sustainable society,and supports outstanding research to serve the people of British Columbia, Canada and the world.&#8221;</p></blockquote>
<p>Our mission as a student is to become a global citizen that advances a civil and sustainable society. We are all individuals who have an opportunity to make a difference. That&#8217;s a much better mission that the mission we all think we are on&#8230; take X number of courses and get a degree. I know that UBC would like us to consider our mission the mission statement, but there is nothing in the system that makes that happen. Here is a perfect example of a game designer would approach showing students what their mission is:<br />
<object width="400" height="300" 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="src" value="http://vimeo.com/moogaloop.swf?clip_id=9623387&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed width="400" height="300" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=9623387&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p><a href="http://vimeo.com/9623387">What&#8217;s my mission?</a> from <a href="http://vimeo.com/user3073449">Alchemy</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>In the end, video game companies have spent billions in money and in man-hours in order to find ways of keeping people engaged in highly repetitive tasks. I think educators should be looking at how they can rework some of the success that game developers have had into the classroom. </p>
<p>The two videos below are what inspired this line of thinking. Both of them are about making life more like a game, but I see more merit in applying them to school, as school is already a game. Applying their line of thinking is easier when thinking about school than real life. Both are quite mind-blowing and will open minds about the value that games play in our society.<br />
<object width="446" height="326" 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="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/dynamic/JaneMcGonigal_2010-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JaneMcGonigal-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=799&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=jane_mcgonigal_gaming_can_make_a_better_world;year=2010;theme=media_that_matters;theme=a_taste_of_ted2010;theme=new_on_ted_com;theme=design_like_you_give_a_damn;theme=what_s_next_in_tech;theme=art_unusual;theme=the_rise_of_collaboration;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="allowfullscreen" value="true" /><embed width="446" height="326" type="application/x-shockwave-flash" src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" allowFullScreen="true" wmode="transparent" bgColor="#ffffff" flashvars="vu=http://video.ted.com/talks/dynamic/JaneMcGonigal_2010-medium.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JaneMcGonigal-2010.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=799&amp;introDuration=16500&amp;adDuration=4000&amp;postAdDuration=2000&amp;adKeys=talk=jane_mcgonigal_gaming_can_make_a_better_world;year=2010;theme=media_that_matters;theme=a_taste_of_ted2010;theme=new_on_ted_com;theme=design_like_you_give_a_damn;theme=what_s_next_in_tech;theme=art_unusual;theme=the_rise_of_collaboration;event=TED2010;&amp;preAdTag=tconf.ted/embed;tile=1;sz=512x288;" allowfullscreen="true" /></object></p>
<p><object id="VideoPlayerLg44277" width="480" height="418" 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="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><param name="src" value="http://g4tv.com/lv3/44277" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed id="VideoPlayerLg44277" width="480" height="418" type="application/x-shockwave-flash" src="http://g4tv.com/lv3/44277" allowScriptAccess="always" allowFullScreen="true" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<div style="margin: 0; text-align: center; width: 480px; font-family: Arial,sans-serif; font-size: 12px; color: #ff9b00;"><a style="color: #ff9b00;" href="http://g4tv.com/games/pc/index" target="_blank">PC Games</a> &#8211; <a style="color: #ff9b00;" href="http://g4tv.com/e32010" target="_blank">E3 2010</a> &#8211; <a style="color: #ff9b00;" href="http://g4tv.com/games/ps3/61899/guitar-hero-5/index" target="_blank">Guitar Hero 5</a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/03/21/school-is-just-a-game-lets-make-it-a-better-game/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Personal Learning Network Presentations</title>
		<link>http://andremalan.net/blog/2010/01/30/personal-learning-network-presentations/</link>
		<comments>http://andremalan.net/blog/2010/01/30/personal-learning-network-presentations/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:15:59 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[ple]]></category>
		<category><![CDATA[pln]]></category>
		<category><![CDATA[presentations]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=384</guid>
		<description><![CDATA[Over the last 6 months I have given two presentations on the ideas of Personal Learning Environments/Networks. The first one was in late August for UBC Jump Start,  a 2 week orientation program for students that I attended in my first year at UBC and that provided me with great friends and learning experiences. The second presentation was give at the 2010 UBC Student Leadership Conference, a conference that I have been heavily involved with over the past few years and this year was co-chaired by two good friends of mine, June Lam and Robert Winson. I had some technical difficulties with the first presentation, but the second one went really well, I even won the &#8220;best returning presenter&#8221; award for it. Although neither of the presentations were recorded,  I have both of the presentations on Prezi. The first presentation: I started by defining a personal learning environment, very much the same way as I did in this post here, as &#8220;everything around you that helps you to learn&#8221;. I went on to talk about how you can change your environment in order to change your learning. I then went on to spend a little under half the talk dedicated to different tools that one can add to their learning environment to make it more effective. The second presentation: This one was titled &#8220;Use your leadership skills to create a personal learning network&#8221;.  The idea was that leadership skills are great and all for leading people, but they can also be put to work for enhancing your learning. This time I spent far more time focusing on the network and personal aspects of learning, a good representation of my own learning and growth that has been going on in the last 6 months. The idea was that you can only learn better through hard, personal change, drawing the analogy between what it takes to be a good learner and a good Ice Hockey player (these Canadians are converting me pretty quickly eh?) The second thread was that we are able to be much more effective if we use other people, yet the only way to use people is to not use them. In order to gather an effective network you need to be selfless and compassionate, only then will people offer their help. I also promised the participants a list of resources which I will publish below. Resources: Improving study skills: Reading speed/comprehension/retention: Breakthrough Rapid Reading Memory: The Memory Book: The Classic Guide to Improving Your Memory at Work, at School, and at Play General Study Skills How to Become a Straight-A Student: The Unconventional Strategies Real College Students Use to Score High While Studying Less Time Management/Productivity: Getting Things Done The Power Of Less The 4-Hour Work Week: Escape 9-5, Live Anywhere, and Join the New Rich Peace of mind: The Power of Now: A Guide to Spiritual Enlightenment Relationships: Tribes That&#8217;s just a few, if there is anything anybody would like to know more about, or any other...]]></description>
			<content:encoded><![CDATA[<dl id="attachment_389" class="wp-caption alignright" style="width: 235px;">
<dt><a href="http://andremalan.net/wp-content/uploads/2010/01/IMG_0885.JPG"><br />
<img title="Award Picture" src="http://andremalan.net/wp-content/uploads/2010/01/IMG_0885-225x300.jpg" alt="My prize for best returning presentation" width="225" height="300" /></a></dt>
<dd>
</dd>
</dl>
<p>Over the last 6 months I have given two presentations on the ideas of Personal Learning Environments/Networks. The first one was in late August for <a title="UBC Jumpstart" href="http://ubcjumpstart.com/lectures/" target="_blank">UBC Jump Start</a>,  a 2 week orientation program for students that I attended in my first year at UBC and that provided me with great friends and learning experiences. The second presentation was give at the <a href="http://slc.ubc.ca" target="_blank">2010 UBC Student Leadership Conference</a>, a conference that I have been heavily involved with over the past few years and this year was co-chaired by two good friends of mine, June Lam and <a href="https://twitter.com/rjwinson" target="_blank">Robert Winson</a>. I had some technical difficulties with the first presentation, but the second one went really well, I even won the &#8220;best returning presenter&#8221; award for it.</p>
<p><span id="more-384"></span>Although neither of the presentations were recorded,  I have both of the presentations on Prezi.</p>
<p><span style="font-size: 23px; color: #000000; line-height: 35px;">The first presentation:</span></p>
<p>I started by defining a personal learning environment, very much the same way as I did in this post here, as &#8220;everything around you that helps you to learn&#8221;. I went on to talk about how you can change your environment in order to change your learning. I then went on to spend a little under half the talk dedicated to different tools that one can add to their learning environment to make it more effective.<br />
<object id="prezi_cafxkcucjcd3" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="prezi_cafxkcucjcd3" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="prezi_id=cafxkcucjcd3&amp;lock_to_path=1&amp;color=ffffff&amp;autoplay=no" /><param name="src" value="http://prezi.com/bin/preziloader.swf" /><embed id="prezi_cafxkcucjcd3" type="application/x-shockwave-flash" width="550" height="400" src="http://prezi.com/bin/preziloader.swf" flashvars="prezi_id=cafxkcucjcd3&amp;lock_to_path=1&amp;color=ffffff&amp;autoplay=no" bgcolor="#ffffff" allowscriptaccess="always" allowfullscreen="true" name="prezi_cafxkcucjcd3"></embed></object></p>
<h2>The second presentation:</h2>
<p>This one was titled &#8220;Use your leadership skills to create a personal learning network&#8221;.  The idea was that leadership skills are great and all for leading people, but they can also be put to work for enhancing your learning. This time I spent far more time focusing on the network and personal aspects of learning, a good representation of my own learning and growth that has been going on in the last 6 months. The idea was that you can only learn better through hard, personal change, drawing the analogy between what it takes to be a good learner and a good Ice Hockey player (these Canadians are converting me pretty quickly eh?) The second thread was that we are able to be much more effective if we use other people, yet the only way to use people is to not use them. In order to gather an effective network you need to be selfless and compassionate, only then will people offer their help.</p>
<p>I also promised the participants a list of resources which I will publish below.</p>
<p><object id="prezi_b-vgb6wqwrih" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="550" height="400" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="name" value="prezi_b-vgb6wqwrih" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="prezi_id=b-vgb6wqwrih&amp;lock_to_path=1&amp;color=ffffff&amp;autoplay=no" /><param name="src" value="http://prezi.com/bin/preziloader.swf" /><embed id="prezi_b-vgb6wqwrih" type="application/x-shockwave-flash" width="550" height="400" src="http://prezi.com/bin/preziloader.swf" flashvars="prezi_id=b-vgb6wqwrih&amp;lock_to_path=1&amp;color=ffffff&amp;autoplay=no" bgcolor="#ffffff" allowscriptaccess="always" allowfullscreen="true" name="prezi_b-vgb6wqwrih"></embed></object></p>
<h2>Resources:</h2>
<h3>Improving study skills:</h3>
<p>Reading speed/comprehension/retention:</p>
<p><a href="http://www.amazon.ca/gp/product/0137935633?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0137935633">Breakthrough Rapid Reading</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=0137935633" border="0" alt="" width="1" height="1" /></p>
<p>Memory:<br />
<a href="http://www.amazon.ca/gp/product/0345337581?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0345337581">The Memory Book: The Classic Guide to Improving Your Memory at Work, at School, and at Play</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=0345337581" border="0" alt="" width="1" height="1" /></p>
<h3>General Study Skills</h3>
<p><a href="http://www.amazon.ca/gp/product/0767922719?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0767922719">How to Become a Straight-A Student: The Unconventional Strategies Real College Students Use to Score High While Studying Less</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=0767922719" border="0" alt="" width="1" height="1" /></p>
<h3>Time Management/Productivity:</h3>
<p><a href="http://www.amazon.ca/gp/product/0142000280?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0142000280">Getting Things Done</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=0142000280" border="0" alt="" width="1" height="1" /></p>
<p><a href="http://www.amazon.ca/gp/product/1401309704?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=1401309704">The Power Of Less</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=1401309704" border="0" alt="" width="1" height="1" /></p>
<p><a href="http://www.amazon.ca/gp/product/0786158964?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=0786158964">The 4-Hour Work Week: Escape 9-5, Live Anywhere, and Join the New Rich</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=0786158964" border="0" alt="" width="1" height="1" /></p>
<h3>Peace of mind:</h3>
<p><a href="http://www.amazon.ca/gp/product/1577314808?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=1577314808">The Power of Now: A Guide to Spiritual Enlightenment</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=1577314808" border="0" alt="" width="1" height="1" /></p>
<h3>Relationships:</h3>
<p><a href="http://www.amazon.ca/gp/product/1591842336?ie=UTF8&amp;tag=andremalannet-20&amp;linkCode=as2&amp;camp=15121&amp;creative=330641&amp;creativeASIN=1591842336">Tribes</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.ca/e/ir?t=andremalannet-20&amp;l=as2&amp;o=15&amp;a=1591842336" border="0" alt="" width="1" height="1" /></p>
<p>That&#8217;s just a few, if there is anything anybody would like to know more about, or any other resources someone things may be handy let me know in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2010/01/30/personal-learning-network-presentations/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Dropping out is sometimes the right thing to do.</title>
		<link>http://andremalan.net/blog/2009/11/14/dropping-out-is-sometimes-the-right-thing-to-do/</link>
		<comments>http://andremalan.net/blog/2009/11/14/dropping-out-is-sometimes-the-right-thing-to-do/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 16:41:31 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=372</guid>
		<description><![CDATA[In my last post I wrote about CCK09, the online course on connectivism and connected learning that I was taking part in. Since then I have dropped out of that course to focus on something very different to connected learning&#8230; myself. Why: Ironically, the catalyst for this change of heart was my blog post on CCK09.Jeff Fong left a comment on that post pointing me to Scott Young&#8217;s post on studying. Reading that post (and subsequent posts) sparked something in my mind. It was the created a connection between several recent things that I had learned and not connected before. I decided to do something that was new and exciting for myself, figuring that the concepts and connections in CCK will still be there in a year.   Basically, the ideas boiled down to the feasibility of personal development. Although I have seen enough crazy &#8220;self-help&#8221; ideas, money making schemes and development training programs to make me very skeptical of any personal development literature, while reading Scott&#8217;s post something clicked. An idea that I can indeed (despite the fact that 22 years of new-years resolutions have proven otherwise) change the things that I do not like about my life. The idea was that finding a way to enact constant improvement would allow me to be far more prepared for school when it starts in January as well as for helping me get my head around the crazy world of ed-tech. Of course, I am not silly enough to believe that a few months of concentrated effort can &#8220;fix&#8221; my life, but I thought that maybe I could start to structure things in a way that kick starts a continuous &#8220;self-repair mechanism&#8221; and enables lifelong learning and improvement. Now of course, to make things work, I came up with a system (seeing as coming up with systems is one of the things I seem to do best). Part of it is explained below: Planning: I sat down and brainstormed areas of my life that I wanted to improve. I then categorized those into three categories: Quick fixes Habits Lifelong learning goals For example, quick fixes included rearranging my Google Reader to make it work better. Habits included keeping my room tidy (the nemesis habit of many university students). Lifelong learning goals included things like learning to read quicker. Although I did not do it originally, I have since added end points to every learning goal, some way of saying &#8220;I&#8217;m done&#8221;. I know that learning is never over, but there has to be some point where you can switch your main focus to something else and keep whatever you are doing on the periphery. Preparation: Now that I had lists of things I wanted to change, I needed to integrate them into my life somehow. To do that, I used the one thing that I check every day, my iGoogle homepage. I deleted everything else off of my homepage. I added a sticky note widget, a Google Calendar widget and then a bunch of...]]></description>
			<content:encoded><![CDATA[<p>In<a href="http://andremalan.net/2009/09/connectivism-and-connected-knowledge-the-first-post/"> my last post</a> I wrote about <a href="http://ltc.umanitoba.ca/connectivism/?p=189" target="_blank">CCK09</a>, the online course on connectivism and connected learning that I was taking part in. Since then I have dropped out of that course to focus on something very different to connected learning&#8230; myself.</p>
<h2 style="font-size: 1.5em;">Why:</h2>
<p>Ironically, the catalyst for this change of heart was my blog post on CCK09.<a href="http://blogs.ubc.ca/justshootme/" target="_blank">Jeff Fong</a> left a comment on that post pointing me to<a href="http://www.scotthyoung.com/blog/2007/03/25/how-to-ace-your-finals-without-studying/" target="_blank"> Scott Young&#8217;s post on studying</a>. Reading that post (and subsequent posts) sparked something in my mind. It was the created a connection between several recent things that I had learned and not connected before. I decided to do something that was new and exciting for myself, figuring that the concepts and connections in CCK will still be there in a year.  <span id="more-372"></span></p>
<p>Basically, the ideas boiled down to the feasibility of personal development. Although I have seen enough crazy &#8220;self-help&#8221; ideas, money making schemes and development training programs to make me very skeptical of any personal development literature, while reading Scott&#8217;s post something clicked. An idea that I can indeed (despite the fact that 22 years of new-years resolutions have proven otherwise) change the things that I do not like about my life. The idea was that finding a way to enact constant improvement would allow me to be far more prepared for school when it starts in January as well as for helping me get my head around the crazy world of ed-tech.</p>
<p>Of course, I am not silly enough to believe that a few months of concentrated effort can &#8220;fix&#8221; my life, but I thought that maybe I could start to structure things in a way that kick starts a continuous &#8220;self-repair mechanism&#8221; and enables lifelong learning and improvement. Now of course, to make things work, I came up with a system (seeing as coming up with systems is one of the things I seem to do best). Part of it is explained below:</p>
<h2 style="font-size: 1.5em;">Planning:</h2>
<p>I sat down and brainstormed areas of my life that I wanted to improve. I then categorized those into three categories:</p>
<ul>
<li><span style="background-color: #ffffff;">Quick fixes</span></li>
<li><span style="background-color: #ffffff;">Habits</span></li>
<li><span style="background-color: #ffffff;">Lifelong learning goals</span></li>
</ul>
<p>For example, quick fixes included rearranging my Google Reader to make it work better. Habits included keeping my room tidy (the nemesis habit of many university students). Lifelong learning goals included things like learning to read quicker.</p>
<p>Although I did not do it originally, I have since added end points to every learning goal, some way of saying &#8220;I&#8217;m done&#8221;. I know that learning is never over, but there has to be some point where you can switch your main focus to something else and keep whatever you are doing on the periphery.</p>
<h2 style="font-size: 1.5em;">Preparation:</h2>
<p>Now that I had lists of things I wanted to change, I needed to integrate them into my life somehow. To do that, I used the one thing that I check every day, my <a href="http://www.google.com/ig" target="_blank">iGoogle homepage</a>. I deleted everything else off of my homepage. I added a sticky note widget, a <a href="http://calendar.google.com">Google Calendar</a> widget and then a bunch of Google Tasks widgets (I use Google Tasks because of how quick it is to add emails to tasks and tasks to my calendar). I set each widget to contain a different list (GTD style) and included the lists of the three areas that I outlined above.</p>
<p>In the sticky note I highlight things that I want to concentrate on / accomplish for that work.</p>
<p>Here is what it looks like (quick fixes became merged into projects):</p>
<div>
<dl id="attachment_375" style="text-align: center; background-color: #f3f3f3; padding-top: 4px; border-top-left-radius: 3px 3px; border-top-right-radius: 3px 3px; border-bottom-right-radius: 3px 3px; border-bottom-left-radius: 3px 3px; width: 310px; margin: 10px; border: 1px solid #dddddd;">
<dt><a href="http://andremalan.net/wp-content/uploads/2009/11/iGoogle_Page.png"><img style="padding: 0px; margin: 0px; border: 0px none initial;" title="Click to view larger image" src="http://andremalan.net/wp-content/uploads/2009/11/iGoogle_Page-300x193.png" alt="My iGoogle Page (most entries blanked out to keep a bit of privacy)." width="300" height="193" /></a></dt>
<dd style="font-size: 11px; line-height: 17px; padding-top: 0px; padding-right: 4px; padding-bottom: 5px; padding-left: 4px; margin: 0px;">My iGoogle Page (most entries blanked out to keep a bit of privacy).</dd>
</dl>
</div>
<h2 style="font-size: 1.5em;">Implementation:</h2>
<p>Now that I have my lists, what is the implementation?</p>
<p>Firstly (and this is the first habit I had to learn) is to take 2 minutes to look over the <a href="http://www.google.com/ig" target="_blank">iGoogle</a> page every morning. I look at the weekly goals in my sticky note to make sure that I am still on track to accomplish them.</p>
<p>Every week I take 10 minutes to review my progress and set new goals for the next week.</p>
<p>On a monthly basis, I choose one habit that I want to work on. In that month I move mountains to make sure that I stick to that habit. I add a date to it to say when it should end. If I slip up, I move the date back to 30 days from the slip up.</p>
<p>I choose one lifelong learning goal that I want to concentrate on. I set the goal for when I have acquired that skill/knowledge. Once one goal is completed, I move on to the next one.</p>
<h2 style="font-size: 1.5em;">Results:</h2>
<p>Now, of course I have only been using this system for just over 2 months so I can not say it works completely just yet. What I can say, is that I have definitely had a lot of progress.</p>
<p>The two habits that I have focused on so far (keeping my room tidy and going to the gym regularly) are now firmly ingrained in my life. My current learning goal is also coming along, my reading speed has tripled since I started. I will probably blog my current successes pretty soon.</p>
<p>I also feel like I have so much more control over my environment than I ever had before. When school starts again in January I will be able to tackle the term with far more confidence than ever before and I will also (hopefully) be able to use much of the improvements that I make to myself as a way to develop my ability to learn (both in school and in my goal of helping to <a href="http://andremalan.net/2009/05/sethgodinchangetheworld/" target="_blank">fix education</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/11/14/dropping-out-is-sometimes-the-right-thing-to-do/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Connectivism and Connected Knowledge &#8211; The first post</title>
		<link>http://andremalan.net/blog/2009/09/21/connectivism-and-connected-knowledge-the-first-post/</link>
		<comments>http://andremalan.net/blog/2009/09/21/connectivism-and-connected-knowledge-the-first-post/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:05:57 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[CCK09]]></category>
		<category><![CDATA[Connectivism]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[George Siemens]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Stephen Downes]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=363</guid>
		<description><![CDATA[This year I am participating in the Connectivism and Connected Knowledge (CCK09) course offered by George Siemens and Stephen Downes. I was considering taking it for credit, but ran out of time and energy to jump through the hoops needed to make that happen. So instead I am doing it for fun, learning for the sake of learning, because it is a topic that really interests me (I will have to put some of the principles from my very first blog post into practice). So what is Connectivism anyway? After reading and watching much of the first week&#8217;s content here is my interpretation: Connectivism is a new learning theory that was developed by Stephen Downes and George Siemens. It basically states that knowledge &#8220;is&#8221; connections. It rejects the notion of knowledge as a physical entity (that can be passed from one person to another), but more as something that grows as we create more connections. According to Siemens and Downes, this type of knowing exists on three (and perhaps more) levels: The brain: our brains store memories and &#8220;knowledge&#8221; as a set of distributed pathways and connections. Concepts: We can only know concepts by drawing connections between different nodes. Society: The knowledge that a society has exists in the links between different nodes (people, databases, books, etc). Now, of course, this is my gross oversimplification. For more thorough insights into the topic here are some links to read: What connectivism is The unique idea of connectivism So here are my questions concerns and thoughts after 1 week: I understand and accept the neurological principle (modern neuroscience has accepted that what we know is stored in the connections between neurons). The question then is: Can we abstract that one level up for our learning in higher level concepts, or should this thinking stay at a neurological level? Even if we can represent learning in the same way our brain stores things, is that the best way to do it? Our brain is a result of evolution and we know, as fundamental as evolution is, it tends to follow the principle of &#8220;just good enough&#8221;. If our brain&#8217;s method of storing information is &#8220;just good enough&#8221; could we not have developed better ways of doing things? I would argue that even the fact that society is &#8220;connectivist&#8221; in its knowledge is a result of &#8220;just good enough&#8221; as the system is too large for a more efficient method to have evolved. Are we smart enough to come up with something better? Assuming I get to the point where I believe fully in connectivism as a learning theory, what technology needs to be created to support it? 3D networking maps? A personal learning framework that allows you to visualise the framework of your connections? How can I apply the principles of connectivism to come up with brilliant pedagogy and the tools needed to support that? Some related links: Learning Leaders Fieldbook (downes.ca) Connectivism and Connective Knowledge 2009 (downes.ca)]]></description>
			<content:encoded><![CDATA[<p><a href="http://andremalan.net/wp-content/uploads/2009/09/cck09.gif"><img class="alignright size-full wp-image-370" title="cck09" src="http://andremalan.net/wp-content/uploads/2009/09/cck09.gif" alt="" width="100" height="100" /></a>This year I am participating in the <a title="CCK09" href="http://ltc.umanitoba.ca/connectivism/" target="_blank">Connectivism and Connected Knowledge</a> (CCK09) course offered by <a title="George Siemens" href="http://www.elearnspace.org/blog/" target="_blank">George Siemens</a> and<a href="http://downes.ca"> Stephen Downes</a>. I was considering taking it for credit, but ran out of time and energy to jump through the hoops needed to make that happen. So instead I am doing it for fun, learning for the sake of learning, because it is a topic that really interests me (I will have to put some of the principles from my <a title="do it yourself learning" href="http://andremalan.net/2007/06/do-it-yourself-learning/" target="_blank">very first blog post</a> into practice).</p>
<p>So what is Connectivism anyway? After reading and watching much of the first week&#8217;s content here is my interpretation: <span id="more-363"></span></p>
<p>Connectivism is a new learning theory that was developed by Stephen Downes and George Siemens. It basically states that knowledge &#8220;is&#8221; connections. It rejects the notion of knowledge as a physical entity (that can be passed from one person to another), but more as something that grows as we create more connections.</p>
<p><a id="aptureLink_wyt8tFgmkr" style="padding: 0px 6px; float: left;" href="http://www.flickr.com/photos/wlonline/2883882577/"><img style="border: 0px none;" title="CMAP of Connectivism v1.0" src="http://static.flickr.com/3046/2883882577_3f32bf084b.jpg" alt="" width="500" height="345" /></a></p>
<p>According to Siemens and Downes, this type of knowing exists on three (and perhaps more) levels:</p>
<ol>
<li>The brain: our brains store memories and &#8220;knowledge&#8221; as a set of distributed pathways and connections.</li>
<li>Concepts: We can only know concepts by drawing connections between different nodes.</li>
<li>Society: The knowledge that a society has exists in the links between different nodes (people, databases, books, etc).</li>
</ol>
<p>Now, of course, this is my gross oversimplification. For more thorough insights into the topic here are some links to read:</p>
<p><a href="http://halfanhour.blogspot.com/2007/02/what-connectivism-is.html" target="_blank">What connectivism is</a></p>
<p><a href="What is the Unique Idea in Connectivism?" target="_blank">The unique idea of connectivism</a></p>
<p><strong>So here are my questions concerns and thoughts after 1 week:</strong></p>
<ol>
<li>I understand and accept the neurological principle (modern <a class="zem_slink" title="Neuroscience" rel="wikipedia" href="http://en.wikipedia.org/wiki/Neuroscience">neuroscience</a> has accepted that what we know is stored in the connections between <a class="zem_slink" title="Neuron" rel="wikipedia" href="http://en.wikipedia.org/wiki/Neuron">neurons</a>). The question then is: Can we abstract that one level up for our learning in higher level concepts, or should this thinking stay at a neurological level?</li>
<li>Even if we can represent learning in the same way our brain stores things, is that the best way to do it? Our brain is a result of evolution and we know, as fundamental as evolution is, it tends to follow the principle of &#8220;just good enough&#8221;. If our brain&#8217;s method of storing information is &#8220;just good enough&#8221; could we not have developed better ways of doing things? I would argue that even the fact that society is &#8220;connectivist&#8221; in its knowledge is a result of &#8220;just good enough&#8221; as the system is too large for a more efficient method to have evolved. Are we smart enough to come up with something better?</li>
<li>Assuming I get to the point where I believe fully in connectivism as a learning theory, what technology needs to be created to support it? 3D networking maps? A personal learning framework that allows you to visualise the framework of your connections? How can I apply the principles of connectivism to come up with brilliant pedagogy and the tools needed to support that?</li>
</ol>
<p><a id="aptureLink_fj8xq9sF71" style="margin: 0pt auto; padding: 0px 6px; text-align: center; display: block;" href="http://www.flickr.com/photos/rolandlegrand/3938864136/"><img style="border: 0px none;" title="CCK09 group meeting in Second Life" src="http://static.flickr.com/2509/3938864136_78dc8e52be.jpg" alt="" width="500" height="293" /></a></p>
<p class="zemanta-related-title" style="font-size: 1em;"><strong> </strong></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Some related links:</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=49445">Learning Leaders Fieldbook</a> (downes.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=49472">Connectivism and Connective Knowledge 2009</a> (downes.ca)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/09/21/connectivism-and-connected-knowledge-the-first-post/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>dev.wpmued is live! Calling all WordPress in education developers to contribute.</title>
		<link>http://andremalan.net/blog/2009/08/24/dev-wpmued-is-live/</link>
		<comments>http://andremalan.net/blog/2009/08/24/dev-wpmued-is-live/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 08:46:26 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Boone]]></category>
		<category><![CDATA[course blogs]]></category>
		<category><![CDATA[D'Arcy Norman]]></category>
		<category><![CDATA[eduglu]]></category>
		<category><![CDATA[Jim Groom]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=350</guid>
		<description><![CDATA[At OpenEd09 I was part of a very necessary conversation. We were talking about different ways in which our respective universities use WordPress MU. The consensus was that in order for us to be truly successful we need to be sharing much more. Sharing our frameworks, sharing our plugins and sharing our hacks. Boone Gorges frames the conversation nicely here and talks about what is needed from developers. Enej and others responded by reviving the OLT Dev blog. However, Matthew Gold rightly said this: But we need to build more lasting channels of communication soon, lest we miss some important connections So here is my attempt to provide those connections: WPMU For Education blog The basic idea is an aggregation blog for &#8220;WPMU for education&#8221; developers. Jim Groom provided a blog from his WPMUEd domain so that a new channel, dev.wpmued could be created. I used the Add Link Widget with FeedWordPress to turn this blog into an aggregation of content from developers who are working on developing WPMU in education using the method that Jim and I came up with. I seeded it with a few of my often read WordPress MU in education blogs (myself, Jim, D&#8217;Arcy, Boone, OLT and CUNY Dev). But we need more, much more. If you know of any other blogs that write on this subject, please add their feed to the site.  Here is the current master list of institutions that are using WordPress MU. If you have any connections to any of them help the community out by contacting them and asking them to share what they are doing. Also, before you add your feed remember to turn the number of posts up (if you have more than 10 feeds to contribute). If you use WordPress you can include a mutli-tag feed by going &#8220;your-url/tag/tag1,tag2,tag3/feed&#8221;. This can be a powerful way to boost our combined development prowess as well as a fantastic demonstration of the power of WordPress to support a community. Adding your feed is as simple as dropping the URL into the text box on the left sidebar. Add the password (wpmued) and you are done. I&#8217;ll be checking for new feeds periodically but you can give me a shout and I&#8217;ll activate it ASAP. Future plans: I plan to use Wiki Append to pull important content from the wordcamped wiki into pages (it would be done already but wiki-append is having some problems). I think the wiki can act as  a second channel of communication. I will post again as soon as all of that is set up. In the mean time, edit the wiki, give it some much needed love! I&#8217;ve also been playing with a branding idea. A year ago I came up with the idea for the UBC BlogSquad of having badges for contributors. It has worked really well as it reminds everyone of the existence of the aggregated blog (including the blogger themselves). It also immediately identifies you as part of the community. Of course,...]]></description>
			<content:encoded><![CDATA[<p><a href="http://andremalan.net/wp-content/uploads/2009/08/wpmuedudev.png"><img class="alignright size-full wp-image-354" title="wpmuedudev" src="http://andremalan.net/wp-content/uploads/2009/08/wpmuedudev.png" alt="" width="150" height="150" /></a>At <a href="http://openedconference.org/" target="_blank">OpenEd09</a> I was part of a very necessary conversation. We were talking about different ways in which our respective universities use <a href="http://mu.wordpress.org/" target="_blank"><span class="zem_slink">WordPress</span> MU</a>. The consensus was that in order for us to be truly successful we need to be sharing much more. Sharing our frameworks, sharing our plugins and sharing our hacks. <a href="http://teleogistic.net/" target="_blank">Boone Gorges</a> frames the conversation nicely <a href="http://teleogistic.net/2009/08/sharing-hacks/" target="_blank">here</a> and talks about what is needed from developers. <a href="http://blogs.ubc.ca/enej/" target="_blank">Enej</a> and others responded by reviving the<a href="http://blogs.ubc.ca/oltdev/" target="_blank"> OLT Dev blog</a>. However, <a href="http://mkgold.net/blog/" target="_blank">Matthew Gold</a> rightly said <a href="http://dev.commons.gc.cuny.edu/2009/08/18/missed-connections/" target="_blank">this</a>:</p>
<blockquote><p><strong><span style="color: #51555c; font-family: helvetica,arial,sans-serif; font-size: 12px; line-height: 18px;">But we need to build more lasting channels of communication soon, lest we miss some important connections</span></strong></p></blockquote>
<p><strong>So here is my attempt to provide those connections:</strong></p>
<p><strong><a href="http://dev.wpmued.org/" target="_blank">WPMU For Education blog</a><br />
</strong></p>
<p><span class="zem_slink">The basic idea is an aggregation blog for &#8220;WPMU for education&#8221; developers.</span><span class="zem_slink"> </span><a class="zem_slink" title="Jim Groom" rel="blog" href="http://bavatuesdays.com">Jim Groom</a> provided a blog from his WPMUEd domain so that a new channel, <a href="http://dev.wpmued.org" target="_blank"><strong>dev.wpmued</strong></a> could be created. I used the <a href="http://wordpress.org/extend/plugins/add-link/" target="_blank">Add Link Widget</a> with <a href="http://wordpress.org/extend/plugins/feedwordpress/" target="_blank">FeedWordPress</a> to turn this blog into an aggregation of content from developers who are working on developing WPMU in education using the <a href="http://bavatuesdays.com/feedwordpress-widget-if-you-blog-it-it-is-no-dream/" target="_blank">method</a> that Jim and I came up with. I seeded it with a few of my often read WordPress MU in education blogs (myself, Jim, <a href="http://darcynorman.net" target="_blank">D&#8217;Arcy</a>, Boone, OLT and <a href="http://dev.commons.gc.cuny.edu/" target="_blank">CUNY Dev</a>). <span id="more-350"></span></p>
<p>But we need more, much more. If you know of any other blogs that write on this subject, please add their feed to the site.  <a title="List of WPMU campuses" href="http://wordcamped.org/wiki/index.php?title=WordPress_on_Campuses" target="_blank">Here</a> is the current master list of institutions that are using WordPress MU. If you have any connections to any of them help the community out by contacting them and asking them to share what they are doing. Also, before you add your feed remember to turn the number of posts up (if you have more than 10 feeds to contribute). If you use WordPress you can include a mutli-tag feed by going &#8220;your-url/tag/tag1,tag2,tag3/feed&#8221;.</p>
<p>This can be a powerful way to boost our combined development prowess as well as a fantastic demonstration of the power of WordPress to support a community.</p>
<div class="wp-caption alignnone" style="width: 510px"><a href="http://www.flickr.com/photos/vitrain/3824051719/" target="_blank"><img title="the actual conversation happening" src="http://farm4.static.flickr.com/3528/3824051719_dd71a68e6f.jpg" alt="" width="500" height="333" /></a><p class="wp-caption-text">the actual conversation happening (photo credit Michelle Lamberson)</p></div>
<p>Adding your feed is as simple as dropping the URL into the text box on the left sidebar. Add the password (wpmued) and you are done. I&#8217;ll be checking for new feeds periodically but you can <a href="http://andremalan.net/contact">give me a shout</a> and I&#8217;ll activate it ASAP.</p>
<p><strong>Future plans:</strong></p>
<p>I plan to use <a href="http://wordpress.org/extend/plugins/wiki-append/" target="_blank">Wiki Append</a> to pull important content from the <a href="http://wordcamped.org/wiki/index.php?title=Main_Page" target="_blank">wordcamped wiki</a> into pages (it would be done already but wiki-append is having some problems). I think the wiki can act as  a second channel of communication. I will post again as soon as all of that is set up. In the mean time, <a href="http://wordcamped.org/wiki/index.php?title=Main_Page" target="_blank">edit the wiki</a>, give it some much needed love!</p>
<p>I&#8217;ve also been playing with a branding idea. A year ago I came up with the idea for the <a title="Blog Squad" href="http://blogs.ubc.ca/blogsquad" target="_blank">UBC BlogSquad</a> of having badges for contributors. It has worked really well as it reminds everyone of the existence of the aggregated blog (including the blogger themselves). It also immediately identifies you as part of the community. Of course, these were all first and second year students and I am not sure if seasoned bloggers want to pollute their blog with badges. If you do, feel free to grab one below. If you don&#8217;t like the design feel free to take your own shot at it (icon design is definitely not my strong suit). If you think the idea is stupid and that something else would work better, let me know in the comments below.</p>
<p><a href="http://andremalan.net/wp-content/uploads/2009/08/wpmuedudev.png"><img class="alignnone size-full wp-image-354" title="wpmuedudev" src="http://andremalan.net/wp-content/uploads/2009/08/wpmuedudev.png" alt="wpmuedudev" width="150" height="150" /></a><a href="http://andremalan.net/wp-content/uploads/2009/08/wpmueddev2.png"><img class="alignnone size-full wp-image-356" title="wpmueddev2" src="http://andremalan.net/wp-content/uploads/2009/08/wpmueddev2.png" alt="wpmueddev2" width="150" height="100" /></a></p>

<a href='http://andremalan.net/blog/2009/08/24/dev-wpmued-is-live/wpmuedudevcontrib/' title='wpmuedudevcontrib'><img width="100" height="100" src="http://andremalan.net/wp-content/uploads/2009/08/wpmuedudevcontrib.png" class="attachment-thumbnail" alt="wpmuedudevcontrib" title="wpmuedudevcontrib" /></a>
<a href='http://andremalan.net/blog/2009/08/24/dev-wpmued-is-live/wpmuedudev/' title='wpmuedudev'><img width="150" height="150" src="http://andremalan.net/wp-content/uploads/2009/08/wpmuedudev.png" class="attachment-thumbnail" alt="wpmuedudev" title="wpmuedudev" /></a>
<a href='http://andremalan.net/blog/2009/08/24/dev-wpmued-is-live/wpmueddev2/' title='wpmueddev2'><img width="150" height="100" src="http://andremalan.net/wp-content/uploads/2009/08/wpmueddev2.png" class="attachment-thumbnail" alt="wpmueddev2" title="wpmueddev2" /></a>

]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/08/24/dev-wpmued-is-live/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Current Wordle</title>
		<link>http://andremalan.net/blog/2009/08/16/current-wordle/</link>
		<comments>http://andremalan.net/blog/2009/08/16/current-wordle/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 05:53:45 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[reflection]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=331</guid>
		<description><![CDATA[Clint Lalonde recently wrote about using Wordle as a reflective tool in order to decide whether the blog posts that he wrote for class were on topic. I like that idea a lot.  It also reminded me of thoughts that opened09 had circling in my head. Over time, a writer&#8217;s skill and focus changes, that is a given. But how to monitor this? I think Wordle provides a visual representation that is simple and powerful. I will try and take wordle snapshots of this blog every few months and compare them, mostly out of interest, but also as a way of reflecting on my own constantly changing passions and motivations. So here it is, 17 August 2009, the Wordle for all my content is:]]></description>
			<content:encoded><![CDATA[<p><a title="Clint Lalonde" href="http://clintlalonde.net/" target="_blank">Clint Lalonde</a> recently <a href="http://clintlalonde.net/2009/08/16/wordle-as-a-blog-self-assesment-tool/">wrote</a> about using <a class="zem_slink" title="Wordle" rel="homepage" href="http://wordle.net/">Wordle</a> as a reflective tool in order to decide whether the blog posts that he wrote for class were on topic. I like that idea a lot.  It also reminded me of thoughts that opened09 had circling in my head. Over time, a writer&#8217;s skill and focus changes, that is a given. But how to monitor this? I think Wordle provides a visual representation that is simple and powerful. I will try and take wordle snapshots of this blog every few months and compare them, mostly out of interest, but also as a way of reflecting on my own constantly changing passions and motivations.</p>
<p>So here it is, 17 August 2009, the Wordle for all my content is:</p>
<div id="attachment_332" class="wp-caption alignnone" style="width: 598px"><a href="http://andremalan.net/wp-content/uploads/2009/08/wordle.GIF"><img class="size-full wp-image-332 " title="wordle" src="http://andremalan.net/wp-content/uploads/2009/08/wordle.GIF" alt="my Wordle" width="588" height="380" /></a><p class="wp-caption-text">my Wordle</p></div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/08/16/current-wordle/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gmail Pro Tip: List all unread mail.</title>
		<link>http://andremalan.net/blog/2009/08/05/gmail-pro-tip/</link>
		<comments>http://andremalan.net/blog/2009/08/05/gmail-pro-tip/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 06:31:38 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[productivity]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=320</guid>
		<description><![CDATA[I don&#8217;t know about you, but I am terrible at organizing my email. I didn&#8217;t realize that &#8220;archiving&#8221; was something that somebody should do with email until I had thousands of unarchived emails and decided to come up with a different way of doing things. This is what I do: I treat unread email as to do items. When I check my email I respond to the things I have time to respond to and the rest I mark as unread so that I can respond to them later. This is a very hassle free system. Except, there is one big problem. Gmail does not have a default &#8220;show all unread mail&#8221; button. This means that it is hard for me to compare my unread mail (to do items) and prioritize this means that some big tasks end up being buried under pages and pages of emails. Of course, with Gmail&#8217;s new addons this is very easy to do. Here is how: Go to &#8220;settings&#8221; then &#8220;labs&#8221; on the top right menu bar. Scroll down and enable the quick links addon. in the search box type in the following: in:inbox in:unread. Click search mail In the quick links box (middle left of your screen) click &#8220;add quick link&#8221;. And there we have it, now your Gmail is set up to list all of your unread mail without the interference of stuff that you have already dealt with.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you, but I am terrible at organizing my email. I didn&#8217;t realize that &#8220;archiving&#8221; was something that somebody should do with email until I had thousands of unarchived emails and decided to come up with a different way of doing things. This is what I do:</p>
<p>I treat unread email as to do items. When I check my email I respond to the things I have time to respond to and the rest I mark as unread so that I can respond to them later. This is a very hassle free system. Except, there is one big problem. <a class="zem_slink" title="Gmail" rel="homepage" href="http://gmail.com">Gmail</a> does not have a default &#8220;show all unread mail&#8221; button. This means that it is hard for me to compare my unread mail (to do items) and prioritize this means that some big tasks end up being buried under pages and pages of emails. Of course, with Gmail&#8217;s new addons this is very easy to do. Here is how:</p>
<ol>
<li>Go to &#8220;settings&#8221; then &#8220;labs&#8221; on the top right menu bar.</li>
<li>Scroll down and enable the quick links addon.
<div id="attachment_323" class="wp-caption alignnone" style="width: 552px"><a href="http://andremalan.net/wp-content/uploads/2009/08/setting.GIF"><img class="size-full wp-image-323 " title="setting" src="http://andremalan.net/wp-content/uploads/2009/08/setting.GIF" alt="enable the add links in settings" width="542" height="153" /></a><p class="wp-caption-text">enable the add links in settings</p></div></li>
<li>in the search box type in the following: in:inbox in:unread. Click search mail
<div id="attachment_324" class="wp-caption alignnone" style="width: 418px"><a href="http://andremalan.net/wp-content/uploads/2009/08/search.gif"><img class="size-full wp-image-324" title="search" src="http://andremalan.net/wp-content/uploads/2009/08/search.gif" alt="search box" width="408" height="63" /></a><p class="wp-caption-text">search box</p></div></li>
<li>In the quick links box (middle left of your screen) click &#8220;add quick link&#8221;.
<div id="attachment_322" class="wp-caption alignnone" style="width: 199px"><a href="http://andremalan.net/wp-content/uploads/2009/08/addlink.gif"><img class="size-full wp-image-322" title="addlink" src="http://andremalan.net/wp-content/uploads/2009/08/addlink.gif" alt="add quick link" width="189" height="113" /></a><p class="wp-caption-text">add quick link</p></div></li>
</ol>
<p>And there we have it, now your Gmail is set up to list all of your unread mail without the interference of stuff that you have already dealt with.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/08/05/gmail-pro-tip/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Blackboard (and other closed LMS systems) make university a rip-off</title>
		<link>http://andremalan.net/blog/2009/07/29/blackboard-and-other-closed-lms-systems-make-university-a-rip-off/</link>
		<comments>http://andremalan.net/blog/2009/07/29/blackboard-and-other-closed-lms-systems-make-university-a-rip-off/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:35:18 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Blackboard]]></category>
		<category><![CDATA[Computer science]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[Learning management system]]></category>
		<category><![CDATA[Meghan Allen]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Software Engineers]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=309</guid>
		<description><![CDATA[Here is an anecdote (it happened to me today) outlining just one of the many things that is wrong with closed class websites and LMS in general: I am currently working at a software company as an intern, writing a program. Now of course, as anybody who has taken Software Engineering knows (don&#8217;t worry readers who are not in Computer Science, I promise I will not lose you), when you make software you have to provide different types of documentation about it. Things like, why you made it, how it works, how to use it, who is going to use it&#8230; all these things and many more have to be written down formally and saved somewhere in order for your software to live a long and happy life. Now, Software engineering (CPSC 310) is a class that in part teaches you how to write all of this essential documentation. I took this course with Meghan Allen, one of my favorite professors simply for the fact that she teaches like a human being and not an automaton. This is post is no reflection on her, just on the system that she is pushed into using by those above her . Anyway, in the course she would explain why this documentation was needed and how to do it. She would then provide us with careful examples of what it should look like. We were asked to use her examples as reference when creating our own documentation for our class project. So far so good, pretty normal learning experience. But, we skip ahead to right now. My little program that I am writing for this big software company needs documentation. I remember why, but am very fuzzy on how. What to do? Of course, I can just go back to the example from class an&#8230; but wait. The examples were posted in Blackboard. I can&#8217;t see them anymore. They were a great resource&#8230; utterly useless as I have no way of applying it to a real life situation. Ok, Well, not utterly useless. I still have the assignment that I handed in (thanks Google Docs for keeping it safe for me). I could still google the type of documentation and find other examples online, which works, although it takes time (less time of course than writing this post). The thing is, I know that the document is a fantastic resource, why should I have to go and search for others? Shouldn&#8217;t the university-provided example be better than most things I can find online anyway? Isn&#8217;t that the point of somone spending time writing it up in the first place? Money was used to create that example (mine and the government&#8217;s) so why should it be a one-time deal used only to help me complete an assignment? Can anybody come up with a sane reason why it should not be available to me always? I feel ripped off, because I had a resource and it was snatched away from me. If it had been...]]></description>
			<content:encoded><![CDATA[<p>Here is an anecdote (it happened to me today) outlining just one of the many things that is wrong with closed class websites and <a class="zem_slink" title="Learning management system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Learning_management_system">LMS</a> in general:</p>
<blockquote><p>I am currently working at a software company as an intern, writing a program. Now of course, as anybody who has taken <a class="zem_slink" title="Software engineering" rel="wikipedia" href="http://en.wikipedia.org/wiki/Software_engineering">Software Engineering</a> knows (don&#8217;t worry readers who are not in Computer Science, I promise I will not lose you), when you make software you have to provide different types of documentation about it. Things like, why you made it, how it works, how to use it, who is going to use it&#8230; all these things and many more have to be written down formally and saved somewhere in order for your software to live a long and happy life.</p>
<p>Now, Software engineering (CPSC 310) is a class that in part teaches you how to write all of this essential documentation. I took this course with <a href="http://www.cs.ubc.ca/people/profile.jsp?id=meghana" target="_blank">Meghan Allen</a>, one of my favorite professors simply for the fact that she teaches like a human being and not an automaton. This is post is no reflection on her, just on the system that she is pushed into using by those above her . Anyway, in the  course she would explain why this documentation was needed and how to do it. She would then provide us with careful examples of what it should look like. We were asked to use her examples as reference when creating our own documentation for our class project.</p>
<p>So far so good, pretty normal learning experience. But, we skip ahead to right now. My little program that I am writing for this big software company needs documentation. I remember why, but am very fuzzy on how. What to do? Of course, I can just go back to the example from class an&#8230; but wait. The examples were posted in <a class="zem_slink" title="Blackboard Inc." rel="wikipedia" href="http://en.wikipedia.org/wiki/Blackboard_Inc.">Blackboard</a>. I can&#8217;t see them anymore. They were a great resource&#8230; utterly useless as I have no way of applying it to a real life situation.</p></blockquote>
<p>Ok, Well, not utterly useless. I still have the assignment that I handed in (thanks <a class="zem_slink" title="Google Docs" rel="homepage" href="http://docs.google.com">Google Docs</a> for keeping it safe for me). I could still google the type of documentation and find other examples online, which works, although it takes time (less time of course than writing this post). The thing is, I know that the document is a fantastic resource, why should I have to go and search for others? Shouldn&#8217;t the university-provided example be better than most things I can find online anyway? Isn&#8217;t that the point of somone spending time writing it up in the first place? Money was used to create that example (mine and the government&#8217;s) so why should it be a one-time deal used only to help me complete an assignment? Can anybody come up with a sane reason why it should not be available to me always? I feel ripped off, because I had a resource and it was snatched away from me. If it had been given to me in good old-fashioned paper handouts, I would still have it.</p>
<p>This is just one example amongst a sea of them that I am sure most students experience often. I guess most don&#8217;t even realize that they are getting a raw deal for the time effort and money they put into the classroom. In three years of university I have taken well over 10 courses with Blackboard components. What do I have to show for it? See for yourself. Below is my list of blackboard courses. Makes you feel all warm and fuzzy inside doesn&#8217;t it?</p>
<div id="attachment_311" class="wp-caption alignnone" style="width: 552px"><a href="http://andremalan.net/wp-content/uploads/2009/07/blackboard1.png"><img class="size-full wp-image-311" title="blackboard" src="http://andremalan.net/wp-content/uploads/2009/07/blackboard1.png" alt="My blackboard welcome screen" width="542" height="273" /></a><p class="wp-caption-text">My blackboard welcome screen</p></div>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles on other sites:</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.ezrasf.com/wplog/2009/05/13/the-lms-is-so-web-15/"> The LMS is So Web 1.5 </a> (ezrasf.com)</li>
<li class="zemanta-article-ul-li"><a href="http://castingoutnines.wordpress.com/2009/05/09/shall-we-call-it-blackangel-or-angelboard/"> Shall we call it Blackangel? Or Angelboard? </a> (castingoutnines.wordpress.com)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/07/29/blackboard-and-other-closed-lms-systems-make-university-a-rip-off/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Kiva: The cheapest way to help poor people</title>
		<link>http://andremalan.net/blog/2009/07/21/kiva-the-cheapest-way-to-help-poor-people/</link>
		<comments>http://andremalan.net/blog/2009/07/21/kiva-the-cheapest-way-to-help-poor-people/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 08:14:39 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Dambisa Moyo]]></category>
		<category><![CDATA[Ghana]]></category>
		<category><![CDATA[Jeffrey Sachs]]></category>
		<category><![CDATA[kiva]]></category>
		<category><![CDATA[Paul Collier]]></category>
		<category><![CDATA[Stephen Lewis]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=277</guid>
		<description><![CDATA[Image by malan.andre via Flickr The short explanation (for those who have difficulty reading more than a paragraph): What is it? Basically, you lend someone in a poor country $25 so that they can use it as capital to grow their business. In a few months you get all of your money back and the borrower has grown their business and are now better able to provide for their family and help revitalize their country&#8217;s economy. It&#8217;s that simple. Why do it? It costs you nothing. You change someone&#8217;s life for the better and contribute to the economy of some of the world&#8217;s poorest countries. It is a lot of fun! Reading all the descriptions, finding your borrower and tracking your repayments is really enjoyable. For every person who reads this and lends through Kiva (let me know by comments on Facebook, Twitter or preferably this blog) I will contribute $25 dollars myself (so you get to make me eat my words). If you are in UBC, join the UBC group first. So come on, go to Kiva and just try it, I promise you that you will not be disappointed. Now the long explanation (for those of you who want some in-depth explanation). When it comes to aid of any kind, I am a very big skeptic. Too often have I witnessed well meaning money being squandered on useless development projects. My favorite dumb project is one that I learned about one night in Ghana when I was at a bar with some friends. We met some volunteers and after a while they started to describe their project. Basically, they had been sent from Britain to teach computer literacy to people in Ghana. However, they had been assigned to a village that had no electricity, so they had to charge the laptops with car batteries (this was before the days of one laptop per child which can be charged by batteries). The project was laughably unsustainable. Not only are there dumb projects out there, but there are so many competing theories about development aid. Some say we should donate no-strings attached money, some say we should just leave the poor to develop on their own because it provides the right incentive. There is also the consideration (the one that stops me from giving most) of &#8220;where will my money be most effective?&#8221; I would like to maximize the impact of my (very limited) funds and doing so is very hard. I am currently reading different development economic works (currently on the End of Poverty by Jeffery Sachs) and will keep on reading until I have a thorough understanding of what I can actually do to maximize my ability to relieve my home continent of the poverty and despair that it faces. Kiva sidesteps all of these considerations. Who cares if it is not the most efficient way to end poverty?  It costs me nothing. The money is not aid, it is simply a capital loan. I have the capacity...]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/23623558@N04/2288819201"><img title="Ghana Life" src="http://farm3.static.flickr.com/2177/2288819201_f5eea735b6_m.jpg" alt="Ghana Life" width="240" height="180" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/23623558@N04/2288819201">malan.andre</a> via Flickr</dd>
</dl>
</div>
</div>
<p><strong>The short explanation (for those who have difficulty reading more than a paragraph):</strong></p>
<p><strong>What is it?</strong></p>
<ol>
<li>Basically, you lend someone in a poor country $25 so that they can use it as capital to grow their business.</li>
<li>In a few months you get all of your money back and the borrower has grown their business and are now better able to provide for their family and help revitalize their country&#8217;s economy.</li>
</ol>
<p>It&#8217;s that simple.</p>
<p><strong>Why do it?</strong></p>
<ol>
<li>It costs you nothing.</li>
<li>You change someone&#8217;s life for the better and contribute to the economy of some of the world&#8217;s poorest countries.</li>
<li>It is a lot of fun! Reading all the descriptions, finding your borrower and tracking your repayments is really enjoyable.</li>
<li>For every person who reads this and lends through <a title="Kiva" rel="homepage" href="http://kiva.org/">Kiva</a> (let me know by comments on <a title="Facebook" rel="homepage" href="http://facebook.com/">Facebook</a>, Twitter or preferably this blog) I will contribute $25 dollars myself (so you get to make me eat my words). If you are in UBC, join the UBC group first.</li>
</ol>
<p>So come on, go to <a href="http://kiva.org" target="_blank">Kiva</a> and just try it, I promise you that you will not be disappointed.</p>
<p><a href="http://www.kiva.org"><br />
<img class="alignright" style="border: 0pt none;" src="http://www.kiva.org/images/bannerbox.png" border="0" alt="Kiva - loans that change lives" width="175" height="200" align="BOTTOM" /></a><br />
<strong>Now the long explanation (for those of you who want some in-depth explanation).</strong></p>
<p>When it comes to aid of any kind, I am a very big skeptic. Too often have I witnessed well meaning money being squandered on useless development projects. My favorite dumb project is one that I learned about one night in <a href="http://en.wikipedia.org/wiki/Ghana" target="_blank">Ghana</a> when I was at a bar with some friends. We met some volunteers and after a while they started to describe their project. Basically, they had been sent from Britain to teach computer literacy to people in Ghana. However, they had been assigned to a village that had no electricity, so they had to charge the laptops with car batteries (this was before the days of one laptop per child which can be charged by batteries). The project was laughably unsustainable.</p>
<p>Not only are there dumb projects out there, but there  are so many competing theories about <a class="zem_slink" title="Development aid" rel="wikipedia" href="http://en.wikipedia.org/wiki/Development_aid">development aid</a>. Some say we should donate no-strings attached money, some say we should just leave the poor to develop on their own because it provides the right incentive. There is also the consideration (the one that stops me from giving most) of &#8220;where will my money be most effective?&#8221; I would like to maximize the impact of my (very limited) funds and doing so is very hard. I am currently reading different development economic works (currently on the End of Poverty by <a class="zem_slink" title="Jeffrey Sachs" rel="wikipedia" href="http://en.wikipedia.org/wiki/Jeffrey_Sachs">Jeffery Sachs</a>) and will keep on reading until I have a thorough understanding of what I can actually do to maximize my ability to relieve my home continent of the poverty and despair that it faces.</p>
<p><a title="Kiva" href="http://kiva.org" target="_blank">Kiva</a> sidesteps all of these considerations. Who cares if it is not the most efficient way to end poverty?  It costs me nothing. The money is not aid, it is simply a capital loan. I have the capacity to give unlimited funds and if I decide one day that micro-lending does more harm than good (unlikely) then I simply have to wait a few months and I will not have wasted any money as I will have it all back again. From all the famous developmental economists that I have read or listened to: <a class="zem_slink" title="Dambisa Moyo" rel="wikipedia" href="http://en.wikipedia.org/wiki/Dambisa_Moyo">Dambisa Moyo</a>, <a class="zem_slink" title="Paul Collier" rel="wikipedia" href="http://en.wikipedia.org/wiki/Paul_Collier">Paul Collier</a>, Jeffery Sachs and <a class="zem_slink" title="Stephen Lewis" rel="wikipedia" href="http://en.wikipedia.org/wiki/Stephen_Lewis">Stephen Lewis</a> (many of whom as a group contradict each other on most points) none of them say that micro-finance is a bad idea. some argue as to how effective it can be, but none say that it has negative impacts. Until I figure things out I am going to continue to lend on Kiva&#8230; it is simply the safest way to go if you want to make a difference.</p>
<p>Finally, for anyone who made their Twitter profile pictures green in support of the Iranians (and do not currently contribute in any other way to those less privileged than themselves), this is one big step up into doing something that can make an actual measurable difference (still at no cost to yourself). Seeing as the action of making your profile green has shown a will to help others, not doing as little as lending money to someone who really needs it shows that you lack any real moral capacity to put that will into action and validates every single sarcastic remark that I and some others have made about the &#8220;People&#8217;s Twitter Front&#8221;.</p>
<p>As for who to loan to, I prefer to loan to Women in <a class="zem_slink" title="Africa" rel="wikipedia" href="http://en.wikipedia.org/wiki/Africa">Africa</a>, more specifically Women in Ghana. I also like loaning to groups as there is more security. But the nice thing about Kiva is that you have choice. Find someone who&#8217;s region/plight/plans strikes a chord in you and help them out. It becomes very personal.</p>
<p>So go ahead, make me, yourself and most importantly a desperately struggling businessperson happy by signing up to <a title="Kiva" href="http://kiva.org" target="_blank">Kiva</a> and giving just one loan. As I said above, let me know and I will loan $25 in response.</p>
<p><a title="beach and street 130 by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2289659906/"><img src="http://farm3.static.flickr.com/2297/2289659906_9540f09014_m.jpg" alt="beach and street 130" width="240" height="180" /></a><a title="beach and street 129 by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2288870547/"><img src="http://farm3.static.flickr.com/2195/2288870547_e26bee386a_m.jpg" alt="beach and street 129" width="240" height="180" /></a></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles By Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.techcrunch.com/2009/07/03/the-inevitable-anti-us-backlash-has-started-on-kiva/"> The Inevitable Anti-U.S. Backlash Has Started On Kiva </a> (techcrunch.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.semanticmetadata.net/2009/05/28/micro-loans-with-kiva/"> Micro Loans with Kiva </a> (semanticmetadata.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.one.org/blog/2009/06/30/schneidman-helping-africa-save-itself/"> Schneidman: Helping Africa Save Itself </a> (one.org)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/commentisfree/2009/may/30/international-aid-moyo-africa&amp;a=5291768&amp;rid=1cdbae43-df40-4126-ad8a-f26031a1852e&amp;e=deda336884576e27543ed475a364e538"> International aid: Help or handout? </a> (guardian.co.uk)</li>
</ul>
<p><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/07/21/kiva-the-cheapest-way-to-help-poor-people/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Social Media Classroom &#8211; Training wheels that don&#8217;t come off.</title>
		<link>http://andremalan.net/blog/2009/07/10/social-media-classroom-training-wheels-that-dont-come-off/</link>
		<comments>http://andremalan.net/blog/2009/07/10/social-media-classroom-training-wheels-that-dont-come-off/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 09:53:37 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[eduglu]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[Social Media Classroom]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=296</guid>
		<description><![CDATA[The Social Media Classroom is a web service created by Howard Rheingold that provides a space for students to engage in many of the most popular social networking activities out there. It includes blogs, wikis, forums, social bookmarks, user profiles and chat. The goal is to provide a very low threshold environment for students and faculty to learn about and to use social media as a way of augmenting the classroom. Scott Leslie set up an installation of Social Media Classroom the other day and offered for others to take it for a spin. I gave it a try and here is what I think. The Social Media Classroom does exactly what it says that it will do. The user interface is quite impressive, making thing really easy to jump into.  Sarah Perez on ReadWriteWeb said that &#8220;its ease-of-use and educational slant make its introduction an impressive and potentially game-changing move for the educational system as we know it&#8221;. I think she would be right, if it were not for some big obstacles that the platform faces. These are: It seems to be closed off and private by default (although this may have just been the system I used). If outsiders can participate (as has been shown by Jon Beasley-Murray, Jim Groom and D&#8217;Arcy Norman) magic can happen. We need to let the world see what students are doing in university. The &#8220;Social Media Classroom&#8221; is missing one little word in the title. A game changer would rather be a &#8220;Social Network Media Classroom&#8221;. Although students can edit their own profiles in the Social Media Classroom, there is no way to form groups or to add people to their network. The network is often the most powerful part of any social media applications and it is a terrible oversight to not include it. The training wheels don&#8217;t come off. This application is great for students who do not know of, or use social media tools. However, it sucks for those that do. They are not able to use their current networks or applications. Most people who have blogs would want to use their own blogs for a class. Or use their own social bookmarking service. These people (the ones who would be very useful in this environment as they could guide their peers and instructors in the use of social media) will feel alienated and resent having to use the Social Media Classroom. If an education-based social media application is ever to be successful it has to provide an easy way for experienced students to show others the tricks of the trade and for novice students to take the wheels off of the bicycle and use real tools when they are ready for it. The bright side is that these are relatively easy things for the social media classroom to fix. Jim Groom is already taking care of the training wheel problem at UMW blogs with his BuddyPress, FeedWordPress, WordPress and mediaWiki experiments.  UBC&#8217;s OLT also has some of this...]]></description>
			<content:encoded><![CDATA[<p>The Social Media Classroom is a web service created by <a href="http://www.rheingold.com/" target="_blank">Howard Rheingold</a> that provides a space for students to engage in many of the most popular social networking activities out there. It includes blogs, wikis, forums, social bookmarks, user profiles and chat. The goal is to provide a very low threshold environment for students and faculty to learn about and to use social media as a way of augmenting the classroom.<a href="http://www.andremalan.org/site/wp-content/uploads/2009/07/social-media-classroom.GIF"><img class="alignright size-medium wp-image-303" title="social media classroom" src="http://andremalan.net/wp-content/uploads/2009/07/social-media-classroom-169x300.GIF" alt="social media classroom" width="169" height="300" /></a></p>
<p><a title="Scott Leslie" href="http://www.edtechpost.ca/wordpress/" target="_blank">Scott Leslie</a> set up an installation of <a title="Social Media Classroom" href="http://socialmediaclassroom.com/" rel="homepage">Social Media Classroom</a> the other day and offered for others to take it for a spin. I gave it a try and here is what I think.</p>
<p>The Social Media Classroom does exactly what it says that it will do. The user interface is quite impressive, making thing really easy to jump into.  <a class="zem_slink" title="Sarah Perez" href="http://www.sarahintampa.com/" rel="homepage">Sarah Perez</a> on <a class="zem_slink" title="ReadWriteWeb" href="http://readwriteweb.com" rel="homepage">ReadWriteWeb</a> <a href="http://www.readwriteweb.com/archives/the_social_media_classroom_a_new_platform_for_education.php" target="_blank">said that</a> &#8220;its ease-of-use and educational slant make its introduction an impressive and potentially game-changing move for the educational system as we know it&#8221;. I think she would be right, if it were not for some big obstacles that the platform faces. These are:</p>
<ol>
<li>It seems to be closed off and private by default (although this may have just been the system I used). If outsiders can participate (as has been shown by <a href="http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Murder_Madness_and_Mayhem" target="_blank">Jon Beasley-Murray</a>,<a href="http://bavatuesdays.com/marking-digital-history-at-umw/" target="_blank"> Jim Groom</a> and <a href="http://www.darcynorman.net/" target="_blank">D&#8217;Arcy Norman</a>) magic can happen. We need to let the world see what students are doing in university.</li>
<li>The &#8220;Social Media Classroom&#8221; is missing one little word in the title. A game changer would rather be a &#8220;<span class="zem_slink">Social Network</span> Media Classroom&#8221;. Although students can edit their own profiles in the Social Media Classroom, there is no way to form groups or to add people to their network. The network is often the most powerful part of any social media applications and it is a terrible oversight to not include it.</li>
<li>The training wheels don&#8217;t come off. This application is great for students who do not know of, or use social media tools. However, it sucks for those that do. They are not able to use their current networks or applications. Most people who have blogs would want to use their own blogs for a class. Or use their own <a class="zem_slink" title="Social bookmarking" href="http://en.wikipedia.org/wiki/Social_bookmarking" rel="wikipedia">social bookmarking</a> service. These people (the ones who would be very useful in this environment as they could guide their peers and instructors in the use of social media) will feel alienated and resent having to use the Social Media Classroom. If an education-based social media application is ever to be successful it has to provide an easy way for experienced students to show others the tricks of the trade and for novice students to take the wheels off of the bicycle and use real tools when they are ready for it.</li>
</ol>
<p>The bright side is that these are relatively easy things for the social media classroom to fix. <a title="Jim Groom" href="http://bavatuesdays.com/" target="_blank">Jim Groom</a> is already taking care of the training wheel problem at <a title="UMW blogs" href="http://umwblogs.org/" target="_blank">UMW blogs</a> with his BuddyPress, FeedWordPress, <a class="zem_slink" title="WordPress" href="http://wordpress.org" rel="homepage">WordPress</a> and mediaWiki experiments.  UBC&#8217;s <a href="olt.ubc.ca" target="_blank">OLT</a> also has some of this in the works. I&#8217;m sure that <a class="zem_slink" title="Drupal" href="http://drupal.org" rel="homepage">Drupal</a> is powerful enough to do the same for the Social Media Classroom. The network part simply takes adding some features and making it open&#8230; well that should be just flicking a switch.</p>
<p>The Social Media Classroom is a good service and I really wish that more people had taken Scott Leslie up on his offer of trying it out on his hosted server. If you are in education, <a href="http://socialmediaclassroom.com/">check out Social Media Classroom</a>. Despite all of my complaints above, I would still far rather use it than any course website that I have ever used (<a class="zem_slink" title="Blackboard" href="http://www.blackboard.com" rel="homepage">Blackboard</a> or otherwise).  With a few simple, yet fundamental changes, it could just be a game changer yet.</p>
<h3>Related from around the web:</h3>
<p><a href="http://www.elearnspace.org/blog/2008/08/20/social-media-classroom/" target="_blank">http://www.elearnspace.org/blog/2008/08/20/social-media-classroom/</a></p>
<p><a href="http://www.downes.ca/cgi-bin/page.cgi?post=45674" target="_blank">http://www.downes.ca/cgi-bin/page.cgi?post=45674</a></p>
<p><a href="http://www.readwriteweb.com/archives/the_social_media_classroom_a_new_platform_for_education.php" target="_blank">http://www.readwriteweb.com/archives/the_social_media_classroom_a_new_platform_for_education.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/07/10/social-media-classroom-training-wheels-that-dont-come-off/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Theme Update</title>
		<link>http://andremalan.net/blog/2009/07/08/theme-update/</link>
		<comments>http://andremalan.net/blog/2009/07/08/theme-update/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 06:20:31 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Adobe Illustrator]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Human-computer]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=290</guid>
		<description><![CDATA[FINALLY. Wow, that took me way to long to get done. So, as I promised in this post here, after many late nights, I have implemented some major changes to the theme of this blog. So for all those behind the feed readers&#8230; leave the reader for a bit and click around. Let me know what you think. I spent a lot of time on various elements (including some that I ripped out due to lack of patience) so any feedback would be awesome. Below is a picture of the old home page for comparison (click to see fullscreen): Some features to note are: Snazzy JavaScript slider. Why? Lets me show pictures without taking up too much space. One of my goals for this year is to learn to actually draw well in Illustrator and as is obvious, I have a long way to go and need a place/reason to practice. Proper archives page using the awesome wp_archives plugin. I can&#8217;t think of a better way to browse archives (aside from tags maybe). The default WordPress way of dates is stupid&#8230; they just have no context. One way in which I might change this page in future is modify the plugin so that I can annotate dates around important events in my life. Social Networks page. This has snippets from other places around the web that I haunt. I&#8217;m considering changing it in the future to be a bit of a life-stream, but am holding out for someone to come up with an exceptional plugin to make that happen. Better fonts. More pictures! Again, let me know what you think in the comments below, any feedback is always welcome.]]></description>
			<content:encoded><![CDATA[<p>FINALLY. Wow, that took me way to long to get done. So, as I promised in this <a href="http://andremalan.net/2009/02/under-construction/">post here,</a> after many late nights, I have implemented some major changes to the theme of this blog. So for all those behind the feed readers&#8230; leave the reader for a bit and click around. Let me know what you think. I spent a lot of time on various elements (including some that I ripped out due to lack of patience) so any feedback would be awesome. Below is a picture of the old home page for comparison (click to see fullscreen):</p>
<div id="attachment_291" class="wp-caption alignright" style="width: 197px"><a href="http://www.andremalan.org/site/wp-content/uploads/2009/07/homescreenshot.png"><img class="size-medium wp-image-291" title="Old Theme view" src="http://andremalan.net/wp-content/uploads/2009/07/homescreenshot-187x300.png" alt="Screenshot of old theme" width="187" height="300" /></a><p class="wp-caption-text">Screenshot of old theme</p></div>
<p>Some features to note are:</p>
<ul>
<li><!-- BODY { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } P { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } DIV { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } TD { FONT-FAMILY:Tahoma; FONT-SIZE:10pt } -->Snazzy JavaScript slider. Why? Lets me show pictures without taking up too much space. One of my goals for this year is to learn to actually draw well in <a class="zem_slink" title="Adobe Illustrator" rel="homepage" href="http://www.adobe.com/products/illustrator/">Illustrator</a> and as is obvious, I have a long way to go and need a place/reason to practice.</li>
<li>Proper <a href="http://andremalan.net/archive">archives</a> page using the awesome <a href="http://wordpress.org/extend/plugins/wp-archives/" target="_blank">wp_archives</a> plugin. I can&#8217;t think of a better way to browse archives (aside from tags maybe). The default <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> way of dates is stupid&#8230; they just have no context. One way in which I might change this page in future is modify the plugin so that I can annotate dates around important events in my life.</li>
<li>Social Networks page. This has snippets from other places around the web that I haunt. I&#8217;m considering changing it in the future to be a bit of a life-stream, but am holding out for someone to come up with an exceptional plugin to make that happen.</li>
<li>Better fonts.</li>
<li>More pictures!</li>
</ul>
<p>Again, let me know what you think in the comments below, any feedback is always welcome.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/bbaded76-e29f-4ce6-af3f-cedffc64d851/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=bbaded76-e29f-4ce6-af3f-cedffc64d851" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/07/08/theme-update/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Personal Learning Environments</title>
		<link>http://andremalan.net/blog/2009/06/26/personal-learning-environments/</link>
		<comments>http://andremalan.net/blog/2009/06/26/personal-learning-environments/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:11:00 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[Assessment]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[Curriculum]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=264</guid>
		<description><![CDATA[At CELC 2009 I was part of a panel of students that tried to answer the question: Personal Learning Environments. What do students think? The other students on the panel were Angeli and Zack. Cindy Underhill was the mastermind that brought us all together and did a superb job of directing things. So what did us, the students have to say about Personal Learning Environments (PLEs)? I don&#8217;t know how much I can speak for Zack and Angeli (although we did agree on the majority of things), but here are my (heavily supplemented) answers to the core questions that Cindy asked: 1) What do we know about how students define personal learning environments? For this question I avoided the (arguably defunct) definition of PLEs as an environment that educational technologists create for students to learn in (nobody even brought it up in the session). Instead, I defined it as &#8220;the environment in which I learn&#8221; (I think a lot of people are starting to agree with this definition as well). This includes a bunch of distributed technologies (a topic that I regularly blog about), but it also includes other things, like my classmates, my roommates and very big pieces of paper. This is important, so everybody in ed-tech listen up: you cannot create an entire PERSONAL learning environment for students! It is impossible. Every student has their own way of learning, every student evolves their environment continuously (look at how my tools have changed) and any one tool will be obsolete as quickly as any other piece of technology. Don&#8217;t despair though&#8230; there is still plenty of work for you to do. What students really need are small, lightweight tools to help them learn. The process should be as follows: Find out where the gaps are in the student&#8217;s learning Fill the gap with an easy to use tool. Let them know it exists and show them how to use it (the part, in my opinion, that professors and educational technologists are worst at). I didn&#8217;t get a chance in the session to really flesh that out&#8230; but there you have it. Give me the tools and let me use them to build my own environment. 2) How do PLEs contribute to the development of learning competencies? With my definition above, this question doesn&#8217;t make too much sense. The reality is, that a PLE only really contributes to the development of a student&#8217;s &#8220;learning competencies&#8221; when they know what the hell that means. Or when they care. Students don&#8217;t often take the time to think about how their current study techniques are actually helping them to learn. They just study and pray that they pass the exams&#8230; which brings me to the next question&#8230; 3) Are PLEs effective without educational reform? Image via Wikipedia The answer is&#8230; only a tiny bit. My PLE is helping me to get good grades&#8230; not to learn. In fact, because of how education works, most students don&#8217;t have PLEs&#8230; they have &#8220;PGGEs&#8221; (Personal Grade...]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 510px"><a href="http://www.flickr.com/photos/sonson/3655904448/"><img class=" " title="CELC receptions" src="http://farm4.static.flickr.com/3365/3655904448_a12eaaf95e.jpg" alt="From Sonson on Flickr" width="500" height="333" /></a><p class="wp-caption-text">From sonson on Flickr... click on image to go to source</p></div>
<p>At <a href="http://www.celc2009.ca/" target="_blank">CELC 2009</a> I was part of a panel of students that tried to answer the question: <a class="zem_slink" title="History of personal learning environments" rel="wikipedia" href="http://en.wikipedia.org/wiki/History_of_personal_learning_environments">Personal Learning Environments</a>. What do students think? The other students on the panel were <a href="http://www.linkedin.com/in/delarosaangeli" target="_blank">Angeli </a>and <a href="https://twitter.com/riacale">Zack</a>. <a href="http://cindyu.wordpress.com/" target="_blank">Cindy Underhill</a> was the mastermind that brought us all together and did a superb job of directing things.</p>
<p>So what did us, the students have to say about Personal Learning Environments (PLEs)? I don&#8217;t know how much I can speak for Zack and Angeli (although we did agree on the majority of things), but here are my (heavily supplemented) answers to the core questions that Cindy asked:</p>
<p><strong>1) What do we know about how students define personal learning environments?</strong></p>
<p>For this question I avoided the (arguably defunct) definition of PLEs as an environment that educational technologists create for students to learn in (nobody even brought it up in the session). Instead, I defined it as &#8220;the environment in which <strong>I</strong> learn&#8221; (I think a lot of people are starting to agree with this definition as well). This includes a bunch of distributed technologies (a topic that I<a href="http://andremalan.net/2007/09/the-plan/" target="_blank"> regularly</a> <a href="http://andremalan.net/2008/09/my-learning-tools/" target="_blank">blog</a> <a href="http://andremalan.net/2007/09/the-plan/" target="_blank">about</a>), but it also includes other things, like my classmates, my roommates and <a href="http://www.flickr.com/photos/andremalan/2854715062/" target="_blank">very big pieces of paper</a>. <strong>This is important, so everybody in ed-tech listen up</strong>: you cannot create an entire PERSONAL learning environment for students! It is impossible. Every student has their own way of learning, every student evolves their environment continuously (look at how my tools have changed) and any one tool will be obsolete as quickly as any other piece of technology. Don&#8217;t despair though&#8230; there is still plenty of work for you to do. What students really need are small, lightweight tools to help them learn. The process should be as follows:</p>
<ol>
<li>Find out where the gaps are in the student&#8217;s learning</li>
<li>Fill the gap with an easy to use tool.</li>
<li>Let them know it exists and show them how to use it (the part, in my opinion, that professors and educational technologists are worst at).</li>
</ol>
<p>I didn&#8217;t get a chance in the session to really flesh that out&#8230; but there you have it. Give me the tools and let me use them to build my own environment.</p>
<p><strong>2) How do PLEs contribute to the development of learning competencies?</strong></p>
<p>With my definition above, this question doesn&#8217;t make too much sense. The reality is, that a PLE only really contributes to the development of a student&#8217;s &#8220;learning competencies&#8221; when they know what the hell that means. Or when they care. Students don&#8217;t often take the time to think about how their current study techniques are actually helping them to learn. They just study and pray that they pass the exams&#8230; which brings me to the next question&#8230;</p>
<p><strong>3) Are PLEs effective without educational reform?</strong></p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 224px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:LockeEducation1693.jpg"><img title="Title page to Locke's Some Thoughts Concerning..." src="http://upload.wikimedia.org/wikipedia/commons/6/6b/LockeEducation1693.jpg" alt="Title page to Locke's Some Thoughts Concerning..." width="214" height="414" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:LockeEducation1693.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>The answer is&#8230; only a tiny bit. My PLE is helping me to get good grades&#8230; not to learn. In fact, because of how <a class="zem_slink" title="Education" rel="wikipedia" href="http://en.wikipedia.org/wiki/Education">education</a> works, most students don&#8217;t have PLEs&#8230; they have &#8220;PGGEs&#8221; (Personal Grade Getting Environments)! At the end of the day, that is what most students really care about. Why shouldn&#8217;t they? As <a href="http://cindyu.wordpress.com/" target="_blank">Cindy</a> said in her <a href="http://cindyu.wordpress.com/2009/06/24/learners-and-ples/" target="_blank">follow-up post</a> &#8220;We’ve structured the education system this way, it’s not their fault&#8221;. I am often way too busy memorizing things to actually learn them.  Learning takes time and effort&#8230; it also takes practice and conversation, it is much more efficient to get good grades by memorizing the textbook. This is not only a curriculum problem, it also has to do with the whole way degrees are structured. A Small anecdote for a recent event in my life:</p>
<p style="padding-left: 30px;">After speaking to someone in Science advising I realized that I will not graduate from University if I do not take the second introductory (1st year) Physics course. I took the honours version of the first course and scored 87%.  I would dearly love to take a 4th year Psychology course on human behaviour instead&#8230; but if I do take it, I won&#8217;t graduate. The irony is that for me, the Physics course will be a breeze, I will ace it easily.  I find it so easy that it doesn&#8217;t interest me at all. If I took the Psychology course I would enjoy it a lot more. It would also be a lot more difficult and I would actually learn something new. It would contribute far more to my plans for the future than the Physics course.</p>
<p>Seems wrong doesn&#8217;t it? That same story is being told by countless times hundreds of thousands of students all around the world.  Then professors complain that the students are not interested in the stuff they teach. If you give students the freedom to choose what they will learn and emphasize through proper assessment that they are there to learn and not just there to get good grades, then students will be interested. I would bet my life on it.</p>
<p>Conclusion to that long-winded rant: Without educational reform students don&#8217;t care about learning, therefore their &#8220;learning environment&#8221; is severely neglected, making it ineffective.</p>
<p><strong>4) What’s your role in supporting the development of personal learning environments?</strong></p>
<p>This was kind of a double-edged question&#8230; one for us to throw back at the audience. My comment that I threw back out to the audience was this:</p>
<p style="padding-left: 30px;"><em>You cannot expect students to think about and improve on their learning if you are not modeling the behavior and seeing what works and what does not. </em></p>
<p>They may all have finished formal education, but in this information age we all have to continually learn and the better we are at it, the more successful we will be. My challenge then, to anyone who reads this post is:</p>
<p style="padding-left: 30px;">Think about your own personal learning environment. Really dig deep and figure out what contributes most to how you learn. What distracts from that learning? Now, patch, build and experiment with your own environment to try and improve it. You will find yourself much better off for doing it.</p>
<p>If you are involved in education at any level and you cannot do what I have asked above&#8230; then you are really incapable of helping students do it as well.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=49370"> e-Learning and 21st century skills and competences </a> (downes.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=49010"> 7 Things You Should Know About Personal Learning Environments </a> (downes.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.huffingtonpost.com/joel-klein/transforming-the-teaching_b_200616.html"> Joel Klein: Transforming the Teaching Profession </a> (huffingtonpost.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/7509e2dc-265b-4654-aa96-70a6fb954a15/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=7509e2dc-265b-4654-aa96-70a6fb954a15" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/06/26/personal-learning-environments/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>The two fundamental problems of education</title>
		<link>http://andremalan.net/blog/2009/06/22/the-two-fundamental-problems-of-education/</link>
		<comments>http://andremalan.net/blog/2009/06/22/the-two-fundamental-problems-of-education/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 07:16:26 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Education Reform]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[One Laptop per Child]]></category>
		<category><![CDATA[open education]]></category>
		<category><![CDATA[Project-based learning]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=261</guid>
		<description><![CDATA[Image via Wikipedia While attending the 2009 Canadian e-Learning Conference I was suddenly struck by the fact that there were two very different ways that people were trying to better education. There are simply two things that need to be accomplished before education is fixed. These are: Access Reform Access is an obvious challenge, there are too many people in the world that do not have access to a good education.  Reform on the other hand is less obvious, but also necessary, even the best education that is given to the wealthiest of people is deeply flawed and missing something essential, that education has to be fixed. Now, here is the problem, where do we devote the most of out attention in order to have the maximum impact possible? On the one hand, giving the uneducated even the most basic education seems to be the most important, but again, do we want to be giving them a deeply flawed education? However, we can&#8217;t ignore those that suffer while we slowly chip away at the entrenched problems that education currently faces. Since both are necessary, the only real course of action is a two-pronged approach. Whenever dealing with one problem we need to constantly be mindful of the other. This can be done as they often go hand in hand. The best example of this has to be the open education movement. By creating open and free educational resources (as well as encouraging their re-use) we not only provide access (by lowering the cost of providing/consuming education) but also help with reform, as we allow (and encourage) educators to build on and refine what others have done&#8230; creating something much better, instead of continually reinventing the wheel. Of course, open education is not the only way that we can marry these two goals. The one laptop per child initiative, efforts to utilize technology in the classroom, project-based learning and a whole host of other movements and projects are capable or bridging the gap between these two fundamental educational goals. All that it takes is some thought, creativity and awareness. I challenge anybody who is working to try and improve education to really think about which one of the problems they are currently addressing and to look for ways to augment their effectiveness by addressing the other problem. Related articles by Zemanta Flat Classroom 2010 Mini-conference: Mumbai February 2010 &#8211; Join us! (coolcatteacher.blogspot.com) Learning for Development (downes.ca) Links From the Talk Open Education Around the World (downes.ca)]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:OLPC_pilot_Thailand_-_Ban_Samkha_06.jpg"><img title="OLPC pilot Thailand - Ban Samkha - hiking" src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/39/OLPC_pilot_Thailand_-_Ban_Samkha_06.jpg/300px-OLPC_pilot_Thailand_-_Ban_Samkha_06.jpg" alt="OLPC pilot Thailand - Ban Samkha - hiking" width="300" height="225" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:OLPC_pilot_Thailand_-_Ban_Samkha_06.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>While attending the <a href="http://www.celc2009.ca/" target="_blank">2009 Canadian e-Learning Conference</a> I was suddenly struck by the fact that there were two very different ways that people were trying to better education. There are simply two things that need to be accomplished before education is fixed. These are:</p>
<ol>
<li>Access</li>
<li>Reform</li>
</ol>
<p>Access is an obvious challenge, there are too many people in the world that do not have access to a good education.  Reform on the other hand is less obvious, but also necessary, even the best education that is given to the wealthiest of people is deeply flawed and missing something essential, that education has to be fixed.</p>
<p>Now, here is the problem, where do we devote the most of out attention in order to have the maximum impact possible? On the one hand, giving the uneducated even the most basic education seems to be the most important, but again, do we want to be giving them a deeply flawed education? However, we can&#8217;t ignore those that suffer while we slowly chip away at the entrenched problems that education currently faces.</p>
<p>Since both are necessary, the only real course of action is a two-pronged approach. Whenever dealing with one problem we need to constantly be mindful of the other. This can be done as they often go hand in hand. The best example of this has to be the open education movement. By creating open and free educational resources (as well as encouraging their re-use) we not only provide access (by lowering the cost of providing/consuming education) but also help with reform, as we allow (and encourage) educators to build on and refine what others have done&#8230; creating something much better, instead of continually reinventing the wheel.</p>
<p>Of course, open education is not the only way that we can marry these two goals. The <a class="zem_slink" title="One Laptop per Child" rel="homepage" href="http://www.laptop.org/">one laptop per child</a> initiative, efforts to utilize <span class="zem_slink">technology</span> in the classroom, <a class="zem_slink" title="Project-based learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Project-based_learning">project-based learning</a> and a whole host of other movements and projects are capable or bridging the gap between these two fundamental educational goals. All that it takes is some thought, creativity and awareness. I challenge anybody who is working to try and improve education to really think about which one of the problems they are currently addressing and to look for ways to augment their effectiveness by addressing the other problem.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://coolcatteacher.blogspot.com/2009/05/flat-classroom-2010-mini-conference.html"> Flat Classroom 2010 Mini-conference: Mumbai February 2010 &#8211; Join us! </a> (coolcatteacher.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=49195"> Learning for Development </a> (downes.ca)</li>
<li class="zemanta-article-ul-li"><a href="http://www.downes.ca/cgi-bin/page.cgi?post=48124">Links From the Talk Open Education Around the World</a> (downes.ca)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/d230ac82-1564-4438-92b5-cd1affb6ba6d/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d230ac82-1564-4438-92b5-cd1affb6ba6d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/06/22/the-two-fundamental-problems-of-education/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Seth Godin: Create a movement</title>
		<link>http://andremalan.net/blog/2009/05/25/sethgodinchangetheworld/</link>
		<comments>http://andremalan.net/blog/2009/05/25/sethgodinchangetheworld/#comments</comments>
		<pubDate>Mon, 25 May 2009 07:00:14 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[Matt Corker]]></category>
		<category><![CDATA[Seth Godin]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=245</guid>
		<description><![CDATA[If you are one of the people who watches the TED talks often (and if you are not, it is in your best interest to become one) then you have already seen the video below. I was introduced to the phenomenon that is Seth Godin by my friends Rob Winson and Matt Corker. Seth Godin is one of the most revered marketing gurus of our time. In this TED talk he talks about the importance of creating movements or &#8220;tribes&#8221;. He says that every now and then &#8220;someone stands up and says: this one is important&#8221;. This is a cause that I am passionate about and I want to organize people around me to help get something done. He ends with &#8220;go out and create a movement&#8221;. My movement is simple. Let us help to fix education. Education is broken. There has to be a better way to teach human beings to contribute to society than what we are currently doing. Studying textbooks and tests are an incredibly inefficient way of learning. Humans have evolved to rely on education. We have stopped adapting physically and are using education to drive our adaptation. In order to continue to evolve and create the best society that we can, our education system has to evolve. The fact that things are being done the same way that they were done 100 years ago is crazy. Education has to be fixed. Now of course I don&#8217;t know what the solution is. I don&#8217;t know how to fix education, nobody. I have some ideas, but they are not guaranteed to work. What is needed is for students, educators, parents and anybody else involved in education to experiment openly and to document their successes and failures. For people to realize that things are not working and for them to work to improve them. With critical mass, we can change things. So, wanna join my tribe? Related articles (on different sites) Seth Godin Talks Tribes (enquiringmimes.com) http://sethgodin.typepad.com/seths_blog/2008/12/expertise-and-p.html]]></description>
			<content:encoded><![CDATA[<p>If you are one of the people who watches the <a class="zem_slink" title="TED (conference)" rel="wikipedia" href="http://en.wikipedia.org/wiki/TED_%28conference%29">TED</a> talks often (and if you are not, it is in your best interest to become one) then you have already seen the video below.</p>
<p><object width="446" height="326" data="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/SethGodin_2009-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/SethGodin-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=538" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /></object></p>
<p>I was introduced to the phenomenon that is <a class="zem_slink" title="Seth Godin" rel="homepage" href="http://www.sethgodin.com/">Seth Godin</a> by my friends Rob Winson and <a title="Matt Corker" href="http://thatsacorker.ca/Home.html" target="_blank">Matt Corker</a>. Seth Godin is one of the most revered marketing gurus of our time.</p>
<p>In this TED talk he talks about the importance of creating movements or &#8220;tribes&#8221;. He says that every now and then &#8220;someone stands up and says: this one is important&#8221;. This is a cause that I am passionate about and I want to organize people around me to help get something done. He ends with &#8220;go out and create a movement&#8221;.</p>
<div class="zemanta-img zemanta-action-dragged" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 100px"><a href="http://commons.wikipedia.org/wiki/Image:Seth_Godin.jpg"><img class=" " title=":en:Seth Godin" src="http://upload.wikimedia.org/wikipedia/commons/thumb/d/de/Seth_Godin.jpg/300px-Seth_Godin.jpg" alt=":en:Seth Godin" width="90" height="122" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>My movement is simple. Let us help to fix education. Education is broken. There has to be a better way to teach human beings to contribute to society than what we are currently doing. Studying textbooks and tests are an incredibly inefficient way of learning. Humans have evolved to rely on education. We have stopped adapting physically and are using education to drive our adaptation. In order to continue to evolve and create the best society that we can, our education system has to evolve. The fact that things are being done the same way that they were done 100 years ago is crazy. Education has to be fixed.</p>
<p>Now of course I don&#8217;t know what the solution is. I don&#8217;t know how to fix education, nobody. I have some ideas, but they are not guaranteed to work. What is needed is for students, educators, parents and anybody else involved in education to experiment openly and to document their successes and failures. For people to realize that things are not working and for them to work to improve them. With critical mass, we can change things.</p>
<p>So, wanna join my tribe?</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles (on different sites)</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://enquiringmimes.com/wp/2009/05/11/seth-godin-talks-tribes/"> Seth Godin Talks Tribes </a> (enquiringmimes.com)</li>
<li class="zemanta-article-ul-li"><a href="http://sethgodin.typepad.com/seths_blog/2008/12/expertise-and-p.html" target="_blank">http://sethgodin.typepad.com/seths_blog/2008/12/expertise-and-p.html</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/a82a8cbb-d7ef-4066-ab6a-f7c733f5a1a1/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=a82a8cbb-d7ef-4066-ab6a-f7c733f5a1a1" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/05/25/sethgodinchangetheworld/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Closed for the season</title>
		<link>http://andremalan.net/blog/2009/04/11/closed-for-the-season/</link>
		<comments>http://andremalan.net/blog/2009/04/11/closed-for-the-season/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 20:54:41 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=242</guid>
		<description><![CDATA[photo credit: gwydionwilliams So, it is that time of year again. Exams will rule my life as no thing ever should. Posting will resume on the 28th! photo credit: Alex France]]></description>
			<content:encoded><![CDATA[<p><a title="2009_03_wk5_DSC03026" href="http://www.flickr.com/photos/45909111@N00/3412177040/" target="_blank"><img src="http://farm4.static.flickr.com/3572/3412177040_f3087987fc.jpg" border="0" alt="2009_03_wk5_DSC03026" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="gwydionwilliams" href="http://www.flickr.com/photos/45909111@N00/3412177040/" target="_blank">gwydionwilliams</a></small></p>
<p>So, it is that time of year again. Exams will rule my life as no thing ever should. Posting will resume on the 28th!</p>
<p><a title="Exams :( [Day 12]" href="http://www.flickr.com/photos/13648123@N08/3194662301/" target="_blank"><img src="http://farm4.static.flickr.com/3389/3194662301_e5263122a5.jpg" border="0" alt="Exams :( [Day 12]" /></a><br />
<small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Alex France" href="http://www.flickr.com/photos/13648123@N08/3194662301/" target="_blank">Alex France</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/04/11/closed-for-the-season/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Grading on a curve. Making students evil?</title>
		<link>http://andremalan.net/blog/2009/03/10/grading-on-a-curve-making-students-evil/</link>
		<comments>http://andremalan.net/blog/2009/03/10/grading-on-a-curve-making-students-evil/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 22:09:55 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Assessment]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[Curriculum]]></category>
		<category><![CDATA[Evil]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[quizlet]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=230</guid>
		<description><![CDATA[Image by Express Monorail (Hiatus) via Flickr While studying for my recent test in Artificial Intelligence, I used Quizlet (still an awesome service) to create a deck of flashcards in order to help memorize all of the terms. As I was about to post the link on the class discussion board so that others could use it, I hesitated. The reason for my hesitation? I asked myself, &#8220;if the grade for this test gets curved? Would others using this possibly lower my grade?&#8221; The answer to the question is of course yes. If the grade had been curved my helping the rest of the class would have hurt me. I posted the link in the end but am still disgusted by the fact that I even considered not sharing with others just to improve my own grade. I am even more disgusted by the fact that I have to make that choice. What if I was really into getting good grades (although we all know what I really think of grades)? Could I mislead people on discussion boards or during study groups in the hopes of bringing down their grades and increasing my own? How many students do this at the moment? Yuck! So, the model of curving grades is broken. If it fosters malicious competition then it is not a model that should be used. The model cannot just be thrown out though, as it is very useful.It protects students from professors who have lost touch with just how difficult their material is. It helps to make sure the course grades from year to year are consistent. So how to fix the model? My one proposal is to give students who work towards increasing the understanding of their fellow students some form of bonus grades. If a student can provide proof of the fact that they helped to increase the understanding of their peers then they should be rewarded in some way. Sharing is a good thing&#8230; not a punishable offense!   Update: The actual test that I took was not curved in the end. In fact it was a really well written test with all the questions relating directly to the learning goals of the course and most students in the class did really well. I still have many other courses where grade curving and scaling will be applied this year, but Artificial Intelligence isn&#8217;t one of them. ]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 250px;">
<dt class="wp-caption-dt"><a href="http://www.flickr.com/photos/23322134@N02/2567671976"><img title="Disney - Evil Emperor Zurg!" src="http://farm4.static.flickr.com/3031/2567671976_bfbd2fd554_m.jpg" alt="Disney - Evil Emperor Zurg!" width="240" height="160" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image by <a href="http://www.flickr.com/photos/23322134@N02/2567671976">Express Monorail (Hiatus)</a> via Flickr</dd>
</dl>
</div>
</div>
<p>While studying for my recent test in <a class="zem_slink" title="Artificial intelligence" rel="wikipedia" href="http://en.wikipedia.org/wiki/Artificial_intelligence">Artificial Intelligence</a>, I used <a title="quizlet" href="http://quizlet.com" target="_blank">Quizlet </a>(still an <a href="http://andremalan.net/2008/02/do-learning-tecnologies-make-a-difference/" target="_blank"></a><a href="http://andremalan.net/2007/10/quizlet-rocks/" target="_blank">awesome</a> service) to create a deck of <a class="zem_slink" title="Flashcard" rel="wikipedia" href="http://en.wikipedia.org/wiki/Flashcard">flashcards</a> in order to help memorize all of the terms. As I was about to post the link on the class discussion board so that others could use it, I hesitated. The reason for my hesitation? I asked myself, &#8220;if the grade for this test gets curved? Would others using this possibly lower my grade?&#8221;</p>
<p>The answer to the question is of course yes. If the grade had been curved my helping the rest of the class would have hurt me. I posted the link in the end but am still disgusted by the fact that I even considered not sharing with others just to improve my own grade. I am even more disgusted by the fact that I have to make that choice. What if I was really into getting good grades (although we all know what I <a href="http://andremalan.net/2009/02/the-problem-with-grades/" target="_blank">really think of grades</a>)? Could I mislead people on discussion boards or during study groups in the hopes of bringing down their grades and increasing my own? How many students do this at the moment? Yuck!<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><br />
</a><a title="Daquella manera" href="http://www.flickr.com/photos/62518311@N00/1063526946/" target="_blank"></a></small><br />
So, the model of curving grades is broken. If it fosters malicious competition then it is not a model that should be used. The model cannot just be thrown out though, as it is very useful.It protects students from professors who have lost touch with just how difficult their material is. It helps to make sure the course grades from year to year are consistent. So how to fix the model?</p>
<p>My one proposal is to give students who work towards increasing the understanding of their fellow students some form of bonus grades. If a student can provide proof of the fact that they helped to increase the understanding of their peers then they should be rewarded in some way. Sharing is a good thing&#8230; not a punishable offense!</p>
<p> </p>
<p>Update: The actual test that I took was not curved in the end. In fact it was a really well written test with all the questions relating directly to the learning goals of the course and most students in the class did really well. I still have many other courses where grade curving and scaling will be applied this year, but Artificial Intelligence isn&#8217;t one of them. </p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/80d1b6ec-7c74-4a27-8129-81c51b21e47d/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=80d1b6ec-7c74-4a27-8129-81c51b21e47d" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/03/10/grading-on-a-curve-making-students-evil/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A problem with learning outcomes&#8230; and mayby curriculum in general</title>
		<link>http://andremalan.net/blog/2009/03/07/a-problem-with-learning-outcomes/</link>
		<comments>http://andremalan.net/blog/2009/03/07/a-problem-with-learning-outcomes/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 23:06:25 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[Assessment]]></category>
		<category><![CDATA[Aubrey de Grey]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[Curriculum]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[TED]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=217</guid>
		<description><![CDATA[Image via Wikipedia Having clear learning goals in a course has been a great step forward for education.  In courses where this practise is used (and used well) students know exactly what they will be able to do if they successfully learn the material in the course. There is also a clearer view of what the practical requirements are for what they have to do to prove that they have learnt what they are supposed to learn. The problem comes when you don&#8217;t really agree with the learning outcomes of a course. Now, I know that any course contains core material, but at the same time students should have the freedom to decide what they concentrate on. For example: I am currently taking a course called &#8220;Numerical Approximation and Discretization&#8221;. The learning goals boil down to &#8220;understanding, selecting, utilizing, assessing and creating&#8221; different Numerical Approximation techniques. Now, I will never have a career in numerical approximation. However, I might find it useful to understand and select techniques of numerical approximation in some future research that I do. I will probably never have to create my own technique so why should I learn how to do it? Or even more importantly, why should I be assessed on my ability to do that? Would it not be possible for us to be provided with a range of possible learning outcomes for a course and let us choose the ones that we want to pursue? Those can then be tested more rigorously. We would still be exposed to the other things, but will be allowed to concentrate on that which we are passionate about. I don&#8217;t think that this is that far fetched, for instance I already get to choose the courses in the program that interest me, why not have a choice over the goals within those courses? I know that any form of granularity makes a professor or curriculum committee&#8217;s job much harder. However, in courses where assessment is already based around certain outcomes I feel it would not be too difficult to weight assessments based on the student&#8217;s preference in outcomes. It all really boils down to this: Should students have some kind of input on their goals learning goals for a specific subject, or is that something that should only be decided by a curriculum committee? Related articles by Zemanta The &#8220;A&#8221; Word (takepart.com) Hacking Education (continued) (avc.com)]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 175px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Linear-regression.png"><img title="A line through 20 points?" src="http://upload.wikimedia.org/wikipedia/en/1/15/Linear-regression.png" alt="A line through 20 points?" width="165" height="136" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Linear-regression.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Having clear learning goals in a course has been a great step forward for education.  In courses where this practise is used (and used well) students know exactly what they will be able to do if they successfully learn the material in the course. There is also a clearer view of what the practical requirements are for what they have to do to prove that they have learnt what they are supposed to learn.</p>
<p>The problem comes when you don&#8217;t really agree with the learning outcomes of a course. Now, I know that any course contains core material, but at the same time students should have the freedom to decide what they concentrate on. For example:</p>
<p>I am currently taking a course called &#8220;Numerical Approximation and Discretization&#8221;. The learning goals boil down to &#8220;understanding, selecting, utilizing, assessing and creating&#8221; different Numerical Approximation techniques.<img class="alignright size-medium wp-image-226" title="studying" src="http://andremalan.net/wp-content/uploads/2009/03/img_0161-225x300.jpg" alt="studying" width="225" height="300" /></p>
<p>Now, I will never have a career in <a class="zem_slink" title="Numerical analysis" rel="wikipedia" href="http://en.wikipedia.org/wiki/Numerical_analysis">numerical approximation</a>. However, I might find it useful to understand and select techniques of numerical approximation in some future research that I do. I will probably never have to create my own technique so why should I learn how to do it? Or even more importantly, why should I be assessed on my ability to do that? Would it not be possible for us to be provided with a range of possible learning outcomes for a course and let us choose the ones that we want to pursue? Those can then be tested more rigorously. We would still be exposed to the other things, but will be allowed to concentrate on that which we are passionate about. I don&#8217;t think that this is that far fetched, for instance I already get to choose the courses in the program that interest me, why not have a choice over the goals within those courses?</p>
<p>I know that any form of granularity makes a professor or <a class="zem_slink" title="Curriculum" rel="wikipedia" href="http://en.wikipedia.org/wiki/Curriculum">curriculum</a> committee&#8217;s job much harder. However, in courses where assessment is already based around certain outcomes I feel it would not be too difficult to weight assessments based on the student&#8217;s preference in outcomes.</p>
<p>It all really boils down to this: Should students have some kind of input on their goals learning goals for a specific subject, or is that something that should only be decided by a curriculum committee?</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.takepart.com/blog/2009/03/05/the-%25e2%2580%259ca%25e2%2580%259d-word/">The &#8220;A&#8221; Word</a> (takepart.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.avc.com/a_vc/2009/03/hacking-education-continued.html">Hacking Education (continued)</a> (avc.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/0f392509-3dfc-4756-bb35-5304c0356dd5/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0f392509-3dfc-4756-bb35-5304c0356dd5" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/03/07/a-problem-with-learning-outcomes/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Microsoft shares its vision for the future&#8230; I can&#039;t wait!</title>
		<link>http://andremalan.net/blog/2009/03/03/microsoft-shares-its-vision-for-the-future-i-cant-wait/</link>
		<comments>http://andremalan.net/blog/2009/03/03/microsoft-shares-its-vision-for-the-future-i-cant-wait/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:19:37 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Aubrey de Grey]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=221</guid>
		<description><![CDATA[Here is a concept video that Microsoft recently showed at a conference. I found the original here (take a look at the comments, it&#8217;s pretty interesting). Although, with all the recent layoffs at Microsoft maybe 2019 might be a stretch. Maybe it&#8217;s time to start backing Aubrey de Grey on his quest to help us all live to be 1ooo years old just so that we can all live the the cool future that is sure to come&#8230;]]></description>
			<content:encoded><![CDATA[<p>Here is a concept video that <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> recently showed at a conference. I found the original <a href="http://www.istartedsomething.com/20090228/microsoft-office-labs-vision-2019-video/" target="_blank">here </a>(take a look at the comments, it&#8217;s pretty interesting).</p>
<p><object width="432" height="364" data="http://images.video.msn.com/flash/soapbox1_1.swf" type="application/x-shockwave-flash"><param name="id" value="vpsqbsf7" /><param name="flashvars" value="c=v&amp;v=a517b260-bb6b-48b9-87ac-8e2743a28ec5&amp;ifs=true&amp;fr=shared&amp;mkt=en-GB" /><param name="src" value="http://images.video.msn.com/flash/soapbox1_1.swf" /><param name="allowfullscreen" value="true" /></object></p>
<p>Although, with all the recent layoffs at Microsoft maybe 2019 might be a stretch.</p>
<p>Maybe it&#8217;s time to start backing <a class="zem_slink" title="Aubrey de Grey" rel="wikipedia" href="http://en.wikipedia.org/wiki/Aubrey_de_Grey">Aubrey de Grey</a> on his quest to help us all live to be 1ooo years old just so that we can all live the the cool future that is sure to come&#8230;<br />
<object width="334" height="326" data="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/AubreydeGrey_2005G-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/AubreyDeGrey-2005G.embed_thumbnail.jpg&amp;vw=320&amp;vh=240&amp;ap=0&amp;ti=39" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /></object></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/d14983fc-622f-4790-8782-de061d466796/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d14983fc-622f-4790-8782-de061d466796" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/03/03/microsoft-shares-its-vision-for-the-future-i-cant-wait/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Under Construction</title>
		<link>http://andremalan.net/blog/2009/02/13/under-construction/</link>
		<comments>http://andremalan.net/blog/2009/02/13/under-construction/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 21:54:53 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Accessibility]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=213</guid>
		<description><![CDATA[photo credit: carboila So as some people have noticed lately my blog&#8217;s theme has changed. This is simply due to the fact that since last summer when I coded the old theme I have learned a lot about usability, accessibility and just general good practices on the web. As such I couldn&#8217;t stand the old theme any longer (due to its violation of those practices) and had to change. While the new theme does still break a whole bunch of rules when it comes to accessibility and usability, I will be fixing those as soon as I can. The theme is chosen for its style and how I identify with it more than anything else. One of the key fixes is going to be a nice (really complex to code) JavaScript navigation. However, due to the fact that school is in crunch mode and due to my impending trip to Mexico, I will not be able to fix things up as early as I would like. So there it is, new theme with many changes and improvements still to come. Comments, suggestions and all that jazz are welcome (especially as I am still on the fence about some of my ideas). Related articles by Zemanta 50 Beautiful And User-Friendly Navigation Menus (web2list.com)]]></description>
			<content:encoded><![CDATA[<p><a title="?" href="http://www.flickr.com/photos/7222265@N06/413061864/" target="_blank"><img src="http://farm1.static.flickr.com/158/413061864_8f95dfa9d0.jpg" border="0" alt="?" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="carboila" href="http://www.flickr.com/photos/7222265@N06/413061864/" target="_blank">carboila</a></small><br />
So as some people have noticed lately my blog&#8217;s theme has changed. This is simply due to the fact that since last summer when I coded the old theme I have learned a lot about <a class="zem_slink" title="Usability" rel="wikipedia" href="http://en.wikipedia.org/wiki/Usability">usability</a>, <a class="zem_slink" title="Accessibility" rel="wikipedia" href="http://en.wikipedia.org/wiki/Accessibility">accessibility</a> and just general good practices on the web. As such I couldn&#8217;t stand the old theme any longer (due to its violation of those practices) and had to change.</p>
<p>While the new theme does still break a whole bunch of rules when it comes to accessibility and usability, I will be fixing those as soon as I can. The theme is chosen for its style and how I identify with it more than anything else. One of the key fixes is going to be a nice (really complex to code) <a class="zem_slink" title="JavaScript" rel="wikipedia" href="http://en.wikipedia.org/wiki/JavaScript">JavaScript</a> navigation. However, due to the fact that school is in crunch mode and due to my impending trip to <a class="zem_slink" title="Mexico" rel="geolocation" href="http://maps.google.com/maps?ll=19.05,-99.3666666667&amp;spn=10.0,10.0&amp;q=19.05,-99.3666666667%20%28Mexico%29&amp;t=h">Mexico</a>, I will not be able to fix things up as early as I would like.</p>
<p>So there it is, new theme with many changes and improvements still to come. Comments, suggestions and all that jazz are welcome (especially as I am still on the fence about some of my ideas).</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://web2list.com/news/50-beautiful-and-user-friendly-navigation-menus">50 Beautiful And User-Friendly Navigation Menus</a> (web2list.com)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/02/13/under-construction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The problem with grades</title>
		<link>http://andremalan.net/blog/2009/02/06/the-problem-with-grades/</link>
		<comments>http://andremalan.net/blog/2009/02/06/the-problem-with-grades/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 03:20:05 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[D'Arcy Norman]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=204</guid>
		<description><![CDATA[Yesterday I followed a link from D&#8217;Arcy Norman to this article in the Globe and Mail about a professor who was fired because he gave all of his students A+ grades so that they could focus on the learning instead of worrying about grades. While reading the very humorous comments I stumbled across a reference to this Calvin and Hobbes comic: © Universal Press Syndicate It highlights what I hate most about the way the world conducts education.]]></description>
			<content:encoded><![CDATA[<p>Yesterday I followed a link from <a title="D'Arcy Norman" href="http://www.darcynorman.net" mce_href="http://www.darcynorman.net" target="_blank">D&#8217;Arcy Norman</a> to<a title="Story on fired Professor" href="http://www.theglobeandmail.com/servlet/story/RTGAM.20090206.wprof06/BNStory/National/home" mce_href="http://www.theglobeandmail.com/servlet/story/RTGAM.20090206.wprof06/BNStory/National/home" target="_blank"> this article</a> in the <a target="_blank" title="The Globe and Mail" rel="homepage" href="http://www.theglobeandmail.com/" mce_href="http://www.theglobeandmail.com/">Globe and Mail</a> about a professor who was fired because he gave all of his students A+ grades so that they could focus on the learning instead of worrying about grades. While reading the very humorous comments I stumbled across a <a target="_blank" title="Comment about Calvin and Hobbes" mce_href="http://www.theglobeandmail.com/servlet/story/RTGAM.20090206.wprof06/CommentStory/National/home#comment3130133" href="http://www.theglobeandmail.com/servlet/story/RTGAM.20090206.wprof06/CommentStory/National/home#comment3130133">reference </a>to this Calvin and Hobbes comic:</p>
<div class="mceTemp">
<dl id="attachment_205" class="wp-caption alignright" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-205" title="Calving and Hobbes" src="http://www.andremalan.org/site/wp-content/uploads/2009/02/ch940127.jpg" mce_src="http://www.andremalan.org/site/wp-content/uploads/2009/02/ch940127.jpg" alt="© Universal Press Syndicate" width="600" height="191"/></dt>
<dd class="wp-caption-dd">© Universal Press Syndicate</dd>
</dl>
</div>
<p>It highlights what I hate most about the way the world conducts education.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/ee33fef5-d6bb-47d3-8464-e3e8a47bf1ef/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=ee33fef5-d6bb-47d3-8464-e3e8a47bf1ef" alt="Reblog this post [with Zemanta]"/></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/02/06/the-problem-with-grades/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>What education will look like in 10 years</title>
		<link>http://andremalan.net/blog/2009/02/05/what-education-will-look-like-in-10-years/</link>
		<comments>http://andremalan.net/blog/2009/02/05/what-education-will-look-like-in-10-years/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 19:14:00 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Brian Lamb]]></category>
		<category><![CDATA[course blogs]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[D'Arcy Norman]]></category>
		<category><![CDATA[eduglu]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[UBC]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=193</guid>
		<description><![CDATA[&#8220;What education will look like in 10 years&#8221; is the title of the talk that I gave at the UBC Terry Talks conference a few months ago. Terry Talks is a conference modeled after the famous TED talks and it was a raging success. In my talk I touched on the different ways in which I believe education is going to change. I spoke about how it is going to become more collaborative, more &#8220;real&#8221; and more open. I gave examples of places where all of these changes are starting to manifest themselves and drew some predictions of where things are going to go. They don&#8217;t show my last slide, but in it is a big shout out to a few people like Brian Lamb, Jon Beasley-Murray, Jim Groom, Scott Leslie, Gardner Campbell, Alan Levine and D&#8217;Arcy Norman, all of who&#8217;s presentations, tweets, blog posts, comments and plain old conversations have helped to shape so many of my ideas and beliefs. I think that this stuff really matters and it was your collective influences that helped me to see that. Here is my talk embedded below: To see more of the talks you can visit the Terry Talks Website.]]></description>
			<content:encoded><![CDATA[<p>&#8220;What education will look like in 10 years&#8221; is the title of the talk that I gave at the <a title="Terry Talks" href="http://terry.ubc.ca/terrytalks" target="_blank">UBC Terry Talks conference</a> a few months ago. Terry Talks is a conference modeled after the famous <a href="http://ted.com" target="_blank">TED talks </a>and it was a raging success. In my talk I touched on the different ways in which I believe education is going to change. I spoke about how it is going to become more collaborative, more &#8220;real&#8221; and more open. I gave examples of places where all of these changes are starting to manifest themselves and drew some predictions of where things are going to go.</p>
<p>They don&#8217;t show my last slide, but in it is a big shout out to a few people like <a title="Brian Lamb" href="http://blogs.ubc.ca/brian/" target="_blank">Brian Lamb</a>, <a title="Jon Beasly-Murray" href="http://posthegemony.blogspot.com/" target="_blank">Jon Beasley-Murray</a>, <a title="Jim Groom" href="http://bavatuesdays.com/" target="_blank">Jim Groom</a>, <a title="Scott Leslie" href="http://www.edtechpost.ca/wordpress/" target="_blank">Scott Leslie</a>, <a title="Gardner Campbell" href="http://gardnercampbell.net/blog1/" target="_blank">Gardner Campbell</a>, <a title="Alan Levine" href="http://cogdogblog.com/" target="_blank">Alan Levine </a>and <a title="D'Arcy Norman" href="http://www.darcynorman.net/" target="_blank">D&#8217;Arcy Norman</a>, all of who&#8217;s presentations, tweets, blog posts, comments and plain old conversations have helped to shape so many of my ideas and beliefs. I think that this stuff really matters and it was your collective influences that helped me to see that.</p>
<p>Here is my talk embedded below:<br />
<embed src="http://blip.tv/play/AerXPpPRSA" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="390" width="480"><br />
To see more of the talks you can visit the <a title="Terry Talks" href="http://terry.ubc.ca/terrytalks" target="_blank">Terry Talks Website</a>.</p>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/b3e55293-0206-4450-8a25-94a2e9f46c7d/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=b3e55293-0206-4450-8a25-94a2e9f46c7d" alt="Reblog this post [with Zemanta]"/></a></div>
<p></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/02/05/what-education-will-look-like-in-10-years/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Apple multi-touch patent is not legal</title>
		<link>http://andremalan.net/blog/2009/02/01/apple-multitouch-patent-is-not-legal/</link>
		<comments>http://andremalan.net/blog/2009/02/01/apple-multitouch-patent-is-not-legal/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 21:08:13 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[Jeff Han]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Patent]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=179</guid>
		<description><![CDATA[Image via Wikipedia I don&#8217;t understand how there can even be any validity to the &#8220;heuristic multi-touch&#8221; patent that Apple was just granted. Why? Here are the facts as I see it: In order to obtain a patent you need to prove that you are the original inventor. To quote Wikipedia: Section 101 of Title 35 U.S.C. sets out the subject matter that can be patented: Whoever invents or discovers any new and useful process, machine, manufacture, or composition of matter, or any new and useful improvement thereof, may obtain a patent therefor, subject to the conditions and requirements of this title. This means that someone has to prove that they are the person who invented the technology. So for instance someone delivering a presentation on that technology to thousands of people means that there is no way that someone else can apply for the patent afterward.     The Apple patent states the following: A computer-implemented method for use in conjunction with a computing device with a touch screen display comprises: detecting one or more finger contacts with the touch screen display, applying one or more heuristics to the one or more finger contacts to determine a command for the device, and processing the command. The one or more heuristics comprise: a heuristic for determining that the one or more finger contacts correspond to a one-dimensional vertical screen scrolling command, a heuristic for determining that the one or more finger contacts correspond to a two-dimensional screen translation command, and a heuristic for determining that the one or more finger contacts correspond to a command to transition from displaying a respective item in a set of items to displaying a next item in the set of items.     The Apple patent was filed on April 11th 2008 Jeff Han gave this presentation (in front of thousands) at the TED Conference in February 2006:        Jeff Han&#8217;s presentation clearly shows all the things listed in Apple&#8217;s patent and was produced before the patent application. Therefore the patent is clearly invalid. Patents have to be non-obvious. Multi-touch heuristics are obvious. Here is a list posted by Craig Musselman on this post. As you can see multi-touch heuristics are very obvious and have been for a long time (well at least to Hollywood anyway): 1. gene roddenberry Star trek http://www.trekcon.de/fedcon/2006/Intro/console.jpg 2. Independence day docking tracking screen 3. jetsons menu system 4. AI (artificial intelligence) movie 5. minority report 6. children of men 7. Predator     Am I wrong? This seems to be so patently obvious to me. Have I missed something? If I am not wrong, then I hope that Microsoft, Palm and even maybe Jeff&#8217;s lawyers are able to prove this and get the patent taken away. Watching Jeff&#8217;s video about a year ago was a turning point in my life. It opened my eyes to the world of possibility that research into human-computer interaction can provide. My life&#8217;s goal is now to be a part of that, to...]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 212px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Stevejobs_Macworld2005.jpg"><img title="{{de|Steve Jobs auf der Macworld in San Franci..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/58/Stevejobs_Macworld2005.jpg/202px-Stevejobs_Macworld2005.jpg" alt="{{de|Steve Jobs auf der Macworld in San Franci..." width="202" height="336" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Stevejobs_Macworld2005.jpg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>I don&#8217;t understand how there can even be any validity to the &#8220;heuristic multi-touch&#8221; <a class="zem_slink" title="Patent" rel="wikipedia" href="http://en.wikipedia.org/wiki/Patent">patent</a> that <a class="zem_slink" title="Apple Inc." rel="wikipedia" href="http://en.wikipedia.org/wiki/Apple_Inc.">Apple</a> was just granted. Why? Here are the facts as I see it:</p>
<ol>
<li>In order to obtain a patent you need to prove that you are the original inventor. To quote <a href="http://en.wikipedia.org/wiki/Patentable_subject_matter#United_States" target="_blank">Wikipedia</a>: <span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
<p style="margin: 0.4em 0px 0.5em; line-height: 1.5em;">Section 101 of Title 35<span> </span><a style="text-decoration: none; background-image: none; color: #5a3696;" title="United States Code" href="/wiki/United_States_Code">U.S.C.</a><span> </span>sets out the subject matter that can be patented:</p>
<dl style="margin-top: 0.2em; margin-bottom: 0.5em;">
<blockquote><dd style="line-height: 1.5em; margin-left: 2em; margin-bottom: 0.1em;"><em>Whoever invents or discovers any new and u<span style="color: #888888;">seful<span> </span><span style="text-decoration: none; background-image: none;">process</span>, </span>machine, manufacture, or composition of matter, or any new and useful improvement thereof, may obtain a patent therefor, subject to the conditions and requirements of this title.</em></dd>
</blockquote>
</dl>
<p>This means that someone has to prove that they are the person who invented the technology. So for instance someone delivering a presentation on that technology to thousands of people means that there is no way that someone else can apply for the patent afterward.</p>
<p> </p>
<p> </p>
<p></span></li>
<li><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">The Apple patent states the following: </span><span style="border-collapse: separate; color: #000000; font-family: 'times new roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><br />
<blockquote><p>A computer-implemented method for use in conjunction with a computing device with a touch screen display comprises: detecting one or more finger contacts with the touch screen display, applying one or more heuristics to the one or more finger contacts to determine a command for the device, and processing the command. The one or more heuristics comprise: a <a class="zem_slink" title="Heuristic" rel="wikipedia" href="http://en.wikipedia.org/wiki/Heuristic">heuristic</a> for determining that the one or more finger contacts correspond to a one-dimensional vertical screen scrolling command, a heuristic for determining that the one or more finger contacts correspond to a two-dimensional screen translation command, and a heuristic for determining that the one or more finger contacts correspond to a command to transition from displaying a respective item in a set of items to displaying a next item in the set of items.</p></blockquote>
<p> </p>
<p> </p>
<p></span></li>
<li><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"> The Apple patent was filed on April 11th 2008</span></li>
<li><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"><a class="zem_slink" title="Jefferson Han" rel="wikipedia" href="http://en.wikipedia.org/wiki/Jefferson_Han">Jeff Han</a> gave this presentation (in front of thousands) at the <a href="http://ted.com" target="_blank">TED Conference</a> in February 2006:<br />
<object width="334" height="326" data="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/JeffHan_2006-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/JeffHan-2006.embed_thumbnail.jpg&amp;vw=320&amp;vh=240&amp;ap=0&amp;ti=65" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /></object> </span><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">  </p>
<p> </p>
<p> </p>
<p></span></li>
<li><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">Jeff Han&#8217;s presentation clearly shows all the things listed in Apple&#8217;s patent and was produced before the patent application. Therefore the patent is clearly invalid.<br />
</span></li>
<li><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">Patents have to be non-obvious.</span></li>
<li><span style="border-collapse: separate; color: #000000; font-family: -webkit-sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">Multi-touch heuristics are obvious. Here is a list posted by <a href="http://www.nightmareinshiningarmour.com/" target="_blank">Craig Musselman</a> on<a href="http://news.worldofapple.com/archives/2009/01/26/apple-awarded-multi-touch-patent/" target="_blank"> this post</a>. As you can see multi-touch heuristics are very obvious and have been for a long time (well at least to Hollywood anyway): </span><span style="border-collapse: separate; color: #000000; font-family: 'Lucida Grande'; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;">
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">1. gene roddenberry Star trek</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;"><a style="margin: 0px; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; color: #1e2b4c; text-decoration: underline;" rel="nofollow" href="http://www.trekcon.de/fedcon/2006/Intro/console.jpg">http://www.trekcon.de/fedcon/2006/Intro/console.jpg</a></p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">2. Independence day docking tracking screen</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">3. jetsons menu system</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">4. AI (artificial intelligence) movie</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">5. minority report</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">6. children of men</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-family: 'Lucida Grande',Verdana,sans-serif; font-size: 0.8em; text-align: justify;">7. Predator</p>
<p><object width="425" height="344" data="http://www.youtube.com/v/NwVBzx0LMNQ&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/NwVBzx0LMNQ&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></p>
<p> </p>
<p> </p>
<p></span></li>
</ol>
<p>Am I wrong? This seems to be so patently obvious to me. Have I missed something? If I am not wrong, then I hope that <a href="http://microsoft.com" target="_blank">Microsoft</a>, <a href="http://www.palm.com/us/" target="_blank">Palm</a> and even maybe Jeff&#8217;s lawyers are able to prove this and get the patent taken away.</p>
<p>Watching Jeff&#8217;s video about a year ago was a turning point in my life. It opened my eyes to the world of possibility that research into <a href="http://en.wikipedia.org/wiki/Human-computer_interaction" target="_blank">human-computer interaction</a> can provide. My life&#8217;s goal is now to be a part of that, to be someone who helps to discovers new and intuitive ways to interact with computers. It is such a shame to see his inventions stolen by Apple. I agree that patents are necessary, but   really only for non-obvious things and only when you really, truly invented something yourself. Advances in any field are hampered if people and corporations do not play fair and I really feel that Apple is playing this one really dirty.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.ilounge.com/index.php/news/comments/apple-awarded-comprehensive-iphone-multi-touch-patent/">News: Apple awarded comprehensive iPhone multi-touch patent</a> (ilounge.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/138465/2009/01/multitouch_patent.html?lsrc=rss_main">Apple secures multitouch technology patent</a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://technologizer.com/2009/01/27/did-apple-just-corner-the-market-on-multi-touch-i-hope-not/">Did Apple Just Corner the Market on Multi-Touch? I Hope Not!</a> (technologizer.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.engadget.com/2009/01/28/apple-vs-palm-the-in-depth-analysis/">Apple vs. Palm: the in-depth analysis</a> (engadget.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/ea46dfa2-d8af-46ad-99bb-3b943684794c/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=ea46dfa2-d8af-46ad-99bb-3b943684794c" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/02/01/apple-multitouch-patent-is-not-legal/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>New content</title>
		<link>http://andremalan.net/blog/2009/01/28/new-content/</link>
		<comments>http://andremalan.net/blog/2009/01/28/new-content/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 08:49:23 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=177</guid>
		<description><![CDATA[So I finally got around to adding the stuff that I had planned to include on this site months ago (even though I probably have less time to do it now than ever)! The sections that previously said unknown now include a sparkly new resume and a mathematically challenging contact form. About time. photo credit: psd]]></description>
			<content:encoded><![CDATA[<p>So I finally got around to adding the stuff that I had planned to include on this site months ago (even though I probably have less time to do it now than ever)! The sections that previously said unknown now include a sparkly new <a title="resume" href="http://andremalan.net/resume">resume</a> and a mathematically challenging<a title="contact form" href="http://andremalan.net/contact"> contact form</a>. About time.</p>
<p><a title="TiddlyRésumé" href="http://www.flickr.com/photos/45581782@N00/3055756907/" target="_blank"><img src="http://farm4.static.flickr.com/3037/3055756907_afaaf98db2.jpg" border="0" alt="TiddlyRésumé" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="psd" href="http://www.flickr.com/photos/45581782@N00/3055756907/" target="_blank">psd</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/01/28/new-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usability: Can open source software catch up?</title>
		<link>http://andremalan.net/blog/2009/01/25/usability/</link>
		<comments>http://andremalan.net/blog/2009/01/25/usability/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 07:38:00 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Automattic]]></category>
		<category><![CDATA[Human-computer interaction]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Open source]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[Vancouver]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=151</guid>
		<description><![CDATA[Image via Wikipedia Last week I attended a talk given at the Vancouver User Experience Group (VanUE). The speaker was Greg Bell and he was talking about how in order for really good software to be developed, everyone in the development process needs to have a good understanding of usability. It was a decent talk, although the 3rd year UBC human-computer interaction course had already taught me most of what Greg was trying to get across. photo credit: impresa.mccabe This lecture coincided with me installing Windows 7 on both of my computers and really loving it. Now, Windows 7 is not much different to Vista, except that it is faster and addresses quite a few usability problems. I enjoy it so much in fact, that I will not go back to using the current release of Ubuntu.  Of course, this realization has upsets as it hits home the realization that as Apple and Microsoft (and indeed any big tech company) are starting to see the great importance of usability and putting it at the forefront of their design process, open source solutions (which have just started to catch up to the big boys) might be left in the dust once again. This Article from the University of  Waikato highlights a few of the challenges faced by open source projects when it comes to usability, including (and in my opinion the most important) &#8220;Design for usability really ought to take place in advance of any coding&#8221;. This leads us back to Greg&#8217;s talk at VanUE. I feel that if usability and the importance of design is pushed more heavily in the introductory parts of Computer Science then open source projects can benefit from that usability knowledge being pooled. Until then though, I think that many open source projects are going to start falling even further behind their proprietary counterparts. This however, does not apply to all open source projects. Those with enough corporate backing (like WordPress with Automattic and Ubuntu with Canonical) are able to forcibly steer their developers towards more usable interfaces. This kind of work has already payed off for WordPress, however, we will have to await another Ubuntu release or two to see whether their efforts to change the way that a much larger (and more traditionally minded) community of open source programmers will actually pay off. photo credit: 4_EveR_YounG Related articles by Zemanta Ubuntu&#8217;s Shuttleworth praises Windows 7, welcomes fight]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;">
<div>
<dl class="wp-caption" style="width: 212px;">
<dt class="wp-caption-dt"><a href="http://commons.wikipedia.org/wiki/Image:Kubuntu_8.04_with_KDE_4.png"><img title="Screenshot of kubuntu 8." src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Kubuntu_8.04_with_KDE_4.png/202px-Kubuntu_8.04_with_KDE_4.png" alt="Screenshot of kubuntu 8." width="202" height="152" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://commons.wikipedia.org/wiki/Image:Kubuntu_8.04_with_KDE_4.png">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>Last week I attended a talk given at the <a href="http://www.vanue.com/" target="_blank">Vancouver User Experience Group (VanUE)</a>. The speaker was <a href="http://www.gregbelldesign.com/" target="_blank">Greg Bell</a> and he was talking about how in order for really good software to be developed, everyone in the development process needs to have a good understanding of <a class="zem_slink" title="Usability" rel="wikipedia" href="http://en.wikipedia.org/wiki/Usability">usability</a>. It was a decent talk, although the 3rd year UBC <a class="zem_slink" title="Human-computer interaction" rel="wikipedia" href="http://en.wikipedia.org/wiki/Human-computer_interaction">human-computer interaction</a> course had already taught me most of what Greg was trying to get across.</p>
<p><a title="Installing Windows 7" href="http://www.flickr.com/photos/34339147@N03/3212519543/" target="_blank"><img class="alignleft" style="border: 0pt none;" src="http://farm4.static.flickr.com/3415/3212519543_5ab6c16740_m.jpg" border="0" alt="Installing Windows 7" width="240" height="180" /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="impresa.mccabe" href="http://www.flickr.com/photos/34339147@N03/3212519543/" target="_blank">impresa.mccabe</a></small></p>
<p>This lecture coincided with me installing <a class="zem_slink" title="Windows" rel="homepage" href="http://www.microsoft.com/WINDOWS">Windows</a> 7 on both of my computers and really loving it. Now, Windows 7 is not much different to Vista, except that it is faster and addresses quite a few usability problems. I enjoy it so much in fact, that I will not go back to using the current release of <a class="zem_slink" title="Ubuntu" rel="homepage" href="http://www.ubuntu.com/">Ubuntu</a>.  Of course, this realization has upsets as it hits home the realization that as <a class="zem_slink" title="Apple" rel="homepage" href="http://www.apple.com">Apple</a> and <a class="zem_slink" title="Microsoft" rel="homepage" href="http://www.microsoft.com">Microsoft</a> (and indeed any big tech company) are starting to see the great importance of usability and putting it at the forefront of their design process, <a class="zem_slink" title="Open source" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open_source">open source</a> solutions (which have just started to catch up to the big boys) might be left in the dust once again. <a href="http://www.cs.waikato.ac.nz/~daven/docs/oss-wp.html" target="_blank">This Article</a> from the University of  Waikato highlights a few of the challenges faced by open source projects when it comes to usability, including (and in my opinion the most important) &#8220;Design for usability really ought to take place in advance of any coding&#8221;. This leads us back to Greg&#8217;s talk at VanUE. I feel that if usability and the importance of design is pushed more heavily in the introductory parts of Computer Science then open source projects can benefit from that usability knowledge being pooled. Until then though, I think that many open source projects are going to start falling even further behind their proprietary counterparts.</p>
<p>This however, does not apply to all open source projects. Those with enough corporate backing (like <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> with <a class="zem_slink" title="Automattic" rel="homepage" href="http://automattic.com">Automattic</a> and Ubuntu with Canonical) are able to forcibly steer their developers towards more usable interfaces. This kind of work has already payed off for WordPress, however, we will have to await another Ubuntu release or two to see whether <a href="http://www.zdnetasia.com/news/software/0,39044164,62046056,00.htm" target="_blank">their efforts</a> to change the way that a much larger (and more traditionally minded) community of open source programmers will actually pay off.</p>
<p><a title="UbuntuTux" href="http://www.flickr.com/photos/36642717@N00/280573813/" target="_blank"><img src="http://farm1.static.flickr.com/94/280573813_65536fd936_m.jpg" border="0" alt="UbuntuTux" /></a><br />
<small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="4_EveR_YounG" href="http://www.flickr.com/photos/36642717@N00/280573813/" target="_blank">4_EveR_YounG</a></small></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.theregister.co.uk/2009/01/22/shuttleworth_windows_7/">Ubuntu&#8217;s Shuttleworth praises Windows 7, welcomes fight</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/8f2e0f09-a4e4-49e1-9c0b-c5f349ce511d/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=8f2e0f09-a4e4-49e1-9c0b-c5f349ce511d" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/01/25/usability/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Top learning tip&#8230; make friends!</title>
		<link>http://andremalan.net/blog/2009/01/20/top-learning-tip-make-friends/</link>
		<comments>http://andremalan.net/blog/2009/01/20/top-learning-tip-make-friends/#comments</comments>
		<pubDate>Tue, 20 Jan 2009 18:49:11 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[UBC]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=144</guid>
		<description><![CDATA[I really think that  having friends in your class is one of my best indicators of success. Last term I had some classes where I had friends, I had classes where for many reasons I was unable to get to know anyone and then I had classes where I found friends around halfway through the term. These divisions were almost exactly reflected in my grades. Having people to discuss the content with, having people to study with, even just having the joy of seeing a friend be that extra motivation to go to a lecture made a huge difference for meHCI team. This term things are much better. I know people in every one of my classes and it has truly made a huge difference to the way I feel about school. I want to be in every class, not just because of what I will be learning, but also because of the great social interactions that I will be having. I am so excited for an academic term filled with social-academic connections that will do wonders for my grades as well as for my overall happiness!]]></description>
			<content:encoded><![CDATA[<p>I really think that  having friends in your class is one of my best indicators of success. Last term I had some classes where I had friends, I had classes where for many reasons I was unable to get to know anyone and then I had classes where I found friends around halfway through the term. These divisions were almost exactly reflected in my grades. Having people to discuss the content with, having people to study with, even just having the joy of seeing a friend be that extra motivation to go to a lecture made a huge difference for meHCI team.</p>
<p>This term things are much better. I know people in every one of my classes and it has truly made a huge difference to the way I feel about school. I want to be in every class, not just because of what I will be learning, but also because of the great social interactions that I will be having. I am so excited for an academic term filled with social-academic connections that will do wonders for my grades as well as for my overall happiness!</p>
<div id="attachment_147" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-147" title="hci_tram" src="http://andremalan.net/wp-content/uploads/2009/01/img_0249-300x225.jpg" alt="My team from CPSC 344" width="300" height="225" /><p class="wp-caption-text">My team from CPSC 344</p></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2009/01/20/top-learning-tip-make-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UBC WordPress development out in the open</title>
		<link>http://andremalan.net/blog/2008/11/15/ubc-wordpress-development-out-in-the-open/</link>
		<comments>http://andremalan.net/blog/2008/11/15/ubc-wordpress-development-out-in-the-open/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 20:34:05 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[course blogs]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[UBC]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=140</guid>
		<description><![CDATA[photo credit: bionicteaching At OLT we have decided to make our steps to develop the WordPress Multi-user platform into a university content publishing platform more prominent, so as to encourage sharing and collaboration. Before this we were all writing about our development on different blogs dispursed around the internet, but now we will all be putting our thoughts, ideas and code in one place. OLT WordPress Development  now lives on the UBC Blogs site at blogs.ubc.ca/development. It is sparse at the moment, but once all of the developers are contributing their work it should fill out quite quickly. Now if only WordPress.com would get back to us on allowing us to put our plugins in the WordPress repository so they will all be on the main WordPress plugins page&#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="EDUPUNKING_WP_w_groom" href="http://www.flickr.com/photos/29096601@N00/2932507087/" target="_blank"><img class="alignleft" style="border: 0pt none;" src="http://farm4.static.flickr.com/3180/2932507087_24c15a574f_m.jpg" border="0" alt="EDUPUNKING_WP_w_groom" width="240" height="240" /></a><br />
<small><a title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="bionicteaching" href="http://www.flickr.com/photos/29096601@N00/2932507087/" target="_blank">bionicteaching</a></small></p>
<p>At <a href="http://olt.ubc.ca" target="_blank">OLT</a> we have decided to make our steps to develop the WordPress Multi-user platform into a university content publishing platform more prominent, so as to encourage sharing and collaboration. Before this we were all writing about our development on different blogs dispursed around the internet, but now we will all be putting our thoughts, ideas and code in one place. OLT WordPress Development  now lives on the UBC Blogs site at <a href="http://blogs.ubc.ca/development/" target="_blank">blogs.ubc.ca/development</a>. It is sparse at the moment, but once all of the developers are contributing their work it should fill out quite quickly.</p>
<p>Now if only WordPress.com would get back to us on allowing us to put our plugins in the WordPress repository so they will all be on the main WordPress plugins page&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/11/15/ubc-wordpress-development-out-in-the-open/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Swurl, get your act together!</title>
		<link>http://andremalan.net/blog/2008/10/09/swurl-get-your-act-together/</link>
		<comments>http://andremalan.net/blog/2008/10/09/swurl-get-your-act-together/#comments</comments>
		<pubDate>Fri, 10 Oct 2008 04:40:26 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=138</guid>
		<description><![CDATA[I really, really want Swurl to be something useful. For those who do not know what Swurl is,  is a lifestreaming app that does a beautiful job of displaying all of your internet activity in one place. The timeline view of Swurl is facinating, it really does a great job of visually representing your online life in a pretty calendar. I find myself taking pictures and uploading them, just to make my Swurl look prettier. Not only does Swurl do a good job of displaying your life, but it also discovers your friends in other social networks and keeps a list of them for you to view their activity&#8230; zero work is needed on your part. So what is the problem? Swurl doesn&#8217;t give you a way to take things out of Swurl. Yes there is an RSS feed&#8230; but any lifestreaming app has that. What makes Swurl brilliant is not its ability  to aggregate your life&#8230; it is Swurl&#8217;s ability to make it visually stunning. Swurl provides no mechanism for taking that great visual feast and putting it in your own space. I guess their intension is for you to turn your Swurl into your primary web presence&#8230; but for those with established blogs (which is something that is highly likely for their primary audience of early adopters) the idea is laughable.  I think that in order for Swurl to not get lost in the infinity that is the Internet it needs to provide a way for users to bring their beautful Swurl content into their own spaces, through embed code, or badges&#8230; or anything that works really. Until that day comes though I guess I will have to be happy with links and being the only person who ever really sees my Swurl. My Swurl: http://andremalan.swurl.com/timeline]]></description>
			<content:encoded><![CDATA[<p>I really, really want <a href="http://swurl.com" target="_blank">Swurl</a> to be something useful. For those who do not know what Swurl is,  is a lifestreaming app that does a beautiful job of displaying all of your internet activity in one place. The timeline view of Swurl is facinating, it really does a great job of visually representing your online life in a pretty calendar. I find myself taking pictures and uploading them, just to make my Swurl look prettier. Not only does Swurl do a good job of displaying your life, but it also discovers your friends in other social networks and keeps a list of them for you to view their activity&#8230; zero work is needed on your part.</p>
<p>So what is the problem?</p>
<p>Swurl doesn&#8217;t give you a way to take things out of Swurl. Yes there is an RSS feed&#8230; but any lifestreaming app has that. What makes Swurl brilliant is not its ability  to aggregate your life&#8230; it is Swurl&#8217;s ability to make it visually stunning. Swurl provides no mechanism for taking that great visual feast and putting it in your own space. I guess their intension is for you to turn your Swurl into your primary web presence&#8230; but for those with established blogs (which is something that is highly likely for their primary audience of early adopters) the idea is laughable. </p>
<p>I think that in order for Swurl to not get lost in the infinity that is the Internet it needs to provide a way for users to bring their beautful Swurl content into their own spaces, through embed code, or badges&#8230; or anything that works really.</p>
<p>Until that day comes though I guess I will have to be happy with links and being the only person who ever really sees my Swurl.</p>
<p>My Swurl: <a href="http://andremalan.swurl.com/timeline" target="_blank">http://andremalan.swurl.com/timeline</a><br />
<a href="http://www.flickr.com/photos/andremalan/2927946799/" title="swurl.JPG by malan.andre, on Flickr"><img src="http://farm4.static.flickr.com/3018/2927946799_c6b692cb15.jpg" width="500" height="344" alt="swurl.JPG" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/10/09/swurl-get-your-act-together/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning tools for 2008/2009&#8230; revised!</title>
		<link>http://andremalan.net/blog/2008/09/25/learning-tools-for-20082009-revised/</link>
		<comments>http://andremalan.net/blog/2008/09/25/learning-tools-for-20082009-revised/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 06:32:34 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[FreeMind]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[mindmapping]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=133</guid>
		<description><![CDATA[So my last post was a bit premature. Here are some of the revisons to the plan: 1)  OneNote has failed me. It worked so well in my previous classes, but I am finding it useless at the moment. Why? Well the lectures are carried out differently. In my previous classes the PDFs required a lot of diagrams and annotations&#8230; OneNote handled that perfectly. However, at the moment all the PDFs that I get are pretty self-contained, the only thing I need to do is summarize and organize the material in them. 2) So in order to replace OneNote, I am using FreeMind  again. I think the reason that I didn&#8217;t enjoy FreeMind when I used it last year was that I didn&#8217;t have a system for icons and decoration. Now that I have a system (and another mindmap to remind me what my system is)! I am really enjoying taking notes on FreeMind. Below are some pictures of the start of my maps: Here is my &#8220;cheatsheet&#8221; map telling what all the icons mean (as I come accross a new type of content I just choose and icon and add it to this sheet so that  don&#8217;t forget the mapping). 3)I&#8217;m probably not going to use the map on my wall, just due to the fact that I have the FreeMInd maps now. I might start printing them though and stick them up!   Fickle&#8230; I know. But hey, in order to succeed we need to try new things!]]></description>
			<content:encoded><![CDATA[<p>So <a title="My learning tools" href="http://andremalan.net/2008/09/my-learning-tools/">my last post</a> was a bit premature. Here are some of the revisons to the plan:</p>
<p>1)  <a title="OneNote" href="http://en.wikipedia.org/wiki/Microsoft_OneNote" target="_blank">OneNote</a> has failed me. It worked so well in my previous classes, but I am finding it useless at the moment. Why? Well the lectures are carried out differently. In my previous classes the PDFs required a lot of diagrams and annotations&#8230; OneNote handled that perfectly. However, at the moment all the PDFs that I get are pretty self-contained, the only thing I need to do is summarize and organize the material in them.</p>
<p>2) So in order to replace OneNote, I am using <a title="FreeMind" href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" target="_blank">FreeMind</a>  again. I think the reason that I didn&#8217;t enjoy FreeMind when I used it last year was that I didn&#8217;t have a system for icons and decoration. Now that I have a system (and another mindmap to remind me what my system is)! I am really enjoying taking notes on FreeMind. Below are some pictures of the start of my maps:</p>
<p><a title="CPSC 344 HCI.1 by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2886361443/"><img src="http://farm4.static.flickr.com/3170/2886361443_52f3086baa.jpg" alt="CPSC 344 HCI.1" width="500" height="442" /></a></p>
<p>Here is my &#8220;cheatsheet&#8221; map telling what all the icons mean (as I come accross a new type of content I just choose and icon and add it to this sheet so that  don&#8217;t forget the mapping).</p>
<p><a title="iconcheatsheet by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2887195862/"><img src="http://farm4.static.flickr.com/3295/2887195862_a5323d2b84_o.jpg" alt="iconcheatsheet" width="333" height="112" /></a></p>
<p>3)I&#8217;m probably not going to use the map on my wall, just due to the fact that I have the FreeMInd maps now. I might start printing them though and stick them up!</p>
<p><a title="wallmap by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2887195876/"><img src="http://farm4.static.flickr.com/3041/2887195876_6b35e6b4c1_o.jpg" alt="wallmap" width="284" height="224" /></a></p>
<p> </p>
<p>Fickle&#8230; I know. But hey, in order to succeed we need to try new things!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/09/25/learning-tools-for-20082009-revised/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My learning tools for 2008/2009</title>
		<link>http://andremalan.net/blog/2008/09/08/my-learning-tools/</link>
		<comments>http://andremalan.net/blog/2008/09/08/my-learning-tools/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 06:20:39 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Apps]]></category>
		<category><![CDATA[Google Calendar]]></category>
		<category><![CDATA[iGoogle]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Remember The Milk]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=118</guid>
		<description><![CDATA[So I&#8217;ve now had a week of classes. It feels great to be learning again after 8 months of solid work. Since I last wrote a similar post to this I have a gained a much better perspective on all the tools out there and know what works for me and what doesn&#8217;t. So, here goes my big bad list of learning tools for university: Microsoft Office OneNote: I cannot find any note-taking software that comes even close to OneNote&#8217;s ability to keep notes for school. The three levels of navigation and ease of printing PDFs straight to OneNote (seeing as almost all professors insist on delivering their notes in PDF and note HTML) puts OneNote ahead of everything else. I would desperately like to use EverNote (because I can use it from more places than my personal computers with OneNote installed), but it doesn&#8217;t let me scribble all over course PDFs like OneNote does. Mind Mapping:   Last year I tried out FreeMind as a means of organizing notes after they were taken. It was great software and worked pretty well, but I just didn&#8217;t enjoy using it. I think that the limits of current screen sizes is what makes virtual mind maps so difficult. I just felt like I could never see the full picture and the detail at the same time (which, I believe is something mind maps should let you do). So instead I went lo-tech and have taped a giant white piece of paper to my wall that I will use to map and connect all of my courses on. It is a new experiment, let&#8217;s see if it works! I might also resort to using FreeMind again especially for the guest lecturers that are going to be coming in to my Software Engineering Course as there won&#8217;t be any predefined lecture notes that I can annotate in OneNote. To-do lists: I tried Remember the Milk a few months ago and for some reason it just didn&#8217;t stick. I revisited it about three weeks ago and now find it invaluable. The big change I think is that you can embed your to-do lists everywhere! I have my list in my gMail, my iGoogle, my Google Calendar my iPhone and on my desktop. I can send tasks to it using Jott. I find that if my to-do lists are not in my face I forget to look at them. With Remember the Milk I can have a constant reminder. Remember the milk lets you categorize items, add recurring items (a great one is &#8220;pay bills&#8221;) and lets you know when things are overdue. Remembering to hand in an assignment, or study for a midterm will be a whole lot easier with Remember the Milk. Flashcards: Most courses require some degree of memorization. Quizlet is so much better than any other online flashcard app that I have tried. It gained me plenty of marks last year and everyone that I know who uses Quizlet swears by it....]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve now had a week of classes. It feels great to be learning again after 8 months of solid work. Since I last <a title="The Plan" href="http://andremalan.net/2007/09/the-plan/" target="_blank">wrote a similar post to this</a> I have a gained a much better perspective on all the tools out there and know what works for me and what doesn&#8217;t. So, here goes my big bad list of learning tools for university:</p>
<h3>Microsoft Office OneNote:</h3>
<p>I cannot find any note-taking software that comes even close to <a title="OneNote" href="http://en.wikipedia.org/wiki/Microsoft_OneNote" target="_blank">OneNote&#8217;s</a> ability to keep notes for school. The three levels of navigation and ease of printing PDFs straight to OneNote (seeing as almost all professors insist on delivering their notes in PDF and note HTML) puts OneNote ahead of everything else. I would desperately like to use <a title="EverNote" href="http://www.evernote.com/" target="_blank">EverNote</a> (because I can use it from more places than my personal computers with OneNote installed), but it doesn&#8217;t let me scribble all over course PDFs like OneNote does.</p>
<h3>Mind Mapping:</h3>
<p> <br />
<a title="My big mind map by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2854715062/"><img style="float:left" src="http://farm4.static.flickr.com/3110/2854715062_6e3dfc3ff8_m.jpg" alt="My big mind map" width="240" height="180" /></a><br />
Last year I tried out <a title="FreeMind" href="http://freemind.sourceforge.net/wiki/index.php/Main_Page" target="_blank">FreeMind</a> as a means of organizing notes after they were taken. It was great software and worked pretty well, but I just didn&#8217;t enjoy using it. I think that the limits of current screen sizes is what makes virtual mind maps so difficult. I just felt like I could never see the full picture and the detail at the same time (which, I believe is something mind maps should let you do). So instead I went lo-tech and have taped a giant white piece of paper to my wall that I will use to map and connect all of my courses on. It is a new experiment, let&#8217;s see if it works! I might also resort to using FreeMind again especially for the guest lecturers that are going to be coming in to my Software Engineering Course as there won&#8217;t be any predefined lecture notes that I can annotate in OneNote.</p>
<p>To-do lists:</p>
<p>I tried <a class="zem_slink" title="Remember The Milk" rel="homepage" href="http://www.rememberthemilk.com">Remember the Milk</a> a few months ago and for some reason it just didn&#8217;t stick. I revisited it about three weeks ago and now find it invaluable. The big change I think is that you can embed your to-do lists <strong>everywhere!</strong> I have my list in my <a class="zem_slink" title="Gmail" rel="homepage" href="http://gmail.com">gMail</a>, my i<a class="zem_slink" title="Google" rel="homepage" href="http://google.com">Google</a>, my <a class="zem_slink" title="Google Calendar" rel="crunchbase" href="http://www.crunchbase.com/product/google-calendar">Google Calendar</a> my iPhone and on my desktop. I can send tasks to it using Jott. I find that if my to-do lists are not in my face I forget to look at them. With Remember the Milk I can have a constant reminder.</p>
<p>Remember the milk lets you categorize items, add recurring items (a great one is &#8220;pay bills&#8221;) and lets you know when things are overdue. Remembering to hand in an assignment, or study for a midterm will be a whole lot easier with Remember the Milk.</p>
<h3>Flashcards:</h3>
<p>Most courses require some degree of memorization. <a title="Quizlet" href="http://quizlet.com/" target="_blank">Quizlet</a> is so much better than any other online flashcard app that I have tried. It gained me plenty of marks last year and everyone that I know who uses Quizlet swears by it. It is easy and fun to use. It is collaborative. It has tests. It will soon have an iPhone app. Enough said.</p>
<h3>Time Management:</h3>
<p><a title="Google Calendar" href="www.google.com/calendar" target="_blank">Google Calendar</a> is possibly the greatest tool ever. My life would be incomplete without it. I actually have over 15 calendars in there that I use to organize my life and keep track of the people around me.</p>
<h3>Collaborative Projects:</h3>
<p>I&#8217;m already using <a title="Google Apps" href="http://www.google.com/apps/" target="_blank">Google Apps</a> for my work on the <a title="Student Leadership Conference" href="http://slc.ubc.ca" target="_blank">Student Leadership Conference</a>, so I will probably use that (if my team agrees that is) in my Software Engineering and Human-Computer Interfacing projects. I&#8217;m still looking for a good collaborative way to do UML diagrams, seeing as how expensive <a title="gliffy" href="http://www.gliffy.com" target="_blank">Gliffy</a> has become.</p>
<h3>Pen and Paper:</h3>
<p>For my Math courses I&#8217;m going the old fashioned notebook route. I really don&#8217;t see any other way (seeing as I don&#8217;t have a <a class="zem_slink" title="Tablet PC" rel="wikipedia" href="http://en.wikipedia.org/wiki/Tablet_PC">tablet PC</a>). Hopefully the big mind map will compliment it nicely though and maybe help to make some connections between the three Math courses that I am taking.</p>
<p>I will monitor the effectiveness of all of these tools and update depending on what works and what doesn&#8217;t (or if I find something around the internet that blows one of these out of the water).</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/7cd45334-019b-4162-947e-2b4a6638695d/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=7cd45334-019b-4162-947e-2b4a6638695d" alt="Reblog this post [with Zemanta]" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/09/08/my-learning-tools/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Site redesign</title>
		<link>http://andremalan.net/blog/2008/08/04/site-redesign/</link>
		<comments>http://andremalan.net/blog/2008/08/04/site-redesign/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:27:59 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=87</guid>
		<description><![CDATA[So anyone visiting might have noticed a new theme for this site. I&#8217;m going to be doing a complete overhaul in a few weeks time, but I thought I would start using the theme that I am going to be modifying in order to get a feel for it.]]></description>
			<content:encoded><![CDATA[<p>So anyone visiting might have noticed a new theme for this site. I&#8217;m going to be doing a complete overhaul in a few weeks time, but I thought I would start using the theme that I am going to be modifying in order to get a feel for it.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/08/04/site-redesign/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Fireworks</title>
		<link>http://andremalan.net/blog/2008/08/03/fireworks/</link>
		<comments>http://andremalan.net/blog/2008/08/03/fireworks/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 02:27:01 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[English Bay]]></category>
		<category><![CDATA[Fireworks]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[summer]]></category>
		<category><![CDATA[Vancouver]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=75</guid>
		<description><![CDATA[For anybody unlucky enough to not live in Vancouver, here are some photos and a video that I took from English Bay at the 2008 HSBC celebration of light finale. The HSBC celebration of light is a 4 million dollar show that is put on every year at English Bay in Vancouver. It runs over four nights and each night has over half an hour of fireworks. The rest of the pictures can be found on my flickr]]></description>
			<content:encoded><![CDATA[<p>For anybody unlucky enough to not live in Vancouver, here are some photos and a video that I took from <a class="zem_slink" title="English Bay (Vancouver)" rel="wikipedia" href="http://en.wikipedia.org/wiki/English_Bay_%28Vancouver%29">English Bay</a> at the 2008 HSBC <a class="zem_slink" title="Celebration of Light" rel="wikipedia" href="http://en.wikipedia.org/wiki/Celebration_of_Light">celebration of light</a> finale. The HSBC celebration of light is a 4 million dollar show that is put on every year at English Bay in Vancouver. It runs over four nights and each night has over half an hour of fireworks. The rest of the pictures can be found on <a title="Andre's Vancouver Flickr Set" href="http://flickr.com/photos/andremalan/sets/72157606527683000/" target="_blank">my flickr</a></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="intl_lang=en-us&amp;photo_secret=f2c76ff389&amp;photo_id=2730761420" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="src" value="http://www.flickr.com/apps/video/stewart.swf?v=55430" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://www.flickr.com/apps/video/stewart.swf?v=55430" allowfullscreen="true" bgcolor="#000000" flashvars="intl_lang=en-us&amp;photo_secret=f2c76ff389&amp;photo_id=2730761420"></embed></object></p>
<p><img class="reflect" src="http://farm4.static.flickr.com/3187/2730777676_2bebf16003.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3162/2730761756_c3fae5f8fc.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3032/2729935803_a5a3106f6a.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3294/2730774040_feb76c0cd3.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3170/2729945707_6e66353660.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3239/2729947511_6216af1914.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3280/2729953925_756b7cd3d9.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3264/2730788520_d2744e54eb.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3157/2729956467_d6aa089d5e.jpg?v=0" alt="Fireworks by you." width="500" height="375" /><img class="reflect" src="http://farm4.static.flickr.com/3190/2730790182_39f4db33ff.jpg?v=0" alt="Fireworks by you." width="500" height="375" /></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/0d4bb9d2-0e48-4d23-86be-3ae1052acca0/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=0d4bb9d2-0e48-4d23-86be-3ae1052acca0" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/08/03/fireworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress as a CMS&#8230; Advanced Navigation</title>
		<link>http://andremalan.net/blog/2008/08/02/wordpress-as-a-cms-advanced-navigation/</link>
		<comments>http://andremalan.net/blog/2008/08/02/wordpress-as-a-cms-advanced-navigation/#comments</comments>
		<pubDate>Sat, 02 Aug 2008 23:16:30 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[UBC]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=69</guid>
		<description><![CDATA[photo credit: drustar One of the things that is starting to happen at OLT is that we are creating an increasing number of WordPress based websites. Using WordPress as a content management system is not a new idea at all, there are a ton of examples out there of WordPress blogs out there that have been turned into sites. There is however, a dearth of information out there on how to do it (there are some out there&#8230; including some in amazing detail from Alan Levine). One of the things that I couldn&#8217;t find was a stable way to create a second level navigation that stays constant for every top level section. The problem with most of the solutions on the forums and sites around is that as soon as you drill down to the third level of navigation the second level disappears. As you can see at aboriginal.ubc.ca I was able to come up with a way to keep the navigation constant. Here is the loop that I had to create: &#60;?php $secondAncestor = count($post-&#62;ancestors) -1; //figure out what level of navigation we are on, subtract one because we don't want to consider the top-level if($post-&#62;post_parent!=0) //if the page is not a top-level category { echo '&#60;h2 class="widgettitle"&#62;In this section:&#60;/h2&#62;&#60;li class="sidebarlist"&#62;'; //the following lists children of second level ancestor of the current page. wp_list_pages("title_li=&#38;child_of=".$post-&#62;ancestors[$secondAncestor]."&#38;    sort_column=menu_order&#38;echo=1"); echo '&#60;/li&#62;'; } else //if the page is a top-level category { //listing only the child pages of the current section $children= wp_list_pages("title_li=&#38;child_of=".$post-&#62;ID."&#38;  sort_column=menu_order&#38;echo=0"); if($children) //this will stop it from displaying a section heading if there are   no elements in the section (for example on the home page) { echo '&#60;h2 class="widgettitle"&#62;In this section:&#60;/h2&#62;&#60;li&#62;'; echo $children; echo '&#60;/li&#62;'; } } ?&#62; This is the first time I&#8217;ve blogged code, I&#8217;m not even sure if it is readable&#8230; but here&#8217;s hoping. Basically I figure out what level of navigation the user is on and then list the pages of the current page&#8217;s ancestor&#8230; that many levels up (subtracting one for the top level navigation. I am currently doing a lot of work on using WordPress as a content management system including coming up with plugins and modifications for using WordPress MU as a multi-site manager used purely for websites and not for blogs. Will blog it all once everything is stable and working.]]></description>
			<content:encoded><![CDATA[<p><a style="float:left" title="Wordpress" href="http://www.flickr.com/photos/68513587@N00/2701236301/" target="_blank"><img src="http://farm4.static.flickr.com/3256/2701236301_ce6953e882_m.jpg" border="0" alt="Wordpress" /></a><br />
<small><a title="Attribution-NoDerivs License" href="http://creativecommons.org/licenses/by-nd/2.0/" target="_blank"><img src="http://andremalan.net/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="drustar" href="http://www.flickr.com/photos/68513587@N00/2701236301/" target="_blank">drustar</a></small></p>
<p>One of the things that is starting to happen at <a title="OLT" href="http://olt.ubc.ca" target="_blank">OLT</a> is that we are creating an increasing number of <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org/">WordPress</a> based websites. Using WordPress as a content management system is not a new idea at all, there are a ton of examples out there of WordPress blogs out there that have been turned into sites. There is however, a dearth of information out there on how to do it (there are some out there&#8230; including <a title="Alan's info on wordpress as cms" href="http://cogdogblog.com/2008/02/14/wordpressing-dissected/" target="_blank">some</a> in amazing detail from <a title="cogdogblog" href="http://cogdogblog.com/" target="_blank">Alan Levine</a>).</p>
<p>One of the things that I couldn&#8217;t find was a stable way to create a second level navigation that stays constant for every top level section. The problem with most of the solutions on the forums and sites around is that as soon as you drill down to the third level of navigation the second level disappears. As you can see at <a title="The site where I implemented the navigation" href="http://aboriginal.ubc.ca" target="_blank">aboriginal.ubc.ca</a> I was able to come up with a way to keep the navigation constant. Here is the loop that I had to create:<br />
<code><br />
<span style="color: #ff0000;">&lt;?php<br />
$secondAncestor = count($post-&gt;ancestors) -1; <span style="color: #008000;">//figure out what level of navigation we are on, subtract one because we don't want to consider the top-level</span><br />
if($post-&gt;post_parent!=0) <span style="color: #008000;">//if the page is not a top-level category</span><br />
{<br />
echo '&lt;h2 class="widgettitle"&gt;In this section:&lt;/h2&gt;&lt;li class="sidebarlist"&gt;';<br />
<span style="color: #008000;">//the following lists children of second level ancestor of the current page.</span><br />
wp_list_pages("title_li=&amp;child_of=".$post-&gt;ancestors[$secondAncestor]."&amp;    sort_column=menu_order&amp;echo=1");<br />
echo '&lt;/li&gt;';<br />
}<br />
else <span style="color: #008000;">//if the page is a top-level category</span><br />
{<br />
<span style="color: #008000;">//listing only the child pages of the current section</span><br />
$children= wp_list_pages("title_li=&amp;child_of=".$post-&gt;ID."&amp;  sort_column=menu_order&amp;echo=0");<br />
if($children) <span style="color: #008000;">//this will stop it from displaying a section heading if there are   no elements in the section (for example on the home page)</span><br />
{<br />
echo '&lt;h2 class="widgettitle"&gt;In this section:&lt;/h2&gt;&lt;li&gt;';<br />
echo $children;</span></code></p>
<p><code><span style="color: #ff0000;">echo '&lt;/li&gt;';</span></code></p>
<p><code><span style="color: #ff0000;"> }<br />
}<br />
?&gt;</span><br />
</code><br />
This is the first time I&#8217;ve blogged code, I&#8217;m not even sure if it is readable&#8230; but here&#8217;s hoping. Basically I figure out what level of navigation the user is on and then list the pages of the current page&#8217;s ancestor&#8230; that many levels up (subtracting one for the top level navigation.</p>
<p>I am currently doing a lot of work on using WordPress as a content management system including coming up with plugins and modifications for using <a title="WordPress Multi-user" href="http://mu.wordpress.org/" target="_blank">WordPress MU </a>as a multi-site manager used purely for websites and not for blogs. Will blog it all once everything is stable and working.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/b0e76edf-cdf2-4530-9af2-de3eec5415eb/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=b0e76edf-cdf2-4530-9af2-de3eec5415eb" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/08/02/wordpress-as-a-cms-advanced-navigation/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>In honour of Dr, Donald Wehrung</title>
		<link>http://andremalan.net/blog/2008/06/19/in-honour-of-dr-donald-wehrung/</link>
		<comments>http://andremalan.net/blog/2008/06/19/in-honour-of-dr-donald-wehrung/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 14:16:54 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Canada]]></category>
		<category><![CDATA[International student]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=68</guid>
		<description><![CDATA[Image via Wikipedia Yesterday I was invited to attend a ceremony to celebrate Don Wehrung&#8217;s contribution to the International Student Initiative at UBC. It was an incredible ceremony and all the speakers did a fantastic job of highlighting what a great man Don truly is. Don is the person who was asked to head the International Student Initiative when it started back in 1996. The goals of the program was to increase the number of international students at UBC. Don has been incredibly successful, around 10 percent of UBC students at the moment being international. One of the most important contributions that Don made (at least as it applies to me) is starting the International Leader of Tomorrow (ILOT) Award . He lobbied the university for money to provide what has become the most generous international scholarship program in Canada. At the ceremony Karen McKellin the Associate Director of the International Student Initiative told the Audience that Don risked his job to provide international scholarships at UBC. Some of the most important people at UBC including the Dean of Arts and VP Academic both told stories of how Don personally fought for funding on a case by case basis for ILOT winners. The dedication, care and selflessness that he has shown concerning less privileged international students is remarkable. Don&#8217;s actions and initiatives have shaped almost every aspect of my life. The staff that he hired and the recruitment program that he developed have directly influenced how I see the university and what I have experienced. Damara Klaassen who came to my school in Ghana and showed me all the pretty pictures that sold me on UBC. Badre Hassani, who on my first day at UBC made me feel so completely at home, taking me into his office, serving me tea and even giving me an international calling card so that I could contact my parents. Karen McKellin who on my third day alone in this strange country/city/campus helped me to transport all of my possessions from one side of campus to the other. All these people, Don&#8217;s staff, their kindness and caring created a love and awe for UBC that lingers with me still. The ILOT award that I was lucky enough to receive has allowed me to come here, to form this great life that I have. At UBC I have found new passions, friends and interests, all of which are incredibly dear to me. Everything that I own, everything that I do, all the relationships that I have made would not have been possible without Don, his staff and their never-ending commitment to my success. I lack the  necessary eloquence to truly describe just how grateful I  am to them for all that I have. That gratitude is there though, in overwhelming amounts for not only me, but also for the many other students that he has helped. Thank you Don.]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; float: right; display: block;"><a href="http://commons.wikipedia.org/wiki/Image:Chan-Ctr-popup.jpg"><img style="border: medium none ; display: block;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/62/Chan-Ctr-popup.jpg/202px-Chan-Ctr-popup.jpg" alt="Chan Centre for the Performing Arts." /></a></p>
<p class="zemanta-img-attribution">Image via <a href="http://commons.wikipedia.org/wiki/Image:Chan-Ctr-popup.jpg" target="_blank">Wikipedia</a></p>
</div>
<p>Yesterday I was invited to attend a ceremony to celebrate Don Wehrung&#8217;s contribution to the International Student Initiative at <a class="zem_slink" title="University of British Columbia" rel="homepage" href="http://www.ubc.ca/">UBC</a>. It was an incredible ceremony and all the speakers did a fantastic job of highlighting what a great man Don truly is.</p>
<p>Don is the person who was asked to head the <a href="http://www.students.ubc.ca/calendar/index.cfm?tree=6,231,732,0#9395" target="_blank">International Student Initiative</a> when it started back in 1996. The goals of the program was to increase the number of international students at UBC. Don has been incredibly successful, around 10 percent of UBC students  at the moment being international. One of the most important contributions that Don made (at least as it applies to me) is starting the <a title="ILOT award" href="https://you.ubc.ca/ubc/vancouver/ilot.ezc" target="_blank">International Leader of Tomorrow (ILOT) Award</a> . He lobbied the university for money to provide what has become the most generous international scholarship program in Canada. At the ceremony Karen McKellin the Associate Director of the International Student Initiative told the Audience that Don risked his job to provide international scholarships at UBC. Some of the most important people at UBC including the Dean of Arts and VP Academic both told stories of how Don personally fought for funding on a case by case basis for ILOT winners. The dedication, care and selflessness that he has shown concerning less privileged international students is remarkable.<br />
<img style="margin: 1em; float: right; display: block;" src="http://upload.wikimedia.org/wikipedia/en/thumb/b/b0/Ubc_009.jpg/800px-Ubc_009.jpg" alt="" width="327" height="218" /><br />
Don&#8217;s actions and initiatives have shaped almost every aspect of my life. The staff that he hired and the recruitment program that he developed have directly influenced how I see the university and what I have experienced. Damara Klaassen who came to my school in Ghana and showed me all the pretty pictures that sold me on UBC. Badre Hassani, who on my first day at UBC made me feel so completely at home, taking me into his office, serving me tea and even giving me an international calling card so that I could contact my parents. Karen McKellin who on my third day alone in this strange country/city/campus helped me to transport all of my possessions from one side of campus to the other. All these people, Don&#8217;s staff, their kindness and caring created a love and awe for UBC that lingers with me still.</p>
<p>The ILOT award that I was lucky enough to receive has allowed me to come here, to form this great life that I have. At UBC I have found new passions, friends and interests, all of which are incredibly dear to me. Everything that I own, everything that I do, all the relationships that I have made would not have been possible without Don, his staff and their never-ending commitment to my success. I lack the  necessary  eloquence to truly describe just how grateful I  am to them for all that I have. That gratitude is there though, in overwhelming amounts for not only me, but also for the many other students that he has helped.</p>
<p>Thank you Don.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/dd2af2dd-c47b-434b-82ce-2ec355728926/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_a.png?x-id=dd2af2dd-c47b-434b-82ce-2ec355728926" alt="Zemanta Pixie" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/06/19/in-honour-of-dr-donald-wehrung/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In the Summer Time!</title>
		<link>http://andremalan.net/blog/2008/05/21/in-the-summer-time/</link>
		<comments>http://andremalan.net/blog/2008/05/21/in-the-summer-time/#comments</comments>
		<pubDate>Wed, 21 May 2008 06:56:34 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Amy]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[mackenzie]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[rock climbing]]></category>
		<category><![CDATA[summer]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=67</guid>
		<description><![CDATA[Summer has just started and I am already finding it to be perfectly fantastic. The first new development of my Summer was moving out of traditional dormitory style residence into Suite style residence&#8230; aka&#8230; an apartment. I now have a kitchen to cook in (an activity that I really need a lot more practice with), a lounge and bathrooms all to myself and my two roommates instead of an entire floor of 22 people. I also get to share this apartment with the lovely Miss Amy Tipton, one of my favorite people in the whole wide world. The other great part about summer is that you just get to do more of the stuff that you should be doing during the year. I&#8217;ve got to spend a lot of time with so many friends that I never had time to hang out with while advising in Place Vanier. I&#8217;ve been rock climbing and reading and watching movies (MacKenzie left me a great list of must watch movies that I am slowly making my way through). Being able to read for pleasure again is something that I am particularly happy about. I went to the second hand bookstore and bought an armful of books that I will soon add to my LibraryThing. My Summer work term at OLT is also kicking into gear. All the students for this term have been hired and we are in the process of finalizing what everyone will be working on. I think my main focus will be on using WordPress Mu as a content management system&#8230; so expect some cool hacks and plugins to be written as a result. It is so exciting to think that when I start school again in the summer that there will be a number of UBC web services out there that I have helped to create.]]></description>
			<content:encoded><![CDATA[<p>Summer has just started and I am already finding it to be perfectly fantastic.</p>
<p>The first new development of my Summer was moving out of traditional dormitory style residence into Suite style residence&#8230; aka&#8230; an apartment. I now have a kitchen to cook in (an activity that I really need a lot more practice with), a lounge and bathrooms all to myself and my two roommates instead of an entire floor of 22 people. I also get to share this apartment with the lovely Miss Amy Tipton, one of my favorite people in the whole wide world.</p>
<p><a href="http://www.andremalan.org/site/wp-content/uploads/2008/05/amy.jpg"><img class="alignleft size-medium wp-image-64" title="amy" src="http://andremalan.net/wp-content/uploads/2008/05/amy-225x300.jpg" alt="" width="170" height="227" /></a><a href="http://www.andremalan.org/site/wp-content/uploads/2008/05/cimg0988.jpg"><img class="alignleft size-medium wp-image-65" title="My house" src="http://andremalan.net/wp-content/uploads/2008/05/cimg0988-300x225.jpg" alt="" width="303" height="227" /></a></p>
<p>The other great part about summer is that you just get to do more of the stuff that you should be doing during the year. I&#8217;ve got to spend a lot of time with so many friends that I never had time to hang out with while advising in Place Vanier.</p>
<p><a href="http://www.andremalan.org/site/wp-content/uploads/2008/05/cimg0978.jpg"><img class="alignright size-medium wp-image-66" title="Rock Climbing" src="http://andremalan.net/wp-content/uploads/2008/05/cimg0978-300x225.jpg" alt="Rock Climbing" width="300" height="225" /></a></p>
<p>I&#8217;ve been rock climbing and reading and watching movies (<a href="http://blog.students.ubc.ca/mackenzie" target="_blank">MacKenzie</a> left me a great list of must watch movies that I am slowly making my way through). Being able to read for pleasure again is something that I am particularly happy about. I went to the second hand bookstore and bought an armful of books that I will soon add to my <a href="http://www.librarything.com/user/ramcio" target="_blank">LibraryThing</a>.</p>
<p>My Summer work term at <a href="http://olt.ubc.ca" target="_blank">OLT</a> is also kicking into gear. All the students for this term have been hired and we are in the process of finalizing what everyone will be working on. I think my main focus will be on using WordPress Mu as a content management system&#8230; so expect some cool hacks and plugins to be written as a result. It is so exciting to think that when I start school again in the summer that there will be a number of UBC web services out there that I have helped to create.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/05/21/in-the-summer-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Opening the Irving K. Barber Learning Center</title>
		<link>http://andremalan.net/blog/2008/04/19/opening-the-irving-k-barber-learning-center/</link>
		<comments>http://andremalan.net/blog/2008/04/19/opening-the-irving-k-barber-learning-center/#comments</comments>
		<pubDate>Sun, 20 Apr 2008 05:06:16 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Philip Jeffrey]]></category>
		<category><![CDATA[UBC]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=58</guid>
		<description><![CDATA[A few weeks ago, I was asked by Julie Mitchel if I would be able to speak at the opening of the Irving K. Barber Learning Center. She wanted me to give a student&#8217;s perspective of what the Learning Center means to the students of UBC. I accepted, not really understanding what I was getting myself into. As the weeks went by subsequent meetings with Julie made me see that the ceremony was a lot more important than I ever could have imagined. For a great description of what the ceremony was actually about, Phillip Jeffrey wrote an excellent post here. I am still unable to express just how terrifying it was to speak after people like Professor Stephen Toope and Gordon Campbell. It went off pretty well though and I think my speech was well received. Pictures of the event (courtesy of Philip Jeffrey) can be found here. A video of it can also be found here (I talk right at the end). It was an amazing experience and I feel so honored to have been a part of it. Person Gordon Campbell. Right click for SmartMenu shortcuts]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/tyfn/2413671235/in/set-72157604490947312/" target="_blank"><img class="reflect" src="http://farm3.static.flickr.com/2024/2413671235_88e8aea5f8.jpg?v=0" alt="" width="500" height="333" /></a></p>
<p>A few weeks ago, I was asked by Julie Mitchel if I would be able to speak at the opening of the Irving K. Barber Learning Center. She wanted me to give a student&#8217;s perspective of what the Learning Center means to the students of UBC. I accepted, not really understanding what I was getting myself into. As the weeks went by subsequent meetings with Julie made me see that the ceremony was a lot more important than I ever could have imagined. For a great description of what the ceremony was actually about, <a title="Philip's blog" href="http://www.fadetoplay.com/" target="_blank">Phillip Jeffrey</a> wrote an excellent post <a title="Philip's post" href="http://www.fadetoplay.com/2008/04/14/irving-k-barber-learning-centre-grand-opening-the-future-of-learning/" target="_blank">here</a>. I am still unable to express just how terrifying it was to speak after people like Professor <a href="http://en.wikipedia.org/wiki/Stephen_Toope" target="_blank">Stephen Toope</a> and <a href="http://www.gordoncampbell.ca/" target="_blank">Gordon Campbell.</a> It went off pretty well though and I think my speech was well received. Pictures of the event (courtesy of Philip Jeffrey) can be found <a href="http://www.flickr.com/photos/tyfn/sets/72157604490947312" target="_blank">here</a>. A video of it can also be found <a href="http://www.ikebarberlearningcentre.ubc.ca/webcasts/IKBLC%20Opening%20Webcast.wmv" target="_blank">here</a> (I talk right at the end).</p>
<p>It was an amazing experience and I feel so honored to have been a part of it.</p>
<div id="adb-tooltip" style="z-index: 1000; position: absolute; display: none; left: 528px; top: 347px;">
<div style="border: 5px solid #c4dae8; margin: 0px; text-transform: uppercase; font-family: arial; font-style: normal; font-variant: normal; font-weight: bold; font-size: 11px; font-size-adjust: none; font-stretch: normal; line-height: 13px; background-color: white; color: #333333;">
<div style="border: 1px solid #78b3d9; padding: 5px; text-align: left;">
<div>Person<span style="color: #006699;"> Gordon Campbell.</span></div>
<div style="text-transform: none; color: #999999; line-height: 14px;">Right click for SmartMenu shortcuts</div>
</div>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/04/19/opening-the-irving-k-barber-learning-center/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.ikebarberlearningcentre.ubc.ca/webcasts/IKBLC%20Opening%20Webcast.wmv" length="0" type="video/asf" />
		</item>
		<item>
		<title>Facebook Tip&#8230; make your profile more presentable</title>
		<link>http://andremalan.net/blog/2008/04/15/facebook-tip-make-your-profile-more-presentable/</link>
		<comments>http://andremalan.net/blog/2008/04/15/facebook-tip-make-your-profile-more-presentable/#comments</comments>
		<pubDate>Wed, 16 Apr 2008 02:15:49 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[ciara]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[mackenzie]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=59</guid>
		<description><![CDATA[So after Looking at Mackenzie and Ciara&#8217;s Facebook profiles I saw that they both look much better than most people&#8217;s. The reason being that instead of having comma denominated lists like &#8220;Interests: running, swimming, hiking, hockey&#8230;&#8221; they put them in an actual list form like so: Interests: Running Swimming Hiking Hockey Ciara even adds breaks using dashes. I did the same and now my profile is no longer a jumbled mess&#8230; yay! In fact it looks so good I&#8217;ll just include it on my about page on this site.]]></description>
			<content:encoded><![CDATA[<p><a title="myFacebookprofile by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2418024194/"><img style="float:right" src="http://farm4.static.flickr.com/3159/2418024194_1abee757be_m.jpg" alt="myFacebookprofile" width="250" height="495" /></a><br />
So after Looking at <a href="http://blog.students.ubc.ca/mackenzie" target="_blank">Mackenzie</a> and Ciara&#8217;s Facebook profiles I saw that they both look much better than most people&#8217;s. The reason being that instead of having comma denominated lists like &#8220;Interests: running, swimming, hiking, hockey&#8230;&#8221; they put them in an actual list form like so:</p>
<p>Interests:</p>
<p style="padding-left: 60px;">Running</p>
<p style="padding-left: 60px;">Swimming</p>
<p style="padding-left: 60px;">Hiking</p>
<p style="padding-left: 60px;">Hockey</p>
<p>Ciara even adds breaks using dashes. I did the same and now my profile is no longer a jumbled mess&#8230; yay!</p>
<p>In fact it looks so good I&#8217;ll just include it on my <a href="http://andremalan.net/about/">about</a> page on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/04/15/facebook-tip-make-your-profile-more-presentable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Vision for a Semantic UBC</title>
		<link>http://andremalan.net/blog/2008/04/09/my-vision-for-a-semantic-ubc/</link>
		<comments>http://andremalan.net/blog/2008/04/09/my-vision-for-a-semantic-ubc/#comments</comments>
		<pubDate>Wed, 09 Apr 2008 17:02:02 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[semanticWeb]]></category>
		<category><![CDATA[wiki]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=54</guid>
		<description><![CDATA[This is my vision as for what we can do at UBC to create an expandable eduglu solution. Most content will be stored in a wiki. Our wiki will be extended so that we can lock more sensetive pages for certain users. In order to make our content semantic and to allow it to be remixed in ways that make sense we would use the SemanticMediaWiki plugin for our MediaWiki. A working example of this kind of wiki can be found here.This plugin allows users to define relationships between the article and its content. This data is then Collected and can be navigated in a semantic way. Lists are then also generated and dynamically maintained. For instance in Chemistry someone could define the property &#8220;has boiling point&#8221; for a certain element. The page for &#8220;is metal&#8221; will then contain all the elements that have a boiling point (like this example). Once we have the Semantic MediaWiki the next step is to republish content from the wiki into other contexts. We are still working on exactly how to do this (what tools to use etc) but the basic concept is simple: Use some kind of feed to publish the content in another context (we will probably use WordPress as the new context for most of our services). Then periodically check the feed to see if it has been updated. If it has been updated, then update the republished content. This ensures that not only is content dynamic (like it should be) but it also means that it is searchable and that the server-breaking parsing of hundreds of feeds doesn&#8217;t happen all the time. Another step would be to build in a system whereby people who take feeds from the wiki are notified when the content changes (I know the watch page function does that already, but one time users that just wanted to quickly grab and republish some content would need to be informed of major changes to their content). This would create communities of watchdogs around more used content to ensure that vandalism is quickly curbed. So that is the start. Content is dynamic and open on the wiki. It will be easy to grab content and republish it in other places. It will also have meta data that can used in the immediate term to navigate data and in the long term to drive applications like those created by the MIT simile project.]]></description>
			<content:encoded><![CDATA[<p>This is my vision as for what we can do at UBC to create an expandable eduglu solution.</p>
<p>Most content will be stored in a wiki. Our wiki will be extended so that we can lock more sensetive pages for certain users.<br />
In order to make our content semantic and to allow it  to be remixed in ways that make sense we would use the <a href="http://wiki.ontoprise.de/ontoprisewiki/index.php/Main_Page" target="_blank">SemanticMediaWiki </a>plugin for our MediaWiki. A working example of this kind of wiki can be found <a href="http://halowiki.ontoprise.de/halowiki/index.php/Main_Page" target="_blank">here</a>.This plugin allows users to define relationships between the article and its content. This data is then Collected and can be navigated in a semantic way. Lists are then also generated and dynamically maintained. For instance in Chemistry someone could define the property &#8220;has boiling point&#8221; for a certain element. The page for &#8220;is metal&#8221; will then contain all the elements that have a boiling point (like <a href="http://halowiki.ontoprise.de/halowiki/index.php/Property:Has_boiling_point" target="_blank">this</a> example).</p>
<p>Once we have the Semantic MediaWiki the next step is to republish content from the wiki into other contexts. We are still working on exactly how to do this (what tools to use etc) but the basic concept is simple: Use some kind of feed to publish the content in another context (we will probably use <a href="http://wordpress.org" target="_blank">WordPres</a><a href="http://wordpress.org" target="_blank">s</a> as the new context for most of our services). Then periodically check the feed to see if it has been updated. If it has been updated, then update the republished content. This ensures that not only is content dynamic (like it should be) but it also means that it is searchable and that the server-breaking parsing of hundreds of feeds doesn&#8217;t happen all the time. Another step would be to build in a system whereby people who take feeds from the wiki are notified when the content changes (I know the watch page function does that already, but one time users that just wanted to quickly grab and republish some content would need to be informed of major changes to their content). This would create communities of watchdogs around more used content to ensure that vandalism is quickly curbed.</p>
<p>So that is the start. Content is dynamic and open on the wiki. It will be easy to grab content and republish it in other places. It will also have meta data that can used in the immediate term to navigate data and in the long term to drive applications like those created by the <a href="http://simile.mit.edu/" target="_blank">MIT simile</a> project.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/04/09/my-vision-for-a-semantic-ubc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My essential Facebook Applications:</title>
		<link>http://andremalan.net/blog/2008/04/06/my-essential-facebook-applications/</link>
		<comments>http://andremalan.net/blog/2008/04/06/my-essential-facebook-applications/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 21:22:08 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[facebook]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=53</guid>
		<description><![CDATA[Here is a list of some of my favorite Facebook Apps: FriendFeed: Allows me to publish my life stream on my Facebook profile Boost: Boost is a Firefox add on that allows you to change the look and feel of Facebook. Adds a bunch of cool functionality like &#8220;download whole album&#8221; and showing full size images when you mouse over them. Nexus: Creates a graph of your network. Really interesting to see how you are connected to other people and how connected they are to your friends. FBcal: Generates an iCal file of your upcoming Facebook events and/or upcoming birthdays. Seeing as my Google Calendar plans my life, I don&#8217;t know how I&#8217;ve lived without this application for so long!]]></description>
			<content:encoded><![CDATA[<h3>Here is a list of some of my favorite Facebook Apps:</h3>
<p><a href="http://www.facebook.com/apps/application.php?id=2795223269&amp;b&amp;ref=pd" target="_blank">FriendFeed</a>: Allows me to publish my life stream on my Facebook profile</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3120" target="_blank">Boost:</a> Boost is a Firefox add on that allows you to change the look and feel of Facebook. Adds a bunch of cool functionality like &#8220;download whole album&#8221; and showing full size images when you mouse over them.</p>
<p><a href="http://nexus.ludios.net/" target="_blank">Nexus</a>: Creates a graph of your network. Really interesting to see how you are connected to other people and how connected they are to your friends.</p>
<p><a href="http://www.fbcal.com/" target="_blank">FBcal</a>: Generates an iCal file of your upcoming Facebook events and/or upcoming birthdays. Seeing as my Google Calendar plans my life, I don&#8217;t know how I&#8217;ve lived without this application for so long!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/04/06/my-essential-facebook-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Today&#039;s realization:</title>
		<link>http://andremalan.net/blog/2008/04/03/todays-realization/</link>
		<comments>http://andremalan.net/blog/2008/04/03/todays-realization/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 21:35:28 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[rdf]]></category>
		<category><![CDATA[semanticWeb]]></category>
		<category><![CDATA[web3.0]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=52</guid>
		<description><![CDATA[Enej and I decided today that we need to start making this a reality at UBC: from digitalbazaar Still have no idea how. We will figure it out though. So here&#8217;s how: Now for where!]]></description>
			<content:encoded><![CDATA[<p>Enej and I decided today that we need to start making this a reality at UBC:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/OGg8A2zfWKg" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/OGg8A2zfWKg" wmode="transparent"></embed></object></p>
<p>from <a href="http://wiki.digitalbazaar.com/en/Semantic-web-intro" target="_blank">digitalbazaar</a></p>
<p><span style="text-decoration: line-through;">Still have no idea how. We will figure it out though.</span></p>
<p>So here&#8217;s how:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/ldl0m-5zLz4&amp;hl=en" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/ldl0m-5zLz4&amp;hl=en" wmode="transparent"></embed></object></p>
<p>Now for where!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/04/03/todays-realization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Edugluing things together</title>
		<link>http://andremalan.net/blog/2008/04/01/edugluing-things-together/</link>
		<comments>http://andremalan.net/blog/2008/04/01/edugluing-things-together/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 17:39:21 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[eduglu]]></category>
		<category><![CDATA[gliffy]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=51</guid>
		<description><![CDATA[so here is a mapping of my plan for a UBC content management strategy. It is designed to overcome two obstacles: 1) Content changes, therefore the content stored in repositories has to change and be updated when the source is updated. This is overcome by using a wiki (this has been Novak&#8217;s vision of content management for a while) that produces RSS feeds along with an aggregator like Feed WordPress that updates the repository when a feed gets updated (that feature is still buggy at the moment, but I will get to fixing that ASAP). 2) The second obstacle is the fact that RSS and JavaScript are not easily searchable (a must for a content repository or even an end user site). Republishing is a must until we find an easy way to index and search RSS and JSON. So here is what it looks like (click on it for larger view):]]></description>
			<content:encoded><![CDATA[<p>so here is a mapping of my plan for a UBC content management strategy. It is designed to overcome two obstacles:</p>
<p>1) Content changes, therefore the content stored in repositories has to change and be updated when the source is updated. This is overcome by using a wiki (this has been Novak&#8217;s vision of content management for a while) that produces RSS feeds along with an aggregator like Feed WordPress that updates the repository when a feed gets updated (that feature is still buggy at the moment, but I will get to fixing that ASAP).</p>
<p>2) The second obstacle is the fact that RSS and JavaScript are not easily searchable (a must for a content repository or even an end user site). Republishing is a must until we find an easy way to index and search RSS and JSON.</p>
<p>So here is what it looks like (click on it for larger view):</p>
<p><a href="http://www.gliffy.com/publish/1355009/"><img src="http://www.gliffy.com/pubdoc/1355009/M.jpg" border="0" alt="" width="518" height="439" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/04/01/edugluing-things-together/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The last piece of course blog the puzzle&#8230; for now</title>
		<link>http://andremalan.net/blog/2008/03/31/the-final-piece-of-the-course-blog-puzzel/</link>
		<comments>http://andremalan.net/blog/2008/03/31/the-final-piece-of-the-course-blog-puzzel/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 10:30:08 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[eduglu]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=37</guid>
		<description><![CDATA[So it&#8217;s 4:30 in the morning and I am nowhere near ready to go to bed. So instead I did the final quality testing for my &#8220;add user widget&#8221; WordPress Mu plugin. This plugin eliminates the question that I&#8217;ve been asked plenty of times &#8220;what if a student who is not in the class adds themselves to a course blog?&#8221;. I think the answer is simple (and I think Jim and Brian would agree with me)&#8230; just delete and/or ban the user. However, in order to eliminate this barrier on implementing course blogs I modified the plugin to allow professors to enter a list of student emails. If the student&#8217;s email is in the list they can then add themselves to the list. This means that in conjunction with my Add to BDP RSS widget that Professors or institutions can decide whether anyone can add themselves, subscribers to the WordPress Mu system or only users that are in a specific list. This will now work for all three of the course blog types that I created.]]></description>
			<content:encoded><![CDATA[<p>So it&#8217;s 4:30 in the morning and I am nowhere near ready to go to bed. So instead I did the final quality testing for my &#8220;<a href="http://andremalan.net/2008/03/add-user-widget/" target="_self">add user widget</a>&#8221; WordPress Mu plugin.</p>
<p>This plugin eliminates the question that I&#8217;ve been asked plenty of times &#8220;what if a student who is not in the class adds themselves to a course blog?&#8221;. I think the answer is simple (and I think <a href="http://bavatuesdays.com" target="_blank">Jim</a> and <a href="http://weblgos.elearning.ubc.ca/brian/" target="_blank">Brian</a> would agree with me)&#8230; just delete and/or ban the user. However, in order to eliminate this barrier on implementing course blogs I modified the plugin to allow professors to enter a list of student emails. If the student&#8217;s email is in the list they can then add themselves to the list. This means that in conjunction with my Add to BDP RSS widget that Professors or institutions can decide whether anyone  can add themselves, subscribers to the <a href="http://wpmudev.org" target="_blank">WordPress Mu </a>system or only users that are in a specific list. This will now work for <a href="http://andremalan.net/2008/02/three-flavors-of-course-blogs-very-yummy/" target="_self">all three</a> of the course blog types that I created.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/03/31/the-final-piece-of-the-course-blog-puzzel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add User Widget</title>
		<link>http://andremalan.net/blog/2008/03/31/add-user-widget/</link>
		<comments>http://andremalan.net/blog/2008/03/31/add-user-widget/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 10:11:07 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[eduglu]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=46</guid>
		<description><![CDATA[This plugin is a modification of sidebar add user widget by DSader. It adds a whole bunch of control functionality that allows admin to change who is allowed to add themselves to a blog and also what type of permission is allowed. It also changes the way that the widget appears depending on the user&#8217;s status. It was developed primarily for course blogs. Final, final update: WordPress. org has started to show OLT some love and we are now rapidly publishing all of our plugins there. The new direct link to download sidebar add user widget is here and the plugin page is here. Final Update: Now that OLT has a place to house its plugins I will no longer be maintaining add user widget on this site. Instead it will live on blogs.ubc.ca. The direct link is here. Update: V1.2.4 Fixed the problem with the plugin not reloading user&#8217;s status when they first add themselves. Update: V1.2 Changed the way restricting users works. Now the admin can simply set a password in the widget control menu and users who know the password can add themselves to the blog. Download V1.2.4 Download V1.2.1 Download V1.0 Installation: Just drop into the mu-plugins folder. Any problems/suggestions just leave a comment]]></description>
			<content:encoded><![CDATA[<p>This plugin is a modification of <a href="http://andremalan.net/wp-admin/This plugin is a modification of sidebar add user  widget by DSader" target="_blank">sidebar add user</a> widget by DSader. It adds a whole bunch of control functionality that allows admin to  change who  is allowed to add themselves to a blog and also  what type of permission is allowed. It also changes the way that the widget appears depending on the user&#8217;s status. It was developed primarily for course blogs.</p>
<p><strong>Final, final update:</strong></p>
<p>WordPress. org has started to show OLT some love and we are now rapidly publishing all of our plugins there. The new direct link to download sidebar add user widget is <a title="download add user widget" href="http://downloads.wordpress.org/plugin/add-users-sidebar-widget.zip" target="_blank">here</a> and the plugin page is <a title="add user widget page" href="http://wordpress.org/extend/plugins/add-users-sidebar-widget/" target="_blank">here</a>.</p>
<p><strong>Final Update:</strong></p>
<p>Now that OLT has a place to house its plugins I will no longer be maintaining add user widget on this site. Instead it will live on <a href="http://blogs.ubc.ca" target="_self">blogs.ubc.ca</a>. The direct link is <a title="add user widget page" href="http://wordpress.org/extend/plugins/add-users-sidebar-widget/" target="_blank">here</a>.</p>
<h4>Update: V1.2.4</h4>
<p>Fixed the problem with the plugin not reloading user&#8217;s status when they first add themselves.</p>
<h3>Update: V1.2</h3>
<p>Changed the way restricting users works. Now the admin can simply set a password in the widget control menu and users who know the password can add themselves to the blog.<br />
<a href="http://andremalan.net/wp-content/uploads/2008/09/am_add_users_widget.php"></a></p>
<p><a href="http://andremalan.net/wp-content/uploads/2008/09/am_add_users_widget.php"></a></p>
<h3><a href="http://www.andremalan.org/site/wp-content/uploads/2008/09/am_add_users_widget.zip">Download V1.2.4</a></h3>
<h3><a href="http://www.andremalan.org/site/wp-content/uploads/2008/07/am_add_users_widget.zip"> </a><a title="Add user widget v1.2" href="http://www.andremalan.org/site/wp-content/uploads/2008/08/am_add_users_widget.zip">Download V1.2.1</a></h3>
<h3><a href="http://weblogs.elearning.ubc.ca/andre/am_add_users_widget.php.zip">Download V1.0</a></h3>
<p>Installation:</p>
<p>Just drop into the mu-plugins folder.</p>
<p>Any problems/suggestions just leave a comment</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/03/31/add-user-widget/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Getting the creepy out of Facebook</title>
		<link>http://andremalan.net/blog/2008/03/31/getting-the-creepy-out-of-facebook/</link>
		<comments>http://andremalan.net/blog/2008/03/31/getting-the-creepy-out-of-facebook/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 08:29:45 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ciara]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[jocelyn]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[personal]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=45</guid>
		<description><![CDATA[This was supposed to be a long and intense post, blending many different discussions that I&#8217;ve had over the past week, but I don&#8217;t have time and since I just got my new WordPress site, I need to write! (I&#8217;ll get the rest of it up some other time). Here is the Jist of it: I have spoken to so many people who tell me that &#8220;Facebook is creepy&#8221;. One of the biggest taboos here is to say &#8220;oh, I saw it on your mini-feed&#8221;. People get all weirded out as if they didn&#8217;t know that one of the key reasons of Facebook&#8217;s success is the fact that it is so good at distributing your information to those who know you. Jocelyn and Ciara (my resident Facebook experts) were lamenting that fact with me and we came up with the idea that maybe the problem is just the language that has evolved around Facebook. We put information on Facebook for people to see. We have complete control over who can see that information. It&#8217;s like creating a poster about yourself. It isn&#8217;t creepy looking at someone&#8217;s poster. Jocelyn and Ciara came up with some alternative names. They suggested something like &#8220;exploring&#8221; or &#8220;learning&#8221;. I think of it as &#8220;researching your personal social network&#8221;. Someone reading your profile is a good thing&#8230; it helps them to know you better. Someone reading your wall-to-wall with someone else is also a good thing. It&#8217;s flattering. Someone cares enough to read about you. If there is something that you don&#8217;t want people to read about you&#8230; you shouldn&#8217;t publish it and if you have to tell somebody something private&#8230; that&#8217;s what private messages are for.]]></description>
			<content:encoded><![CDATA[<p><a href="http://farm1.static.flickr.com/35/104526583_37ccdb50e3_m.jpg" target="_blank"><img style="float: left;" src="http://farm1.static.flickr.com/35/104526583_37ccdb50e3_m.jpg" alt="Facebook Model" width="240" height="160" /></a>This was supposed to be a long and intense post, blending many different discussions that I&#8217;ve had over the past week, but I don&#8217;t have time and since I just got my new WordPress site, I need to write! (I&#8217;ll get the rest of it up some other time).</p>
<p>Here is the Jist of it:</p>
<p>I have spoken to so many people who tell me that &#8220;Facebook is creepy&#8221;. One of the biggest taboos here is to say &#8220;oh, I saw it on your mini-feed&#8221;. People get all weirded out as if they didn&#8217;t know that one of the key reasons of Facebook&#8217;s success is the fact that it is so good at distributing your information to those who know you.<br />
<a title="Jocelyn and Ciara... Ballas by malan.andre, on Flickr" href="http://www.flickr.com/photos/andremalan/2377019378/"><img style="float:right;" src="http://farm4.static.flickr.com/3106/2377019378_76dc39d87a_m.jpg" alt="Jocelyn and Ciara... Ballas" width="240" height="180" /></a><br />
Jocelyn and Ciara (my resident Facebook experts) were lamenting that fact with me and we came up with the idea that maybe the problem is just the language that has evolved around Facebook. We put information on Facebook for people to see. We have complete control over who can see that information. It&#8217;s like creating a poster about yourself. It isn&#8217;t creepy looking at someone&#8217;s poster. Jocelyn and Ciara came up with some alternative names. They suggested something like &#8220;exploring&#8221; or &#8220;learning&#8221;. I think of it as &#8220;researching your personal social network&#8221;. Someone reading your profile is a good thing&#8230; it helps them to know you better. Someone reading your wall-to-wall with someone else is also a good thing. It&#8217;s flattering. Someone cares enough to read about you. If there is something that you don&#8217;t want people to read about you&#8230; you shouldn&#8217;t publish it and if you have to tell somebody something private&#8230; that&#8217;s what private messages are for.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/03/31/getting-the-creepy-out-of-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Time to be a mentor</title>
		<link>http://andremalan.net/blog/2008/03/13/time-to-be-a-mentor/</link>
		<comments>http://andremalan.net/blog/2008/03/13/time-to-be-a-mentor/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 14:22:03 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[LEAP]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=36</guid>
		<description><![CDATA[I am technically a &#8220;mentor&#8221; for the UBC Blog Squad. Although I haven&#8217;t done much mentoring. In fact they pretty much school me in dedication and writing ability. Many of them have written some absolutely fantastic stuff. So here goes, my attempt at a bit of helping out: I&#8217;ve noticed that many of you haven&#8217;t changed your blogroll yet (although I see that Genevieve has added a bunch of things to her one). Your blogroll can really complement your blog, by telling people at a glance what you are interested in. It shows people what you are reading and gives background for your own writing. It also doesn&#8217;t have to simply be one long list. If you go to the &#8220;blogroll&#8221; tab in WordPress you will see that you can add categories. You can then add specific blogs to each category. Here is a quick example of what this would look like: There is also a link at the bottom of the &#8220;add to blogroll&#8221; section that you can drag into your browser so that when you see a site that you really like you can add it to your blogroll very quickly. P.S. My actual blogroll is a terrible example. Seeing as I am not using WordPress at the moment changing it is a lot harder for me to do than for all of you!]]></description>
			<content:encoded><![CDATA[<p>I am technically a &#8220;mentor&#8221; for the <a href="http://blog.students.ubc.ca/" target="_blank">UBC Blog Squad</a>. Although I haven&#8217;t done much mentoring. In fact they pretty much school me in dedication and writing ability. Many of them have written some absolutely fantastic stuff.</p>
<p>So here goes, my attempt at a bit of helping out:</p>
<p>I&#8217;ve noticed that many of you haven&#8217;t changed your blogroll yet (although I see that Genevieve has added a bunch of things to her one). Your blogroll can really complement your blog, by telling people at a glance what you are interested in. It shows people what you are reading and gives background for your own writing. It also doesn&#8217;t have to simply be one long list. If you go to the &#8220;blogroll&#8221; tab in WordPress you will see that you can add categories. <img src="http://farm4.static.flickr.com/3037/2330850442_bf3b8ccbde.jpg?v=0" alt="" /><br />
You can then add specific blogs to each category. Here is a quick example of what this would look like:</p>
<p><img src="http://farm3.static.flickr.com/2117/2346293401_e83e0b1495.jpg?v=0" alt="" /></p>
<p>There is also a link at the bottom of the &#8220;add to blogroll&#8221; section that you can drag into your browser so that when you see a site that you really like you can add it to your blogroll very quickly.</p>
<p>P.S. My actual blogroll is a terrible example. Seeing as I am not using WordPress at the moment changing it is a lot harder for me to do than for all of you!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/03/13/time-to-be-a-mentor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Examples of course blog possibilities and plans for the future</title>
		<link>http://andremalan.net/blog/2008/03/08/examples-of-course-blog-possibilities-and-plans-for-the-future/</link>
		<comments>http://andremalan.net/blog/2008/03/08/examples-of-course-blog-possibilities-and-plans-for-the-future/#comments</comments>
		<pubDate>Sun, 09 Mar 2008 05:32:02 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[courses]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=35</guid>
		<description><![CDATA[So here they are, examples of the three kinds of blogs that I outlined in this post, as well as explanations for how to create them within WordPress MU. Jon has kindly let me use his Spanish 312 class as and example, so some of my examples are actually fully populated and active courses. (click on the headings to see the actual blogs) Ghost Course Blog This blog uses BDPRSS to output the content of an aggregated feed of the class. I created a widget to add to the list in BDPRSS so students can auto-populate themselves into the course. The other feature that I developed for this blog is an auto-populating class list (with the heading our class). The class list is the reason that I took so long to get these examples up and running. I spent a good chunk of this week working on an &#8220;add to blogroll&#8221; widget so that students could add links to their blogs in the sidebar. I tried many methods, but just couldn&#8217;t get the plugin to work. Gardner Campbell was paying a visit to UBC and while he was showing me some of the successes and issues that he has been having with his course blog Rock soul Progressive I saw that he was using the BDP RSS widget to display comments. A light bulb went on and I realized that I could simply tweak the widget to show a list of blogs in the course. Here is what you have to do: Create and output format in BDP RSS that contains the same blogs as the one that is being used to display entries in the course. In the &#8220;output format types&#8221; section select the radio button that says &#8220;list by sites alphabetically&#8221; In &#8220;about the items&#8221; set &#8220;maximum items per site&#8221; to 1, check &#8220;print site names&#8221; and &#8220;only display item&#8217;s title&#8221;. Uncheck &#8220;print the item&#8217;s age&#8221; in the &#8220;XHTML formatting&#8221; section, add list tags around &#8220;title for each site&#8221; and comment tags around &#8220;each item&#8217;s title&#8221;. (see picture ) If you add the BDP RSS widget for the output to the sidebar then you create a class list. Spam Course Blog This blog uses a spamblogger (I&#8217;m using feedWordPress because it actually updates posts if they are changed in the original feed) combined with BDP RSS to quickly create the course. Basically what happens is a feed aggregated by BDP RSS is fed into the spamblogger and feedWordPress republishes it. I have three reasons why I run the feeds through BDP RSS before I feed them to the feedWordPress: I&#8217;ve already created my Add to BDPRSS widget to add feeds to BDPRSS. If I wanted students to add their own feeds to the spamblogger I would have to create another widget (and the widget would have to be specific to the spamblogger). BDP works really well with a large range of feeds as well as with a large number of feeds. It acts as a kind of normalizing...]]></description>
			<content:encoded><![CDATA[<p>So here they are, examples of the three kinds of blogs that I outlined in <a href="http://weblogs.elearning.ubc.ca/andre/2008/02/three_flavors_of_course_blogs.html" target="_blank">this post</a>, as well as explanations for how to create them within <a href="http://mu.wordpress.org/" target="_blank">WordPress MU</a>. <a href="http://posthegemony.blogspot.com/">Jon</a> has kindly let me use his Spanish 312 class as and example, so some of my examples are actually fully populated and active courses. (click on the headings to see the actual blogs)</p>
<h2> <a href="http://eduglu.test.olt.ubc.ca/ghostblog/" target="_blank">Ghost Course Blog</a></h2>
<p>This blog uses <a href="http://www.ozpolitics.info/blog/2005/03/28/aggregated-blog-feeds/" target="_blank">BDPRSS</a> to output the content of an aggregated feed of the class. I <a href="http://weblogs.elearning.ubc.ca/andre/2008/03/add_to_bdp_rss_wordpress_plugi.html" target="_blank">created a widget</a> to add to the list in BDPRSS so students can auto-populate themselves into the course. The other feature that I developed for this blog is an auto-populating class list (with the heading our class). The class list is the reason that I took so long to get these examples up and running. I spent a good chunk of this week working on an &#8220;add to blogroll&#8221; widget so that students could add links to their blogs in the sidebar. I tried many methods, but just couldn&#8217;t get the plugin to work. <a href="http://www.gardnercampbell.net/blog1/" target="_blank">Gardner Campbell</a> was paying a visit to UBC and while he was showing me some of the successes and issues that he has been having with his course blog <a href="http://rocksoulprog.umwblogs.org/" target="_blank">Rock soul Progressive</a> I saw that he was using the BDP RSS widget to display comments. A light bulb went on and I realized that I could simply tweak the widget to show a list of blogs in the course. Here is what you have to do:</p>
<ol>
<li> Create and output format in BDP RSS that contains the same blogs as the one that is being used to display entries in the course.</li>
<li> In the &#8220;output format types&#8221; section select the radio button that says &#8220;list by sites alphabetically&#8221;</li>
<li> In &#8220;about the items&#8221; set &#8220;maximum items per site&#8221; to 1, check &#8220;print site names&#8221; and &#8220;only display item&#8217;s title&#8221;. Uncheck &#8220;print the item&#8217;s age&#8221;</li>
<p><il> in the &#8220;XHTML formatting&#8221; section, add list tags around &#8220;title for each site&#8221; and comment tags around &#8220;each item&#8217;s title&#8221;. (see picture ) </il></ol>
<p><a href="http://www.flickr.com/photos/andremalan/2319023235/" target="_blank"><img src="http://farm4.static.flickr.com/3136/2319023235_93f265bd9f_o.jpg" /></a><br />
If you add the BDP RSS widget for the output to the sidebar then you create a class list.</p>
<h2> <a href="http://eduglu.test.olt.ubc.ca/spamblog/" target="_blank">Spam Course Blog </a></h2>
<p>This blog uses a spamblogger (I&#8217;m using <a href="http://projects.radgeek.com/feedwordpress/" target="_blank">feedWordPress</a> because it actually updates posts if they are changed in the original feed) combined with BDP RSS to quickly create the course. Basically what happens is a feed aggregated by BDP RSS is fed into the spamblogger and feedWordPress republishes it. I have three reasons why I run the feeds through BDP RSS before I feed them to the feedWordPress:</p>
<ol>
<li> I&#8217;ve already created my Add to BDPRSS  widget to add feeds to BDPRSS. If I wanted students to add their own feeds to the spamblogger I would have to create another widget (and the widget would have to be specific to the spamblogger).</li>
<li> BDP works really well with a large range of feeds as well as with a large number of feeds. It acts as a kind of normalizing process, ensuring that each entry is parsed in the same way.</li>
<li> It allows for the auto-generation of a class list as described for the ghost course blog.</li>
</ol>
<h2><a href="http://eduglu.test.olt.ubc.ca/communalblog/" target="_blank">Communal Course Blog</a></h2>
<p>This Blog is the simplest to set up and is probably closer to what most faculty members will imagine when they think of a course blog. I simply use the <a href="http://wpmudev.org/project/Sidebar-Add-Users">sidebar add user widget</a> to add authors and the <a href="http://www.tsaiberspace.net/blog/2007/07/28/wp-authors/" target="_blank">Wp-Authors</a> widget to display the class list. Quick and simple. My example isn&#8217;t as good as the others simply because all of the content had to be written from scratch (or copy pasted from <a href="http://www.wikipedia.com" target="_blank">Wikipedia</a>). K1, one of the work study students at <a href="http://olt.ubc.ca">OLT</a> was kind enough to post a few items under different authors to show how this kind of course blog would look.</p>
<hr />A fourth option is of course mashing the Spam Course Blog and the Communal Course blog together, thus giving students the option over whether or not they want to have their own course.</p>
<p>If there is anything that I am missing in my thinking here, please let me know.</p>
<p>Some notes on policy and where I&#8217;m going from here: As I have been making these ways for students to self-populate a course, the question keeps on coming up &#8220;what if people who don&#8217;t belong to the course add themselves&#8221;? At the moment the sidebar add to BDP widget gives three levels of permission, global (anyone), system (on the same MU system) and blog (subscribers to the blog). I will be working on changing the &#8220;add user&#8221; plugin to accept a list of people (I&#8217;m thinking student numbers or emails?) and check those against people who are trying to add themselves to a blog. This would mean that a professor could just paste a list in the control of the widget and not have to worry about people who are not in the class adding themselves. Then to close off the spam and ghost course blogs one would set the <a href="http://weblogs.elearning.ubc.ca/andre/2008/03/add_to_bdp_rss_wordpress_plugi.html" target="_blank">sidebar add to bdp widget</a> permissions to &#8220;blog&#8221; and display the add user widget forcing students to add themselves as subscribers to the blog first so that they can be checked off against the class list before adding their feed.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/03/08/examples-of-course-blog-possibilities-and-plans-for-the-future/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Add to BDP RSS WordPress plugin</title>
		<link>http://andremalan.net/blog/2008/03/07/add-to-bdp-rss-wordpress-plugin/</link>
		<comments>http://andremalan.net/blog/2008/03/07/add-to-bdp-rss-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 01:12:51 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[bdprss]]></category>
		<category><![CDATA[course blogs]]></category>
		<category><![CDATA[olt]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Syndication and Feeds]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=34</guid>
		<description><![CDATA[Here is my first WordPress plugin. It is meant to extend the excellent BDP-RSS plugin by Bryan Palmer. This plugin allows users who are logged in to a WordPress MU system to add feeds to the BDP-RSS feed aggregator from the sidebar. It is primarily designed to allow students to add the feed of their own blog to a class aggregate blog. Please let me know what you think. Installation: Just download, unzip, then drop the plugin into your plugins-&#62;BDPRSS folder and activate in the plugins menu. Update: For some reason the control is not saving the options properly. I&#8217;ll fix it on Saturday morning. Update: Version 1.2 released. Changed the way that permissions work. Simplified things by only allowing registers users of the community to add their feeds. Gave admin the option of password protecting a blog so that only users who know the password can add feeds Download V1.2 As always, let me know what you think of the changed. Update: Version 1.1 released. Fixed subtitle bug Added control over what type of user can add feeds. Global: Anyone can add a feed System: Anyone on the Mu System can add a feed. Blog: Only a subscriber to the specific blog that the widget is on can add a feed. Made it so that if a user cannot add a feed, they don&#8217;t even see the text box. Download V1.1]]></description>
			<content:encoded><![CDATA[<p>Here is my first WordPress plugin. It is meant to extend the excellent <a href="http://www.ozpolitics.info/blog/?p=87">BDP-RSS</a> plugin by <a href="http://www.ozpolitics.info/blog/">Bryan Palmer</a>. This plugin allows users who are logged in to a WordPress MU system to add feeds to the BDP-RSS feed aggregator from the sidebar. It is primarily designed to allow students to add the feed of their own blog to a class aggregate blog.</p>
<p>Please let me know what you think.</p>
<p>Installation:</p>
<p>Just download, unzip, then drop the plugin into your plugins-&gt;BDPRSS folder and activate in the plugins menu.</p>
<p><span style="text-decoration: line-through;">Update: For some reason the control is not saving the options properly. I&#8217;ll fix it on Saturday morning.</span></p>
<h3>Update: Version 1.2 released.</h3>
<p>Changed the way that permissions work.</p>
<ul>
<li>Simplified things by only allowing registers users of the community to add their feeds.</li>
<li>Gave admin the option of password protecting a blog so that only users who know the password can add feeds</li>
</ul>
<h3>
<a href="http://www.andremalan.org/site/wp-content/uploads/2008/07/widget_addbdprss.zip">Download V1.2</a></h3>
<p>As always, let me know what you think of the changed.</p>
<h3>Update: Version 1.1 released.</h3>
<ul>
<li>Fixed subtitle bug</li>
<li>Added control over what type of user can add feeds.
<ul>
<li>Global: Anyone can add a feed</li>
<li> System: Anyone on the Mu System can add a feed.</li>
<li> Blog: Only a subscriber to the specific blog that the widget is on can add a feed.</li>
</ul>
</li>
<li> Made it so that if a user cannot add a feed, they don&#8217;t even see the text box.</li>
</ul>
<h3>
<a href="http://www.andremalan.org/site/wp-content/uploads/2008/04/widget_addbdprssphp.zip">Download V1.1</a></h3>
<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/c7647ec3-c2a4-433d-87a8-e29a14cb0252/" title="Zemified by Zemanta"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=c7647ec3-c2a4-433d-87a8-e29a14cb0252" alt="Zemanta Pixie"/></a></div>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/03/07/add-to-bdp-rss-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Three flavors of course blogs, very yummy&#8230;</title>
		<link>http://andremalan.net/blog/2008/02/29/three-flavors-of-course-blogs-very-yummy/</link>
		<comments>http://andremalan.net/blog/2008/02/29/three-flavors-of-course-blogs-very-yummy/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 16:01:04 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=33</guid>
		<description><![CDATA[In a comment on my post &#8220;who owns a class blog&#8220; Jim Groom said: That is the rub, when you open up a system like this, there are a number of ways of going at it, and having the ability to meet as many of them easily makes your life simpler. I agree whole-heartedly with Jim. My judgment has been clouded lately by the Wp-o-matic&#8217;s ability lack of to update posts on the fly and the lack of a &#8220;delete all&#8221; button on any of WordPress&#8217; pages. Today though, I saw the light. I now have a clear vision of three simple, definable, student driven course blog structures. The ghost blog: This blog is for the professor who doesn&#8217;t want to be confused by hundreds of student posts knocking around his/her blog. The blog simply uses BDPRSS and my add-to-BDPRSS widget (source code coming soon I promise) to populate a WordPress page with aggregated student entries. When another year of students comes, the old posts will still be there (or not, or in another blog that that the new blog links to), but as newer posts come in, the old posts will fall off of the bottom of the feed and the blog will have just new fresh content. No having to delete anything! The Communal blog: This blog is for the professor who wants to get stuck into the blogging experience with the students. This also probably the easiest (although I used to think it was the hardest) to implement. Jim reminded me of the &#8220;Add Sidebar Users&#8221; widget, which I will tweak slightly to make setting up this kind of blog super easy. Our new blogging service will allow students to sign up as just subscribers if they want to and with Campus Wide Login they won&#8217;t even have to remember their username. Zero work for the professor! The spam blog: Jim did great things with WP-o-matic. I found a tool that works even better for what we want to do (in fact, it is the one thing that I can now do better than the current incarnation of eduglu). FeedWordPress by Charles Johnson is another spamblogger that updates entries if they change in the feed. The biggest problem that I had with other versions of spam blogging tools was that they took dynamic content, republished it and then made it static. This might work for blog posts (which don&#8217;t generally change very much after they have been written)&#8230; but for something like a course syllabus or wiki feed (I&#8217;ll save that discussion for a later day) the content in the repository has to be continually updated. Otherwise we just have old junk entries lying around. FeedWordPress fixes that. FeedWordPress also has a nice &#8220;delete all&#8221; button that will get rid of feed entries that are marked for deletion. Best of all, the author has provided an excellent API and a bunch of hooks so that I can massage this plugin into doing my complete bidding. I will...]]></description>
			<content:encoded><![CDATA[<p>In a comment on my post &#8220;<a href="http://weblogs.elearning.ubc.ca/andre/2008/02/who_owns_a_class_blog_post.html">who owns a class blog</a>&#8220;<a href="http://bavatuesdays.com"> Jim Groom</a> said:</p>
<blockquote><p>That is the rub, when you open up a system like this, there are a number of ways of going at it, and having the ability to meet as many of them easily makes your life simpler.</p></blockquote>
<p>I agree whole-heartedly with Jim. My judgment has been clouded lately by the  <a href="http://Wp-o-matic'shttp//devthought.com/wp-o-matic-the-wordpress-rss-agreggator/">Wp-o-matic&#8217;s</a> ability lack of to update posts on the fly and the lack of a &#8220;delete all&#8221; button on any of WordPress&#8217; pages. Today though, I saw the light. I now have a clear vision of three simple, definable, student driven course blog structures.</p>
<ol>
<li>
<h3>The ghost blog:</h3>
</li>
<p>This blog is for the professor who doesn&#8217;t want to be confused by hundreds of student posts knocking around his/her blog. The blog simply uses <a href="http://www.ozpolitics.info/blog/2005/03/28/aggregated-blog-feeds/">BDPRSS</a> and my add-to-BDPRSS widget (source code coming soon I promise) to populate a WordPress page with aggregated student entries. When another year of students comes, the old posts will still be there (or not, or in another blog that that the new blog links to), but as newer posts come in, the old posts will fall off of the bottom of the feed and the blog will have just new fresh content. No having to delete anything!</p>
<li>
<h3>The Communal blog:</h3>
</li>
<p>This blog is for the professor who wants to get stuck into the blogging experience with the students. This also probably the easiest (although I used to think it was the hardest) to implement. Jim reminded me of the &#8220;<a href="http://wpmudev.org/project/Sidebar-Add-Users">Add Sidebar Users</a>&#8221; widget, which I will tweak slightly to make setting up this kind of blog super easy. Our new blogging service will allow students to sign up as just subscribers if they want to and with Campus Wide Login they won&#8217;t even have to remember their username. Zero work for the professor!</p>
<li>
<h3>The spam blog:</h3>
</li>
<p>Jim did <a href="http://bavatuesdays.com/proud-spammer-of-open-university-courses/">great things</a> with WP-o-matic. I found a tool that works even better for what we want to do (in fact, it is the one thing that I can now do better than <a href="http://eduglu.learningparty.net/">the current incarnation of eduglu</a>). <a href="http://projects.radgeek.com/feedwordpress/">FeedWordPress</a> by <a href="http://radgeek.com/about/">Charles Johnson</a> is another spamblogger that updates entries if they change in the feed. The biggest problem that I had with other versions of spam blogging tools was that they took dynamic content, republished it and then made it static. This might work for blog posts (which don&#8217;t generally change very much after they have been written)&#8230; but for something like a course syllabus or wiki feed (I&#8217;ll save that discussion for a later day) the content in the repository has to be continually updated. Otherwise we just have old junk entries lying around. FeedWordPress fixes that. FeedWordPress also has a nice &#8220;delete all&#8221; button that will get rid of feed entries that are marked for deletion. Best of all, the author has provided an excellent API and a bunch of hooks so that I can massage this plugin into doing my complete bidding.</p>
<p>I will be finalizing and testing these methods tomorrow and over the weekend and will hopefully have some concrete examples by early next week.</p>
<p>One last thing. These structures do not have to be independent. the communal blog can be combined with the spam blog (giving students the option). A ghost page can then be created in a different tab, feeding in content from other sources as examples and even points of discussion for future posts by the students. A ghost blog can be archived by simply feeding it into a spam blog and so on.</ol>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/29/three-flavors-of-course-blogs-very-yummy/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Explaining myself! (and a sneak peak at the end)</title>
		<link>http://andremalan.net/blog/2008/02/27/explaining-myself-and-a-sneak-peak-at-the-end/</link>
		<comments>http://andremalan.net/blog/2008/02/27/explaining-myself-and-a-sneak-peak-at-the-end/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 13:03:28 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[academic blogging]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=32</guid>
		<description><![CDATA[Why do I care about Educational Technology? I don&#8217;t know any other students who truly do. Here is a part of the why: A year ago I didn&#8217;t care about education and technology at all. I really didn&#8217;t. One day I realized that UBC was missing some kind of events calendar. so many great things happen on campus that are under-attended because people simply don&#8217;t know about them. I contacted Tlell Elviss (one of the most awesome people I know) and she told me that she had just been contacted by a student who was also interested in the same thing. We got together and talked about it (along the way she taught me about this obscure piece of technology called RSS). Things evolved and now the University is in the midst of creating a usable tool. In the second term of my first year I became immensely annoyed with the fact that WebCT locked away all the examples from CPSC 111 that I had used in the first term. Those examples could have helped me immensely in CPSC 211. I felt so utterly cheated, nobody told me when I came here that all the resources that I am given at University are equivalent to trial software&#8230; you can use them for a few months and then suddenly it gets taken away from you. I was angry. Shortly after that I decided that UBC was missing something else. A simple way to plan your degree. Thousands of students do it every year using sheets and sheets of paper, crossing things out becoming really confused ending up spending an extra semester or year in university. I decided to build something in Java (the only programming language I knew back then) and after obtaining a quasi-working model I realized that the job was too big for just me. Instead, I created a simple template in excel that provided a clear way for students to map out their future. That was what got the ball rolling. Over the Summer I work at UBC Student Development on LEAP and there learned the I am truly interested in educational technology. I can see so much potential for them to make student&#8217;s lives better. I started Get Teched Up as a result. I spent my last term at school using as many learning technologies as I could get my hands on and following the exploits of many of the edubloggers. That is why I am really not deserving at all of Jim&#8217;s praise&#8230; I&#8217;m not new to this, I don&#8217;t understand eduglue because of some innate ability, I understand it because I&#8217;ve been thinking about it for almost half a year now. On a more fun note, if anybody wants to play with my latest plugin, go here and add your feed into the box. Give BDP a few seconds to poll your feed(don&#8217;t worry about any error messages&#8230; it&#8217;s still in production) refresh and then look for your posts in the featured blogs list. Enjoy&#8230;...]]></description>
			<content:encoded><![CDATA[<p>Why do I care about Educational Technology? I don&#8217;t know any other students who truly do. Here is a part of the why:</p>
<p>A year ago I didn&#8217;t care about education and technology at all. I really didn&#8217;t. One day I realized that UBC was missing some kind of events calendar. so many great things happen on campus that are under-attended because people simply don&#8217;t know about them. I contacted <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=1000007878" target="_blank">Tlell Elviss</a> (one of the most awesome people I know) and she told me that she had just been contacted by a student who was also interested in the same thing. We got together and talked about it (along the way she taught me about this obscure piece of technology called RSS). Things evolved and now the University is in the midst of creating a usable tool.</p>
<p>In the second term of my first year I became immensely annoyed with the fact that WebCT locked away all the examples from CPSC 111 that I had used in the first term. Those examples could have helped me immensely in CPSC 211. I felt so utterly cheated, nobody told me when I came here that all the resources that I am given at University are equivalent to trial software&#8230; you can use them for a few months and then suddenly it gets taken away from you. I was angry.</p>
<p>Shortly after that I decided that UBC was missing something else. A simple way to plan your degree. Thousands of students do it every year using sheets and sheets of paper, crossing things out becoming really confused ending up spending an extra semester or year in university. I decided to build something in Java (the only programming language I knew back then) and after obtaining a quasi-working model I realized that the job was too big for just me. Instead, I created a <a href="http://leap.ubc.ca/get_ahead/build_your_degree/degree_planner/" target="_blank">simple template in excel</a> that provided a clear way for students to map out their future.</p>
<p>That was what got the ball rolling. Over the Summer I work at UBC Student Development on<a href="http://leap.ubc.ca" target="_blank"> LEAP</a> and there learned the I am truly interested in educational technology. I can see so much potential for them to make student&#8217;s lives better. I started <a href="http://leap.ubc.ca/get_teched_up/" target="_blank">Get Teched Up</a> as a result.</p>
<p>I spent my last term at school using as many learning technologies as I could get my hands on and following the exploits of many of the edubloggers. That is why I am really not deserving at all of <a href="http://bavatuesdays.com/wpmu-nv-2008/" target="_blank">Jim&#8217;s praise</a>&#8230; I&#8217;m not new to this, I don&#8217;t understand eduglue because of some innate ability, I understand it because I&#8217;ve been thinking about it for almost half a year now.</p>
<p>On a more fun note, if anybody wants to play with my latest plugin, go<a href="http://wp.test.olt.ubc.ca/" target="_blank"> here</a> and add your feed into the box. Give BDP a few seconds to poll your feed(don&#8217;t worry about any error messages&#8230; it&#8217;s still in production) refresh and then look for your posts in the featured blogs list.<br />
Enjoy&#8230;</p>
<p><img src="http://farm4.static.flickr.com/3168/2294731731_72954ee7c3.jpg?v=0" alt="" /></p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/27/explaining-myself-and-a-sneak-peak-at-the-end/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Who owns a class blog post?</title>
		<link>http://andremalan.net/blog/2008/02/26/who-owns-a-class-blog-post/</link>
		<comments>http://andremalan.net/blog/2008/02/26/who-owns-a-class-blog-post/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 13:37:40 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[academic]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpmu]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=31</guid>
		<description><![CDATA[So after a lengthy discussion with Vince today I have decided to change my mind on a few of the things that I seemed so certain about just a day ago. So here is the deal: I wrote that we would allow professors who so wished to republish all of the student&#8217;s blogs into a class blog using wp-o-matic. I&#8217;m not sure if we should do that anymore. My reservations come from that fact that if it is republished in the Professor&#8217;s blog then I feel that the students loose ownership and that rings strange to my sense of morality. Let&#8217;s consider a few hypothetical situations where a student writes for a class and his blog entries are republished in a class blog : A year down the road the student realized that what he wrote does not represent him and he wants to get rid of it. He can delete the entries in his blog, but they will still be saved in the class blog. He could of course ask the professor to take his posts off, but what if it is 10 years down the line? What if there were a lot of other students who feel the same way? The student decides to delete his blog. If the professor decides to publish the class posts (without attribution), the student has no way of claiming authorship over the post. There are also hangups for the professor: If the professor accidentally resets wp-o-matic It will recreate all of the entries. WordPress doesn&#8217;t have automatic mass deleting of entries (I mean we could write a plugin for it&#8230; but plugins take time). If the student updates their blog then those updates are not automatically reflected on the class blog. If a student adds a strange feed (one with say 150 items regarding unsavoury topics) then if those are republished, it is a nightmare to get rid of them. If we just use BDP RSS, all it takes to undo the damage is delete the feed in the BDP RSS options menu There are probably many more reasons why actually republishing would not be a good idea. So it comes down to figuring out why we wanted to republish the posts and finding alternatives. Creating a repository: I don&#8217;t think at this point we are wanting to create a repository, this isn&#8217;t eduglu (as I may have wrongly alluded to in my previous post), it is a blog based course platform where student input is used. A repository of teacher resources should be done in an entirely a slightly different way. Keeping examples of what students did previously: Why not just leave the blog active and create a new blog for every year that links back to previous years. Not only would this give the students an opportunity of pulling out if they don&#8217;t want their work published anymore, but it would also allow them to continually update what they have and allows the course to have a history. Using templates...]]></description>
			<content:encoded><![CDATA[<p>So after a lengthy discussion with Vince today I have decided to change my mind on a few of the things that I seemed <a href="http://weblogs.elearning.ubc.ca/andre/2008/02/making_wordpress_work_for_ubc.html" target="_blank">so certain</a> about just a day ago.</p>
<h3>So here is the deal:</h3>
<p>I wrote that we would allow professors who so wished to republish all of the student&#8217;s blogs into a class blog using <a href="http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/" target="_blank">wp-o-matic</a>. I&#8217;m not sure if we should do that anymore. My reservations come from that fact that if it is republished in the Professor&#8217;s blog then I feel that the students loose ownership and that rings strange to my sense of morality.</p>
<p>Let&#8217;s consider a few hypothetical situations where a student writes for a class and his blog entries are republished in a class blog :</p>
<ul>
<li> A year down the road the student realized that what he wrote does not represent him and he wants to get rid of it. He can delete the entries in his blog, but they will still be saved in the class blog. He could of course ask the professor to take his posts off, but what if it is 10 years down the line? What if there were a lot of other students who feel the same way?</li>
<li>The student decides to delete his blog. If the professor decides to publish the class posts (without attribution), the student has no way of claiming authorship over the post.</li>
</ul>
<p>There are also hangups for the professor:</p>
<ul>
<li>If the professor accidentally resets wp-o-matic It will recreate all of the entries. WordPress doesn&#8217;t have automatic mass deleting of entries (I mean we could write a plugin for it&#8230; but plugins take time).</li>
<li>If the student updates their blog then those updates are not automatically reflected on the class blog.</li>
<li>If a student adds a strange feed (one with say 150 items regarding unsavoury topics) then if those are republished, it is a nightmare to get rid of them. If we just use <a href="http://www.ozpolitics.info/blog/?p=87" target="_blank">BDP RSS</a>, all it takes to undo the damage is delete the feed in the BDP RSS options menu</li>
</ul>
<p>There are probably many more reasons why actually republishing would not be a good idea.</p>
<p>So it comes down to figuring out why we wanted to republish the posts and finding alternatives.</p>
<ul>
<li> Creating a repository: I don&#8217;t think at this point we are wanting to create a repository, this isn&#8217;t eduglu (as I may have wrongly alluded to in my previous post), it is a blog based course platform where student input is used. A repository of teacher resources should be done in <span style="text-decoration: line-through;">an entirely</span> a slightly different way.</li>
<li>Keeping examples of what students did previously: Why not just leave the blog active and create a new blog for every year that links back to previous years. Not only would this give the students an opportunity of pulling out if they don&#8217;t want their work published anymore, but it would also allow them to continually update what they have and allows the course to have a history. Using templates and import/export It would be much easier to create a new blog than to get rid of everything from the old blog.</li>
</ul>
<p><script src="http://www.gliffy.com/diagramEmbed.js" type="text/javascript"></script><br />
<script type="text/javascript"><!--
 gliffy_did = "1377725"; embedGliffy();
// --></script></p>
<p>I&#8217;m wondering does this make sense? Or are we missing something? We will probably change our minds a hundred times between now and October, but for now I think this model is the most sustainable and easy to implement approach, for us and for the professors.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/26/who-owns-a-class-blog-post/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Making WordPress work for UBC</title>
		<link>http://andremalan.net/blog/2008/02/24/making-wordpress-work-for-ubc/</link>
		<comments>http://andremalan.net/blog/2008/02/24/making-wordpress-work-for-ubc/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:11:23 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[LEAP]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[northernvoice]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=30</guid>
		<description><![CDATA[I&#8217;ve just come back from Northern Voice 2008, an absolutely phenomenal experience that I learned a ton of great things from (and will blog about it as soon as I have got the important stuff off of my chest&#8230;). Probably the most important thing that I learned is that the work that Vince and I are doing for UBC Blogs matters to others outside of UBC. From reading posts on Brian Lamb Jim Groom and D&#8217;Arcy Norman&#8217;s blogs I knew that a lot of people were struggling with the implementation of a free, easy to use &#8220;course management system&#8221; based on blogs, but for some reason it just didn&#8217;t click that I could (and should) be helping everyone out by describing what we are doing. It was only when Jim Groom and Lloyd Budd both on seperate occasions excitedly asked the question &#8220;where are you blogging this stuff&#8221; that I realized that I have been neglecting my duty to the community by not outlining our solutions to the problems of implementing a university-wide blogging platform. So here it is, my plan for using WordPress as a University wide blogging platform: To start off, I&#8217;ve been mentally breaking the problem down into two parts. We are in a sense providing two completely different services. One part is that we are providing a platform and community for student bloggers. The other part is that we are providing a course management system for professors. Although both services are interlinked, they each have their own fundamental challenges. Challenges in providing blogs for students: We want to provide students with a way to easily tell their story and with a way to find other students who are interested in their story. The second part is a little easier to do (seeing as umwblogs has already successfully done it), using plugins like muTags, List All widget and BDP RSS we are hopefully going to be able to provide enough ways for students to connect with each other when blogging and help them to easily form that community that so many bloggers crave. for a sneak peek here is the link to one of our many dev sites (warning., it is a dev site, so don&#8217;t expect it to look the same every time you stop by). the &#8220;easy&#8221; storytelling part is the true challenge. Despite what many professors might think, many students are scared of technology and the thought of having to learn an HTML tag or two sends many students running away screaming. Students are also scared of registering for too many services online, I know that we all have that fear&#8230; but many students find it crippling. Solving the &#8220;no HTML&#8221; problem was easy&#8230; we used WordPress. Solving the &#8220;signup&#8221; problem was a bit more difficult. We (and when I say &#8220;we&#8221; I mean Enej and John and Vince, with me shouting out ideas and debugging from the sidelines) created a plugin that integrates UBC&#8217;s Campus Wide Login (CWL) with the WordPress login. The...]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/basco5/2222362543/" target="_blank"><img src="http://farm3.static.flickr.com/2141/2222362543_156f23a315.jpg" alt="" /></a></p>
<p>I&#8217;ve just come back from <a href="http://2008.northernvoice.ca/" target="_blank">Northern Voice 2008</a>, an absolutely phenomenal experience that I learned a ton of great things from (and will blog about it as soon as I have got the important stuff off of my chest&#8230;).</p>
<p>Probably the most important thing that I learned is that the work that <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=1000015068" target="_blank">Vince</a> and I are doing for UBC Blogs matters to others outside of UBC. From reading posts on <a href="http://weblogs.elearning.ubc.ca/brian/archives/044813.php" target="_blank">Brian Lamb</a> <a href="http://bavatuesdays.com/proud-spammer-of-open-university-courses/" target="_blank">Jim Groom</a> and <a href="http://www.darcynorman.net/2008/02/13/eduglu-and-the-aggregate-social-tag-cloud/" target="_blank">D&#8217;Arcy Norman&#8217;s</a> blogs I knew that a lot of people were struggling with the implementation of a free, easy to use &#8220;course management system&#8221; based on blogs, but for some reason it just didn&#8217;t click that I could (and should) be helping everyone out by describing what we are doing. It was only when <a href="http://bavatuesdays.com/" target="_blank">Jim Groom</a> and <a href="http://foolswisdom.com/" target="_blank">Lloyd Budd</a> both on seperate occasions excitedly asked the question &#8220;where are you blogging this stuff&#8221; that I realized that I have been neglecting my duty to the community by not outlining our solutions to the problems of implementing a university-wide blogging platform.</p>
<p>So here it is, my plan for using WordPress as a University wide blogging platform:</p>
<p>To start off, I&#8217;ve been mentally breaking the problem down into two parts. We are in a sense providing two completely different services. One part is that we are providing a platform and community for student bloggers. The other part is that we are providing a course management system for professors. Although both services are interlinked, they each have their own fundamental challenges.</p>
<ol>
<li>
<h3>Challenges in providing blogs for students:</h3>
<p>We want to provide students with a way to <strong>easily</strong> tell their story and with a way to find other students who are interested in their story. The second part is a little easier to do (seeing as <a href="http://umwblogs.org" target="_blank">umwblogs</a> has already successfully done it), using plugins like <a href="http://wpmudev.org/project/MuTags">muTags</a>, <a href="http://wpmudev.org/project/List-All-%5Bwidgets%5D" target="_blank">List All widget</a> and <a href="http://www.ozpolitics.info/blog/?p=87" target="_blank">BDP RSS</a> we are hopefully going to be able to provide enough ways for students to connect with each other when blogging and help them to easily form that community that so many bloggers crave. for a sneak peek here is the <a href="http://wp.test.olt.ubc.ca" target="_blank">link</a> to one of our many dev sites (warning., it is a dev site, so don&#8217;t expect it to look the same every time you stop by).</p>
<p>the &#8220;easy&#8221; storytelling part is the true challenge. Despite what many professors might think, many students are scared of technology and the thought of having to learn an HTML tag or two sends many students running away screaming. Students are also scared of registering for too many services online, I know that we all have that fear&#8230; but many students find it crippling. Solving the &#8220;no HTML&#8221; problem was easy&#8230; we used WordPress. Solving the &#8220;signup&#8221; problem was a bit more difficult. We (and when I say &#8220;we&#8221; I mean Enej and John and Vince, with me shouting out ideas and debugging from the sidelines) created a plugin that integrates UBC&#8217;s Campus Wide Login (CWL) with the WordPress login. The process is a bit intricate so I will dedicate a full entry to it tomorrow.</p>
<p><img src="http://farm3.static.flickr.com/2383/2289478040_9476841a54_o.jpg" alt="Start a blog" width="100%" /></li>
<li>
<h3>Challenges in providing course blogs:</h3>
<p>.</p>
<p>How to use WordPress to create a versatile, easy to use eduGlue blog? At Northern Voice, Vince, Jim, Brian and I met to try and figure it out. Here is what we came up with:</p>
<p>The first step is to create a widget plugin that can be embedded in the sidebar of the course blog. That widget would have fields for students to paste their name, RSS feed and blog URL. The name and blog URL would be added to the course blogroll and the RSS feed would be added to the <a href="http://www.ozpolitics.info/blog/?p=87" target="_blank">BDP RSS aggregator</a>. BDP allows one to aggregate blog posts and display them in a fully customizable way (and touch wood&#8230; we haven&#8217;t been able to break it yet). A professor who wants a ghost blog (one that doesn&#8217;t keep the student&#8217;s entries when they leave) would simply output the BDP feed into the course blog and everything would work well. If the professor wants to keep a repository of all the posts written for the class by students, the BDP aggregated feed could just be fed into <a href="http://devthought.com/wp-o-matic-the-wordpress-rss-agreggator/" target="_blank">wp-o-matic</a> the spamblogger that Jim has been <a href="http://bavatuesdays.com/proud-spammer-of-open-university-courses/" target="_blank">experimenting</a> with. Professors want this kind of flexibility and this solution provides it quite elegantly, only requiring a few simple plugins.</p>
<p>This solution allows students to post in whatever medium they feel comfortable with, it allows students to keep their content and it stops professors from having to do anything technical when setting up a blog, aside from applying the course theme that we create that lets professors choose whether or not they want to keep their student&#8217;s content.</li>
</ol>
<p>Whew&#8230; so that is what we are doing&#8230; in a very general nutshell.I will be elaborating in weeks to come, but for now if there are any questions, comments, suggestions, pieces that I can elaborate on etc let me have them and I will be sure to act on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/24/making-wordpress-work-for-ubc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress &#8211; my love, my hate,</title>
		<link>http://andremalan.net/blog/2008/02/19/wordpress-my-love-my-hate/</link>
		<comments>http://andremalan.net/blog/2008/02/19/wordpress-my-love-my-hate/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 11:55:18 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=29</guid>
		<description><![CDATA[WordPress and I have a love-hate relationship. I love WordPress for the fact that to do simple things, it is incredible simple to use. I hate it for the fact that to do less simple things it baulks. It screams &#8220;SSH into the server and play with my core php files biutch!&#8221;. I guess I should provide some background on why WordPress and I have any relationship at all. At the moment I am developing a blogging platform for UBC to replace weblogs.elearning.ubc.ca. This project will hopefully allow bloggers at UBC to connect with each other and inspire the creation of some rich academic and personal content. We are trying to do this all with WordPress. At this year&#8217;s Northern Voice Conference Jim Groom (a true expert on WordPress who&#8217;s blog and creation have helped me solve so many problems with my own blogs) is thinking of hosting a WordPress anonymous session that welcomes all WordPress lovers as well as &#8220;haterz&#8221;. I am neither, but I have started dreaming about WordPress so I guess I should really attend. I do have one big complaint about WordPress that I need to get off of my chest now (and will probably continue to rant about at NorthernVoice): I&#8217;m bitterly upset over the fact that WordPress trusts nobody! Without heavy plugins and hacking you just can&#8217;t do anything fun&#8230; no matter who you are. Admin has no ability to upload theme files and page templates. I know that security is an issue (especially in WPMU) but I just wish there was a simple way for an admin to say: &#8220;Ok, WordPress&#8230; I trust this user and his blog, why don&#8217;t you go ahead and let him use a tiny little embed tag&#8230;?&#8221;I know that there are probably plugins or hacks to do that&#8230; but they are not easy to find. Assigning &#8220;superuser&#8221; roles that don&#8217;t strip you of any advanced coding or limit you to pre-installed themes and templates would be such a great addition to wordpress&#8230; and would probably convert many of the &#8220;haterz&#8221; out there. I mean think about it&#8230; with that kind of functionality&#8230; who needs Movable Type?]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org">WordPress</a> and I have a love-hate relationship. I love WordPress for the fact that to do simple things, it is incredible simple to use. I hate it for the fact that to do less simple things it baulks. It screams &#8220;SSH into the server and play with my core php files biutch!&#8221;.</p>
<p>I guess I should provide some background on why WordPress and I have any relationship at all. At the moment I am developing a blogging platform for UBC to replace <a href="http://weblogs.elearning.ubc.ca">weblogs.elearning.ubc.ca.</a> This project will hopefully allow bloggers at UBC to connect with each other and inspire the creation of some rich academic and personal content. We are trying to do this all with WordPress.</p>
<p><img src="http://farm3.static.flickr.com/2258/2278030562_bd138cd579.jpg?v=0" width="400" /></p>
<p>At this year&#8217;s <a href="http://2008.northernvoice.ca/">Northern Voice Conference</a> <a href="http://bavatuesdays.com/">Jim Groom</a> (a true expert on WordPress who&#8217;s blog and <a href="http://umwblogs.org">creation</a> have helped me solve so many problems with my own blogs) is thinking of hosting a <a href="http://bavatuesdays.com/wordpress-anonymous/">WordPress anonymous</a> session that welcomes all WordPress lovers as well as &#8220;haterz&#8221;. I am neither, but I have started dreaming about WordPress so I guess I should really attend.</p>
<p>I do have one big complaint about WordPress that I need to get off of my chest now (and will probably continue to rant about at NorthernVoice):</p>
<p>I&#8217;m bitterly upset over the fact that WordPress trusts nobody! Without heavy plugins and hacking you just can&#8217;t do anything fun&#8230; no matter who you are. Admin has no ability to upload theme files and page templates. I know that security is an issue (especially in WPMU) but I just wish there was a simple way for an admin to say: &#8220;Ok, WordPress&#8230; I trust this user and his blog, why don&#8217;t you go ahead and let him use a tiny little embed tag&#8230;?&#8221;I know that there are probably plugins or hacks to do that&#8230; but they are not easy to find. Assigning &#8220;superuser&#8221; roles that don&#8217;t strip you of any advanced coding or limit you to pre-installed themes and templates would be such a great addition to wordpress&#8230; and would probably convert many of the &#8220;haterz&#8221; out there. I mean think about it&#8230; with that kind of functionality&#8230; who needs Movable Type?</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/19/wordpress-my-love-my-hate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Job</title>
		<link>http://andremalan.net/blog/2008/02/10/my-job/</link>
		<comments>http://andremalan.net/blog/2008/02/10/my-job/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 04:30:16 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=28</guid>
		<description><![CDATA[As I said in my previous post&#8230; I&#8217;m not doing school anymore. I am on Coop, which means that I get to work full time and still be a student. It&#8217;s a pretty sweet deal. I&#8217;m working at the UBC Office of Learning Technology and it is a great place to be. My current project is recreating weblogs@ubc. It&#8217;s going to be based on WordPress, with a lot of cool features, including CWL login. Soon I will also be working on UBC wikis so look out for posts about this in the future. I might even need some help from some UBC students in order to get some of the community based initiatives off of the ground.]]></description>
			<content:encoded><![CDATA[<p>As I said in my previous post&#8230; I&#8217;m not doing school anymore. I am on Coop, which means that I get to work full time and still be a student. It&#8217;s a pretty sweet deal. I&#8217;m working  at the UBC <a href="http://olt.ubc.ca" target="_blank">Office of Learning Technology</a> and it is a great place to be.</p>
<p><img src="http://farm3.static.flickr.com/2383/2256439780_5cbf952c86.jpg?v=0" /></p>
<p>My current project is recreating weblogs@ubc. It&#8217;s going to be based on WordPress, with a lot of cool features, including CWL login. Soon I will also be working on UBC wikis so look out for posts about this in the future. I might even need some help from some UBC students in order to get some of the community based initiatives off of the ground.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/10/my-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Learning Tecnologies make a difference?</title>
		<link>http://andremalan.net/blog/2008/02/10/do-learning-tecnologies-make-a-difference/</link>
		<comments>http://andremalan.net/blog/2008/02/10/do-learning-tecnologies-make-a-difference/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 03:44:41 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=27</guid>
		<description><![CDATA[So, after a term of study and using all of the technologies that I have been speaking about&#8230; it&#8217;s time for the moment of truth, time to ask the question: &#8220;did they make a difference at all?&#8221; My grades say no. According to my grades, I&#8217;m almost exactly in the same place that I was a before I got involved in LEAP and experimenting with learning technologies. However, I don&#8217;t think my grades tell the whole story. One has to remember that in addition to the fact that my courses were a lot harder this term, I am also a Residence Advisor, which seriously reduced the amount of time I that have to study. In fact, my grades staying the same speaks volumes about the tools that I have been using. I have used different technologies and techniques to make my learning more efficient and organized&#8230; and me keeping my A average is proof of that. As for what was the most useful&#8230; here is a small synopsis of some of the things that I felt helped me most: Google Calendar: Due to all of my involvement outside of school, I would never have been able to survive without this. Google Calendar is super easy to use and maintain. I can plan my days and weeks, look back at what I have done and coordinate with other people in my team. Google Calendar takes paper agendas, chews them up and spits them out&#8230; it really, really does. Quizlet I raved about quizlet earlier&#8230; but using quizlet for exams blew my mind. There were literally pages on some of my exams which I just flew through&#8230; all the time saying to myself &#8220;Thank God for quizlet!&#8221; Quizlet is easy to use, collaborative&#8230; and above all&#8230; just a little bit fun. Of course flashcards can&#8217;t be used for all subjects, but for those in which it can be used&#8230; you would be a fool to not use quizlet. Microsoft Office OneNote: This was indispensable this year. It does such a good job of keeping all your notes in one place and eliminating the need to print out pages and pages of course notes. It would make your life almost paperless if you have a tablet pc, but even if you don&#8217;t have one&#8230; there is no better way to organize you school life. Those were the &#8220;super useful&#8221; technologies. I used others like electronic mindmapping, but I feel like those still need a lot of work before the concept can revolutionize the way one studies. As far as mind mapping goes&#8230; next year I plan to just put up massive sheets of poster paper around my room and map in my courses as they go. Electronic mindmaps just don&#8217;t have the dynamic interface yet that would make them revolutionary. So there we go, experiment over for now. School is done so I have eight months to find a whole new set of tools to help me get through it all again in...]]></description>
			<content:encoded><![CDATA[<p>So, after a term of study and using all of the technologies that I have been speaking about&#8230; it&#8217;s time for the moment of truth, time to ask the question: &#8220;did they make a difference at all?&#8221;
</p>
<p>
My grades say no. According to my grades, I&#8217;m almost exactly in the same place that I was a before I got involved in <a href="http://leap.ubc.ca" target="_blank">LEAP</a> and experimenting with <a href="http://weblogs.elearning.ubc.ca/andre/2007/09/the_plan.html" target="_blank">learning technologies</a>. However, I don&#8217;t think my grades tell the whole story. One has to remember that in addition to the fact that my courses were a lot harder this term, I am also a Residence Advisor, which seriously reduced the amount of time I that have to study. In fact, my grades staying the same speaks volumes about the tools that I have been using. I have used different technologies and techniques to make my learning more efficient and organized&#8230; and me keeping my A average is proof of that.
</p>
<p>
As for what was the most useful&#8230; here is a small synopsis of some of the things that I felt helped me most:
</p>
<ul>
<li>
<h3><a href="http://calendar.google.com">Google Calendar</a>: </h3>
<p>Due to all of my involvement outside of school, I would never have been able to survive without this. Google Calendar is super easy to use and maintain. I can plan my days and weeks, look back at what I have done and coordinate with other people in my team. Google Calendar takes paper agendas, chews them up and spits them out&#8230; it really, really does.</li>
<li>
<h3><a href="http://www.quizlet.com" target="_blank">Quizlet</a></h3>
<p> I <a href="http://weblogs.elearning.ubc.ca/andre/2007/10/quizlet_rocks.html">raved</a> about quizlet earlier&#8230; but using quizlet for exams blew my mind. There were literally pages on some of my exams which I just flew through&#8230; all the time saying to myself &#8220;Thank God for quizlet!&#8221; Quizlet is easy to use, collaborative&#8230; and above all&#8230; just a little bit fun. Of course  flashcards can&#8217;t be used for all subjects, but for those in which it can be used&#8230; you would be a fool to not use quizlet.</li>
<li>
<h3>Microsoft Office OneNote:</h3>
<p> This was indispensable this year. It does such a good job of keeping all your notes in one place and eliminating the need to print out pages and pages of course notes. It would make your life almost paperless if you have a tablet pc, but even if you don&#8217;t have one&#8230; there is no better way to organize you school life.</li>
</ul>
<p>
Those were the &#8220;super useful&#8221; technologies. I used others like electronic mindmapping, but I feel like those still need a lot of work before the concept can revolutionize the way one studies. As far as mind mapping goes&#8230; next year I plan to just put up massive sheets of poster paper around my room and map in my courses as they go. Electronic mindmaps just don&#8217;t have the dynamic interface yet that would make them revolutionary.
</p>
<p>
So there we go, experiment over for now. School is done so I have eight months to find a whole new set of tools to help me get through it all again in September. I am on coop now at the Office of Learning Technology, so even though I can&#8217;t really test them&#8230; I can still write about the great technologies that I will be finding/building in my work.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/10/do-learning-tecnologies-make-a-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overhaul</title>
		<link>http://andremalan.net/blog/2008/02/10/overhaul/</link>
		<comments>http://andremalan.net/blog/2008/02/10/overhaul/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 21:40:01 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Hacking]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=26</guid>
		<description><![CDATA[I&#8217;m back after a long, exam inspired hiatus from blogging. It&#8217;s about time for an overhaul. I&#8217;ve been chugging along over the past few month and it&#8217;s time to change it all up. The first change that may have been noticed is the different look of the site. No, it&#8217;s not permanent, it is just to replaced the mangled disaster that was my attempt to modify the &#8220;blue crush&#8221; theme in Movable Type. The current three column layout has to go&#8230; and probably the new theme too&#8230; but I will wait until December when I have time to breath and just play around with the CSS. The second change I&#8217;m going to make is to actually start blogging regularly again and reenter the &#8220;blogosphere&#8221;. How could I not, seeing as my job now entails creating a UBC blog platform. I&#8217;m also working with Brian Lamb at the moment and if you take a look at his blog, you will see that one can&#8217;t really work with Brian and not blog. I&#8217;m also working with the UBC blog squad (as a mentor), yet have been completely shamed by the likes of Mackenzie, Lillienne and Genevieve who are all phenomenal bloggers. I am also going to be broadening the scope of my blog, writing a bit more about residence life and life at UBC as well. I know it will look strange at the moment under the heading of &#8220;Learning and Technology&#8221;, but once I have the new UBC blogs up and running, I will be moving my whole site over to wordpress and with then do an even more massive overhaul. For now though, enjoy the new visuals and also the new content!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back after a long, exam inspired hiatus from blogging. It&#8217;s about time for an overhaul. I&#8217;ve been chugging along over the past few month and it&#8217;s time to change it all up.</p>
<p>
The first change that may have been noticed is the different look of the site. No, it&#8217;s not permanent, it is just to replaced the mangled disaster that was my attempt to modify the &#8220;blue crush&#8221; theme in Movable Type. The current three column layout has to go&#8230; and probably the new theme too&#8230; but I will wait until December when I have time to breath and just play around with the CSS.
</p>
<p>
The second change I&#8217;m going to make is to actually start blogging regularly again and reenter the &#8220;blogosphere&#8221;. How could I not, seeing as my job now entails creating a UBC blog platform. I&#8217;m also working with <a href="http://weblogs.elearning.ubc.ca/brian/"target="_blank">Brian Lamb</a> at the moment and if you take a look at his blog, you will see that one can&#8217;t really work with Brian and not blog. I&#8217;m also working with the UBC blog squad (as a mentor), yet have been completely shamed by the likes of <a href="http://blog.students.ubc.ca/mackenzie"target="_blank">Mackenzie</a>, <a href="http://blog.students.ubc.ca/lillienne"target="_blank">Lillienne</a> and <a href="http://blog.students.ubc.ca/genevieve" target="_blank">Genevieve</a> who are all phenomenal bloggers.</p>
<p>I am also going to be broadening the scope of my blog, writing a bit more about residence life and life at UBC as well. I know it will look strange at the moment under the heading of &#8220;Learning and Technology&#8221;, but once I have the new UBC blogs up and running, I will be moving my whole site over to wordpress and with then do an even more massive overhaul. For now though, enjoy the new visuals and also the new content!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2008/02/10/overhaul/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is a student?</title>
		<link>http://andremalan.net/blog/2007/11/22/what-is-a-student/</link>
		<comments>http://andremalan.net/blog/2007/11/22/what-is-a-student/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 20:22:11 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=25</guid>
		<description><![CDATA[I saw this&#8230; and had to post it&#8230; I find all that is said true&#8230; but how to fix it? It also makes no mention of random irrelevant assignments, one of which stops me from fully reflecting on this video. Hopefully I will have some time soon to actually delve deeper into what it means&#8230;]]></description>
			<content:encoded><![CDATA[<p>I saw this&#8230; and had to post it&#8230;</p>
<p><object width="100%" height="100%"><param name="movie" value="http://www.youtube.com/v/dGCJ46vyR9o&#038;rel=1&#038;border=0"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/dGCJ46vyR9o&#038;rel=1&#038;border=0" type="application/x-shockwave-flash" wmode="transparent" width="100%" height="250"></embed></object></p>
<p> I find all that is said true&#8230; but how to fix it? It also makes no mention of random irrelevant assignments, one of which stops me from fully reflecting on this video. Hopefully I will have some time soon to actually delve deeper into what it means&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/11/22/what-is-a-student/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Where to study?</title>
		<link>http://andremalan.net/blog/2007/11/12/where-to-study/</link>
		<comments>http://andremalan.net/blog/2007/11/12/where-to-study/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 10:12:27 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=24</guid>
		<description><![CDATA[I am currently sitting in a small coffee lounge and bistro near campus where I have been studying for the past three hours. This is probably the longest consecutive amount of time I have studies since I started school this term! Terrible as that may be it leads me to ponder why I have been more successful today than on any other day this term. The answer has to be that I am not studying at home. The problem with me and studying at home is not that home has too many distractions (although it does have a lot), it&#8217;s more like I have found ways to use those distractions. Here at the coffee lounge the only distraction that my mind (aching to think of something other than statistics and chemistry) can find is to order more coffee or go and draw some money from the bank. However, if I had to do this regularly my mind would probably find many more ways to distract itself. I&#8217;m sure if I came here another 5 times, by the 5th time I would probably get very little work done. The moral of the story for me is… change it up! Having a selection of different study environments and using them is critical. Of course this is difficult for me, a person who is being paid to be in my room 4/7 evenings of the week. For those of you at UBC who do have more freedom, here is great list of places to go study! For those living on campus, remember the study caf is open every Sunday, Tuesday and Thursday (with AMS tutoring being available on Tuesdays and Thursdays). For any students at UBC (living in Totem or Vanier) that are interested in getting a leg up before the exam season starts, Rebecca and I will be giving a presentation on how to use LEAP this upcoming Wednesday at 7pm in the Vanier commons block. We will also be handing out some great study packages. All are welcome to attend. Will post later on how it goes. Finally, here is the doodling of a kid who types all his notes out (me) and has no paper to draw on. I will probably bring ut a whole series once I get my graphic table that I will use to write down equations into oneNote. Cheers, Andre]]></description>
			<content:encoded><![CDATA[<p>
I am currently sitting in a small coffee lounge and bistro near campus where I have been studying for the past three hours. This is probably the longest consecutive amount of time I have studies since I started school this term! Terrible as that may be it leads me to ponder why I have been more successful today than on any other day this term.
</p>
<p>
The answer has to be that I am not studying at home. The problem with me and studying at home is not that home has too many distractions (although it does have a lot), it&#8217;s more like I have found ways to use those distractions. Here at the coffee lounge the only distraction that my mind (aching to think of something other than statistics and chemistry) can find is to order more coffee or go and draw some money from the bank. However, if I had to do this regularly  my mind would probably find many more ways to distract itself. I&#8217;m sure if I came here another 5 times, by the 5th time I would probably get very little work done. The moral of the story for me is… change it up! Having a selection of different study environments and using them is critical. Of course this is difficult for me, a person who is being paid to be in my room 4/7 evenings of the week.  For those of you at <a href="http://www.ubc.ca">UBC</a> who do have more freedom, <a href="http://leap.ubc.ca/get_together/study_groups/group_study_loc/">here</a> is great list of places to go study! For those living on campus, remember the study caf is open every Sunday, Tuesday and Thursday (with AMS tutoring being available on Tuesdays and Thursdays).
</p>
<p>
For any students at UBC (living in Totem or Vanier) that are interested in getting a leg up before the exam season starts, Rebecca and I will be giving a presentation on how to use <a href="http://leap.ubc.ca">LEAP</a> this upcoming Wednesday at 7pm in the Vanier commons block. We will also be handing out some great study packages. All are welcome to attend.
</p>
<p>Will post later on how it goes.</p>
<p>Finally, here is the doodling of a kid who types all his notes out (me) and has no paper to draw on. I will probably bring ut a whole series once I get my graphic table that I will use to write down equations into oneNote.<br />
<img alt="firstdoodle.JPG" src="http://weblogs.elearning.ubc.ca/andre/firstdoodle.JPG" width="274" height="332" />
</p>
<p>Cheers,<br />
Andre</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/11/12/where-to-study/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In the eye of the midterm storm:</title>
		<link>http://andremalan.net/blog/2007/10/22/in-the-eye-of-the-midterm-storm/</link>
		<comments>http://andremalan.net/blog/2007/10/22/in-the-eye-of-the-midterm-storm/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 12:12:39 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=22</guid>
		<description><![CDATA[Well, it&#8217;s been a few hectic weeks of midterms and an eye opener as to the ways in which I learn. So, as boring as lists are, here is my midterm damage assessment. Study what you&#8217;re interested in and if you don&#8217;t have a choice about what you study… become interested in what you are doing. At the moment I am doing fantastically in all of my hard subjects, but poorly in all the easy ones. Why? Because I am interested in the hard ones and don&#8217;t care about the others. I spend time thinking about algorithm efficiency and the way CPUs translate code… I don&#8217;t spend time thinking about redox reactions. One of the hardest things for me this term is going to be to forge an interest in Chemistry and Statistics. Your tools are only as good as the way you work with them. I&#8217;ve been using things like mindmapping software and OneNote and they have really helped me assimilate information. Only however, when I worked at it. Just making a mindmap on statistics is not going to help you learn it. You have to interact with that mindmap (something the software lets you do) move things around, create new links etc. Without this extra effort you are never going to learn anything. Go to class. I can&#8217;t tell you how much I have lost by just not being in the class (or not paying attention when in class). The amount of information that one learns in class is honestly a lot more than you would ever imagine. Ok, agreed, that was not the most interesting post of all times, as soon as I get out of this midterm storm I will be able to write more riveting stuff. Cheer, Andre P.S. More XKCD for your enjoyment:]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been a few hectic weeks of midterms and an eye opener as to the ways in which I learn. So, as boring as lists are, here is my midterm damage assessment.</p>
<ol>
<li>Study what you&#8217;re interested in and if you don&#8217;t have a choice about what you study… become interested in what you are doing. At the moment I am doing fantastically in all of my hard subjects, but poorly in all the easy ones. Why? Because I am interested in the hard ones and don&#8217;t care about the others. I spend time thinking about algorithm efficiency and the way CPUs translate code… I don&#8217;t spend time thinking about redox reactions. One of the hardest things for me this term is going to be to forge an interest in Chemistry and Statistics.</li>
<li>Your tools are only as good as the way you work with them. I&#8217;ve been using things like mindmapping software and OneNote and they have really helped me assimilate information. Only however, when I worked at it. Just making a mindmap on statistics is not going to help you learn it. You have to interact with that mindmap (something the software lets you do) move things around, create new links etc. Without this extra effort you are never going to learn anything.</li>
<li>Go to class. I can&#8217;t tell you how much I have lost by just not being in the class (or not paying attention when in class). The amount of information that one learns in class is honestly a lot more than you would ever imagine.</li>
</ol>
<p>Ok, agreed, that was not the most interesting post of all times, as soon as I get out of this midterm storm I will be able to write more riveting stuff.</p>
<p>Cheer,</p>
<p>Andre</p>
<p>P.S. More <a href="http://www.xkcd.com" target="_blank">XKCD</a> for your enjoyment:<br />
<img src="http://imgs.xkcd.com/comics/photoshops.png" alt="" width="100%" height="100%" /></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/10/22/in-the-eye-of-the-midterm-storm/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>I find this really funny</title>
		<link>http://andremalan.net/blog/2007/10/15/i-find-this-really-funny/</link>
		<comments>http://andremalan.net/blog/2007/10/15/i-find-this-really-funny/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 14:17:39 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=21</guid>
		<description><![CDATA[OK, I am just too much of a Computer Scientist, this has to be one of the funniest things I&#8217;ve seen in a very long time: xkcd has to be the best webcomic that I have seen (if you find better let me know). I&#8217;ve spent hours reading everything he has and laughing myself stupid! That&#8217;s it for now, more to come from me after midterms this week&#8230;]]></description>
			<content:encoded><![CDATA[<p><strong>OK, I am just too much of a Computer Scientist, this has to be one of the funniest things I&#8217;ve seen in a very long time:<br />
</strong></p>
<p>
<a href="http://xkcd.com/327/" target="_blank"><img src="http://imgs.xkcd.com/comics/exploits_of_a_mom.png" width="100%"/></a><br />
</p>
<p><a href="http://xkcd.com/">xkcd</a> has to be the best webcomic that I have seen (if you find better let me know). I&#8217;ve spent hours reading everything he has and laughing myself stupid!<br />
That&#8217;s it for now, more to come from me after midterms this week&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/10/15/i-find-this-really-funny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quizlet Rocks!</title>
		<link>http://andremalan.net/blog/2007/10/09/quizlet-rocks/</link>
		<comments>http://andremalan.net/blog/2007/10/09/quizlet-rocks/#comments</comments>
		<pubDate>Tue, 09 Oct 2007 06:15:45 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=20</guid>
		<description><![CDATA[Quizlet is an online flashcard program that allows one to input matching data and test yourself. After using it to study for my Chemistry midterm I fell in love. The reason? It makes remembering long lists (like the names of chemicals in my case) much more enjoyable than anything else that I have ever tried. Sure, there are probably better ways to ensure that you learn the data for life than flashcards. However, when you find yourself as a student in the situation where you have to learn a long list that you are really not going to need for life, then flashcards can really help. Some of the benefits that I found from Quizlet are as follows: You have to type the answers in, this means that unlike flashcards you get a better sense of the spelling, as well as better interaction with each word pair. It records the percentage of times you get things right, allowing you to see immediately if you are improving or not. It keeps a continuous record of the words that you missed the most. You can combine sets of cards. So for instance if you have to study 3 different sets of material for midterms and then all of it for the exam, you can create one set before each midterm and then combine them at the end to make one massive deck of cards. Quizlet is collaborative so other people in your class can help to create decks of flashcards. You can discuss the data with others in quizlet. You can be tested on either the word or the definition. You can be quizzed in more than one way, there is a match the card game, a test mode (including fill in the blanks, multiple choice and match the columns). All in all Quizlet makes the traditional flashcard redundant. No more shuffling, no more trying to make sure all the cards are the right way up, no more wondering if you actually know the things, Quizlet takes care of all of that for you. So, you think you know your basic chemistry? Try out the set I made for my midterm&#8230;]]></description>
			<content:encoded><![CDATA[<p><img alt="quizlet%20header.jpg"src="http://weblogs.elearning.ubc.ca/andre/quizlet%20header.jpg" width="100%" height="100%" /></p>
<p>
<a href="http://www.quizlet.com/" target="_blank">Quizlet</a> is an online flashcard program that allows one to input matching data and test yourself. After using it to study for my Chemistry midterm I fell in love. The reason? It makes remembering long lists (like the names of chemicals in my case) much more enjoyable than anything else that I have ever tried.
</p>
<p>
Sure, there are probably better ways to ensure that you learn the data for life than flashcards. However, when you find yourself as a student in the situation where you have to learn a long list that you are really not going to need for life, then flashcards can really help.
</p>
<p>
<strong>Some of the benefits that I found from <a href="http://www.quizlet.com/" target="_blank">Quizlet</a>  are as follows: </strong></p>
<ul>
<li>You  have to type the answers in, this means that unlike flashcards you get a better sense of the spelling, as well as better interaction with each word pair.</li>
<li> It records the percentage of times you get things right, allowing you to see immediately if you are improving or not.</li>
<li> It keeps a continuous record of the words that you missed the most.</li>
<p><img alt="quizlet%20most%20missed%20words.jpg" src="http://weblogs.elearning.ubc.ca/andre/quizlet%20most%20missed%20words.jpg" width="270" height="337" /></p>
<li> You can combine sets of cards. So for instance if you have to study 3 different sets of material for midterms and then all of it for the exam, you can create one set before each midterm and then combine them at the end to make one massive deck of cards.</li>
<p><img alt="quizlet%20stuff%20to%20do.jpg" src="http://weblogs.elearning.ubc.ca/andre/quizlet%20stuff%20to%20do.jpg" width="532" height="122" /></p>
<li> Quizlet is collaborative so other people in your class can help to create decks of flashcards.</li>
<li> You can discuss the data with others in quizlet.</li>
<li> You can be tested on either the word or the definition.</li>
<li> You can be quizzed in more than one way, there is a match the card game, a test mode (including fill in the blanks, multiple choice and match the columns). </li>
<p><img alt="quizlet%20question%20types.jpg" src="http://weblogs.elearning.ubc.ca/andre/quizlet%20question%20types.jpg" width="289" height="142" />
</ul>
</p>
<p>
All in all <a href="http://www.quizlet.com/" target="_blank">Quizlet</a>  makes the traditional flashcard redundant. No more shuffling, no more trying to make sure all the cards are the right way up, no more wondering if you actually know the things, <a href="http://www.quizlet.com/" target="_blank">Quizlet</a>  takes care of all of that for you.
</p>
<p><strong>So, you think you know your basic chemistry? Try out the set I made for my midterm&#8230;</strong>
</p>
<p><iframe src="http://quizlet.com/embed/scatter/68366/" height="400" width="100%" style="border: none"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/10/09/quizlet-rocks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Get Teched Up!</title>
		<link>http://andremalan.net/blog/2007/10/05/get-teched-up/</link>
		<comments>http://andremalan.net/blog/2007/10/05/get-teched-up/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 02:29:42 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=19</guid>
		<description><![CDATA[My presentation on academic tech tools went as well as could be expected. About 15 out of the 100 people invited showed up (which is apparently really good for an academic program in residence). I got mixed reactions, there were some bored looks but then there were also those who saw things like google docs and Netvibes with wide eyed amazement. I also saw some of them setting up accounts, so at least they are giving it a go. Below is the flyer that I handed out and that I&#8217;ve had a few requests for from people who weren&#8217;t there: Get Teched up: Online Academic Resources: leap.ubc.ca Homepages: www.netvibes.com Calendar: calendar.google.com Online Flashcards: www.quizlet.com Mindmaps: www.freemind.com OneNote (Check out MS Office 2007) Wikis wiki.elearning.ubc.ca/ Google Docs docs.google.com Online Office software: www.zoho.com More videos on how to do tech stuff: www.commoncraft.com/show More Tech stuff (including stop wasting time online) leap.ubc.ca/get_teched_up/ There are some things that I left off like del.ico.us…but I&#8217;m keeping that in my arsenal for later on in the year when I start getting questions on how to do research. Midterms are coming up soon, so stay tuned to hear how some of the tools that I have been testing are working out.]]></description>
			<content:encoded><![CDATA[<p>My presentation on academic tech tools went as well as could be expected. About 15 out of the 100 people invited showed up (which is apparently really good for an academic program in residence). I got mixed reactions, there were some bored looks but then there were also those who saw things like google docs and Netvibes with wide eyed amazement. I also saw some of them setting up accounts, so at least they are giving it a go.</p>
<p>Below is the flyer that I handed out and that I&#8217;ve had a few requests for from people who weren&#8217;t there:</p>
<h3><strong>Get Teched up:</strong></h3>
<ul>
<li><strong>Online Academic Resources:</strong><br />
<a href="http://leap.ubc.ca">leap.ubc.ca</a></li>
<li><strong>Homepages:</strong><br />
<a href="http://www.netvibes.com">www.netvibes.com</a></li>
<li><strong>Calendar:</strong><br />
<a href="http://calendar.google.com">calendar.google.com</a></li>
<li><strong>Online Flashcards:</strong><br />
<a href="http://www.quizlet.com">www.quizlet.com</a></li>
<li><strong>Mindmaps:</strong><br />
<a href="http://freemind.sourceforge.net">www.freemind.com</a></li>
<li><strong>OneNote </strong>(Check out MS Office 2007)</li>
<li><strong>Wikis</strong><br />
<a href="http://wiki.elearning.ubc.ca/">wiki.elearning.ubc.ca/</a></li>
<li><strong>Google Docs</strong><br />
<a href="http://docs.google.com">docs.google.com</a></li>
<li><strong>Online Office software:</strong><br />
<a href="http://www.zoho.com">www.zoho.com</a></li>
<li><strong>More videos on how to do tech stuff:</strong><br />
<a href="http://www.commoncraft.com/show">www.commoncraft.com/show</a></li>
<li><strong>More Tech stuff </strong>(including stop wasting time online)<br />
<a href="http://leap.ubc.ca/get_teched_up/">leap.ubc.ca/get_teched_up/</a></li>
</ul>
<p>There are some things that I left off like del.ico.us…but I&#8217;m keeping that in my arsenal for later on in the year when I start getting questions on how to do research.</p>
<p>Midterms are coming up soon, so stay tuned to hear how some of the tools that I have been testing are working out.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/10/05/get-teched-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates on my world of Tech:</title>
		<link>http://andremalan.net/blog/2007/09/25/updates-on-my-world-of-tech/</link>
		<comments>http://andremalan.net/blog/2007/09/25/updates-on-my-world-of-tech/#comments</comments>
		<pubDate>Wed, 26 Sep 2007 01:39:21 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=18</guid>
		<description><![CDATA[My ridiculously large workload says I shouldn&#8217;t be blogging right now… but I&#8217;m sticking it to the man! Update 1: Podcasting I failed miserably, I really just wasn&#8217;t interested in listening to lectures again and thus just didn&#8217;t remember to record lectures. Also I felt uncomfortable sitting in the front. It&#8217;s funny how that is actually… it seems that the third row in any lecture theatre is dynamite! Update 2: Google Calendar Right, on this one I succeeded. Not only has it become essential in my life… but I have converted some other people around me! Being able to layer calendars on and off is amazing. I still need to work on making my use of Google Calendar efficient (there is an art to creating the right amount of calendars and dealing with stuff like deadlines) but for now, my life has been changed. Once I have all the kinks in my system worked out I will post some handy tips for Google Calendar users. Update 3: Netvibes wins! Yes that&#8217;s right… I&#8217;ve chosen Netvibes… and I&#8217;m not looking back. Why is that? Firstly they have fixed many of the issues that I had with them, like not allowing me to access my Live Hotmail. As of yesterday they completely upgraded their widgets and widget browsing. It is so much easier and all my widgets just look better. Plus they have a new Google Calendar module which works amazingly! Well done Netvibes, you are my winner! Update 4: I&#8217;m giving a &#8220;get Teched up&#8221; presentation It is on Wednesday at 8PM in the 1st floor lounge of Sherwood Lett in Vanier. If you want to come check it out please do. One of the best things to come out of this is that I will be able to monitor my success because I will be presenting to people in my house and can thus actually track how &#8220;Teched up&#8221; they become. Exciting times! Cheers, Andre.]]></description>
			<content:encoded><![CDATA[<p>My ridiculously large workload says I shouldn&#8217;t be blogging right now… but I&#8217;m sticking it to the man!</p>
<h2>Update 1: Podcasting</h2>
<p>I failed miserably, I really just wasn&#8217;t interested in listening to lectures again and thus just didn&#8217;t remember to record lectures. Also I felt uncomfortable sitting in the front. It&#8217;s funny how that is actually… it seems that the third row in any lecture theatre is dynamite!</p>
<h2>Update 2: <a href="http://calendar.google.com" target="_blank">Google Calendar</a></h2>
<p>Right, on this one I succeeded. Not only has it become essential in my life… but I have converted some other people around me! Being able to layer calendars on and off is amazing. I still need to work on making my use of Google Calendar efficient (there is an art to creating the right amount of calendars and dealing with stuff like deadlines) but for now, my life has been changed. Once I have all the kinks in my system worked out I will post some handy tips for Google Calendar users.</p>
<h2>Update 3: <a href="http://www.netvibes.com" target="_blank">Netvibes</a> wins!</h2>
<p>Yes that&#8217;s right… I&#8217;ve chosen Netvibes… and I&#8217;m not looking back. Why is that? Firstly they have fixed many of the issues that I had with them, like not allowing me to access my Live Hotmail. As of yesterday they completely upgraded their widgets and widget browsing. It is so much easier and all my widgets just look better. Plus they have a new Google Calendar module which works amazingly! Well done Netvibes, you are my winner!<br />
<img src="http://weblogs.elearning.ubc.ca/andre/netvibesWins.jpg" alt="netvibesWins.jpg" width="100%" /></p>
<h2>Update 4: I&#8217;m giving a &#8220;get Teched up&#8221; presentation</h2>
<p>It is on Wednesday at 8PM in the 1st floor lounge of Sherwood Lett in Vanier. If you want to come check it out please do. One of the best things to come out of this is that I will be able to monitor my success because I will be presenting to people in my house and can thus actually track how &#8220;Teched up&#8221; they become. Exciting times!</p>
<p>Cheers,</p>
<p>Andre.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/09/25/updates-on-my-world-of-tech/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The RSS aggregators are fighting over me!</title>
		<link>http://andremalan.net/blog/2007/09/16/the-rss-aggregators-are-fighting-over-me/</link>
		<comments>http://andremalan.net/blog/2007/09/16/the-rss-aggregators-are-fighting-over-me/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 03:30:16 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=17</guid>
		<description><![CDATA[Well no, they aren&#8217;t really fighting over me, I guess they are fighting over the world, but still they are making it very hard for me to organize me life. But let me start at the beginning. After starting with iGoogle, I moved on to Netvibes and loved it. Then one day after reading a post by Novak I tried pageflakes… and loved it even more. I switched… well&#8230; half switched… and have been milling around in the middle ever since. Here are a few of the reasons I can&#8217;t decide between the two of them (in the form of what I love/hate about one which automatically implies the opposite for the other: I love the &#8220;change layout&#8221; option of Pageflakes I love the little falling snowflakes in Pageflakes! I love that you can just embed a Javascript version of a Pageflakes &#8220;flake&#8221; I love the huge amount of options that Pageflakes gives for displaying a feed I hate how I can&#8217;t read my hotmail in Netvibes I love the way you add modules/widgets in Pageflakes I love that you can share a single page in pageflakes I love/hate Pageflake&#8217;s RSS reader mode I love that Netvibes lets you change the feed location within the module I love that you will be able to keep and share an entire alternate universe in Netvibes I love the greater range of OPM modules in Netvibes, like Rugby World Cup 2007 and Facebook I hate the way you add basic feeds in Pageflakes I hate how the default in Pageflakes is &#8220;summery view&#8221; and &#8220;read in original site&#8221; I hate how Pageflakes takes longer to load I love the fact that clicking on the title of a feed takes you to that site Great! My list ends up being completely even! What do I do? For now I think I&#8217;ll switch back to Netvibes (seeing that the Rugby world cup is my priority)… but I&#8217;m still up in the air and waiting for a truly compelling argument one way or the other. I long for the day when I can just choose one and just forget completely about the other! Update: I just figured out how to share a whole page in Netvibes. Now Netvibes is really winning!]]></description>
			<content:encoded><![CDATA[<p><img alt="netvibesvspageflakes.jpg" src="http://weblogs.elearning.ubc.ca/andre/netvibesvspageflakes.jpg" width="100%" height="100%" /></p>
<p>
Well no, they aren&#8217;t really fighting over me, I guess they are fighting over the world, but still they are making it very hard for me to organize me life. But let me start at the beginning.
</p>
<p>
After starting with <a href="http://www.google.com/ig?hl=en" target="_blank">iGoogle</a>, I moved on to <a href="http://www.netvibes.com" target="_blank">Netvibes</a> and loved it. Then one day after reading a <a href="http://theatherwayoround.blogspot.com/2007/04/testing-pageflakes.html" target="_blank">post by Novak</a> I tried <a href="http://www.pageflakes.com"target="_blank">pageflakes</a>… and loved it even more. I switched… well&#8230; half switched… and have been milling around in the middle ever since.
</p>
<p>
Here are a few of the reasons I can&#8217;t decide between the two of them (in the form of what I love/hate about one which automatically implies the opposite for the other:
</p>
<ol>
<li>I love the &#8220;change layout&#8221; option of Pageflakes</li>
<li>I love the little falling snowflakes in Pageflakes!</li>
<li>I love that you can just embed a Javascript version of a Pageflakes &#8220;flake&#8221;</li>
<li>I love the huge amount of options that Pageflakes gives for displaying a feed</li>
<li>I hate how I can&#8217;t read my hotmail in Netvibes</li>
<li>I love the way you add modules/widgets in Pageflakes</li>
<li>I love that you can share a single page in pageflakes</li>
</ol>
<ul>
<li>I love/hate Pageflake&#8217;s RSS reader mode</li>
</ul>
<ol>
<li>I love that Netvibes lets you change the feed location within the module</li>
<li>I love that you will be able to keep and share an entire alternate universe in Netvibes</li>
<li>I love the greater range of OPM modules in Netvibes, like Rugby World Cup 2007 and Facebook</li>
<li>I hate the way you add basic feeds in Pageflakes</li>
<li>I hate how the default in Pageflakes is &#8220;summery view&#8221; and &#8220;read in original site&#8221;</li>
<li>I hate how Pageflakes takes longer to load</li>
<li>I love the fact that clicking on the title of a feed takes you to that site</li>
</ol>
<p>
Great! My list ends up being completely even! What do I do?
</p>
<p>
For now I think I&#8217;ll switch back to Netvibes (seeing that the Rugby world cup is my priority)… but I&#8217;m still up in the air and waiting for a truly compelling argument one way or the other. I long for the day when I can just choose one and just forget completely about the other!
</p>
<p></p>
<p>
Update:<br />
I just figured out how to share a whole page in Netvibes. Now Netvibes is really winning!</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/09/16/the-rss-aggregators-are-fighting-over-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The Plan:</title>
		<link>http://andremalan.net/blog/2007/09/07/the-plan/</link>
		<comments>http://andremalan.net/blog/2007/09/07/the-plan/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 06:59:37 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=16</guid>
		<description><![CDATA[Ok, so first day of class is done. I&#8217;ve seen all of my professors, had a bit of a hint of how class is going to work and taken some time to figure out how I am going to manage it all. So here goes, my grand master plan for tackling all of my courses: Microsoft Office OneNote: To organize everything and take notes. Its ability to keep information fluid, yet organized should be invaluable for all of my classes. Mind Mapping: I&#8217;ve toyed with using online mind mapping applications, but FreeMind is the best package that I can get for free. Plus the ability to copy and paste from OneNote will make connecting the things that I take notes on a breeze. I know there are varied results on the effectiveness of mindmaps… but lets give them a whirl and see where I get. This should at least be essential for Statistics where many of the things that you do is looking at the same problem in a different way and figuring out how those ways fit together is incredibly important. Podcasting: I&#8217;m going to record one of my Computer Science Lectures to test podcasting lectures. I&#8217;m still not convinces that re-listening to a lecture is the best way to spend your study time (a lot is said in a typical lecture that really doesn&#8217;t need to be memorized). I&#8217;m also thinking of recording myself reading my notes so that I have short 10 minute snippets to listen to whilst walking from A to B on this huge campus. Time Management: As I said in the previous post, I&#8217;m going with Google calendar, using the layers for my timetable, due dates for assignments, Residence Advising in and out nights etc. Flashcards: For all those times when there is a long list of things and they just need to be drilled into my head. I&#8217;m going to go with Quizlet, it&#8217;s collaborative and super easy to use. The added feature of creating neat little tests is a nice bonus. Collaborative Projects: Zoho Wikis and documents (very soon Zoho docs will work on and offline… pure awesomeness!) For Programming Projects I&#8217;m thinking of using Gliffy, just because of their ability to do UML diagrams. Well that&#8217;s a start, we will see how these work for keeping my schoolwork together for the next few weeks. If they don&#8217;t work… I try something else. Cheers, Andre]]></description>
			<content:encoded><![CDATA[<p>Ok, so first day of class is done. I&#8217;ve seen all of my professors, had a bit of a hint of how class is going to work and taken some time to figure out how I am going to manage it all.</p>
<p>So here goes, my grand master plan for tackling all of my courses:</p>
<h3><a href="http://www.microsoft.com/office/" target="_blank">Microsoft Office OneNote:</a></h3>
<p>To organize everything and take notes. Its ability to keep information fluid, yet organized should be invaluable for all of my classes.</p>
<h3>Mind Mapping:</h3>
<p>I&#8217;ve toyed with using online mind mapping applications, but <a href="http://freemind.sourceforge.net/" target="_blank">FreeMind</a> is the best package that I can get for free. Plus the ability to copy and paste from OneNote will make connecting the things that I take notes on a breeze. I know there are varied results on the effectiveness of mindmaps… but lets give them a whirl and see where I get. This should at least be essential for Statistics where many of the things that you do is looking at the same problem in a different way and figuring out how those ways fit together is incredibly important.</p>
<h3>Podcasting:</h3>
<p>I&#8217;m going to record one of my Computer Science Lectures to test podcasting lectures. I&#8217;m still not convinces that re-listening to a lecture is the best way to spend your study time (a lot is said in a typical lecture that really doesn&#8217;t need to be memorized). I&#8217;m also thinking of recording myself reading my notes so that I have short 10 minute snippets to listen to whilst walking from A to B on this huge campus.</p>
<h3>Time Management:</h3>
<p>As I said in the previous post, I&#8217;m going with <a href="http://calendar.google.com" target="_blank">Google calendar</a>, using the layers for my timetable, due dates for assignments, Residence Advising in and out nights etc.</p>
<h3>Flashcards:</h3>
<p>For all those times when there is a long list of things and they just need to be drilled into my head. I&#8217;m going to go with <a href="http://quizlet.com/" target="_blank">Quizlet</a>, it&#8217;s collaborative and super easy to use. The added feature of creating neat little tests is a nice bonus.</p>
<h3>Collaborative Projects:</h3>
<p><a href="http://wiki.zoho.com/" target="_blank">Zoho Wikis</a> and documents (very soon Zoho docs will work on and offline… pure awesomeness!) For Programming Projects I&#8217;m thinking of using <a href="http://www.gliffy.com" target="_blank">Gliffy</a>, just because of their ability to do UML diagrams.</p>
<p>Well that&#8217;s a start, we will see how these work for keeping my schoolwork together for the next few weeks. If they don&#8217;t work… I try something else.</p>
<p>Cheers,<br />
Andre</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/09/07/the-plan/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Google Calendar&#8230; the journey begins&#8230;</title>
		<link>http://andremalan.net/blog/2007/09/05/google-calendar-the-journey-begins/</link>
		<comments>http://andremalan.net/blog/2007/09/05/google-calendar-the-journey-begins/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 13:41:30 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=15</guid>
		<description><![CDATA[Wow, what a hectic couple of weeks. Advisor training was one of the most fantastic experiences of my life, made even more so by the fantastic group of people that choose to go into residence life. It was stressful to be pulled away from my beloved technology for so long, but now I have so many opportunities to spread the tech gospel that I think I might explode with the sheer happiness of it all. The first thing that I am doing is testing Google calendar (and yes those of you with macs, I know that iCal is probably better… but not all of us are rich enough to afford those sexy MacBook Pros) for arranging things with my advising team and scheduling house events. I have admittedly never used an online calendar (gasp, shock, awe) simply because I&#8217;ve never had that many people to collaborate with. I also have a massive 4 month calendar sitting on my wall displaying the details of my life to be in all its glory). The 4 month calendar works perfectly as that is how many months there are in a term. I will however give Google calendar its fair chance… so stay tuned for news of what I find. Sorry for the lack of depth this time… as soon as my feet get back on the ground I can commence with the groundbreaking blogging. Cheers, Andre.]]></description>
			<content:encoded><![CDATA[<p>Wow, what a hectic couple of weeks. Advisor training was one of the most fantastic experiences of my life, made even more so by the fantastic group of people that choose to go into residence life. It was stressful to be pulled away from my beloved technology for so long, but now I have so many opportunities to spread the tech gospel that I think I might explode with the sheer happiness of it all.
</p>
<p>
The first thing that I am doing is testing Google calendar (and yes those of you with macs, I know that iCal is probably better… but not all of us are rich enough to afford those sexy MacBook Pros) for arranging things with my advising team and scheduling house events. I have admittedly never used an online calendar (gasp, shock, awe) simply because I&#8217;ve never had that many people to collaborate with. I also have a massive 4 month calendar sitting on my wall displaying the details of my life to be in all its glory). The 4 month calendar works perfectly as that is how many months there are in a term. I will however give Google calendar its fair chance… so stay tuned for news of what I find.
</p>
<p><img alt="calendar.jpg" src="http://weblogs.elearning.ubc.ca/andre/calendar.jpg" width="400" height="227" /></p>
<p>
Sorry for the lack of depth this time… as soon as my feet get back on the ground I can commence with the groundbreaking blogging.
</p>
<p>
Cheers,
</p>
<p>
Andre.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/09/05/google-calendar-the-journey-begins/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LEAP to Learning…</title>
		<link>http://andremalan.net/blog/2007/08/18/leap-to-learning%e2%80%a6/</link>
		<comments>http://andremalan.net/blog/2007/08/18/leap-to-learning%e2%80%a6/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 07:25:40 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=13</guid>
		<description><![CDATA[Wow, well today is my last day of working at Student Development on LEAP. If you are a UBC student and ever get the chance to work for anybody in Student Development grab that chance. It is amazing how everyone in the office is completely dedicated to your success as a student and as a person. Working there You just feel… safe! You know that if anything goes wrong that everyone you work with is there to support you. I would like to thank Tlell and Margot for being such great supervisors, and for taking every opportunity to let me grow in my work at UBC. I don&#8217;t know if I will ever find a better boss (I cringe at using that word… that&#8217;s how good they are) than Tlell or Margot. I&#8217;d also like to thank Angeli, Darryl and Mariana for being such great co-workers and for putting up with my constant stream of crazy ideas. Angeli especially has been very patient with me and my penchant for using different little technological tools to get things done. Collaborating with her on projects was an absolute pleasure and her music keep up a great mood in the office. Although I didn&#8217;t work with them directly, Kim, Chad, Shagufta (working at AMS) and Cindy (who works at OLT) have been a wealth of knowledge and I can think of a few times when they have each taken time out of their day to help me. I have gained so much from this job, I have learnt how to work in a team and collaborate. I have also learnt how to organize myself and to increase my own productivity. I guess perhaps the most important thing that I gained was a passion for learning (hence the title of my site and blog). Although I am sad to leave, I am also excited to get studying again! I want to start applying all that I have learnt at LEAP about learning and technology. I just can&#8217;t wait to find some academic knowledge and see if I am better at ingesting it! I will be testing everything I learnt and featured on LEAP (and of course blogging about it afterwards). So off I go to be and advisor and a student once again, LEAPing, learning and blogging my way through life. It has been a great summer and I just want to say one more great big THANK YOU to all of you who have made it so. Cheers, Andre.]]></description>
			<content:encoded><![CDATA[<p>Wow, well today is my last day of working at Student Development on <a href="http://leap.ubc.ca/" target="_blank">LEAP</a>.</p>
<p>If you are a UBC student and ever get the chance to work for anybody in Student Development grab that chance. It is amazing how everyone in the office is completely dedicated to your success as a student and as a person. Working there You just feel… safe! You know that if anything goes wrong that everyone you work with is there to support you. I would like to thank <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=1000007878" target="_blank">Tlell</a> and <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=1000007813" target="_blank">Margot</a> for being such great supervisors, and for taking every opportunity to let me grow in my work at UBC. I don&#8217;t know if I will ever find a better <em>boss</em> (I cringe at using that word… that&#8217;s how good they are) than Tlell or Margot. I&#8217;d also like to thank Angeli, Darryl and Mariana for being such great co-workers and for putting up with my constant stream of crazy ideas. Angeli especially has been very patient with me and my penchant for using different little technological tools to get things done. Collaborating with her on projects was an absolute pleasure and her music keep up a great mood in the office. Although I didn&#8217;t work with them directly, <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=1000009053" target="_blank">Kim</a>, <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=899752646" target="_blank">Chad</a>, Shagufta (working at <a href="http://www.ams.ubc.ca/" target="_blank">AMS</a>) and <a href="https://www.directory.ubc.ca/index.cfm?page=personDetail&amp;row=899753528" target="_blank">Cindy</a> (who works at <a href="http://olt.ubc.ca/" target="_blank">OLT</a>) have been a wealth of knowledge and I can think of a few times when they have each taken time out of their day to help me.</p>
<p><img style="float: right;" src="http://weblogs.elearning.ubc.ca/andre/pyramid.JPG" alt="pyramid.JPG" width="192" height="240" /></p>
<p>I have gained so much from this job, I have learnt how to work in a team and collaborate. I have also learnt how to organize myself and to increase my own productivity. I guess perhaps the most important thing that I gained was a passion for learning (hence the title of my site and blog). Although I am sad to leave, I am also excited to get studying again! I want to start applying all that I have learnt at <a href="http://leap.ubc.ca/" target="_blank">LEAP</a> about learning and technology. I just can&#8217;t wait to find some academic knowledge and see if I am better at ingesting it! I will be testing everything I learnt and featured on <a href="http://leap.ubc.ca/" target="_blank">LEAP</a> (and of course blogging about it afterwards).</p>
<p>So off I go to be and advisor and a student once again, <a href="http://leap.ubc.ca/" target="_blank">LEAP</a>ing, learning and blogging my way through life. It has been a great summer and I just want to say one more great big <strong>THANK YOU</strong> to all of you who have made it so.</p>
<p>Cheers,</p>
<p>Andre.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/08/18/leap-to-learning%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The power of blogging… my first taste.</title>
		<link>http://andremalan.net/blog/2007/08/14/the-power-of-blogging%e2%80%a6-my-first-taste/</link>
		<comments>http://andremalan.net/blog/2007/08/14/the-power-of-blogging%e2%80%a6-my-first-taste/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 01:22:09 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=12</guid>
		<description><![CDATA[I haven&#8217;t been blogging for a long time… something that is patently obvious from the lack of actual posts on this blog. You can&#8217;t blame me… I used to believe (as many non-bloggers… and even more bloggers do) that blogs are for complaining about your life and looking for sympathy on the internet. Since I&#8217;m pretty happy with my life… why on earth would I start a blog? OK, yes, I know, that was foolish, I now know that blogs are about far more. That they allow us to get our ideas out to the world at large, to be part of an academic community… bloggers are the new scholars who discuss their topics of interest on a far broader scale than anyone could have imagined before. Of course… that&#8217;s supposed to be only if you&#8217;re good! The best that someone like me, a lowly undergraduate blogger with poor writing skills could hope for was that some of my friends and fellow students read it right? Wrong! After three entries my blog has already been quoted! By Zoho, my hero in web application building!(you can read it here). To know that an international company with some of the best computer engineers in India has been reading my blog… that I have the power to reach that far with what I say… oh that power feels so good. I guess any seasoned blogger must have gone through this already… that exhilarating rush, that spark that galvanizes you to keep going and to make sure that what you write is good. Because if it&#8217;s not good… then it&#8217;s not read by anybody, then that delicious power disappears. (A zoho homepage screen shot&#8230; just because everybody should look at it!)]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t been blogging for a long time… something that is patently obvious from the lack of actual posts on this blog.  You can&#8217;t blame me… I used to believe (as many non-bloggers… and even more bloggers do) that blogs are for complaining about your life and looking for sympathy on the internet. Since I&#8217;m pretty happy with my life… why on earth would I start a blog?
</p>
<p>
OK, yes, I know, that was foolish, I now know that blogs are about far more. That they allow us to get our ideas out  to the world at large, to be part of an academic community…  bloggers are the new scholars who discuss their topics of interest on a far broader scale than anyone could have imagined before. Of course… that&#8217;s supposed to be only if you&#8217;re good! The best that someone like me, a lowly undergraduate blogger with poor writing skills could hope for was that some of my friends and fellow students read it right?
</p>
<p>
<strong>Wrong!</strong> After three entries my blog has already been quoted! By <a href="http://www.zoho.com" target="_blank">Zoho</a>, my hero in web application building!(you can read it <a href="http://blogs.zoho.com/general/getting-productive-with-facebook/" target="_blank">here</a>).   To know that an international company with some of the best computer engineers in India has been reading my blog… that I have the power to reach that far with what I say…  oh that power feels so good. I guess any seasoned blogger must have gone through this already… that exhilarating rush, that spark that galvanizes you to keep going and to make sure that what you write is good.  Because if it&#8217;s not good… then it&#8217;s not read by anybody, then that delicious power disappears.
</p>
<p>
<a href="http://www.zoho.com" target="_blank"><img alt="Zoho.jpg" src="http://weblogs.elearning.ubc.ca/andre/Zoho.jpg" width="532" height="252" /></a><br />
(A zoho homepage screen shot&#8230; just because everybody should look at it!)</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/08/14/the-power-of-blogging%e2%80%a6-my-first-taste/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook… I repent!</title>
		<link>http://andremalan.net/blog/2007/08/06/facebook%e2%80%a6-i-repent/</link>
		<comments>http://andremalan.net/blog/2007/08/06/facebook%e2%80%a6-i-repent/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 04:09:58 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=11</guid>
		<description><![CDATA[In my last post &#8220;Facebook… you&#8217;re dead to me&#8221; I lamented at the way in which Facebook apps have killed the usefulness of Facebook as a social networking application. I was wrong (at least to a certain extent) and two events since then have convinced me of that fact. The first event was discovering that Zoho now has a Facebook App. Imagine, students can find their classmates on Facebook using the courses feature (and if Facebook takes that away I might just disown it again!) and then work collaboratively with them using Zoho. Apps like this truly have potential. Now it&#8217;s up to Facebook to stop pandering to the MySpace crowd and block apps that are completely useless and choose the best from apps that do the same thing… I mean we really don&#8217;t need super poke, pro poke, ultimate poke and extended poke… one kind of poke is quite enough. The second event was catalyzed by UBC housing and Conferences releasing telling us where we would be living. However, they did not let Residence advisors know who they would be working with. So, using a Facebook group we got together and were able to map 80% of the advisors locations. Now that Facebook had allowed us to know who our teammates where, we then used it to join our house groups and connect with our residents before they even came to live in residence. Facebook has allowed me to find and help people that I will be living with in the coming year. It&#8217;s power as a social networking application is truly unrivaled. Facebook is great because it combines all the useful new aspects of web 2.0 without students even realizing it. Facebook has: Blogs (in the form of notes) Discussion boards RSS (mini-feed) Twitter (in the &#8220;status &#8221; section) Comments Quick communication without commitment… for all those who groan when their IM pops up with a &#8220;hey&#8221;. Events (replacing iCal and Google Calendar) Marketplace (goodbye Craigslist) Picture sharing (no more Flicker) Forums (in the form of groups) Users (it is becoming nearly universal on some university campuses) Most Facebook users don&#8217;t even know that some of the technologies that Facebook replaces exist. Well done Facebook (now if only you could get rid of useless apps… I suppose nothing is perfect). Cheers, Andre.]]></description>
			<content:encoded><![CDATA[<p>
In my last post &#8220;<a href="http://weblogs.elearning.ubc.ca/andre/2007/07/facebook_youre_dead_to_me.html">Facebook… you&#8217;re dead to me</a>&#8221; I lamented at the way in which Facebook apps have killed the usefulness of Facebook as a social networking application. I was wrong (at least to a certain extent) and two events since then have convinced  me of that fact.
</p>
<p>
The first event was discovering that <a href="htp://www.zoho.com" target="_blank">Zoho</a> now has a Facebook App.  Imagine, students can find their classmates on Facebook using the courses feature (and if Facebook takes that away I might just disown it again!) and then work collaboratively with them using Zoho. Apps like this truly have potential. Now it&#8217;s up to Facebook to stop pandering to the MySpace crowd and block apps that are completely useless and choose the best from apps that do the same thing… I mean we really don&#8217;t need super poke, pro poke, ultimate poke and extended poke… one kind of poke is quite enough.
</p>
<p>
The second event was catalyzed by UBC housing and Conferences releasing telling us where we would be living. However, they did not let Residence advisors know who they would be working with. So, using a Facebook group we got together and were able to map 80% of the advisors locations. Now that Facebook had allowed us to know who our teammates where, we then used it to join our house groups and connect with our residents before they even came to live in residence. Facebook has allowed me to find and help people that I will be living with in the coming year. It&#8217;s power as a social networking application is truly unrivaled.
</p>
<p>
Facebook is great because it combines all the useful new aspects of web 2.0 without students even realizing it. Facebook has:
</p>
<ul>
<li>
Blogs (in the form of notes)</li>
<li>Discussion boards</li>
<li>RSS (mini-feed)</li>
<li>Twitter (in the &#8220;status &#8221; section)</li>
<li>Comments</li>
<li>Quick communication without commitment… for all those who groan when their IM pops up with a &#8220;hey&#8221;.</li>
<li>Events (replacing iCal and Google Calendar)</li>
<li>Marketplace (goodbye Craigslist)</li>
<li>Picture sharing (no more Flicker)</li>
<li>Forums (in the form of groups)</li>
<li>Users (it is becoming nearly universal on some university campuses)</li>
</ul>
<p>
Most Facebook users don&#8217;t even know that some of the technologies that Facebook replaces exist. Well done Facebook (now if only you could get rid of useless apps… I suppose nothing is perfect).
</p>
<p>
Cheers,<br />
Andre.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/08/06/facebook%e2%80%a6-i-repent/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Facebook&#8230; you&#039;re dead to me.</title>
		<link>http://andremalan.net/blog/2007/07/13/facebook-youre-dead-to-me/</link>
		<comments>http://andremalan.net/blog/2007/07/13/facebook-youre-dead-to-me/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 00:57:56 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=10</guid>
		<description><![CDATA[Keep coming back to LEAP to see all the great new stuff that is happening (and if you can, take time to comment on what you think is good or bad). It&#8217;s funny, I never thought that my comments mattered on websites, but now that I&#8217;m working on one, it&#8217;s clear just how important they can be. Most webmasters are really good at reacting and replying (by the way, Zoho&#8217;s team is the best I&#8217;ve ever seen!) and I have promised myself that I will be doing a lot more online commenting (P.S. bloggers love to have comments… some of them live for it!) One place that commenting isn&#8217;t that effective is Facebook! Unless your comment is exactly the same as that of the masses… you&#8217;re not going to get a thing done (and even then Facebook tends to ignore the masses). My new pet hate (the thing that I dearly wish my comments would have an effect on) is Facebook apps! It was the worst move that Facebook could ever have made. It has turned Facebook into mySpace (and we all know how much we hate mySpace). It has shifted the focus of Facebook… it has fundamentally changed what Facebook is about. Facebook used to be a Social Networking tool. Time on facebook was spent solidifying or making connections with people. We looked at each others photos, kept abreast of our friend&#8217;s news&#8230; all that good stuff. Time &#8220;wasted&#8221; on Facebook was less wasted than we thought it was… it brought us closer to people. Now however, time on Facebook for many people has become turning others into werewolves or zombies or vampires. People now spend their Facebook time playing with apps… and forgetting about the people. It has also lowered the maturity of the site. It makes me angry because Facebook really should have seen this coming. There are two things that they could have done if they really wanted to add apps&#8230; without killing Facebook: Rigorously screen apps and only include the very best (probably only keeping those offered by legitimate providers like picnik and iLike). Put apps in a separate place. Instead of having them on the wall… and making them an intricate part of a user&#8217;s profile… they could have easily made a separate page where apps go… thus keeping the clean and crisp (so different to mySpace) interface that Facebook has always had. Now I know you&#8217;re questioning the academic context of this entry… I mean as far as academics go… who cares about Facebook? Not true. With web 2.0 and the explosion of social software, social networking tools could become an essential part of a student&#8217;s success. &#8220;Knowing who&#8221; is becoming more and more important and Facebook was helping to streamline that process. Just check out Diana Oblinger&#8217;s presentation from the UBC e-Learning conference or the brilliant commoncraft show below. Click To Play Cheers, Andre]]></description>
			<content:encoded><![CDATA[<p>Keep coming back to <a href = "http://leap.ubc.ca/" target = "_blank">LEAP</a> to see all the great new stuff that is happening (and if you can, take time to comment on what you think is good or bad). It&#8217;s funny, I never thought that my comments mattered on websites, but now that I&#8217;m working on one, it&#8217;s clear just how important they can be. Most webmasters are really good at reacting and replying (by the way, <a href = "http://zoho.com/" target = "_blank">Zoho&#8217;s team</a> is the best I&#8217;ve ever seen!) and I have promised myself that I will be doing a lot more online commenting (P.S. bloggers love to have comments… some of them live for it!)</p>
<p>
One place that commenting isn&#8217;t that effective is Facebook! Unless your comment is exactly the same as that of the masses… you&#8217;re not going to get a thing done (and even then Facebook tends to ignore the masses). My new pet hate (the thing that I dearly wish my comments would have an effect on) is Facebook apps! It was the worst move that Facebook could ever have made. It has turned Facebook into mySpace (and we all know how much we hate mySpace).  It has shifted the focus of Facebook… it has fundamentally changed what Facebook is about. Facebook used to be a Social Networking tool. Time on facebook was spent solidifying or making connections with people. We looked at each others photos, kept abreast of our friend&#8217;s news&#8230; all that good stuff. Time &#8220;wasted&#8221; on Facebook was less wasted than we thought it was… it brought us closer to people. Now however, time on Facebook for many people has become turning others into werewolves or zombies or vampires. People now spend their Facebook time playing with apps… and forgetting about the people. It has also lowered the maturity of the site.  It makes me angry because Facebook really should have seen this coming. There are two things that they could have done if they really wanted to add apps&#8230; without killing Facebook:</p>
<ol>
<li> Rigorously screen apps and only include the very best (probably only keeping those offered by legitimate providers like picnik and iLike).</li>
<li> Put apps in a separate place. Instead of having them on the wall… and making them an intricate part of a user&#8217;s profile… they could have easily made a separate page where apps go… thus keeping the clean and crisp (so different to mySpace) interface that Facebook has always had.</li>
</ol>
<p>
Now I know you&#8217;re questioning the academic context of this entry… I mean as far as academics go… who cares about Facebook? Not true. With web 2.0 and the explosion of social software, social networking tools could become an essential part of a student&#8217;s success.  &#8220;Knowing who&#8221; is becoming more and more important and Facebook was helping to streamline that process. Just check out <a href = "http://update.estrategy.ubc.ca/2007/07/05/town-hall-2007-wrap-up-pictures-podcasts-and-powerpoint" target = "_blank"> Diana Oblinger&#8217;s presentation </a> from the UBC e-Learning conference or the brilliant <a href = "http://www.commoncraft.com/show" target =" _blank"> commoncraft show</a> below.</p>
<p><center>															<script type="text/javascript" src="http://blip.tv/scripts/pokkariPlayer.js?ver=2007062101"></script><script type="text/javascript" src="http://blip.tv/syndication/write_player?skin=js&#038;posts_id=287531&#038;source=3&#038;autoplay=true&#038;file_type=flv&#038;player_width=&#038;player_height="></script>
<div id="blip_movie_content_287531"><a rel="enclosure" href="http://blip.tv/file/get/Leelefever-SnInPE714.flv" onclick="play_blip_movie_287531(); return false;"><img title="Click to play" alt="Video thumbnail. Click to play"  src="http://blip.tv/file/get/Leelefever-SnInPE714.flv.jpg" border="0" title="Click To Play" /></a><br /><a rel="enclosure" href="http://blip.tv/file/get/Leelefever-SnInPE714.flv" onclick="play_blip_movie_287531(); return false;">Click To Play</a></div>
<p>										</center></p>
<p>Cheers,<br />
Andre</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/07/13/facebook-youre-dead-to-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://blip.tv/file/get/Leelefever-SnInPE714.flv" length="0" type="video/x-flv" />
		</item>
		<item>
		<title>Do it yourself learning.</title>
		<link>http://andremalan.net/blog/2007/06/16/do-it-yourself-learning/</link>
		<comments>http://andremalan.net/blog/2007/06/16/do-it-yourself-learning/#comments</comments>
		<pubDate>Sun, 17 Jun 2007 01:51:12 +0000</pubDate>
		<dc:creator>Andre Malan</dc:creator>
				<category><![CDATA[education]]></category>

		<guid isPermaLink="false">http://andremalan.net/?p=8</guid>
		<description><![CDATA[The First Post: Right, here goes, the first post in blog section of my new site. As of yet I have no idea what the tone of this blog will be, nor am decided on what content it will deal with, but I guess starting off aimlessly is better than not starting off at all. I&#8217;ve exaggerated a bit, I have sort of a direction for this blog. I&#8217;m going to be posting a selection of entries on the LEAP (UBC&#8217;s academic resources site) and those posts are going to have an academic focus. If I do run out of time for regular posting, then that might be the whole focus of this blog, but hopefully once I get into the swing of things I will have other more interesting tidbits to write here. Ok, on to the main topic of this post… do it yourself learning (starting with the whole academic theme right…) Teaching yourself to do something is so much harder than having someone else teach it to you. I never used to think that, I was always one of the people who sat in class going “I really don’t need to hear some idiot regurgitate the textbook to me”, or grumbling “why do I have to do his silly assignments&#8230; I could make much better ones”. I was wrong! The thing is, the difficulty doesn’t lie in understanding&#8230;no, no, no&#8230; The difficulty lies in motivation. OK, let me track back and give you some context for this story. Being a Computer Science Major and wanting to do web design for CO-OP I decided that over the summer I would teach myself PHP and JavaScript (internet programming languages). It didn’t seem like too big a task. I mean it is summer, I’m not taking courses (you know how I feel about summer courses) and they are really some of the easiest programming languages to learn. Things have not been working out and it’s the fault of motivation! I guess the problem is that we like to be able to do interesting things. Advanced genetic research is cool&#8230; you could spend hours doing it out of your own enjoyment (or is it just me?) However, in order to do advanced genetic research you have to know all about how genes work. To know about how genes work you need to become familiar with them. Just reading that A and T nucleotides match (I’m not even sure if that is right) is not enough, you will forget it. Thus you have to do examples, matching A and T nucleotides yourself. That is a very, very boring exercise. It’s hard enough to do when you have it on an assignment, or have to do it on an exam&#8230; but doing it without those incentives&#8230; approaches impossibility. Ok, so what to do? If it approaches impossibility (Ok, Ok, I know that is a bit of hyperbole&#8230; but it’s still very hard) how do we learn anything by ourselves. I guess the way...]]></description>
			<content:encoded><![CDATA[<p>The First Post:<br />
</p>
<p>
Right, here goes, the first post in blog section of my new site. As of yet I have no idea what the tone of this blog will be, nor am decided on what content it will deal with, but I guess starting off aimlessly is better than not starting off at all. I&#8217;ve exaggerated a bit, I have sort of a direction for this blog. I&#8217;m going to be posting a selection of entries on the LEAP (UBC&#8217;s academic resources site) and those posts are going to have an academic focus. If I do run out of time for regular posting, then that might be the whole focus of this blog, but hopefully once I get into the swing of things I will have other more interesting tidbits to write here.
</p>
<p>
Ok, on to the main topic of this post… do it yourself learning  (starting with the whole academic theme right…)
</p>
<p>Teaching yourself to do something is so much harder than having someone else teach it to you. I never used to think that, I was always one of the people who sat in class going “I really don’t need to hear some idiot regurgitate the textbook to me”, or grumbling “why do I have to do his silly assignments&#8230; I could make much better ones”. I was wrong! The thing is, the difficulty doesn’t lie in understanding&#8230;no, no, no&#8230; The difficulty lies in motivation.</p>
<p></p>
<p>OK, let me track back and give you some context for this story. Being a Computer Science Major and wanting to do web design for CO-OP I decided that over the summer I would teach myself PHP and JavaScript  (internet programming languages). It didn’t seem like too big a task. I mean it is summer, I’m not taking courses (you know how I feel about summer courses) and they are really some of the easiest programming languages to learn. Things have not been working out and it’s the fault of motivation!</p>
<p></p>
<p>I guess the problem is that we like to be able to do interesting things. Advanced genetic research is cool&#8230; you could spend hours doing it out of your own enjoyment (or is it just me?) However, in order to do advanced genetic research you have to know all about how genes work. To know about how genes work you need to become familiar with them. Just reading that A and T nucleotides match (I’m not even sure if that is right) is not enough, you will forget it. Thus you have to do examples, matching A and T nucleotides yourself. That is a very, very boring exercise. It’s hard enough to do when you have it on an assignment, or have to do it on an exam&#8230; but doing it without those incentives&#8230; approaches impossibility.</p>
<p></p>
<p>Ok, so what to do? If it approaches impossibility (Ok, Ok, I know that is a bit of hyperbole&#8230; but it’s still very hard) how do we learn anything by ourselves. I guess the way that I have found most helpful is to do the teacher’s job first. Don’t start by just trying to learn something&#8230; create a syllabus.  Include a timeline, assignments and big projects. Make it look all formal and stick to it. I know it takes a bit of extra work, but if you think it is really important to pick up that skill, then it’s worth it.</p>
<p>
Cheers for now,<br />
Andre.</p>
]]></content:encoded>
			<wfw:commentRss>http://andremalan.net/blog/2007/06/16/do-it-yourself-learning/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.128 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 09:11:31 -->
<!-- Compression = gzip -->
