Skip to main content

Home/ centreforelearning/ Group items tagged MS

Rss Feed Group items tagged

bernard tan

Zugara's Augmented Reality Dressing Room Is Great If You Don't Care How Your Clothes Fit - 1 views

  • Augmented reality, or the blending of the real world with computer graphics on the fly, is one of the most exciting fields in tech right now
  • Zugara, an interactive marketing agency, has built something a bit more practical for the time being. It’s put together the Webcam Social Shopper, offering a way to help you try on clothes online from the comfort of your bedroom.
  • t lets you overlay a static image on top of your body and pretend you’re wearing it. Which is sort of a start.
  • ...1 more annotation...
  • Zugara is also trying to weave a social element into the application, offering examples of sharing outfit choices over Facebook or allowing friends to help choose outfits in real time, which could turn out to be the app’s real strength.
  •  
    Developer Zugara showing online clothes store offering way to let you try clothes online with help of Augmented Reality. See Video @ http://www.youtube.com/watch?v=NxQZuo6pFUw&feature=player_embedded
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.
jasonyai

Offisync with Google Docs - 2 views

For those who like to work with more features found in MS office. Offisync allows opening of google docs in MS Word, editing and auto updating back in google docs. http://bit.ly/rm7Eao

google

started by jasonyai on 13 Sep 11 no follow-up yet
casey ng

Cloudon - 0 views

  •  
    CloudOn is such an iPad app that let users edit Microsoft Office documents on iPad.
Kartini Ishak

Businesses Need To Notice SMS Marketing | Social Media Today - 0 views

  • MS marketing needs to be given attention to by businesses because it can be an effective way to reach customers. Consider this: 98 percent of text messages received by people are read. Compare that to the following read rates for other social marketing outlets: 29 percent for Twitter tweets, 20 percent of emails, a dismal 12 percent of Facebook posts.
  • SMS marketing needs to be given attention to by businesses because it can be an effective way to reach customers. Consider this: 98 percent of text messages received by people are read. Compare that to the following read rates for other social marketing outlets: 29 percent for Twitter tweets, 20 percent of emails, a dismal 12 percent of Facebook posts.
  •  
    Let's not forget about SMS Marketing shall we?  98 percent of text messages received by people are read. Compare that to the following read rates for other social marketing outlets such as Twitter, Emails and Facebook posts which sometimes are overlooked.
raifanacel

5 Big Tech Companies That Are Killing It On Facebook - 3 views

  •  
    Useful look at some Facebook strategies of a few tech companies. Microsoft Xbox's strategy sounds more like ours.
  •  
    Useful resource on leveraging on FB! Here is what I learnt from these companies use of FB: From Amazon: Converse with your audience From Dell: Provide useful how-tos From Samsung: Show specific uses of edtech From MS XBox: Provide teasers, trailers, previews, updates From YouTube: Share viral videos
1 - 6 of 6
Showing 20 items per page