<?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>Imagos Consulting Weblog</title>
	<atom:link href="http://imagos.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://imagos.wordpress.com</link>
	<description>Developers Cant Do Design (or Can They?) - Neville Richards Personal Blog</description>
	<lastBuildDate>Wed, 14 Dec 2011 02:28:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='imagos.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Imagos Consulting Weblog</title>
		<link>http://imagos.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://imagos.wordpress.com/osd.xml" title="Imagos Consulting Weblog" />
	<atom:link rel='hub' href='http://imagos.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Site Performance Testing (Part 1)</title>
		<link>http://imagos.wordpress.com/2011/12/14/site-performance-testing-part-1/</link>
		<comments>http://imagos.wordpress.com/2011/12/14/site-performance-testing-part-1/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 02:28:01 +0000</pubDate>
		<dc:creator>imagos</dc:creator>
				<category><![CDATA[Site performance]]></category>
		<category><![CDATA[Firebug]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Har]]></category>
		<category><![CDATA[HarLog]]></category>
		<category><![CDATA[NetExport]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://imagos.wordpress.com/?p=15</guid>
		<description><![CDATA[There are a number of approaches to getting performance metrics for a web site. Ultimately web site performance should be best gauged by the page response within a client browser. Using a collection of available tools such as Firefox, Firebug and Harlog you can get a realistic baseline of your expected site performance. This approach [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=15&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There are a number of approaches to getting performance metrics for a web site. Ultimately web site performance should be best gauged by the page response within a client browser.</p>
<p>Using a collection of available tools such as Firefox, Firebug and Harlog you can get a realistic baseline of your expected site performance. This approach leverages Firefox and Firebug to collect data on site performance. Using Firebox to fetch pages from the site gives results that would be similar to those seen by visitors. Firebug is used to collect detailed metrics on page performance.  NetExport is a plug-in for Firebug that lets to send Firebug results to a data receiving service. Harlog is used as a data reciever to  collect metrics and to generate a tab delimited file that can be used to generate reports in Excel or another reporting tool.</p>
<p>Install Firefox, Firebug, NetExport and Harlog on a test PC.</p>
<p>Setup Harlog by downloading the latest files from <a href="http://www.imagossoftware.com/harlog/">http://www.imagossoftware.com/harlog/</a> and copying them into a suitable directory. For this example I will use c:\harlog. Create a directory under c:\harlog also called logs. Edit the HarLog.exe.config file and create a series of XML format settings between the tags. These settings are:</p>
<p>&lt;add key=&#8221;directory&#8221; value=&#8221;C:\harlog\logs&#8221;/&gt;<br />
&lt;add key=&#8221;output&#8221; value=&#8221;c:\harlog\results.txt&#8221;/&gt;<br />
&lt;add key=&#8221;header&#8221; value=&#8221;all&#8221;/&gt;<br />
&lt;add key=&#8221;style&#8221; value=&#8221;basic&#8221;/&gt;</p>
<p>Now you can run the HarLog.exe with a -w switch to run as a mini-web server.</p>
<p>Now launch Firefox, and go to about:config (this will allow you to change the beacon URL for NetExport to send data to HarLog). Find the preference setting for extensions.firebug.netexport.beaconServerURL and if you have installed HarLog locally set the value to <a href="http://localhost:9090/">http://localhost:9090/</a> also set extensions.firebug.netexport.autoExportToServer to true. If are running HarLog on another PC or port set the address appropriately.</p>
<p>Next launch Firefox go to your test site, and open the Firebug window and go to the Net panel. Under the &#8220;Export&#8221; activate &#8220;Auto Export&#8221;. This will send the results from the Firebug Net &#8220;waterfall&#8221; to HarLog each time a page from the site is loaded.</p>
<p>When you have completed your testing, import the &#8220;results.txt&#8221; file into Excel or another reporting application to format and or chart your site results. More in part 2</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/imagos.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/imagos.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/imagos.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/imagos.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/imagos.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/imagos.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/imagos.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/imagos.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=15&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://imagos.wordpress.com/2011/12/14/site-performance-testing-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9f8052d6a6b1ec4c9826d3571ac16ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">imagos</media:title>
		</media:content>
	</item>
		<item>
		<title>Twitterest &#8211; Silverlight Twitter Status</title>
		<link>http://imagos.wordpress.com/2007/09/27/twitterest-silverlight-twitter-report/</link>
		<comments>http://imagos.wordpress.com/2007/09/27/twitterest-silverlight-twitter-report/#comments</comments>
		<pubDate>Thu, 27 Sep 2007 11:49:46 +0000</pubDate>
		<dc:creator>imagos</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitterest]]></category>

		<guid isPermaLink="false">http://imagos.wordpress.com/2007/09/27/twitterest-silverlight-twitter-report/</guid>
		<description><![CDATA[I have been using Twitter more lately to keep up to date with colleagues, family and friends. Twitter has a nice simple interface, and a good programming API. With all of this, I have written Twitterest to blend Silverlight, the Twitter REST API and some server side C# to cache the Twitter API responses. Twitterest [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=11&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been using <a href="http://www.twitter.com" title="Twitter">Twitter</a> more lately to keep up to date with colleagues, family and friends. Twitter has a nice simple interface, and a good programming API. With all of this, I have written Twitterest to blend Silverlight, the Twitter REST API and some server side C# to cache the Twitter API responses.</p>
<p><a href="http://imagos.wordpress.com/2007/09/27/twitterest-silverlight-twitter-report/twitterest/" rel="attachment wp-att-12" title="Twitterest"><img src="http://imagos.files.wordpress.com/2007/09/twitterest.jpg?w=450" alt="Twitterest" /></a></p>
<p>Twitterest  shows statistics for people in my &#8220;Following&#8221; group, including the number of posts that each has made, the number of people in their friends list and the the number of people following them. People are sorted by a selected criteria and the ranking is displayed in a spiral. The larger the count the further along the spiral and the larger the persons button is. Clicking on a criteria button loads the latest stats for that criteria.</p>
<p>The latest Twitterest can be found at <a href="http://www.imagos.fl.net.au/silverlight/twitterest/" title="Twitterest">http://www.imagos.fl.net.au/silverlight/twitterest/</a></p>
<p>Technorati tags: <a href="http://technorati.com/tag/silverlight" rel="tag">Silverlight</a> <a href="http://technorati.com/tag/twitter" rel="tag">Twitter</a> <a href="http://technorati.com/tag/Twitterest" rel="tag">Twitterest</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/imagos.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/imagos.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/imagos.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/imagos.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/imagos.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/imagos.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/imagos.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/imagos.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/imagos.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/imagos.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=11&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://imagos.wordpress.com/2007/09/27/twitterest-silverlight-twitter-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9f8052d6a6b1ec4c9826d3571ac16ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">imagos</media:title>
		</media:content>

		<media:content url="http://imagos.files.wordpress.com/2007/09/twitterest.jpg" medium="image">
			<media:title type="html">Twitterest</media:title>
		</media:content>
	</item>
		<item>
		<title>Building Silverlight Controls</title>
		<link>http://imagos.wordpress.com/2007/08/29/building-silverlight-controls/</link>
		<comments>http://imagos.wordpress.com/2007/08/29/building-silverlight-controls/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 03:30:48 +0000</pubDate>
		<dc:creator>imagos</dc:creator>
				<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://imagos.wordpress.com/2007/08/29/building-silverlight-controls/</guid>
		<description><![CDATA[To build applications using Microsoft Silverlight 1.0 you will most likely need some user interface controls. While the first release of Silverlight does not include any controls, other than a video playback control, the rich development framework will support building custom controls. The following custom controls can be used as the basis of a number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=6&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">To build applications using Microsoft Silverlight 1.0 you will most likely need some user interface controls. While the first release of Silverlight does not include any controls, other than a video playback control, the rich development framework will support building custom controls.<span>  </span>The following custom controls can be used as the basis of a number of applications:</p>
<ul>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span><span style="font-family:'Times New Roman';font-style:normal;font-variant:normal;font-weight:normal;font-size:7pt;line-height:normal;">  </span></span></span><!--[endif]-->Button</li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span>Slider</li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span>Check box</li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span>Radio button</li>
<li><!--[if !supportLists]--><span style="font-family:Symbol;"><span></span></span>Edit box</li>
</ul>
<p class="MsoListParagraphCxSpLast" style="margin-left:0;">Authoring Silverlight applications can be done using your favourite tool; Visual Studio, Blender, Notepad etc. Code fragments presented can be paste into an existing project. Each custom control example includes a XAML and Javascript template fragment that can be customised for your application.</p>
<p class="MsoNormal"> <strong>Button</strong></p>
<p class="MsoNormal">A button control is the simplest custom control to create in Silverlight. Any Silverlight object (UIElement), of collection of objects, can become a button by intercepting the “MouseLeftButtonDown” or “MouseLeftButtonUp” events.</p>
<p class="MsoNormal"><span>The following example uses a rectangle and text block places on a canvas to create a simple button image:</span></p>
<table bgcolor="#cccccc">
<tr bgcolor="#999999">
<td width="640">XAML</td>
</tr>
<tr bgcolor="#cccccc">
<td>
<pre>
<font color="Blue">
	&lt;Canvas Width="100" Height="35"
           Canvas.Left="211" Canvas.Top="54"
           x:Name="SimpleButton"
           MouseLeftButtonDown="buttonMouseLeftButtonDown"&gt;
           &lt;Rectangle x:Name="SimpleButtonSurround"
               Width="100" Height="35"
               Fill="#FFECECEC"
               Stroke="#FF000000"
               RadiusX="5"
               RadiusY="5" /&gt;
           &lt;TextBlock Width="58" Height="24"
               Canvas.Left="40"
               Canvas.Top="7"&gt;&lt;Run Text="Ok"/&gt;&lt;/TextBlock&gt;
	&lt;/Canvas&gt;
</font></pre>
</td>
</tr>
</table>
<p class="MsoNormal">&nbsp;</p>
<table bgcolor="#cccccc">
<tr bgcolor="#999999">
<td width="640">JavaScript</td>
</tr>
<tr bgcolor="#cccccc">
<td>
<pre>
<font color="Blue">
    function buttonMouseLeftButtonDown(sender, keyEventArgs)
    {
	   alert("Hello world!");
    }
</font></pre>
</td>
</tr>
</table>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal"><span>This button doesn’t provide any visual state indication. By adding handlers for the “MouseEnter” and “MouseLeave” events a basic mouse over can be built. By combining this with Silverlight animations a Windows Vista (aero glass) like button can be created.</span></p>
<p class="MsoNormal"> <a href="http://imagos.files.wordpress.com/2007/08/glassbutton.jpg" title="Silverlight Glass Button"><img src="http://imagos.files.wordpress.com/2007/08/glassbutton.jpg?w=450" alt="Silverlight Glass Button" /></a></p>
<p class="MsoNormal">&nbsp;</p>
<table bgcolor="#cccccc">
<tr bgcolor="#999999">
<td width="640">XAML</td>
</tr>
<tr bgcolor="#cccccc">
<td>
<pre>
<font color="Blue">
&lt;Canvas
   xmlns="http://schemas.microsoft.com/client/2007"
   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
   Height="480" Width="640"&gt;

   &lt;Canvas.Resources&gt;
     &lt;Storyboard x:Name="GlassButton_glow_enter"&gt;
        &lt;DoubleAnimationUsingKeyFrames
          Storyboard.TargetName="GlassButton_glow"
          Storyboard.TargetProperty="Opacity"&gt;
          &lt;SplineDoubleKeyFrame KeyTime="00:00:00.30" Value="1" /&gt;
        &lt;/DoubleAnimationUsingKeyFrames&gt;
      &lt;/Storyboard&gt;
      &lt;Storyboard x:Name="GlassButton_glow_leave"&gt;
        &lt;DoubleAnimationUsingKeyFrames
           Storyboard.TargetName="GlassButton_glow"
           Storyboard.TargetProperty="Opacity"&gt;
           &lt;SplineDoubleKeyFrame KeyTime="00:00:00.30" Value="0" /&gt;
         &lt;/DoubleAnimationUsingKeyFrames&gt;
      &lt;/Storyboard&gt;
   &lt;/Canvas.Resources&gt;

   &lt;Canvas x:Name="GlassButton"
       Canvas.Top="150" Canvas.Left="200"
       Height="34" Width="180"
       MouseLeftButtonDown="onMouseDown"
       MouseLeftButtonUp="onMouseUp"
       MouseMove="onMouseMove"
	MouseEnter="GlassButtonMouseEnter" MouseLeave="GlassButtonMouseLeave"&gt;

      &lt;!-- Outer border of the button... just the stroke of the rectangle --&gt;
      &lt;Rectangle Width="180" Height="34"
          RadiusX="7" RadiusY="7"
          StrokeThickness="1" Stroke="#FFFFFFFF"/&gt;

      &lt;!-- Next in black border, and a somewhat opaque fill --&gt;
      &lt;Rectangle Canvas.Top="1" Canvas.Left="1"
          Width="178" Height="32"
          RadiusX="6" RadiusY="6"
          Fill="#7F000000" Stroke="#FF000000" StrokeThickness="1" /&gt;

      &lt;!-- Radial gradient to give a glow to the button when rolled over --&gt;
      &lt;Rectangle x:Name="GlassButton_glow"
         Canvas.Top="2" Canvas.Left="2"
         Width="176" Height="30"
         RadiusX="5" RadiusY="5" Opacity="0"&gt;
         &lt;Rectangle.Fill&gt;
            &lt;RadialGradientBrush&gt;
               &lt;RadialGradientBrush.RelativeTransform&gt;
                  &lt;TransformGroup&gt;
                     &lt;ScaleTransform ScaleX="1.702" ScaleY="2.243"/&gt;
                     &lt;TranslateTransform X="-0.368" Y="-0.152"/&gt;
                  &lt;/TransformGroup&gt;
               &lt;/RadialGradientBrush.RelativeTransform&gt;
               &lt;GradientStop Color="#B28DBDFF" Offset="0" /&gt;
               &lt;GradientStop Color="#008DBDFF" Offset="1" /&gt;
            &lt;/RadialGradientBrush&gt;
         &lt;/Rectangle.Fill&gt;
      &lt;/Rectangle&gt;

      &lt;TextBlock x:Name="GlassButton_text"
          Canvas.Left="50" Canvas.Top="5"
          Foreground="#FFFFFFFF" Text="Glass Button" /&gt;

      &lt;!-- over the top of part of the text is a lighter opaque gradient,
           clipped to the top half of the button --&gt;
      &lt;Rectangle Canvas.Left="2" Canvas.Top="2"
         Width="176" Height="30" RadiusX="5" RadiusY="5"&gt;
         &lt;Rectangle.Fill&gt;
            &lt;LinearGradientBrush StartPoint="0.494,0.028"
               EndPoint="0.494, 0.889" &gt;
               &lt;GradientStop Color="#99FFFFFF" Offset="0" /&gt;
               &lt;GradientStop Color="#33FFFFFF" Offset="1" /&gt;
            &lt;/LinearGradientBrush&gt;
         &lt;/Rectangle.Fill&gt;

         &lt;Rectangle.Clip&gt;
            &lt;RectangleGeometry Rect="0,0,176,15"/&gt;
         &lt;/Rectangle.Clip&gt;

      &lt;/Rectangle&gt;

   &lt;/Canvas&gt;

&lt;/Canvas&gt;
</font></pre>
</td>
</tr>
</table>
<p class="MsoNormal">&nbsp;</p>
<table bgcolor="#cccccc">
<tr bgcolor="#999999">
<td width="640">JavaScript</td>
</tr>
<tr bgcolor="#cccccc">
<td>
<pre>
<font color="Blue">

function ClickMe(){
   alert("ClickMe");
}

function GlassButtonMouseEnter(sender, args){
   var sb = sender.findName(sender.Name + "_glow_enter");
   sb.begin();
}

function GlassButtonMouseLeave(sender, args){
   var sb = sender.findName(sender.Name + "_glow_leave");
   sb.begin();
}
</font></pre>
</td>
</tr>
</table>
<p class="MsoNormal">In the next I will look at building a simple slider control.</p>
<p>Tags: <a href="http://technorati.com/tag/Silverlight" rel="tag">Silverlight</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/imagos.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/imagos.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/imagos.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/imagos.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/imagos.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/imagos.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/imagos.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/imagos.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/imagos.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/imagos.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=6&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://imagos.wordpress.com/2007/08/29/building-silverlight-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9f8052d6a6b1ec4c9826d3571ac16ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">imagos</media:title>
		</media:content>

		<media:content url="http://imagos.files.wordpress.com/2007/08/glassbutton.jpg" medium="image">
			<media:title type="html">Silverlight Glass Button</media:title>
		</media:content>
	</item>
		<item>
		<title>3D Spinning Logo in Silverlight</title>
		<link>http://imagos.wordpress.com/2007/08/27/technorati-listing/</link>
		<comments>http://imagos.wordpress.com/2007/08/27/technorati-listing/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 01:41:18 +0000</pubDate>
		<dc:creator>imagos</dc:creator>
				<category><![CDATA[silverlight]]></category>
		<category><![CDATA[Breeze Designer]]></category>
		<category><![CDATA[POV-Ray]]></category>

		<guid isPermaLink="false">http://imagos.wordpress.com/2007/08/27/technorati-listing/</guid>
		<description><![CDATA[Breeze Designer, which is a a 3D modeler I wote as a graphical modeler and front end to the popular POV-Ray ray tracer and also a long term hobby project of mine, is being extended to be able to handle a number of new technologies including Microsoft&#8217;s Silverlight. As part of this I have created [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=4&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Breeze Designer, which is a a 3D modeler I wote as a graphical modeler and front end to the popular <a href="http://www.povray.org" title="Persistence of Vision Raytracer">POV-Ray</a> ray tracer and also a long term hobby project of mine, is being extended to be able to handle a number of new technologies including Microsoft&#8217;s Silverlight.  As part of this I have created a simple 3D spinning logo of the <a href="http://www.cgi.com" title="CGI Australia">CGI Australia</a> company. I have posted a sample animation at <a href="http://www.imagos.fl.net.au/silverlight/cgi/" title="Spinning Logo">http://www.imagos.fl.net.au/silverlight/cgi/</a> The logo was originally created in Adobe Illustrator then imported into Breeze Designer where it was animated into a 3D the spinning version.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/silverlight" rel="tag">Silverlight</a> <a href="http://technorati.com/tag/BreezeDesigner" rel="tag">Breeze Designer</a> <a href="http://technorati.com/tag/POV-Ray" rel="tag">POV-Ray</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/imagos.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/imagos.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/imagos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/imagos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/imagos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/imagos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/imagos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/imagos.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/imagos.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/imagos.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=4&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://imagos.wordpress.com/2007/08/27/technorati-listing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9f8052d6a6b1ec4c9826d3571ac16ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">imagos</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://imagos.wordpress.com/2007/08/22/hello-world/</link>
		<comments>http://imagos.wordpress.com/2007/08/22/hello-world/#comments</comments>
		<pubDate>Wed, 22 Aug 2007 01:22:38 +0000</pubDate>
		<dc:creator>imagos</dc:creator>
				<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi to everyone from me, Neville Richards. This is my new blog on the world of Microsoft Technologies and 3D including Silverlight, Sharepoint and Breeze Designer from a developers perspective. I will be presenting a few real world tutorials over the next weeks to show how Microsoft’s Silverlight can be used to improve the user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=1&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="snap_preview">Hi to everyone from me, Neville Richards. This is my new blog on the world of Microsoft Technologies and 3D including Silverlight, Sharepoint and Breeze Designer from a developers perspective.</p>
<p>I will be presenting a few real world tutorials over the next weeks to show how Microsoft’s Silverlight can be used to improve the user experience of sites without a complete site redesign. Hopefully blending some development with a little design in the process.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/imagos.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/imagos.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/imagos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/imagos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/imagos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/imagos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/imagos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/imagos.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/imagos.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/imagos.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=imagos.wordpress.com&amp;blog=1562738&amp;post=1&amp;subd=imagos&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://imagos.wordpress.com/2007/08/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9f8052d6a6b1ec4c9826d3571ac16ab?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">imagos</media:title>
		</media:content>
	</item>
	</channel>
</rss>
