<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8028293504728594391</id><updated>2011-07-07T20:58:12.746-07:00</updated><category term='Development'/><category term='MonoRail'/><category term='BigJump'/><title type='text'>James @ BigJump</title><subtitle type='html'>James Morcom's web log for BigJump Limited.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bigjumpjames.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bigjumpjames.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>James Morcom</name><uri>http://www.blogger.com/profile/11883160014225775464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://1.bp.blogspot.com/_1WeeeQbjC_4/TScfSbjGjzI/AAAAAAAAABM/Hv6jVQ85m3M/S220/n571802281_1431249_8621.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8028293504728594391.post-7952492815391014984</id><published>2009-02-23T07:36:00.000-08:00</published><updated>2010-06-27T02:35:52.390-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Development'/><category scheme='http://www.blogger.com/atom/ns#' term='MonoRail'/><title type='text'>Html Encoding in MonoRail Views</title><content type='html'>I was surprised that there didn't seem to be a method for HTML encoding using the HtmlHelper in MonoRail.  At least, that's what the assembly manifest and documentation would lead you to believe.&lt;br /&gt;&lt;br /&gt;It turns out that there is an HtmlEncode method on the AbstractHelper base class, so you can just call HtmlHelper.HtmlEncode() after all!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8028293504728594391-7952492815391014984?l=bigjumpjames.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bigjumpjames.blogspot.com/feeds/7952492815391014984/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8028293504728594391&amp;postID=7952492815391014984' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/7952492815391014984'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/7952492815391014984'/><link rel='alternate' type='text/html' href='http://bigjumpjames.blogspot.com/2009/02/html-encoding-in-monorail-views.html' title='Html Encoding in MonoRail Views'/><author><name>James Morcom</name><uri>http://www.blogger.com/profile/11883160014225775464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://1.bp.blogspot.com/_1WeeeQbjC_4/TScfSbjGjzI/AAAAAAAAABM/Hv6jVQ85m3M/S220/n571802281_1431249_8621.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8028293504728594391.post-3723322846381175710</id><published>2008-04-14T12:11:00.000-07:00</published><updated>2008-04-17T12:44:01.941-07:00</updated><title type='text'>Setting up Netgear wireless adapters in Ubuntu</title><content type='html'>I recently decided I should really start using &lt;a href="http://www.linux.org/"&gt;Linux&lt;/a&gt; properly, at least at home.  I went for &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;, which from what I can tell is one of the most popular distributions.  The version I'm using is 7.10 (Gutsy Gibbon).&lt;br /&gt;&lt;br /&gt;Unfortunately I found that my &lt;a href="http://www.netgear.com/Products/Adapters/GWirelessAdapters/WG111.aspx"&gt;Netgear WG111 USB wireless adapter&lt;/a&gt; was not currently supported on Linux, and I had to jump through a few hoops to get online.  I've decided to document the process I went through to set this up.  I learned a lot about Linux in a very short space of time by doing this and I'll detail what I learned here.  Hopefully others will be able to make use of this.&lt;br /&gt;&lt;br /&gt;N.b. The &lt;a href="http://ubuntuforums.org/"&gt;Ubuntu forums&lt;/a&gt; were a great deal of help, most of the information here was learned from there, in particular the post &lt;a href="http://ubuntuforums.org/showthread.php?t=732827"&gt;"Installing a Netgear WG111v3 or other similar wireless" by stooshbunutu&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The adapter I have is a WG111v3, although I believe this should work for other versions as well as other Netgear wireless adapters such as the &lt;a href="http://www.netgear.com/Products/Adapters/GWirelessAdapters/WG311.aspx"&gt;WG311 PCI card&lt;/a&gt; and &lt;a href="http://www.netgear.com/Products/Adapters/GWirelessAdapters/WG511.aspx"&gt;WG511 PC card/PCMCIA adapter&lt;/a&gt; by downloading the relevant .inf files (see below).&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;N.b.&lt;/strong&gt; It's definitely worth checking that your Ubuntu Live CD is free of errors if you haven't already.  Mine turned out to be corrupted, despite the fact that I was initially able to install Ubuntu to hard disk without any reported problems.  This caused a lot of unnecessary frustration. There is an option to check the CD in the CD's boot menu.&lt;br /&gt;&lt;br /&gt;This is the method I used to get everything working.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Step One - Install NDISwrapper&lt;/h3&gt; The first thing you'll need is a tool called &lt;a href="http://ndiswrapper.sourceforge.net/"&gt;NDISwrapper&lt;/a&gt;.  If you have a Windows driver for your network adapter (most do I assume), NDISwrapper allows you to use this Windows driver under Linux.&lt;br /&gt;&lt;br /&gt;NDISwrapper is actually included with Ubuntu 7.10, but it's not installed by default.  You can install it from the &lt;a href="https://help.ubuntu.com/community/SynapticHowto"&gt;Synaptic Package Manager&lt;/a&gt; (System &gt; Administration &gt; Synaptic Package Manager) or by opening a terminal window and using the &lt;a href="https://help.ubuntu.com/community/AptGetHowto"&gt;apt-get&lt;/a&gt; command.  I failed to get either of these to work due to the CD corruption mentioned above, so I ended up downloading and building the latest version.  Having the latest version may be advantageous anyway, and I learned a lot through doing my first Linux build, so this is the method I will detail here.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Download the NDISwrapper source code&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;You should be able to download the latest version by finding &lt;a href="http://sourceforge.net/project/showfiles.php?group_id=93482"&gt;NDISwrapper on SourceForge&lt;/a&gt;. At the time of writing this was version 1.52.  If like me you don't have a wired connection you'll be having to do this on another machine.  If so, copy the file to your home directory (Places &gt; Home Folder) in Ubuntu.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Open a Terminal Window&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Open a terminal window (Applications &gt; Accessories &gt; Terminal).  From here on you'll be issuing some commands that need super user privileges.  To obtain these, use the following command:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;sudo su&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;You'll probably be asked to enter your password.&lt;br /&gt;&lt;br /&gt;&lt;em&gt;N.b. If you close your terminal window and re-open it you'll probably need to issue this command again.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Install the build-essential Package&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;When I tried to build NDISwrapper I got a whole raft of errors and warnings.  I was about ready to give up at this point, as a Linux beginner I wasn't about to try and debug someone else's source code!  Curiosity got the better of me and I scrolled up to find out where the first error had occured.  "Couldn't find stdlib.h".  I've been a developer long enough to know that this is pretty fundamental!  A bit of research and I found out you need to install the "build-essential" package to get the standard libraries.  You can do this through Synaptic (System &gt; Administration &gt; Package Manager) or by issuing the apt-get command as follows:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;apt-get install build-essential&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Remove existing NDISwrapper&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I'm not sure if this step is necessary, but I ran it as instructed in the forum post mentioned above.  I guess the following command should uninstall any existing version:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;apt-get remove ndiswrapper-common&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Extract the files onto your hard disk&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The file you've downloaded should be a gzipped tar file (extension tar.gz).  tar combines mutiple files and directories into one file, and gzip compresses this file to make it smaller.  The same operations as performed for Windows with zip files.  You can use the &lt;a href="http://packages.ubuntu.com/gutsy/tar/"&gt;tar&lt;/a&gt; command-line utility to extract the source code:&lt;br /&gt;&lt;br /&gt;Go to your terminal window.  You should be in your home directory so you can extract the source code by typing in the following command:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;tar xvvf ndiswrapper-1.52.tar.gz&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;N.b. You may be using a newer version, in which case the file name will be different.  You can use tab completion to complete the file name for you, as you start typing "ndis" try pressing the [tab] key to fill in the rest of the name.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;This should have extracted the files into the ndiswrapper-&lt;em&gt;version&lt;/em&gt; directory.  Navigate into this directory using the cd command:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;cd ndiswrapper-1.52&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;N.b. Again the version number may differ, and [tab] can help you here.&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Build NDISwrapper&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Hopefully now you can build NDISwrapper by issuing the make command.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;make install&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Step Two - Find and Set Up the Windows Driver&lt;/h3&gt; The next thing you'll need to do is find the Windows driver for your adapter and set it up with NDISwrapper.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Download the Windows Driver&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I found the Windows driver for my WG111v3 here:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;http://www.avengergear.com/upload/WG111v3.tar.bz2&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Windows drivers for other Netgear adapters should be easy to find through the &lt;a href="http://kbserver.netgear.com/downloads_support.asp"&gt;Netgear Support website&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;As with NDISwrapper, copy the downloaded file into your home directory and use tar to extract the files:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;tar xvvf WG111v3.tar.bz2&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Note that Linux is case sensitive, so in the example above you'll need to make sure the 'W' and 'G' are capitalised.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Configure NDISwrapper to use the Windows Driver&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I'm now assuming the directories to which NDISwrapper and the Netgear drivers have been extracted are sat at the same level (under your home directory).&lt;br /&gt;&lt;br /&gt;From the NDISwrapper directory, you would issue the following command in order to load the Netgear drivers (adjusting the path for different drivers):&lt;br /&gt;&lt;br /&gt;&lt;code&gt;ndiswrapper -i ../WG111/WG111v3.inf&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Get Up and Running&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The next bit is a bit of a mystery to me, I intend to find out what's happening and will update this post when I do!  Anyway it involves issuing these commands:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;depmod -a&lt;br /&gt;modprobe ndiswrapper&lt;br /&gt;ndiswrapper -m&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Hopefully now everything should be working and you'll be able to set up your wireless network.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Step Three - Handle Rebooting&lt;/h3&gt;After this great success, I was dismayed when next time I booted my machine I was back to square one.  I wandered off to the gym and returned determined to work out what was going on. It turns out you need to do a little more work in order to have your wireless adapter set up each time you boot into Ubuntu.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Add NDISwrapper to boot&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Again I'm not sure how this bit works, but intend to elaborate as I find out:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;ndiswrapper -m&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Then add the line "&lt;code&gt;ndiswrapper&lt;/code&gt;" to the the /etc/modules file which you can edit using the following command:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;gedit /etc/modules&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Hopefully that's it!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8028293504728594391-3723322846381175710?l=bigjumpjames.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bigjumpjames.blogspot.com/feeds/3723322846381175710/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8028293504728594391&amp;postID=3723322846381175710' title='9 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/3723322846381175710'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/3723322846381175710'/><link rel='alternate' type='text/html' href='http://bigjumpjames.blogspot.com/2008/04/setting-up-netgear-wireless-adapters-in.html' title='Setting up Netgear wireless adapters in Ubuntu'/><author><name>James Morcom</name><uri>http://www.blogger.com/profile/11883160014225775464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://1.bp.blogspot.com/_1WeeeQbjC_4/TScfSbjGjzI/AAAAAAAAABM/Hv6jVQ85m3M/S220/n571802281_1431249_8621.jpg'/></author><thr:total>9</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8028293504728594391.post-3754429009661227594</id><published>2008-04-14T08:39:00.000-07:00</published><updated>2008-04-14T11:32:10.704-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='BigJump'/><category scheme='http://www.blogger.com/atom/ns#' term='Development'/><title type='text'>Feeding Time for BigJump</title><content type='html'>We decided that the &lt;a href="http://www.bigjump.co.uk/"&gt;BigJump website&lt;/a&gt; was hungry for new, dynamic content.  What better way to feed it than with our own blogs? We are going to publish &lt;a href="http://bigjumpjames.blogspot.com/"&gt;this (my) blog&lt;/a&gt; and those of other BigJump staff, by importing the &lt;a href="http://en.wikipedia.org/wiki/RSS_%28file_format%29"&gt;RSS feeds&lt;/a&gt; generated by &lt;a href="http://www.blogger.com/"&gt;Google Blogger&lt;/a&gt;, their original home.&lt;br /&gt;&lt;br /&gt;Implementing this has given us the chance to utilise .net 3.5's &lt;a href="http://msdn2.microsoft.com/en-us/library/bb308960.aspx"&gt;Linq to XML&lt;/a&gt; facility, which we've used to parse the RSS.  It turns out that &lt;a href="http://weblogs.asp.net/scottgu/about.aspx"&gt;Scott Guthrie&lt;/a&gt; has &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/07/using-linq-to-xml-and-how-to-build-a-custom-rss-feed-reader-with-it.aspx"&gt;posted a guide on doing exactly this&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8028293504728594391-3754429009661227594?l=bigjumpjames.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bigjumpjames.blogspot.com/feeds/3754429009661227594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8028293504728594391&amp;postID=3754429009661227594' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/3754429009661227594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/3754429009661227594'/><link rel='alternate' type='text/html' href='http://bigjumpjames.blogspot.com/2008/04/feeding-time.html' title='Feeding Time for BigJump'/><author><name>James Morcom</name><uri>http://www.blogger.com/profile/11883160014225775464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://1.bp.blogspot.com/_1WeeeQbjC_4/TScfSbjGjzI/AAAAAAAAABM/Hv6jVQ85m3M/S220/n571802281_1431249_8621.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8028293504728594391.post-5326178003496492372</id><published>2008-04-09T06:04:00.000-07:00</published><updated>2008-04-14T06:50:04.233-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Development'/><category scheme='http://www.blogger.com/atom/ns#' term='MonoRail'/><title type='text'>MonoRail Form Validation Documentation</title><content type='html'>&lt;a href="http://blogs.meetandplay.com/WPierce/archive/2007/06/23/MonoRail_-_Form_Validation_the_Hard_Way.aspx" _base_href="http://jamesmorcom.blogspot.com/feeds/posts/default"&gt;This post&lt;/a&gt; describes how to use MonoRail's (v1.0 RC3) built in form validation.&lt;br /&gt;&lt;br /&gt;The javascript validation used is &lt;a href="http://www.tetlaw.id.au/view/javascript/really-easy-field-validation" _base_href="http://jamesmorcom.blogspot.com/feeds/posts/default"&gt;Dexagogo's Really Easy Field Validation&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The error messages usually use the title attribute of the input field, which can be inserted automatically by MonoRail. In order to set a custom error message, add a div with id of the form: advice-&lt;em&gt;element-id&lt;/em&gt;, where &lt;em&gt;element-id&lt;/em&gt; is the id of the input field being validated&lt;em&gt;.&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8028293504728594391-5326178003496492372?l=bigjumpjames.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bigjumpjames.blogspot.com/feeds/5326178003496492372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8028293504728594391&amp;postID=5326178003496492372' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/5326178003496492372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/5326178003496492372'/><link rel='alternate' type='text/html' href='http://bigjumpjames.blogspot.com/2008/04/monorail-form-validation-documentation.html' title='MonoRail Form Validation Documentation'/><author><name>James Morcom</name><uri>http://www.blogger.com/profile/11883160014225775464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://1.bp.blogspot.com/_1WeeeQbjC_4/TScfSbjGjzI/AAAAAAAAABM/Hv6jVQ85m3M/S220/n571802281_1431249_8621.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8028293504728594391.post-5289413130466570760</id><published>2008-04-09T06:02:00.000-07:00</published><updated>2008-04-09T06:04:16.531-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MonoRail'/><title type='text'>Packaging MonoRail View Components in an Assembly</title><content type='html'>I recently found myself in a situation where I wanted to package some view components in a separate assembly for reuse, in much the same way as you'd create an assembly of server controls in web forms/ASP.NET.&lt;br /&gt;&lt;br /&gt;Obviously this means you need to get rid of any views or compile them into the assembly somehow. Taking a look into the &lt;a href="http://using.castleproject.org/display/Contrib/Castle.MonoRail.ViewComponents" _base_href="http://jamesmorcom.blogspot.com/feeds/posts/default"&gt;Castle.MonoRail.ViewComponents&lt;/a&gt; source code, it turns out there is a "RenderText" method that you can use within your ViewComponent to output view text directly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8028293504728594391-5289413130466570760?l=bigjumpjames.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bigjumpjames.blogspot.com/feeds/5289413130466570760/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8028293504728594391&amp;postID=5289413130466570760' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/5289413130466570760'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8028293504728594391/posts/default/5289413130466570760'/><link rel='alternate' type='text/html' href='http://bigjumpjames.blogspot.com/2008/04/packaging-monorail-view-components-in.html' title='Packaging MonoRail View Components in an Assembly'/><author><name>James Morcom</name><uri>http://www.blogger.com/profile/11883160014225775464</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='29' height='32' src='http://1.bp.blogspot.com/_1WeeeQbjC_4/TScfSbjGjzI/AAAAAAAAABM/Hv6jVQ85m3M/S220/n571802281_1431249_8621.jpg'/></author><thr:total>0</thr:total></entry></feed>
