<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/8516347?origin\x3dhttp://hopemedia.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Hope Community Church - Technical Arts

Thursday, December 16, 2004

WebCam Integration



During a recent building expansion meeting for our latest church expansion project an idea was presented that it would be exciting to be able to have updates on the building progress available on the web. I set up a D-Link webcam with integrated web server capabilities in an outside window and it now uploads 4 snapshots per day to the internet which are available on our Hope Community Church web site. This is especially neat for those who want to get an update and don't live close to church.

Thursday, December 09, 2004

Andromeda Streaming Jukebox: MP3 server for PHP & ASP

As part of the first major refresh for the Hope Community Church website I wanted to include the ability to stream realtime audio and video from the site of past concerts and events. Andromeda is a PHP or ASP website server extension that fits this need perfectly. I highly recommend it as it can change your site into more than just a static website, more like a content distribution system!