Main > Free Download Search >

Free mood calendar a5 refills software for linux

mood calendar a5 refills

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 345
Mozilla Sunbird 0.5

Mozilla Sunbird 0.5


The Sunbird Project is a redesign of the Calendar component. more>>
Mozilla Sunbird Project is a redesign of the Calendar component. Our goal is to produce a cross platform standalone calendar application based on Mozillas XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future.

Our intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla.

In addition, by focusing solely on standalone Calendar, we believe we can make some dents in the overall footprint and performance of the Calendar application by removing components and chrome we dont need.

Sunbird is licensed under the MPL/GPL/LGPL triple license, allowing use of the files under the terms of any one of the Mozilla Public License, version 1.1 (MPL), the GNU General Public License, version 2 or later (GPL), or the GNU Lesser General Public License, version 2.1 or later (LGPL)
<<less
Download (7.9MB)
Added: 2007-06-29 License: GPL (GNU General Public License) Price:
3012 downloads
VCalendar 1.1.5.1

VCalendar 1.1.5.1


VCalendar is an open source Web calendar application with related tools. more>>
VCalendar is an open source Web calendar application with related tools, for posting and maintaining events and schedules online, in calendar format.
VCalendar project is an excellent and free solution for use by online Web communities and any commercial and non-commercial organizations. Unlike any other online calendars, VCalendar comes with source code in multiple programming languages: PHP, ASP and ASP.NET (C# and VB.NET); with potential for adding more technologies in the future.
Main features:
- Localization features, with initial Internationalization in English and Russian, with language selectable by end-users
- Dynamic CCS (stylesheet) styles, selectable by end-users
- Annual, monthly, weekly and daily calendar views
- Multiple categories for classifying calendar events
- Recurring and all-day events
- Role-based user permissions and calendar configuration
Enhancements:
- Fixed the bug reported on SourceForge Forum: 3771522: Unable to select Month or the Year
<<less
Download (0.015MB)
Added: 2006-06-13 License: GPL (GNU General Public License) Price:
1334 downloads
Date Picker/Calendar 1.0.82

Date Picker/Calendar 1.0.82


Date Picker/Calendar offers you a free and very useful Firefox extention which adds quick popup allowing you to view a calendar or pick a date. more>> <<less
Added: 2008-08-15 License: MPL Price: FREE
1 downloads
Amarok Skype mood poster 1.0.0

Amarok Skype mood poster 1.0.0


Amarok Skype mood poster is an Amarok script that will update skypes mood field with your current playing song. more>>
Amarok Skype mood poster is an Amarok script that will update skypes mood field with your current playing song.

<<less
Download (0.009MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
937 downloads
Google Calendar Notifier 2.5.3

Google Calendar Notifier 2.5.3


Google Calendar Notifier brings you a powerful and extremely useful extension which provides robust notifications and display of your Google Calendars for today, as well as showing any upcoming all day events for tomorrow. more>> <<less
Added: 2008-07-16 License: MPL Price: FREE
1 downloads
 
Other version of Google Calendar Notifier
Google Calendar Notifier 2.5Google Calendar Notifier is an extension which provides robust ... This extension provides robust notifications and display of your Google Calendars for today
License:MPL (Mozilla Public License)
Download (0.061MB)
931 downloads
Added: 2007-04-06
DateTime::Calendar::FrenchRevolutionary 0.07

DateTime::Calendar::FrenchRevolutionary 0.07


DateTime::Calendar::FrenchRevolutionary - dates in the French Revolutionary Calendar. more>>
DateTime::Calendar::FrenchRevolutionary - dates in the French Revolutionary Calendar.

SYNOPSIS

use DateTime::Calendar::FrenchRevolutionary;

$dt = DateTime::Calendar::FrenchRevolutionary->new( year => 8,
month => 2,
day => 18,
);

# convert FrenchRevolutionary->Gregorian...

$dtgreg = DateTime->from_object( object => $dt );

# ... and back again

$dtrev = DateTime::Calendar::FrenchRevolutionary->from_object( object => $dtgreg );

<<less
Download (0.095MB)
Added: 2007-08-15 License: Perl Artistic License Price:
801 downloads
DateTime::Calendar::Hebrew 0.04

DateTime::Calendar::Hebrew 0.04


DateTime::Calendar::Hebrew is a Perl module with dates in the Hebrew calendar. more>>
DateTime::Calendar::Hebrew is a Perl module with dates in the Hebrew calendar.

SYNOPSIS

use DateTime::Calendar::Hebrew;

$dt = DateTime::Calendar::Hebrew->new( year => 5782,
month => 10,
day => 4 );

DateTime::Calendar::Hebrew is the implementation of the Hebrew calendar. Read on for more details on the Hebrew calendar.

<<less
Download (0.019MB)
Added: 2006-12-05 License: Perl Artistic License Price:
1055 downloads
PHP-Calendar 0.10.8

PHP-Calendar 0.10.8


PHP-Calendar is a Web-based calendar written in PHP/SQL. more>>
PHP-Calendar is a Web-based calendar that uses PostgreSQL or MySQL to store data. It is designed to display properly only with modern browsers.
The project is designed with accessibility in mind, but does not degrade very well on Netscape 4.x.
Requierments:
- PHP 4.0 or greater
- MySQL 3.23.x or PostgreSQL 7
Enhancements:
- 0.10.6 changed the DB schema by accident. the result of this new schema is handled properly in 0.10.7. both schemas are compatible.
- updated entry in 0.10.7 to properly describe the cause.
- fixed doctype typo and updated some meta-data
- make redirects HTTP compliant to fix an issue with Safari
- allow start_monday to work again
<<less
Download (0.038MB)
Added: 2007-06-22 License: GPL (GNU General Public License) Price:
858 downloads
Simple PHP Calendar 1.11

Simple PHP Calendar 1.11


Simple PHP Calendar is a a simple, extensible PHP calendar class. more>>
Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for forms, or full event calendaring applications. Its output is completely customizable via CSS.
A simple example
After downloading the class and including it in your PHP script, youre ready to start using it. The constructor requires two paramets, a year and month. The following code produces a very plain looking calendar.
1 require_once( class.Calendar.php );
2 $cal = new Calendar (2004, 3 );
3 echo "".$cal->getFullMonthName()."";
4 echo $cal->display();
Customizing the display
You can use two methods to change how the calendar is displayed. Use setTableWidth to define how wide to make the table, in pixels or as a percentage of the screen. Use setDayNameFormat to change how weekdays are displayed in the header row using strftime formats.
1 require_once(class.Calendar.php);
2 $calendar = new Calendar (2004, 4);
3 $calendar->setTableWidth(50%);
4 $calendar->setDayNameFormat(%A);
5 echo "".$calendar->getBriefMonthName().";
6 echo $calendar->display();
Final Example
You can use CSS selectors to control the formatting of all aspects of the calendar, including adding borders and how empty boxes display. Lets wrap our talbe in a div named calendar and use the following styles.
/* overall table */
#calendar table {
border:1px solid #fff;
padding: 0;
margin:20px;
}
/* the day headers across the top */
#calendar th {
background: #565;
color: #fff;
margin: 3px;
padding: 2px 5px;
}
/* how days this month will look, make dates appear in top right */
#calendar td {
background: #eee;
color: #000;
padding: 2px;
margin:0;
height:60px;
text-align:right;
vertical-align:top;
border:1px solid #fff;
}
/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #999;
}
Enhancements:
- The documentation has been polished.
- An example has been added for extending the class to customize how a calendar grid will display.
<<less
Download (0.002MB)
Added: 2007-01-24 License: GPL (GNU General Public License) Price:
1013 downloads
Epoch DHTML JavaScript Calendar 2.0.1

Epoch DHTML JavaScript Calendar 2.0.1


Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface. more>>
Epoch JavaScript Calendar and DatePicker runs on all major browsers and features a fast user interface, multiple date selection, flat or popup modes, CSS styling, automatic date formatting, full object-oriented design, and more. Epoch DHTML JavaScript Calendar is available in over a dozen major international languages.
Main features:
- Fast loading and initialization
- Intuitive, customizable interface
- Compatible with all Modern Browsers - see compatibility chart below.
- Can display as a Flat or Popup (DatePicker) calendar
- Automatic Date Formatting - US, European, or create your own!
- Multiple-Date selection - by clicking on calendar cells or the day & week headings.
<<less
Download (0.029MB)
Added: 2006-09-18 License: LGPL (GNU Lesser General Public License) Price:
1207 downloads
My Calendar 2.71

My Calendar 2.71


My Calendar is a lightweight, easy-to-use Web calendar that is easily customizable using CSS. more>>
My Calendar is a lightweight, easy-to-use Web calendar that is easily customizable using CSS.
There is also an included email script that you can have cron run every day to remind you of upcoming appointments.
My Calendar can also generate great looking printable calendars in Postscript and Adobe PDF format. Microsoft Outlook schedules can be easily imported.
Main features:
- lightweight and easy to setup
- email scrip to remind you of upcomming events
- email script can be run by cron and/or used to send emails to a mailing list for clugs and organizations
- easily generated pretty printable versiosn in postscript and PDF
- import events from Microsoft Outlook.
- easily customizeable with CSS and templating.
<<less
Download (0.023MB)
Added: 2006-09-02 License: GPL (GNU General Public License) Price:
1156 downloads
hvclock 0.2.0

hvclock 0.2.0


hvclock is a dockapp analog clock and calendar application, running under WindowMaker. more>>
hvclock is a "DockApp" analog clock and calendar application, running under WindowMaker.

It is an "Open-Source" project written in C and distributed under the GPL license.

<<less
Download (0.13MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1109 downloads
Chaussette 1.0

Chaussette 1.0


Chaussette is a PHP/MySQL Web group calendar using Ajax. With it, friends can share events and chat together. more>>
Chaussette is a MySQL/PHP Web group calendar using Ajax.

With it, friends can share events and chat together.

<<less
Download (2.6MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
1262 downloads
Yet Another Calendar 0.04

Yet Another Calendar 0.04


Yet Another Calendar is a malleable, clear, concise CGI calendar. more>>
Yet Another Calendar is a malleable, clear, concise CGI calendar. Yet Another Calendar project doesnt require a relational database server and uses a single page per month for editing and viewing.
Main features:
- XML/RSS export
- Palm datebook (.pdb) export
- Text export (tab delimited file)
- Single page for editing and viewing
- Optional start and end times for all events
- Edit history/change tracking (with an rcs cron job)
- Archiving of old events (also with a cron job)
- Small amount of source code (under 500 lines)
Enhancements:
- There are now links on the calendar for an XML/RSS feed, a Palm datebook (.pdb) file, and a tab delimited text file.
- A few minor bugfixes and enhancements were made.
<<less
Download (0.015MB)
Added: 2006-04-19 License: GPL (GNU General Public License) Price:
1283 downloads
Calendar 3.7.0

Calendar 3.7.0


Calendar is a web-based calendar tool that produces pretty, readable calendars. NEW! Rewritten in Java for MySQL! more>>
Calendar is a web-based calendar tool that produces pretty, readable calendars. NEW! Rewritten in Java for MySQL! Calendar project began out of frustration with other web-based calendar tools inability to display a readable calendar format. It was very much a project to "scratch an itch" -- to meet an immediate need that the author had. Since then, it has evolved considerably into a very useful tool that produces prettier calendars than those printed by most organizer software.
Main features:
- NEW! Subscriptions can be created to periodically fetch events from remote calendars, just like iCal and Sunbird can do.
- Events on the calendar appear exactly as typed in the admin tool -- the descriptions are not cut off in the display. This makes the calendar just as useful when its printed.
- The entire calendar is rendered in HTML -- no Flash or Java is used.
- Single-day, multi-day and occassional events are all supported. ("Occasional" events are those events that occur multiple times but dont necessarily follow a regular pattern.)
- Repeating events are supported and can repeat on a daily, weekly, monthly or yearly basis.
- Events may be categorized for easy administration.
- Nearly everything about the display is themable -- colors, fonts, border styles, first day of the week, weekday column widths, categories, etc.
- A calendar may be setup as a "private" calendar, so the user must be logged in to see it.
- NEW! A calendar may be setup as a "semi-private" calendar, so the user will only see the scheduled times but no event details.
- The admin tool is password protected and different users can be assigned different permission levels.
- Apple iCal and Mozilla Sunbird users can subscribe to the calendar with one click.
- A really bland, unimaginative name makes it easy to discuss this project without being overheard by foreign intelligence agents.
The first version of this software was written in ASP (VBScript) and ran on IIS 4.0 or higher with a database on SQL Server 7.0 or higher. The current version has been completely rewritten in Java to run on Tomcat 5.5 or higher with a database on MySQL 3.3 or higher. The feature set has grown immensely since then. The two versions have no code in common.
<<less
Download (2.2MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
1029 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5