<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0" xml:lang="en" xml:base="http://maveno.us/wp-atom.php">
	<title type="text">Becoming Mavenous</title>
	<subtitle type="text">A Coding Project of Dustin Hansen</subtitle>

	<updated>2010-06-05T04:37:34Z</updated>
	<generator uri="http://wordpress.org/" version="2.9.2">WordPress</generator>

	<link rel="alternate" type="text/html" href="http://maveno.us" />
	<id>http://maveno.us/feed/atom/</id>
	

			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/mavenous" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="mavenous" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[CSS3 and Javascript Planetary System]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/06/css3-js-planetary-system/" />
		<id>http://maveno.us/?p=590</id>
		<updated>2010-06-01T23:54:59Z</updated>
		<published>2010-06-01T23:54:59Z</published>
		<category scheme="http://maveno.us" term="HTML5 / CSS3" /><category scheme="http://maveno.us" term="Javascript" /><category scheme="http://maveno.us" term="Animation" /><category scheme="http://maveno.us" term="css3" /><category scheme="http://maveno.us" term="planetary system" />		<summary type="html"><![CDATA[ ]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/06/css3-js-planetary-system/">&lt;p&gt;After seeing neography.com's CSS3 transition galaxy I couldn't help but rewrite it using javascript so that it would work in browsers other than Chrome or Safari. Eventually Firefox (maybe IE?!) will support CSS3 transitions and animations as well, but for now, we need a javascript implementation. &lt;/p&gt;
&lt;p&gt;I still have work to do on the satellites (moons, rings, etc) so it's a work in progress for now.&lt;/p&gt;
&lt;p class="big"&gt;&lt;a href="/library/examples/css3/galaxy"&gt;CSS3 and Javascript Planetary System&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;map name='google_ad_map_590_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/590?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_590_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=590&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F06%2Fcss3-js-planetary-system%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6zzFi86HoulmN7lOmitMN2Vur5w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6zzFi86HoulmN7lOmitMN2Vur5w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6zzFi86HoulmN7lOmitMN2Vur5w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6zzFi86HoulmN7lOmitMN2Vur5w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/06/css3-js-planetary-system/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/06/css3-js-planetary-system/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[CSS3 Example updates]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/05/css3-example-updates/" />
		<id>http://maveno.us/?p=579</id>
		<updated>2010-05-18T02:15:01Z</updated>
		<published>2010-05-18T02:07:34Z</published>
		<category scheme="http://maveno.us" term="HTML5 / CSS3" /><category scheme="http://maveno.us" term="UI design" /><category scheme="http://maveno.us" term="colors" /><category scheme="http://maveno.us" term="css3" /><category scheme="http://maveno.us" term="demos" /><category scheme="http://maveno.us" term="UI" />		<summary type="html"><![CDATA[ ]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/05/css3-example-updates/">&lt;p&gt;After the disaster I mentioned in the last article, I figured the least I could do, for now, is redo some of the CSS3 examples, and get them completed. Over the next week or so, I plan to get all of them up and completed. For now the following have been updated:&lt;/p&gt;

&lt;ul class="default-list"&gt;
&lt;li&gt;&lt;a href="/library/examples/css3/colors"&gt;RGBA and HSLA CSS3 colors&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/library/examples/css3/zebra-striping"&gt;Zebra Striping a table with CSS3 &lt;code&gt;nth-child()&lt;/code&gt; selector.&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/library/examples/css3/floating-box-and-shadow"&gt;Creating a floating box with CSS3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="/library/examples/css3/box-shadow"&gt;Box-shadow CSS3 attribute&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Enjoy! More coming as often as I can muster!&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;p&gt;&lt;map name='google_ad_map_579_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/579?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_579_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=579&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F05%2Fcss3-example-updates%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XTEU7zZ2wBvXa5NvL0I5FDExDeo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XTEU7zZ2wBvXa5NvL0I5FDExDeo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XTEU7zZ2wBvXa5NvL0I5FDExDeo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XTEU7zZ2wBvXa5NvL0I5FDExDeo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/05/css3-example-updates/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/05/css3-example-updates/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[Fool me once again, shame on me&#8230;]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/05/fool-me-once-shame-on-me/" />
		<id>http://maveno.us/?p=574</id>
		<updated>2010-06-05T04:37:34Z</updated>
		<published>2010-05-15T07:19:20Z</published>
		<category scheme="http://maveno.us" term="Becoming Mavenous" /><category scheme="http://maveno.us" term="backups" /><category scheme="http://maveno.us" term="code" /><category scheme="http://maveno.us" term="Github" />		<summary type="html"><![CDATA[ ]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/05/fool-me-once-shame-on-me/">&lt;p&gt;So for the past month and a half I've been working on an update for the labs, the CSS3 and HTML5 examples, and a nice little wordpress plugin for reading in github projects, and creating code examples and displays so long as they were formatted according to the mootools structural format.&lt;/p&gt;

&lt;p&gt;Now... it's all gone. For what ever reason, Zend Studio decided I didn't need any of my project files anymore, and it ate them. That's the only explanation I've got. They're just gone. I was pretty sure I had a backup, and guess what? Yea... I'm dumb. I'm feeling pretty devastated right now; it's very, very disheartening. The worse part is that I had just completed more than half of the CSS3/HTML5 demos, and now they're gone.&lt;/p&gt;

&lt;p&gt;The saddest part of this whole sob story? I have a perfectly good subversion sever setup that I use for all my other sites. Why wasn't maveno.us in there? Fuck if I know... Anyway, this wasn't the post I had planned for this weekend, but here it is.&lt;/p&gt;

&lt;p&gt;*sigh*&lt;/p&gt;&lt;p&gt;&lt;map name='google_ad_map_574_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/574?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_574_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=574&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F05%2Ffool-me-once-shame-on-me%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yiBeFTaX1Pp4uJ9yVo0S7jB4oRI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yiBeFTaX1Pp4uJ9yVo0S7jB4oRI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yiBeFTaX1Pp4uJ9yVo0S7jB4oRI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yiBeFTaX1Pp4uJ9yVo0S7jB4oRI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/05/fool-me-once-shame-on-me/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/05/fool-me-once-shame-on-me/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[Feeding Those Social Critters]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/03/feeding-those-social-critters/" />
		<id>http://maveno.us/?p=554</id>
		<updated>2010-03-29T16:29:43Z</updated>
		<published>2010-03-29T08:36:34Z</published>
		<category scheme="http://maveno.us" term="Javascript" /><category scheme="http://maveno.us" term="Mootools" /><category scheme="http://maveno.us" term="Programming" /><category scheme="http://maveno.us" term="UI design" /><category scheme="http://maveno.us" term="UI" />		<summary type="html"><![CDATA[Herein lies the caveat. It would seem as though Internet Explorer has issues with certain styles retrieved via MooTools' getStyle element method, background-position being one of them.]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/03/feeding-those-social-critters/">&lt;h4&gt;Feeding the Animals&lt;/h4&gt;
&lt;p&gt;A friend of mine was asking about the effect I use for the social media icons in the sidebar here. I told him that's personal and I would prefer he not bring up such iniquitous filth in the polite company of my daughter. When I realized he was talking about my website, I figured I would apologize by writing up a quick article about it and some of the caveats I ran into.&lt;/p&gt;
&lt;span id="more-554"&gt;&lt;/span&gt;

&lt;p&gt;There's actually not really much to the effect. I've made use of sprites, a small amount of CSS, and just a simple Javascript function aptly named &lt;code&gt;socialCritters&lt;/code&gt; to achieve a nice UI element effect. There are a few things to keep in mind, however, so let's get to it, yea?&lt;/p&gt;

&lt;h4&gt;The Sprite&lt;/h4&gt;
&lt;div class="center" style="padding:15px 0"&gt;
&lt;img src="/library/media/icons/social/social_bar_icos.png" style="width:284px;height:32px;border:0;" alt="Social Media Icons Sprite" title="Social Media Icons Sprite"&gt;
&lt;/div&gt;
&lt;p&gt;As you can see, a very simple image with each of the icons I use (and a few I am not yet using), evenly spaced for easy access via &lt;code&gt;background-position&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Unfortunately I no longer have the name of the artist that designed these icons (which I usually keep in the directory with the icons themselves). If anyone does know, please contact me so I may give proper attribution.&lt;/p&gt;

&lt;h4&gt;The HTML&lt;/h4&gt;
&lt;pre class="html"&gt;
&amp;lt;a href="#" class="global-social" style="background-position: -106px 13px;"&gt;RSS 2.0&amp;lt;/a&gt;
&amp;lt;a href="#" class="global-social" style="background-position: -70px 13px;"&gt;FaceBook&amp;lt;/a&gt;
&amp;lt;a href="#" class="global-social" style="background-position: 2px 13px;"&gt;Delicious Bookmarks&amp;lt;/a&gt;
&amp;lt;a href="#" class="global-social" style="background-position: -34px 13px;"&gt;Digg Profile&amp;lt;/a&gt;
&amp;lt;a href="#" class="global-social" style="background-position: -214px 13px;"&gt;Follow me on Twitter&amp;lt;/a&gt;
&lt;/pre&gt;

&lt;p&gt;Herein lies the caveat. It would seem as though &lt;a href="https://mootools.lighthouseapp.com/projects/2706/tickets/151-getting-a-background-position" rel="external"&gt;Internet Explorer has issues with certain styles&lt;/a&gt; retrieved via MooTools' &lt;code&gt;getStyle()&lt;/code&gt; method, &lt;code&gt;background-position&lt;/code&gt; being one of them. Luckily there's an easy fix, specify the style inline. Normally I would completely advise against this, but as it is crucial to the functionality of this code, and not something likely to be effected by a global stylesheet change, it should be okay this once.&lt;/p&gt;

&lt;h4&gt;The CSS&lt;/h4&gt;
&lt;pre class="css"&gt;
.global-social {
	width: 36px;
	height: 32px;
	cursor: pointer;
	font-size: 0.0em;
	background: url(/library/media/icons/social/social_bar_icos.png) no-repeat;
	padding-bottom: 6px;
	border-bottom: 1px solid #111;
	border-bottom-color: rgba(155,155,155,0.2);
	margin-left: 10px;
	display: block;
	float: right;
	text-indent: -10000em;
	-moz-box-shadow: 0 2px 0 -1px #151515, 0 5px 0 -3px #393939, 0 5px 2px -3px rgba(57,57,57,0.7);
	-webkit-box-shadow: 0 2px 0 #151515, 0 5px 0 -3px #393939, 0 5px 2px rgba(57,57,57,0.7);
	box-shadow: 0 3px 4px -4px rgba(230,230,230,0.6);
}
&lt;/pre&gt;

&lt;p&gt;Simple enough, right? Creates a block level element with the proper width and height, sets the background image and applies a few effects with the border and box shadow css attributes.&lt;/p&gt;

&lt;h4&gt;The Javascript&lt;/h4&gt;
&lt;p&gt;This code requires Mootools, of course. Make sure you &lt;a href="http://mootools.net/download" rel="external"&gt;grab 1.2.4&lt;/a&gt; or 1.2.1-3 and grab the &lt;code&gt;getSiblings&lt;/code&gt; element method from &lt;a href="http://davidwalsh.name/mootools-element-siblings" rel="external"&gt;David Walsh's site&lt;/a&gt;.&lt;/p&gt;
&lt;pre class="js"&gt;
function socialCritters() {
	$$('a.global-social').each(function(_el) {
		var bpX = $(_el).getStyle('background-position').split(" ")[0];
		_el.set('morph', {'duration':200,'link':'cancel'})
		.store('bpx', bpX)
		.addEvents({
			'mouseenter': function() {
				// Call FX.Morph and change background-position keeping the correct X offset
				this.morph({'opacity':1, 'background-position': this.retrieve('bpx') + ' 9px'});

				// Get this element's siblings and set their background-position to their defaults
				// also tone down their opacity for a more dramatic effect.
				$each(this.getSiblings('a'), function(_elem) {
					_elem.morph({'opacity':0.3, 'background-position': _elem.retrieve('bpx') + ' 13px'});
				});
			},
			'mouseleave': function() {
				// Same as mouseenter, 'cept backwards.
				this.morph({'opacity':1, 'background-position': this.retrieve('bpx') + ' 13px'});

				// make sure all elements are returned to their default positions.
				$each(this.getSiblings('a'), function(_elem) {
					_elem.morph({'opacity':1, 'background-position': _elem.retrieve('bpx') + ' 13px'});
				});
			}
		});
	});
}
window.addEvent('domready', function() { socialCritters(); });
&lt;/pre&gt;

&lt;p&gt;So what's going on here? First we use the Mootools &lt;code&gt;$$&lt;/code&gt; function to get an array of the HTMLElements we want to work with. We use the CSS selector &lt;code&gt;a.global-social&lt;/code&gt; to easily grab just the appropriate elements. Next we set a few default values, one for the element's Fx.Morph attribute, and the other we get the default &lt;code&gt;background-position&lt;/code&gt; X coordinate and store it in the element storage with the key of &lt;code&gt;bpx&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;After that we've only to set the &lt;code&gt;mouseenter&lt;/code&gt; and &lt;code&gt;mouseleave&lt;/code&gt; events to trigger the animation and opacity changes required for each event.&lt;/p&gt;

&lt;p&gt;That's all there is to it! Remember to call the &lt;code&gt;socialCritters()&lt;/code&gt; function in an window domready event with a&lt;br /&gt; &lt;code&gt;window.addEvent('domready', function(){ socialCritters(); });&lt;/code&gt;&lt;br /&gt;statement and your golden. Have fun with it and if you modify it or come up with any cool alternatives, please feel free to let me know here!&lt;/p&gt;
&lt;p&gt;&lt;map name='google_ad_map_554_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/554?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_554_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=554&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F03%2Ffeeding-those-social-critters%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nPEWLdzYIqiwjL9gbbpJ6C2K6tQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nPEWLdzYIqiwjL9gbbpJ6C2K6tQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nPEWLdzYIqiwjL9gbbpJ6C2K6tQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nPEWLdzYIqiwjL9gbbpJ6C2K6tQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/03/feeding-those-social-critters/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/03/feeding-those-social-critters/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[Smashing Magazine Needs our Help]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/03/smashing-magazine-needs-our-help/" />
		<id>http://maveno.us/?p=529</id>
		<updated>2010-03-26T00:39:56Z</updated>
		<published>2010-03-24T02:31:24Z</published>
		<category scheme="http://maveno.us" term="Uncategorized" />		<summary type="html"><![CDATA[Only sound financial conditions can guarantee the steady stream of high quality content which you are used to on Smashing Magazine. Today we need your financial support.]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/03/smashing-magazine-needs-our-help/">&lt;h4&gt;Smashing Darling, How Are You?&lt;/h4&gt;
&lt;p&gt;Most anyone who's been a web designer has at the very least &lt;em&gt;heard&lt;/em&gt; of &lt;a href="http://www.smashingmagazine.com/" rel="external"&gt;Smashing Magazine&lt;/a&gt;. If you happen to be an avid reader of theirs, I'm sure you are aware of the dire situation they currently face. I am among those of you who have read the amazing, and informative articles they post on a near daily (if not daily) basis. They spend a lot of money, and have invested a lot of time to bring us content that consistently helps us, as a community, to hone our skills, and become better designers.&lt;/p&gt;

&lt;h4&gt;I'm Bringing Giving Back, Back.&lt;/h4&gt;
&lt;p&gt;It's time we give back. Smashing may be in a situation where they are forced to reduce the number of articles they write, a travesty for us in the community as far as I am concerned, or consider other alternatives; none of which I believe will be all that beneficial to any of us. So how can we best help, you ask? From their article on the topic:&lt;/p&gt;
&lt;blockquote&gt;What happened here today, on the Smashing Magazine’s website? Well, here is the thing: we need your help. Only sound financial conditions can guarantee the steady stream of high quality content which you are used to on Smashing Magazine. Today we need your financial support. Please &lt;a href="http://shop.smashingmagazine.com/smashingbook-dispatcher.php?d=smashing-ebook-series-1-professional-web-design" rel="external"&gt;help us by buying our new eBook "Professional Web Design"&lt;/a&gt;.&lt;/blockquote&gt;

&lt;h4&gt;An eBook for Us All&lt;/h4&gt;
&lt;p&gt;The eBook is a selection of the best articles from Smashing's amazing archive written on the topic of professional web design. The book includes different guidelines for professional web development from communicating with clients, creating a successful portfolio, to tips on designing user interfaces for business web applications. I've secure my copy, and I suggest you do the same to help preserve a wonderful resource that I'm sure many of us have used at one time or another. This doesn't just help Smashing Magazine itself, but the countless authors in our industry as well that rely on websites such as Smashing to provide a venue such as they have.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;&lt;p&gt;&lt;map name='google_ad_map_529_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/529?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_529_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=529&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F03%2Fsmashing-magazine-needs-our-help%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/EAhVUZU_ibSdMMgwgbtVTQKvFzc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EAhVUZU_ibSdMMgwgbtVTQKvFzc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/EAhVUZU_ibSdMMgwgbtVTQKvFzc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/EAhVUZU_ibSdMMgwgbtVTQKvFzc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/03/smashing-magazine-needs-our-help/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/03/smashing-magazine-needs-our-help/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[Sticky Note Utilizing CSS3, Sans Images]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/03/post-it-note-using-css3/" />
		<id>http://maveno.us/?p=451</id>
		<updated>2010-03-26T00:35:20Z</updated>
		<published>2010-03-23T05:48:00Z</published>
		<category scheme="http://maveno.us" term="Graphic Design" /><category scheme="http://maveno.us" term="UI design" /><category scheme="http://maveno.us" term="css3" /><category scheme="http://maveno.us" term="Design" /><category scheme="http://maveno.us" term="html5" /><category scheme="http://maveno.us" term="UI" />		<summary type="html"><![CDATA[So what characteristics are we looking for? To make the sticky note realistic, we need to give hints of being 3D. We need to create gradients and perspective for a sense of depth, and a shadow.]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/03/post-it-note-using-css3/">&lt;h4&gt;Hey, can you take a note?&lt;/h4&gt;
&lt;p&gt;We've all seen the sticky notes on websites used for notices, call to actions, and normal UI type information. Usually these sticky notes are composed of images, and maybe even a simple CSS3 rotate transform. But we can achieve a quite similar looking sticky note sans images all together.&lt;/p&gt;

&lt;p&gt;It took quite a bit of playing around with transform and gradients, and it doesn't quite look as good as it could, but I believe I've come up with something that could easily be incorporated into a Mootools or JQuery class to generate just such an effect on the fly. Lets have a look, shall we?&lt;/p&gt;
&lt;span id="more-451"&gt;&lt;/span&gt;

&lt;div class="clearme article-demos"&gt;&lt;a class="site-button large-button goleft" href="/library/examples/css3/post-it" style="width:120px;margin-right: 30px"&gt;View Demo&lt;/a&gt;&lt;a class="site-button large-button goleft" href="/library/examples/css3/post-it" style="width:150px;"&gt;Download Code&lt;/a&gt;&lt;/div&gt;

&lt;h4&gt;Stick it to me, note-boy.&lt;/h4&gt;
&lt;p&gt;First, lets see a few examples for inspiration, just to get an idea of what sort of result we're looking for, yea?&lt;/p&gt;

&lt;div class="clearme vert-top1"&gt;
&lt;a href="/library/media/images/articles/451_pstut.jpg" class="post-it-thumb" style="margin:0 15px 15px 0;"&gt;&lt;img src="/library/media/images/articles/451_pstut.jpg" style="height:150px;width:188px;border:0"&gt;&lt;/a&gt;&lt;a href="/library/media/images/articles/451_bbs.jpg" class="post-it-thumb" style="margin:0 15px 15px 0;"&gt;&lt;img src="/library/media/images/articles/451_bbs.jpg" style="border:0;width:188px;height:150px;"&gt;&lt;/a&gt;&lt;a href="/library/media/images/articles/451_sxc.jpg" class="post-it-thumb" style="margin:0 0 15px 0;"&gt;&lt;img src="/library/media/images/articles/451_sxc.jpg" style="border:0;width:188px;height:150px;"&gt;&lt;/a&gt;
&lt;/div&gt;

&lt;div class="clearme vertical-space"&gt;
&lt;a class="block goleft" style="width:188px;margin-right:15px;" href="http://www.pstut.com/tutorial-sticky-note.html" rel="external"&gt;PSTut.com&lt;/a&gt;
&lt;a class="block goleft" style="width:188px;margin-right:15px;" href="http://www.brownbatterystudios.com/sixthings/2006/10/09/rapid-fire-6-sticky-notes/" rel="external"&gt;Brown Battery Studios&lt;/a&gt;
&lt;a class="block goleft" style="width:188px;display:block;" href="http://www.sxc.hu/photo/842316" rel="external"&gt;Stock.xchng&lt;/a&gt;
&lt;/div&gt;

&lt;h4&gt;What now, sticky-stickerton?&lt;/h4&gt;
&lt;p class="vertical-space"&gt;So what characteristics are we looking for? To make the sticky note realistic, we need to give hints of being 3D. We need to create gradients and perspective for a sense of depth, and a shadow. Easy enough, right? We'll start with a plain HTML div element and some text to see how it looks.&lt;/p&gt;

&lt;h4&gt;The HTML&lt;/h4&gt;
&lt;pre class="html"&gt;&amp;lt;div class="sticky-box"&gt;
  &amp;lt;div class="sticky-note"&gt;
    &amp;lt;p style="margin-bottom:0.8em;font-size:1.4em"&gt;Dear Milky-Tits,&amp;lt;/p&gt;
    &amp;lt;p style="margin-bottom:1.2em"&gt;Please remember to pick up the milk from the corner supermarket, sunshine-butt!&amp;lt;/p&gt;
    &amp;lt;em&gt;Thanks,&amp;lt;br&gt;Mr. The Milk Requester&amp;lt;/em&gt;
  &amp;lt;/div&gt;
  &amp;lt;div class="sticky-shadow"&gt;&amp;lt;/div&gt;
&amp;lt;/div&gt;&lt;/pre&gt;

&lt;h4&gt;The CSS&lt;/h4&gt;
&lt;pre class="css"&gt;.sticky-note {
	position: absolute;
	left: 0;
	top: 0;
	font: 25px/1.3em JournalRegular,sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	font-weight: bold;
	z-index: 2;
	margin: 0;
	width: 290px;
	height: 290px;
	padding: 60px 30px 0 40px;

	-moz-border-radius-topleft: 155px 2px;
	-moz-border-radius-topright: 5px 11px;
	-moz-border-radius-bottomleft: 85px 10px;
	-moz-border-radius-bottomright: 75px 5px;
	-webkit-border-top-left-radius: 9px 81px;
	-webkit-border-top-right-radius: 5px 11px;
	-webkit-border-bottom-left-radius: 85px 10px;
	-webkit-border-bottom-right-radius: 75px 5px;

	-moz-transform: skew(5deg, -5deg) rotate(14deg) translate(-30px);
	-webkit-transform: skew(5deg, -5deg) rotate(14deg) translate(-30px);

	background-color: #fff;
	background-image:
	-moz-linear-gradient(100% 0 235deg, rgba(10,10,10,0.3), rgba(70,70,70,0.1), rgba(255,255,255,0) 65px),
	-moz-linear-gradient(0 0 -45deg, rgba(255,255,255,1), rgba(255,255,255,0) 65px),
	-moz-linear-gradient(100% 100% -235deg, rgba(10,10,10,0.3), rgba(70,70,70,0.1), rgba(255,255,255,0) 55px),
	-moz-linear-gradient(0 100% 40deg, rgba(10,10,10,0.3), rgba(70,70,70,0.1), rgba(255,255,255,0) 65px),
	-moz-linear-gradient(top, #f1f1f1, #ccc 100px, #bbb);

	-moz-box-shadow:
	-5px 5px 2px -1px rgba(30,30,30,0.2),
	5px 5px 2px -1px rgba(30,30,30,0.5),
	0 0 95px 4px rgba(255,255,255,0.4);

	-webkit-box-shadow:
	-5px 5px 2px rgba(30,30,30,0.2),
	5px 5px 2px rgba(30,30,30,0.5),
	0 0 95px rgba(255,255,255,0.4);

	border-top: 1px solid rgba(200,200,200,0.8);
	border-left: 1px solid rgba(255,255,255,0.7);
	border-bottom: 2px solid rgba(100,100,100,0.5);
	border-right: 2px solid rgba(145,145,145,0.6);
}
  
.sticky-shadow {
	position: absolute;
	left: 0;
	top: 3px;
	width: 362px;
	height: 353px;
	-moz-transform: skew(5deg, -5deg) rotate(14deg) translate(-30px);
	-webkit-transform: skew(5deg, -5deg) rotate(14deg) translate(-30px);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,1);
	background: #000;
	opacity: 0.5;
	z-index: 1;
}
  
.sticky-box {
	position: relative;
	width: 300px;
	margin: 120px auto;
}&lt;/pre&gt;

&lt;p&gt;&lt;map name='google_ad_map_451_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/451?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_451_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=451&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F03%2Fpost-it-note-using-css3%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/B61shnbbdu3z_i8EbK49GVD5Kx4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B61shnbbdu3z_i8EbK49GVD5Kx4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/B61shnbbdu3z_i8EbK49GVD5Kx4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/B61shnbbdu3z_i8EbK49GVD5Kx4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/03/post-it-note-using-css3/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/03/post-it-note-using-css3/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[SprinklePenny and Mootools Integration]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/03/sprinklepenny-mootools-integration/" />
		<id>http://maveno.us/?p=418</id>
		<updated>2010-03-26T00:32:39Z</updated>
		<published>2010-03-19T08:55:30Z</published>
		<category scheme="http://maveno.us" term="Javascript" /><category scheme="http://maveno.us" term="Mootools" /><category scheme="http://maveno.us" term="Programming" /><category scheme="http://maveno.us" term="monetize" />		<summary type="html"><![CDATA[SprinklePenny integration is really quite simple for content providers, simply place a small bit of html code on the page, a little bit of JQuery code, and make sure you have the JQuery library included as well. Short and sweet, eh? The same can just as easily be done in Mootools.]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/03/sprinklepenny-mootools-integration/">&lt;h4&gt;Sprinkle My What?!&lt;/h4&gt;
&lt;p&gt;You may have noticed the little "Support Us" image off in the right-hand navigation over there. Yea, right over there... go ahead and take a look. See it? Great. Now you may have just asked yourself, WTF is that anyway, and how can I support my favorite authors whom provide me with the quality content I enjoy reading on a near daily basis? After you've pondered that a moment, you may then drift off and ask yourself &lt;em&gt;"And who was the frickin' genius who came up with the coloring code for milk jugs, and why doesn't skim milk have those pretty lil' pink tops anymore?"&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;Of course, I would then have to pontificate; Yea, what the hell &lt;em&gt;did&lt;/em&gt; happen to the pink caps, and are you sure they were the skim milks? And &lt;a href="http://en.wikipedia.org/wiki/Milk_bottle_top" rel="external"&gt;why does Canada have to be so retarded&lt;/a&gt;&lt;a href="#canada_tard"&gt;*&lt;/a&gt; about the whole deal?&lt;/p&gt;

&lt;p&gt;But I digress. &lt;a href="http://sprinklepenny.com" rel="external"&gt;SprinklePenny&lt;/a&gt; provides an extremely easy to use service that allows us to support the sites we love by way of what they call &lt;em&gt;tiny payments&lt;/em&gt; &lt;span class="tiny"&gt;*cough* Micro-Payments *cough*&lt;/span&gt;. When you register with them, you decide how much you want to spend, and you decide how much goes to which sites that you want to support, and distribution is handled automatically simply by visiting said sites. It's a brilliant frickin' idea, really!&lt;/p&gt;

&lt;p&gt;So far I've seen only one issue with the service... no Mootools integration. Well now, we can fix that quite easily.&lt;/p&gt;
&lt;span id="more-418"&gt;&lt;/span&gt;

&lt;h4&gt;SprinklePenny Integration&lt;/h4&gt;
&lt;p&gt;SprinklePenny integration is really quite simple for content providers, simply place a small bit of html code on the page, a little bit of JQuery code, and make sure you have the JQuery library included as well. Short and sweet, eh? The same can just as easily be done in Mootools.&lt;/p&gt;

&lt;h4&gt;HTML Code&lt;/h4&gt;
&lt;pre class="html"&gt;&amp;lt;div id="sprinklepenny"&gt;
	&lt;img src="/images/ajax-loader.gif" height="16" width="16"/&gt;
&amp;lt;/div&gt;&lt;/pre&gt;

&lt;p&gt;Easy enough, yea? Simply replace the &lt;code&gt;/images/ajax-loader.gif&lt;/code&gt; with your own Ajax animated loading image, and that part's done.&lt;/p&gt;

&lt;h4&gt;Javascript Code&lt;/h4&gt;
&lt;p&gt;First make sure you have the Mootools library loaded on your page, you can even load it from Google's sweet-ass API CDN.&lt;/p&gt;

&lt;pre class="html"&gt;
&amp;lt;script 
	type="text/javascript"
	src="http://ajax.googleapis.com/ajax/libs/mootools/1.2.4/mootools-yui-compressed.js"&gt;
&amp;lt;/script&gt;
&lt;/pre&gt;
&lt;p&gt;&lt;span class="small"&gt;Sorry about the weird line breaks, still trying to flesh out my code highlighter. Grrrrr.&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;Then include this little bit of code either directly in the page (not recommended) or in a Javascript file of your own (Very recommended).&lt;/p&gt;

&lt;pre class="js"&gt;var publisherId = YOUR_PUBLISHER_ID;
window.addEvent('load', function() {
	var element = document.id('sprinklepenny');
	var jsnp = new Request.JSONP({
		callbackKey: 'jsoncallback',
		url: 'http://www.sprinklepenny.com/visits/add',
		data: {
			publisher: publisherId,
			articleTitle: encodeURIComponent(document.title)
		},
		onComplete: function(data) {
			var fx = new Fx.Tween(element, {
				'property': 'opacity',
				'link':'chain'
			})
			.start(0)
			.chain(function() { element.set('html', data.link); fx.start(1); })
		}
	}).send();
});&lt;/pre&gt;
&lt;a href="/library/code/js/inc.sprinklepenny.js"&gt;Raw Javascript&lt;/a&gt;

&lt;p&gt;You will, of course, want to replace the &lt;code&gt;var publisherId = 500;&lt;/code&gt; with the publisher ID given to you by SprinklePenny after signing up! Whala, done. Pretty Painless, right? Make sure you tell all your friends, and their friends too!&lt;/p&gt;


&lt;div id="canada_tard" class="tiny"&gt;*I'm just funnin' ya, Canada. You guys are welcome to come share my cheese with me anytime. ^_^&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;map name='google_ad_map_418_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/418?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_418_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=418&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F03%2Fsprinklepenny-mootools-integration%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/07jZ1vSm4BH7cTsioAUy-3sN0yk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/07jZ1vSm4BH7cTsioAUy-3sN0yk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/07jZ1vSm4BH7cTsioAUy-3sN0yk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/07jZ1vSm4BH7cTsioAUy-3sN0yk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/03/sprinklepenny-mootools-integration/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/03/sprinklepenny-mootools-integration/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[Becoming Mavenous Part 1: Why so Drab, bub -OR- Choosing a Color Scheme]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/03/becoming-mavenous-part-one/" />
		<id>http://maveno.us/?p=370</id>
		<updated>2010-03-26T00:27:34Z</updated>
		<published>2010-03-12T09:07:50Z</published>
		<category scheme="http://maveno.us" term="Becoming Mavenous" /><category scheme="http://maveno.us" term="Graphic Design" /><category scheme="http://maveno.us" term="Wordpress" /><category scheme="http://maveno.us" term="Color" /><category scheme="http://maveno.us" term="Design" /><category scheme="http://maveno.us" term="Theme" /><category scheme="http://maveno.us" term="UI" />		<summary type="html"><![CDATA[We're going to start with selecting a color scheme. I've chosen to go with a dark color scheme this time, primary because I'm uncomfortable designing dark websites, so I believe this will make for an interesting good exercise.]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/03/becoming-mavenous-part-one/">&lt;h4&gt;A Forward&lt;/h4&gt;
&lt;p&gt;It's been quite some time since last I blogged on a regular basis, and I'm quite rusty. You'll just have to bear with me as I get my bearings back again. Heheh, bear, bear.... get it? Nevermind.&lt;/p&gt;

&lt;h4&gt;How this is gonna work.&lt;/h4&gt;
&lt;p&gt;This article marks the introduction to my &lt;em&gt;Becoming Mavenous&lt;/em&gt; series. A narrative chronicling the progression of maveno.us throughout its development. Here's the lowdown on the first few articles.&lt;/p&gt;
&lt;span id="more-370"&gt;&lt;/span&gt;

&lt;h4&gt;Becoming Mavenous Series&lt;/h4&gt;
&lt;ul class="a-list"&gt;
	&lt;li&gt;&lt;strong&gt;Part 1&lt;/strong&gt; &lt;a href="/2010/03/becoming-mavenous-part-one/"&gt;&lt;em&gt;Why So Drab, bub? -OR- Choosing a color scheme.&lt;/em&gt;&lt;/a&gt;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Part 2&lt;/strong&gt; &lt;em&gt;A stroke off Kilter. -OR- Typography and grid alignment.&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Part 3&lt;/strong&gt; &lt;em&gt;Tag, You're Inadequate. -OR- A more contextual display for tags.&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Part 4&lt;/strong&gt; &lt;em&gt;I Demo, You Demo, We all Demo! -OR- A useful wordpress plugin for code demos and downloads.&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Part 5&lt;/strong&gt; &lt;em&gt;Whoa, I Really Like Your Style. -OR- Organizing your stylesheets for easy reference.&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So yea, that's what I've got put together thus far, and to be honest, I'm not to sure on the order yet, that may change as different sections are needed more than others... we'll see. Each article will reflect the state of the site as it was prior to my meddling, which should make for easier reference. Hell, if that works out, maybe I'll even do an article on how to set a different wordpress theme for individual articles.&lt;/p&gt;

&lt;p&gt;Anyway, on with the show.&lt;/p&gt;

&lt;h4&gt;Why so drab?&lt;/h4&gt;
&lt;p&gt;Lets take a look at the current color scheme as it is now. It would seem as though I wasn't &lt;em&gt;really&lt;/em&gt; paying attention to the consistency or the contrast of colors as I developed each section. That's proof-positive that you shouldn't do design work at four in the morning whilst somewhat sleep-deprived, nearly asleep, and mostly drunk. Okay, I wasn't nearly asleep; that would just be silly.&lt;/p&gt;

&lt;p&gt;I usually like to create an element chart which has every type of element I plan on using within the site. Headers, buttons, feature boxes, form elements, etc. I didn't do that this time (obviously), so a word to the wise, try and do that, okay? A beautiful example of what I mean can be found at &lt;a href="http://www.designinfluences.com/fluid960gs/" rel="external"&gt;Fluid 960 Grid System&lt;/a&gt; at &lt;a href="http://designinfluences.com" rel="external"&gt;designinfluences.com&lt;/a&gt;. Very well done indeed.&lt;/p&gt;

&lt;p&gt;We're going to start with selecting a color scheme. I've chosen to go with a dark color scheme this time, primary because I'm uncomfortable designing dark websites, so I believe this will make for an interesting good exercise. I have an affection for blues, so I'll stick with that for my secondary colors, but the rest will consist of shades of gray. &lt;/p&gt;

&lt;p&gt;After hours of frantically arguing with myself, and a several strange looks from my wife for having done so, here's what I've settled on.&lt;/p&gt;

&lt;div style="width:330px;height:80px;" class="article-media clearme"&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#87baed;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#2d88e3;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#fcfcd3;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#222;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#1c1c1c;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#464942;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#292a25;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#252525;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#fff;"&gt;&lt;/div&gt;
	&lt;div style="width:30px;float:left;height:80px;background-color:#d0d0d0;"&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;I couldn't bring myself to use a dark color as the primary content area background color, hence the white. More often than not, it is better to stick with a contrast of dark gray on white for your content, with some exceptions, of course. Some of these shades are only in the gradients; such as those in the header, the top portion of the content area, and in the footer.&lt;/p&gt;

&lt;p&gt;I've decided to utilize a lot of new HTML5 and CSS3 conventions (such as CSS gradients, border-radius, rgba colors, etc), both for my own practice, and to ensure future compatibility (bwahahaha) when each specification is finalized. &lt;/p&gt;

&lt;p&gt;I'm not the best person to teach anyone about color schemes, I can never seem to decide on a scheme that I'm completely happy with. There are tools out there much better equipped to help in this area than I.&lt;/p&gt;

&lt;h4&gt;Color Scheme Tools&lt;/h4&gt;
&lt;h5&gt;&lt;a href="http://www.colorschemer.com/" rel="external"&gt;Color Schemer&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;ColorSchemer Studio 2 is a professional color matching application for anyone from hobbyists to advanced professionals.&lt;/p&gt;

&lt;h5&gt;&lt;a href="http://www.adobe.com/products/kuler/" rel="external"&gt;Adobe Kuler&lt;/a&gt;&lt;/h5&gt;
&lt;strong&gt;Explore, create and share color themes&lt;/strong&gt;&lt;br /&gt;
&lt;p&gt;Discover Adobe Kuler — the web-hosted application for generating color themes that can inspire any project. No matter what you're creating, with Kuler you can experiment quickly with color variations and browse thousands of themes from the Kuler community.&lt;/p&gt;

&lt;h5&gt;&lt;a href="http://www.colourlovers.com/" rel="external"&gt;Colour Lovers&lt;/a&gt;&lt;/h5&gt;
&lt;p&gt;COLOURlovers is a creative community where people from around the world create and share colors, palettes and patterns, discuss the latest trends and explore colorful articles... All in the spirit of love.&lt;/p&gt;

&lt;p&gt;This is quite a change from the old color scheme, as you can tell. There are still a few change to be made here and there, and some testing to be done on a few different platforms, so you may notice some minor changes here and there in the coming days. That's it for this article though, folks. I know this article may not be nearly as informative as I had hoped, but as stated in the beginning, I'm just getting back into writing, and I'll be more coherent from here on out, promise.&lt;/p&gt;

&lt;p&gt;Next article topic will be typography and grid alignment. Since I'm not doing a whole lot of redesign for this article, I'll be able to focus more on the message, and (hopefully) able to provide more information! &lt;/p&gt;&lt;p&gt;&lt;map name='google_ad_map_370_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/370?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_370_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=370&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F03%2Fbecoming-mavenous-part-one%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/dAvlcsTl5JNgdz-NW35z-IY-FLU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dAvlcsTl5JNgdz-NW35z-IY-FLU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/dAvlcsTl5JNgdz-NW35z-IY-FLU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/dAvlcsTl5JNgdz-NW35z-IY-FLU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/03/becoming-mavenous-part-one/#comments" thr:count="0" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/03/becoming-mavenous-part-one/feed/atom/" thr:count="0" />
		<thr:total>0</thr:total>
	</entry>
		<entry>
		<author>
			<name>Dustin Hansen</name>
					</author>
		<title type="html"><![CDATA[A somewhat different Lexical Presence]]></title>
		<link rel="alternate" type="text/html" href="http://maveno.us/2010/02/a-different-lexical-presence/" />
		<id>http://maveno.us/?p=300</id>
		<updated>2010-03-26T00:23:51Z</updated>
		<published>2010-02-10T08:15:11Z</published>
		<category scheme="http://maveno.us" term="Programming" /><category scheme="http://maveno.us" term="mavenous" /><category scheme="http://maveno.us" term="introduction" /><category scheme="http://maveno.us" term="Wordpress" />		<summary type="html"><![CDATA[I want this site to not only be a repository for reference and knowledge, but even more so, a catalyst that provides an all encompassing platform from which to fully understand the lessons I'll (hopefully) be able to provide.]]></summary>
		<content type="html" xml:base="http://maveno.us/2010/02/a-different-lexical-presence/">&lt;h4&gt;The Apology&lt;/h4&gt;
&lt;p&gt;Well now, this is different, yea? For those of you coming here expecting to see the Mavenous online dictionary, my sincerest apologies. I've decided to take Maveno.us on a new journey. I have kept a backup of the old dictionary site, and, with enough requests/threats, I will put it back up in a different capacity. Again, my deepest apologies.&lt;/p&gt;

&lt;h4&gt;The Idea&lt;/h4&gt;
&lt;p&gt;For those of you that know me as a programmer, this is probably what you expected to see if ever you've ventured onto this site. I've felt like the mechanic who's car is always broke down due to there only being 19 hours in the day I'm allowed to remain awake. I've gone through literally 20+ designs for this site, and finally realized that my &lt;abbr title="Obsessive Compulsive Disorder"&gt;OCD&lt;/abbr&gt; will never allow me to be completely happy with any design I come up with, so I need to go a different route.&lt;/p&gt;

&lt;p&gt;I've decided to make a compromise and put up what I have, and create a series of articles which chronicles the progression of this site.&lt;/p&gt;
&lt;span id="more-300"&gt;&lt;/span&gt;
&lt;h4&gt;The Catalyst&lt;/h4&gt;
&lt;p&gt;I figure you can't get any closer to providing real world examples, than to show the incremental process of a site live-time. I want this site to not only be a repository for reference and knowledge, but even more so, a catalyst that provides an all encompassing platform from which to fully understand the lessons I'll (hopefully) be able to provide.&lt;/p&gt;

&lt;p&gt;Throughout the eleven years I've been learning web design, I've soaked up all the knowledge I could, from any source I was able to find. Historically, I've been able to retain information that was gained from in-depth examples that allowed you to get your hands covered in the guts of the code. Sometimes it's messy, but after you've showered off, and had time to digest what you just disassembled, it seems that is what stuck with me the most.&lt;/p&gt;

&lt;p&gt;Anyhow, that is what I hope to bring to the party. I want to provide the type of information that I was privy to back in the late 90's when I was first jumping in the deep end of the pool. We didn't even have lifeguards back then. Okay enough with the damn grandpa jokes.&lt;/p&gt;

&lt;p&gt;No seriously, knock it off; it's already bad enough coping with the fact that I'm nearly thirty years-old, I don't need you harping on me too.&lt;/p&gt;

&lt;h4&gt;The Deal&lt;/h4&gt;
&lt;p&gt;Here's the thing, I don't believe in censorship. I will never censor any of you, so long as what you have to say is productive to the task at hand, and of at least some minute amount of merit. I will never delete or edit a post simply because you said fuck, goddamnit, or cowabunga. I care more about &lt;em&gt;what&lt;/em&gt; it is that you have to say, rather than &lt;em&gt;how&lt;/em&gt; you say it.  I'm more than willing to help those that are willing to help themselves, and I will do so with at least a modicum of respect.&lt;/p&gt;

&lt;p&gt;I'm still trying to work out a good format for which to accomplish all this, and hopefully it'll be one that is conducive to learning, and of value to at least someone. I guess what I'm trying to say is, it may be a bit sporadic around here for a while, but that's how I roll.&lt;/p&gt;&lt;p&gt;&lt;map name='google_ad_map_300_b3c38544b183cf89'&gt;
&lt;area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/300?pos=0' coords='1,2,367,28' /&gt;
&lt;area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/&gt;&lt;/map&gt;
&lt;img usemap='#google_ad_map_300_b3c38544b183cf89' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;amp;client=&amp;amp;channel=&amp;amp;output=png&amp;amp;cuid=300&amp;amp;url= http%3A%2F%2Fmaveno.us%2F2010%2F02%2Fa-different-lexical-presence%2F' /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xJyh4jEB9Woao0jH5gym2GNe1C4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xJyh4jEB9Woao0jH5gym2GNe1C4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xJyh4jEB9Woao0jH5gym2GNe1C4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xJyh4jEB9Woao0jH5gym2GNe1C4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content>
		<link rel="replies" type="text/html" href="http://maveno.us/2010/02/a-different-lexical-presence/#comments" thr:count="1" />
		<link rel="replies" type="application/atom+xml" href="http://maveno.us/2010/02/a-different-lexical-presence/feed/atom/" thr:count="1" />
		<thr:total>1</thr:total>
	</entry>
	</feed>
