Skip to main content

Home/ Groups/ centreforelearning
1More

Google Maps Navigator Routing with Live, Historic Traffic › AndroidGuys - 0 views

  • Starting today, Google Maps Navigation will integrate live and historical traffic with other alternate directions to create the fastest route.
1More

What Is Ookaboo? | About Ookaboo - 0 views

  • Ookaboo is a collection of free pictures, indexed by precise terms from the semantic web. All pictures on Ookaboo are in the public domain or are under Creative Commons -- that means that you can use our pictures for your web site, classwork, or other creative projects!
1More

Adobe Releases Flash-to-HTML5 Converter, Codenamed Wallaby - 0 views

  • Monday night, Adobe released a new, experimental Flash-to-HTML5 conversion tool codenamed Wallaby.Wallaby is an AIR app that lets devs and designers quickly and simply convert Flash Professional files to HTML5 — and when we say “simply and easily,” we mean it’s a matter of dragging and dropping. The company is specifically hoping this tool will make it easier for designers and developers to get their content onto iOS devices like the iPhone and iPad.

Apptivities - 2 views

1More

Apps for Digital Storytelling - Digital Storytelling with the iPad - 1 views

  • These apps will help get you started with digital storytelling
1More

Project Management - Start Here! - Project Management Training from MindTools.com - 1 views

  •  
    I came across this website when I am checking the Merlot.  A lot of information on time, stress, communication management skill.  That is so important for individual and working in a team.
1More

10 Excellent iPad Applications for Teachers | Emerging Education Technology - 3 views

  • With the iPad2 on the launching pad, it’s a great time to share this list of useful iPad apps for teachers from guest writer Paula Dierkens.
1More

Augmented Reality (AR) in Education « Learning Technologies - 0 views

  • introduced the concept of AR, discussed the recent AR developments, examined the impact of AR on society, and discussed the implications of AR for education
1More

14 Powerful Tips for Marketing on Facebook - 1 views

  •  
    Tips #8 and onward seem to be promising strategies for CeL's FB!
1More

Casual Game Design » Learning the rules - 0 views

  •  
    game design and learning curve... good analysis and interesting how the different approaches used in how the user learn the game.
1More

Casual Game Design - 0 views

  •  
    A portal dedicated to casual game design from User Interface ,Controls,Innovation,Style,Testing,Target Audience, Gameplay,Design Process, Learning curve,Interviews. Lot of dicussions in there even with feedbacks from user playing on updated games and what is good and bads about the game.
1More

Inside Facebook - Tracking Facebook and the Facebook Platform for Developers and Marketers - 0 views

  •  
    Inside Facebook is the leading source of news and analysis on Facebook's global growth, corporate developments, and product innovations. Inside Facebook provides daily news and analysis for developers, marketers, and investors. Inside Facebook is an independent news service of Inside Network, the industry's leading research and news organization dedicated to providing original market research, critical analysis, data services and news on the Facebook platform, social gaming, and mobile applications ecosystems.
1More

What to Include In Your Design Contracts - 0 views

  •  
    some reference for design based project proposal, couild be used for other projects too.
1More

iPhone Gems: Five Geotagging Apps For Photographers | iLounge Article - 1 views

  •  
    Today we look at five different geotagging apps for the iPhone, but before we begin, there are a few concepts and facts that are worth pointing out for those who might be unfamiliar with the concept of geotagging. Geotagging is a computerized process for adding GPS-based location data to an image for later reference. Since most cameras don't include GPS hardware, but the iPhone 3G and 3GS do, you can run an iPhone application to record your location while shooting the photos. The best apps of the bunch are PhotoTrip and PlaceTagger; read on for all the details.
5More

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.
« First ‹ Previous 1561 - 1580 of 1991 Next › Last »
Showing 20 items per page