Browsing projects by Tag(s)

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

Showing page 1 of 2

FullCalendar is a jQuery plugin that provides a full-sized, drag & drop calendar. It uses AJAX to fetch events on-the-fly for each month and is easily configured to use your own feed format (an extension is provided for Google Calendar). It is visually customizable and exposes hooks for ... [More] user-triggered events (like clicking or dragging an event). Source code and development has been moved to GitHub: http://github.com/arshaw/fullcalendar. However, the issues page is staying where it is for the time being. Project homepage: http://arshaw.com/fullcalendar/ [Less]

0
 
  0 reviews  |  2 users  |  24,435 lines of code  |  4 current contributors  |  Analyzed 2 days ago
 
 

Many file formats and standards use the ISO 8601 date format (e.g. 2007-01-14T20:34:22+00:00) to store dates in a neutral, unambiguous manner. This simple module parses the most common forms encountered and returns datetime objects. >>> import iso8601 >>> ... [More] iso8601.parse_date("2007-06-20T12:34:40+03:00") datetime.datetime(2007, 6, 20, 12, 34, 40, tzinfo=) >>> iso8601.parse_date("2007-06-20T12:34:40Z") datetime.datetime(2007, 6, 20, 12, 34, 40, tzinfo=) [Less]

0
 
  0 reviews  |  0 users  |  162 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

MultiFieldDateDescriptionThis is a Ruby on Rails plugin for use with tables/models that need to allow incomplete dates (e.g., just the year and month or just the month and day). Requires that the table have four fields: year, month, day, and full date. When the year, month, and day fields are ... [More] present, the full date field is updated. There are two ways to use this plugin: acts_as_multi_field_date multi_field_date acts_as_multi_field_date only allows one date_field per model. e.g., class Birth < ActiveRecord::Base acts_as_multi_field_date :date_field => 'birth_date' #assumes year, month, and day fields are 'year', 'month', and 'day' by default. #can be changed: # acts_as_multi_field_date :date_field => 'birth_date', :day_field => 'bday' endmulti_field_date, on the other hand, allows multiple dates in a model, e.g., class Person < ActiveRecord::Base multi_field_date :birth, :date_field => 'birth_date', :year_field => 'birth_year', :month_field => 'birth_month', :day_field => 'birth_day' multi_field_date :death, :date_field => 'death_date', :year_field => 'death_year', :month_field => 'death_month', :day_field => 'death_day' endIt also includes a helper method for displaying a partially completed date, and some helpers for generating arrays for HTML select menus. Includes rather extensive unit test coverage (requires SQLite3). Installationscript/plugin install http://rails-multifielddate-plugin.googlecode.com/svn/plugins/multi_field_dateThen run rake doc:plugins to generate RDoc documentation. See also: README [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This project will collect useful form UI widgets for django. Samples: autocompleters, date pickers, color pickers, admin file pickers, Also the project introduces form manipulation model called Controllers (quite similar to rails controllers), allowing simple widget substitution for your forms.

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

in this project, we use rss feeds from some band's here in berlin and order this soup to one site. the users can individually their appointments together and for example, the can import this to her facebook or myspace accounts.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 9 hours ago
 
 

Cocoa parser and unparser for ISO 8601 date strings; converts to and from NSDate. All three ISO 8601 formats are supported: YYYY-MM-DD (calendar dates), YYYY-Www-DD (week dates), and YYYY-DDD (ordinal dates).

0
 
  0 reviews  |  0 users  |  912 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

This is a PHP class to manage dates.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 5 hours ago
  dates php
 
 

nxCalendar is a new Javascript calendar. I will continuously develop this calendar so please feel free to add feature request and report bugs. It would be nice to know if this is useful to someone so send me an e-mail if you feel to.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed about 5 hours ago
 
 

This is an Implementation of a Visual Calendar

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

Instant CalendarDisplays a simple HTML calendar. Appearance and behaviour of the calendar is fully customizable. Usage1. ruby script/plugin install git://github.com/unni123/instantcalendar.git 2. Rails >= 2.0 rake instant_calendar:setup Rails < 2.0 rake instant_calendar:setup_old ... [More] 3. Restart your application 4. See examples below Examples1. Displays the calendar of current month & year 2. Displays the calendar of March, current year 3 %> 3. Displays the calendar of March, 1985 3, :year => 1985 %> 4. Highlight today's date true %> 5. Highlighting selected dates [10,15,28] %> 6. Custom text for selected dates. { 5 => "xyz", 26 => "abc" } %> In the calendar, date 5 will be replaced by 'xyz', and 26 by 'abc' 7. Linking specific dates to specific URLs. { 12 => link_to("12","/events/123") } %> { 12 => link_to("12",event_path(123)) } %> { 12 => link_to("Twelve",event_path(123)) } %> 8. Ajax links {22 => link_to_remote("22",:url => "/events/123",:method => :get) } %> {22 => link_to_remote("22",:url => event_path(123),:method => :get) } %> 9. Javascript actions {15 => link_to_function("15","alert('Hello');") } %> {15 => " Appearance1. A calendar.css file is generated and used by the plugin (public/stylesheets/calendar.css). Edit this file to customize appearance of the calendar. 2. Weight of the calendar is not restricted. It occupies the full width of its container. 3. Every date (rectangle holding each date - table's TD) has a unique ID of the form 'date_1','date_12' etc. This also can be used for extra styling or may be behaviour control with UJS etc. AuthorUnnikrishnan KP Blog: http://unnionrails.blogspot.com Contact: unni.tallman@gmail.com Any feedback/comment/issue is welcome! [Less]

0
 
  0 reviews  |  0 users  |  55 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.