Skip to main content

Home/ Web 2.0 Tools/ Group items tagged Integration

Rss Feed Group items tagged

John Onwuegbu

Access to Facebook photos and Google Drive documents coming to Outlook.com | Questechie - 2 views

  •  
    While the Outlook app for Android and iOS have had Google Drive integration for some time, the new integration to the webmail will work the same way as OneNote integration does on Outlook.com.
Neil O'Sullivan

41 Websites for Teachers to Integrate Tech into Your Classroom « Ask a Tech T... - 27 views

  •  
    41 Websites for Teachers to Integrate Tech into Your Classroom. This site has some fantastic videos and lots of links
jamesfranklinp

API Integration Services - Proworkflow - 0 views

  •  
    We offer API integration services that enable seamless communication between apps, software, and websites. Extend and integrate ProWorkflow with our powerful API.
John Onwuegbu

Live: Bing Social Integration - 9 views

  •  
    It brings the integration of Facebook information stream into open search, with the possibility of bringing "social intelligence" in overall search experience.
Amitai Givertz

Permanent Link to OffiSync integrates Google Docs with Microsoft Office - 0 views

  •  
    OffiSync integrates Google Docs with Microsoft Office
John Onwuegbu

INFOGRAPHIC: Tips for Successful Digital Integration with Social Media | Questechie - 14 views

  •  
    Albeit, full Digital Integration of Social Media channels can be a really daunting task - or you may ask, just how is it done?
  •  
    dubai independent escorts agency // independent escort in dubai // independent escort in uae //
John Onwuegbu

Google+ Local: Discover Local Information - 14 views

  •  
    The local information tool is integrated across Google products: Search, Maps, and Mobile. It's integrated into Google+ as a new tab, and you can take it with you on the go with Google Maps for mobile on Android, and soon on iOS platform.
David Wetzel

To Blog or Not To Blog in Science or Math Class - 0 views

  •  
    The primary purpose of blog is to facilitate interaction between a teacher and his or her students. This is possible because a blog is a dynamic tool which can be easily updated or transformed as necessary to meet the needs of a science or math class. The integration of blog technology in a class requires an investment of time. Because of this commitment, additional evidence is needed to support the integration this technology in a science or math class curriculum.
Thomas Galvez

Creaza - Home - 0 views

  •  
    Creaza offers you an integrated, web-based toolbox for creative work, both at school and in your free time.Creaza integrates professional and user-generated content, creative tools and a social network in a new and innovative way.
awqi zar

Brazilian social project integrates Moodle with Live@Edu - Port 25: The Open Source Com... - 11 views

  •  
    As you may know, Microsoft announced last July the Live Services Plug-in for Moodle, a free download released under the General Public License v2 that integrates Microsoft's Live@Edu services such as email, calendar, instant messaging and search directly into the Moodle experience. The move was very important for Microsoft in the educational space in Latin America, as adoption and usage are surging in the region for Live@Edu, Microsoft's free communication and collaboration solution that educational institutions can offer their students.
David Wetzel

How to Integrate Google Docs in Science and Math Like a Pro - 0 views

  •  
    Strategies are provided for classroom integration, creating survey, and science or math activities.
Janos Haits

CloudRail - The Universal API - 5 views

  •  
    "CloudRail's vision is to create a single universal interface to access all services. Simply integrate our solution into your product and connect seamlessly with other services faster and easier than ever before. This "one-to-many" approach works because our interface can download special API definitions to automatically adapt to other systems. Speed up your development process rapidly and focus on building stunning software instead of wasting time for integrations. The Internet of tomorrow will be intelligent and interoperable, be part of it!"
John Onwuegbu

Bing Social Integration Adds Friends Connection - 4 views

  •  
    Now, the possibility of having friends who have had direct experience regards your search query can be really comforting, and removes every uncertainty when users ask those friends for guidance.
  •  
    if you want best news like this. Or follow. Your article in here www.killdo.de.gg
John Onwuegbu

What Pulse integration with LinkedIn means for Users | Questechie - 7 views

  •  
    LinkedIn Pulse will become the main vehicle for social news experience across mobile and desktop and will ultimately replace LinkedIn Today.
David Wetzel

Project Based Learning Viewed Through a Digital Lens - 0 views

  •  
    Often we search for meaningful ways to integrate digital technology in project based learning activities given to our students. We also would like our students to develop a thorough understanding of the concepts underlying the work - after all this is the purpose of the project. Giving students the opportunity to complete and present their project through a digital lens has one great advantage - student engagement. This in turn causes students to develop a more in depth understanding of concepts.
David Wetzel

5 Benefits for Creating a Classroom Environment for Student Blogs - 1 views

  •  
    Benefits for creating a classroom environment for student blogging begin with establishing a foundation for their success. Why is this important? Integrating blogs transforms a classroom into a learning community where students become self-directed learners and thinkers. This in turn, causes students to use higher order thinking skills as they create and post entries in their blogs, along with commenting on other student's blogs.
mbarek Akaddar

85+ Resources: Educator Guide for Integrating Social Media « emergent by design - 18 views

  • 85+ Resources: Educator Guide for Integrating Social Media
  •  
    A real  treasure ! 
Clif Mims

Making the Shift Happen - 0 views

  • shift from the “computer class” mindset to an “integrated” technology program
  • very similar problems, very similar history
  • very similar ideas
  • ...4 more annotations...
  • same fears, concerns and questions
  • why isn’t there a common process or framework to work through
  • why isn’t there a common understanding of what needs to be done to move forward?
  • why aren’t more teachers arriving at schools with some background in this model of teaching and learning
Matteo Spreafico

Web Hooks / FrontPage - 0 views

  • The concept of a WebHook is simple. A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST.
  • A web application implementing WebHooks will POST a message to a URL when certain things happen. When a web application enables users to register their own URLs, the users can then extend, customize, and integrate that application with their own custom extensions or even with other applications around the web. For the user, WebHooks are a way to receive valuable information when it happens, rather than continually polling for that data and receiving nothing valuable most of the time. WebHooks have enormous potential and are limited only by your imagination! (No, it can't wash the dishes. Yet.)
  • Push is the simplest of reasons to use WebHooks. As was just stated above, no more polling every couple of minutes to find out if there is new information. Just register a WebHook and receive the data at your doorstep as soon as it exists.
  • ...3 more annotations...
  • A Pipe happens when your WebHook not only receives real-time data, but goes on to do something new and meaningful with it, triggering actions unrelated to the original event. For example, you create a script, register its URL at a photo site, and have it email you when your mother posts a new photo.
  • Plugins: processing data and giving something in return This is where the entire web becomes a programming platform. You can use this form of WebHooks to allow others to extend your application. Facebook's Application Platform uses WebHooks in this way, and so does Google Wave's robot integration. The general idea is that a web application sending out data via WebHooks will also use the response to modify its own data. At Facebook, when you access an app, Facebook sends a WebHook out to your application saying "Hey, someone's accessing your application, what do I do?!" The application responds with, "Show the user this page..." Facebook does so, and the pattern continues in the same manner as you continue to use the application. At Google Wave, when you do something in a wave, any robot you've added as a participant is notified via a WebHook, and the robot has the ability to modify the wave in its http response. Implement WebHooks in this way in your application if you want to allow others to truly extend and enhance the abilities of your application.
  • By letting the user specify a URL for various events, the application will POST data to those URLs when the events occur. With the cheap availability of PHP hosting and even easier simple app/script hosting like AppJet or Scriptlets, handling the POST data becomes fairly trivial. How you use it is up to you and whatever you want to accomplish.
1 - 20 of 137 Next › Last »
Showing 20 items per page