Monthly Archives: July 2008

Sloodle Controller Showing up for Students, part 2

I received some response to my query about the Sloodle Controller showing to students.  Here are 2 responses I got from Sloodle designers: Re: Sloodle 0.3 Controller showing in Activities by Peter Bloomfield – Tuesday, 29 July 2008, 02:17 AM Everything there looks exactly as it’s meant to be. Students can see that a Controller [...]

Posted in Technology | Tagged , | Leave a comment

Sloodle Controller Showing up for Students

The Sloodle Controller on my Moodle site is showing up for students.  It is supposed to be a teacher/administrator only tool, but I am seeing it everywhere.  My instructor for my Cyber Pedagogy course even mentioned it in her review of my online class component for the Fall semester class I will be teaching.  As [...]

Posted in Technology | Tagged , | 1 Comment

Coding a link to open in another window

It is rather easy to write the code to open another browser window when clicking on a link.  You merely have to add “target=’_blank’” to the a tag. Example to open in same browser window: Educational Technology Blog //This is a standard link that will open in the same window //Notice the absence of "target=’_blank’" [...]

Posted in Web Design, Web Design Best Practices | Tagged | Leave a comment