<?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>Brickblog &#187; creative suite 3</title>
	<atom:link href="http://brickblog.net/category/creative-suite-3/feed" rel="self" type="application/rss+xml" />
	<link>http://brickblog.net</link>
	<description>Brick blog, intended about Lego, but wound up everything else</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:43:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Geotagging, a general guide</title>
		<link>http://brickblog.net/2008/01/18/geotagging-a-general-guide</link>
		<comments>http://brickblog.net/2008/01/18/geotagging-a-general-guide#comments</comments>
		<pubDate>Fri, 18 Jan 2008 19:32:16 +0000</pubDate>
		<dc:creator>kayakermanmike</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[D40 dSLR]]></category>
		<category><![CDATA[Geotagging]]></category>
		<category><![CDATA[Good Clean Geek Fun]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://brickblog.net/2008/01/18/geotagging-a-general-guide</guid>
		<description><![CDATA[In the last couple of weeks I got back to trying something out that I&#8217;ve been trying to piece together since 2000/2001. I always thought it might be interesting to track GPS data with images taken from a webcam pointing &#8230; <a href="http://brickblog.net/2008/01/18/geotagging-a-general-guide">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the last couple of weeks I got back to trying something out that I&#8217;ve been trying to piece together since 2000/2001. I always thought it might be interesting to track GPS data with images taken from a webcam pointing out the windshield when on a road trip. If you&#8217;re wondering why I might think something like this is cool, you should probably read my newly crafted <a href="about/">About</a> page to get an idea. This article, is by no means an in-depth how to. There are many sources out there that will guide you step by step with specific hardware software solutions. This article is a broader discussion of my findings and recommendations based on my findings.</p>
<h3 id="151_getting-gps-data_1" >Getting GPS Data</h3>
<p>Since I take a lot photos when we&#8217;re on vacation, I almost always have a laptop with me to back up my shots. Because of this, I&#8217;ve settled for the clunkier but much more cost effective Street Atlas 2008 with<br />
Earthmate Lt-120 GPS receiver option for in-car navigation, if needed. The added bonus is that you can do all sorts of cool stuff with it. Including just turn it on and let it track where you are, which is the first step in geotagging. When your done for the day, you can save the GPS log from your day&#8217;s journey. Street Atlas saves the log file as a special Delorme .gpl format. There are conversion tools out there that can read that and convert it, sometimes, but Delorme is cool like that, they know you want your data, it&#8217;s yours. If you click on the Draw tab, where you would normally design a set of waypoints for a trip, you can import the gpl file as a layer in either track, or waypoint data, to name 2 of the 3 important types. From here you can save it right back out as a .gpx file, or GPS XML file as they are known.</p>
<p>The GPX file is gold, this is what you want for output from what ever you plan to collect your gps data with. It&#8217;s an open and specific XML format, which means you can even open the file in something as simple as notepad and view the data. It also means that most of the free software for combining GPS and EXIF data can read it.</p>
<h3 id="151_a-little-about-exif-_1" >A little about EXIF data</h3>
<div style="font-size:.8em; float:right; width:150px; padding:5px; border:1px solid #000;margin:5px;">
Sample exif data</p>
<p>Camera:  	Nikon D40<br />
Exposure: 	0.005 sec (1/200)<br />
Aperture: 	f/6.3<br />
Focal Length: 	300 mm<br />
Latitude: 	N 43° 2&#8242; 24.54&#8243;<br />
Longitude: 	W 70° 42&#8242; 55.321&#8243;<br />
Altitude: 	18<br />
GPS Time (atomic clock): 	7/1, 36/1, 14/1<br />
Geodetic Survey Datum Used: 	WGS-84<br />
GPS Date: 	2008:01:12<br />
Compression: 	JPEG<br />
City: 	5 km NE of Rye<br />
Province/State: 	New Hampshire<br />
Country/Primary Location Name: 	United States
</p></div>
<p>Exif data, is metadata stored inherently in some formats of photos. Jp(e)g files and camera raw (raw, nef, etc). You&#8217;re probably familiar with it, just not sure what it was called. Most commonly seen on flickr, is the &#8220;This photo taken with an ________ camera.&#8221; This is just one of the things you can enter in exif data. Other common data that gets stored when you take a photo include iso, f-stop (aperture) and shutter speed to name a few. It doesn&#8217;t have to stop there.</p>
<p>A more and more common phenomenon is the inclusion of GPS data in the exif data, which can answer the question &#8220;where did you take that photo?&#8221; This data typically includes Latitude, Longitude and Altitude. According to the software, you can also automatically include data like Town, State, etc. The best software to do this I found it available for free (donation recommended) For Mac OSX Tiger and Leopard.</p>
<h3 id="151_software_1" >Software</h3>
<p>The software, GPSPhotoLinker is available at <a href="http://oregonstate.edu/~earlyj/gpsphotolinker/" target="_blank">http://oregonstate.edu/~earlyj/gpsphotolinker/</a>. This software is <strong>sweet</strong>. You can load multiple gpx files and load directories of photos, or individual files. By clicking on the batch tab, you can run a batch write to the photos and be done with it. The sweetest part is that file formats included nef files, Nikon&#8217;s raw format. This meant that I didn&#8217;t need to convert all my raw files to jpg and then process, as I only keep the nef files on my server and upload the jpgs to flickr then delete them.</p>
<p><a href="http://flickr.com/photo_exif.gne?id=2188670072&#038;context=set-72157603702493777" class="tt-flickr"></p>
<p>Other neat features include the ability to enter in &#8216;as the crow flies&#8217; locations. Take the photo at left for instance. . . If you click on the image, it will take you directly to the exif info page at flickr about this photo. Scroll down a bit and you&#8217;ll see the GPS data. It displays latitude, longitude, altitude, atomic time and that the photo was taken 5km North East of the town center of Rye, New Hampshire. Pretty cool.</p>
<p>This photo was shot with my Nikon D40. I also shot other photos,  like the ones on the right, on a timed sequence using a great little web camera from Logitech. The QuickCam Pro for Notebooks is a 2 megapixel (1600&#215;1200) web camera with a Carl Zeiss lens and built in auto focus. I used <a href="http://www.webcamsurveyor.com/" target="_blank">Webcam Surveyor</a> </p>
<p>to capture photos from the web camera every 3 minutes and save it to the hard drive of my laptop. The effect would be similar to timelapse, but in stead, by saving each photo separate instead of into a movie file, I could pick and choose the photos I wanted to keep, and still create a time lapse movie later if I wanted to. The software is only $30, and can do all sorts of great stuff including time lapse photo/movies, motion detection and recording (with the ability to mask) and other great stuff. It&#8217;s worth checking into. You can try it for 30 days to make sure it will work for your needs, I&#8217;m sure it will.</p>
<h3 id="151_work-flow_1" >Work flow</h3>
<p>Make sure your camera&#8217;s time matches your local time based on UTC time. HA WHAT? It&#8217;s simple. The date/time in the gps stuff will be based on UTC time and adjusted to your area. Look at your gps and see what time it says, and set the clock on your camera to match. The matching of gps location and photo is done with date/time photo was taken and the time stamp in the gps log.</p>
<p>I shoot in raw, probably don&#8217;t need to, but I do. I like knowing I have the most flexibility with my photos I can when I get them home. IT gives me warm fuzzies inside. So it was important for me to have software that could work with the raw files. Again, this is why GPSPhotoLinker is so great. However, I did find two things that I had to work around by adjusting my work flow. Really not a big deal now that I know. This is also why I went on several test runs prior to the big trip where I wanted the system to be flawless. I use Adobe Bridge from the Creative Suite to manage my photos. I use it to sort, tag and rate my photos. The first time I tried compiling the results, I did my normal sorting out, adding additional metadata to make it easier to find a photo later, rated the ones I wanted to post to flickr with the stars and did a little color correction, cropping and sharpening, then ran Photlinker to add in the GPS data. Here&#8217;s where I hit one small snag. Somehow, the link to the xmp file (xml file containing edits to the nef file)  was lost. Metadata stayed, but exposure correction, cropping, and ratings in bridge were lost. I had to go back and do it again.</p>
<p>The other slight snag I hit was that the photos recorded from webcamsurveyor did not have exif data that could be read correctly. I had to use a second piece of software called GPicSync to tag those photos. It was able to read the file created date to enter the gps data into the exif data. I suspect though, that this is more from the way photos from a webcam are saved then GPSPhotolinker.</p>
<h3 id="151_summary_1" >Summary</h3>
<p>I could go into so much detail on this process that you would never read the whole thing, maybe you didn&#8217;t. . . Anyone still there? If so, congratulations! There are much better ways to do this, including gps data loggers that clip to your pack if you&#8217;re straying from your car, or devices that clip into your hotshoe and write the gps data when the photo is taken. But these can cost from $50 to $400 respectively. I&#8217;d be interested in finding out if any of you have tried this out, and what you found worked for you.</p>
<div class="google_plusone_widget"><g:plusone 
      count="true" href="http://brickblog.net/2008/01/18/geotagging-a-general-guide" size="medium"></g:plusone></div><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Geotagging%2C+a+general+guide+http%3A%2F%2Fis.gd%2FvSCjgl" title="Post to Twitter"><img class="nothumb" src="http://brickblog.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Geotagging%2C+a+general+guide+http%3A%2F%2Fis.gd%2FvSCjgl" title="Post to Twitter">Tweet This Post</a></p></div>
<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbrickblog.net%2F2008%2F01%2F18%2Fgeotagging-a-general-guide&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://brickblog.net/2008/01/18/geotagging-a-general-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATE: Oh yeah, my blog. . .</title>
		<link>http://brickblog.net/2008/01/17/update-oh-yeah-my-blog</link>
		<comments>http://brickblog.net/2008/01/17/update-oh-yeah-my-blog#comments</comments>
		<pubDate>Thu, 17 Jan 2008 20:11:53 +0000</pubDate>
		<dc:creator>kayakermanmike</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[D40 dSLR]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Good Clean Geek Fun]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://brickblog.net/2008/01/17/update-oh-yeah-my-blog</guid>
		<description><![CDATA[I&#8217;ve been focusing more on photography again and neglecting my blog. I&#8217;ve been chasing after wildlife, and trying to get my gigs of photos at home sorted, tagged and uploaded to]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been focusing more on photography again and neglecting my blog. I&#8217;ve been chasing after wildlife, and trying to get my gigs of photos at home sorted, tagged and uploaded to <a href="http://flickr.com/photos/kayakermanmike/" target=_blank">flickr</a>. When I first started, I didn&#8217;t have a good plan for keeping my photos sorted, so now I&#8217;m paying for it. Thanks to Adobe Bridge CS3, I&#8217;m making short work of it.</p>
<p>I&#8217;ve also been experimenting with geotagging, or the correlating of GPS data with the exif data of photos. I think I have a semi working method involving a laptop in the car running Delorme Street Atlas 2008 and some great software available on both Mac and PC. There are much better ways to do it, but this method used existing hardware/software to my inventory to proof the concept without paying out any monies.I&#8217;ll elude to writing something about it at a later date, but don&#8217;t wait holding your breath, o.k.?</p>
<p>Finally, I&#8217;m angrily waiting for the Amazon Associates program to pay me for the referral fees from you folks shopping through my store. For 4 straight months now I have far exceeded the minimum amount for payment, and received no payment to date. I&#8217;ve been fed &#8220;We&#8217;re looking into it&#8221; for 2-3 weeks now and latest inquiries have gone unanswered. I&#8217;m sure an in depth write up will occur soon as well.</p>
<p>As far as the <a href="http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed">Dude you&#8217;re getting a Dell</a> story, things turned out ok in the end. Anonymous got the machine, albeit by driving from Concord to Portsmouth to pick it up at the DHL location the Saturday before Christmas. Where he was in line with other folks picking up their Dells. A long and frustrating tale goes along with that, but it&#8217;s a new year. He also got a small refund for the annoyance.</p>
<p>So as I eluded, I&#8217;ve been taking photos, so here are some of the latest.</p>
<div class="google_plusone_widget"><g:plusone 
      count="true" href="http://brickblog.net/2008/01/17/update-oh-yeah-my-blog" size="medium"></g:plusone></div><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=UPDATE%3A+Oh+yeah%2C+my+blog.+.+.+http%3A%2F%2Fbrickblog.net%2F%3Fp%3D149" title="Post to Twitter"><img class="nothumb" src="http://brickblog.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=UPDATE%3A+Oh+yeah%2C+my+blog.+.+.+http%3A%2F%2Fbrickblog.net%2F%3Fp%3D149" title="Post to Twitter">Tweet This Post</a></p></div>
<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbrickblog.net%2F2008%2F01%2F17%2Fupdate-oh-yeah-my-blog&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://brickblog.net/2008/01/17/update-oh-yeah-my-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dude, you&#8217;re getting A Dell SCREWED!</title>
		<link>http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed</link>
		<comments>http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed#comments</comments>
		<pubDate>Fri, 14 Dec 2007 20:19:04 +0000</pubDate>
		<dc:creator>kayakermanmike</dc:creator>
				<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[castle]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[Crap]]></category>
		<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Holidays]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[lego]]></category>
		<category><![CDATA[moc]]></category>
		<category><![CDATA[Woes]]></category>

		<guid isPermaLink="false">http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed/</guid>
		<description><![CDATA[This list of events comes from a coworker that is trying to get a nice present for Christmas. Good luck dude. Dec 8, 2007 &#8211; Purchased a Vostro 1500 from the Dell Outlet Store online. Good deal &#8211; $609.00 Dec &#8230; <a href="http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a class="tt-flickr"></p>
<p>This list of events comes from a coworker that is trying to get a nice present for Christmas.</p>
<p>Good luck dude.</p>
<blockquote>
<p><strong> Dec 8, 2007</strong> &#8211; Purchased a Vostro 1500 from the Dell Outlet Store online.  Good deal &#8211; $609.00</p>
<p><strong>Dec 11, 2007</strong> &#8211; Laptop arrives quickly.  Looks like a nice machine.  But, the battery wouldn&#8217;t stay locked into the machine.  It looks like there are two clips that hold it locked into the case, but they&#8217;re broken off..
</p>
<p><strong> Dec 11, 2007</strong> &#8211; Called support talked to Patrick, who sent me a replacement battery.  He was apologetic, Patrick tells me he&#8217;ll call to follow up to confirm that everything is ok.  I packed up the laptop and waited for the battery.
</p>
<p><strong> Dec 11, 2007 </strong>- While packing up the laptop I took a look through all the accessories.  The power cable they sent me doesn&#8217;t fit into the power adapter.  The cable is a standard monitor/pc power cable. Uh what? Did anyone check this thing out?  Broken battery and incorrect power cable?
</p>
<p><strong> Dec 11, 2007</strong> &#8211; Called support AGAIN, talked to Arvin.  Arvin walks me through the same stuff again and looks up the cable and sends me the cable.  This is getting annoying &#8211; especially the explanations about getting put on hold.  Yes, I know it will take a little while.  Yes, I&#8217;ll hold on.  Yes, YES YES!!! Just GO DO YOUR WORK!  I understand the concept of being put on hold.  This is not new to me!  I&#8217;m interested in getting off the phone sometime today so please go do whatever it is you need to do!</p>
<p><strong>Dec 12, 2007</strong> &#8211; Battery arrives.  It has the clips intact and works.  Though it only has two bars of charge left &#8211; the clip-less battery was full.  So I can&#8217;t do much since I can&#8217;t charge the battery &#8211; remember&#8230; no power cable.  Doh!</p>
<p><strong>Dec 13, 2007</strong> &#8211; New cable arrives.  Guess what?  It&#8217;s not the right cable.  This one has three rounded prongs.  I need two rounded prongs without a ground, that&#8217;s angled and plugs into the adapter.  They sent me Dell Item Number 5N020.  This shouldn&#8217;t be this hard.  Hell, the guy even checked my original order to find the cable that goes with the adapter&#8217;s correct part number.  That&#8217;s pretty logical right?
</p>
<p><strong> Dec 13, 2007</strong> &#8211; Called support again, talked to Tammy.  Tammy apologized again and says she&#8217;ll find the right part number and send me the correct cable.  She says the cable will ship overnight today and I&#8217;ll have it tomorrow.  She also tells me that she&#8217;ll call to follow-up as well.  I wait.  Again.</p>
<p><strong>Dec 14, 2007</strong> &#8211; Tammy calls to tell me that the package shipped overnight and would be arriving today.  Great, that was nice.<br />
Dec 14, 2007 &#8211; Power cable arrives.  It&#8217;s the SAME incorrect cable.  Again. Wow! Could this be worse?  This time I received Dell Item Number K2490.
</p>
<p><strong> Dec 14, 2007</strong> &#8211; I called again and talked to Suresh.  He offered to have a 3rd replacement cable sent.  Yeah about that third cable&#8230;. No thanks.  At this point I want a whole new power adapter and cable set sent.  This thing is a gift and I want it to work before Christmas.  What&#8217;s the change that I get a 4th incorrect cable?  Pretty high in my estimation.
</p>
<p><strong>Dec 14, 2007</strong> &#8211; He put me on hold to check with his supervisor and came back to tell me that a power adapter and cable &quot;set&quot; was going to take 1-2 weeks to ship.  What What WHAT?  I questioned whether all new Vostro laptop orders were now delayed a 1-2 weeks because they were out of power adapters.  Of course not.  But my adapter wasn&#8217;t part of a new machine, so those are delayed.  Are these not the same power adapters?  Is this the difference between ordered a refurbished vs a new system?  Did anyone even CHECK this laptop and its accessories??   So I end up with 1-2 weeks.  Yeah that&#8217;s not gonna work.  I explain that 1-2 weeks isn&#8217;t an option.
</p>
<p><strong> Dec 14, 2007</strong> &#8211; So he says he&#8217;ll sent the replacement cable.  Fine.  Whatever.  I make a point to ask for the dell item number.  I was told the item was number DF771.  I ask him if he&#8217;s got an image of this thing, so he can describe what it looks like.  No such luck.  So, I tell him to hold as I do his work and search the internet for a picture.  At this point I want to see the damn thing, before he ships it.  It looks right.
</p>
<p><strong> Dec 14, 2007</strong> &#8211; Suresh tells me I&#8217;ll get the cable in about a week.  WHAT?  A week.?  Prior to this everything was shipping overnight.  I questioned why it would take a week and he told me he could not be certain that it would come in 1-2 days.  Ok so &quot;I can&#8217;t be certain&quot; about 1-2 days means I guess he can safely say &quot;in about a week&quot;.  I have no choice at that moment, but to accept to have a 3rd replacement cable sent,  Fine.  Send away.  I&#8217;m not holding my breath.</p>
<p><strong>Dec 14, 2007</strong> &#8211; At this point this is just stupid.  Was this laptop even checked?  How could it have been certified refurbished with a broken battery and the incorrect power cable?  If this had been taken care of swiftly, I wouldn&#8217;t be so annoyed or question the purchase as much.  But this was just stupid.  I went online and requested an RMA.  I&#8217;m now waiting for confirmation.</p>
<p><strong>Dec 14, 2007</strong> &#8211; To make this crazier, I still need a laptop.  So I check out a few deal sites and low and behold the same laptop is currently selling for $50 bucks LESS than the refurbished piece of garbage I got.  And its NEW!!!  Vostro 1500 $549!  Save $410 instantly, it&#8217;s a better deal all around.  It&#8217;s the same laptop and this machine had a larger hard drive to boot &#8211; 160gb instead of 120gb.  I added another gig of ram and pulled the trigger.  And now&#8230; I wait.   Again.</p>
<p>What could Dell do to convince you to remain a customer?</p>
</blockquote>
<div class="google_plusone_widget"><g:plusone 
      count="true" href="http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed" size="medium"></g:plusone></div><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Dude%2C+you%E2%80%99re+getting+%3Cstrike%3EA+Dell%3C%2Fstrike%3E+SCREWED%21+http%3A%2F%2Fis.gd%2FPJy1KL" title="Post to Twitter"><img class="nothumb" src="http://brickblog.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Dude%2C+you%E2%80%99re+getting+%3Cstrike%3EA+Dell%3C%2Fstrike%3E+SCREWED%21+http%3A%2F%2Fis.gd%2FPJy1KL" title="Post to Twitter">Tweet This Post</a></p></div>
<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbrickblog.net%2F2007%2F12%2F14%2Fdude-youre-getting-a-dell-screwed&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://brickblog.net/2007/12/14/dude-youre-getting-a-dell-screwed/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Belated. . .</title>
		<link>http://brickblog.net/2007/11/01/belated</link>
		<comments>http://brickblog.net/2007/11/01/belated#comments</comments>
		<pubDate>Thu, 01 Nov 2007 20:49:51 +0000</pubDate>
		<dc:creator>kayakermanmike</dc:creator>
				<category><![CDATA[360]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[Air Show]]></category>
		<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[castle]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[classic]]></category>
		<category><![CDATA[coldfusion]]></category>
		<category><![CDATA[College Hockey]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[Current Affairs]]></category>
		<category><![CDATA[D40 dSLR]]></category>
		<category><![CDATA[dragonfly]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[electric fence]]></category>
		<category><![CDATA[Friday's PSAs]]></category>
		<category><![CDATA[Friends & Family]]></category>
		<category><![CDATA[Good Clean Geek Fun]]></category>
		<category><![CDATA[halloween]]></category>
		<category><![CDATA[hawk moths]]></category>
		<category><![CDATA[Holidays]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[hummingbird moth]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[lego]]></category>
		<category><![CDATA[Mac Book Pro]]></category>
		<category><![CDATA[master collection]]></category>
		<category><![CDATA[moc]]></category>
		<category><![CDATA[modding]]></category>
		<category><![CDATA[Moxie]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[no shame]]></category>
		<category><![CDATA[Office Pranks]]></category>
		<category><![CDATA[Paintball]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Playing]]></category>
		<category><![CDATA[Pop-Culture]]></category>
		<category><![CDATA[Raccoons]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[snot]]></category>
		<category><![CDATA[Social Computing]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Stephen Colbert]]></category>
		<category><![CDATA[The dumbing of America]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[University of Maine]]></category>
		<category><![CDATA[University of New Hampshire]]></category>
		<category><![CDATA[viking]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[Weird PSAs]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP Pro]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://brickblog.net/2007/11/01/belated/</guid>
		<description><![CDATA[I&#8217;d make a horrible Dad. I know it. Know why? Got any clues? Well, in 2006 on 10-25 at 9:57 P.M. I posted my first article here on Brickblog. Why, I remember when this blog was still in diapers, I &#8230; <a href="http://brickblog.net/2007/11/01/belated">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d make a horrible Dad. I know it. Know why? Got any clues? Well, in 2006 on 10-25 at 9:57 P.M. I posted <a href="http://brickblog.net/2006/10/25/welcome/">my first article here on Brickblog</a>. Why, I remember when this blog was still in diapers, I was excited to get 1 visit after posting oh so many articles. To date, I&#8217;m up to 4,694 visits since I installed Google Analytics (November 9, 2006) to track such things. Truly amazing. What&#8217;s even scarrier is when I analyze what kinds of articles bring people to my site, I see when you search for <a href="http://www.google.com/search?q=d40+vs+d70&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;rls=org.mozilla:en-US:official&#038;client=firefox-a">d40 vs d70</a> my site comes up #1 in google.</p>
<p>So lets think back to what brought this blog to life. . .<br/><br />
Oh thats right, <a href="http://brickblog.net/category/raccoons/">those damn raccoons</a>. They&#8217;re still around, in fact I had great fun, ehr, I mean I was left no other option, then to shoot one a couple weeks ago with my paintball gun while I had the electric fence repurposed on the garden for the summer.</p>
<p>But of course, I wouldn&#8217;t be here with such an audience if it wasn&#8217;t for my peeps. Those folks that both read my insane ramblings, and those that link to my blog. So since I can&#8217;t thank every single one of you by name, I&#8217;ll be certain to report out what WordPress tells me are the good folks linking to my site.</p>
<p>Thanks!</p>
<ul>
<li><a href="http://notestomarquis.blogspot.com">Notes to Marquis</a></li>
<li><a href="http://82spots.cn/index.php/2007/10/21/wii-sixty-file-under-suck-it-sony/">Wii Sixty: File under &#8211; Suck it Sony</a></li>
<li><a href="http://borkweb.com/story/strong-kids-safe-kids">Strong Kids, Safe Kids</a></li>
<li><a href="http://moldysnack.com">Moldy Snack</a></li>
<li><a href="http://www.mandymag.com">mandymag.com</a></li>
<li><a href="http://userssuck.com">Users Suck! </a></li>
<li><a href="http://spiralbound.net">spiralbound.net</a></li>
</ul>
<p><br clear="all"/></p>
<div class="google_plusone_widget"><g:plusone 
      count="true" href="http://brickblog.net/2007/11/01/belated" size="medium"></g:plusone></div><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Belated.+.+.+http%3A%2F%2Fis.gd%2FITxIAV" title="Post to Twitter"><img class="nothumb" src="http://brickblog.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Belated.+.+.+http%3A%2F%2Fis.gd%2FITxIAV" title="Post to Twitter">Tweet This Post</a></p></div>
<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbrickblog.net%2F2007%2F11%2F01%2Fbelated&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://brickblog.net/2007/11/01/belated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be a consumer whore, the easy way!</title>
		<link>http://brickblog.net/2007/08/16/be-a-consumer-whore-the-easy-way</link>
		<comments>http://brickblog.net/2007/08/16/be-a-consumer-whore-the-easy-way#comments</comments>
		<pubDate>Thu, 16 Aug 2007 12:25:55 +0000</pubDate>
		<dc:creator>kayakermanmike</dc:creator>
				<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[D40 dSLR]]></category>
		<category><![CDATA[Mac Book Pro]]></category>
		<category><![CDATA[master collection]]></category>
		<category><![CDATA[Nikon]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://brickblog.net/2007/08/16/be-a-consumer-whore-the-easy-way/</guid>
		<description><![CDATA[As anyone can tell, I have an Amazon Associates store that I have connected to my blog. That way when I review something, and you, the reader, are sooo compelled that you must buy it RIGHT NOW, you can. So &#8230; <a href="http://brickblog.net/2007/08/16/be-a-consumer-whore-the-easy-way">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As anyone can tell, I have an Amazon Associates store that I have connected to my blog. That way when I review something, and you, the reader, are sooo compelled that you must buy it RIGHT NOW, you can. So when I saw that Amazon was offering context ads, I thought I would give it a try.</p>
<p>You need to have an Amazon Associates store to begin with. If you have one, go to your familiar &#8220;Build Links&#8221; section and choose &#8220;Context Links (Beta).&#8221; You&#8217;ll be given a little javascript to add to the footer of your site. It will then spider your content and turn phrases into links all on it&#8217;s own. Pretty sweet if you want to be a lazy salesperson.</p>
<p>Lets give it a try. . .<br />
Hormel Chili makes me gassy but tastes good, I guess. I&#8217;ve never really had it. I like to use Adobe Bridge on my work Mac Book Pro, I wish I could get a Mac Pro for home, part of the reason I have ads, to generate money for toys. I like Lego, right now I&#8217;m into the Lego Castle theme, I just bought a few Lego 7090 sets so I could get extra knights and skeletons. I love my Nikon D40, theres a D40x but even though it offers more mega pixels, it lacks some crucial features.</p>
<p>O.K. that was almost as bad as an episode of The Price is Right. I feel dirty.</p>
<div class="google_plusone_widget"><g:plusone 
      count="true" href="http://brickblog.net/2007/08/16/be-a-consumer-whore-the-easy-way" size="medium"></g:plusone></div><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Be+a+consumer+whore%2C+the+easy+way%21+http%3A%2F%2Fis.gd%2FBLG54H" title="Post to Twitter"><img class="nothumb" src="http://brickblog.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Be+a+consumer+whore%2C+the+easy+way%21+http%3A%2F%2Fis.gd%2FBLG54H" title="Post to Twitter">Tweet This Post</a></p></div>
<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbrickblog.net%2F2007%2F08%2F16%2Fbe-a-consumer-whore-the-easy-way&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://brickblog.net/2007/08/16/be-a-consumer-whore-the-easy-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hold off on CS3 Master Collection folks!</title>
		<link>http://brickblog.net/2007/07/20/hold-off-on-cs3-master-collection-folks</link>
		<comments>http://brickblog.net/2007/07/20/hold-off-on-cs3-master-collection-folks#comments</comments>
		<pubDate>Fri, 20 Jul 2007 20:24:23 +0000</pubDate>
		<dc:creator>kayakermanmike</dc:creator>
				<category><![CDATA[adobe]]></category>
		<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Mac Book Pro]]></category>
		<category><![CDATA[master collection]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP Pro]]></category>

		<guid isPermaLink="false">http://brickblog.net/2007/07/20/hold-off-on-cs3-master-collection-folks/</guid>
		<description><![CDATA[After getting a little bit of a run around today, myself and another coworker got to the real issue we&#8217;ve been having with Adobe&#8217;s Creative Suite 3 Master collection. According to Adobe tech support, the media is hosed. It seems &#8230; <a href="http://brickblog.net/2007/07/20/hold-off-on-cs3-master-collection-folks">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>After getting a little bit of a run around today, myself and another coworker got to the real issue we&#8217;ve been having with Adobe&#8217;s Creative Suite 3 Master collection.</p>
<p><strong>According to Adobe tech support, the media is hosed.</strong></p>
<p>It seems with a volume license key, you are prompted to activate. Upon attempting to activate, &#8220;This key has been activated too many times&#8221; is your reward message.
<p>What makes this even better? As purchasers of VLK, we should not even need to activate the software. The key, is supposed to be recognized as such and no phone home should be required. In our case, at least on the PC side of things, this is not the case. On my Macbook Pro, I&#8217;ve already started editing some photos with no problem.</p>
<p>Right now, tech support has no idea when this will be fixed. &#8220;hopefully by the end of next week&#8221; is the target date and they have no idea how the fix may be done. Maybe a patch, maybe a reissue of the media. We&#8217;ll wait and see.</p>
<div class="google_plusone_widget"><g:plusone 
      count="true" href="http://brickblog.net/2007/07/20/hold-off-on-cs3-master-collection-folks" size="medium"></g:plusone></div><div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Hold+off+on+CS3+Master+Collection+folks%21+http%3A%2F%2Fis.gd%2FNJd8Xi" title="Post to Twitter"><img class="nothumb" src="http://brickblog.net/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/intent/tweet?text=Hold+off+on+CS3+Master+Collection+folks%21+http%3A%2F%2Fis.gd%2FNJd8Xi" title="Post to Twitter">Tweet This Post</a></p></div>
<div class="like">
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fbrickblog.net%2F2007%2F07%2F20%2Fhold-off-on-cs3-master-collection-folks&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;font=&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:62px; "></iframe>
</div>
]]></content:encoded>
			<wfw:commentRss>http://brickblog.net/2007/07/20/hold-off-on-cs3-master-collection-folks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

