Skip to main content

Home/ Web2.0/ Group items tagged Wiki

Rss Feed Group items tagged

Graham Perrin

New release: Faviki makes semantic tagging (almost) as easy as classic « Favi... - 0 views

  • Faviki makes semantic tagging (almost) as easy as classic
  • July 2, 2009
  • custom names for tags
  • ...30 more annotations...
  • better control over tagging
  • OpenID
  • Save API
  • defining new tags
  • several new features
  • mainly to facilitate the use of common tags
  • overcome Wikipedia’s limitations as a controlled vocabulary for semantic tags
  • common, “semantic” tags are unique, well-defined concepts
  • Is it possible to make semantic tags as flexible as classic ones? Can humans accept and love the format intended for machines?
  • Enhanced tagging interface
  • added in free form, resembling classic tagging
  • possible to use custom names for tags
  • If Faviki doesn’t understand a tag provided by a user, it will ask her to disambiguate it. It will then remember her choice
  • Faviki “learns” about user’s name of the tag
    • Graham Perrin
       
      Superb.
  • custom names for tags can also be modified explicitly on the Tag page.
  • Defining new tags
  • added the same way as Wikipedia tags. The difference is that, this time, Google search is not restricted to Wikipedia’s domain
  • only a few of the top results are allowed to be selected
  • users collaboratively create new tags
  • Users collaboratively decide the best URLs for a concept
    • Graham Perrin
       
      Title, URL, a little text and a thumbnail, with sources. Compare the two. Answer yes or no. Perfect!
  • Save/Edit API
  • a simple API that provides a way to save and edit bookmarks from other applications.
    • Graham Perrin
       
      Hurrah! I'd love to have this work with Diigo API for bookmarks…
  • OpenID support
  • uses RPX
  • Other features/improvements
  • Smarter autocomplete list
  • Converting tags
  • Spam control
  • Export/backup bookmarks
  • Tag description tooltip
  •  
    @ Diigo Let's make best use of the Faviki Save/Edit API.
  •  
    The bookmarklet for Faviki is compelling.
Graham Perrin

Common Tag Standard is released! « Faviki Blog - 0 views

  • Common Tag format is based on RDFa
  • The format uses the URIs of concepts defined on the Web
  • Common concepts
  • ...5 more annotations...
  • databases of structured content
  • controlled vocabularies
  • Freebase and DBpedia
  • Common Tag is based on a small vocabulary
  • subclasses and optional properties
Graham Perrin

Web Companies Develop Common Tag Format - 0 views

  • With Common Tag, content is tagged with unique, well-defined concepts
  • metadata that defines each concept
  • describes how the concepts relate
  • ...22 more annotations...
  • Semantic tagging is an important next step
  • more intelligent applications for aggregating, searching, and browsing
  • Using the Common Tag format
  • a range of services that help publishers and bloggers
  • a standard and extensible set of tags
  • services that help users discover tagged content
  • tools to relate those tags to web page content
  • automated tagging tools like those offered by Zemanta
  • More discoverable
  • discoverable through a single tag
  • Social tagging services like Faviki and Zigtag
  • allow end users to tag content using the Common Tag format
  • Services like DERI's Sindice.com provide developers with tools to find and incorporate related content into their applications using Common Tag
  • Yahoo and Google have begun reading RDFa--the markup standard used by the Common Tag format
  • More connected
  • Common Tag metadata connects concepts
  • AdaptiveBlue's Glue service plans to use the Common Tag format to help connect end users to other people with similar interests and to other related content
  • a developer might use Freebase's development tools
  • to create a simple application that takes an article
  • and allows users to
  • More engaging
  • directly within the article
Dr. Sorin Adam Matei

Wikimania 2009 in Buenos Aires - 0 views

  •  
    Wikimedia community gets together
Graham Perrin

URIBurner.com - 0 views

  • how your stuff joins the linked-data cloud
  • RDF based structured descriptions of Web addressable resources
  • in a variety of formats
  • ...3 more annotations...
  • Bookmarklet
  • creating, discovering, meshing, and sharing structured linked data sources exposed via the Web
  • OpenLink Data Explorer Extension for Firefox
Graham Perrin

Opinion: Google's wave drowns the bling in Microsoft's Bing - Software - iTnews Australia - 0 views

  • The browser battle renewed today
  • Go offline and the wave data stayed with you
  • much promise in connecting people to knowledge
  • ...16 more annotations...
  • the first round clearly goes to Wave
  • collaborative technology that blurs the lines between email, wiki, SMS and Twitter
  • Wave integrates many of the features of disparate systems in common use
  • application programming interfaces would make it easier for third-parties to customise web applications
  • Microsoft's Bing, launched under the NineMSN banner in Australia
  • a shift from discrete applications to just one to handle all communications
    • Graham Perrin
       
      This is almost certainly too much for me to swallow.
    • Graham Perrin
       
      I like discrete applications.
  • ultimately it would mean a user could save all their work in the browser and dump it on the intertubes when they go back online
  • waves worked best on standards-compliant, Webkit browsers
  • emails (which could be translated between languages in real time) to a wave user
  • wave that was turned back into an e-mail
  • The same held true for instant messages and tweets
  • getting people to change their rusted-on habits
  • Microsoft's hand may have been moved by the launch of Wolfram|Alpha
  • Safari
  • Mozilla
  • Chrome
Graham Perrin

Launch of co-ment® 2 services | Sopinspace | Public Debate and Co-operation o... - 5 views

  • Launch of co-ment(R) 2 services
  • co-ment 1 services operated on the www.co-ment.net site are now being phased out
  • co-ment 2 services
  • ...8 more annotations...
  • threaded discussions of comments
  • annotation
  • high-quality exports
  • imports from commonly used formats
  • structured text
  • large texts, massive commenting
  • English, Spanish, French, Brazilian Portugese, Bulgarian and Norwegian
  • An efficient groupware workspace for text and user management Your own URL Advanced wiki-like editing and versioning SSL Securized communications
Frederik Van Zande

The undetectables - Modernizr - GitHub - 14 views

  •  
    These things cannot be feature detectedThey must rely on eitherUA sniffingBrowser inferencesProviding the same (slow) fix to everyone
Hendy Irawan

JDojo < Main < TWiki - 0 views

  •  
    The idea of JDojo is to bring JavaScript and Dojo to Java. To achieve this, JDojo provides Java stubs for existing Dojo and JavaScript types a compiler participant to the Eclipse Java compiler that emits JavaScript files for each Java file compiled The programmer does not program against the Java JDK classes, but against Dojo and JavaScript stubs that JDojo provides. The compiler participant only allows a subset of the existing JDK classes and also limits the Java language constructs that can be used. To support important features that exist in JavaScript but are not available in Java, JDojo provides Java annotations that the programmer can use to instruct the compiler how to translate code. While the compiler still produces class files, what is of interest is the JavaScript code. Only the generated JavaScript code is executable, the Java code is not. Contrary to Java-JavaScript cross compilers, JDojo does not add anything on top of the JavaScript and Dojo types. JDojo programmers program against the DOM, Dojo widget and other existing Dojo classes the same way as they would do it when programming JavaScript. Therefore, the Java code a JDojo programmer writes looks very similar to the JavaScript code he would have written. However, the programmer now can take advantage of a typed programming environment and benefit from the Eclipse Java Tooling. The translator produces JavaScript that looks as similar as possible to the Java code (without the types), and matches what a JavaScript programmer would have written. This is important when executing and debugging the generated JavaScript; it is still easy to understand the JavaScript code and map a bug back to the Java code. JDojo also fits nicely in the existing Jazz web bundles. JDojo code is placed in a new Java source folder, while the generated JavaScript is inserted in 'resources' folder that also holds existing JavaScript code. To use existing JavaScript code in JDojo, 'Stub' classes can be added, containing only th
anonymous

Diegesis - Wikipedia, the free encyclopedia - 0 views

  •  
    "Diegesis is a style of representation in fiction and is: the (fictional) world in which the situations and events narrated occur; and telling, recounting, as opposed to showing, enacting.[1] In diegesis the narrator tells the story. The narrator presents to the audience or the implied readers the actions, and perhaps thoughts, of the characters."
Graham Perrin

pubsubhubbub - Project Hosting on Google Code - 0 views

  • reference implementation
  • protocol
  • publish/subscribe
  • ...10 more annotations...
  • server-to-server
  • extension to Atom and RSS
  • web-hook-based
  • The protocol in a nutshell
  • hub(s) can be run by the publisher
  • or can be a community hub
  • If the Atom file declares its hubs
  • avoid lame, repeated polling
  • multicasts the new/changed content out to all registered subscribers
  • decentralized
Donna Baumbach

VisualBlooms - home - 10 views

  •  
    web 2.0 tools and Bloom's Taxonomy good to use with teachers new version added 11/2009
Hendy Irawan

XForms - Wikibooks, open books for an open world - 0 views

  •  
    XForms is a World Wide Web Consortium recommendation for creating web forms and web applications. XForms is easy to learn, provides a rich user experience and does not require you to learn JavaScript. This is a collaborative project and we encourage everyone who is using XForms to contribute their complete working XForms examples. All example programs must conform to the creative-commons-2.5 share-alike with attribution license agreement [1]. Note: We have restructured the main page to make it easier to classify your examples. Note for example that now all the search examples have been grouped together. The "Next Page" links have not yet been updated. Instructors: please sign our Guest Registry if you are using this book for learning or teaching XForms. Contributors: please see our Naming Conventions to ensure your examples are consistent with the textbook. If you are looking for a specific example program, please feel free to use the Examples Wanted section. If you feel these examples are useful please create links to this site. This book has over 30 contributors. Recent Changes Google Code Version Control System Book Statistics Related Wikibooks: XQuery XForms/REST/XQuery Note: Almost all of the examples have been tested with the FireFox 2.0 XForms addon and the newer 0.8.6ff3 FireFox 3.0 addon. Please let us know if you find any errors.
Hendy Irawan

MediaPreviews - share-extras - Media Previews add-on for Alfresco Share, providing vide... - 0 views

  •  
    Media Previews add-on for Alfresco Share, providing video thumbnailing and previewing, audio previewing and a video dashlet
Lucy Gray

WebTools4u2use - Webtools4U2Use - 64 views

  •  
    chinese new year new year funny jokes new year wishes
  • ...1 more comment...
  •  
    happy mothers day 2016 .
  •  
    Rediffmail login Rediffmail Sign In
  •  
    Hotmail login Hotmail Sign In
« First ‹ Previous 101 - 120 of 141 Next › Last »
Showing 20 items per page