Skip to main content

Home/ centreforelearning/ Group items tagged questions

Rss Feed Group items tagged

Mazlan Hasan

Five questions with: Jeff Swain, ETS innovation consultant, on the iPad and education -... - 0 views

  • Two things really struck me about the iPad during my time with it. The first was how it extended my activity in reality. The touch screen feels like an natural extension of myself.
  • This is a huge paradigm shift
  • the device changed my perception of connecting
  • ...8 more annotations...
  • I found myself thinking less about Web pages and urls and more about specific places to go, places within places.
  • It's not that the iPad does everything well but it does do everything I need it to do well enough
  • Instead of comparing it to a cellphone or a laptop we should be exploring its potential for new ways of meaning-making.
  • test out the educational value
  • iPad is a Kindle killer in the e-book category because it creates a more intimate reading experience.
  • Because it can do the things I need to do when I'm on the go, the iPad has turned my laptop into my new desktop.
  • Make it a content creation device as well.
  • it's come in quite handy with my dissertation work. Using an application called Papers which I have on both my laptop and the iPad, I am able to access various education and research databases, download articles, and mark them up
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.
bernard tan

Using Javascripts - 1 views

  •  
    Issue of implementing multiplayers capability in web ( in our case web app) in 2 devices.
yeuann

Spotlight on Mobile Gaming Part 1 of 2: The Rise of Mobile Gaming - 0 views

  • But why exactly have these kinds of games taken off in recent years? The answer to this question lies in the overall technological trend of making devices that are a “one stop shop” for people. Electronic devices have been increasing in functionality for years, but the introduction of devices like Smart phones and tablets are fantastic examples of this catch-all product that has increased in popularity recently.
Sally Loan

Welcome to about.me (about dot me) - 3 views

  •  
    What about for using this for CeL marketing?
  •  
    nice idea. Especially we have so many website and portal everywhere ..now all in one page but there something I question myself... Would it be another portal to market to the people here before they actually get used to it..hmm
  •  
    That is true. Official site only includes FB, twitter.. what about CeL memolane, CeL slideshare, CeL picasa.. i am not sure, everything about CeL.
Ashley Tan

Here Come the iPads - Now What? iPad Deployment « Moving at the Speed of Crea... - 2 views

  • App considerations - What store? - we have chosen to live within the spirit of agreements rather than line item agreements - on issue is: “The iTunes Service is available to you only in the United States, its territories, and possessions. You agree not to use or attempt to use the iTunes Service from outside these locations. Apple may use technologies to verify your compliance.” We have made peace with using the U.S. store and dealing with it, the Chinese store has far fewer apps and isn’t nearly as good a fit for our student population We created iTunes accounts with gift cards, purchased in the USA - no one used a credit card for apps Volume Purchasing Plan (VPP) is the answer to many of these questions - lets a site administrator have control over iPads and iOS devices in the school ecosystem - this is only available as of today in the United States (not in China) - is coming to other countries, the legal issues are being worked out
  • Suggested management solution from 1 of the vendors present at this session: - create a separate iTunes account for each iPad you have - then have 1 account to hold the money: that account then “gifts” money to individual iTunes account (gift certificates) So now as things exist, we buy large ($100) cards for our main, master iTunes account - we also purchase smaller cards ($10) for innovator teachers to try different apps
  •  
    For team leads and Choo: Some solutions to the apps for iPads issue that was raised at lunch.
Ashley Tan

Announcing the first Creative Commons Singapore Festival 2011 « Creative Comm... - 3 views

  • Part 3 – “SHOW”. November 11th, 2011 (11/11/11) It’s CC Festival at The Pigeonhole (Time to be advised) Presentations of selected works from Part 1 and 2. You can also find your own corner and present your work, barcamp style. We welcome all CC SG adopters to treat this like a CC Pasar Malam, promote your wares, and encourage others to use/ reuse. Questions? Email the CC-SG Community Manager Ivan Chew (ramblinglibrarian@gmail.com)
  •  
    For Shamini and Fanah
  •  
    great initiative!
bernard tan

8 Bit Color vs 16 Bit Color - Working With 16 bit Images In Photoshop, Page 2 - 0 views

  • So why, then, would it be better to work with a 16-bit image? One word - flexibility. When you're editing an image in Photoshop, sooner or later, if you continue making edits, you're going to run into problems. The most common problem is what's known as "banding", where you've lost so much detail in the image that Photoshop can no longer display smooth transitions from one color to the next. Instead, you get an ugly stair-stepping effect between colors and tonal values.
  •  
    Choice when selecting 8 bit or 16 bit when editing in photoshop
  •  
    William - answer to your question earlier. Can read the whole article if you're interested :)
rahim azhar

Trivia Goes Digital with 'A Google a Day' | News & Opinion | PCMag.com - 0 views

  • A Google a Day is a new daily puzzle that will be hosted at agoogleaday.com and printed above the New York Times crossword puzzle. Answers will be revealed the next day online and in the paper. Like the Times's crossword puzzle, the Google trivia questions will increase in difficulty as the week goes on.
Ashley Tan

Nik's Learning Technology Blog: Create Video Questionnaires - 1 views

  • The site enables users to create questionnaires and then get the recipients of the questionnaire to leave video recorded answers.
  • How to use Intervue.me with studentsCreate comprehension check questions to go with reading homework so that students also do some speaking for homework.Create opinion polls for students to answer.Make action research questionnairesPlay the alibi game and get students to explain where they were and what they were doing at particular points in time.Ask students about childhood memories.
bernard tan

JavaScript Compressor and Comparison Tool - 0 views

  • As rich web applications are being built with larger JavaScript code bases, the need for JavaScript compression to keep bandwidth and page load times as small as possible is becoming more important for faster load times and more enjoyable user experiences.
  • Which JavaScript Compressor is the best? That can be a tough question to answer and in many cases it depends on your application. This tool can compress Javascript with several of the most popular JavaScript compressors, simultaneously and show you a detailed visual analysis of the results
  •  
    Let you decide which is the best method to compress your development file before production... especially important for mobile platform as bandwidth is an issue
‹ Previous 21 - 31 of 31
Showing 20 items per page