Skip to main content

Home/ Web 2.0 Tools/ Group items tagged processing

Rss Feed Group items tagged

sunny demler

iPhone, Android, BlackBerry, WP7 Mobile apps .. Confused how to start? More info>>http:... - 0 views

  •  
    We leverage our technology background and expertise to build apps that enhance the mobile experience. The apps that we build are user friendly, intuitive and enable quick data processing. More info>>http://www.wits-interactive.com
Cursor Creative House

25 Web Long Shadow Vector Flat Icons Set. DOWNLOAD ! - 1 views

  •  
    Flat icon set for Web and Mobile Application. Features: * 25 Business and Office Vector Flat Icon Set * Fully layered and fully editable * Easy to change colors and adjustable to any size * Availab...
  •  
    DOWNLOAD - > http://goo.gl/59OD9L :)
anonymous

Getting Started with Firefox extension - Diigo help - 0 views

  •  Feature Highlight: Highlights Diigo saves the day with "highlights". Highlights let you select the important snippets on a page and store them in your library with the page's bookmark. Let's try it. Just open a page, maybe one of your old-school bookmarks or one of your new cat bookmarks, and find the information on that page you actually care about. Select that important text. Got it? Okay, now put your hemet on, 'cause this might blow your mind! Click the highlight icon on the Diigo toolbar. It's the one with the "T" on a page with a yellow highlighter. You will notice that the selected text gets a yellow background. This means that the text has been saved in your library, and as long as you have the Diigo add-on the text will be highlighted on the page! How's that for easy?   Now you've highlighted the text. It will appear in your library within the bookmark for the page it is on. Go to your library and you can see how it works. If you're not sure how to get to your library, just click the second icon on the toolbar (Diigo icon to the left of the search bar) and then select "My Library »".
  • Sticky Notes on the Web What? I can put a sticky note on a web page? How? Oh, that's right! Diigo. Just right-click anywhere on the page and choose to "add a floating sticky note". Type up your note and choose "Post", then move the note anywhere on the page. You have to type a note first, before you move it where you want, otherwise there's nothing to move!
anonymous

Lovely Charts - 0 views

  •  
    Lovely Charts is an online diagramming application that allows you to create professional looking diagrams, such as flowcharts, sitemaps, organisation charts, wireframes, and many more... For free.
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
Robert Letcher

NoodleTools : MLA / APA Bibliography Composer, Notecards, Free Research Tools - 0 views

  •  
    NoodleTools provides innovative software that teaches students and supports teachers and librarians throughout the entire research process. *Search intelligently *Assess the quality of results *Record, organize and synthesize information using online notecards *Format your bibliography in MLA or APA style
Helen Baxter

Diigo is about Social Annotation - 0 views

  • The Diigo team is dedicated to provide innovative and useful web services for our users. The name "Diigo" is an abbreviation for "Digest of Internet Information, Groups and Other stuff." Diigo (dee'go) is about "Social Annotation". By combining social bookmarking, clippings, in situ annotation, tagging, full-text search, easy sharing and interactions, Diigo offers a powerful personal tool and a rich social platform for knowledge users, and in the process, turns the entire web into a writable, participatory and interactive media. The social annotation service introduced by Diigo allows users to add highlights and sticky notes, in situ, on any web page they read. Imagine a giant transparency overlaying on top of all the web pages. Users can write on the transparency as they wish, as private notes or public comments. And they can read public comments on the transparency left by other readers of the same page, and hear their "two cents" and interact with them.
Helen Baxter

Gliffy.com - 0 views

  • Turn your ideas into pictures. From floor plans and landscape designs to process flows and technical drawings, Gliffy Basic's shape libraries and intuitive interface will help you create diagrams instantly. Only Gliffy makes it this easy to share, publish, and even collaborate with family, organizations, and co-workers.
Sandy John

Offshore Custom Application Development Outsourcing Company India - 0 views

  •  
    To achieve the benefits of a software application, no longer you need to change your processes. Cyber Futuristics has a well-defined and mature offshore application development company India which comprises the complete Software Development Business. We offers all IT Enabled Services like .NET application development, custom application development, software application development, offshore software development, E-Business Application development, Custom Software Solutions and all other software application development services related to application development.
Matteo Spreafico

Crowdsourcing for Google Apps | Smartsheet - 0 views

  • Smartsheet enables you to get high quality work done by top on-demand workforces.
  • Set up your Smartsheet the way you like it
  • Submit work requests from Smartsheet to the crowd
  • ...3 more annotations...
  • Completed work entered back into your Smartsheet
  • You pay only for work you approve
  • Smartsheet handles all the worker recruitment and payment processing
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.
Mashvibes Inc.

How To Back Up Your Blogger Blog Data And Keep It Secured !! - 0 views

  •  
    Today, we are going to talk about a very vital information you should have know from the beginning of your blogging journey. Data back up. Someone may ask what is a back up ? Back up is the process of copying and archiving of computer data so it may be used to restore the original when may the current data is lost or damaged.
scientificwebs

Why You Should Switch HTTP to HTTPS - 0 views

  •  
    You may have notice during browsing that some websites have HTTP (or, http://) in the start of URL and some have HTTPS (https://). The websites which have HTTPS in address bar may also have a green color lock symbol, or other signs that make the URL field look different from others. Why You Should Switch HTTP to HTTPS? What does it mean? Does it really make a difference? Yes it does. A single "S" can make a big difference when it comes to security and high-rank.
mariahayden

How Do I Setup Yahoo Mail in Outlook Program? - 0 views

  •  
    Setting up a Yahoo mail account in the Outlook program is easy; yet, many times, users being stuck at a point are not able to complete the process. So if you're somehow failed to setup Yahoo mail in Outlook on your own, you may get a help from one of our experts and get an instant resolution.
« First ‹ Previous 101 - 120 of 183 Next › Last »
Showing 20 items per page