logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: event calendar code: msg#00036

lang.perl.modules.html-template

Subject: Re: event calendar code

Why reinvent the wheel? Sure, HTML::Template is a fantastic module and is quite
versatile, but coding up an accurate calendar is by no means a simple task.

I recently discovered HTML::CalendarMonthSimple and found it to be extremely
useful and easy to use. Combine it with HTML::Template and you have something
good going there (this is untested code):

cal.pl
------
#!/usr/bin/perl -w
use HTML::CalendarMonthSimple;
use HTML::Template;

my $template = HTML::Template->new(filename => 'cal.html');
my $cal = new HTML::CalendarMonthSimple('month' => '2', 'year' => '2004');

# Format the calendar
$cal->width("100%");
$cal->border(1);
$cal->bgcolor("#006633");
# Other calendar formatting is available, read perldoc for more info

# Set some content in the calendar
$cal->addcontent(2, "Groundhog Day!")
$cal->addcontent(14, "Valentine's Day!")

$template->param(CALENDAR => $cal->as_HTML);
print "Content-Type: text/html\r\\r\n");
print $template->output;


cal.html
--------
<HTML>
<BODY>
<TMPL_VAR NAME=CALENDAR>
</BODY>
</HTML>

It doesn't get much simpler than that. Supply your own month/year to
HTML::CalendarMonthSimple and you can do just about anything.

Additionally, HTML::CalendarMonthSimple has the ability to place HTML, links
and other text in each day of the calendar ($cal->addcontent), read the docs
for more information. It's quite easy.

--Joel


>Sorry if this post is off-topic but I have a feeling people in this list =
>would have definitely come across it.
>
>I am looking to generate an event calendar using H::T. Can anyone help =
>me with some pointers? code snippets?
>
>I did search the archives but could not find much info.
>
>Thanks,
>Nishi
>
>
>
>-------------------------------------------------------
>SF.Net is sponsored by: Speed Start Your Linux Apps Now.
>Build and deploy apps & Web services for Linux with
>a free DVD software kit from IBM. Click Now!
>http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
>_______________________________________________
>Html-template-users mailing list
>Html-template-users@xxxxxxxxxxxxxxxxxxxxx
>https://lists.sourceforge.net/lists/listinfo/html-template-users


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id56&alloc_id438&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
krysalis.sandbo...    web.zope.zwiki/...    gnome.apps.gnum...    xfree86.newbie/...    editors.vim/200...    mozilla.enigmai...    boot-loaders.gr...    network.vnc.ult...    redhat.release....    java.geronimo.u...    os.netbsd.devel...    horde.wicked/20...    linux.lsb.discu...    ietf.ips/2005-0...    alsa.devel/2002...    user-groups.lin...    package-managem...    debian.devel.da...    security.cyrus....    video.gstreamer...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation