<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Making an Online &#34;Radio&#34; Station</title>
	<atom:link href="http://wcradioit.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wcradioit.wordpress.com</link>
	<description>Following the unbeaten path</description>
	<lastBuildDate>Wed, 09 Dec 2009 01:00:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wcradioit.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/6e792801b62ffc9e35294a2216306a84?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Making an Online &#34;Radio&#34; Station</title>
		<link>http://wcradioit.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wcradioit.wordpress.com/osd.xml" title="Making an Online &#34;Radio&#34; Station" />
	<atom:link rel='hub' href='http://wcradioit.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Things you should know about &#8211; Windows Media Encoder</title>
		<link>http://wcradioit.wordpress.com/2009/12/01/things-you-should-know-about-windows-media-encoder/</link>
		<comments>http://wcradioit.wordpress.com/2009/12/01/things-you-should-know-about-windows-media-encoder/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 00:48:50 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[audio encoding]]></category>
		<category><![CDATA[configuring endoer]]></category>
		<category><![CDATA[direct connection client best practices streaming]]></category>
		<category><![CDATA[Microsoft Streaming]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video encoding]]></category>
		<category><![CDATA[Windows Media Encoder 2009]]></category>
		<category><![CDATA[WME]]></category>

		<guid isPermaLink="false">http://wcradioit.wordpress.com/?p=50</guid>
		<description><![CDATA[We decided to use WME as primary source for streaming our content. So I had to do a little research as to how to configure it and what are the best practices for this encoder. It is important to figure out these details about the software you decide to you esepcially because these types of software/applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=50&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We decided to use WME as primary source for streaming our content. So I had to do a little research as to how to configure it and what are the best practices for this encoder. It is important to figure out these details about the software you decide to you esepcially because these types of software/applications are updated all the time. Without a good understanding of how to use the software it will be hard to keep up with the frequent changes brought to the software by the vendor.</p>
<p>Below is my research on WME 9 and the titles are hyperlinked so that you can access the information directly if you needed to see more than I have provided.</p>
<p><a href="http://on10.net/blogs/benwagg/Best-practices-for-Windows-Media-Encoder-in-2009/">Best Practices for Windows Media Encoder in 2009 </a></p>
<p>The difference between the new version and the older versions. Special configurations required to configure the encoder to perform int he desired manner.</p>
<p><a href="http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsmedia.encoder&amp;tid=7f5fbcb6-55f8-4116-a0c4-62c4b7d804df&amp;mid=7f5fbcb6-55f8-4116-a0c4-62c4b7d804df&amp;cat=en_US_0F1C1A30-7C4E-D03B-F5ED-9044FE42D8D5&amp;lang=en&amp;cr=US&amp;sloc=&amp;p=2">Allow more than five clients to connect to my encoder </a></p>
<p> The encoder comes with a default maximum value of five direct concurrent client connections. You will have to change a registry key to edit this setting. Below is the value to be changed. Keep in mind that if you have more than 50, you might think of a Windows Media Sever to host the stream.</p>
<blockquote><p>HKEY_CLASSES_ROOT\Software\Microsoft\Windows MediaTools\Encoder\MaxClientConnections.</p></blockquote>
<p><a href="http://www.microsoft.com/windows/windowsmedia/knowledgecenter/mediaadvice/0068.mspx">How do I display a banner image in the Player? </a></p>
<p>To display a banner image (along with a link to more information) while video is rendered in Windows Media Player, add an entry to a Windows Media metafile (a file with a .wvx file name extension) by doing the following:</p>
<p>1. In a text editor such as Notepad, add the following basic code while substituting the example server, paths, and file names with the appropriate information:</p>
<blockquote><p>&lt;ASX version = &#8220;3.0&#8243;&gt;</p>
<p>     &lt;TITLE&gt;Sample Demo&lt;/TITLE&gt;</p>
<p>     &lt;BANNER HREF=&#8221;http://WebServerName/Images/Banner.bmp&#8221;&gt;</p>
<p>     &lt;ABSTRACT&gt;Learn more about our company&lt;/ABSTRACT&gt;</p>
<p>     &lt;MOREINFO HREF=&#8221;http://WebServerName.com&#8221;/&gt;</p>
<p>     &lt;/BANNER&gt;</p>
<p>     &lt;ENTRY&gt;</p>
<p>        &lt;REF HREF=&#8221;mms://ServerName/PublishingPointName/Video.wmv&#8221;/&gt;</p>
<p>     &lt;/ENTRY&gt;</p>
<p>&lt;/ASX&gt;</p></blockquote>
<p>In the previous code, the <strong>HREF</strong> attribute of the <strong>BANNER</strong> element has the value http://WebServerName/Images/Banner.bmp that refers to a banner image (194 pixels wide by 32 pixels high) that is stored on a Web server. The text contained in the <strong>ABSTRACT</strong> element displays as a <strong>ToolTip</strong> when the user hovers over the banner graphic. Finally, when a user clicks the banner graphic, the URL provided in the <strong>MOREINFO</strong> element opens in a Internet browser, such as Internet Explorer. In this example, one digital media file named Video.wmv, which is stored on a computer running Windows Media Services, plays back in the Player.</p>
<p>2. On the File menu, click Save, type a file name, type .wvx as the file name extension, and then click Save.</p>
<p>3. Copy the Windows Media metafile with the .wvx file name extension to your Web server.</p>
<p>4. In a Web page, provide a link to the Windows Media metafile. For complete information about creating Windows Media metafiles, see the Windows Media Player 10 SDK.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=50&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/12/01/things-you-should-know-about-windows-media-encoder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>
	</item>
		<item>
		<title>Static and Audio pop issues with soundcards</title>
		<link>http://wcradioit.wordpress.com/2009/11/25/static-and-audio-pop-issues-with-soundcards/</link>
		<comments>http://wcradioit.wordpress.com/2009/11/25/static-and-audio-pop-issues-with-soundcards/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 00:11:38 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[malfunction audio]]></category>
		<category><![CDATA[pops]]></category>
		<category><![CDATA[pops and static on soundcard]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[sound recording]]></category>
		<category><![CDATA[soundcard]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://wcradioit.wordpress.com/2009/12/09/static-and-audio-pop-issues-with-soundcards/</guid>
		<description><![CDATA[As part of the radio productions at GLOBEfm we have to allow all of our staff to record their productions using one PC since our other PC is dedicated to ON-AIR broadcasts. Recently we have been recording quiet intensively. In our studio we use one computer to record all the material needed for production and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=46&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As part of the radio productions at GLOBEfm we have to allow all of our staff to record their productions using one PC since our other PC is dedicated to ON-AIR broadcasts.<br />
Recently we have been recording quiet intensively. In our studio we use one computer to record all the material needed for production and if the PC is turned on without being restarted for long enough the soundcard doesn’t function the way it has to. By this what I am trying to say is that there are occasional to frequent pop and static sounds. Thiese sounds are by no means plesant and infact a complete menace to remove during the editing hours.<br />
I contacted our soundcard vendor, Creative, and below is the pointers they provided. I wanted to share with you these tips because it seems like these tips apply to any soundcard having similar issues.</p>
<ol>
<li>Make sure that PCI is using a port that is on an IRQ alone. This means no other device in the PC can be sharing its IRQ.</li>
<li>If you are running a hyper-threaded CPU, by turning hyperthreading off from the bios. You can set the latency at 20ms or lower and you will usually not have any latency issues.</li>
<li>Change Processor Scheduling to &#8216;Background Services Navigate to the Advanced page of the System applet. Click on the Performance Settings button, select its Advanced tab and click on &#8216;Background Services&#8217; for Processor Scheduling</li>
<li>Switch Off Power Schemes In the Power Options applet, choose the &#8216;Always On&#8217; power scheme. Change the settings for monitor and hard disk turn off and System standby to &#8216;Never&#8217;, so that your PC doesn&#8217;t unexpectedly conk out during song playback</li>
<li>Disable System Sounds Select the &#8216;No Sounds&#8217; scheme on the Sounds tabof the Sounds and Audio Devices applet.</li>
<li>Increase &#8220;MME/ASIO buffer&#8221; under the hardware settings for your audiocard. This could be a symptom of another problem in your computer slowing it down (system bottleneck).</li>
<li>Many programs are running behind your back using up the computers power. Try to disable or remove these background programs to free up your computers power which solves many users problems with clicks and pops.</li>
<li>Download and install the driver released in the website, not from theoriginal disk.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=46&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/11/25/static-and-audio-pop-issues-with-soundcards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>
	</item>
		<item>
		<title>Media encoders, streaming audio and the client</title>
		<link>http://wcradioit.wordpress.com/2009/11/13/media-encoders-streaming-audio-and-the-client/</link>
		<comments>http://wcradioit.wordpress.com/2009/11/13/media-encoders-streaming-audio-and-the-client/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 23:02:04 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[online radio]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Radio Station]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[westminster college]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[audio stream formats]]></category>
		<category><![CDATA[iphone application]]></category>
		<category><![CDATA[quicktime broadcaster]]></category>
		<category><![CDATA[real producer]]></category>
		<category><![CDATA[stream protocols]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[windows media encoder]]></category>

		<guid isPermaLink="false">http://wcradioit.wordpress.com/?p=27</guid>
		<description><![CDATA[(the image above comes from here but that is sort of the idea of streaming except for in our case it’s an audio input only for now) As GLOBE f.m. being a portal to make available productions from Westminster College we need a scalable method to generate a stream containing scheduled content. The stream is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=27&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong> </strong></p>
<p style="text-align:center;"><strong> </strong></p>
<div id="attachment_29" class="wp-caption aligncenter" style="width: 394px"><strong><strong><a href="http://images.apple.com/quicktime/pdf/QT_Streaming_TB.pdf"><img class="size-full wp-image-29 " title="cloud" src="http://wcradioit.files.wordpress.com/2009/11/cloud1.jpg?w=384&#038;h=184" alt="Encoder and Media streaming architecture" width="384" height="184" /></a></strong></strong><p class="wp-caption-text">Media Streaming</p></div>
<p><strong> </strong></p>
<p>(the image above comes from <a href="http://images.apple.com/quicktime/pdf/QT_Streaming_TB.pdf">here</a> but that is sort of the idea of streaming except for in our case it’s an audio input only for now)</p>
<p>As GLOBE f.m. being a portal to make available productions from Westminster College we need a scalable method to generate a stream containing scheduled content. The stream is really important for principal reason of Globe f.m. being advertised as a radio station. This does not take the importance of the on-demand <strong>content (Audio, video, text and photographic productions)</strong> available in the portal.</p>
<p>In this stream we will mostly be transmitting audio programs created by our students and professors, however we would also like to make the stream scalable and flexible enough for it to be able to stream audio when necessary.</p>
<p><strong>CLIENTS SHOULD NOT BE REQUIRED TO DOWNLOAD ANYTHING SPECIAL JUST TO ACCESS OUT STREAM.</strong></p>
<p><em>The above statement is exactly everyone wants when they set up streams and want people to access it. Imagine you had to buy a new TV for every channel you watch in via Satellite TV. Would that be a downer for the TV industry?</em></p>
<p>Below is my ongoing research to decide on the <em>best </em>media encoder:</p>
<p>-          Audio must be encoded into a widely used formats:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/RealAudio">RealAudio (.ra, .ram)</a> (<a href="http://www.realnetworks.com/products-services/helix/media/realproducer.aspx">RealProducer</a>)
<ul>
<li>Propriety audio format developed by RealNetworks</li>
<li>Possible to stream  RealAudio using HTTP</li>
<li>Low-bitrate formats to high-fidelity formats</li>
<li>Web pages link directly to a .ram (real audio metadata) or SMIL (synchronized multimedia integration language) file containing the link to audio stream opened only by media player.</li>
<li>Compatible players: RealPlayer, MPlayer, RM Downloader, VLC media player, StreamBox VCR, HiDownload and Real7ime Converter.</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://en.wikipedia.org/wiki/MP3">MP3</a> (MPEG layer 3: Moving Pictures Experts Group) (<a href="http://lame.sourceforge.net/">LAME</a>, <a href="http://www.icecast.org/">icecast</a>)
<ul>
<li>Very popular because of its excellent sound quality</li>
<li>Open and accessible (wide spread industry support and compatibility), not a proprietary delivery system</li>
<li>More complicated than many streaming formats</li>
<li>Compatible players: RealPlayer G2, Beatnik, Shockwave, QuickTime 4, and Windows Media</li>
</ul>
</li>
</ul>
<ul>
<li> <a href="http://en.wikipedia.org/wiki/Flash_Video">FLV</a> : <a href="http://www.adobe.com/products/flashmediaserver/flashmediaencoder/">Adobe Flash Media Live Encoder</a>
<ul>
<li>RTMP streaming</li>
<li>Client can access stream using just flash plug in (no need for any other stuff)</li>
<li>Very expensive to obtain and maintain Flash Media Server</li>
<li>Main focus is Video  (not such a great thing)</li>
<li>Not free</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Windows_Media_Audio">WMA</a> (<a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx">Windows Media Encoder</a>)
<ul>
<li>Free, Easy to install and maintain</li>
<li>Users WMA format to stream over http</li>
<li>Clients need plug-in to access Windows Media Player embed</li>
<li>Not very open at all</li>
</ul>
</li>
</ul>
<ul>
<li><a href="http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC">MPEG-4</a> (<a href="http://www.apple.com/quicktime/technologies/streaming/">QuickTime Streaming</a> or collectively <a href="http://www.apple.com/quicktime/broadcaster/">QuickTime Broadcaster</a>)
<ul>
<li>RTP/RTSP protocol for stream there for light on client end (unlike HTTP)</li>
<li>Good for on demand content because of above</li>
<li>Needs specialized plug-ins and/or software on client side</li>
<li>Mainly for video streaming</li>
</ul>
</li>
</ul>
<p>Things to consider when deciding on an Encoder:</p>
<ol>
<li>Audience
<ol>
<li>OS and media players used normally (make experience more passive)</li>
<li>Connection Speed (single bit rate or multiple bit rate)</li>
</ol>
</li>
<li>Source formatting
<ol>
<li>Depending on the source encoder might not be capable of capturing</li>
</ol>
</li>
<li>System requirement for Encoder and Streaming Server
<ol>
<li>The workstation on which encoder is installed on</li>
<li>The streaming server  and encoder compatibility issues</li>
</ol>
</li>
<li>Price
<ol>
<li>Maintenance fees if any</li>
<li>Purchasing price</li>
<li>If free or open source; reliability</li>
</ol>
</li>
</ol>
<p>Interesting Links</p>
<p><a href="http://www.orban.com/plugin/">http://www.orban.com/plugin/</a></p>
<p><a href="http://www.streamingmedia.com/">http://www.streamingmedia.com/</a></p>
<p><a href="http://all-streaming-media.com/">http://all-streaming-media.com/</a></p>
<p><a href="http://www.realnetworks.com/products-services/helix/media/realproducer.aspx">http://www.realnetworks.com/products-services/helix/media/realproducer.aspx</a></p>
<p><a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx">http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx</a></p>
<p><a href="http://www.apple.com/quicktime/broadcaster/">http://www.apple.com/quicktime/broadcaster/</a></p>
<p><a href="http://lame.sourceforge.net/">http://lame.sourceforge.net/</a></p>
<p><a href="http://www.icecast.org/">http://www.icecast.org/</a></p>
<p><a href="http://www.vorbis.com/">http://www.vorbis.com/</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=27&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/11/13/media-encoders-streaming-audio-and-the-client/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>

		<media:content url="http://wcradioit.files.wordpress.com/2009/11/cloud1.jpg" medium="image">
			<media:title type="html">cloud</media:title>
		</media:content>
	</item>
		<item>
		<title>Modules, views and blocks – Customizing Drupal 6.x</title>
		<link>http://wcradioit.wordpress.com/2009/10/14/modules-views-and-blocks-%e2%80%93-customizing-drupal-6-x/</link>
		<comments>http://wcradioit.wordpress.com/2009/10/14/modules-views-and-blocks-%e2%80%93-customizing-drupal-6-x/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 05:16:52 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[Drupal]]></category>

		<guid isPermaLink="false">http://wcradioit.wordpress.com/?p=24</guid>
		<description><![CDATA[One of the major disadvantages that I have found in Drupal so far is that they don’t have dropdown menue capability in the code menu module. I spent countless hours researching into this issue and finally decided to use my own menu in the theme completely made out of CSS.It sucks because the menu looks very ugly. I am trying to achieve a hulu.com’s menu kind of effect but I am stuck with a traditional one column dropdown menu. Please drop a line if you know anything better.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=24&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As I have mentioned in my earlier posts one of the responsibilities that I have for this project is to develop a CMS. And I have described some of the basic feature that the team will be requiring of me to install on the CMS. On this post I will tell you what I have been up to in terms of this CMS installation and my experience with Drupal.</p>
<p>Let me just start of by giving a big thank you to all the Drupal developers and contributors because without them I will be on the verge of suicide. Visit <a href="http://www.drupal.org/">http://www.Drupal.org</a> and see for yourself.</p>
<p>I have been using the following resources to learn about Drupal and its capabilities:</p>
<ol>
<li>Good old Google searches which always lead me to roughly the same places</li>
<li><a href="http://www.lullabot.com/">Lullabot.com</a> (video tutorials)
<ol>
<li>Understanding Drupal</li>
<li>Learning Views for Drupal</li>
</ol>
</li>
<li>Another 29 part video Tutorial series about doing the basics on Drupal</li>
<li><a href="http://www.drupal.org/">Drupal.org</a></li>
<li><a href="http://mustardseedmedia.com/podcast">Mustardseedmedia.com</a></li>
<li>And many more sites that I happen to stumble upon whenever I am stuck with a problem</li>
</ol>
<p>(Thank you all for the great help. I will update this list as I find more resources and I would also appreciate if you could comment about the resources that you use.)</p>
<p>So far the modules that I have used and the reason that I have used them are as follows:</p>
<ol>
<li><strong><a href="http://drupal.org/project/cck">CCK</a></strong>: I don’t think I need much justification for using this. Content Construction Kit is used to create your own content types, fields etc. I used this module to create a special type of node for Audio programs that includes exactly the fields that I need. (Enabled modules for this includes:  content, <a href="http://drupal.org/project/filefield">filefield</a> and <a href="http://drupal.org/project/imagefield">imagefield</a>)</li>
<li><strong>Core-Optional:</strong> I have <strong>Blog</strong>, <strong>Books</strong>, <strong>Contact</strong>, <strong>Database</strong> <strong>Logging</strong>, <strong>Forum</strong>, <strong>Help</strong>, <strong>Menu</strong>, <strong>Search</strong>, <strong>Statistics</strong>, <strong>Syslog</strong>, <strong>Taxonomy</strong>, <strong>Throttle</strong> (in case my site gets too much traffic Drupal helps me manage my resources well) , <strong>Trigger</strong> (need to create automatic responses to certain actions carried out on the website) &amp; <strong>Update status</strong> (important for the security as this module will let you know what updates are available).</li>
<li><strong><a href="http://drupal.org/project/image">Image</a> module: </strong>Allows me to upload images and create different sizes of the image automatically. This module takes a lot of your headaches about the uploaded images.</li>
<li><strong><a href="http://drupal.org/project/views">Views</a></strong> : I can’t do justice to how useful this module is on this blog. See it for yourself, visit the link. J</li>
<li><strong><a href="http://drupal.org/project/wysiwyg">Wysiwyg</a></strong>: This allows people who upload content to be able to present the content in exactly the way they want it to appear without typing out HTML code. (If you are the curious type: <strong>W</strong>hat <strong>Y</strong>ou <strong>S</strong>ee <strong>I</strong>s <strong>W</strong>hat <strong>Y</strong>ou <strong>G</strong>et = Wysiwyg) I am currently using the <a href="http://drupal.org/project/fckeditor">FCKEditor</a> I can’t wait for the CKEditor to come out it’s the new version of the FCKEditor.</li>
<li><strong><a href="http://drupal.org/project/swftools">SWF Tools</a></strong> with <strong><a href="http://www.1pixelout.net/code/audio-player-wordpress-plugin/">OnePixelOut</a></strong> Player. The SWF tools allow me to have things like the audio player. However I am thinking of trying to find a javascript player that will do the same job because iphones and ipod touch does not have flash support. Also I am having problem using OnePixelOut, if you know any other mp3 players please let me know.</li>
<li><a href="http://drupal.org/project/ffpc"><strong>Filefield podcast</strong></a>: Using views2 and cck, i can now put out my podcasts as nodes. Check it out.</li>
</ol>
<p>And that concludes what I am using so far. And I am trying to customize a theme that I downloaded from the Drupal website. The more I look at the source code and the theme files the more intuitive it seems to me.</p>
<p><strong>One of the major disadvantages that I have found in Drupal so far is that they don’t have dropdown menue capability in the code menu module. I spent countless hours researching into this issue and finally decided to use my own menu in the theme completely made out of CSS.It sucks because the menu looks very ugly. I am trying to achieve a <a href="http://www.hulu.com/">hulu.com</a>’s menu kind of effect but I am stuck with a traditional one column dropdown menu. Please drop a line if you know anything better.</strong></p>
<p align="center">This concludes my Drupal adventures. Please help me if you think there is a better substitute for any of the modules I am using, espeically the SWF Tools flash player issue with iphones. Also if you have a suggestion about my dropdown menu problem please drop a line.</p>
<p align="center">It will be much appreciated.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=24&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/10/14/modules-views-and-blocks-%e2%80%93-customizing-drupal-6-x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>
	</item>
		<item>
		<title>Buying a sound card</title>
		<link>http://wcradioit.wordpress.com/2009/09/29/buying-a-sound-card/</link>
		<comments>http://wcradioit.wordpress.com/2009/09/29/buying-a-sound-card/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 01:18:51 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Radio Station]]></category>
		<category><![CDATA[Soundcards]]></category>

		<guid isPermaLink="false">http://wcradioit.wordpress.com/?p=18</guid>
		<description><![CDATA[Today we finally decided on the best sound card that would fit our budget. We looked into many different manufacturers. Below are the factors that affected our purchase: It had to be a PCI card: This is manily due to the fact that we didnt need the sound card to be mobile. We looked into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=18&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today we finally decided on the best sound card that would fit our budget. We looked into many different manufacturers. Below are the factors that affected our purchase:</p>
<ol>
<li><strong>It had to be a PCI card</strong>: This is manily due to the fact that we didnt need the sound card to be mobile. We looked into the firewire and USB alternatives. </li>
<li><strong>1/4&#8243; stereo inputs</strong>: We needed atleast two quater inch stereo inputs and two outputs. This is because the 1/4&#8243; is more universal than a RCA input, so the wires we use to connect the outputs from our mixer to the computer can be used for other purposes reducing the amount we will need to spend on wires.</li>
<li><strong>Zero Latency</strong>: It takes some time for the sound from the microphone to travel through all these equipment and reach the audio stream that the listener will be enjoying. Taking into consideration that we hope to be doing phone interviews and live events that include call-ins from listeners, we needed a soundcard that will not delay the sound form reaching the audience.</li>
<li><strong>Best value</strong>: We are working under a very tight budget and any savings that we can make will be fruitful in getting more things done. So we were looking for a cheap solution without compromising our needs.</li>
<li>Dependability, durable and good manufacturing and service.</li>
</ol>
<p>Web Resources we used:</p>
<ol>
<li><a href="http://www.emu.com/">http://www.emu.com/</a></li>
<li><a href="http://www.synthzone.com/sndcard.htm">http://www.synthzone.com/sndcard.htm</a></li>
<li><a href="http://www.audiophilesystems.com/">http://www.audiophilesystems.com/</a></li>
<li><a href="http://www.m-audio.com/">http://www.m-audio.com/</a></li>
</ol>
<p>So anyway we finally decided to go with the <a title="EMU-1212M" href="http://www.emu.com/products/product.asp?product=9872" target="_blank">EMU-1212M </a>. Check out its specs.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=18&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/09/29/buying-a-sound-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the best CMS (CONTENT MANAGEMENT SYSTEM)?</title>
		<link>http://wcradioit.wordpress.com/2009/09/26/what-is-the-best-cms-content-management-system/</link>
		<comments>http://wcradioit.wordpress.com/2009/09/26/what-is-the-best-cms-content-management-system/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:53:02 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[online radio]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://wcradioit.wordpress.com/?p=13</guid>
		<description><![CDATA[There are a number of types CMSs available out there on the internet. As everyone knows there is an array of different types of content that needs to be managed. Some of the different types of CMSs are: Enterprise CMS: managing content related to organizational processes of an enterprise. Web CMS: simplify publication of Web [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=13&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a number of types CMSs available out there on the internet. As everyone knows there is an array of different types of content that needs to be managed. Some of the different types of CMSs are:</p>
<ul>
<li>Enterprise CMS: managing content related to organizational processes of an enterprise.</li>
<li><strong>Web CMS: simplify publication of Web content</strong></li>
<li>Document MS: system to manage electronic documents (especially on an OS)</li>
<li>Mobile CMS: sites and content management for mobile phones</li>
<li>Component CMS: most of the time this is a sub functionality of all the other CMS, because it involves the managing of components at the component level (image, fields .. content types) rather than as big documents.</li>
<li>Media Content MS: This is content management for media. Radio and TV.</li>
</ul>
<p>For the purposes of this project I am just looking at the Web CMS. There is a big list of CMSs both propriety licensed and open source on this link. <a href="http://en.wikipedia.org/wiki/List_of_content_management_systems">http://en.wikipedia.org/wiki/List_of_content_management_systems</a></p>
<p>The most defining feature on a CMS is the language in which the CMS is built-on: ASP.Net, Java, PHP, Perl and Python.</p>
<p>As far as my own research goes <strong>Drupal</strong> is the most commonly used free CMS. Organizations like <a href="http://endpoverty2015.org/">The United Nations</a>, <a href="http://www.warnerbrosrecords.com/">Warner Brothers Records</a>, <a href="http://discoveryclub.de/">Discovery Club</a>, <a href="http://officepranks.forbes.com/">Forbes</a>, <a href="http://www.dead.net/">Grateful Dead</a>, <a href="http://dev.aol.com/">AOL Developer Network</a>, <a href="http://research.yahoo.com/">Yahoo Research</a> and <a href="http://www.lime.com/">Lime.com</a> use Drupal.</p>
<p>Here are the major reasons why I chose Drupal:</p>
<ol>
<li><strong>User Management</strong>: You can customize user roles and access control functionality as much as you want. Multiple blogs feature for users can be enabled on the core.</li>
<li><strong>Approval</strong>: Built into the Drupal is a process by which uploads to the system can be moderated.</li>
<li><strong>Revision Control:</strong> Every change in the published content will be recorded and stored categorically. It is very easy to keep track of who posted what when.</li>
<li><strong>Custom Content Types and Views</strong>: Ability to expand the type of content hosted on a Durpal site is unlimited. You can host every from videos to wikis. And all this without typing a single line of code.</li>
<li><strong>Taxonomy</strong>: This is especially useful when enabling search on the website. Taxonomy combined with CCK (Content Construction Kit) and Views will enable high fidelity search.</li>
<li><strong>Excellent Documentation:</strong> Everything that is done on Drupal is thoroughly documented. Nothing about Drupal is anything more than a Google search away.</li>
<li><strong>PHP Themes:</strong> In Drupal you can create themes by customizing a PHP template file. It is not easy but very convenient especially when you know that your website will start small and it will eventually grow into a website with more functionality.</li>
<li><strong>Drupal Modules:</strong> Think of something you want to achieve on Drupal that is not available on the Core module. Chances are you will find someone who has written a module for that need and has submitted it to the Drupal modules. I have been amazed at how many different modules there are.</li>
<li><strong>Large and Friendly Community:</strong> Finally and most importantly if you can’t afford to higher Software Engineers, Programmers and Developers and you still require their services in keeping your CMS up to date Drupal is your friend. There are over 22000 contributors to Drupal (may be even more) updating and fixing bugs on t Drupal. So you can be assured that your IT team is bigger than just who’s on your payroll. The beauty of open source projects.</li>
</ol>
<p><strong>Now compare this functionality to Joomla! or WordPress or any other CMS that you think will beat?</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=13&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/09/26/what-is-the-best-cms-content-management-system/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>
	</item>
		<item>
		<title>FIRST THINGS FIRST …</title>
		<link>http://wcradioit.wordpress.com/2009/09/23/blog01/</link>
		<comments>http://wcradioit.wordpress.com/2009/09/23/blog01/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 17:45:49 +0000</pubDate>
		<dc:creator>demahum</dc:creator>
				<category><![CDATA[CMS]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Radio Station]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[In this blog I will be documenting the work that will be done to set up the Westminster College Radio with a focus on the Information Technology. I think it is important to first describe the WCRadio and its needs.
WCRadio is a campus radio station that will bring a new mass communication tool. The radio will commence as an online radio station that will house on-demand content that is produced both locally and internationally. WCRadio will host a wide variety of programs that will be available as podcasts on-demand and live on-air.

For the Radio to commence its service we must first build a website that will address the needs as drafted according to the mission of the Radio. We must also invest and configure the necessary infrastructure needed for the operation of the Radio.

<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=1&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this blog I will be documenting the work that will be done to set up the Westminster College Radio with a focus on the Information Technology. I think it is important to first describe the WCRadio and its needs.</p>
<p><span style="font-weight:bold;text-decoration:underline;">WCRadio</span></p>
<p><span style="text-decoration:none;">Westminster </span>College Radio is an initiative that began in the fall of 2008 with the vision of actualizing a campus radio station. A campus radio station that will bring a new <span style="font-weight:bold;">mass communication tool</span>, to enhance the sense of community and strengthen our connection to the world. This environmentally friendly and financially sustainable alternative will help raise social and global awareness through entertainment and intellectual discussions.</p>
<p>The radio will commence as an <span style="font-weight:bold;">online radio station</span> that will house <span style="font-weight:bold;">on-demand content</span> that is produced both locally and internationally. WCRadio will host a wide variety of programs that will be available as <span style="font-weight:bold;">podcasts on-demand and live on-air</span>.</p>
<p><span style="font-weight:bold;text-decoration:underline;">IT Needs for the WCRadio</span></p>
<p style="text-indent:-18pt;">1.     <span style="text-decoration:none;">A website</span> (CMS) that can efficiently organize and present the content produced.</p>
<p style="text-indent:-18pt;margin-left:72pt;">a.     <span style="text-decoration:none;">Website must have the ability </span>to <span style="font-weight:bold;">create user profiles</span> with the ability to <span style="font-weight:bold;">administer each user’s profiles privileges</span>.</p>
<p style="text-indent:-18pt;margin-left:72pt;">b.     <span style="text-decoration:none;">Users’ must be able to </span><span style="font-weight:bold;">upload their content</span>. (The type of content a user can upload must depend on the type of privileges the user has)</p>
<p style="text-indent:-18pt;margin-left:72pt;">c.     <span style="text-decoration:none;"> It should allow </span><span style="font-weight:bold;">users to create profiles for multiple programs</span> that they may produce and <span style="font-weight:bold;">upload content to that profile</span>.</p>
<p style="text-indent:-18pt;margin-left:72pt;">d.     <span style="text-decoration:none;">There must be an </span><span style="font-weight:bold;">automated process for content approval</span> once submitted.</p>
<p style="text-indent:-18pt;"><span style="text-decoration:none;">2.</span>     <span style="text-decoration:none;">A dedicated server</span></p>
<p style="text-indent:-18pt;margin-left:72pt;">a.     <span style="text-decoration:none;">The </span><span style="font-weight:bold;">server must host the website</span> and should have the ability to execute any scripts and software necessary for the smooth execution of the website.</p>
<p style="text-indent:-18pt;margin-left:72pt;">b.     <span style="text-decoration:none;">It </span><span style="font-weight:bold;">should host the audio-stream</span> which will be used to broadcast the content.</p>
<p style="text-indent:-18pt;margin-left:72pt;">c.     <span style="text-decoration:none;">It should </span><span style="font-weight:bold;">host the Radio Automation software (MegaMix)</span> that will be used to schedule content.</p>
<p style="text-indent:-18pt;margin-left:72pt;">d.     <span style="text-decoration:none;">It should </span><span style="font-weight:bold;">store on-demand content</span>.</p>
<p><span style="text-decoration:none;">(So far these are the immediate needs of the WCRadio; I am sure I will be updating this as I come across things that I haven’t thought about or just forgot.)</span></p>
<p><span style="text-decoration:none;">This blog is coming after some of</span> these things have been completed either fully or partially. In my next posting I will try to address the needs separately and explain the process I went through to accomplish the needs.</p>
<p>Please feel free to comment and let me know things that I have over looked. Any suggestions or criticisms would be very helpful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wcradioit.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wcradioit.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wcradioit.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wcradioit.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wcradioit.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wcradioit.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wcradioit.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wcradioit.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wcradioit.wordpress.com&amp;blog=9621372&amp;post=1&amp;subd=wcradioit&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wcradioit.wordpress.com/2009/09/23/blog01/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/89061234724d9f818386377e901b9697?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">demahum</media:title>
		</media:content>
	</item>
	</channel>
</rss>
