<?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>Mark Foster&#039;s Blog &#187; Reviews</title>
	<atom:link href="http://www.mkfoster.com/category/reviews/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mkfoster.com</link>
	<description>Misadventures in Technology</description>
	<lastBuildDate>Thu, 02 Feb 2012 03:41:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>National Broadband Map Review</title>
		<link>http://www.mkfoster.com/2011/02/24/national-broadband-map-review/</link>
		<comments>http://www.mkfoster.com/2011/02/24/national-broadband-map-review/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 04:18:48 +0000</pubDate>
		<dc:creator>mfoster</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[4stars]]></category>
		<category><![CDATA[LinkedIn]]></category>

		<guid isPermaLink="false">http://www.mkfoster.com/?p=948</guid>
		<description><![CDATA[The National Telecommunications and Information Administration (NTIA) in collaboration with the FCC has published a series of broadband maps on a new site called National Broadband Map (NBM). These maps show what broadband services are available throughout the United States as well as other interesting broadband data. Hit this link and click the &#8220;Explorer the [...]]]></description>
			<content:encoded><![CDATA[<p>The National Telecommunications and Information Administration (NTIA) in collaboration with the FCC has <a href="http://www.broadbandmap.gov/">published a series of broadband maps on a new site called National Broadband Map (NBM)</a>.  <a href="http://www.broadbandmap.gov/">These maps</a> show what broadband services are available throughout the United States as well as other interesting broadband data.</p>
<p><a href="http://www.mkfoster.com/2011/02/24/national-broadband-map-review/nbm_screenshot/" rel="attachment wp-att-957"><img src="http://www.mkfoster.com/wp-content/uploads/2011/02/nbm_screenshot-530x303.jpg" alt="national broadband map screenshot" title="nbm_screenshot" width="530" height="303" class="alignnone size-medium wp-image-957" /></a></p>
<p>Hit <a href="http://www.broadbandmap.gov/">this link</a> and click the &#8220;Explorer the Map&#8221; option on <a href="http://www.broadbandmap.gov/">their main page</a> to see a map of the US with shaded areas where selected broadband services are available.  You can click different selections above the map to toggle the various broadband technologies.   To see other maps such as advertised versus actual broadband speeds click on the &#8220;Show Gallery&#8221; option in the lower right hand corner.</p>
<p>Rochester, NY does pretty well on advertised versus actual although there a few slower than advertised points here and there.  Upload performance data is also available.  Usually the cable and DSL providers don&#8217;t brag much about upload performance likely because in most cases it is lousy compared to download performance.  I think upload performance will become more important to the typical internet user than it as in the past now that people are sharing their pictures and video online.</p>
<p>The <a href="http://www.broadbandmap.gov/">NBM site</a> use a <a href="http://www.broadbandmap.gov/about/third-party-sources">variety of open source technologies</a> including:</p>
<ul>
<li><a href="http://jquery.com/">JQuery</a> &#8211; My favorite JavaScript library.</li>
<li><a href="http://www.modernizr.com/">Modernizr</a> &#8211; A JavaScript library to detect browser capabilities.</li>
<li><a href="http://openlayers.org/">OpenLayers</a> &#8211; Provides a JavaScript API to display <a href="http://www.opengeospatial.org/standards/wfs">WFS</a> and <a href="http://www.opengeospatial.org/standards/wms">WMS</a> <a href="http://en.wikipedia.org/wiki/Geographic_information_system">GIS</a> layers.</li>
<li><a href="http://geoserver.org">GeoServer</a> &#8211; A Java based server software that provides <a href="http://www.opengeospatial.org/standards/wfs">WFS</a> and <a href="http://www.opengeospatial.org/standards/wms">WMS</a> services.</li>
</ul>
<p>What is particularly interesting about the site is the <a href="http://www.broadbandmap.gov/developer">developer resources</a>.  They provide a series of API&#8217;s you can call from your own web applications to use their data.  Output formats include XML, JSON, and <a href="http://en.wikipedia.org/wiki/JSON">JSONP</a> implementations.  If you want to use the data locally without the APIs you can <a href="http://www.broadbandmap.gov/data-download">download it</a>.</p>
<p>I do have a couple criticisms regarding the maps and ironically, they are bandwidth related.  The first is that there are too many tiles returned when viewing the default map of the US.  I noticed the map was a little slow to fill in.  When I enabled Firebug and clicked on the &#8220;Explore the Map&#8221; option off the main page, over 500 tiles were pulled down.  In fact, Firefox/Firebug became unresponsive.  I would expect less than 30 256&#215;256 tiles need to be pulled down for a reasonably sized browser window.  I wager there is something goofy going on like a bounding box not set for the area displayed.</p>
<p>My second criticism is that the site is not using gzip to compress JavaScript files.  Modern web applications tend to lay on the JavaScript pretty heavy and this one is no exception.  OpenLayers.js is nearly 1MB all by itself.  By enabling gzip on sites with large JavaScript files you can significantly improve site performance.  This is a good topic for a future post.</p>
<p>Overall I think the <a href="http://www.broadbandmap.gov/">National Broadband Map Site</a> is an excellent resource.  It provides very useful data on broadband technologies/speeds, makes this data available via APIs or download, and also demonstrates a variety of open source web application technologies.</p>
<p>Is it worth the <a href="http://www.pcmag.com/article2/0,2817,2380525,00.asp">$20 million that contractors were paid to build the map?</a>  I would say certainly not at first glance but I would want to hear the whole story before I jump to conclusions.  I.e. how much of that $20 million was spent on actual development?  I am much more skeptical of the alleged $293 million required to collect the data.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkfoster.com/2011/02/24/national-broadband-map-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Herbie the Mousebot Kit by Solarbotics</title>
		<link>http://www.mkfoster.com/2009/03/19/review-herbie-the-mousebot-kit-by-solarbotics/</link>
		<comments>http://www.mkfoster.com/2009/03/19/review-herbie-the-mousebot-kit-by-solarbotics/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 05:30:58 +0000</pubDate>
		<dc:creator>mfoster</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Tech Toys]]></category>
		<category><![CDATA[5stars]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.markfosteronline.com/?p=666</guid>
		<description><![CDATA[I wanted a quick, easy to build robot kit to get back into electronics and robotics. I ask for a Herbie the Mouse Bot for Christmas and sure enough I got one. It was a fun kit to build and went together in a little over an hour. You start off with a PC board&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/01/5stars.png" alt="5 out of 5 stars" title="5 out of 5 stars" width="81" height="16" class="alignnone size-full wp-image-152" /></p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7866-530x353.jpg" alt="img_7866" title="herbie mousebot solarbotics" width="530" height="353" class="alignnone size-medium wp-image-678" /></p>
<p>I wanted a quick, easy to build robot kit to get back into electronics and robotics.  I ask for a Herbie the Mouse Bot for Christmas and sure enough I got one.  It was a fun kit to build and went together in a little over an hour.</p>
<p>You start off with a PC board&#8230;<br />
<img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7847-530x353.jpg" alt="Herbie the Mousebot by Solarbotics" title="Herbie the Mousebot by Solarbotics" width="530" height="353" class="alignnone size-medium wp-image-668" /></p>
<p>&#8230; and a handful of components&#8230;</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7850-530x353.jpg" alt="Herbie the Mousebot by Solarbotics" title="img_7850" width="530" height="353" class="alignnone size-medium wp-image-670" /></p>
<p>You break apart the PC board which serves as a PC board and a body for the mouse which, is pretty cool.</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7848-530x353.jpg" alt="Herbie the Mousebot by Solarbotics" title="img_7848" width="530" height="353" class="alignnone size-medium wp-image-669" /></p>
<p>The PC boards join together via several solder joints.  Tape is used to keep everything together until you are done soldering.  A smaller board that holds the 9 volt battery connector helps keep the three main sides together.  By the time you are done soldering all the joints it is a pretty sturdy little robot.</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7853-530x353.jpg" alt="Herbie the Mousebot by Solarbotics" title="Herbie the Mousebot by Solarbotics" width="530" height="353" class="alignnone size-medium wp-image-671" /></p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7854-530x353.jpg" alt="Herbie the Mousebot by Solarbotics" title="Herbie the Mousebot by Solarbotics" width="530" height="353" class="alignnone size-medium wp-image-672" /></p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7855-530x353.jpg" alt="img_7855" title="img_7855" width="530" height="353" class="alignnone size-medium wp-image-673" /></p>
<p>The whiskers and tail activate a relay when bumped so the mouse will backup to avoid getting stuck.  I taped the relay down while I soldered it in.</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7859-530x353.jpg" alt="img_7859" title="img_7859" width="530" height="353" class="alignnone size-medium wp-image-675" /></p>
<p>Herbie with the photo diode &#8220;eyes&#8221; installed&#8230;.</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7861-530x353.jpg" alt="img_7861" title="img_7861" width="530" height="353" class="alignnone size-medium wp-image-676" /></p>
<p>Herbie just about finished&#8230;</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7862-530x353.jpg" alt="img_7862" title="img_7862" width="530" height="353" class="alignnone size-medium wp-image-677" /></p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7866-530x353.jpg" alt="img_7866" title="img_7866" width="530" height="353" class="alignnone size-medium wp-image-678" /></p>
<p>Herbie is an interesting robot because it uses a simple analog IC, the LM386, to do something you might think requires a much more complicated digital circuit or micro-controller/processor:</p>
<p>http://downloads.solarbotics.net/PDF/Solarbotics_Herbie_the_Mousebot_Instruction.pdf</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7868-530x353.jpg" alt="img_7868" title="img_7868" width="530" height="353" class="alignnone size-medium wp-image-679" /></p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/03/img_7873-530x353.jpg" alt="Herbie the Mousebot by Solarbotics" title="Herbie the Mousebot by Solarbotics" width="530" height="353" class="alignnone size-medium wp-image-681" /></p>
<p>We don&#8217;t have much open bare floor in the house and it moves quite fast so it was a bit of a challenge to keep it under control without hitting too much:</p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/cnfLZCqWulA&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cnfLZCqWulA&#038;hl=en&#038;fs=1&#038;rel=0&#038;color1=0x006699&#038;color2=0x54abd6&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p>The Herbie Kit is well engineered and fun to assemble.  I give it five stars and recommend it as a good first robot kit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkfoster.com/2009/03/19/review-herbie-the-mousebot-kit-by-solarbotics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Weller WLC100 Soldering Station</title>
		<link>http://www.mkfoster.com/2009/02/21/review-weller-wlc100-soldering-station/</link>
		<comments>http://www.mkfoster.com/2009/02/21/review-weller-wlc100-soldering-station/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 04:13:39 +0000</pubDate>
		<dc:creator>mfoster</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[5stars]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.markfosteronline.com/?p=650</guid>
		<description><![CDATA[I have started to take a renewed interest in electronics again lately and wanted to get a good soldering station to work with. I have a couple fixed wattage irons I use for my RC plane wiring but I wanted something adjustable with a variety of alternative tips available. I ordered a Weller WLC100 and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/01/5stars.png" alt="5 out of 5 stars" title="5 out of 5 stars" width="81" height="16" class="alignnone size-full wp-image-152" /></p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/02/img_7844-530x353.jpg" alt="Weller WLC100 Soldering Station" title="Weller WLC100 Soldering Station" width="530" height="353" class="alignnone size-medium wp-image-656" /></p>
<p>I have started to take a renewed interest in electronics again lately and wanted to get a good soldering station to work with.  I have a couple fixed wattage irons I use for my RC plane wiring but I wanted something adjustable with a variety of alternative tips available.</p>
<p>I ordered a Weller WLC100 and it is working pretty well for me so far.  I also ordered some smaller conical and screwdriver tips that make it easier to solder smaller components and connections.  One of the reasons I went with the Weller is because it is a relatively well know brand and I know I will be able to find tips for it.</p>
<p>There are more expensive solder stations that have digital controls and displays but I decided that an analog control was adequate.  After using the station for a bit I am pretty happy with the analog control.  The amount of heat transferred is so strongly dictated by the conduction of heat between the iron and the component/pad that I don&#8217;t know that such temperature precision makes much difference for most hobby uses.  If you just tin the tip of your iron with a little bit of solder it will make significantly help with the transfer of heat from your iron to the component/pad you are soldering.</p>
<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/02/img_7845-530x353.jpg" alt="Weller WLC100 Soldering Station" title="img_7845" width="530" height="353" class="alignnone size-medium wp-image-657" /></p>
<p>The Weller iron is easy to grip with my fingers and doesn&#8217;t get too hot to handle at all.  I built a <a href="http://www.solarbotics.com/products/k_hm/">Herbie the Mousebot Kit</a> with it using a .062&#8243; screw driver tip.  It was nice to work with and did the job well.  I would definitely pick up some smaller tips if you are going to be soldering smaller circuit boards.  The screwdriver tip that comes with it is pretty nice but a small tip affords more precision.</p>
<p>I give the Weller WLC100 5 out of 5 stars.  It is a good, relatively cheap soldering station with many tips available.  Buy one and a couple tips to go with it:</p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=markfostphot-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B000AS28UC&#038;md=10FE9736YVPPT7A0FBG2&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p><a href="http://www.amazon.com/gp/product/B0002BSP4K?ie=UTF8&#038;tag=markfostphot-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0002BSP4K">Conical Tip, .031</a><img src="http://www.assoc-amazon.com/e/ir?t=markfostphot-20&#038;l=as2&#038;o=1&#038;a=B0002BSP4K" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
<p><a href="http://www.amazon.com/gp/product/B0002BSP4U?ie=UTF8&#038;tag=markfostphot-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B0002BSP4U">Narrow SD Tip, .062</a><img src="http://www.assoc-amazon.com/e/ir?t=markfostphot-20&#038;l=as2&#038;o=1&#038;a=B0002BSP4U" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkfoster.com/2009/02/21/review-weller-wlc100-soldering-station/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Review: Lego 6211 Star Wars Imperial Star Destroyer</title>
		<link>http://www.mkfoster.com/2009/01/11/review-lego-6211-star-wars-imperial-star-destroyer/</link>
		<comments>http://www.mkfoster.com/2009/01/11/review-lego-6211-star-wars-imperial-star-destroyer/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:45:56 +0000</pubDate>
		<dc:creator>mfoster</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Tech Toys]]></category>
		<category><![CDATA[5stars]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.markfosteronline.com/?p=304</guid>
		<description><![CDATA[Jen gave me the Lego 6211 Star Wars Imperial Star Destroyer for Christmas and I finished building it over the following week. The build is pretty easy (even for a 35 year old) and a lot fun. The kit comes in over 1300 parts so you really feel like your building something and not just [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.markfosteronline.com/wp-content/uploads/2009/01/5stars.png" alt="5 out of 5 stars" title="5 out of 5 stars" width="81" height="16" class="alignnone size-full wp-image-152" /><br />
<a href="http://www.jenniferfosteronline.com">Jen</a> gave me the <a href="http://www.amazon.com/gp/product/B000ELIX5Y?ie=UTF8&#038;tag=markfostphot-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000ELIX5Y">Lego 6211 Star Wars Imperial Star Destroyer</a><img src="http://www.assoc-amazon.com/e/ir?t=markfostphot-20&#038;l=as2&#038;o=1&#038;a=B000ELIX5Y" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> for Christmas and I finished building it over the following week.</p>
<p>The build is pretty easy (even for a 35 year old) and a lot fun.  The kit comes in over 1300 parts so you really feel like your building something and not just putting a couple halves together.  The parts come in numbered bags that correspond to the numbered sections in the instructions.  There are often multiple bags with the same number for a single section.  Lego included a few extras of the tiniest parts that tend to get lost in the carpet.</p>
<p>There are only a couple downsides to the kit.  The two &#8220;laser blasters&#8221; that launch projectiles work by you just quickly depressing the launch button that drives a wedge piece behind the projectile to push it out.  This is kind of silly to me and I think the kit would have been better if they were just static elements in my opinion.</p>
<p>The other negative was the capsule that goes inside.  It is assembled by connecting two specially molded pieces together.  I don&#8217;t like this kind of Lego construction and would have preferred it if they just left it out or designed it to build from smaller, standard Lego pieces.</p>
<p>I put together a list of pros and cons:</p>
<h3>Pros</h3>
<ul>
<li>Over 1300 parts so it will keep you building for a bit.</li>
<li>Numbered bags.</li>
<li>Spare tiny pieces.</li>
<li>Looks great!</li>
<li>It&#8217;s big. About 23 inches long.</li>
</ul>
<h3>Cons</h3>
<ul>
<li>The laser blasters that shoot projectiles are kind of cheesy.</li>
<li>The capsule that goes inside is mostly just two halves that go together.</li>
<li>Doesn&#8217;t shoot real bolts of green light. <img src='http://www.mkfoster.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </li>
</ul>
<h3>Build gallery</h3>
<p>I took some pictures while my Imperial Star Destroyer was under construction:</p>

<div class="ngg-galleryoverview" id="ngg-gallery-1-304">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-1" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7326.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7326.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-2" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7337.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7337.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-3" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7351.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7351.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-4" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7352.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7352.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-5" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7357.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7357.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-6" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7359.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7359.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-7" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7365.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7365.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-8" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7377.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7377.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-9" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7382.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7382.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-10" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7386.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7386.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-11" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7389.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7389.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-12" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/img_7390.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Build" alt="Lego 6211 Star Wars Imperial Star Destroyer Build" src="http://www.mkfoster.com/wp-content/gallery/lego-6211-imperial-star-destroyer-build/thumbs/thumbs_img_7390.jpg"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h3>Embellishment</h3>
<p>I felt the kit would have been better if they included lights and a small universe.  Fortunately, I was able to accomplish this with a small string of Christmas lights, a telescope photo of the stars, black velvet, and a little Photoshop magic:</p>

<div class="ngg-galleryoverview" id="ngg-gallery-2-304">


	
	<!-- Thumbnails -->
		
	<div id="ngg-image-13" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/modified-star-destroyer/stardestroyerlego6211_a_large.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Modified" alt="Lego 6211 Star Wars Imperial Star Destroyer Modified" src="http://www.mkfoster.com/wp-content/gallery/modified-star-destroyer/thumbs/thumbs_stardestroyerlego6211_a_large.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-14" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/modified-star-destroyer/stardestroyerlego6211_b_large.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Modified" alt="Lego 6211 Star Wars Imperial Star Destroyer Modified" src="http://www.mkfoster.com/wp-content/gallery/modified-star-destroyer/thumbs/thumbs_stardestroyerlego6211_b_large.jpg"  />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-15" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mkfoster.com/wp-content/gallery/modified-star-destroyer/stardestroyerlego6211_c_large.jpg" title=" "  >
								<img title="Lego 6211 Star Wars Imperial Star Destroyer Modified" alt="Lego 6211 Star Wars Imperial Star Destroyer Modified" src="http://www.mkfoster.com/wp-content/gallery/modified-star-destroyer/thumbs/thumbs_stardestroyerlego6211_c_large.jpg"  />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>


<h3>Conclusion</h3>
<p>I easily give this kit 5 out of 5 stars.  It was fun to build and looks great.</p>
<p><iframe src="http://rcm.amazon.com/e/cm?t=markfostphot-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B000ELIX5Y&#038;md=10FE9736YVPPT7A0FBG2&#038;fc1=000000&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=0000FF&#038;bc1=000000&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mkfoster.com/2009/01/11/review-lego-6211-star-wars-imperial-star-destroyer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

