Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

A full-featured, web-based, multilingual (40+ languages), tightly integrated, all-in-one Wiki+CMS+Groupware, Free Source Software (GNU/LGPL), using PHP, MySQL, Zend Framework, jQuery and Smarty. Tiki can be used to create all kinds of Web applications, sites, portals, knowledge base, intranets, and ... [More] extranets. It is actively developed by a very large international community. Tiki is the FOSS Web Application with the most built-in features. Highly configurable and modular, all features are optional and administered via a web-based interface. [Less]

4.35385
   
  11 reviews  |  139 users  |  1,053,855 lines of code  |  40 current contributors  |  Analyzed about 6 hours ago
 
 

LimeSurvey (previously known as PHPSurveyor) is a PHP web application that interacts with MySQL/MSSQL/Postgres to develop, publish and collect responses to surveys. There are several ways to insert data into the survey: either by a 'pretty' public screen which presents the question(s), or ... [More] using a data entry screen. It includes the capacity to generate individual 'tokens' and branching and has numerous question types and basic statistics. [Less]

4.0
   
  0 reviews  |  36 users  |  398,395 lines of code  |  43 current contributors  |  Analyzed 6 days ago
 
 

The dG52 PHP & AJAX Poll software is a polling software for use on today's modern and highly trafficked web sites. It's written, ground-up, in object-oriented PHP code making it easy to modify and edit to suit a particular environment. A lot of the user interface features AJAX ... [More] functionality, enhancing usability and making the use of the poll a lot more simple! [Less]

0
 
  0 reviews  |  2 users  |  1,513 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Polls for WebsiteBaker and LEPTON CMS

0
 
  0 reviews  |  1 user  |  21,553 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

FlickrpollDescripciónFlickrpoll es un sistema de votaciones para cualquier grupo de flickr que lo necesite. Flickrpoll permite realizar tres votos asignando uno, dos o tres puntos respectivamente dentro de un intervalo temporal. Si usas este código para tu grupo, por favor envíame el nombre del ... [More] grupo y / o la dirección de las votaciones para incluirlo en la lista de sitios que usan flickrpoll. Se pueden ver algunas capturas de pantalla aquí. Información técnicaEl sistema de votaciones flickrpoll utiliza las siguientes tecnologías: ServidorEs necesario un servidor con: PHP como lenguaje de servidor. MySQL como sistema de base de datos. ClienteEl cliente web necesita interpretar javascript, ya que se usan: Lightbox 2 para la vista de fotos. Dojo para los efectos de animación. Instalación y configuraciónCreación de la base de datosPara usar el sistema de votaciones flickrpoll es necesario disponer de una base de datos que podemos llamar flickr con la siguiente estructura: CREATE TABLE IF NOT EXISTS `configuracion` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT 'Índice', `tag` varchar(256) collate utf8_unicode_ci NOT NULL COMMENT 'Flickr tag', `start_date` date NOT NULL COMMENT 'Poll start date', `end_date` date NOT NULL COMMENT 'Poll end date', PRIMARY KEY (`id`), UNIQUE KEY `tag` (`tag`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Configuración del fotomandáo' AUTO_INCREMENT=6 ; CREATE TABLE IF NOT EXISTS `flickr_cache` ( `request` char(35) collate utf8_unicode_ci NOT NULL, `response` mediumtext collate utf8_unicode_ci NOT NULL, `expiration` datetime NOT NULL, KEY `request` (`request`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;ConfiguraciónPara configurar flickrpoll se deben editar los ficheros auth.php y database.inc.php y añadir los datos de acceso al grupo y a la base de datos. auth.php $api_key = "flickr_api_key"; $api_secret = "flickr_api_secret";database.inc.php var $HOST = "database_host"; var $USERNAME = "database_username"; var $USERGROUP = "flickr_group"; var $PASSWORD = "database_password"; var $FLICKR_DB = "database_name"; var $CACHE_SECONDS = 604800; // Una semana var $API_KEY = "flickr_api_key"; var $API_SECRET = "flickr_api_secret";Los nombres de las variables son autoexplicativos, y los valores de ejemplo también. Uso de flickrpollPara crear un concurso nuevo tan solo habrá que añadir una entrada a la tabla configuracion de la base de datos. Por ejemplo: INSERT INTO `configuracion` (`tag`, `start_date`, `end_date`) VALUES ('XIIIFotoMandao', '2008-03-27', '2008-03-31');El campo tag es una etiqueta en flickr que se ha de añadir a cada foto que quiera participar en el concurso. Las fechas start_date y end_date son las fechas de inicio y fin de la votación respectivamente. En el momento en el que alguien acceda a la página de votaciones y la fecha coincida con start_date se creará todo lo necesario automáticamente y las votaciones seguirán vigentes hasta la fecha end_date. Todo esto es automático sin intervención ninguna. Durante las votaciones tres medallas: oro, plata y bronce se irán colocando automáticamente sobre las tres fotos con más votos por orden. [Less]

5.0
 
  0 reviews  |  1 user  |  10,841 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

I think a tool where stats over what linux users love or miss in their OS can be helpfull for linux developers. My early vision of this tool is a website where every registred user can rate every entities (ex: with a -5 to +5 "SELECT Ajax autoUpdate" ending each result line) This way ... [More] , every one of us can express his needs or his statisfactions in linux parts, by voting for: (From the very global category to the very specific feature.) + a category (ex office) +a sub_category (address book) + an existing prog + a feature features and existing_prog are on the same level of hierarchy.But they could be associated. exemple: slice_tool |assigned to |Gimp; Krita; Pixel So the feature "Slice_tool" could be find (and rate) by browsing :: CG>image_editor>Gimp CG>image_editor>Krita CG>image_editor>Pixel Or CG>image_editor> ALL_features ="slice_tool" The difference between this project and other "rating" project (like ohloh as an example) would be to compete the NEEDS of development rates rather than the POPULARITY rates and Activity rates of development. real world example:: Imagine I have some time and good will today, I'm a hadcore coder and linux lover, well what can i do for help ? -> I just check the website wich tell me what's the most needed features are and in wich existing program it would pleased the community ,to implement it. I can even, if there aren't any existing_prog associated to this feature, begin a brand new project. ps:Maybe someone will better understand me with this drafty plan of the ["most needed"home page]: [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

The PHP Poll Creator will be a very powerful poll script with many features. It will also offer surveys.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 6 days ago
 
 

Foodle is a simple web service that allows you to query some simple data from your colleagues or friends.

0
 
  0 reviews  |  0 users  |  26,813 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Toy project for some php reference

0
 
  0 reviews  |  0 users  |  743 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Creating and managing your own polls is really easy with Poll4All. This free php script lets you create, edit and test your polls (up to 7 answers) through an easy to use web interface. You may insert your poll into any page you want simply including two php file. Poll4All shows results as ... [More] colored graphical bars plus votes number and percentage. It prevents multiple votes using cookies and stores all information in a text file so you DON'T NEED any database. Poll4All is also fully customizable to match your webpage colors. Note: You can manage and run just one poll (no archiving), every new poll will replace the old one. [Less]

0
 
  0 reviews  |  0 users  |  768 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.