Skip to main content

Home/ centreforelearning/ Group items matching "use" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
bernard tan

Exporting Images from Canvas Tag HTML5 - 1 views

  • Exporting & Saving One thing that SVG can’t do is save the resulting image as a bitmap. It’s easy for <canvas> because the element is already a bitmap in the first place! The canvas can export its image to a data URL (e.g., data:image/png;base64,iVBORw0KGg...). This data may then be rendered in the browser, which could then be saved or dragged to the desktop, used in a new canvas, and so on. The browser must support PNG images, and it may have varying support for GIF and JPG. For our example, we’ll stick with PNG since it supports alpha transparency, and where we haven’t drawn on the canvas, it’ll be transparent. To get the data URL, we simply call canvas.toDataURL('image/png'). Note that we’re calling toDataURL() on the <canvas> element, not on the 2D context. This is because we’re getting all the pixels in the canvas, not just the pixels in a particular context. So taking the example we’ve put together already, we’ll make the browser redirect to a PNG version of the image when a user clicks on the <canvas> element (a contrived example, I know!): canvas.onclick = function () {  window.location = canvas.toDataURL('image/png');};
  •  
    I am sharing of export images from web app specially to Eve and Sham, maybe useful for our harmonia project. This is the workflow i was mentioning on exporting the contents of the new html5 tag canvas to an jpeg or png and it opens in a browser, which then can be save or be used for other things, we could also explore on other options of sending the image directly to other applications. http://jsbin.com/abagi3/5/ Above url is a live prototype and you can actually view source to see how easily it is being done. :)
Ashley Tan

ingentaconnect Video recording lectures: Student and professor perspectives - 6 views

  • This paper investigated the use of special eyeglasses designed with a built-in video camera and microphone for the purpose of recording classroom activities from the point of view of both the professor and the student. The aim is to eliminate the need for dedicated video recording in the classroom. This paper reviewed the various techniques used to record a lecture and highlighted the advantages and disadvantages of each. It also presented 10 activities from the point of view of the student and the professor, which may play a role in improving students' understanding of the lecture. The videos produced by the professor and student cameras were reviewed in terms of their effectiveness and usefulness with regard to the 10 activities. The results were analysed and conclusions were drawn based upon the findings of this study.
  •  
    For the video team to read.
  •  
    Looking at the abstract, it's indeed powerful if this kind of special eyeglasses is available in the mass market. Then again, due to my limited capability, access to the review for this research is not possible, as such, thus wouldn't know the actual effectiveness & usefulness of this study. Hopefully, details of similar studies done elsewhere may be available over internet in future.
Kartini Ishak

SearchTeam - 1 views

  •  
    Use SearchTeam as a collaborative tool to enable small teams to collaborate on finding the best information on the web. Excellent for working on collaborative research projects. It's easy to Use - sign in, enter a topic of research into your "search space" and voila - share and collaborate your findings with your peers. A great tool!
Ashley Tan

Apps 6 Times More Popular than Web on Phones, Less Popular on Tablets - 2 views

  • The study, conducted in April 2011, found that on smartphones, apps were used 85% of the time, but the Web browser was used just 15% of the time. On tablets, apps were still popular, but were used just 61% of the time as compared with Web browsing, which was used 39% of the time.
Ashley Tan

Twitter finds a place in the classroom - CNN.com - 0 views

  • Teachers across the country have been incorporating Twitter into classrooms for a few years, but the site's adoption by educational institutions appears to be limited. A survey of 1,920 U.S. teachers published in April found that 2% of them use the micro-blogging site in college lectures. About half those polled said the use of Twitter and Facebook in class is harmful to the learning experience, according to the study from consulting firm Pearson Learning Solutions. Still, Legaspi is hopeful. When he explained the plan to his students at Hollenbeck Middle School in East Los Angeles, he learned that only one of them had used Twitter. But most, he said, live on their phones. So getting them started wasn't difficult.
  • Legaspi said shy students are benefiting the most. For "a lot of them, what it did is help find their voice," he said. "I have many students that do not participate in my classes or share what's on their mind, so Twitter became that vehicle." Several students praised the new approach. "It's a great way to get people to notice you," said Oscar Lozoria, a shy 14-year-old with long hair that other students used to tease him about. He said Twitter has changed how his peers view him. "They see me as somebody now -- as an equal," he said. Ivan Sabaria, also 14, said Twitter makes learning more fun. "I'm paying attention and doing all my work," he said.
  • Occasionally, the students will type in something inappropriate during class. Still, Legaspi is convinced he has discovered the future of education. "I get feedback on the spot. Not only that, all the students can see what they're sharing," he said. "This is powerful."
Kartini Ishak

Julian Treasure: 5 ways to listen better | Video on TED.com - 0 views

  •  
    Julian Treasure's talk on 5 Ways to Listen Better, reminds us of the need to slow down and listen to the people and the world around us. At the end of the talk he provides a simple framework for becoming better listeners. That framework is called RASA. You'll have to listen to his talk to learn about RASA, it will be worth the seven minutes of your time. 
yeuann

How I used m-learning to help a P4 boy improve his English - 6 views

Sure, Ashley! Glad you like this... please go ahead and share with your class! :)

mobile Apps iphone m-learning

Ashley Tan

Creating an ePub Book Using Pages - How to Make the eBook Cover Look Good | iPad Academy - 2 views

  •  
    A useful reference should we need to publish the guides in EPUB format. We could have an app for staff and student teachers to get and display the references from NIe-Learning.
Eveleen Er

iPad Head Girl Shills For Cosmo for Guys [VIDEO] - 0 views

  •  
    Another use of iPad.. interesting.. maybe KC can use this marketing method for CeL.
Eveleen Er

Augmented Reality = Absolutely Radical = Advertsing Renaissance - Cream Blog - 2 views

  •  
    interesting use of AR
  •  
    Perhaps we can make use of the LCD TVs in NIE to create something fun using AR like in the first video to market CeL.
Ashley Tan

Defaults are bad « Lisa's (Online) Teaching Blog - 1 views

  • My class is organized like a syllabus. I need a button for Unit 1, a button for Unit 2. Every time we do a workshop where one of our faculty demonstrates how we’ve adjusted an LMS to make it look like a syllabus, we see light bulbs go on all over the room. We have, over the years, called these workshops things like “Making Blackboard Work for You”, “Redesigning Blackboard”, and “The Interactive Syllabus”. Yesterday our presenters Andrea Petri and Laura Paciorek gave a workshop called “A New Wardrobe for Blackboard: Technical Basics of Instructional Design”. Andrea showed us his class, organized into units, with each unit a page full of links, all in one place for that unit. We’ve got tutorials, like this one on creating an interactive syllabus in Blackboard by Pilar Hernández . We have a handout showing a logical chapter-based LMS menu. Laura Paciorek made a screencast on how to change the Blackboard menu .
  •  
    Something for the ETs and Jason to read and react to.
  •  
    Interesting article! I think one reason why many teachers keep on sticking to the defaults is because _precisely_ BB can be so flexible and do so many things, and there's a lot of templates available. This panoply of choices leads to decision fatigue on the teachers' part: "Which features should I use for presenting to my students? how can I package and so on... arrrrh I'll just stick with the defaults and customize another day." (Can read more about decision fatigue at http://www.nytimes.com/2011/08/21/magazine/do-you-suffer-from-decision-fatigue.html) So, I think our training strategies would have to recognize and take into account this human tendency to choose the easy defaults, especially when mentally tired.
  •  
    Defaults are bad? hmmm... My son started using the kiddy skate scooter about 4 mths ago and he does it like a pro now. When I bought the scooter, it came with 'default settings', i.e. all fixed up and ready to use. He had a go at it and we adjusted the height and widen the handles along the way. He grew more confident and I removed the trainer wheels. I cannot imagine when the scooter came without any 'default settings', i.e. 4 wheels, 2 bars, rubber tubes, etc, I will be quite frustrated setting it up from scratch and my son will be climbing all over me. Defaults cannot be seen as something bad in my opinion. It gives new users or busy people something to start with, I personally appreciate that. When we design instructions, we provide foundations to get our learners started, building blocks or scaffolding their learning as they progress. A range of basic, intermediate or advanced instructional plans can also be presented later on. Essentially, what are the characteristics of our learners or the users of BB? What do you think they need? Demographics of our acad staffs for example are quite 'senior adult learners' (correct me if I am wrong). Do we think we want to present a blank BB page and tell them, 'hey, guess what? its all about customisation now, whatever you want, put it in.' No prize for guessing what their reactions will be. On the other hand, there maybe a group of people who do not want to conform to defaults but to change things or customise their experiences. Nothing wrong with that too. My point is, let's provide a range of options for users, we inform that there are default settings to get them started but there are also room for customisation for the adventurous. We want to be learner centric, hence customisation of experiences but we also do not want to leave anyone behind. That said, I am going to change all my default passwords and user ids of my mobile.... no wonder banks have been calling me to ask if I needed loans.
Kartini Ishak

Evernote for Students: The Ultimate Research Tool - Education Series « Evernote Blogcast - 3 views

  • Organizing in Evernote
  • Access Information Anywhere, No Thumb Drive Necessary As a student, you’re all over the place: in class on your mobile device, at the gym, in your dorm room, at the library, etc. With Evernote, files, notes and documents are available to you everywhere – on your phone, your desktop, and anywhere you have an internet connection. That means that if you’re working in a computer lab, all your research is there. If you lost your thumb drive before your presentation, you can pull up your PowerPoint from a friend’s laptop. Having everywhere access to your Evernote account also means you can make great use of the in-between time we all tend to have. Whether you’re waiting for the bus, or for class to start, you can make quick edits to anything you’re working on. Evernote puts everything in one place, and makes it easy to find exactly what you’re looking for, no matter where you are. If you’re doing research, alone or in a group, Evernote saves time and helps keep you organized.
  •  
    Tips on using Evernote - getting organized
  •  
    Thanks Tini! I can use some info for my training next week ;)
yeuann

Why Do Some People Learn Faster? | Wired Science | Wired.com - 2 views

  •  
    I llike my friend's summary: "The way we think affects the way we learn. If we think we passed a test because we're "smart", then we don't work so hard and learn less. If we think we passed a test because we "worked hard", then we work harder and learn more. And if we think making mistakes helps us learn (instead of making us look stupid), then we tend to learn more." I think this is one major reason why children can learn and master tough games so fast, but take forever to solve a Maths test problem.
Kartini Ishak

iDoneThis - 2 views

  •  
    Excellent tool to use. I use it now to check on "What'd I get done today". 
Sally Loan

Wissahickon School District's eToolBox - Moodle - 1 views

  •  
    Great site to find out the various e-Tools, reason for use, ease of use and other resources related to that.. 
yeuann

gdata-objectivec-client - Google Data APIs Objective-C Client Library - Google Project Hosting - 1 views

  • The Google Data APIs Objective-C Client Library provides an iPhone static library, a Mac OS X framework, and source code that make it easy to access data through Google Data APIs. To get started with Google data APIs and the Objective-C Client Library, look at the overview slides, read the introduction and study the example applications.
  •  
    This may be useful for those who are planning to write iPhone / iPad apps using Objective-C.
Ashley Tan

Instructional & Multimedia Designin Angry Birds - 7 views

Here were my preliminary thoughts on incorporating Angry Birds in education: http://ashleytan.wordpress.com/2011/06/11/angry-birds-for-learning/

apps mobile iphone ipad learning

Ashley Tan

qr code generator tracking - Google Search - 4 views

  •  
    Search results for finding QR code generators that offer tracking services. This might help us determine how many people actually scan the QR codes.
  •  
    CreateBuzz QR Code creates 2 types of QR Codes. One is normal, and the other is trackable. The trackable QR Code has a different URL. When it is read, it is actually reading the trackable URL which then redirects to the page that was defined initially. Quick tests on several devices and QR Code readers show that some QR Code readers did not do the re-direction. Hence these scans were not tracked. Alternatively, use bit.ly because it tracks clicks. use the shorten URL to generate the QR Code. Any scan to the QR Code which points to the shorten URL will be recorded. It shows the time the scans were done and region as well.
bernard tan

Siri's 10 "nononsense" usage - 3 views

  •  
    some ideas how you can use siri, it may eventually be useful for education purpose. i'm beginning to like siri.
bernard tan

What about me by Intel - 1 views

  •  
    Creates a Infographic of yours social media usage by using this web application here.
« First ‹ Previous 81 - 100 of 625 Next › Last »
Showing 20 items per page