Submitted by Dale on February 8, 2007 - 12:43pm
Seen at todbits.com, the Feds are streaming live video feeds from the House of Commons and other meetings: parlvu.parl.gc.ca. Choices of various streaming rates, audio only, and language (English/French).

Submitted by Dale on February 7, 2007 - 5:45pm
Serendipity is great, or maybe this is karma. I've been catching up on my Drupal mailing list reading. Caught an issue in the support forum I knew something about and my have been able to help someone, then saw the answer to a question I'd been meaning to investigate! Cool.
My personal/play site, Digital Doodles, has a custom theme, so I'm on the hook for updating it. When I upgraded to Drupal 5 I didn't get the AJAX goodness. I was fairly positive it was something simple I needed to add, and so it was. All I needed was: <?php print $scripts ?> in the head tag of page.tpl.php.
Submitted by Dale on February 6, 2007 - 11:15am
A Free/Open Source Software (FOSS) conference for Geospatial folks being held in Victoria this September. From their website, www.foss4g2007.org:
Submitted by Dale on February 6, 2007 - 10:16am
I first saw this at the SecuriTeam Blog. I suspect it will be all over the place very soon.
Stefan Esser, a name in the PHP security space, announced he's doing a "Month of PHP Bugs" in March 2007. He discusses (announces?) it in this interview with Security Focus.
It could be busy month for the folks maintaining web infrastructure, if not from applying fixes then answering questions from the concerned.
Submitted by Dale on February 5, 2007 - 10:50am
Submitted by Dale on February 4, 2007 - 10:34pm
[Update 2007-Apr-29: Please also see the article Theme Variable Total Visibility]
Have you ever wanted to know what variables the phptemplate engine made to the node or page templates? "Use the source, Luke" (Couldn't resist). The way of finding the definitive answer was discussed in Drupal Dojo today.
Submitted by Dale on February 2, 2007 - 4:23pm
Submitted by Dale on February 1, 2007 - 11:43pm
The Drupal Aggregator module is somewhat misnamed. It certainly does aggregate RSS/RDF/Atom feeds, but at the core it's a feed reader. I haven't needed to aggregate multiple feeds together, but recently being able to retrieve and display individual feeds has allowed me to add some cool sidebars to my Digital Doodles website.
By simply turning on the Aggregator module, which is a core module so no installation required, and adding the RSS feed from Group42 and another site I contribute to I can retrieve the post information back to Digital Doodles. I've set up blocks to show a list of recent postings in case people visiting Digital Doodles might be interested in stuff I done elsewhere.
The weakness of the Aggregator module is it's display ability. For example, although it automatically creates a sidebar block for each feed you define there's no ability to add anything except a title. The power of Drupal gives themers and programmers a number of options around this.
Submitted by Dale on February 1, 2007 - 12:28am
I thought February was supposed to be a slow and boring month. Another technology related event for consideration:
vancouvertechfest.com
"TechFest's are about the community at large. They are meant to be a place for developers AND IT Professionals to come and learn from their peers. Topics are always based on community interest and never determined by anyone other than the community."
Speaker list available on their website
Submitted by Dale on January 31, 2007 - 11:44pm
Django (www.djangoproject.com) is one more popular Python web frameworks, and is used by the likes of Google and the Washington Post. There's a couple of Python user group events happening over the next week if you're interested in learning more:
Introduction to The Django Web Framework: Sunday, February 4, 2007, 1pm-4pm
Adrian Holovaty: The Django Web Framework: Tuesday, February 6, 2007, 7pm-9pm
Complete information at http://www.vanpyz.org/Djangojam/
Pages