<?xml version="1.0"?>
<News hasArchived="true" page="7702" pageCount="10778" pageSize="10" timestamp="Mon, 31 Aug 2026 10:48:04 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7702&amp;range=2">
<NewsItem contentIssues="true" id="42542" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42542">
<Title>Design v11</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>I redesigned this site a smidge. It's not a huge re-thinking or as big of an undertaking as v10 was, but it's different enough I'm going to call it v11.</p>
    <p></p>
    <p>Some of it looks like this:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/design-v11.jpg" alt="" style="max-width: 100%; height: auto;">
    <h3>Less</h3>
    <p>Gone is the Downloads section (also has been called "Demos"). While that got a good amount of traffic, I never kept it up and the demos were getting long in the tooth. I live in a world of demos and that place is <a href="http://codepen.io/" rel="nofollow external" class="bo">CodePen</a> now. </p>
    <p>Gone is the Gallery. As much as I liked it, experience taught me I didn't update it enough to be worth it. I still have a huge archive of screenshots I obsessively capture, but until I can figure out a smoother way post them (and do it responsively) I'm going to let that be.</p>
    <p>Gone is the ability to search specific sections of the site. All that did was link to different Google Custom Search engines specifically limited by sub-directory. The default search is good enough.</p>
    <p>The logo is just simple one-color Gotham Rounded now. I still think of the asterisk as the logo mark for CSS-Tricks, but I couldn't figure out a good way to incorporate it. I'm sure it will return someday.</p>
    <p>Gone is the slew of links in the footer. Only the important ones are left.</p>
    <p>The homepage (and rest of the site) is 2-column instead of three. </p>
    <p>Simpler feels better around here.</p>
    <h3>More</h3>
    <p>While in some ways there is <em>less</em>, there is also <em>more</em> posts shown on the homepage. It's such a lightweight and easy thing to do, might as well. </p>
    <h3>Speed</h3>
    <p>Speed is always a goal here, as it should be on any website. </p>
    <p>There are less icons in use. For the ones remaining, I dropped icon fonts in favor of an inline <code>&lt;svg&gt;</code> <a href="http://css-tricks.com/svg-sprites-use-better-icon-fonts/" rel="nofollow external" class="bo">icon system</a>, meaning zero requests.</p>
    <p>There are only a handful of images left and I plan to nix as many of them as I can. </p>
    <p>A good homepage load is typically under a second, which is a solid place to be. I plan to keep working on it. I think there is a few more resources I can either combine or remove.</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/network-tab.jpg" alt="" style="max-width: 100%; height: auto;">
    <p>On pages with a lot of comments, it's clear that Gravatar is the slowest thing, mostly because it can be a ton of individual requests. I'd like to start attempting to lazy load those. I'm not ditching them I don't think; I've always been a fan of avatars next to comments and other user-authored content.</p>
    <h3>Type</h3>
    <p>The CSS-TRICKS logo font is in <a href="http://www.typography.com/fonts/gotham-rounded/overview/" rel="nofollow external" class="bo">Gotham Rounded</a>. Love it. </p>
    <p>While I was using H&amp;FJ Cloud Typography fonts, I originally went with Ideal Sans for the body font. I also love it, but I got a ton of complaints right away that it rendered poorly in the classic Window/Chrome scenario. I could have tried out some things, but the fonts were also loading a bit slowly, so I decided to nix Ideal Sans and go with a (gasp) non custom font. Just regular ol' Lucida Grande. I don't love it, but it's fast and renders fine everywhere.</p>
    <h3>Look</h3>
    <p>Generally better aesthetics is another upgrade - at least in my opinion. I've long been a fan of bright, fun colors, especially on dark. It's a thing I've (poorly) copped from Kevin Hale, which you can see from his slide decks <a href="https://speakerdeck.com/roundedbygravity/5-interface-laws-every-software-designer-should-know" rel="nofollow external" class="bo">like this one</a>:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/kevin-style.png" alt="" style="max-width: 100%; height: auto;">
    <p>There is only a handful of colors defined and I use them over and over in as logical of a system as I can. Feels decently cohesive I think.</p>
    <p>A fairly major aesthetic change is the big-ass headers:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/big-header.jpg" alt="" style="max-width: 100%; height: auto;">
    <p>I've always liked that — when an article greets you that clearly. It was sort of a last-minute change for this design, and the newish <a href="http://www.ngenworks.com/blog/" rel="nofollow external" class="bo">nGen Works blog</a> pushed me over the edge when I saw theirs:</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/ngen-blog.jpg" alt="" style="max-width: 100%; height: auto;">
    <h3>Validation</h3>
    <p>Dribbble actually validated the whole idea for this design. I posted <a href="http://dribbble.com/shots/1428183-Bit-of-a-refresh-simplification-for-CSS-Tricks?list=show" rel="nofollow external" class="bo">a simple example there</a> and it got so much positive feedback I decided to go for it.</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/dribbble-validation.jpg" alt="" style="max-width: 100%; height: auto;">
    <p>We're about a week post-launch as I write this, and the design has largely been met positively. That's literally a first =).</p>
    <h3>Resizeable CodePen Embeds</h3>
    <p>I was hoping to add more functionality to the site this round, but unfortunately I didn't get to do as much of that as I would have liked. One thing I did get to was making all CodePen embeds resizeable.</p>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/codepen-resizers.gif" alt="" style="max-width: 100%; height: auto;">
    <p>Since that functionality is only really useful on large screens, I did a super basic cutting of the mustard to load it in from my global JavaScript:</p>
    <pre><code>// Cut mustard&#x000A;    if ($(window).width() &gt; 1000) {&#x000A;      $.getScript(__templatePath + "/js/min/mega-mustard-ck.js");&#x000A;    }</code></pre>
    <p>I <a href="http://blog.codepen.io/2014/03/11/resizeable-embeds/" rel="nofollow external" class="bo">wrote it up on the CodePen Blog</a>.</p>
    <h3>Forums Upgrades</h3>
    <ul>
    <li>You'll get an <strong>email notification</strong> when you are mentioned by @username in a thread. So you know if someone is talking about you or specially trying to get your attention. You can also still subscribe to a thread after commenting (like you can in the blog comments) if you want to keep up to date on all follow-up posts.</li>
    <li>You'll get an <strong>email notification</strong> if your post gets caught in spam, with instructions on who to notify so it's not lost to the ages.</li>
    <li>The concept of <a href="http://css-tricks.com/curating-comments-threads/" rel="nofollow external" class="bo">Featuring and Burying Comments</a> has made it to the forums. Myself, any of the moderators, and the person who started that topic have links to feature and bury replies. I hope that encourages better answers.<br>
    <img src="http://cdn.css-tricks.com/wp-content/uploads/2014/03/featured-thread.png" alt="" style="max-width: 100%; height: auto;">
    </li>
    <li>For regular Forums visitors, you might appreciate the new <a href="http://css-tricks.com/forums/all-topics/" rel="nofollow external" class="bo">All Topics page</a> which shows the most recent activity in all the sub forums combined.</li>
    <li>Markdown has <a href="http://jetpack.me/support/markdown/" rel="nofollow external" class="bo">made its way into Jetpack</a>, so rather than use a separate plugin for it, I'm using that now. Via a plugin I had custom built by Justin Sainton, Jetpack-markdown is in use in the forums as well as the blog comments, but not on the blog itself (legacy reasons for me). I also replaced the live comment preview with a preview tab in the blog comments. What's nice about that is that it's a real live preview rendered by the server, so it's not faking it with a client side lib like it was before.</li>
    <li>In v10 I never quite finished the responsiveness of the Forums. Should be much better now in v11, although not perfect.</li>
    </ul>
    <h3>History</h3>
    <p>I've added v11 to the absolutely embarrassing <a href="http://css-tricks.com/design-history/" rel="nofollow external" class="bo">Design History</a> page on this site.</p>
    <h3>Issues</h3>
    <p>There are still some things I'm ironing out. If you see a bug, the best way to make sure I'll see it is to <a href="http://css-tricks.com/contact/" rel="nofollow external" class="bo">shoot over a message</a> - and it would be much appreciated.</p>
    <hr>
    <p><small><a href="http://css-tricks.com/v11/" rel="nofollow external" class="bo">Design v11</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>I redesigned this site a smidge. It's not a huge re-thinking or as big of an undertaking as v10 was, but it's different enough I'm going to call it v11.     Some of it looks like this:    Less...</Summary>
<Website>http://css-tricks.com/v11/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42542/guest@my.umbc.edu/54b01bfc1bb41761ba1e4404a55f03cf/api/pixel</TrackingUrl>
<Tag>article</Tag>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>tricks</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 17:19:03 -0400</PostedAt>
<EditAt>Tue, 18 Mar 2014 17:19:03 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="42540" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42540">
<Title>Patrick O'Neill: DNA Detective</Title>
<Tagline>Investigating transcription factor networks with mathematics</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <h2>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    </h2>
    <p><strong><span>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    </span></strong></p>
    <p>There are no test tubes, petri dishes or microscopes in <a href="http://compbio.umbc.edu/" rel="nofollow external" class="bo"><span>Ivan Erill’s  research lab</span></a>.  No
    chemical cabinets or safety goggles.  In fact, this room on the first
    floor in the Biological Sciences Building at UMBC looks more like a typical
    office: a bunch of desks, computers, and swivel chairs.  It’s what scientists
    call a “dry lab.”  <strong>(For the rest of the story, click on website link ).</strong></p>
    
    
    
    
    
    <p><strong><span><br></span></strong></p>
    
    
    
    
    
    
    <h4><br></h4>
    </div>
]]>
</Body>
<Summary>There are no test tubes, petri dishes or microscopes in Ivan Erill’s  research lab.  No chemical cabinets or safety goggles.  In fact, this room on the first floor in the Biological Sciences...</Summary>
<Website>http://my.umbc.edu/news/41998</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42540/guest@my.umbc.edu/9153ebf5f5785cedfe996f030f80c3e1/api/pixel</TrackingUrl>
<Group token="biol">Department of Biological Sciences</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/biol</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/xsmall.png?1681829319</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/original.jpg?1681829319</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/xxlarge.png?1681829319</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/xlarge.png?1681829319</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/large.png?1681829319</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/medium.png?1681829319</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/small.png?1681829319</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/xsmall.png?1681829319</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/430/6b175bb0e4c9635bddddedfbeb4f8c38/xxsmall.png?1681829319</AvatarUrl>
<Sponsor>Department of Biological Sciences</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 16:29:32 -0400</PostedAt>
<EditAt>Tue, 18 Mar 2014 16:33:08 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="42541" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42541">
<Title>Bits Test Run: Nuzzel Finds the Top Stories in Your Personal Twitterverse</Title>
<Body>
<![CDATA[
    <div class="html-content">Your friends may have a good idea of what you want to read. A start-up is leaning on them to help cull through your Twitter feed.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fnuzzel-finds-the-top-stories-in-your-personal-twitterverse%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Test+Run%3A+Nuzzel+Finds+the+Top+Stories+in+Your+Personal+Twitterverse" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fnuzzel-finds-the-top-stories-in-your-personal-twitterverse%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Test+Run%3A+Nuzzel+Finds+the+Top+Stories+in+Your+Personal+Twitterverse" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fnuzzel-finds-the-top-stories-in-your-personal-twitterverse%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Test+Run%3A+Nuzzel+Finds+the+Top+Stories+in+Your+Personal+Twitterverse" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fnuzzel-finds-the-top-stories-in-your-personal-twitterverse%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Test+Run%3A+Nuzzel+Finds+the+Top+Stories+in+Your+Personal+Twitterverse" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fnuzzel-finds-the-top-stories-in-your-personal-twitterverse%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Test+Run%3A+Nuzzel+Finds+the+Top+Stories+in+Your+Personal+Twitterverse" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/sc/38/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/sc/38/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/sc/38/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/sc/38/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/sc/38/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/sc/38/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801464513/u/0/f/640387/c/34625/s/3855191e/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Your friends may have a good idea of what you want to read. A start-up is leaning on them to help cull through your Twitter feed.      </Summary>
<Website>http://rss.nytimes.com/c/34625/f/640387/s/3855191e/sc/38/l/0Lbits0Bblogs0Bnytimes0N0C20A140C0A30C180Cnuzzel0Efinds0Ethe0Etop0Estories0Ein0Eyour0Epersonal0Etwitterverse0C0Dpartner0Frss0Gemc0Frss/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42541/guest@my.umbc.edu/82b9f8b1f1fc45ff3b471f25f85a156e/api/pixel</TrackingUrl>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>test-run</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 16:00:22 -0400</PostedAt>
<EditAt>Wed, 19 Mar 2014 07:39:00 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="42538" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42538">
<Title>Female scientists help stamp out biases in birdsong research</Title>
<Tagline>New findings in Omland Lab paper in Nature Communications</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><strong>Female scientists help stamp out biases in bird behavior research</strong></div>
    <div><br></div>
    <div>By Sarah L. Hansen</div>
    <div><br></div>
    <div>On March 4, UMBC graduate student Karan Odom and her collaborators published a study in <em>Nature Communications</em> revealing that females in 71% of songbird species sing – a much higher percentage than previously assumed.  Not only that, but females of the ancestor to all songbirds (oscine passerines) also sang.  This breakthrough finding has upended over a century of scientific thinking about the purpose and prevalence of birdsong. </div>
    <div><br></div>
    <div>Going back to Charles Darwin, scientists thought that singing was primarily a male characteristic used to attract mates. Female song was considered an anomaly and thought to be structurally simpler than male song.  The <em>Nature Communications</em> paper challenges those assumptions. </div>
    <div><br></div>
    <div>Odom and her coauthors scored 1141 songbird species for the presence of female song, resulting in 323 species with clear sex-specific song information. Of these species, they found that females in 229 species sing.  They also used three different, rigorous methods of ancestral state reconstruction to determine the likelihood that the ancestral female songbird sang.  All three methods returned a strong “Yes she did!” with percentages of 100%, 92%, and 75%. </div>
    <div><br></div>
    <div>“It’s unique to see such a strong result confirmed by multiple reconstructions,” Odom said.  “When we saw that we were like, ‘woah’ – that’s interesting and exciting.”  </div>
    <div><br></div>
    <div>
    <a href="http://www.nbb.cornell.edu/neurobio/websterlab/" rel="nofollow external" class="bo">Mike Webster</a>, Professor of Neurobiology and Behavior and Robert G. Engel Professor of Ornithology at Cornell University in Ithaca, NY, who was not involved with the research, agrees that the strength of the results was surprising.  “We’ve known for a while that females sing,” he said, but he was “very surprised at the magnitude” of Odom’s results and that female song is “common, widespread, and ancestral.” </div>
    <div> </div>
    <div>So why did it take until 2014 for the field to recognize the prevalence of female song?  One reason is a geographic bias.  The bulk of the world’s major research universities are located in temperate climates in North America and Europe, but temperate songbird species are less likely to have females who sing.  Also, the ancestral songbird is believed to have come from Australasia (Australia plus Asia).  The species we see in temperate zones may exhibit more differences from the original songbird.  </div>
    <div><br></div>
    <div>“More recent diverged lineages are what we’ve observed, but aren’t necessarily representative of all birds or the ancestor,” Odom explained.  </div>
    <div><br></div>
    <div>Geographic bias has certainly had a role in skewing our view of female song, but gender may also play a part, said Odom.</div>
    <div><br></div>
    <div>The original proponent of the importance of female song was <a href="http://www.sandiegozooglobal.org/icr/susan_farabaugh_ph.d/" rel="nofollow external" class="bo">Susan Farabaugh</a>, the sister of the UMBC Biological Sciences department chair Philip Farabaugh.  In 1982, as a student at University of Maryland, College Park she published a book chapter in <em>Acoustic Communication in Birds Vol 2. </em>about songbird duetting.  She reported that duets occur between mated pairs and in species with year-round territoriality.  Since then, many of the leading researchers on female birdsong have been women. </div>
    <div><br></div>
    <div> “I definitely think it’s been female researchers that have moved this field of female song forward, maybe just because they’re coming at things from a different angle,” said Odom. </div>
    <div><br></div>
    <div>Webster agrees that gendered assumptions may have skewed earlier songbird research. “Science is always in a social context.  It’s pretty hard to deny that’s played a role.”</div>
    <div><br></div>
    <div>Three of Odom’s four co-authors on the paper - <a href="http://biology.anu.edu.au/naomi_langmore/" rel="nofollow external" class="bo">Naomi Langmore</a>, <a href="http://michellelhall.wordpress.com/" rel="nofollow external" class="bo">Michelle Hall</a>,<a href="http://www.science.leidenuniv.nl/index.php/ibl/riebel" rel="nofollow external" class="bo"> Katharina Riebel</a> - are women and two are Australian. “So there you get a ‘double-whammy’ of these women seeing females singing their whole lives, and not these differences that these men have observed,” Odom said.</div>
    <div> </div>
    <div>Now that Odom and colleagues have shown that the majority of female songbirds do indeed sing, what’s next?  Odom suggests functional studies on female song.  “I think we need research across different species to know how and why females are using their song,” she said.</div>
    <div><br></div>
    <div>From “calls” to “songs” and everything in between, birds make all kinds of vocalizations that are resistant to narrow definitions.  “It’s a behavior we’ve tried to strictly define, but song is a continuum,” said Odom. Whether birds learn their songs from other birds or know them innately plays a role in how we define what a song is and isn’t.  Currently, only learned vocalizations are considered true songs.</div>
    <div><br></div>
    <div>“Another interesting line of research would be to find out more about the extent to which song is learned in those species,” Odom said, “which might blur the boundaries of what’s a songbird, what’s learning, and what’s song?” </div>
    <div>Kevin Omland, the only male collaborator on the new paper, readily admitted the value female researchers have added to his field and the likelihood that their insights will continue to drive birdsong research.  Omland said it would have been fun if all the authors on the paper had been female:  “I have never wished to be a woman so much in my life,” he said.  </div>
    <div><br></div>
    <div>If you have questions or comments about Odom et al.’s research, don’t hesitate to contact her at <a href="mailto:kodom1@umbc.edu">kodom1@umbc.edu</a> or comment on this post.</div>
    <div>       </div>
    <div>   </div>
    </div>
]]>
</Body>
<Summary>Female scientists help stamp out biases in bird behavior research     By Sarah L. Hansen     On March 4, UMBC graduate student Karan Odom and her collaborators published a study in Nature...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42538/guest@my.umbc.edu/88b566ebfff9aa37963fcd114caa8e4c/api/pixel</TrackingUrl>
<Group token="retired-801">The Helix</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-801</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/xsmall.png?1389798224</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/original.png?1389798224</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/xxlarge.png?1389798224</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/xlarge.png?1389798224</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/large.png?1389798224</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/medium.png?1389798224</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/small.png?1389798224</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/xsmall.png?1389798224</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/801/e22ce4d908a59a1903c9c815ef4bfb03/xxsmall.png?1389798224</AvatarUrl>
<Sponsor>The Helix</Sponsor>
<PawCount>27</PawCount>
<CommentCount>3</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 15:24:55 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="42547" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42547">
<Title>Gamepad Controls for HTML5 Games</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://blog.teamtreehouse.com/html5-games-land-broken-hopes-dreams" rel="nofollow external" class="bo">HTML5 games still have a lot of promises to fulfill</a>, but the <a href="http://www.w3.org/TR/gamepad/" rel="nofollow external" class="bo">W3C gamepad specification</a> is a great example of something that’s going well. The spec is still a working draft, but the prospect of reading game controller data in a browser environment is tantalizing enough to start experimenting.</p>
    <h2>Why Use a Gamepad?</h2>
    <p>A gamepad is a type of input device commonly found on popular gaming consoles, like the Xbox, PlayStation, and Wii. Some hardware makers, such as Logitech, also make these controllers for use with a PC (and by “PC,” I mean Windows, Mac, or Linux hardware). While many avid PC gamers will claim that a mouse and keyboard are superior, console controllers can feel more familiar to a broader audience.</p>
    <div>
    <img alt="PlayStation 4 controller." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/ps4.jpg" width="1280" height="549" style="max-width: 100%; height: auto;"><p>A PlayStation 4 controller. (Photo by Nick Pettit/Treehouse)</p>
    </div>
    <p>Secondary to games, a gamepad could also be used as an alternative input device in the context of the “10-foot experience,” when users are sitting far away from a large screen. For many individuals, this is the preferred remote control for watching movies and television shows. I’ve <a href="http://blog.teamtreehouse.com/the-web-design-revolution-will-be-televised-part-i" rel="nofollow external" class="bo">written about television experiences previously</a>, but I think gamepad support is a great addition for any web app designed to function in the living room.</p>
    <h2>The Gamepad Specification</h2>
    <p>The W3C specification for gamepads has been through several iterations over the last few years. Early on, JavaScript libraries like <a href="http://www.gamepadjs.com/" rel="nofollow external" class="bo">gamepad.js</a> were necessary for basic features like button mapping, but this is no longer the case. Most of these libraries are now deprecated (including gamepad.js) because the working draft evolved to include support for more key features.</p>
    <p>Also read: <a href="http://blog.teamtreehouse.com/html5-games-land-broken-hopes-dreams" rel="nofollow external" class="bo">HTML5 Games: A Land of Broken Hopes and Dreams</a></p>
    <p>The W3C smartly narrows the definition of a gamepad to devices with buttons and axes, specifically excluding motion sensing, gesture recognition, and a few other points of potential confusion. Additionally, they define only one canonical button layout known as the “standard” mapping.</p>
    <div>
    <img alt="Diagram of a gamepad with each button individually labeled." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/standardgamepad.png" width="1280" height="672" style="max-width: 100%; height: auto;"><p>The “standard gamepad” is the default mapping for controllers. The mapping property should be set to the string “standard.” (Illustration courtesy of <a href="http://www.w3.org/TR/gamepad/" rel="nofollow external" class="bo">W3C.org</a>)</p>
    </div>
    <p>If gamepads become more than just a curiosity for you, I recommend you <a href="http://www.w3.org/TR/gamepad/" rel="nofollow external" class="bo">read about all the new gamepad interfaces in the specification</a>, but the most important is the “gamepad” interface that has the following attributes:</p>
    <ul>
    <li>
    <strong>id</strong> – This is a string that identifies the brand or style of gamepad.</li>
    <li>
    <strong>index</strong> - When multiple gamepads are connected, the index can help select a specific gamepad device.</li>
    <li>
    <strong>connected</strong> - This is a boolean that says whether or not the gamepad is connected.</li>
    <li>
    <strong>timestamp</strong> - A timestamp indicates the last time the gamepad data was updated.</li>
    <li>
    <strong>mapping</strong> - The only currently supported mapping is “standard” so this isn’t really too important (for now).</li>
    <li>
    <strong>axes</strong> - This is an array that typically stores the values of analog sticks.</li>
    <li>
    <strong>buttons</strong> - This is an array containing “GamepadButton” objects. Each GamepadButton has a “pressed” boolean property as well as a “value” float property that can be used for other miscellaneous analog controls, like the triggers on the back of modern gamepads.</li>
    </ul>
    <h2>Cross-Browser Gamepad Support</h2>
    <p>If you’d like to test your hardware and software configuration for compatibility, plug in your favorite USB controller and head over to the <a href="http://html5gamepad.com/" rel="nofollow external" class="bo">HTML5 Gamepad Tester</a>. Results may vary, but in Google Chrome on Mac OS X 10.9, I was able to use my PlayStation 4 controller right away. At the time of this writing, Firefox doesn’t have support enabled by default, but you can turn it on by searching for “gamepad” in the about:config settings.</p>
    <div>
    <img alt="Screenshot of the HTML5 Gamepad Tester website with various pieces of button and axes output." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/gamepad-tester.png" width="1162" height="658" style="max-width: 100%; height: auto;"><p><a href="http://html5gamepad.com/" rel="nofollow external" class="bo">The HTML5 Gamepad Tester</a> is a site that makes it easy to try out your hardware and software configuration and check for gamepad support.</p>
    </div>
    <p>Programming with the gamepad API isn’t too difficult. The W3C recommends coordinating the polling of controls with requestAnimationFrame, so that the framerate of a game does not become oddly de-synced with the input. Gamepad data should also be polled as closely as possible to the renderer to maximize responsiveness and minimize controller latency.</p>
    <p>The other quirk right now is spotty browser support. As I mentioned previously, the gamepad API only works in Firefox and Chrome. In Firefox 27 and lower, you’ll need to enable it by setting dom.gamepad.enabled to true in the about:config settings. That being said, Firefox has the best support right now. In Chrome, the events that detect when the controller is connected and disconnected are not implemented. Instead, you have to initiate input by mashing a button on the controller. Additionally, Chrome uses the webkit prefix when polling for gamepads using navigator.webkitGetGamepads() so you’ll need to account for both in your code. For more details, I recommend you read the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Navigator" rel="nofollow external" class="bo">MDN documentation on the gamepad API</a>, because it includes lots of in-depth cross-browser example code.</p>
    <p>Do you think gamepads will help support the future of HTML5 games? Or is this just yet another browser API that will be relegated to obscure use cases? I’d love to hear your thoughts in the comments.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/gamepad-controls-html5-games" rel="nofollow external" class="bo">Gamepad Controls for HTML5 Games</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>HTML5 games still have a lot of promises to fulfill, but the W3C gamepad specification is a great example of something that’s going well. The spec is still a working draft, but the prospect of...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/b0rGSc2bsbA/gamepad-controls-html5-games</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42547/guest@my.umbc.edu/0fc617627b9e054f635aff3fbacade84/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>learn-to-code</Tag>
<Tag>responsive</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 14:00:16 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="42536" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42536">
<Title>Bits Blog: Google Unveils Software for Smartwatches-to-Be</Title>
<Body>
<![CDATA[
    <div class="html-content">In a pre-emptive move against Apple, Google revealed Android Wear, a version of the Android operating system that is tailored for wearable computers.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fgoogle-introduces-a-smart-watch%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Google+Unveils+Software+for+Smartwatches-to-Be" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fgoogle-introduces-a-smart-watch%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Google+Unveils+Software+for+Smartwatches-to-Be" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fgoogle-introduces-a-smart-watch%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Google+Unveils+Software+for+Smartwatches-to-Be" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fgoogle-introduces-a-smart-watch%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Google+Unveils+Software+for+Smartwatches-to-Be" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fgoogle-introduces-a-smart-watch%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Google+Unveils+Software+for+Smartwatches-to-Be" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/sc/5/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/sc/5/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/sc/5/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/sc/5/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/sc/5/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/sc/5/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801551999/u/0/f/640387/c/34625/s/38538703/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>In a pre-emptive move against Apple, Google revealed Android Wear, a version of the Android operating system that is tailored for wearable computers.      </Summary>
<Website>http://rss.nytimes.com/c/34625/f/640387/s/38538703/sc/5/l/0Lbits0Bblogs0Bnytimes0N0C20A140C0A30C180Cgoogle0Eintroduces0Ea0Esmart0Ewatch0C0Dpartner0Frss0Gemc0Frss/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42536/guest@my.umbc.edu/99ef7744fc369ea2722ba9ccfedff00f/api/pixel</TrackingUrl>
<Tag>android-operating-system</Tag>
<Tag>computers-and-the-internet</Tag>
<Tag>devices</Tag>
<Tag>google-inc</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>lg-electronics</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>wearable-computing</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 12:52:07 -0400</PostedAt>
<EditAt>Wed, 19 Mar 2014 14:53:50 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="42537" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42537">
<Title>Viacom and YouTube Settle Suit Over Copyright Violations</Title>
<Body>
<![CDATA[
    <div class="html-content">The legal dispute began in 2007 over allegations by Viacom that its material was appearing on YouTube without permission.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F19%2Fbusiness%2Fmedia%2Fviacom-and-youtube-settle-lawsuit-over-copyright.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Viacom+and+YouTube+Settle+Suit+Over+Copyright+Violations" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F19%2Fbusiness%2Fmedia%2Fviacom-and-youtube-settle-lawsuit-over-copyright.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Viacom+and+YouTube+Settle+Suit+Over+Copyright+Violations" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F19%2Fbusiness%2Fmedia%2Fviacom-and-youtube-settle-lawsuit-over-copyright.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Viacom+and+YouTube+Settle+Suit+Over+Copyright+Violations" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F19%2Fbusiness%2Fmedia%2Fviacom-and-youtube-settle-lawsuit-over-copyright.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Viacom+and+YouTube+Settle+Suit+Over+Copyright+Violations" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F19%2Fbusiness%2Fmedia%2Fviacom-and-youtube-settle-lawsuit-over-copyright.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Viacom+and+YouTube+Settle+Suit+Over+Copyright+Violations" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/sc/21/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/sc/21/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/sc/21/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/sc/21/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/sc/21/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/sc/21/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801552228/u/0/f/640387/c/34625/s/3853abcf/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The legal dispute began in 2007 over allegations by Viacom that its material was appearing on YouTube without permission.      </Summary>
<Website>http://rss.nytimes.com/c/34625/f/640387/s/3853abcf/sc/21/l/0L0Snytimes0N0C20A140C0A30C190Cbusiness0Cmedia0Cviacom0Eand0Eyoutube0Esettle0Elawsuit0Eover0Ecopyright0Bhtml0Dpartner0Frss0Gemc0Frss/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42537/guest@my.umbc.edu/1b7bc2fb175c18708ec1a366070128aa/api/pixel</TrackingUrl>
<Tag>copyrights-and-copyright-violations</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>viacom-inc-viab-nasdaq</Tag>
<Tag>york</Tag>
<Tag>youtube-com</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 12:34:52 -0400</PostedAt>
<EditAt>Tue, 18 Mar 2014 12:34:52 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="42535" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42535">
<Title>Bits Blog: Apple to Offer Cheaper iPhone 5C in Several Markets</Title>
<Body>
<![CDATA[
    <div class="html-content">The colorful plastic iPhone hasn’t been as big a hit as the high-end iPhone 5S. So to lure more customers, Apple is introducing another model in a few markets, including China.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fapple-to-offer-cheaper-iphone-5c-in-several-markets%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Apple+to+Offer+Cheaper+iPhone+5C+in+Several+Markets" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fapple-to-offer-cheaper-iphone-5c-in-several-markets%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Apple+to+Offer+Cheaper+iPhone+5C+in+Several+Markets" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fapple-to-offer-cheaper-iphone-5c-in-several-markets%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Apple+to+Offer+Cheaper+iPhone+5C+in+Several+Markets" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fapple-to-offer-cheaper-iphone-5c-in-several-markets%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Apple+to+Offer+Cheaper+iPhone+5C+in+Several+Markets" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F18%2Fapple-to-offer-cheaper-iphone-5c-in-several-markets%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Apple+to+Offer+Cheaper+iPhone+5C+in+Several+Markets" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/sc/15/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/sc/15/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/sc/15/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/sc/15/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/sc/15/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/sc/15/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/191801465278/u/0/f/640387/c/34625/s/38532dd3/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The colorful plastic iPhone hasn’t been as big a hit as the high-end iPhone 5S. So to lure more customers, Apple is introducing another model in a few markets, including China.      </Summary>
<Website>http://rss.nytimes.com/c/34625/f/640387/s/38532dd3/sc/15/l/0Lbits0Bblogs0Bnytimes0N0C20A140C0A30C180Capple0Eto0Eoffer0Echeaper0Eiphone0E5c0Ein0Eseveral0Emarkets0C0Dpartner0Frss0Gemc0Frss/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42535/guest@my.umbc.edu/cb1c39c756da8eca014de6e0ef9c6853/api/pixel</TrackingUrl>
<Tag>apple-inc</Tag>
<Tag>apple-inc-aapl-nasdaq</Tag>
<Tag>iphone</Tag>
<Tag>mobile</Tag>
<Tag>new</Tag>
<Tag>prices-fares-fees-and-rates</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 12:18:26 -0400</PostedAt>
<EditAt>Tue, 18 Mar 2014 16:44:51 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="42534" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42534">
<Title>Interested in the impact our new Center for Leadership &amp;amp; Innovation can have on...</Title>
<Body>
<![CDATA[
    <div class="html-content">Interested in the impact our new Center for Leadership &amp; Innovation can have on your organization? Join us tomorrow at noon for our FREE Online Information Session to learn more - today is your last chance to register! <br> <a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fow.ly%2FuIeYO&amp;h=7AQH-uKFb&amp;s=1" rel="nofollow external" class="bo">http://ow.ly/uIeYO</a><br><br><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fow.ly%2FuIeYO&amp;h=6AQEcC5IL&amp;s=1" title="" rel="nofollow external" class="bo"><img src="https://fbexternal-a.akamaihd.net/safe_image.php?d=AQDoK5oQHWJJYXB1&amp;w=154&amp;h=154&amp;url=http%3A%2F%2Fwww.umbctraining.com%2Fgetattachment%2FipR.gif.aspx" alt="" style="max-width: 100%; height: auto;"></a><br><a href="http://l.facebook.com/l.php?u=http%3A%2F%2Fow.ly%2FuIeYO&amp;h=hAQG3egjt&amp;s=1" rel="nofollow external" class="bo">Events</a><br><a href="http://www.umbctraining.com">www.umbctraining.com</a><br>Events. RSVP for one of UMBC Training Centers upcoming events.</div>
]]>
</Body>
<Summary>Interested in the impact our new Center for Leadership &amp; Innovation can have on your organization? Join us tomorrow at noon for our FREE Online Information Session to learn more - today is...</Summary>
<Website>http://www.facebook.com/umbctraining/posts/10100616012842273</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42534/guest@my.umbc.edu/817ed45f72252fc5fc865241f4b3aef6/api/pixel</TrackingUrl>
<Tag>ccna</Tag>
<Tag>ceh</Tag>
<Tag>centers</Tag>
<Tag>cisco</Tag>
<Tag>cyber</Tag>
<Tag>cybersecurity</Tag>
<Tag>information</Tag>
<Tag>it</Tag>
<Tag>leadership</Tag>
<Tag>management</Tag>
<Tag>microsoft</Tag>
<Tag>project</Tag>
<Tag>security</Tag>
<Tag>technology</Tag>
<Tag>training</Tag>
<Tag>umbc</Tag>
<Group token="retired-575">UMBC Training Centers</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-575</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/original.jpg?1361981335</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/large.png?1361981335</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/medium.png?1361981335</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/small.png?1361981335</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxsmall.png?1361981335</AvatarUrl>
<Sponsor>UMBC Training Centers</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 12:17:27 -0400</PostedAt>
<EditAt>Tue, 18 Mar 2014 12:17:27 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="42531" important="false" status="posted" url="https://my3.my.umbc.edu/posts/42531">
<Title>&#8216;It Is Never Too Late&#8217;: How a Teacher and an Artist Switched to Web Careers in Midstream</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <div>
    <a href="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/jon-liu-2.jpg" rel="nofollow external" class="bo"><img alt="Jon Liu at work at Name.com (Photo by Tim Skillern/Treehouse)" src="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/jon-liu-2.jpg" width="640" height="427" style="max-width: 100%; height: auto;"></a><p>Jon Liu at work at Name.com (Photo by Tim Skillern/Treehouse)</p>
    </div>
    <p>The “breaking moment” in Jon Liu’s teaching career came at 7 o’clock in the morning.</p>
    <p>An hour before his students arrived for classes, he sat in his car, stared at the school where he taught and wondered:</p>
    <p><em>What if I didn’t get out of my car today? </em></p>
    <p><em>What if I just sat in the car all day and I didn’t go in? </em></p>
    <p><em>What would happen? </em></p>
    <p>That morning marked the beginning of the end of Liu’s teaching career — and the start of a promising career in software development. But it didn’t happen along traditional routes.</p>
    <p>He taught for a decade, first in California as an elementary school PE teacher and then web design, yearbook and journalism at a high school before finishing at a Denver middle school. He loved teaching, but it left him exhausted and eager to start anew.</p>
    <p>Liu today works for <a href="http://www.name.com" rel="nofollow external" class="bo">Name.com</a>, a web domain services company, as a front-end developer and codes in HTML, CSS and JavaScript. His first job in development was at the University of Denver, where he learned on the job while upgrading the university’s CMS tools to HTML5 and CSS3. Along the way, he’s absorbed new skills every day and credits online courses and developer conferences among his go-to resources.</p>
    <p>“It never hurts to learn more,” he says.</p>
    <div>
    <a href="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/earn-learn-3.jpg" rel="nofollow external" class="bo"><img alt="Earn and learn." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/03/earn-learn-3.jpg" width="600" height="370" style="max-width: 100%; height: auto;"></a><p>(iStockPhoto)</p>
    </div>
    <h2>Brighter Days Are Ahead for Web Designers and Developers</h2>
    <p>Liu talked with Treehouse recently about his path to the web development world and the pitfalls he avoided. He also shared advice he’d give to potential students who perceive a web education as too scary, too time-intensive or otherwise too out of reach.</p>
    <p>In the United States, <a href="http://www.bls.gov/ooh/computer-and-information-technology/software-developers.htm" rel="nofollow external" class="bo">software developers earn a median annual salary of $93,000 a year</a> — or $45 an hour.  That’s according to the Bureau of Labor Statistics, which projects that the field will grow at a “much faster than average” 22 percent through 2022.</p>
    <p>But Liu, who earned degrees in business administration and education technology, wasn’t just lured to switch careers by a better salary and an outstanding job outlook.</p>
    <p>“I really like writing code,” he says. “I really enjoy problem-solving.” Liu notes that his personality is suited to unraveling programming riddles and he finds an immense sense of satisfaction once he’s able to crack a problem.</p>
    <p>A similar passion also led Jen Byyny, a senior UX designer at Yahoo, to explore a career change. She worked as an executive assistant at a California advertising agency when she discovered a talent and aptitude for web design. She tackled night classes in web design for three years and worked her way to art director at the agency in five years. She then left the firm to complete a master’s in media design.</p>
    <p>“It wasn’t a traditional path,” Byyny says.</p>
    <p>And education is increasingly not traditional for a lot of Americans who embark on new careers.</p>
    <p>While the <a href="http://www.bls.gov/nls/nlsfaqs.htm#anch43" rel="nofollow external" class="bo">BLS doesn’t examine</a> how often Americans change <em>careers</em>, we switch <em>jobs</em> every 4.4 years. And the way we’re learning new skills is certainly different. <a href="http://sloanconsortium.org/publications/survey/going_distance_2011" rel="nofollow external" class="bo">More than 7.1 million students enrolled</a> in at least one web class in the fall of 2012, according to the Babson Survey Research Group, which tracks online education. That’s a 6.1 percent increase over the previous year.</p>
    <p>In short: We’re revamping how we study for our future careers.</p>
    <p>Resources like Treehouse are instrumental toward that, Liu says. Students should also seek a well-rounded education by exploring meet-ups in their area, following high-profile programmers on Twitter and attending developer conferences.</p>
    <h2>It’s Not Too Late to Play, Explore and Learn</h2>
    <p>What guidance do Byyny and Liu have for those considering a career change and who might view web development as too formidable?</p>
    <ul>
    <li>“Practice,” Byyny says. “With anything. People say that about sports, little kids say it about learning to read. It’s the whole ‘you won’t know unless you try’ attitude.” She urges students to create designs on their own time and unveil them to just a few people with whom they feel comfortable sharing.</li>
    </ul>
    <ul>
    <li>It helps, Byyny says, to grasp foundational knowledge like color theory and typography. And it’s never too late to learn: “It’s not too late because you can play, you can explore. There’s no harm in that. If possible, find a mentor because they can also help guide where [your] focus should be.”</li>
    </ul>
    <ul>
    <li>“Dip your toes in the water and try it out first,” says Liu, who took a web programming class in 1999 but is otherwise self-taught. “You can take a single class and learn that specific language and before you start working on the next resource. Before you know it, you have a full breadth of knowledge to transition to that career.”</li>
    </ul>
    <ul>
    <li>“From every failure, there is a learning opportunity,” Liu adds. “Even if you find [a project] doesn’t work the way you intended, that gives you the opportunity to learn how to do it the right way.”</li>
    </ul>
    <p>Beyond learning new skills and making more money, what are the added benefits?</p>
    <ul>
    <li>“I don’t think any two days are the really the same,” Byyny says. “If you’re trying to solve different problems, it keeps you and your problem-solving skills sharp and allows you to grow.”</li>
    </ul>
    <ul>
    <li>Liu says the attitude and culture at software jobs are indispensable: “That’s more important than the code I write or the projects I work on. People are more important.”</li>
    </ul>
    <p>But you first have to start.</p>
    <p>“Do it,” he advises. “Don’t sit and think about it. Start doing something. Right now, start building something that you want to learn.”</p>
    <p>The post <a href="http://blog.teamtreehouse.com/never-late-teacher-artist-switched-web-careers-midstream" rel="nofollow external" class="bo">‘It Is Never Too Late’: How a Teacher and an Artist Switched to Web Careers in Midstream</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Jon Liu at work at Name.com (Photo by Tim Skillern/Treehouse)    The “breaking moment” in Jon Liu’s teaching career came at 7 o’clock in the morning.   An hour before his students arrived for...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/WQ8pamcLEH0/never-late-teacher-artist-switched-web-careers-midstream</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/42531/guest@my.umbc.edu/f20e44970010683ba8afe113ad237ab8/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>responsive</Tag>
<Tag>success-stories</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 18 Mar 2014 11:01:36 -0400</PostedAt>
</NewsItem>

</News>
