<?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>Daniel Eric Mullins</title>
	<atom:link href="http://www.danielericmullins.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danielericmullins.com</link>
	<description>Resume, Portfolio and Technological Ramblings</description>
	<lastBuildDate>Fri, 12 Apr 2013 05:38:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Data Archival: Moving at a Glacial pace</title>
		<link>http://www.danielericmullins.com/2013/02/glacial-pace/</link>
		<comments>http://www.danielericmullins.com/2013/02/glacial-pace/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 21:49:17 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[glacier]]></category>

		<guid isPermaLink="false">http://www.danielericmullins.com/?p=123</guid>
		<description><![CDATA[The realm of online data archival is speeding up and slowing down at the same time. What I&#8217;m referring to, of course, is one of Amazon Web Services&#8217; newer offerings: Glacier. Glacier is a long-term data archival service from the fine folks over at AWS. It&#8217;s similar to their S3 (Simple Storage Service), but differs [...]]]></description>
				<content:encoded><![CDATA[<p>The realm of online data archival is speeding up and slowing down at the same time.</p>
<p>What I&#8217;m referring to, of course, is one of Amazon Web Services&#8217; newer offerings: Glacier.</p>
<p>Glacier is a long-term data archival service from the fine folks over at AWS. It&#8217;s similar to their S3 (Simple Storage Service), but differs in that it&#8217;s designed for long-term storage: retrieval is request-wait-download process.</p>
<p>Where Glacier really shines is in its rock-bottom pricing for storage: $0.01/GB month in the N. Virgina region. That&#8217;s right &#8211; 1 cent per gigabyte per month. That means I can store 100 Gigabytes for $1. Talk about cheap. Upload and retrieval requests cost just $0.050 per 1,000 requests. The long-term storage benefits are overwhelming. For very little investment, I can indefinitely store every project I&#8217;ve ever completed with all the benefits of a state-of-the-art data center: redundancy, uptime and reliability.</p>
<p>Glacier &#8216;makes its money&#8217; so to speak on data transfer and retrieval. All data transfer to EC2 (Elastic Compute Cloud) in the same region is free, and transferring data to another AWS region will only cost you $0.02 per GB. Data transfer out to the Internet (i.e., your computer) is what can really be expensive. The first GB each month is free, and between 1 GB &#8211; 10 TB is $0.12 per GB. That means that if you did transfer out 10 TB in a single month, it would cost roughly $120 just to download. There is a catch, though. Glacier is designed for infrequent retrieval and you can retrieve 5% of your average monthly storage (pro-rated daily) for free (plus transfer fees). However, if you exceed that threshold, you are subject to a retrieval fee of $0.01 per gigabyte. <strong>So moving that 10TB in and out in the same month (or year for that matter) would cost roughly $1800!</strong></p>
<p>Also, like S3 when it started, Glacier does not offer a web interface for their service. If you don&#8217;t know how to program, you &#8220;can&#8217;t&#8221; upload to Glacier. Amazon offers a Java SDK, a .Net SDK and a RESTful API.</p>
<p>Although Amazon itself does not offer a GUI, other developers have filled that role nicely. I used a cross-platform Java application called &#8220;SAGU&#8221;: Simple Amazon Glacier Uploader. The title says uploader, but it will also send download requests and notify you once the download is ready. You can find SAGU <a title="Simple Glacier Uploader" href="http://simpleglacieruploader.brianmcmichael.com/" target="_blank">here</a>.</p>
<p>In all, Glacier is fantastic for &#8216;upload and forget&#8217; type of archiving. For me that would be old client files: project files, invoices, emails, etc. Things that I shouldn&#8217;t ever need again &#8211; but I don&#8217;t want to go the trouble of putting it on a hard drive (that could fail) or eating up my Mozy storage for that type of thing. Glacier isn&#8217;t designed for, and shouldn&#8217;t be used for, backups that happen every night &#8211; or frequent retrievals.</p>
<p>It&#8217;s great for the one thing it was designed for: archival. And I think it does a &#8216;cool&#8217; job of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielericmullins.com/2013/02/glacial-pace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsflash: Websites Do Nothing</title>
		<link>http://www.danielericmullins.com/2013/01/newsflash/</link>
		<comments>http://www.danielericmullins.com/2013/01/newsflash/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 23:14:35 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.danielericmullins.com/?p=100</guid>
		<description><![CDATA[That&#8217;s right. Websites don&#8217;t actually do anything &#8230; people do. We sometimes forget that simple fact in the torrent of &#8220;Let&#8217;s make it do this, and that, and more of this and oh! wouldn&#8217;t *that* be awesome?&#8221; For as many cool features that we pack into our sites and applications, without users &#8211; nothing would [...]]]></description>
				<content:encoded><![CDATA[<p>That&#8217;s right. <b>Websites</b> don&#8217;t actually <b>do</b> anything &#8230; people do.</p>
<p>We sometimes forget that simple fact in the torrent of &#8220;Let&#8217;s make it do this, and that, and more of this and oh! wouldn&#8217;t *that* be awesome?&#8221; For as many cool features that we pack into our sites and applications, without users &#8211; nothing would ever be accomplished.</p>
<p>We need to take a User Centered Design (UCD) approach. Wikipedia defines UCD as &#8220;a process in which the needs, wants, and limitations of end users of a product are given extensive attention at each stage of the design process.&#8221; A tip of the hat to whomever wrote it that way, because they nailed it on the head. As site and application builders, we <b>must</b> be cognizant of all of those things about our users. Especially the last one: limitations.</p>
<p>When we fail to recognize and account for the limitations of our customers, we are handing them nothing but a sword to stab themselves with. If a user cannot reasonably fulfill basic tenets of our application&#8217;s requirements because of hardware limitations, computer prowess or physical handicap &#8211; our &#8216;great new thing&#8217; just goes onto their pile of &#8216;great new things&#8217; they can&#8217;t use.</p>
<p>Don&#8217;t let your next big thing end up on a pile of useless junk.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielericmullins.com/2013/01/newsflash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Level Up! &#8211; CSS Level 4</title>
		<link>http://www.danielericmullins.com/2013/01/level-up-css-level-4/</link>
		<comments>http://www.danielericmullins.com/2013/01/level-up-css-level-4/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 15:27:17 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.danielericmullins.com/?p=92</guid>
		<description><![CDATA[Perusing my favorite web-geek sites this morning, I cam across a very exciting article on Smashing Magazine, Sneak Peek Into The Future: Selectors, Level 4. The article goes into much detail about many of the new selectors that are coming, but there is one that I&#8217;m particularly excited about: parent selectors. I can&#8217;t tell you [...]]]></description>
				<content:encoded><![CDATA[<p>Perusing my favorite web-geek sites this morning, I cam across a very exciting article on Smashing Magazine, <a href="http://coding.smashingmagazine.com/2013/01/21/sneak-peek-future-selectors-level-4/" title="Sneak Peek Into The Future: Selectors, Level 4" target="_blank">Sneak Peek Into The Future: Selectors, Level 4</a>. The article goes into much detail about many of the new selectors that are coming, but there is one that I&#8217;m particularly excited about: parent selectors.</p>
<p>I can&#8217;t tell you how many times I&#8217;ve wanted to style a parent element based on what it contained! With CSS Level 3, this is not possible, you need to fall back on JavaScript to add a class to the parent element. But with CSS Level 4, the syntax would look something like this:</p>
<p><code>.nav ul li! a.active { color: red; }</code></p>
<p>Notice the bang after li? That&#8217;s telling the selector engine &#8220;Style this element rather than the one at the end of the selector chain, if you please &#8211; or even if you don&#8217;t please.&#8221; No longer will we have to rely on looping through a set of DOM elements and adding a class to a particular parent, now we can just style that parent directly!</p>
<p>Talk about a time saver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielericmullins.com/2013/01/level-up-css-level-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Contact</title>
		<link>http://www.danielericmullins.com/2013/01/first-contact/</link>
		<comments>http://www.danielericmullins.com/2013/01/first-contact/#comments</comments>
		<pubDate>Mon, 21 Jan 2013 19:12:08 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.danielericmullins.com/?p=90</guid>
		<description><![CDATA[It was pointed out to me, &#8220;How are people going to get in contact with you?&#8230;&#8221; Yeah, I forgot a Contact page &#8211; but that&#8217;s been rectified. If you need to get in contact, just go here.]]></description>
				<content:encoded><![CDATA[<p>It was pointed out to me, &#8220;How are people going to get in contact with you?&#8230;&#8221;</p>
<p>Yeah, I forgot a Contact page &#8211; but that&#8217;s been rectified. If you need to get in contact, just <a href="http://www.danielericmullins.com/contact/" title="Contact">go here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielericmullins.com/2013/01/first-contact/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just Getting Started</title>
		<link>http://www.danielericmullins.com/2013/01/just-getting-started/</link>
		<comments>http://www.danielericmullins.com/2013/01/just-getting-started/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 21:30:26 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.danielericmullins.com/?p=1</guid>
		<description><![CDATA[It&#8217;s taken me almost three months, but I&#8217;ve finally gotten the new website up, running and filled with useful (ish) information. Keep watch on this blog for things that I want to share with everyone: triumphs, failures, things that I like and things that I don&#8217;t like. I&#8217;ll be posting tips, tricks, tutorials and other [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s taken me almost three months, but I&#8217;ve finally gotten the new website up, running and filled with useful (ish) information. Keep watch on this blog for things that I want to share with everyone: triumphs, failures, things that I like and things that I don&#8217;t like. </p>
<p>I&#8217;ll be posting tips, tricks, tutorials and other types of things too.</p>
<p>Keep checking back!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielericmullins.com/2013/01/just-getting-started/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  www.danielericmullins.com/feed/ ) in 2.04276 seconds, on May 19th, 2013 at 4:13 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on May 20th, 2013 at 4:13 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.danielericmullins.com/feed/ ) in 0.00071 seconds, on May 20th, 2013 at 11:31 am UTC. -->