Projects tagged ‘php’ and ‘tagging’


Jump to tag:

Projects tagged ‘php’ and ‘tagging’

Filtered by Project Tags php tagging

Refine results Project Tags web (6) tags (6) tag (5) collaboration (4) search (3) folksonomy (3) ajax (3) mysql (3) social (3) rss (2) web2.0 (2) filemanager (2)

[14 total ]

55 Users
   

A full-featured, web-based, multilingual, tightly integrated, all-in-one Wiki+CMS+Groupware, using PHP, ADOdb, Zend Framework, jQuery and Smarty. Can be used to create all sorts of Web applications ... [More] , sites, portals, knowledge bases, intranets, and extranets. Tiki offers a very large number of features "out-of-the-box", arguably more than any other Open Source Web Application. Highly configurable & modular, all the features are optional and administered via a web-based interface. Major features include articles, forums, newsletters, blogs, a file/image gallery, a wiki, bug & issue tracker (form generator), a calendar, RSS feeds, a category system, tags, an advanced permission system and more. [Less]
Created over 3 years ago.

23 Users
   

Elgg is an open source social networking system based around choice, flexibility and openness: a system that firmly places individuals at the centre of their activities. Users have the freedom to ... [More] incorporate all their favorite tools within one environment and showcase their content with as many or as few people as they choose, all within a social networking site that you control. In order to achieve this, it includes customisable profiles / dashboards, blogging, RSS aggregation, podcasting facilities, full internationalisation, LDAP and more. There is a flexible plugin API - available plugins include integrations with Akismet and Amazon S3, with many more to come. There is also an authentication API, and OpenID support will be released in the first quarter of 2007. [Less]
Created over 3 years ago.

4 Users

Completely customizable, CakePHP based project management system for firms, their teams and their clients. A project management system that will suit your needs because it is module based, so it ... [More] can grow and shrink with your requirements. Version 0.4 beta was released March 23, 2009. [Less]
Created 10 months ago.

1 Users
   

Cumulus allows you to display your site's tags using Flash, that rotates them beautifully in 3D. It works like a regular tag cloud, but is more visually exciting.
Created about 1 year ago.

0 Users

Aqua Media Database - media collaboration
Created 12 months ago.

0 Users

REQUIRES THE CODEIGNITER FRAMEWORK This class allows any table, and any type of system, to add, edit, and delete tags from any object/row without interfering with other tables that are also using ... [More] tags. For example, say you have 58 articles on your blog and each have 2-4 tags attached to them. Now you add a "Image Gallery" to your site to showoff your photos. You want to "tag" each photo with some key words (city, dark, night) that will help people sort through all the images. With this class both your blog articles and your images (and any other tables you add) can use the same "tags" table without interfering with each other. Just because blog article 23 has the tag "sports" doesn't mean that image 23 will return the tag "sports". About the variables this class uses: (the fictitious tables "posts" and "images" used for examples) TABLE The name of a table using tags (i.e. "posts", "images", etc..) this allows us to tell the difference between a tag for row 23 of the "images" table and row 23 of the "posts" table. ROW_ID The row_id is the unique ID of a row from the table set in TABLE. This id corasponds to a some row like "row 23" of the "posts" table. USER_ID The ID of the user that created the tag. (for use with a "users" table) This means that multiple users can each tag a TABLE row with their own tags. This is optional so if you don't plan on starting another social site you don't even need to use this variable. SAFE_TAG This is a URL/file/etc. safe version of the TAG. (only a-z0-9_) TAG A cleaned (alphanumeric and spaces) catialized tag (only for display) TAG_ID The Unique Id of the tag DATE The date the tag was attached to a row Note: the bottom of the CXTags Model has the SQL for the tables you will need to add to your DB. UPDATE As of March 29, 2009 the SVN repo is now behind the actual releases of CXTags. The new version 2.0 can be downloaded from the downloads section. [Less]
Created 12 months ago.

0 Users

I love my NAS setup which takes care of all my torrent management. It downloads and seeds for me. Day and night. Recenty I found my download folder crowded with over 100 seeding torrent folders. I ... [More] needed some structure. Inspired by the tagging functionality in gmail I created a solution for "tagging" my folders. foldertagger is a set of PHP scripts that builds up a parallell stucture based on simple folders and symlinks. Right now inital development is in progress. Stay tuned! /Parasect [Less]
Created 4 months ago.

0 Users

PHP Tag Engine is a library that allows you to easily add tagging functionality to a PHP application. Features:  * PHP Tag Engine has a full AJAX front-end for tagging, as well as methods for ... [More] programatically adding tags in your code. The front-end tagging interface even has auto-complete functionality using the excellent Yahoo! Auto-Complete library.  * A built-in cache to reduce database queries.  * The PHP Tag Engine code is fully documented in PHP Doc format, and PHP Doc generated documentation is available for download.  * Fully internationalized including Javascript strings. English localization included. [Less]
Created 11 months ago.

0 Users

A small project for social networking searches, take a word, put a class on it and search social networks for that word. The framework is plugin based, so it can be adapted to any network with an ... [More] open API, it currently consists of two plugins, one for twitter and one for flickr tags, but it can be easily expanded. Most of the general configuration is done via a jQuery plugin, so it's really easy to get started, different classes for different networks, different sections etc. No problem. [Less]
Created 8 months ago.

0 Users

Taggg lets users apply tags (simple text labels or semantically-rich data) to subjects (article, video, comment, user or anything that can be identified by uri, id, class or name). Taggg also allows ... [More] simple reading of all or subset of tags from database, depending on filters you specify (e.g. all tags for subject with id=347...). The class is easy to use, single file, no installation, no setup, just download and include the file. What makes Taggg special and extremely flexible is that it allows you to store additional semantics in the tags. Each tag is stored as a quadruple (subject, predicate, object, creator), where predicate can be property name, object property value and creator the user who created the tag. colaborators/testers wantedIf you want to join the project, please drop me a line (jun66le-at-gmail-dot-com). featurespowerful yet simple - single class, simple interface, no installation flexible and loosely-coupled - independent on where and how is data stored, uses any PDO compatible database to store data, anything can be tagged, independent on how is data presented, tags can be enriched with predicate (color:blue) and creator (a tag is stored as quadruple (subject, predicate, object, creator)) extensible - just add new methods for additional functionality usagewrite('uri:http://google.com/', null, 'popular'); $taggg->write('uri:http://google.com/', null, 'search engine'); $taggg->write('uri:http://google.com/', 'headquarters', 'California'); $taggg->write('snowman', 'color', 'white'); $googleTags = $taggg->read('uri:http://google.com/'); ... ?>methodsinit destroy read write exists erase tipscall init() once to create database tables (alternatively you can create the tables manually) you can specify 'class' attribute for any resource (class can be a user, article, comment, web address, audio, video...) --- IMPORTANT NOTE: the project is in development stage and some methods are not yet implemented (e.g. read) !!!!!!! [Less]
Created 12 months ago.