Mar
31
Filed Under (Explorations) by Aneesha on 31-03-2008

A quote from a well known Academic, "pedagogy is a term used to describe the unendless waffling (over many many years) in the academia world to try to justify the fact that they don’t really understand why and how learners learn but are content with modelling and theorizing about their own lack of understanding of the learning process so that the learners (the ones that are actually learning) will have a perceived confidence and trust in them".

(2) Comments    Read More   

There are lots of tips on how to use JScript to customize Dynamics CRM at client-side runtime. Examples include removing the Sub-Account navbar or loading a form tab by default. While these customizations are not supported as the DOM is accessed directly, they are sometimes mandatory to meet client requirements. Finding the element id does not need to be a tedious task, thanks to the IE Developer Toolbar.

1. Press ctrl+N to open the current window and display the IE Menu.

2. Select View, Explorer Bar, IE Developer Toolbar from the menu. The IE Developer Toolbar will be displayed at the bottom of the window.

3. Click on the Inspect button. Hover the cursor over elements and then click to view the elements attributes.

image

I use Firefox and Firebug so much that I’d forgotten about the IE Developer Toolbar. Sadly, Dynamics CRM does not if open in Firefox. I am at least glad that I remembered about the IE Developer Toolbar.

(0) Comments    Read More   
Mar
29
Filed Under (Blackboard, LMS) by Aneesha on 29-03-2008

Justice seems to finally be on the way to prevailing - the PTO has found all of the 44 Blackboard patent claims to be invalid. It is however a non-final action - not sure what this means in legal terms. I hope it won’t be too long before a final verdict is made.

Wondering what impact this will have on the BB vs D2L Trial?

(0) Comments    Read More   
Mar
27
Filed Under (Explorations) by Aneesha on 27-03-2008

Yay - Adobe has released Photoshop Express. A few years ago this would have seemed impossible, but the boundaries of the Web Browser rectangle are constantly being pushed. Still the features are a pretty basic subset of the full Photoshop, but the product is aimed at an entirely different user.

I link above to the Ajaxian post, because it contains a snippet of the source code. The developers have a sense of humor. :-)

(0) Comments    Read More   
Mar
27
Filed Under (Explorations) by Aneesha on 27-03-2008

If you ever need a good markup editor, <markitup/> looks like the one to choose. It is robust, customizable and written in jQuery. Html, Textile, Wiki Syntax, Markdown and BBcode are all supported. <markitup/> is of course not to be confused with a WYSIWYG editor by any means, but it can do nice AJAX style previews.

(0) Comments    Read More   
Mar
25
Filed Under (LMS) by Aneesha on 25-03-2008

My happiest career moments have come from developing add-on’s for Learning Management Systems, so it is not hard to see why Michael Feldstein’s post on Widgets used to extend the LMS brought a smile to my face. The truth is that there has been a need for a non-proprietary extension framework for the LMS for a long long time. …Even better if the API allows for data persistence.

I hope to build a few simple Facebook apps and then plan to look at Sakai again. I last looked at Sakai a few years ago and this is a good sign that it is moving ahead in leaps and bounds.

(1) Comment    Read More   
Mar
24
Filed Under (Explorations) by Aneesha on 24-03-2008

I love fossil watches. I just got one for my Birthday :-)

(0) Comments    Read More   
Mar
22
Filed Under (Visualisation) by Aneesha on 22-03-2008

Cayra is a new mindmapping/concept mapping app that produces very nice organic looking diagrams. It is built with .NET, free and only 3.5 Mb (but remember you’ll need .NET 3.5 installed as well). Great for educational use.

(0) Comments    Read More   
Mar
20
Filed Under (Explorations) by Aneesha on 20-03-2008

I thought my working knowledge of ‘Web Security’ was pretty good. I was terribly wrong!

Google Code has Video Lectures and Programming Assignments on Web Security. I decided to tackle the Assignments first. I don’t think I went too well.

So if you are a Programmer type, I challenge you to take on the Web Security Programming Problem Set.

(0) Comments    Read More