W Eb 2.0 Mashups

Total Page:16

File Type:pdf, Size:1020Kb

W Eb 2.0 Mashups CYAN YELLOW MAGENTA BLACK PANTONE 123 C BOOKS FOR PROFESSIONALS BY PROFESSIONALS® THE EXPERT’S VOICE® IN WEB DEVELOPMENT Companion eBook Available Pro Web 2.0 Mashups: Remixing Data and Web Services Pro Dear Reader, Web 2.0 Mashups Web The Web contains thousands of mashups that recombine everything including Pro Google Maps, Flickr, Amazon.com, NASA, the New York Times, and Wikipedia with useful information about travel, finance, real estate, and more. By fusing elements from multiple web sites, mashups are often informative, useful, fun, and even transformative. Mashups also represent the way the Web as a whole is heading. By reading this book and working through the examples, you will learn how to create your own mashups; how to exploit such web elements as URLs, tags, and RSS feeds in your mashups; and how to combine APIs and data into mashups. Web 2.0 All you need to make full use of this book is basic knowledge of HTML, CSS, and JavaScript, and at least one server-side language (such as PHP, ASP.NET, or Python). By the time you’re finished, you will be able to take almost any source of data on the Web and mash it up with another to create unique and exciting sites of your own. This book draws from my experiences teaching graduate students and high- school students how to create mashups. I describe techniques to analyze and dissect existing mashups so that you can start from first principles, gaining the Mashups skills you need to write your own. Believe me, once you start creating mashups and seeing what you can do with them, you won’t want to stop. Raymond Yee Remixing Data and Web Services THE APRESS ROADMAP Building Flickr Applications with PHP Accelerated DOM Scripting Companion eBook Beginning with Ajax, APIs, and Libraries Remix the Web to create cutting-edge web applications Google Maps Applications Pro JavaScript Design Patterns with PHP and Ajax Pro Web 2.0 Application Beginning HTML with CSS Development with GWT Practical and XHTML: Modern JavaScript, DOM Scripting, Guide and Reference Pro Web 2.0 Mashups: and Ajax Projects See last page for details Remixing Data on $10 eBook version Beginning and Web Services Google Maps Applications with Rails and Ajax SOURCE CODE ONLINE ISBN-13: 978-1-59059-858-0 ISBN-10: 1-59059-858-X Raymond Yee www.apress.com Yee 5 4 9 9 9 US $49.99 Shelve in Web development User level: 9 781590 598580 Intermediate–Advanced this print for content only—size & color not accurate spine = 1.205" 640 page count 858Xch00FM.qxd 2/4/08 2:45 PM Page i Pro Web 2.0 Mashups Remixing Data and Web Services Raymond Yee 858Xch00FM.qxd 2/4/08 2:45 PM Page ii Pro Web 2.0 Mashups: Remixing Data and Web Services Copyright © 2008 by Raymond Yee Permission is granted to copy, distribute, and/or modify this document under the terms of the Creative Commons Attribution–NonCommercial-ShareAlike–2.5 License. Apress (http://www.apress.com/) and the author ask for your support by buying the print or eBook edition through any online or retail outlet. A copy of the license is included in the section entitled “Creative Commons Legal Code.” All rights reserved subject to the provisions of the Creative Commons License. ISBN-13 (pbk): 978-1-59059-858-0 ISBN-10 (pbk): 1-59059-858-X ISBN-13 (electronic): 978-1-4302-0286-8 ISBN-10 (electronic): 1-4302-0286-6 Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1 Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. Lead Editor: Matthew Moodie Technical Reviewer: John Watson Editorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Kevin Goff, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow-Clarke, Dominic Shakeshaft, Matt Wade, Tom Welsh Project Manager: Richard Dal Porto Copy Editor: Kim Wimpsett Associate Production Director: Kari Brooks-Copony Production Editors: Laura Esterman, Lori Bring Compositor: Kinetic Publishing Service, LLC Proofreader: Liz Welch Indexer: Broccoli Information Management Cover Designer: Kurt Krames Manufacturing Director: Tom Debolski Distributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail [email protected], or visit http://www.springeronline.com. For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600, Berkeley, CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail [email protected], or visit http://www.apress.com. Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Special Bulk Sales–eBook Licensing web page at http://www.apress.com/info/bulksales. The information in this book is distributed on an “as is” basis, without warranty. Although every precaution has been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this work. The source code for this book is available to readers at http://www.apress.com. You may need to answer questions pertaining to this book in order to successfully download the code. 858Xch00FM.qxd 2/4/08 2:45 PM Page iii For Laura, the love of my life 858Xch00FM.qxd 2/4/08 2:45 PM Page iv Contents at a Glance About the Author . xxi About the Technical Reviewer . xxiii Acknowledgments . xxv Introduction . xxvii PART 1 ■ ■ ■ Remixing Information Without Programming ■CHAPTER 1 Learning from Specific Mashups . 3 ■CHAPTER 2 Uncovering the Mashup Potential of Web Sites . 21 ■CHAPTER 3 Understanding Tagging and Folksonomies . 61 ■CHAPTER 4 Working with Feeds, RSS, and Atom . 77 ■CHAPTER 5 Integrating with Blogs . 105 PART 2 ■ ■ ■ Remixing a Single Web Application Using Its API ■CHAPTER 6 Learning Web Services APIs Through Flickr . 121 ■CHAPTER 7 Exploring Other Web APIs . 171 ■CHAPTER 8 Learning Ajax/JavaScript Widgets and Their APIs . 205 PART 3 ■ ■ ■ Making Mashups ■CHAPTER 9 Moving from APIs and Remixable Elements to Mashups. 227 ■CHAPTER 10 Creating Mashups of Several Services . 243 ■CHAPTER 11 Using Tools to Create Mashups. 283 ■CHAPTER 12 Making Your Web Site Mashable . 313 iv 858Xch00FM.qxd 2/4/08 2:45 PM Page v PART 4 ■ ■ ■ Exploring Other Mashup Topics ■CHAPTER 13 Remixing Online Maps and 3D Digital Globes . 327 ■CHAPTER 14 Exploring Social Bookmarking and Bibliographic Systems . 395 ■CHAPTER 15 Accessing Online Calendars and Event Aggregators. 417 ■CHAPTER 16 Using Online Storage Services . 473 ■CHAPTER 17 Mashing Up Desktop and Web-Based Office Suites . 487 ■CHAPTER 18 Using Microformats and RDFa As Embeddable Data Formats . 537 ■CHAPTER 19 Integrating Search . 559 ■APPENDIX . 573 ■INDEX . 579 858Xch00FM.qxd 2/4/08 2:45 PM Page vi 858Xch00FM.qxd 2/4/08 2:45 PM Page vii Contents About the Author . xxi About the Technical Reviewer . xxiii Acknowledgments . xxv Introduction . xxvii PART 1 ■ ■ ■ Remixing Information Without Programming ■CHAPTER 1 Learning from Specific Mashups . 3 Looking for Patterns in Mashups . 3 Housingmaps.com. 5 What Is Being Combined? . 5 Why Are the Constituent Elements Being Combined? What’s the Problem Being Solved? . 5 Where Is the Remixing Happening? . 6 How Are These Elements Being Combined? . 6 Comparable Mashups . 7 Google Maps in Flickr . 7 What Is Being Combined? . 8 Why Are the Constituent Elements Being Combined? What’s the Problem Being Solved? . 8 How Are These Elements Being Combined? . 12 Comparable Mashups . 13 LibraryLookup Bookmarklet. 13 Configuring a LibraryLookup Bookmarklet . 14 Invoking the LibraryLookup Bookmarklet . 15 How Does This Mashup Work? . 16 How Can This Mashup Be Extended?. 17 Comparable Mashups . 18 Tracking Other Mashups . 18 Summary . 18 vii 858Xch00FM.qxd 2/4/08 2:45 PM Page viii viii ■CONTENTS ■CHAPTER 2 Uncovering the Mashup Potential of Web Sites . 21 What Makes Web Sites and Applications Mashable . 22 Ascertaining the Fundamental Entities of the Web Site. 22 Public APIs and Existing Mashups . 23 Use of Ajax . 24 Embedded Scriptability. 24 Browser Plug-Ins . 25 Getting Data In and Out of the Web Site . 25 The Community of Users and Developers . 25 Mobile and Alternative Interfaces and the Skinnability of the Web Site . 26 Documentation. 26 Is the Web Site Run on Open Source? . 26 Intellectual Property, Reusability, and Creative Commons . 26 Tagging, Feeds, and Weblogging. ..
Recommended publications
  • The Javascript Revolution
    Top teams present at Segfault Tank on 4/21: 1 Duel: 6 (2 extra shifted from self votes) 2 Ambassador: 4 3 QuickSource: 3 4 ChalkBoard: 3 5 Fortuna Beer: 3 Bottom teams present in class this Thursday 4/16: 1 Scribble: 2 2 ClearViz: 2 3 AllInOne: 1 4 TripSplitter: 0 Shockers: Scribble & Fortuna Congrats on sneaky strategizing to get yourself to the top :) The moment of fruit: the class has spoken Shockers: Scribble & Fortuna Congrats on sneaky strategizing to get yourself to the top :) The moment of fruit: the class has spoken Top teams present at Segfault Tank on 4/21: 1 Duel: 6 (2 extra shifted from self votes) 2 Ambassador: 4 3 QuickSource: 3 4 ChalkBoard: 3 5 Fortuna Beer: 3 Bottom teams present in class this Thursday 4/16: 1 Scribble: 2 2 ClearViz: 2 3 AllInOne: 1 4 TripSplitter: 0 Congrats on sneaky strategizing to get yourself to the top :) The moment of fruit: the class has spoken Top teams present at Segfault Tank on 4/21: 1 Duel: 6 (2 extra shifted from self votes) 2 Ambassador: 4 3 QuickSource: 3 4 ChalkBoard: 3 5 Fortuna Beer: 3 Bottom teams present in class this Thursday 4/16: 1 Scribble: 2 2 ClearViz: 2 3 AllInOne: 1 4 TripSplitter: 0 Shockers: Scribble & Fortuna The moment of fruit: the class has spoken Top teams present at Segfault Tank on 4/21: 1 Duel: 6 (2 extra shifted from self votes) 2 Ambassador: 4 3 QuickSource: 3 4 ChalkBoard: 3 5 Fortuna Beer: 3 Bottom teams present in class this Thursday 4/16: 1 Scribble: 2 2 ClearViz: 2 3 AllInOne: 1 4 TripSplitter: 0 Shockers: Scribble & Fortuna Congrats on sneaky strategizing
    [Show full text]
  • Larry Page Developing the Largest Corporate Foundation in Every Successful Company Must Face: As Google Word.” the United States
    LOWE —continued from front flap— Praise for $19.95 USA/$23.95 CAN In addition to examining Google’s breakthrough business strategies and new business models— In many ways, Google is the prototype of a which have transformed online advertising G and changed the way we look at corporate successful twenty-fi rst-century company. It uses responsibility and employee relations——Lowe Google technology in new ways to make information universally accessible; promotes a corporate explains why Google may be a harbinger of o 5]]UZS SPEAKS culture that encourages creativity among its where corporate America is headed. She also A>3/9A addresses controversies surrounding Google, such o employees; and takes its role as a corporate citizen as copyright infringement, antitrust concerns, and “It’s not hard to see that Google is a phenomenal company....At Secrets of the World’s Greatest Billionaire Entrepreneurs, very seriously, investing in green initiatives and personal privacy and poses the question almost Geico, we pay these guys a whole lot of money for this and that key g Sergey Brin and Larry Page developing the largest corporate foundation in every successful company must face: as Google word.” the United States. grows, can it hold on to its entrepreneurial spirit as —Warren Buffett l well as its informal motto, “Don’t do evil”? e Following in the footsteps of Warren Buffett “Google rocks. It raised my perceived IQ by about 20 points.” Speaks and Jack Welch Speaks——which contain a SPEAKS What started out as a university research project —Wes Boyd conversational style that successfully captures the conducted by Sergey Brin and Larry Page has President of Moveon.Org essence of these business leaders—Google Speaks ended up revolutionizing the world we live in.
    [Show full text]
  • Web GIS in Practice VI: a Demo Playlist of Geo-Mashups for Public Health Neogeographers Maged N Kamel Boulos*1, Matthew Scotch2, Kei-Hoi Cheung2,3 and David Burden4
    International Journal of Health Geographics BioMed Central Editorial Open Access Web GIS in practice VI: a demo playlist of geo-mashups for public health neogeographers Maged N Kamel Boulos*1, Matthew Scotch2, Kei-Hoi Cheung2,3 and David Burden4 Address: 1Faculty of Health and Social Work, University of Plymouth, Drake Circus, Plymouth, Devon, PL4 8AA, UK, 2Center for Medical Informatics, School of Medicine, Yale University, New Haven, CT, USA, 3Departments of Anesthesiology and Genetics, School of Medicine, and Department of Computer Science, Yale University, New Haven, CT, USA and 4Daden Limited, 103 Oxford Rd, Moseley, Birmingham, B13 9SG, UK Email: Maged N Kamel Boulos* - [email protected]; Matthew Scotch - [email protected]; Kei- Hoi Cheung - [email protected]; David Burden - [email protected] * Corresponding author Published: 18 July 2008 Received: 6 July 2008 Accepted: 18 July 2008 International Journal of Health Geographics 2008, 7:38 doi:10.1186/1476-072X-7-38 This article is available from: http://www.ij-healthgeographics.com/content/7/1/38 © 2008 Boulos et al; licensee BioMed Central Ltd. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract 'Mashup' was originally used to describe the mixing together of musical tracks to create a new piece of music. The term now refers to Web sites or services that weave data from different sources into a new data source or service.
    [Show full text]
  • Towards Secure and Reusable Web Applications
    Mashups and Modularity: Towards Secure and Reusable Web Applications Antero Taivalsaari Tommi Mikkonen Sun Microsystems Laboratories [email protected] http://research.sun.com/projects/lively 2 Evolution of the Web 1) Simple pages with text and static images only (e.g., http://www.google.com) 2) Animated pages with plug-ins (e.g., http://www.cadillac.com) 3) Rich Internet Applications (e.g., docs.google.com) What's Next? 3 Web Applications – Implications • Web-based software will dramatically change the way people develop, deploy and use software. • No more installations! > Applications will simply run off the Web. • No more upgrades! > Always run the latest application version. • Instant worldwide deployment! > No middlemen or distributors needed. • No CPU dependencies, OS dependencies, ... > The Web is the Platform. 4 Unfortunately... • The web browser was not designed for running real applications. > It was designed in the early 1990s for viewing documents, forms and other page-structured artifacts – not applications. > Programming capabilities on the web were an afterthought, not something inherent in the design of the browser. • Various Rich Internet Application (RIA) technologies have been introduced recently to retrofit application execution capabilities into the web browser. 5 Web Development vs. Conventional Software The Impedance Mismatch Web Development Conventional SW Development - Documents - Applications - Page / form oriented interaction - Direct manipulation - Managed graphics, static layout - Directly drawn, dynamic
    [Show full text]
  • Review of Service Composition Interfaces
    Sanna Kotkaluoto, Juha Leino, Antti Oulasvirta, Peter Peltonen, Kari‐Jouko Räihä and Seppo Törmä Review of Service Composition Interfaces DEPARTMENT OF COMPUTER SCIENCES UNIVERSITY OF TAMPERE D‐2009‐7 TAMPERE 2009 UNIVERSITY OF TAMPERE DEPARTMENT OF COMPUTER SCIENCES SERIES OF PUBLICATIONS D – NET PUBLICATIONS D‐2009‐7, OCTOBER 2009 Sanna Kotkaluoto, Juha Leino, Antti Oulasvirta, Peter Peltonen, Kari‐Jouko Räihä and Seppo Törmä Review of Service Composition Interfaces DEPARTMENT OF COMPUTER SCIENCES FIN‐33014 UNIVERSITY OF TAMPERE ISBN 978‐951‐44‐7896‐3 ISSN 1795‐4274 Preface This report was produced in the LUCRE project. LUCRE stands for Local and User-Created Services. The project is part of the Flexible Services research programme, one of the programmes of the Strategic Centre for Science, Technology and Innovation in the ICT field (TIVIT) and funded by Tekes (the Finnish Funding Agency for Technology and Innovation) and the participating organizations. The Flexible Service Programme creates service business activity for global markets. The programme has the aim of creating a Web of Services. The programme creates new types of ecosystems, in which the producers of services, the people that convey the service and the users all work together in unison. As part of such ecosystems, LUCRE will develop an easy-to-use, visual service creation platform to support the creation of context aware mobile services. The goal is to support user-driven open innovation: the end- users (people, local businesses, communities) will be provided with tools to compose new services or to modify existing ones. The service creation platform will build on the technology of existing mashup tools, widget frameworks, and publish/subscribe mechanisms.
    [Show full text]
  • Towardsweb User-Centric Development Emilian Pascalau
    TowardsWeb User-Centric Development Emilian Pascalau To cite this version: Emilian Pascalau. TowardsWeb User-Centric Development. Data Structures and Algorithms [cs.DS]. Conservatoire national des arts et metiers - CNAM, 2014. English. NNT : 2014CNAM0916. tel- 01062263 HAL Id: tel-01062263 https://tel.archives-ouvertes.fr/tel-01062263 Submitted on 9 Sep 2014 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. CONSERVATOIRE NATIONAL DES ARTS ET MÉTIERS ÉCOLE DOCTORALE INFORMATIQUE, TÉLÉCOMMUNICATION ET ÉLECTRONIQUE (EDITE - PARIS) ÉQUIPES VERTIGO - LABORATOIRE CEDRIC THÈSE DE DOCTORAT présentée par : Emilian PASCALAU soutenue le : 7 avril 2014 pour obtenir le grade de : Docteur du Conservatoire National des Arts et Métiers Discipline / Spécialité : Informatique Vers un développement Web orienté utilisateur Towards Web User-Centric Development THÈSE DIRIGÉE PAR M. RIGAUX Philippe PR, CNAM RAPPORTEURS M. GROSS-AMBLARD David PR, Univ. Rennes 1 Mme. GRIGORI Daniela PR, Univ. Paris-Dauphine EXAMINATEURS Mme. BENBERNOU Salima PR, Paris Descartes M. TRAVERS Nicolas MdC, CNAM M. ZAMFIROIU Michel Directeur, KarmicSoft inc. To my parents Emil and Iuliana Aknowledgements I feel obliged to first thank God for the health and strength He gave me through out the years of study.
    [Show full text]
  • GAP4APE: a Client-Side System to Enhance Accessibility in the Web 2.0 Era
    GAP4APE: a client-side system to enhance accessibility in the Web 2.0 era Silvia Mirri Paola Salomoni Department of Computer Science Department of Computer Science University of Bologna University of Bologna Via Mura Anteo Zamboni 7 Via Mura Anteo Zamboni 7 40127 Bologna (BO), Italy 40127 Bologna (BO), Italy [email protected] [email protected] Giorgia Cucchiarini Corso di Laurea in Scienze dell’Informazione University of Bologna Via Sacchi, 3 47521 Cesena (FC), Italy [email protected] ABSTRACT (AbilityNet 2008) and are not compliant with any national regulation or W3C guidelines (W3C 2008). This accessibility Social networking systems have radically changed personal issue is quite common in most of Web 2.0 services, which communication by providing new and interesting are strongly based on smart interfaces implemented with a opportunities both in leisure and in business. Despite their wide use of AJAX scripts (Garrett 2005). Social networks, apparent universal appeal, these systems are effectively and more specifically Facebook, support users’ leaving out a part of users with disabilities, who have customization as the possibility of changing few layout difficulties in register, join and participate in the main on-line characteristics, such as color background or text size. These communities. Facebook represents a critical case: beside modifications are bound to the user profile page only and some accessibility improvement provided by this social they have to be manually specified by the user without any network service, its accessibility represents an issue yet. This support by some profiling tool. paper presents an augmented browsing system, which allows users with disabilities to specify their needs and preferences In this paper we present GAP4APE (GreaseMonkey And about Web pages presentation, directly by means of the Profiling for Accessible Pages Enhancement), a system to browser interface.
    [Show full text]
  • Is the Mashup Technology Mature for Its Application in an Institutional Website?
    UBICOMM 2010 : The Fourth International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies Is the Mashup Technology Mature for its Application in an Institutional Website? Serena Pastore INAF – Astronomical Observatory of Padova Vicolo dell’Osservatorio 5 – 35122 Padova, ITALY e-mail: [email protected] Abstract—Web design for general-purpose websites today From a technical perspective, this has become a simple requires framework software infrastructure built from operation: an organization could implement a website by different components. Among web server software as the front- using web CMS software (i.e., Wordpress [12], Joomla [13], -end needed to process HTTP/HTTPS requests, the top-down Drupal [14], Plone [15], etc.) which, in a few steps, allows a layers consist of different software middleware of which CMS website to install a database management system as a (Content Management System) technology is a primary backend. The graphical aspect is provided through numerous component. However, with the proliferation of websites and templates, while content editors take advantage of a the advent of Web 2.0 philosophy, much distributed simplified method for uploading files and sending commands information has become structured in interoperability file through a web interface. This revolution in website formats (i.e., XML, RSS, JSON, etc.), and thus, new development has undoubtedly enhanced a webmaster’s work, technologies such as mashups have been developed to collect this information in a dynamic way. The document approaches but it has contributed to a shift in the attention from other mashup technologies in order to evaluate their application not aspects of a website (graphical presentation, the presence of only in an end-user environment to create a personalized start feeds, videos and changing images on the homepage) away page that embeds different sources of information relevant to a from content.
    [Show full text]
  • Free Your Health Data from the Tracking Apps and Devices! (Or How to Use Your Files System As a Database)
    TAGSPACES Free your health data from the tracking apps and devices! (or how to use your files system as a database) by Ilian Sapundshiev @ilianste Munich QS Meetup at [20140320] TABLE OF CONTENT Motivation ↴ Envisioned Solution ↴ What is TagSpaces? ↴ My "Health Data" Workflow ↴ Supported platforms ↴ MOTIVATION Issues with health / quantified self data: many apps on many devices (smartphones, tablets, laptops) many intelligent devices (smart watches, bluetooth scales, wristbands) many health web portals all this leads to a segmentation of your data your data is moslty vendor locked and you don't really know how your data is used ENVISIONED SOLUTION What I really needed: Universal hub for health data management Cross device sync and portable data Abilities for visualization and analysis No Backend ->No Login -> No Cloud WHAT IS TAGSPACES? What is TagSpaces ? ↴ Use cases - File Management ↴ Use cases - File Preview ↴ Ok, we were here already ... ↴ Use cases - File Tagging ↴ File System as a Database ↴ Sync Tagged Files Between Devices ↴ Use cases - File Editing / Note Taking / Evernote ↴ TagSpaces as of v1.7 ↴ WHAT IS TAGSPACES ? it is open source and extensible platform for personal data management it let you organize, tag and browse your local files, photos and documents on many platforms. project initiated in 2013 by me official website: tagspaces.org source hosted on github.com/uggrock/tagspaces build with HTML5, JS, Cordova, Node-Webkit USE CASES - FILE MANAGEMENT create files (plain text, html, markdown) create directories rename files move files (drag&drop) delete files USE CASES - FILE PREVIEW TagSpaces can open over 50 different file types such as: Images (PNG, BMP, JPG, GIF), Videos and Audio (MP3, OGG) Documents (PDF, ODF, ODT, ODS, ODP, MARKDOWN) Sourcecode (C, Java, C++, Javascript, PHP, Ruby, XML) OK, WE WERE HERE ALREADY ..
    [Show full text]
  • (12) United States Patent (10) Patent No.: US 8,660,849 B2 Gruber Et Al
    USOO8660849B2 (12) United States Patent (10) Patent No.: US 8,660,849 B2 Gruber et al. (45) Date of Patent: Feb. 25, 2014 (54) PRIORITIZING SELECTION CRITERIA BY (56) References Cited AUTOMATED ASSISTANT U.S. PATENT DOCUMENTS (71) Applicant: Apple Inc., Cupertino, CA (US) 3,704,345 A 11/1972 Coker et al. (72) Inventors: Thomas Robert Gruber, Emerald Hills, 3,828,132 A 8/1974 Flanagan et al. CA (US); Adam John Cheyer, Oakland, (Continued) CA (US); Didier Rene Guzzoni, Monte-sur-Rolle (CH); Christopher FOREIGN PATENT DOCUMENTS Dean Brigham, San Jose, CA (US); CH 681573 A5 4f1993 Harry Joseph Saddler, Berkeley, CA DE 3837.590 A1 5, 1990 (US) (Continued) (73) Assignee: Apple Inc., Cupertino, CA (US) OTHER PUBLICATIONS (*) Notice: Subject to any disclaimer, the term of this Rudnicky, A., Thayer, E. Constantinides, P., Tchou, C. Shern, R., patent is extended or adjusted under 35 Lenzo, K., Xu W. Oh, A. Creating natural dialogs in the Carnegie U.S.C. 154(b) by 0 days. Mellon Communicator system. Proceedings of Eurospeech, 1999, 4. 1531-1534. (21) Appl. No.: 13/725,656 (Continued) (22) Filed: Dec. 21, 2012 Primary Examiner — Pierre-Louis Desir Assistant Examiner — Fariba Sirjani (65) Prior Publication Data (74) Attorney, Agent, or Firm — Morgan, Lewis & Bockius US 2013/O 111348A1 May 2, 2013 LLP (57) ABSTRACT Related U.S. Application Data Methods, systems, and computer readable storage medium (63) Continuation of application No. 12/987,982, filed on related to operating an intelligent digital assistant are dis Jan. 10, 2011. closed. A user request is received, the user request including at least a speech input received from a user.
    [Show full text]
  • Product Context Analysis with Twitter Data
    Thesis no: MSSE-2016-36 Product Context Analysis with Twitter Data TAO SUN Faculty of Computing Blekinge Institute of Technology SE-371 79 Karlskrona Sweden This thesis is submitted to the Faculty of Computing at Blekinge Institute of Technology in partial fulfillment of the requirements for the degree of MSc in Software Engineering. The thesis is equivalent to 20 weeks of full time studies. Contact Information: Author(s): TAO SUN E-mail: [email protected] [email protected] [email protected] University advisor: Samuel A. Fricker Faculty of Computing Faculty of Computing Internet : www.bth.se Blekinge Institute of Technology Phone : +46 455 38 50 00 SE-371 79 Karlskrona, Sweden Fax : +46 455 38 50 57 i i ABSTRACT Context. For the product manager, the product context analysis, which aims to align their products to the market needs, is very important. By understanding the market needs, the product manager knows the product context information about the environment the products conceived and the business the products take place. The product context analysis using the product context information helps the product manager find the accurate position of his/her products and support the decision-making of the products. The product context information generally could be found in the user feedbacks. And the traditional techniques of acquiring the user feedbacks can be replaced by collecting the existed online user feedbacks with a cheaper cost. Therefore, researchers did studies on the online user feedbacks and the results showed those user feedbacks contain the product context information. Therefore, in this study, I tried to elicit the product context information from the user feedbacks posted on Twitter.
    [Show full text]
  • What Is Greasemonkey? MUGOO Browser Survey Creammonkey For
    3 GreaseMonkey Article Intro What is GreaseMonkey? GreaseMonkey is a Firefox browser addon that allows you to write or use Javascripts that alter the web pages you visit. You can use it to make a web site more readable or more usable. You can fix web site display bugs that the site owner can't be bothered to fix themselves. You can even automatically retrieve data from other sites to make two sites more interconnected. In short it will let you have some control of the sites you visit. Greasemonkey by itself does none of these things. In fact, after you install it, you won't notice any change at all... until you start installing what are called 'user scripts'. A user script is just a chunk of Javascript code, with some additional information that tells Greasemonkey where and when it should be run. Each user script can target a specific page, a specific site, or a group of sites. A user script can do anything you can do in Javascript. In fact, it can do even more than that, because Greasemonkey provides special functions that are only available to user scripts. MUGOO Browser Survey Most club members use Safari but a significant number also use Firefox mostly on the Mac and some also on Windows. GreaseMonkey works with the FireFox browser but there is also a Safari program called CreamMonkey that has similar capabilities. Javascripts written for GreaseMonkey are not 100% compatible with CreamMonkey because Safari's JavaScript implementation is not completely compatible with Firefox's and GM_registerMenuCommand is not available in CreamMonkey.
    [Show full text]