<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<!-- Type your own page title here -->
	<title>YAY!MEDIA - Flash Platform Development - Blog</title>
	<link rel="stylesheet" type="text/css" href="css/default.css"/>
	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
	<!--[if IE 6]>
	<link rel="stylesheet" type="text/css" href="css/ie.css"/>
	<![endif]-->
    <script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
	try {
	var pageTracker = _gat._getTracker("UA-9202984-1");
	pageTracker._trackPageview();
	} catch(err) {}</script>
</head>
<body>
	<?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/"
	>

<channel>
	<title>YAY!MEDIA - Flash Platform Development Blog</title>
	<atom:link href="http://yaymedia.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://yaymedia.net/blog</link>
	<description>Flash Platform Development</description>
	<lastBuildDate>Mon, 23 Nov 2009 23:04:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wowza Media Server Pro wins Streaming Magazine Reader&#8217;s Choice 2009</title>
		<link>http://yaymedia.net/blog/?p=600</link>
		<comments>http://yaymedia.net/blog/?p=600#comments</comments>
		<pubDate>Mon, 23 Nov 2009 21:37:09 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Wowza]]></category>
		<category><![CDATA[awards]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=600</guid>
		<description><![CDATA[For the second year running, Wowza Media Server Pro has won the Reader&#8217;s Choice awards for Best Server Hardware/Software (with 43% of total votes versus Adobe&#8217;s 22% and Microsoft&#8217;s 12%) and Wowza Media Server 2 Advanced was the top choice for Best Streaming Innovation of 2009, above Adobe&#8217;s and Microsoft&#8217;s entries.
YAY!MEDIA provides a range of [...]]]></description>
			<content:encoded><![CDATA[<p>For the second year running, Wowza Media Server Pro has won the <a href="http://www.streamingmedia.com/article.asp?id=11535">Reader&#8217;s Choice awards for Best Server Hardware/Software</a> (with 43% of total votes versus Adobe&#8217;s 22% and Microsoft&#8217;s 12%) and Wowza Media Server 2 Advanced was the top choice for Best Streaming Innovation of 2009, above Adobe&#8217;s and Microsoft&#8217;s entries.</p>
<p>YAY!MEDIA provides a range of Wowza application development services and we&#8217;re pleased that Wowza remains a popular and powerful platform for streaming and collaborative application development.</p>
<p>For Wowza streaming services, we recommend <a href="http://www.streamingwizard.com">streamingwizard.com</a>.</p>
<p>Congratulations to the Wowza team!</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=600</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wowza IDE &#8211; enabling CVS Repository Exploring</title>
		<link>http://yaymedia.net/blog/?p=596</link>
		<comments>http://yaymedia.net/blog/?p=596#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:04:07 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Wowza]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=596</guid>
		<description><![CDATA[The Wowza IDE is a great way to start coding Wowza projects. It&#8217;s based on Eclipse 3.3 but unfortunately it&#8217;s also missing a few core components that most people would be used to or require, an important one being the CVS Repository Exploring perspective that allows you to connect and synchronise projects with a CVS [...]]]></description>
			<content:encoded><![CDATA[<p>The Wowza IDE is a great way to start coding Wowza projects. It&#8217;s based on Eclipse 3.3 but unfortunately it&#8217;s also missing a few core components that most people would be used to or require, an important one being the CVS Repository Exploring perspective that allows you to connect and synchronise projects with a CVS repository. However it&#8217;s fairly simple to get it back (once you know how). Here&#8217;s a quick guide to getting the CVS Explorer back into your Wowza IDE. These instructions are for OSX but it&#8217;s pretty much the same process on Windows:</p>
<ol>
<li>Download the <a href="http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1-200709211145/download.php?dropFile=eclipse-CVS-Client-SDK-3.3.1.zip">CVS client package</a> from the eclipse.org site and unzip it somewhere</li>
<li>Start the Wowza IDE and select Help &gt; Software updates &gt; Find and install</li>
<li>Select the option that says &#8216;Search for new features to install&#8217; and click &#8216;Next&#8217;</li>
<li>On the next screen select &#8216;New local site&#8217; from the right hand side</li>
<li>Navigate to the folder you just unzipped above and select it</li>
</ol>
<p>Eclipse will then proceed to install the CVS Repository client. Restart Eclipse after the installation and once restarted, go to the Add Perspective button and the CVS option should be there in the list. And that&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=596</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Midlands User Group Meeting tomorrow, Warwick University</title>
		<link>http://yaymedia.net/blog/?p=553</link>
		<comments>http://yaymedia.net/blog/?p=553#comments</comments>
		<pubDate>Fri, 10 Jul 2009 17:40:19 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=553</guid>
		<description><![CDATA[The next Midlands Flash Platform User Group meeting is tomorrow, at Warwick University, Ramphal Building room R.0.21. Hopefully it&#8217;ll be a good one as I&#8217;m helping organise it and we intend to run more over this end of the Midlands in future, possibly in September and November. I&#8217;m going to demo some of the apps [...]]]></description>
			<content:encoded><![CDATA[<p>The next Midlands Flash Platform User Group meeting is tomorrow, at Warwick University, <a href="http://bit.ly/RQj4I">Ramphal Building room R.0.21</a>. Hopefully it&#8217;ll be a good one as I&#8217;m helping organise it and we intend to run more over this end of the Midlands in future, possibly in September and November. I&#8217;m going to demo some of the apps we&#8217;ve built with the marvellous people in the <a href="http://www2.warwick.ac.uk/services/its/servicessupport/web">web-dev team</a> at Warwick University during my secondment there, including our AIR Media Converter Client, the Files.Warwick Desktop Client, a nice combination of <a href="http://blogs.warwick.ac.uk/rbotoole/entry/wimic_browser_v3/">MySQL, BlazeDS, Lucene, Spring, Flex 3.0 and Cairngorm</a> by Rob O&#8217;Toole and maybe if I get time, our media recording applications in Sitebuilder, the University&#8217;s CMS.</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=553</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MOO cards and good experiences</title>
		<link>http://yaymedia.net/blog/?p=568</link>
		<comments>http://yaymedia.net/blog/?p=568#comments</comments>
		<pubDate>Wed, 08 Jul 2009 20:55:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=568</guid>
		<description><![CDATA[Our MOO cards arrived today and very swish they are too. This means I can now go to all the cool places and not be the only one without a business card to put in the prize draw bucket.
MOO is a great service as well &#8211; the easy upload and design process is one thing [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-569 alignright" title="moo_cards" src="http://blog.yaymedia.co.uk/wp-content/uploads/2009/07/moo_cards.jpg" alt="moo_cards" width="194" height="228" />Our MOO cards arrived today and very swish they are too. This means I can now go to <a href="http://www.flashmidlands.com/">all</a> <a href="http://www.meetup.com/flexlondon/">the</a> <a href="http://www.birminghamsmc.com/">cool</a> <a href="http://www.digitalks.co.uk">places</a> and not be the only one without a business card to put in the prize draw bucket.</p>
<p><a href="http://uk.moo.com/en/">MOO</a> is a great service as well &#8211; the easy upload and design process is one thing I think is well-executed, but most of all I just like the language used on the site and in all its communications, warm and friendly without being patronising. Take &#8216;Little MOO&#8217; for instance, the bot that confirms your order that freely admits it&#8217;s a piece of software, but says it will look after your order while it&#8217;s processing:</p>
<blockquote><p>Hello, I&#8217;m Little MOO &#8211; the bit of software that will be managing your order<br />
with us. It will shortly be sent to Big MOO, our print machine who will<br />
print it for you in the next few days. I&#8217;ll let you know when it&#8217;s done<br />
and on its way to you.</p></blockquote>
<p>and when the order was done:</p>
<blockquote><p>Hello, it&#8217;s Little MOO again. I thought you&#8217;d like to know, the following items<br />
from your order are now in the mail&#8230;</p></blockquote>
<p>I don&#8217;t know why, I just like that. Maybe that approach is dependent on your company persona to some extent but for me it felt more fuzzy and friendly to get an email like that from what is in fact just an automated system. Positive vibes, positive experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=568</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A better font for programming in Flex Builder/Flash Builder</title>
		<link>http://yaymedia.net/blog/?p=562</link>
		<comments>http://yaymedia.net/blog/?p=562#comments</comments>
		<pubDate>Sat, 04 Jul 2009 20:06:10 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Flexbuilder]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=562</guid>
		<description><![CDATA[Whenever I use Flex Builder I don&#8217;t like the standard Courier or monospace font used in Windows or OSX. Instead I prefer to use the excellent Proggy Programming Fonts &#8211; they are excellent, concise fonts designed to be readable while remaining compact enough to allow me to see more code at the same time. Up [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I use Flex Builder I don&#8217;t like the standard Courier or monospace font used in Windows or OSX. Instead I prefer to use the excellent <a href="http://www.proggyfonts.com/index.php?menu=download">Proggy Programming Fonts</a> &#8211; they are excellent, concise fonts designed to be readable while remaining compact enough to allow me to see more code at the same time. Up until now though I&#8217;d only installed the fonts on my PC development setup, so today I thought I&#8217;d do the same on my iMac Flex Builder setup. For OSX, installing the font is as easy as downloading the font(s) you want, and dragging it to /Library/Fonts. To get it working in Flex Builder, go to Preferences &gt; Appearance &gt; Colors and Fonts &gt; Text Font, and change the default font there to the one you want.</p>
<p>However on OSX I did this and hit a snag &#8211; the Proggy fonts are designed as pixel-fonts, that is they don&#8217;t look very nice when anti-aliased, so on OSX Flex Builder they look a bit rubbish at any size, even the 16pt they were designed for. One option is to turn off the global font-smoothing for 16pt and below in OSX&#8217;s System Preferences, but because that&#8217;s a global option it will affect the appearance of all fonts, and I didn&#8217;t want that. Fortunately I&#8217;m not the only one to have hit this problem, and I&#8217;m grateful to <a href="http://dispatchevent.org/">dispatchEvent()</a> guys for <a href="http://dispatchevent.org/roger/aliased-text-mac-eclipse/">their ingenious solution</a>, involving resizing a whole set of Proggy font glyphs to something massive (you can download the fixed Proggy font from the post), which then allows you to set the actual size to 4pt in Flex Builder, thus bringing it under the default font-smoothing threshold in OSX. Works a treat! In their post on the subject some people also contribute some other solutions, including a command-line fix.</p>
<p>So now I have my favourite font working in OSX Flex Builder, I can get back to work&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=562</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Training Courses: Flash CS4 Professional, Flex/AIR and Actionscript</title>
		<link>http://yaymedia.net/blog/?p=555</link>
		<comments>http://yaymedia.net/blog/?p=555#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:51:21 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Courses]]></category>
		<category><![CDATA[Training]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=555</guid>
		<description><![CDATA[YAY! is now offering the following on-site courses for Flash CS4 Professional and Actionscript 3 development for Flash CS4 Professional and Flex/AIR.

Flash CS4 Professional for Beginners
Flash CS4 Professional Application Development
Introducing Adobe Flexbuilder for Flex and AIR

For more details, email us at enquiries@yaymedia.net.
]]></description>
			<content:encoded><![CDATA[<p>YAY! is now offering the following on-site courses for Flash CS4 Professional and Actionscript 3 development for Flash CS4 Professional and Flex/AIR.</p>
<ul>
<li>Flash CS4 Professional for Beginners</li>
<li>Flash CS4 Professional Application Development</li>
<li>Introducing Adobe Flexbuilder for Flex and AIR</li>
</ul>
<p>For more details, email us at <a href="mailto:enquiries@yaymedia.net">enquiries@yaymedia.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=555</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Camp Birmingham</title>
		<link>http://yaymedia.net/blog/?p=546</link>
		<comments>http://yaymedia.net/blog/?p=546#comments</comments>
		<pubDate>Wed, 17 Jun 2009 11:33:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=546</guid>
		<description><![CDATA[Flash Camp Birmingham yesterday was a great success. From my point of view, every session was interesting and informative, and I learnt a great deal more about Flex 4, PureMVC, Degrafa, the Spark component architecture, FXG, Flash Catalyst, Away3D, mobile UI design and much more. Now all I have to do is go away and [...]]]></description>
			<content:encoded><![CDATA[<p>Flash Camp Birmingham yesterday was a great success. From my point of view, every session was interesting and informative, and I learnt a great deal more about Flex 4, PureMVC, Degrafa, the Spark component architecture, FXG, Flash Catalyst, Away3D, mobile UI design and much more. Now all I have to do is go away and try some of this exciting new stuff out. It was also good to meet up with people in the community and talk about the latest developments and the Flash Platform generally.</p>
<p>Thanks to <a href="http://jodieorourke.com/">Jodie</a>, all the speakers and everyone at <a href="http://www.flashmidlands.com/">Midlands Flash Platform User Group</a> for a great day. Hopefully they&#8217;ll run more of these events in future.</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=546</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashCamp Birmingham is nearly here!</title>
		<link>http://yaymedia.net/blog/?p=543</link>
		<comments>http://yaymedia.net/blog/?p=543#comments</comments>
		<pubDate>Mon, 15 Jun 2009 08:01:09 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=543</guid>
		<description><![CDATA[Quick reminder that tomorrow Tuesday 16th June  is FlashCamp Birmingham. If you&#8217;re interested in the Flash Platform in any way at all, try and grab one of the last few remaining places. The presentations and list of speakers is really great and should make it a fantastic day for beginners and experts alike. See you [...]]]></description>
			<content:encoded><![CDATA[<p>Quick reminder that tomorrow Tuesday 16th June  is <a href="http://www.flashcamp.co.uk">FlashCamp Birmingham</a>. If you&#8217;re interested in the Flash Platform in any way at all, try and grab one of the last few remaining places. The presentations and list of speakers is really great and should make it a fantastic day for beginners and experts alike. See you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=543</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome!</title>
		<link>http://yaymedia.net/blog/?p=8</link>
		<comments>http://yaymedia.net/blog/?p=8#comments</comments>
		<pubDate>Wed, 10 Jun 2009 22:32:05 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=8</guid>
		<description><![CDATA[This is our new, shiny blog for everything related to Flash Platform development, news and updates on the things we&#8217;re up to. Stay tuned for entries about AS3 development, MXML, and anything else we think you might find interesting along the way. Welcome to YAY!  
]]></description>
			<content:encoded><![CDATA[<p>This is our new, shiny blog for everything related to Flash Platform development, news and updates on the things we&#8217;re up to. Stay tuned for entries about AS3 development, MXML, and anything else we think you might find interesting along the way. Welcome to YAY! <img src='http://yaymedia.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashCamp Birmingham, June 16th</title>
		<link>http://yaymedia.net/blog/?p=12</link>
		<comments>http://yaymedia.net/blog/?p=12#comments</comments>
		<pubDate>Thu, 28 May 2009 07:02:34 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.yaymedia.co.uk/?p=12</guid>
		<description><![CDATA[Here&#8217;s some news of what promises to be a great (and completely free) conference coming up in June for Flash Platform developers. FlashCamp Birmingham is being held on June 16, arranged by the Midlands Flash Platform User Group, and will consist of a range of presentations and talks for novices and experts alike. Events like [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;padding-left:5px;" src="http://flashcamp.co.uk/images/badge.png?maxWidth=500" alt="" border="0" />Here&rsquo;s some news of what promises to be a great (and completely free) conference coming up in June for Flash Platform developers. FlashCamp Birmingham is being held on June 16, arranged by the Midlands Flash Platform User Group, and will consist of a range of presentations and talks for novices and experts alike. Events like this are a great opportunity to network with other novices, experts and developers and will also be an opportunity to see the new Flash Builder 4 in action. Some of the most knowledgable people in the Flash/Flex/AIR community will be there speaking, including <a href="http://www.flashcomguru.com/index.cfm">Stefan Richter</a> and <a href="http://www.newtriks.com/">Simon Bailey</a>, while Adobe will be providing the keynote.</p>
<blockquote>
<p>Whether you&rsquo;re a novice or a seasoned pro, everyone will learn something at Flash Camp in Birmingham. We&rsquo;ll explore existing Flash Platform technologies like Flash, Flex and <span class="caps">AIR</span> , before looking ahead at Flash Catalyst and beyond. Our keynote will be from Adobe Systems, who will also be running an hour-long session later in the day. We have a group of sessions dedicated to the creation and customisation of Flex components, and to add some creative inspiration, there will be presentations on real-time 3D in Flash, and how to take your Flash application architecture to a new level.</p>
</blockquote>
<p>More information at <a href="http://www.flashcamp.co.uk/">http://www.flashcamp.co.uk/</a> and hopefully see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://yaymedia.net/blog/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
    
	
	<!-- Wrapper (950px width) -->
	<div id="wrapper">
	
		<div id="top">
			<div id="t_left">
				 <div id="logo"><img src="images/mainlogo.png" alt="YAY!MEDIA" width="152" height="108"/></div>
			</div>
			<div id="t_right">
				<div id="search">
					
				</div>
				<!-- Navigation -->
				<div id="navigation">
					<ul>
						<li><a href="index.php">HOME</a></li>
						<li><a href="services.php">SERVICES</a></li>
						<!--<li><a href="projects.htm">PROJECTS</a></li> -->
						<li><a href="about.php">ABOUT</a></li>
                        <li class="current"><a href="blog.php">BLOG</a></li>
						<li><a href="contact.php">CONTACT</a></li>
				  </ul>
				</div>
			</div>				
		</div>
		
		<!-- Content -->
		<div id="content">
			
			<!-- Left (main) content -->
			<div id="left">
            <h2>Blog</h2> <a href="http://feeds.adobe.com"><img src="http://feeds.adobe.com/images/mxna88x31_grey.gif" name="mxna" border="0" align="right" id="mxna" /></a>
            <h3>Latest entries from the YAY! blog...</h3>
           
								<h3>November 23, 2009</h3><div class="post" id="post-600">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=600" rel="bookmark">Wowza Media Server Pro wins Streaming Magazine Reader&#8217;s Choice 2009</a></h3>
                    <!--<div class="meta">Steve @ 10:37 pm </div> -->
                    <div class="storycontent">
                    	<p>For the second year running, Wowza Media Server Pro has won the <a href="http://www.streamingmedia.com/article.asp?id=11535">Reader&#8217;s Choice awards for Best Server Hardware/Software</a> (with 43% of total votes versus Adobe&#8217;s 22% and Microsoft&#8217;s 12%) and Wowza Media Server 2 Advanced was the top choice for Best Streaming Innovation of 2009, above Adobe&#8217;s and Microsoft&#8217;s entries.</p>
<p>YAY!MEDIA provides a range of Wowza application development services and we&#8217;re pleased that Wowza remains a popular and powerful platform for streaming and collaborative application development.</p>
<p>For Wowza streaming services, we recommend <a href="http://www.streamingwizard.com">streamingwizard.com</a>.</p>
<p>Congratulations to the Wowza team!</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=600#respond" title="Comment on Wowza Media Server Pro wins Streaming Magazine Reader&#8217;s Choice 2009">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>October 29, 2009</h3><div class="post" id="post-596">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=596" rel="bookmark">Wowza IDE &#8211; enabling CVS Repository Exploring</a></h3>
                    <!--<div class="meta">Steve @ 9:04 pm </div> -->
                    <div class="storycontent">
                    	<p>The Wowza IDE is a great way to start coding Wowza projects. It&#8217;s based on Eclipse 3.3 but unfortunately it&#8217;s also missing a few core components that most people would be used to or require, an important one being the CVS Repository Exploring perspective that allows you to connect and synchronise projects with a CVS repository. However it&#8217;s fairly simple to get it back (once you know how). Here&#8217;s a quick guide to getting the CVS Explorer back into your Wowza IDE. These instructions are for OSX but it&#8217;s pretty much the same process on Windows:</p>
<ol>
<li>Download the <a href="http://archive.eclipse.org/eclipse/downloads/drops/R-3.3.1-200709211145/download.php?dropFile=eclipse-CVS-Client-SDK-3.3.1.zip">CVS client package</a> from the eclipse.org site and unzip it somewhere</li>
<li>Start the Wowza IDE and select Help &gt; Software updates &gt; Find and install</li>
<li>Select the option that says &#8216;Search for new features to install&#8217; and click &#8216;Next&#8217;</li>
<li>On the next screen select &#8216;New local site&#8217; from the right hand side</li>
<li>Navigate to the folder you just unzipped above and select it</li>
</ol>
<p>Eclipse will then proceed to install the CVS Repository client. Restart Eclipse after the installation and once restarted, go to the Add Perspective button and the CVS option should be there in the list. And that&#8217;s it!</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=596#respond" title="Comment on Wowza IDE &#8211; enabling CVS Repository Exploring">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>July 10, 2009</h3><div class="post" id="post-553">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=553" rel="bookmark">Flash Midlands User Group Meeting tomorrow, Warwick University</a></h3>
                    <!--<div class="meta">Steve @ 6:40 pm </div> -->
                    <div class="storycontent">
                    	<p>The next Midlands Flash Platform User Group meeting is tomorrow, at Warwick University, <a href="http://bit.ly/RQj4I">Ramphal Building room R.0.21</a>. Hopefully it&#8217;ll be a good one as I&#8217;m helping organise it and we intend to run more over this end of the Midlands in future, possibly in September and November. I&#8217;m going to demo some of the apps we&#8217;ve built with the marvellous people in the <a href="http://www2.warwick.ac.uk/services/its/servicessupport/web">web-dev team</a> at Warwick University during my secondment there, including our AIR Media Converter Client, the Files.Warwick Desktop Client, a nice combination of <a href="http://blogs.warwick.ac.uk/rbotoole/entry/wimic_browser_v3/">MySQL, BlazeDS, Lucene, Spring, Flex 3.0 and Cairngorm</a> by Rob O&#8217;Toole and maybe if I get time, our media recording applications in Sitebuilder, the University&#8217;s CMS.</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=553#respond" title="Comment on Flash Midlands User Group Meeting tomorrow, Warwick University">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>July 8, 2009</h3><div class="post" id="post-568">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=568" rel="bookmark">MOO cards and good experiences</a></h3>
                    <!--<div class="meta">Steve @ 9:55 pm </div> -->
                    <div class="storycontent">
                    	<p><img class="size-full wp-image-569 alignright" title="moo_cards" src="http://blog.yaymedia.co.uk/wp-content/uploads/2009/07/moo_cards.jpg" alt="moo_cards" width="194" height="228" />Our MOO cards arrived today and very swish they are too. This means I can now go to <a href="http://www.flashmidlands.com/">all</a> <a href="http://www.meetup.com/flexlondon/">the</a> <a href="http://www.birminghamsmc.com/">cool</a> <a href="http://www.digitalks.co.uk">places</a> and not be the only one without a business card to put in the prize draw bucket.</p>
<p><a href="http://uk.moo.com/en/">MOO</a> is a great service as well &#8211; the easy upload and design process is one thing I think is well-executed, but most of all I just like the language used on the site and in all its communications, warm and friendly without being patronising. Take &#8216;Little MOO&#8217; for instance, the bot that confirms your order that freely admits it&#8217;s a piece of software, but says it will look after your order while it&#8217;s processing:</p>
<blockquote><p>Hello, I&#8217;m Little MOO &#8211; the bit of software that will be managing your order<br />
with us. It will shortly be sent to Big MOO, our print machine who will<br />
print it for you in the next few days. I&#8217;ll let you know when it&#8217;s done<br />
and on its way to you.</p></blockquote>
<p>and when the order was done:</p>
<blockquote><p>Hello, it&#8217;s Little MOO again. I thought you&#8217;d like to know, the following items<br />
from your order are now in the mail&#8230;</p></blockquote>
<p>I don&#8217;t know why, I just like that. Maybe that approach is dependent on your company persona to some extent but for me it felt more fuzzy and friendly to get an email like that from what is in fact just an automated system. Positive vibes, positive experience.</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=568#respond" title="Comment on MOO cards and good experiences">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>July 4, 2009</h3><div class="post" id="post-562">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=562" rel="bookmark">A better font for programming in Flex Builder/Flash Builder</a></h3>
                    <!--<div class="meta">Steve @ 9:06 pm </div> -->
                    <div class="storycontent">
                    	<p>Whenever I use Flex Builder I don&#8217;t like the standard Courier or monospace font used in Windows or OSX. Instead I prefer to use the excellent <a href="http://www.proggyfonts.com/index.php?menu=download">Proggy Programming Fonts</a> &#8211; they are excellent, concise fonts designed to be readable while remaining compact enough to allow me to see more code at the same time. Up until now though I&#8217;d only installed the fonts on my PC development setup, so today I thought I&#8217;d do the same on my iMac Flex Builder setup. For OSX, installing the font is as easy as downloading the font(s) you want, and dragging it to /Library/Fonts. To get it working in Flex Builder, go to Preferences &gt; Appearance &gt; Colors and Fonts &gt; Text Font, and change the default font there to the one you want.</p>
<p>However on OSX I did this and hit a snag &#8211; the Proggy fonts are designed as pixel-fonts, that is they don&#8217;t look very nice when anti-aliased, so on OSX Flex Builder they look a bit rubbish at any size, even the 16pt they were designed for. One option is to turn off the global font-smoothing for 16pt and below in OSX&#8217;s System Preferences, but because that&#8217;s a global option it will affect the appearance of all fonts, and I didn&#8217;t want that. Fortunately I&#8217;m not the only one to have hit this problem, and I&#8217;m grateful to <a href="http://dispatchevent.org/">dispatchEvent()</a> guys for <a href="http://dispatchevent.org/roger/aliased-text-mac-eclipse/">their ingenious solution</a>, involving resizing a whole set of Proggy font glyphs to something massive (you can download the fixed Proggy font from the post), which then allows you to set the actual size to 4pt in Flex Builder, thus bringing it under the default font-smoothing threshold in OSX. Works a treat! In their post on the subject some people also contribute some other solutions, including a command-line fix.</p>
<p>So now I have my favourite font working in OSX Flex Builder, I can get back to work&#8230;</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=562#respond" title="Comment on A better font for programming in Flex Builder/Flash Builder">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>July 1, 2009</h3><div class="post" id="post-555">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=555" rel="bookmark">New Training Courses: Flash CS4 Professional, Flex/AIR and Actionscript</a></h3>
                    <!--<div class="meta">Steve @ 8:51 pm </div> -->
                    <div class="storycontent">
                    	<p>YAY! is now offering the following on-site courses for Flash CS4 Professional and Actionscript 3 development for Flash CS4 Professional and Flex/AIR.</p>
<ul>
<li>Flash CS4 Professional for Beginners</li>
<li>Flash CS4 Professional Application Development</li>
<li>Introducing Adobe Flexbuilder for Flex and AIR</li>
</ul>
<p>For more details, email us at <a href="mailto:enquiries@yaymedia.net">enquiries@yaymedia.net</a>.</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=555#respond" title="Comment on New Training Courses: Flash CS4 Professional, Flex/AIR and Actionscript">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>June 17, 2009</h3><div class="post" id="post-546">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=546" rel="bookmark">Flash Camp Birmingham</a></h3>
                    <!--<div class="meta">Steve @ 12:33 pm </div> -->
                    <div class="storycontent">
                    	<p>Flash Camp Birmingham yesterday was a great success. From my point of view, every session was interesting and informative, and I learnt a great deal more about Flex 4, PureMVC, Degrafa, the Spark component architecture, FXG, Flash Catalyst, Away3D, mobile UI design and much more. Now all I have to do is go away and try some of this exciting new stuff out. It was also good to meet up with people in the community and talk about the latest developments and the Flash Platform generally.</p>
<p>Thanks to <a href="http://jodieorourke.com/">Jodie</a>, all the speakers and everyone at <a href="http://www.flashmidlands.com/">Midlands Flash Platform User Group</a> for a great day. Hopefully they&#8217;ll run more of these events in future.</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=546#respond" title="Comment on Flash Camp Birmingham">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>June 15, 2009</h3><div class="post" id="post-543">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=543" rel="bookmark">FlashCamp Birmingham is nearly here!</a></h3>
                    <!--<div class="meta">Steve @ 9:01 am </div> -->
                    <div class="storycontent">
                    	<p>Quick reminder that tomorrow Tuesday 16th June  is <a href="http://www.flashcamp.co.uk">FlashCamp Birmingham</a>. If you&#8217;re interested in the Flash Platform in any way at all, try and grab one of the last few remaining places. The presentations and list of speakers is really great and should make it a fantastic day for beginners and experts alike. See you there!</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=543#respond" title="Comment on FlashCamp Birmingham is nearly here!">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>June 10, 2009</h3><div class="post" id="post-8">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=8" rel="bookmark">Welcome!</a></h3>
                    <!--<div class="meta">Steve @ 11:32 pm </div> -->
                    <div class="storycontent">
                    	<p>This is our new, shiny blog for everything related to Flash Platform development, news and updates on the things we&#8217;re up to. Stay tuned for entries about AS3 development, MXML, and anything else we think you might find interesting along the way. Welcome to YAY! <img src='http://yaymedia.net/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=8#respond" title="Comment on Welcome!">Comments (0)</a>                    </div>
                
                </div>
                
                                				<h3>May 28, 2009</h3><div class="post" id="post-12">
                    <h3 class="storytitle"><a href="http://yaymedia.net/blog/?p=12" rel="bookmark">FlashCamp Birmingham, June 16th</a></h3>
                    <!--<div class="meta">Steve @ 8:02 am </div> -->
                    <div class="storycontent">
                    	<p><img style="float:right;padding-left:5px;" src="http://flashcamp.co.uk/images/badge.png?maxWidth=500" alt="" border="0" />Here&rsquo;s some news of what promises to be a great (and completely free) conference coming up in June for Flash Platform developers. FlashCamp Birmingham is being held on June 16, arranged by the Midlands Flash Platform User Group, and will consist of a range of presentations and talks for novices and experts alike. Events like this are a great opportunity to network with other novices, experts and developers and will also be an opportunity to see the new Flash Builder 4 in action. Some of the most knowledgable people in the Flash/Flex/AIR community will be there speaking, including <a href="http://www.flashcomguru.com/index.cfm">Stefan Richter</a> and <a href="http://www.newtriks.com/">Simon Bailey</a>, while Adobe will be providing the keynote.</p>
<blockquote>
<p>Whether you&rsquo;re a novice or a seasoned pro, everyone will learn something at Flash Camp in Birmingham. We&rsquo;ll explore existing Flash Platform technologies like Flash, Flex and <span class="caps">AIR</span> , before looking ahead at Flash Catalyst and beyond. Our keynote will be from Adobe Systems, who will also be running an hour-long session later in the day. We have a group of sessions dedicated to the creation and customisation of Flex components, and to add some creative inspiration, there will be presentations on real-time 3D in Flash, and how to take your Flash application architecture to a new level.</p>
</blockquote>
<p>More information at <a href="http://www.flashcamp.co.uk/">http://www.flashcamp.co.uk/</a> and hopefully see you there!</p>
                    </div>
                    <div class="feedback">
                                                        <a href="http://yaymedia.net/blog/?p=12#respond" title="Comment on FlashCamp Birmingham, June 16th">Comments (0)</a>                    </div>
                
                </div>
                
                                		  </div>
			
			<!-- Right content (menu) -->
			<div id="right">
				<div class="inner">
                 <h3>YAY! Blog</h3>
                    <ul>
						<li><a href="http://blog.yaymedia.co.uk">Read the full blog</a>...</li>
                    </ul>
                <h3>Twitter status</h3>
                    <ul class="tweet">
							
							<li><a href="http://twitter.com/yaymedia/statuses/22820836323">yaymedia: Evening plan: diving deeper into Google Analytics for Flex, vis tweaks on a client project, setup a mobile test project with Flex 4.5 Hero</a></li>

                       
                    </ul>
                    
                  
		      <h3>Other places we like...</h3>
                    <ul>
                     
                    	
						<li><a href="http://www.flashcomguru.com/index.cfm">FlashCommGuru</a></li>
						<li><a href="http://www.nutrixinteractive.com/blog/">Newtriks</a></li>
                        <li><a href="http://www.blackpepper.co.uk/black-pepper-blog.phpl">Black Pepper Software</a></li>
                        <li><a href="http://blogs.adobe.com/jd/">JD</a></li>
                        <li><a href="http://onflash.org/ted/index.php">Ted On Flash</a></li>
                        <li><a href="http://www.emakmafu.com/blog">Emak Mafu</a></li>
               
                        <li><a href="http://flashmidlands.com/">FlashMidlands</a></li>
                        <li><a href="http://labs.adobe.com/">Adobe Labs</a></li>
                       
                       
                  </ul>
				</div>
			</div>
			
			<div class="clear"></div>
		</div>
		<!-- Content ends -->
	
	</div>
	<!-- Wrapper ends -->	
	
	
	<!-- Footer -->
	<!-- Footer -->
	
	<div id='footer'>
		<div id='f_wrapper'>
			<div class='f_panel'>
				<h3>BLOG LATEST</h3>
				<!-- RSS FEED INCLUDE -->
            	<p><li><a href="http://yaymedia.net/blog/?p=600">Wowza Media Server Pro wins Streaming Magazine Reader’s Choice 2009</a></li>
<li><a href="http://yaymedia.net/blog/?p=596">Wowza IDE – enabling CVS Repository Exploring</a></li>
<li><a href="http://yaymedia.net/blog/?p=553">Flash Midlands User Group Meeting tomorrow, Warwick University</a></li>

</p>
			</div>
		
		<div class='f_divider'></div>
		<div class='f_panel'>
			<h3>FOLLOW US...</h3>
			
				 <a href='http://www.twitter.com/yaymedia'><img src='twitter.png' alt='Twitter' width='16' height='16' border='0' longdesc='http://www.twitter.com/yaymedia' /></a>
 <a href='http://www.friendfeed.com/yaymedia'><img src='friendfeed.png' alt='Friendfeed' width='16' height='16' border='0' longdesc='YAY! on Friendfeed' /></a>
 <a href='http://www.new.facebook.com/pages/Coventry/YAYMEDIA/98539375094'><img src='facebook.png' alt='Facebook' width='16' height='16' border='0' longdesc='YAY! on Facebook' /></a>
  <a href='http://blog.yaymedia.co.uk/?feed=rss2'><img src='feed.png' alt='RSS feed' width='16' height='16' border='0' longdesc='RSS feed' /></a>
			</ul>
		</div>
		<div class='f_divider'></div>
		<div class='f_panel'>
			<h3>CONTACT</h3>
			<a href='mailto:enquiries@yaymedia.net'>enquiries@yaymedia.net</a><br />
		  	Skype: yaymedia<br />
			Tel: 07876 217959
        </div>
		<div class='f_panel'>
			<h3>COPYRIGHT</h3>
			<p>Copyright &copy; 2010 YAY!MEDIA. All rights reserved.</p>
			<p class='footer_sml'>Adobe Flex, AIR and Flash are registered trademarks of Adobe Systems Incorporated. Wowza and related logos are registered trademarks of Wowza Media Systems. All other trademarks are the property of their respective owners.</p>

		</div>
		<div class='clear'></div>
		</div>
	</div>
	<!-- Footer ends -->
	
</body>
</html>