<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss version="2.0"><channel><title>Noah Stokes | Es Bueno</title><link>http://esbueno.noahstokes.com/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/esbueno" /><description></description><language>en</language><generator>Tumblr (3.0; @esbueno)</generator><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/esbueno" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="esbueno" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://tumblr.superfeedr.com/" /><item><title>Industry Conf – A Recap</title><link>http://esbueno.noahstokes.com/post/49913389849</link><pubDate>Tue, 07 May 2013 21:34:00 PDT</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/49913389849</guid><description>&lt;p&gt;I was incredibly privileged to speak at the first ever &lt;a href="http://industryconf.com" target="_blank"&gt;Industry Conference&lt;/a&gt;. Gavin put on an &lt;em&gt;incredible &lt;/em&gt;conference with a stellar line up. There are several great write-up about the conference itself &lt;a href="http://downinthree.com/2013/05/industryconf-april-2013/" target="_blank"&gt;here&lt;/a&gt;, &lt;a href="http://girlwithacamera.co.uk/industry-conf/" target="_blank"&gt;here&lt;/a&gt; and &lt;a href="http://niaccurshi.blogspot.co.uk/2013/04/industryconf.html" target="_blank"&gt;here&lt;/a&gt;. For me personally, it was an honor to share the stage with incredible speakers and a great pleasure to make new friendships with others I had never met before.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" src="http://media.tumblr.com/73865d05dea7df0c2193bdef7d055228/tumblr_inline_mmgpv6S2YS1qz4rgp.jpg"/&gt;&lt;/p&gt;
&lt;p&gt;It was my first time in the UK and I must say that Newcastle was the perfect setting. The venue was an old turbine building which has immense character and a great vibe to it. The photo above is of the Millennium Bridge which we crossed each day to get from our hotel to the venue. I love how they lit it at night.&lt;/p&gt;
&lt;p&gt;I really do hope that Gavin continues Industry Conference for many years to come.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/WaTaVmUjaHI" height="1" width="1"/&gt;</description></item><item><title>The Gently Mad</title><link>http://esbueno.noahstokes.com/post/47812894330</link><pubDate>Fri, 12 Apr 2013 15:38:06 PDT</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/47812894330</guid><description>&lt;a href="http://thegentlymad.com/episodes/012-noah-stokes/"&gt;The Gently Mad&lt;/a&gt;: &lt;p&gt;Adam was kind enough to have me on his wonderful podcast, The Gently Mad. Listen along as I talk my way into your heart.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/NjOxBsuv8u0" height="1" width="1"/&gt;</description></item><item><title>Issue with Respond.js, IE8 and Your Media Queries</title><link>http://esbueno.noahstokes.com/post/45696422922</link><pubDate>Mon, 18 Mar 2013 13:52:00 PDT</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/45696422922</guid><description>&lt;p&gt;Edit: The fantastic folks behind Respond.js have squashed this bug. So this entire post is now pointless. Thanks guys!&lt;/p&gt;
&lt;p&gt;Edit: &lt;a href="http://twitter.com/meirish" target="_blank"&gt;Matthew Irish&lt;/a&gt; pointed out that this is not an IE8 issue, rather an issue with Respond.js itself. He noted that the &lt;a href="https://github.com/scottjehl/Respond/blob/master/respond.src.js#L166-L167" target="_blank"&gt;regular expression used in Respond.js looks for no space&lt;/a&gt;. I&amp;#8217;ve updated the post title to reflect that.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;m documenting this here for my own good as well as in hopes to save others countless hours when troubleshooting media queries in IE8.&lt;/p&gt;
&lt;p&gt;If you don&amp;#8217;t know already, media queries don&amp;#8217;t play nice with IE8 and below. So you need to use this wonderful script by Scott Jehl called &lt;a href="https://github.com/scottjehl/Respond" target="_blank"&gt;Respond&lt;/a&gt;. Respond makes IE8 play nice. I had used it on several sites before with much success, but today was different. I was unable to get IE8 to recognize any of my media queries. After much troubleshooting, this is what I discovered. My media queries looked like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;@media only screen and (max-width : 767px)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Looks normal enough right? Well, you see that space before the colon? That little space was causing IE8 to choke on the media query and ignore it altogether. This is the correct way it should be written for IE8 to play nice:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;@media only screen and (max-width: 767px)&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Hopefully this little tip will serve to help others, and remind myself in the future!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/soiFve1RJRU" height="1" width="1"/&gt;</description></item><item><title>Ideas of March</title><link>http://esbueno.noahstokes.com/post/45421972627</link><pubDate>Fri, 15 Mar 2013 08:30:09 PDT</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/45421972627</guid><description>&lt;p&gt;All around great guy, &lt;a href="http://twitter.com/shiflett" target="_blank"&gt;Chris Shiflett&lt;/a&gt;, has been doing this thing he calls &lt;a href="http://shiflett.org/blog/2013/mar/ideas-of-march" target="_blank"&gt;Ideas of March&lt;/a&gt; for the past couple of years. The premise is to remind us why blogs are great and what it is that we like about them by doing our best to blog more on our own blogs. This is my contribution to that idea.&lt;/p&gt;
&lt;p&gt;A few weeks ago I &lt;a href="http://esbueno.noahstokes.com/post/44088237921/where-has-all-the-soul-gone" target="_blank"&gt;blurted out a thing&lt;/a&gt; about design being soulless. It got a little out of control. Jay started a &lt;a href="http://branch.com/b/boxes-and-grids-oh-my" target="_blank"&gt;Branch&lt;/a&gt; about it, As of this writing, it has over 10,000 views and a truck load of comments. Others responded in kind on their own blogs, or on their publications web sites. &lt;/p&gt;
&lt;p&gt;I&amp;#8217;ll be honest with you, I was in the middle of an IM conversation with Phil Coffman when I tweeted that. We were talking about a particular website and while Phil thought I was paying attention to his thoughtful critic, I was busy jotting down a tweet. I hit the Tweet button. Whoosh.&lt;/p&gt;
&lt;p&gt;3,2,1&amp;#8230; Twitter overload.&lt;/p&gt;
&lt;p&gt;54 retweets, 37 favorites, and enough replies to keep me busy for a few hours. Mixed responses on both sides of my comments. Hmm, maybe I could have written that a little better. I would have if I realized it would have struck such a chord. So in an effort to make my original off-the-cuff statement more clear, &lt;a href="http://esbueno.noahstokes.com/post/44088237921/where-has-all-the-soul-gone" target="_blank"&gt;I turned to my blog&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;When I think about what the Ideas of March is all about, it reminds of the days when I was coming up as a designer and developer. As a newbie, I looked to blogs for everything. Blogs were how I learned CSS. Blogs were how I learned design. Blogs were all we had and blogs were all we needed. Blogs were then, and blogs are now our voice, our place to be heard. The other day, my blog was my place to clarify my comments and to encourage others in theirs. That is why I love blogs.&lt;/p&gt;
&lt;p&gt;If you want to participate in the Ideas of March, here is how:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Write a post called Ideas of March.&lt;/li&gt;
&lt;li&gt;List some of the reasons you like blogs.&lt;/li&gt;
&lt;li&gt;Pledge to blog more the rest of the month.&lt;/li&gt;
&lt;li&gt;Share your thoughts on Twitter with the &lt;a href="https://twitter.com/search?q=%23ideasofmarch" target="_blank"&gt;#ideasofmarch&lt;/a&gt; hashtag.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/YCnvp7Ek4Ns" height="1" width="1"/&gt;</description></item><item><title>Fort Knox</title><link>http://esbueno.noahstokes.com/post/45373401561</link><pubDate>Thu, 14 Mar 2013 15:35:00 PDT</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/45373401561</guid><description>&lt;p&gt;My three year old hates my one year old. Ok, maybe that&amp;#8217;s a little strong. My three year old thinks that my one year old is going to gum all his toys and leave them drenched in saliva in a pile on the floor. Because of this, my three year old is really into closing doors. If he spots the enemy anywhere within a half a mile range, he&amp;#8217;s closing doors. Yesterday he closed the bathroom door, but not before he locked it. I&amp;#8217;m sure the satisfaction gained by keeping his younger brother out of the bathroom was worth the look that I delivered to him when I came home to discover the locked bathroom door.&lt;/p&gt;
&lt;p&gt;I need to preface the rest of the story with this little blurb:&lt;/p&gt;
&lt;p&gt;This particular lock is one of those twist locks not a push button lock, ok. The thing was built like a tank. Think about it this way: you could buy a safe to keep all your valuable goods, or you could just put them behind a door with &lt;em&gt;this exact lock&lt;/em&gt; on it. This isn&amp;#8217;t your typical lock people. No no, this is a much more complicated specimen than your eyes would give it credit, which ultimately is what makes it so powerful—it&amp;#8217;s deceptive.&lt;/p&gt;
&lt;p&gt;So all that to say, I try to pop open the lock with a nail, and as I suspected, that didn&amp;#8217;t work. I quickly see that the challenge set before me is one of great magnitude. People don&amp;#8217;t just stop pooping because the bathroom door is locked. I have options, the most obvious being a simple phone call to my father-in-law. He&amp;#8217;s been in construction for decades and if anyone could give me direction on how to break into the Fort Knox that my bathroom has now become, it would be him.&lt;/p&gt;
&lt;p&gt;I dial him up and explain the situation. (He stays calm, which I really appreciated because it kept me from completely losing it.) He explains that it&amp;#8217;s likely a lock that needs a teeny tiny screw driver that can slip in there and turn the lock from the other side. I shake my fist in the air and mouth the words &amp;#8220;Newman&amp;#8221;. He suggests I grab a flash light and try to look inside the little hole on the front to see exactly what type of tool I would be looking for. I thank him for his service to his grandchildren and head off to find a flashlight.&lt;/p&gt;
&lt;p&gt;In the meantime, my wife grabs a teeny tiny screwdriver that she had in a drawer and walks over to the locked door puts in the screwdriver and pops the lock open. As I rush into the room with my flashlight, yelling at the kids to do their best to stave off the panic, she mic drops the teeny tiny screwdriver and says something like &amp;#8220;How you like me now?&amp;#8221;.&lt;/p&gt;
&lt;p&gt;To be honest I&amp;#8217;m not sure those were her exact words, it was really all a blur&amp;#8230; it just happened so fast.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/5E396GkZOb0" height="1" width="1"/&gt;</description></item><item><title>Where has all the soul gone?</title><link>http://esbueno.noahstokes.com/post/44088237921</link><pubDate>Tue, 26 Feb 2013 14:06:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/44088237921</guid><description>&lt;p&gt;First off, I think I read that term somewhere, soulless design. I know that I&amp;#8217;m not the originator of it, but I liked it enough to remember it.&lt;/p&gt;
&lt;p&gt;I mentioned it today in a tweet: &lt;br/&gt;&amp;#8220;I feel like responsive design has sucked the soul out of website design. Everything is boxes and grids. Where has the creativity gone?&amp;#8221;&lt;/p&gt;
&lt;p&gt;I got a ton of responses, some in agreement, some in disagreement, but an over-arching theme did present itself, and that is, we are just getting started with responsive web design. I agree, 100%.&lt;/p&gt;
&lt;p&gt;I did however want to elaborate a bit more on my thoughts, as I think they are not about RWD as a methodology but more about the visual trends/aesthetics that are dominating our industry right now which I do think &lt;em&gt;is&lt;/em&gt; tied to RWD because of it&amp;#8217;s technical challenges.&lt;/p&gt;
&lt;p&gt;If you&amp;#8217;ve ever developed responsive site, you know that it is a different beast altogether. In most cases it is a significant amount of work. Sometimes this extra time is due to technical challenges, which are usually met with clever solutions like &lt;a href="http://fitvidsjs.com" target="_blank"&gt;FitVids&lt;/a&gt; and &lt;a href="http://fittextjs.com" target="_blank"&gt;FitText&lt;/a&gt; and sometimes it&amp;#8217;s just the learning curve behind a new practice. Developers are astutely aware of all of these things, and I think that designers are too.&lt;/p&gt;
&lt;p&gt;If I may go out on a limb here, I would say that as designers we are considering those technical challenges of RWD in our designs, and it is there that we are finding ourselves forgoing a detailed (what I would call &amp;#8220;full of soul&amp;#8221;) design for a simpler one; perhaps one that fits in to the many excellent &lt;a href="http://bradfrost.github.com/this-is-responsive/patterns.html" target="_blank"&gt;RWD patterns&lt;/a&gt; that exist today. I wouldn&amp;#8217;t go so far as to call it settling, but I do think that we are letting what we know about the technical aspects of RWD limit our creativity on the visual side of RWD.&lt;/p&gt;
&lt;p&gt;Yes, responsive web design is brand new. Yes, we are all still learning what we can do with it, and exactly how to do it. Yes, there is a trend towards flat/clean design that plays nicely within RWD patterns. All of these things are quite true, but perhaps the most important of that bunch is that this is brand new, and we are shaping the future of it.&lt;/p&gt;
&lt;p&gt;If I were to present a call to arms it wouldn&amp;#8217;t be to bash the current RWD trends, but rather to push them. Push yourself to bring &amp;#8220;soul&amp;#8221; back to your designs, and then push your developers to come up with clever solutions to bring those soulful sites to life.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/uAcxPaYBpdE" height="1" width="1"/&gt;</description></item><item><title>How You Like Me Now? Or Stopping a Credit Card Thief</title><link>http://esbueno.noahstokes.com/post/43594814713</link><pubDate>Wed, 20 Feb 2013 14:43:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/43594814713</guid><description>&lt;p&gt;At &lt;a href="http://twitter.com/bold" target="_blank"&gt;@bold&lt;/a&gt; we run several projects for NFP organizations. These tend to be a target for credit card thieves as they can quickly make a low figure transaction to test if the card is still active. If the transaction is successful, they head on over to a larger online store and make a big purchase. If you&amp;#8217;ve had your card or card number stolen before you may recognize this behavior. My wifes card number was stolen a year or so ago, and American Express called to let us know they suspected it had been lifted. When I asked how they knew, they basically told me what I just told you.&lt;/p&gt;
&lt;p&gt;All that to say, one of our sites in particular has been the favorite of some asshole out there. I know this because I get emails with IP addresses and error messages in bulk when this guy is checking out his stash of stolen cards. My usual line of defense is to quickly paste his IP into an .htaccess file and deny him access to the donation section of the site. This works for a few minutes until he switches IP&amp;#8217;s and runs another batch of cards through. It&amp;#8217;s a game of cat and mouse that I&amp;#8217;m sure both of us are sick of playing.&lt;/p&gt;
&lt;p&gt;Then today, I noticed something. This guy was using the same email address in all of his submissions. He must be using a script to populate the form for faster submission. So today I added this bit of code to my payment processing page:&lt;/p&gt;
&lt;p&gt;if($email == &amp;#8216;assholes_email@email.com&amp;#8217;) {&lt;br/&gt;  header(&amp;#8216;Location: &lt;a href="http://fbi.gov" target="_blank"&gt;http://fbi.gov&lt;/a&gt;&amp;#8217;);&lt;br/&gt;  exit;&lt;br/&gt;}&lt;/p&gt;
&lt;p&gt;I haven&amp;#8217;t seen any action from him since. How you like me now? &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/n09H3FN0XL0" height="1" width="1"/&gt;</description></item><item><title>Test Your Local Web Sites On Your iPad Or iPhone Using MAMP</title><link>http://esbueno.noahstokes.com/post/42930947028</link><pubDate>Tue, 12 Feb 2013 08:48:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/42930947028</guid><description>&lt;p&gt;With the rise of &amp;#8220;all the devices&amp;#8221; it&amp;#8217;s important that you test your web sites in as many pertinent devices as possible. This can easily be done via a development or staging server, or via the iOS Simulator that comes with Xcode which is the way that we used to do it at &lt;a href="http://hellobold.com" title="Bold" target="_blank"&gt;Bold&lt;/a&gt;, that is until I learned this little trick that allowed me to test our projects right from my local machine on my iPad or iPhone (or any other device).&lt;/p&gt;
&lt;p&gt;A note: the steps I&amp;#8217;ll outline below involve using &lt;a href="http://www.mamp.info" title="MAMP" target="_blank"&gt;MAMP&lt;/a&gt;, so if you&amp;#8217;re not using MAMP to serve your files locally, then this specific way won&amp;#8217;t work for you, but I&amp;#8217;m sure there are other ways to achieve the same effect.&lt;/p&gt;
&lt;p&gt;All of your devices must be on the same network, usually a given, but worth pointing out. The idea here is that we setup the localhost on our desktop with the web site we&amp;#8217;d like to view on our iPad or iPhone and then we point our iPad or iPhone to look at our computer. Below are the steps you can use to test your local sites on any mobile device.&lt;/p&gt;
&lt;h3&gt;Setup MAMP to point your localhost to your web site&lt;/h3&gt;
&lt;p&gt;If you are familiar with MAMP this is as easy selecting the directory where your web site lives on your machine.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" src="http://media.tumblr.com/86b853ff4c6fa7121753fbaaa00e9548/tumblr_inline_mi49beIjyK1qz4rgp.jpg"/&gt;&lt;/p&gt;

&lt;h3&gt;Find our your local IP address&lt;/h3&gt;
&lt;p&gt;Go into your system preferences and under the Network option, see what your local IP address is. In this screenshot, you can see that mine is 192.168.55.135.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" src="http://media.tumblr.com/74fbe538e8cd8c39b85bbb18d92fcdbf/tumblr_inline_mi49brr4Ye1qz4rgp.jpg"/&gt;&lt;/p&gt;

&lt;h3&gt;Point your iPad or iPhone web browser to your IP address&lt;/h3&gt;
&lt;p&gt;Type in the IP address that you got from step 2 into your mobile devices web browser.&lt;/p&gt;
&lt;p&gt;You should now see your local project served up on your mobile device. While this is a handy little trick, it&amp;#8217;s not entirely foolproof. If your web site or web app has absolute paths for example, you will discover that those pages won&amp;#8217;t load because they will no longer be looking at your IP address, but instead the URL of the web site. Still, I&amp;#8217;ve been using this trick now for a bit to test layouts and break points for which it works quite well.&lt;/p&gt;
&lt;p&gt;Update: Tyler Hall who builds Virtual Host X &lt;a href="http://clickontyler.com/blog/2013/02/view-virtual-hosts-iphone-ipad/" target="_blank"&gt;posted a link on his blog&lt;/a&gt; how to achieve the same effects using his fantastic software.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/wxNnXU2x5Gs" height="1" width="1"/&gt;</description></item><item><title>Advice for  Up and Coming Front-End Developers</title><link>http://esbueno.noahstokes.com/post/42594053425</link><pubDate>Fri, 08 Feb 2013 10:23:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/42594053425</guid><description>&lt;p&gt;I got an email the other day from an up and coming front-end developer asking for advice on how to expand their skill set and really learn to master their craft as well as how I stay current on new technologies and trends. Below is an except of my response which I thought might be interesting to some of you.&lt;/p&gt;
&lt;h3&gt;How to expand your skill set&lt;/h3&gt;
&lt;p&gt;The easy answer to this is to just do more work. Take on as many projects as you can. The more work you do, the more you&amp;#8217;ll learn as you arrive at different problems and challenges with each project. How you solve those problems is how you build your skill set. To be a great front-end dev, you need to be a master of the fundamentals. I consider the fundamentals to be layout, specifically the &amp;#8216;position&amp;#8217; property and the &amp;#8216;float&amp;#8217; property. I wrote a few 101 articles on those a while back that you can find here: (CSS Positioning 101 · An A List Apart Article and CSS Floats 101 · An A List Apart Article) I truly believe that if you UNDERSTAND how these work, you can mark up any design thrown your way.&lt;/p&gt;
&lt;p&gt;If you feel like you have these concepts mastered, I would start to think about how you can mark up a site with a little elements as possible. For example, would it be possible to reduce this &amp;#8220;module&amp;#8221; of content from 3 divs down to 2? Things like that. I always like to think optimally when I&amp;#8217;m marking up a site. It can be so easy to add more elements to the markup when we get stuck, but I would challenge you to try to keep it as minimal as possible. If you use a framework like Bootstrap, these sometimes have extra markup to accommodate a more flexible approach, but I would recommend staying away from frameworks until you really have a grasp on what you are doing. Learn it on your own before you rely on someone else&amp;#8217;s code to do your work for you.&lt;/p&gt;
&lt;p&gt;If you don&amp;#8217;t have a lot of work coming your way, I would try to replicate designs/layouts that you see online. I used to find a site that looked like a challenge and then try to build it myself. Not copying the design per se, but just using div&amp;#8217;s with a background color to try to nail the layout. That kind of stuff really helped to expand my skill set as well.&lt;/p&gt;
&lt;p&gt;Lastly, I would try to set some goals to learn new languages. As an example, set the goal that you want to learn and master jQuery and how it can be used in front-end development. Whether it&amp;#8217;s AJAX or traversing the DOM, learn some of the basics and progress from there.&lt;/p&gt;
&lt;h3&gt;How do you stay current on new technologies and trends?&lt;/h3&gt;
&lt;p&gt;This is a good question. My answer is, I don&amp;#8217;t. I simply don&amp;#8217;t have time to stay up on all the new tech and trends when I&amp;#8217;m busy building sites with the tech that we have right now. I usually give trends a year before I start to embrace them and check them out. This does a couple of things: ensures that a trend is not simply a trend, but an emerging &amp;#8220;best practice&amp;#8221; &amp;#8212; responsive web design for instance, and it also spares me a rough learning curve as by the time I look into it several articles/blog posts/github repositories have been published to help deal with edge cases/issues that always occur with new tech/trends. Because I&amp;#8217;m self taught, learning them isn&amp;#8217;t the challenge as much as deciding &lt;em&gt;if&lt;/em&gt; I should learn them.&lt;/p&gt;
&lt;h3&gt;Any other advice I would offer?&lt;/h3&gt;
&lt;ul&gt;&lt;li&gt;Strive to do good work. Don&amp;#8217;t settle for hacks if you can&amp;#8217;t get a particular layout to work. Step back and rethink it. Good work gets noticed and that&amp;#8217;s how you grow your &amp;#8220;brand&amp;#8221;, if you will.&lt;/li&gt;
&lt;li&gt;Find a stellar designer to work with and offer to markup their designs at a reduced rate. It&amp;#8217;s always rewarding to be working on a project that looks fantastic. It also doesn&amp;#8217;t hurt when prospective clients review your portfolio.&lt;/li&gt;
&lt;li&gt;Go to conferences and start meeting peers. People are more likely to hire someone they&amp;#8217;ve met face to face than a stranger off the internet.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/ZDxFQJS7RFU" height="1" width="1"/&gt;</description></item><item><title>On Grok</title><link>http://esbueno.noahstokes.com/post/42438459210</link><pubDate>Wed, 06 Feb 2013 10:05:51 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/42438459210</guid><description>&lt;p&gt;There are a plethora of conferences for the web designer/developer these days. If you&amp;#8217;ve never been to one, they are a great way to make connections, and you know how I feel about connections: they are everything. That said, I want to petition you to consider attending &lt;a href="http://grok.cc" title="Grok" target="_blank"&gt;Grok&lt;/a&gt; this year. &lt;/p&gt;
&lt;p&gt;Grok is a conference similar in nature to Brooklyn Beta. If you&amp;#8217;ve never had the chance to attend Brooklyn Beta, I can tell you that it is unlike any other conference I have ever attended. Where most conferences focus on talks from incredibly smart and talented individuals about techniques or processes or new ideas such as RWD, Brooklyn Beta and Grok like it take a different route. These conferences focus on connections, peer interactions, brainstorms sessions, real time problem solving and hearing from individuals who may be in an entirely different industry talk about their work and how they do it. There is so much to learn from so many different angles. One of my favorite &amp;#8220;features&amp;#8221; if you will of Grok is the fact that there is no disconnect between speaker and attendee. It is both inspirational and refreshing to be on the same level with &lt;em&gt;everyone &lt;/em&gt;in the room.&lt;/p&gt;
&lt;p&gt;I know there are many, many options out there. Speaking from experience, I implore you to consider &lt;a href="http://grok.cc" title="Grok" target="_blank"&gt;Grok&lt;/a&gt; as a conference to attend this year.&lt;/p&gt;
&lt;p&gt;I should also note, that I am speaking at&lt;a href="http://industryconf.com" target="_blank"&gt; Industry Conf&lt;/a&gt;. later this year. It is Industry Conf&amp;#8217;s first year, but from what I know about it, this too will be a conference you won&amp;#8217;t want to miss.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/dR048RIyJck" height="1" width="1"/&gt;</description></item><item><title>An Interview</title><link>http://esbueno.noahstokes.com/post/42437850484</link><pubDate>Wed, 06 Feb 2013 09:53:59 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/42437850484</guid><description>&lt;a href="http://blog.industryconf.com/interview-with-noah-stokes/"&gt;An Interview&lt;/a&gt;: &lt;p&gt;Gavin over at Industry Conf was kind enough to interview me. If you’re curious about my background or my current work/setup, give it a read. Thanks to Gavin for the opportunity!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/NkZcCO1s704" height="1" width="1"/&gt;</description></item><item><title>Responsive Web Design Leaves Me Wanting</title><link>http://esbueno.noahstokes.com/post/41140691894</link><pubDate>Mon, 21 Jan 2013 14:32:20 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/41140691894</guid><description>&lt;p&gt;Today I asked on Twitter:&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;
&lt;div&gt;
&lt;p&gt;Can someone point me to a RWD site that isn’t a flat design?&lt;/p&gt;
— Noah Stokes (@motherfuton) &lt;a href="https://twitter.com/motherfuton/status/293471035632787456" target="_blank"&gt;January 21, 2013&lt;/a&gt;&lt;/div&gt;
&lt;/blockquote&gt;
&lt;script charset="utf-8" src="//platform.twitter.com/widgets.js" type="text/javascript"&gt;&lt;/script&gt;&lt;p&gt;I wasn&amp;#8217;t trying to troll or anything like that. I was seriously curious about seeing RWD sites weren&amp;#8217;t flat. A flat design, in my opinion, is a design with very little background element(s), no gradient/shadow/skeumorphisism (sp?), usually strong typographically and almost always clean and crisp. Exactly like this site you&amp;#8217;re reading right now.&lt;/p&gt;
&lt;p&gt;Where are the RWD sites that have some sense of unique design that goes further than a clean/clear grid, beautiful imagery and nice typography? This isn&amp;#8217;t a knock on flat design, because achieving a successful flat design is no small feat; the more you remove the more difficult a design gets. Some of my favorite designers have pulled off flat, responsive designs quite skillfully. It&amp;#8217;s simply that there aren&amp;#8217;t very many RWD sites that have shadows and gradients, textures and depth, more complex elements, from a front-end perspective.&lt;/p&gt;
&lt;p&gt;Of course, the trend is towards flat design, and perhaps that is in nature due to RWD being just as trendy. You can much more easily code a responsive site that is flat in design than one that isn&amp;#8217;t. Add to that, the fact that RWD is a (relatively) new technique that a lot of us are learning, and so starting with simpler designs (again, not as a knock, but from a front-end perspective) makes perfect sense.&lt;/p&gt;
&lt;p&gt;There were a few sites that were suggested in response to my tweet that met what criteria I would consider as &amp;#8216;not flat&amp;#8217;. Those were &lt;a href="http://disney.com" title="Disney" target="_blank"&gt;disney.com&lt;/a&gt; and &lt;a href="http://nike.com" title="Nike" target="_blank"&gt;nike.com&lt;/a&gt;. Both of these sites utilize depth and texture quite nicely. They are both responsive to boot. So there are some, but not a lot of sites that aren&amp;#8217;t flat and still responsive. However, in digging into Disney and Nike, I noticed a few blimps in the media query highway that bring up another area of RWD that leaves me wanting—pixel perfection.&lt;/p&gt;
&lt;p&gt;The purist in me wants a pixel perfect design in the browser and responsive gives me that at certain break points, but the in betweens are what kill me. It&amp;#8217;s like looking at an awkward love child of two designs. I don&amp;#8217;t want to call any site out in particular, but with several of the sites listed in this excellent &lt;a href="http://thenextweb.com/dd/2013/01/13/30-new-inspiring-responsive-design-websites/3/" target="_blank"&gt;TNW article&lt;/a&gt;, there are several areas that simply look bad at certain viewport dimensions. It&amp;#8217;s not for a lack of talent on the front-end side, it&amp;#8217;s simply because it&amp;#8217;s extremely difficult to get pixel perfection in every viewport—and that pains me. I would much rather see sites done adaptively for their most popular viewport dimensions where pixel perfection could be achieved because let&amp;#8217;s be honest, we&amp;#8217;re the only ones resizing our browser windows like mad.&lt;/p&gt;
&lt;p&gt;Bottom line: I&amp;#8217;m a perfectionist and a design junkie. I want to see beautiful, immersive sites executed with perfection in every browser and responsive web design doesn&amp;#8217;t play to either of those tendencies very well, thus leaving me wanting.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/6VBSJNkTCMc" height="1" width="1"/&gt;</description></item><item><title>Thirty Six</title><link>http://esbueno.noahstokes.com/post/40264006001</link><pubDate>Fri, 11 Jan 2013 09:44:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/40264006001</guid><description>&lt;p&gt;In a birthday tradition another year has passed and another list has arrived. Be sure to check out the others: &lt;a href="http://esbueno.noahstokes.com/post/15674346663/thirty-five" target="_blank"&gt;Thirty Five&lt;/a&gt; and &lt;a href="http://esbueno.noahstokes.com/post/2701294028/thirty-four" target="_blank"&gt;Thirty Four&lt;/a&gt;. For this year, here are thirty six things I’ve learned in thirty six years.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Confidence is all about perception.&lt;/li&gt;
&lt;li&gt;When you meet new people, pay attention to their name. Later, use it in a sentence.&lt;/li&gt;
&lt;li&gt;In a guitar duel, I&amp;#8217;d take Prince and John Mayer over Slash and Satriani any day of the week.&lt;/li&gt;
&lt;li&gt;Raising children is hard. Raising children right is hard&lt;sup&gt;10&lt;/sup&gt;.&lt;/li&gt;
&lt;li&gt;There is a formula to great pop music. I call it #pForm.&lt;/li&gt;
&lt;li&gt;Sometimes the better Christian is the non-Christian.&lt;/li&gt;
&lt;li&gt;When learning new languages, learn the fundamentals. It makes troubleshooting so much easier.&lt;/li&gt;
&lt;li&gt;Find four or five people to really invest in life with. Those friends will carry your coffin.&lt;/li&gt;
&lt;li&gt;Using your best analytical skills, take what you think will happen, now think the opposite. That is the stock market.&lt;/li&gt;
&lt;li&gt;Craftsmanship is long, hard work. If you didn&amp;#8217;t spend very much time building it, it&amp;#8217;s probably not very good.&lt;/li&gt;
&lt;li&gt;There is a limit to how much cologne one can put on. The same does not hold true for humility.&lt;/li&gt;
&lt;li&gt;Driving a Ferrari is nothing short of epic. Driving a 550HP RUF makes a Ferrari feel like a minivan.&lt;/li&gt;
&lt;li&gt;Build something tangible, with your hands.&lt;/li&gt;
&lt;li&gt;Rarely does music move me more than when I&amp;#8217;m behind a guitar.&lt;/li&gt;
&lt;li&gt;Cancel your cable television. Say hello to an additional 2 hours of your day.&lt;/li&gt;
&lt;li&gt;There are so many good TV shows on right now. I wish I had cable.&lt;/li&gt;
&lt;li&gt;Business is all about relationships. Relate well and stay busy.&lt;/li&gt;
&lt;li&gt;The best solo in the history of rock was performed on Sweet Child O&amp;#8217; Mine.&lt;/li&gt;
&lt;li&gt;95% of Dribbble work never sees the light of day.&lt;/li&gt;
&lt;li&gt;The clients don&amp;#8217;t pick you, you pick them.&lt;/li&gt;
&lt;li&gt;Find friends that don&amp;#8217;t care what you do or how you do it.&lt;/li&gt;
&lt;li&gt;The Seahawks are my new Lakers.&lt;/li&gt;
&lt;li&gt;If you&amp;#8217;ve mastered something, move on and learn to master something else. Look at Dave Grohl.&lt;/li&gt;
&lt;li&gt;I like going to the movies by myself. It&amp;#8217;s not anti-social, it&amp;#8217;s called knowing what I like.&lt;/li&gt;
&lt;li&gt;Roasting your own coffee, grinding your own beans and pulling a shot for an Americano is living.&lt;/li&gt;
&lt;li&gt;There is like six feet of tube that is used during a colonoscopy. That&amp;#8217;s a lot of tube.&lt;/li&gt;
&lt;li&gt;Discovery is the next great challenge for the internet.&lt;/li&gt;
&lt;li&gt;Don&amp;#8217;t pay your estimated taxes. You can make more money investing than Uncle Sam will fine you for not paying your estimated taxes.&lt;/li&gt;
&lt;li&gt;Happiness is cheap. It&amp;#8217;s all about perspective.&lt;/li&gt;
&lt;li&gt;Boys love to wrestle. Don&amp;#8217;t be a douche, teach them how to properly pile drive their brothers. We don&amp;#8217;t want anyone getting hurt.&lt;/li&gt;
&lt;li&gt;Douche is still a funny word.&lt;/li&gt;
&lt;li&gt;I&amp;#8217;m more interested in the process than I am the end product.&lt;/li&gt;
&lt;li&gt;Don&amp;#8217;t respond to work email after 5:30pm. It sets a bad precedent.&lt;/li&gt;
&lt;li&gt;Not everyone thinks like you do.&lt;/li&gt;
&lt;li&gt;People who rarely tweet or blog do so because they&amp;#8217;re busy. Busy making stuff.&lt;/li&gt;
&lt;li&gt;I could never have a boss again. I don&amp;#8217;t think we&amp;#8217;d get along.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/qRW-daSdNEY" height="1" width="1"/&gt;</description></item><item><title>Copy/Paste Screenshots Directly Into Photoshop</title><link>http://esbueno.noahstokes.com/post/40039075291</link><pubDate>Tue, 08 Jan 2013 14:03:15 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/40039075291</guid><description>&lt;p&gt;If you&amp;#8217;re as particular as I am about my front-end markup looking &lt;em&gt;exactly &lt;/em&gt;like the Photoshop comp, then you&amp;#8217;ve likely taken a screenshot of your work in a browser and overlaid it onto your design in Photoshop. The process usually goes something like this:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Use built in Mac OS screenshot tool (Command + Shift + 4)&lt;/li&gt;
&lt;li&gt;Drag selection over browser&lt;/li&gt;
&lt;li&gt;Grabbed generated PNG and open in Photoshop&lt;/li&gt;
&lt;li&gt;Copy contents and paste into design comp&lt;/li&gt;
&lt;li&gt;Adjust opacity and compare two files&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;That&amp;#8217;s a lot of work and can get tedious if you&amp;#8217;re doing it a lot. Thankfully, there is a better way. This is Mac only, sorry Windows folks. In Mac OS there is a command similar to the screenshot tool but instead of generating a PNG file, it copies the screenshot to your clipboard for easy access in other apps. The new process is as simple as this:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Use built in Mac OS screenshot tool (Command + Control + Shift +4)&lt;/li&gt;
&lt;li&gt;Drag selection over browser&lt;/li&gt;
&lt;li&gt;Paste into a new layer in Photoshop&lt;/li&gt;
&lt;li&gt;Adjust opacity and compare two files&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;That&amp;#8217;s it. I hope you find it as useful as I have.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/XIZio_EJWHI" height="1" width="1"/&gt;</description></item><item><title>2012 Highlights</title><link>http://esbueno.noahstokes.com/post/39491232294</link><pubDate>Wed, 02 Jan 2013 11:22:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/39491232294</guid><description>&lt;p&gt;What a year. On New Year&amp;#8217;s Eve I had a conversation with Tim Cook as he was shopping in downtown SLO. What a way to top off a year. Here are a few other highlights from my year:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;We adopted a little boy, Beck.&lt;/li&gt;
&lt;li&gt;I &lt;a href="http://esbueno.noahstokes.com/post/29560226776/goodbye-san-francisco" target="_blank"&gt;moved my family&lt;/a&gt; to San Luis Obispo.&lt;/li&gt;
&lt;li&gt;I spoke at &lt;a href="https://speakerdeck.com/noahstokes/just-getting-started" target="_blank"&gt;Circles Conference&lt;/a&gt; and &lt;a href="https://speakerdeck.com/noahstokes/expressionengine-workflow" target="_blank"&gt;EECI 2012&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;I got &lt;a href="http://esbueno.noahstokes.com/post/37195397270/oh-man-it-is-hard-to-bury-a-goat-have-you-ever" target="_blank"&gt;profiled&lt;/a&gt; in .NET magazine.&lt;/li&gt;
&lt;li&gt;I finally got the &lt;a href="http://skateandannoy.com/features/ebay/2009/ebay073/images-big/hawk539.jpg" target="_blank"&gt;Tony Hawk&lt;/a&gt; deck I&amp;#8217;d be wanting since I was 11.&lt;/li&gt;
&lt;li&gt;I had a chance to write for &lt;a href="http://esbueno.noahstokes.com/post/26356669137/i-was-privileged-to-have-participated-in-the-most" target="_blank"&gt;Offscreen Magazine&lt;/a&gt; and &lt;a href="https://medium.com/this-happened-to-me/84d1a77f2af1" target="_blank"&gt;Medium&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;I had the chance to work with some of the best talent out there.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;2012 was an amazing year for Bold as well. Here are a few highlights:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;We launched 29 projects.&lt;/li&gt;
&lt;li&gt;We hired a second designer.&lt;/li&gt;
&lt;li&gt;We pushed 5 open source repos to &lt;a href="http://github.com/bold" target="_blank"&gt;Github&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;We launched a beta to the new &lt;a href="http://www.frvnt.com" target="_blank"&gt;FRVNT&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;We worked with some &lt;em&gt;incredible&lt;/em&gt; clients.&lt;/li&gt;
&lt;li&gt;We never updated our site.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;What&amp;#8217;s in store for 2013?&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;More writing here and over at &lt;a href="http://medium.com/@motherfuton" target="_blank"&gt;Medium&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Read more books.&lt;/li&gt;
&lt;li&gt;Start surfing regularly.&lt;/li&gt;
&lt;li&gt;Learn a new framework.&lt;/li&gt;
&lt;li&gt;Tweet less.&lt;/li&gt;
&lt;li&gt;Speak more, share my knowledge and help others succeed.&lt;/li&gt;
&lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/AVJxXp02qYs" height="1" width="1"/&gt;</description></item><item><title>Be Cool</title><link>http://esbueno.noahstokes.com/post/39282406924</link><pubDate>Sun, 30 Dec 2012 21:25:10 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/39282406924</guid><description>&lt;a href="https://medium.com/this-happened-to-me/84d1a77f2af1"&gt;Be Cool&lt;/a&gt;: &lt;p&gt;I was lucky enough to get an invite to &lt;a href="http://medium.com" target="_blank"&gt;Medium&lt;/a&gt;. My first post is a story I’ve told before about every guitar players dream, but it was fun to re-live it in a fresh light for Medium. I hope you enjoy it.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/HQWoPXhcot4" height="1" width="1"/&gt;</description></item><item><title>Great Tedx talk by skate legend, Rodney Mullen about creativity.</title><link>http://esbueno.noahstokes.com/post/38966520816</link><pubDate>Thu, 27 Dec 2012 10:50:31 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/38966520816</guid><description>&lt;iframe width="400" height="225" src="http://www.youtube.com/embed/gwjlDBjNzXk?wmode=transparent&amp;autohide=1&amp;egm=0&amp;hd=1&amp;iv_load_policy=3&amp;modestbranding=1&amp;rel=0&amp;showinfo=0&amp;showsearch=0" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Great Tedx talk by skate legend, Rodney Mullen about creativity.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/mP42kyJTiVQ" height="1" width="1"/&gt;</description></item><item><title>Photoshop Shortcut to Copy Color Hex Value</title><link>http://esbueno.noahstokes.com/post/38327388263</link><pubDate>Wed, 19 Dec 2012 13:19:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/38327388263</guid><description>&lt;p&gt;I had asked on Twitter if there was a shortcut to copy the hex value of a color selected within Photoshop with the eye dropper tool. &lt;a href="http://seanwes.com" target="_blank"&gt;Sean McCabe&lt;/a&gt; replied with the handy tip that you can set a keyboard shortcut to copy a colors hex value. I quickly assigned this to my handy F Keys which I used exclusively for Photoshop shortcuts. &lt;/p&gt;
&lt;p&gt;The workflow is as follows: select a color with the eye dropper, switch to Sublime Text and paste into my CSS.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" src="http://noahstokes.com/esbueno/ps-shortcut.png"/&gt;&lt;/p&gt;
&lt;p&gt;Edit: &lt;a href="http://twitter.com/driesdelaey" target="_blank"&gt;Dries Delaey&lt;/a&gt; also noted that you can simply right click on a color with the Eye Dropper and copy the colors hex value.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" height="224" src="http://noahstokes.com/esbueno/right-click-hex.png" width="246"/&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/zhVcwPNTl_M" height="1" width="1"/&gt;</description></item><item><title>"Brody is going to reveal that he actually has 6 fingers. At that point Saul will say:

Hello. My..."</title><link>http://esbueno.noahstokes.com/post/37920485031</link><pubDate>Fri, 14 Dec 2012 11:04:41 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/37920485031</guid><description>“Brody is going to reveal that he actually has 6 fingers. At that point Saul will say:&lt;br/&gt;&lt;br/&gt;

Hello. My name is Inigo Montoya. You killed my father. Prepare to die. &lt;br/&gt;&lt;br/&gt;

Then Saul will kill Brody. Show ends.&lt;br/&gt;&lt;br/&gt;

The End.&lt;br/&gt;&lt;br/&gt;

Fade to black.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;My friend Todd’s prediction for the Season 2 Finale of Homeland&lt;/em&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/cFunG0pPjVA" height="1" width="1"/&gt;</description></item><item><title>"Oh man. It is hard to bury a goat. Have you ever had to bury a goat? It’s like a four-to-five foot..."</title><link>http://esbueno.noahstokes.com/post/37195397270</link><pubDate>Tue, 04 Dec 2012 09:37:00 PST</pubDate><guid isPermaLink="true">http://esbueno.noahstokes.com/post/37195397270</guid><description>“Oh man. It is hard to bury a goat. Have you ever had to bury a goat? It’s like a four-to-five foot deep hole that you have to dig. You can’t just type &lt;pre&gt;git --dig --hole --4&lt;/pre&gt; and have your computer do it for you; you need to get a real tool, a shovel, and dig. With your arms. And the entire time, this dead goat is just looking at you. Not really looking, because it’s dead, but you know, it’s still kinda dead-looking at you and you’re digging, sweating, thinking, if I stop now, will this goat fit into here? Because the last thing you want is the dead goat too close to the surface and have some scavenger like a raccoon come and dig it up. Because you know what that means, right? You’d have to dig the hole all over again.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Me, when asked about how difficult it is to bury a goat in the Dec. issue of .Net magazine.&lt;/em&gt;&lt;img src="http://feeds.feedburner.com/~r/esbueno/~4/zvONCarLZFc" height="1" width="1"/&gt;</description></item></channel></rss>
