Skip to main content

Home/ centreforelearning/ Group items tagged face

Rss Feed Group items tagged

bernard tan

Coding JavaScript for Mobile Browsers (part 6) - Microsoft Certification Examples, exer... - 0 views

  • In mobile browsers, you need to be especially careful about using timers because of the battery consumption. If you need to use many high-frequency timers at the same time, try to manage them using only one timer that will launch different behaviors from the same process.
  • The first question we need to ask ourselves is, what happens when our web page goes to the background because the user switches focus to another application (in multitasking operating systems) or opens or browses to another tab or window? Another problem is what happens when the phone goes to sleep (because of the user’s inactivity while the script is executing). The behavior of timers can be a little tricky in these situations.Yet another problem is that timers execute on the same thread as the main script. If our script is taking too much processor time (a normal situation with large scripts on low- and mid-end devices), our timers will be delayed until some spare execution time is found.If we use a low frequency for the timer (for example, 10 milliseconds), the timer will generally have problems meeting the timetable.Remember that the JavaScript execution time depends a lot on the device hardware and the browser’s engine. Even if they’re running the same operating system, like Android, execution times can differ: for example, an HTC G1 will be much slower than a Nexus One with a 1-Ghz processor.
  • As shown in Figure 4, the real times are very different on different devices. On low- and mid-end devices, if they work at all, the result is far from our 200 ms intention—some low-end devices don’t even accept timers with a frequency of less than 1 second.
  • ...1 more annotation...
  • Table 11. Timers support compatibility tableBrowser/platformTimers availableTimers in backgroundSafariYesStopped. From iOS 4.0: continue working while in other browser's window.Android browserYesStopped.Symbian/S60YesStopped. From 2.2: continue working while in other browser's window.Nokia Series 40No webOSYesContinue working.BlackBerryNo NetFrontYesNo multitasking.Internet ExplorerYesStopped.Motorola Internet BrowserNo Opera MobileYesContinue working.Opera MiniNo Note:The Gmail for Mobile team discovered some issues with timer behavior on mobile Safari and Android devices, and made the results public in the team blog at http://www.mobilexweb.com/go/timers. The conclusions are: for low-frequency timers (1 second or more), there are no performance issues, and you can add as many as you want; for high-frequency timers (for example, 100 ms), though, every new timer created makes the UI more sluggish. The preferred solution is to use only one high-frequency timer.
  •  
    Creating real time app might pose to be an issue on web app.
Ashley Tan

YouTube Blog: Face blurring: when footage requires anonymity - 1 views

  •  
    New face blurring feature in YouTube. For video team to highlight to our staff who require this feature.
yeuann

iOS 5 To Have Powerful Face Detection | TechCrunch - 1 views

  • The API supports a call to mouthPosition as well as left and right eye positions. T
  •  
    We could incorporate this feature into our apps e.g. the Well Said app, or automated tagging of faces in classroom video recordings...
bernard tan

Protect your smartphone - 0 views

  • If you have ever entertained that seemingly laughable thought of installing anti-virus software on your mobile phone, you are not alone.
  • A few months ago, Kaspersky Labs discovered two Trojan-SMS malware that masqueraded as media player apps for Android devices. Once installed, the malware can send premium SMSes costing US$6 ($7.70) each without the user's knowledge.
  • the money is still on computers, and cyber criminals follow the trail of money. The increasing number of people using smartphones is a factor, but not a big one yet. There are some banking services on mobile platforms, but the majority of consumers still use computers to access banking services
  • ...4 more annotations...
  • According to Kaspersky, closed platforms (iPhone, BlackBerry and the old Symbian) are more secure while open platforms (Android, Windows Mobile 6 Series and the new Symbian) are less so. This, Kaspersky explains, is because the level of security is inversely proportionate to the ease with which developers can build apps on it.
  • "The more secure a system is, the harder it is for development - both for the good guys and the bad guys," he said.
  • security and ease of app development are two sides of the same coin that have to be finely balanced in order for a mobile platform to succeed.
  • iPhone users face exactly the same problems, but unfortunately, Apple has a very strict regulation on the apps industry, and the SDK it gives to software companies doesn't let us develop what we need. (Thanks to Apple's efforts policing the platform) iPhone users face maybe fewer virus problems, but the threat with confidential data is still there - and it only takes one threat. Android may face more viruses, but at the same time, there will also be more solutions from us and our competitors
  •  
    Open source and Closed source mobile platform faces security issue. An open source platform may be more prone to malwares and viruses. Some factors we should consider in our context here in education to protecting confidential contents and issues while considering developing apps. for example we could risk all of our contacts information being stolen and end up being sold to some advertising spamming companies who spam you daily or watches your daily activities.
  •  
    I used to think open source platform was very good for development but now you can have different view if you think like a hacker. It will take at least a year or more before mobile security catch up.
wittyben

7 Essential Tools for a Flipped Classroom - Getting Smart by Guest Author - classrooms,... - 2 views

  •  
    When flipping a class, besides viewing recorded lectures pre-class, there are other activities students can perform online before face-to-face sessions. Henry and other CeLebs who are interested in flipping classrooms - you might want to check these out and consider other tools and activities for flip.
Rachel Tan

What is the Right Blend? - 0 views

  •  
    A recent Department of Education study suggested that blended classes (part online and part face-to-face) had higher achievement levels than either face-to-face or totally online classes. Students felt greater community in blended classes. This session will explore the design and delivery of blended classes to provide the benefits of both on campus and virtual instruction. What a Blended Course is NOT: —Traditional classroom activities + "let's put some stuff on the web" —Online courses with campus tests On campus lectures with reading and tests online
Ashley Tan

Mobli Update to iOS App Lets You Switch Between Your Smartphone's Cameras While Recordi... - 2 views

  •  
    "but the app's most notable update is its newfound ability to switch back and forth between the front and back facing cameras of your smartphone while recording. In practice, it works pretty well. Although there's a one second lag when you switch between cameras, the recorded video plays back seamlessly and I imagine it could be used for some great reaction videos. It's a very simple feature that hasn't been implemented in any other video recording apps yet (including the stock camera apps in iOS and Android), although I would expect all of them to follow suit pretty soon."
yeuann

Prankster Photoshops People Into Ads While They Wait for the Bus - 1 views

  •  
    Really funny!  Perhaps we could play on this idea for e-Fiesta... maybe have a camera where we invite people to look into the camera and find their faces suddenly popping up in a poster of themselves - complete with the #efiesta tag, or something like that. What strikes me is the use of humour and fun in marketing and publicity, especially when it comes to social media. E.g. I esp like how the burly man was very amused at a Hulk'd  version of himself standing over a burning city. People do like to see positive photos of themselves - especially when done by others. (But wonder how the MDs would feel having to photoshop in real-time haha. :D)
Ashley Tan

TokBox Makes Video Conferencing Available to Any iOS App - 1 views

  •  
    For programming team.
yeuann

Computer vision with iOS Part 2: Face tracking in live video - Aptogo - 1 views

  •  
    Eveleen, this could be one of our future iOS projects... using facial / gesture recognition in e-learning (sims)?
Ashley Tan

Welcome to CeL Website - 2 views

  • was aligned
    • Ashley Tan
       
      were aligned
    • Ashley Tan
       
      Make the edits immediately.
  • Our focus is now ICT
    • Ashley Tan
       
      Remove "now"
    • Ashley Tan
       
      Please make the changes immediately!
  •  
    @hiweewee Exactly. BTW, we already have our faces & voices, see vids at http://t.co/2Ii7gAG0 #edsg
Rachel Tan

Coursera, Pedagogy, And The Two Faces Of MOOCs - 2 views

  •  
    The author shows how the Coursera pedagogy for xMOOC is still an instructivist approach aka a classic "sage on the stage" approach but which is one-to-very-many cMOOC is based on the connectivism-inspired approach, and focus on knowledge creation and generation whereas xMOOCs focus on knowledge duplication (Siemens, 2012) @MarkSmither puts it: "in an xMOOC you watch videos, in a cMOOC you make videos." You can probably guess which MOOC type NIE is adopting
Kum Seng Cheang

mypictr - we make your profile picture - 3 views

  •  
    For those of you who would like to size up your pretty/handsome faces for a perfect profiling, here's a simple tool to do just that! Sorry, no support for Diigo yet, but the closest prolife image size is from Skype's.
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

yeuann

How the Kindle Fire Could Make 7-Inch Tablets Huge | Gadget Lab | Wired.com - 0 views

  • If you’ve been living under a rock and haven’t heard the news, Amazon debuted its $200 7-inch tablet, the Kindle Fire, this week. Make no mistake: It’s no iPad. There’s no front-facing or rear-facing camera, and it’s only got 8 GB of storage. But it’s not meant to be an iPad. It’s a completely different kind of tablet, designed for the pure consumer. That is, it’s designed for consumptive behavior: reading, listening to music, watching video content. The lack of local storage isn’t an issue, either; it’s meant to take advantage of the cloud with services like Amazon’s $80 yearly Prime service, as well as Amazon Cloud Drive. And the smaller form factor makes it extra portable, easy to whip out on the bus or the subway (much like a Kindle).
yeuann

The Life-Changing $20 Rightward-Facing Cow - 0 views

  • This is the story of a person whose joke project became more successful than the one on which he lavished love and intellect, the climate that caused that to happen and how ultimately he decided to learn from it instead of becoming upset.
  •  
    A very interesting article about a social game joke experiment that didn't quite turn out the way that its creator intended. Food for thought on a rainy Tuesday morning. :)
Eveleen Er

Ice Cream Sandwich Face Recognition | Augmented Planet - 2 views

  •  
    Galaxy Nexus running on the latest Android Ice Cream Sandwich
casey ng

Edmondo and iPad - 0 views

  •  
    Students can easily download a document from Edmodo, use it in another app (like a PDF annotation app) and then upload it again onto Edmodo to submit it as an 'assignment'. This solves the whole 'work-flow' problem that many teachers faced upon the introduction of iPads into the classroom. Worksheets, handouts, task sheets, graphic organizers, anything you want the students to work on, just upload it into your library, add it to a folder that you share with the students or attach it to a post, then they access it and open it in another app. Once they have finished, they need to upload it into their 'backpacks' and then submit it as an attachment to an 'assignment' that you posted.
bernard tan

Adobe is killing Creative Suite; here's why - 0 views

  • Not only is the creative services software shop closing down the Creative Suite version numbers and branding; it’s getting rid of the entire paradigm of old-school, cereal-box* software.
  • No more waiting for your design software’s features to catch up with what the web guys have been doing for six months
  • new purchasing paradigm for the entire creative industry. Every ad agency, every magazine, every indie design firm and print shop — they will all be transitioning from bought-and-owned software at $200 or $700 or $2,000 a pop to the Creative Cloud subscription model, which can cost as little as $20 per mont
  • ...1 more annotation...
  • As for existing and even older versions of Creative Suite software, Morris said, “We’re not doing any [new] feature development
  •  
    For MDs, Video Team and users of adobe products. We may face another licensing issues with their monthly subscriptions plan, so be prepared to hop onto the cloud, which means new workflow for us as well. Adobe announced that they will not release any more box sets and will not be supporting new features for existing versions. Seems like everyone on board Adobe platforms will be forced to get Adobe CC subscriptions next round. Be prepared to hope on the Cloud. you can get a trial version on their website to play around.. http://www.adobe.com/sea/products/creativecloud.html
1 - 20 of 26 Next ›
Showing 20 items per page