Taxonomy From Wikipedia, the free encyclopedia Taxonomy may refer to: Science[edit] In business and economics[edit] In education[edit] Bloom's taxonomy, a standardized categorization of learning objectives in an educational contextClassification of Instructional Programs, a taxonomy of academic disciplines at institutions of higher education in the United StatesSOLO Taxonomy, Structure of Observed Learning Outcome, proposed by Biggs and Collis Information and computer science[edit] ACM Computing Classification System, a subject classification system for computing devised by the Association for Computing MachineryXBRL Taxonomy, eXtensible Business Reporting LanguageSRK taxonomy, in workplace user-interface design Safety taxonomy[edit] Other[edit] See also[edit]
Forge (software) For software developers it is a place to host, among others, source code (often version-controlled), bug database and documentation for their projects. For users, a forge is a repository of computer applications. Software forges have become popular, and have proven successful as a software development model for a large number of software projects. The term forge refers to a common prefix or suffix adopted by various platforms created after the example of SourceForge (such as GForge and FusionForge). This usage of the word stems from the metalworking forge, used for shaping metal parts. Two different kinds of concepts are commonly referred to by the term forge: a service offered on a Web platform to host software development projects;an integrated set of software elements which produce such platforms, ready for deployment. All these platforms provide similar tools helpful to software developers working in the hosted projects: Some provide other features as well: code review CloudForge
web4thejob – πλαίσιο ανοιχτού κώδικα για την ταχεία ανάπτυξη δεδομενο-κεντρικών εφαρμογών | Ελεύθερο Λογισμικό / Λογισμικό ανοιχτού κώδικα Το web4thejob είναι ένα ανοιχτού κώδικα (LGPL) καινοτόμο προγραμματιστικό πλαίσιο εργασίας σε java, που αποσκοπεί στην ταχεία ανάπτυξη δεδομενο-κεντρικών εφαρμογών προορισμένες για εκτέλεση στον περιηγητή ιστού (browser). Η βασική καινοτομία του πλαισίου εδράζει στην έννοια του joblet. Το joblet είναι μια αυτόνομη λειτουργική μονάδα που μετατρέπει το web4thejob από ένα πλαίσιο για προγραμματιστές σε μια εφαρμογή ιστού για τον τελικό χρήστη κατάλληλη για κάθε επιχειρησιακό χώρο. Το web4thejob φιλοδοξεί στην ανάδειξη του joblet σε εμπορεύσιμο αγαθό. Παράλληλα με την καινοτομία των joblets, το web4thejob εισάγει και ένα ολοκληρωμένο κύκλο ανάπτυξης εφαρμογών που διακρίνεται από τρεις φάσεις. Η ανοιχτή αρχιτεκτονική του web4thejob απαρτίζεται από μια κεντρική μονάδα και τρεις περιφερειακές. Ο εξυπηρετητής του web4thejob βασίζεται στην τεχνολογία Java Servlet.
Social bookmarking Common features[edit] In a social bookmarking system, users save links to web pages that they want to remember and/or share. These bookmarks are usually public, and can be saved privately, shared only with specified people or groups, shared only inside certain networks, or another combination of public and private domains. The allowed people can usually view these bookmarks chronologically, by category or tags, or via a search engine. Many social bookmarking services provide web feeds for their lists of bookmarks, including lists organized by tags. As these services have matured and grown more popular, they have added extra features such as ratings and comments on bookmarks, the ability to import and export bookmarks from browsers, emailing of bookmarks, web annotation, and groups or other social network features.[4] History[edit] A user page on del.icio.us in May 2004, displaying bookmarks with tags. Folksonomy[edit] Uses[edit] Enterprise bookmarking[edit] Libraries[edit] Education[edit]
Four Square Writing Method The Four Square Writing Method is a way for teaching writing to children in school. While primarily used to teach persuasive writing, it has also been used to help teach deconstruction.[1] The method was developed by Judith S. Gould [2] and Evan Jay Gould.[3] It was developed initially for primary school students, but it has also been used in high school classes. Method[edit] A colour-coded example of a Four Square Writing Method layout. The method is primarily a visual framework for assisting students with formulating ideas in an organized manner prior to writing an essay. The concept generally works as follows: Variations of the above rules may require more or less development in each of the rectangles, depending on the grade-level or maturity of the student. Results[edit] Results show a consistent increase in the ability of students to write persuasively. Kingsley Elementary School in Kingsport, Tennessee also tested the Four Square Writing Method. Four Square Series[edit] References[edit]
What is a joblet? The joblet is the equivalent of an app in the mobile platform. Similarly to mobile apps that can turn a cellular phone to a social meeting point, a game console, or TV set (i.e. the smartphone), joblets can turn web4thejob into a web application suitable for any business domain. Developers can build and combine web4thejob joblets in a way that promotes the development of high quality Business Software to a higher level. From a physical point of view, a joblet is a jar file. define the orm layer of a specific business domain following the Hibernate native language specifications (mandatory).define the web layer (i.e. panels) of a specific business domain following the ZK framework specifications (optional). In other words, while in its simplest form a joblet defines the Model of the MVC design pattern and uses framework intrinsic Views and Controllers; in more complex scenarios it could also contain supplementary Views and Controllers for covering special data manipulation needs.
Folksonomy :: vanderwal.net This page is a static permanent web document. It has been written to provide a place to cite the coinage of folksonomy. This is response the request from many in the academic community to document the circumstances and date of the creation of the term folksonomy. The definition at creation is also part of this document. This document pulls together bits of conversations and ideas I wrote regarding folksonomy on listserves, e-mail, in my blogs and in blog comments on other's sites in 2004. Background I have been a fan of ad hoc labeling and tagging systems since at least the late 1980s after watching a co-worker work his magic with Lotus Magellan (he would add his own ad hoc keywords or tags to the documents on his hard drive, paying particular attention to add these tags to documents others created so to add his context). In 2003 del.icio.us was started by Joshua Schacter and it included identity in its social bookmarking. Creation of Folksonomy Term Definition of Folksonomy
Fragment identifier The fragment identifier introduced by a hash mark # is the optional last part of a URL for a document. It is typically used to identify a portion of that document. The generic syntax is specified in RFC 3986. The hash-mark separator in URIs is not part of the fragment identifier. Basics[edit] In URIs, a hash mark # introduces the optional fragment near the end of the URL. A URI ending with # is permitted by the generic syntax and is a kind of empty fragment. Examples[edit] In URIs for MIME text/html pages such as the fragment refers to the element with id="bar". Proposals[edit] Several proposals have been made for fragment identifiers for use with plain text documents (which cannot store anchor metadata), or to refer to locations within HTML documents in which the author has not used anchor tags: See also[edit] References[edit] ^ "RFC 3986 Uniform Resource Identifier (URI): Generic Syntax". External links[edit]
The complex dynamics of collaborative tagging The debate within the Web community over the optimal means by which to organize information often pits formalized classifications against distributed collaborative tagging systems. A number of questions remain unanswered, however, regarding the nature of collaborative tagging systems including whether coherent categorization schemes can emerge from unsupervised tagging by users. This paper uses data from the social bookmarking site delicio. us to examine the dynamics of collaborative tagging systems. In particular, we examine whether the distribution of the frequency of use of tags for "popular" sites with a long history (many tags and many users) can be described by a power law distribution, often characteristic of what are considered complex systems. We produce a generative model of collaborative tagging in order to understand the basic dynamics behind tagging, including how a power law distribution of tags could arise.
Free-culture movement Social movement promoting the freedom to distribute and modify the creative works of others Lawrence Lessig, an influential activist of the free-culture movement, in 2005. The free-culture movement is a social movement that promotes the freedom to distribute and modify the creative works of others in the form of free content[1][2] or open content[3][4][5] without compensation to, or the consent of, the work's original creators, by using the Internet and other forms of media. The movement objects to what it considers over-restrictive copyright laws. Many members of the movement argue that such laws hinder creativity.[6] They call this system "permission culture The free-culture movement, with its ethos of free exchange of ideas, is aligned with the free and open-source-software movement, as well as other movements and philosophies such as open access (OA), the remix culture, the hacker culture, the access to knowledge movement, the copyleft movement and the public domain movement. Resources
Everything is Miscellaneous Firebase Firebase is a mobile and web application development platform developed by Firebase, Inc. in 2011, then acquired by Google in 2014.[5] As of October 2018, the Firebase platform has 18 products,[6] which are used by 1.5 million apps.[7] History[edit] Firebase evolved from Envolve, a prior startup founded by James Tamplin and Andrew Lee in 2011. Envolve provided developers an API that enables the integration of online chat functionality into their websites. After releasing the chat service, Tamplin and Lee found that it was being used to pass application data that weren't chat messages. Developers were using Envolve to sync application data such as game state in real time across their users. Firebase's first product was the Firebase Real-time Database, an API that synchronizes application data across iOS, Android, and Web devices, and stores it on Firebase's cloud. In 2014, Firebase launched two products. In October 2014, Firebase was acquired by Google.[14] Services[edit] Analytics[edit]
Visualizing Del.icio.us Roundup I have been coming across many del.icio.us tools to visualize usage during my daily researching hours. So many, that I have decided to start making note of the ones I come across. From the span of about two weeks, I have been collecting as many as I could find. I will list each one along with a description. Enjoy! There’s a couple more that I have in mind, but they don’t seem to be working at the moment. File sharing Types of file sharing[edit] Peer-to-peer file sharing[edit] File sync and sharing services[edit] Cloud-based file syncing and sharing services allow users to create special folders on each of their computers or mobile devices, which the service then synchronizes so that it appears to be the same folder regardless of which computer is used to view it. rsync is a more traditional program released in 1996 which synchronizes files on a direct machine-to-machine basis. History[edit] Files were first exchanged on removable media. In June 1999, Napster was released as an unstructured centralized peer-to-peer system,[1] requiring a central server for indexing and peer discovery. Gnutella, eDonkey2000, and Freenet were released in 2000, as MP3.com and Napster were facing litigation. In July 2001, Napster was sued by several recording companies and lost in A&M Records, Inc. v. In 2009, the Pirate Bay trial ended in a guilty verdict for the primary founders of the tracker. Effects of file sharing[edit]