Showing posts with label 14. Show all posts
Showing posts with label 14. Show all posts
Sunday, March 1, 2015
IMU LS 14 Authenticity WizIQ Nellie Deutsch



To Attend the Webinar!
We thrilled to announce that our next speaker for IMU Webinar Series is Dr. Nellie Deutsch, who is an amazing Educational Technologist and e-Learning Specialist (Founder of IT4ALL). She, is also the Ambassador for WizIQ and an expert on Moodle. At IMU we are using Moodle, and in the process of inspiring more lecturers to use WizIQ, so having her give a webinar to IMU, is simply awesome.
Yes, this webinar is open to anyone (in the world)! Please attend by simply clicking here (or the icon above) on the 2nd November, 10:00 AM, Kuala Lumpur time (Check Time Differences). No registration is required this time around.
WEBINAR DETAILS
Title : Authenticity & WizIQDate : 2nd November, 2012
Time : 10:00 AM, Kuala Lumpur (Check Time Differences)
Venue : Online (WizIQ)
Description:
Can we trust the products and people we hear from in online webinars? What makes online communication authentic? Dr. Nellie Deutsch will discuss what it means to be authentic and where we stand when it comes to leading with authenticity in online learning environments such as WizIQ.
Speaker:
Dr. Nellie Deutsch is a Canadian e-Learning expert, course designer, presenter, author, and mentor to thousands of educators worldwide. Nellie is passionate about improving learning and promoting teaching as a way to learn. Nellie has a Doctor of Education in Educational Leadership specializing in Curriculum and Instruction from the University of Phoenix. She researched instructor experiences with implementing technology in blended learning courses in higher education worldwide.
Nellie provides e-learning and blended learning mentorship to educators, manages a few Moodle websites where she coordinates and facilitates professional development workshops on Moodle for Teachers, Teacher Admin for Moodle, WebQuests and Professional Electronic Portfolios. Nellie founded Integrating Technology for Active Lifelong Learning (IT4ALL), a volunteer network of educators from around the globe. Nellie has facilitated/consulted for Open University, Commonwealth of Learning (COL), Canada & WikiEducator/OER New Zealand. She manages connecting online (CO09-CO13) annual free online conference on WizIQ and is editing the first CO12 book based on chapters by the presenters of the conference. Nellie also coordinates the annual online Moodlemoot (MMVC11-MMVC13). Nellie has edited books on Moodle such as Moodle 2.0 Multimedia Cookbook by Hillar, Mary Cooch and other Moodle books published by Packt Publishers and written chapters in books.
Also, dont forget to follow her on Twitter, too: @nelliemuller
Nellie provides e-learning and blended learning mentorship to educators, manages a few Moodle websites where she coordinates and facilitates professional development workshops on Moodle for Teachers, Teacher Admin for Moodle, WebQuests and Professional Electronic Portfolios. Nellie founded Integrating Technology for Active Lifelong Learning (IT4ALL), a volunteer network of educators from around the globe. Nellie has facilitated/consulted for Open University, Commonwealth of Learning (COL), Canada & WikiEducator/OER New Zealand. She manages connecting online (CO09-CO13) annual free online conference on WizIQ and is editing the first CO12 book based on chapters by the presenters of the conference. Nellie also coordinates the annual online Moodlemoot (MMVC11-MMVC13). Nellie has edited books on Moodle such as Moodle 2.0 Multimedia Cookbook by Hillar, Mary Cooch and other Moodle books published by Packt Publishers and written chapters in books.
Also, dont forget to follow her on Twitter, too: @nelliemuller
RECORDING
The IMU recorded version will be made available soon :)
Thursday, February 12, 2015
New Features in 14 06 18 14 07 29 Quick Introduction of Bootstrap Column Properties Bootstrap Panlel in LayOut section of Pentaho CDE
Hi Guys,
Guys, who work on Pentaho C-Tools should be up to date yourself on its new releases. The latest stable version of C-Tools in this week is : 14.07.29. (blog written date : 4th Aug 2014)
I dont remember exactly, but Pedro somewhere on social networking has informed the community that the C-Tools are up-datable over the time for every 6 weeks.
This post will cover my sample work out on 14.06 & 14.07 releases especially about the column properties & built in bootstrap panel.
These new features will reduce writing Bootstrap html code in HTML section either for rows or columns & increase the development speed of project.
We get information like below for columns with bootstrap latest releases..
Bootstrap is of 12 columns based grid system ..and the above table implementation in CDE is similar to below
i.e.,
Large Devices =3
Medium Devices=6
Small Devices=9 or 12
Extra Small Devices=12

14.07 added bootstrap panel concept in its Layout section & it can be implemented as shown in below image.

Notes:
# Find Bootstrap Panel icon on the Layout Structure tool bar.
# Click on it (for a column) and itll be having 3 sections. They are Header, Body & Footer.
# Give all the properties(for instance, name, height, corners and etc).
# Similarly for the Body & Footer.
# You can remove any of the 3 sections for Bootstrap Panel.. highlight the section & click on X mark on the tool bar of Layout structure.
Sample Layout Design Download : Click Me
Deployment :
1) Your environment should be of 14.07.29 version of C-Tools or later before deploying this example.
2) Pentaho Server version : 5.x version.
3) Upload example using Uploader utility of server.
Sample output:
Extra Large Devices :


References :
1) http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-grid-system.php
2) http://scotch.io/bar-talk/understanding-the-bootstrap-3-grid-system
Guys, who work on Pentaho C-Tools should be up to date yourself on its new releases. The latest stable version of C-Tools in this week is : 14.07.29. (blog written date : 4th Aug 2014)
I dont remember exactly, but Pedro somewhere on social networking has informed the community that the C-Tools are up-datable over the time for every 6 weeks.
This post will cover my sample work out on 14.06 & 14.07 releases especially about the column properties & built in bootstrap panel.
These new features will reduce writing Bootstrap html code in HTML section either for rows or columns & increase the development speed of project.
We get information like below for columns with bootstrap latest releases..
Features Bootstrap 3 Grid System | Extra small devices Phones (<768px) | Small devices Tablets (≥768px) | Medium devices Desktops (≥992px) | Large devices Desktops (≥1200px) |
---|---|---|---|---|
Max container width | None (auto) | 750px | 970px | 1170px |
Class prefix | .col-xs- | .col-sm- | .col-md- | .col-lg- |
Max column width | Auto | ~62px | ~81px | ~97px |
Gutter width | 15px on each side of a column (i.e. 30px ) |
Bootstrap is of 12 columns based grid system ..and the above table implementation in CDE is similar to below
i.e.,
Large Devices =3
Medium Devices=6
Small Devices=9 or 12
Extra Small Devices=12

14.07 added bootstrap panel concept in its Layout section & it can be implemented as shown in below image.

Notes:
# Find Bootstrap Panel icon on the Layout Structure tool bar.
# Click on it (for a column) and itll be having 3 sections. They are Header, Body & Footer.
# Give all the properties(for instance, name, height, corners and etc).
# Similarly for the Body & Footer.
# You can remove any of the 3 sections for Bootstrap Panel.. highlight the section & click on X mark on the tool bar of Layout structure.
Sample Layout Design Download : Click Me
Deployment :
1) Your environment should be of 14.07.29 version of C-Tools or later before deploying this example.
2) Pentaho Server version : 5.x version.
3) Upload example using Uploader utility of server.
Sample output:
Extra Large Devices :

Large Devices :
Medium & Small Devices:

References :
1) http://www.tutorialrepublic.com/twitter-bootstrap-tutorial/bootstrap-grid-system.php
2) http://scotch.io/bar-talk/understanding-the-bootstrap-3-grid-system
Subscribe to:
Posts (Atom)