<?xml version="1.0"?>
<News hasArchived="true" page="7918" pageCount="10826" pageSize="10" timestamp="Mon, 21 Sep 2026 05:02:06 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7918&amp;range=2">
<NewsItem contentIssues="false" id="40832" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40832">
<Title>You Might Not Need jQuery</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>I'm of the opinion that you probably usually <a href="https://gist.github.com/rwaldron/8720084#file-reasons-md" rel="nofollow external" class="bo">do</a> need jQuery (I explain why many times in <a href="http://css-tricks.com/lodge/learn-jquery/table-of-contents/" rel="nofollow external" class="bo">my latest course on it</a>).</p>
    <p>But I'm also of the opinion that reference guides like this a super cool and useful for those of us who came into the world of JavaScript through jQuery. I'll probably reference this thing a zillion times. </p>
    <p><a href="http://youmightnotneedjquery.com/" title="Direct link to featured article" rel="nofollow external" class="bo">Direct Link to Article</a> — <a href="http://css-tricks.com/might-need-jquery/" rel="nofollow external" class="bo">Permalink</a></p>
    <hr>
    
    <p><small><a href="http://css-tricks.com/might-need-jquery/" rel="nofollow external" class="bo">You Might Not Need jQuery</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'm of the opinion that you probably usually do need jQuery (I explain why many times in my latest course on it).   But I'm also of the opinion that reference guides like this a super cool and...</Summary>
<Website>http://youmightnotneedjquery.com/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40832/guest@my.umbc.edu/95e173c7f67fa1fad182e3d82373de08/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>link</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>Thu, 30 Jan 2014 18:04:14 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="40828" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40828">
<Title>veinjs</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>If you need to change the styles of some elements using jQuery, you might use <code>.css()</code>, but that applies inline styles and we generally don't like that. You could add/remove/change a class name to control the style, which is better, but then still only works on matching elements that are currently in the DOM. </p>
    <p>This neat mini jQuery plugin by Danny Povolotski actually injects real CSS on the page so all (even future) matching elements get that style. Kinda like event delegation for styles. </p>
    <p><a href="https://github.com/israelidanny/veinjs" title="Direct link to featured article" rel="nofollow external" class="bo">Direct Link to Article</a> — <a href="http://css-tricks.com/veinjs/" rel="nofollow external" class="bo">Permalink</a></p>
    <hr>
    
    <p><small><a href="http://css-tricks.com/veinjs/" rel="nofollow external" class="bo">veinjs</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>If you need to change the styles of some elements using jQuery, you might use .css(), but that applies inline styles and we generally don't like that. You could add/remove/change a class name to...</Summary>
<Website>https://github.com/israelidanny/veinjs</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40828/guest@my.umbc.edu/e6abb823d3b3b042a205373ab694e4d8/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>link</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>Thu, 30 Jan 2014 17:57:05 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="122855" important="false" status="posted" url="https://my3.my.umbc.edu/posts/122855">
<Title>Nicole King and Michelle Stefano, American Studies, in City Paper</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>American Studies Assistant Professor Nicole King and Folklorist in Residence Michelle Stefano are starting a series of essays for the “City Folk” section of <em>City Paper</em>. They will be writing about interesting people they encounter during their travels around Baltimore.</p>
    <p>The first essay in the series titled “<a href="http://citypaper.com/news/different-presence-1.1624156" rel="nofollow external" class="bo">Different Presence</a>” was published on January 29. King and Stefano write about Robert Williams, who stands on the corner of Hollins Street and South Arlington Avenue and runs “New Day” gallery which houses a collection of African masks, sculptures and other collectibles. The essay looks at William’s motivation for running the gallery and examines his impact on the neighborhood and community. It also looks ahead to his future plans:</p>
    <blockquote><p>[Williams] is in the early stages of planning the African World Museum and Gallery, which would provide the space to delve deeper into the cultures and histories represented within his collection. While he currently lacks the funding, he certainly has the objects, the knowledge, and the trust of many in the community. He even has a space in mind: the old Steadman Station firehouse at East Read and North Calvert. With 14 years on the corner seeing the street life of Hollins Market, Williams is ready to come inside.</p></blockquote>
    <p>You can read the full essay in <em>City Paper </em><a href="http://citypaper.com/news/different-presence-1.1624156" rel="nofollow external" class="bo">here</a>.</p>
    </div>
]]>
</Body>
<Summary>American Studies Assistant Professor Nicole King and Folklorist in Residence Michelle Stefano are starting a series of essays for the “City Folk” section of City Paper. They will be writing about...</Summary>
<Website>https://umbc.edu/stories/nicole-king-and-michelle-stefano-american-studies-in-city-paper/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/122855/guest@my.umbc.edu/6ff4c5b767f27def10d46d1fceeea740/api/pixel</TrackingUrl>
<Tag>americanstudies</Tag>
<Tag>cahss</Tag>
<Tag>policy-and-society</Tag>
<Group token="umbc-news-magazine">UMBC News &amp;amp; Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/umbc-news-magazine</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/original.png?1748556657</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/large.png?1748556657</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/medium.png?1748556657</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/small.png?1748556657</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxsmall.png?1748556657</AvatarUrl>
<Sponsor>UMBC News &amp; Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 30 Jan 2014 17:17:48 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40819" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40819">
<Title>Tickets on Sale at the CIC!</Title>
<Tagline>Event Tickets Remaining on January 30th, 2014</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><strong>Stop by the Campus Information Center in The Commons to purchase the tickets listed below!</strong></div>
    <div><em><br></em></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/22474" rel="nofollow external" class="bo">SEB NYC Bus Trip</a></strong></div>
    <div><em>     Saturday, February 8th</em></div>
    <div><em>     Bus Departs: Commons Loop @ 8:00am</em></div>
    <div><em>     All Guests = $35.00</em></div>
    <div><em><strong>     We are on Ticket 16 of 106</strong></em></div>
    <div><em><strong><br></strong></em></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/22457" rel="nofollow external" class="bo">SEB Science Center Bus Trip</a></strong></div>
    <div><em>     Saturday, February 22nd</em></div>
    <div><em>     Bus Departs: Commons Loop @ 10:00am</em></div>
    <div><em>     All Guests = $12.00</em></div>
    <div><em><strong>     We are on Ticket 9 of 49</strong></em></div>
    <div><em><strong><br></strong></em></div>
    <div><strong><a href="http://my.umbc.edu/groups/seb/events/22440" rel="nofollow external" class="bo">SEB Philadelphia Bus Trip</a></strong></div>
    <div><em>     Saturday, March 8th</em></div>
    <div><em>     Bus Departs: Commons Loop @ 8:00am</em></div>
    <div><em>     All Guests = $25.00</em></div>
    <div><em><strong>     We are on Ticket 4 of 53</strong></em></div>
    <div><br></div>
    <div><em><strong><div><strong><a href="http://my.umbc.edu/groups/seb/events/22467" rel="nofollow external" class="bo">SEB Individual Weekly Movie Tickets</a></strong></div>
    <div><span><em>     All Guests = $2.00</em></span></div>
    <div><span><em><br></em></span></div>
    <div><strong>SEB Semester Movie Pass</strong></div>
    <div><em>     All Guests = $10.00</em></div></strong></em></div>
    <div><div><br></div></div>
    <div><span><span><div><strong>Also, don't forget to check out these events happening this week!</strong></div>
    <div><span><br></span></div>
    <div>
    <strong><a href="http://my.umbc.edu/events/22461" rel="nofollow external" class="bo">Welcome Week: Open Mic Night</a> - </strong>Thursday, January 30th 8pm-10pm. Show off your talent to UMBC in the Sports Zone! <span>Sign up starts at 7:30!</span>
    </div>
    <div><span><br></span></div>
    <div><span><strong><a href="http://my.umbc.edu/events/22462" rel="nofollow external" class="bo">Welcome Week: Winter Crazy Fun Night</a></strong> - Friday, January 31st 8pm-9pm. Join (seb) for games, music, freebies, and fun. The Commons will be crazy and fun, just like the title says! </span></div>
    <div><span><br></span></div>
    <div>
    <span><strong><a href="http://my.umbc.edu/events/22463" rel="nofollow external" class="bo">Welcome Week: Breakfast &amp; Bingo</a></strong> - Saturday, February 1st 9pm-11pm in the University Center Ballroom. </span><span>Win some of our best prizes ever and join us for a night of fun and free breakfast!</span>
    </div>
    <div><span><br></span></div>
    <div>
    <span><strong><a href="http://my.umbc.edu/events/22464" rel="nofollow external" class="bo">Welcome Week: Superbowl Party</a></strong> - Sunday, February 2nd 6pm-10pm in the Sports Zone. </span><span>Food, football, and free stuff. Can't beat that!</span>
    </div></span></span></div>
    </div>
]]>
</Body>
<Summary>Stop by the Campus Information Center in The Commons to purchase the tickets listed below!     SEB NYC Bus Trip       Saturday, February 8th       Bus Departs: Commons Loop @ 8:00am       All...</Summary>
<Website>https://www.facebook.com/UMBC.CIC</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40819/guest@my.umbc.edu/f1a7a4aa7efa73aed633e0d7a432c602/api/pixel</TrackingUrl>
<Group token="cic">Campus Information Center (CIC)</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/cic</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/original.png?1318518699</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/large.png?1318518699</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/medium.png?1318518699</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/small.png?1318518699</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxsmall.png?1318518699</AvatarUrl>
<Sponsor>Campus Information Center (CIC)</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/xxlarge.jpg?1391119678</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/xlarge.jpg?1391119678</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/large.jpg?1391119678</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/medium.jpg?1391119678</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/small.jpg?1391119678</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/xsmall.jpg?1391119678</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/819/b560c61551388c496bdd4465e3f105c0/xxsmall.jpg?1391119678</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 30 Jan 2014 17:12:31 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40825" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40825">
<Title>Scenes from Involvement Fest (PHOTOS)</Title>
<Body>
<![CDATA[
    <div class="html-content">by David Hoffman<br><div><br></div>
    <div>This semester's Involvement Fest (1/29, The Commons) had a Baltimore theme: Crab chips, Berger cookies, Orioles and Ravens. On a frosty day, The Commons was packed with organizations and students wanting to join them.<br><br>These photos were taken for Student Life by Blair Connoly and Dina Trembisky.</div>
    <div><br></div>
    <div>
    <div><a href="http://3.bp.blogspot.com/-qctXChipkDs/UurEsLIn1pI/AAAAAAAADlo/HYvonQa0NP4/s1600/IMG_8315.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-qctXChipkDs/UurEsLIn1pI/AAAAAAAADlo/HYvonQa0NP4/s1600/IMG_8315.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <br>
    </div>
    <div>
    <div><a href="http://2.bp.blogspot.com/-xysMF25Fpy0/UurErCT-o2I/AAAAAAAADlY/bgVay4cNxGM/s1600/IMG_8310.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-xysMF25Fpy0/UurErCT-o2I/AAAAAAAADlY/bgVay4cNxGM/s1600/IMG_8310.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-3E0Lm84G7tk/UurEm5nToUI/AAAAAAAADkw/-JOOkjilNTU/s1600/IMG_8186.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-3E0Lm84G7tk/UurEm5nToUI/AAAAAAAADkw/-JOOkjilNTU/s1600/IMG_8186.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <br>
    </div>
    <div>
    <div><a href="http://4.bp.blogspot.com/-MUPA6w3OGVY/UurEhJgLDmI/AAAAAAAADjc/UmQb4cm4yo8/s1600/IMG_2842.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-MUPA6w3OGVY/UurEhJgLDmI/AAAAAAAADjc/UmQb4cm4yo8/s1600/IMG_2842.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://3.bp.blogspot.com/-Ln0DSHCluyk/UurEhMuE7sI/AAAAAAAADjE/Pjor0TtY0SU/s1600/IMG_2845.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-Ln0DSHCluyk/UurEhMuE7sI/AAAAAAAADjE/Pjor0TtY0SU/s1600/IMG_2845.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-UIDr_Ankk5s/UurEhNX3wgI/AAAAAAAADjk/l9BPURQ42qg/s1600/IMG_2850.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-UIDr_Ankk5s/UurEhNX3wgI/AAAAAAAADjk/l9BPURQ42qg/s1600/IMG_2850.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-1LNAFqJUS3Q/UurEiAIF3cI/AAAAAAAADjU/n9maZw_g0FE/s1600/IMG_2855.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-1LNAFqJUS3Q/UurEiAIF3cI/AAAAAAAADjU/n9maZw_g0FE/s1600/IMG_2855.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-R8_bspih8Vg/UurEnYpQ5hI/AAAAAAAADkk/gQZ5AzVByuA/s1600/IMG_8201.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-R8_bspih8Vg/UurEnYpQ5hI/AAAAAAAADkk/gQZ5AzVByuA/s1600/IMG_8201.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-wgAA0F0PAZA/UurEnm0wOtI/AAAAAAAADk8/ZeUPa1cQO7U/s1600/IMG_8213.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-wgAA0F0PAZA/UurEnm0wOtI/AAAAAAAADk8/ZeUPa1cQO7U/s1600/IMG_8213.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-a78of2uR2m4/UurEwR8T50I/AAAAAAAADnc/q28cTtqh9JU/s1600/IMG_8455.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-a78of2uR2m4/UurEwR8T50I/AAAAAAAADnc/q28cTtqh9JU/s1600/IMG_8455.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-6H5UUg7WLYM/UurEw5m5y6I/AAAAAAAADnU/R0qfCT7uZGA/s1600/IMG_8492.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-6H5UUg7WLYM/UurEw5m5y6I/AAAAAAAADnU/R0qfCT7uZGA/s1600/IMG_8492.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-jk8o2TPd0po/UurEwRhpUXI/AAAAAAAADnA/zRD5yJo_-jk/s1600/IMG_8481.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-jk8o2TPd0po/UurEwRhpUXI/AAAAAAAADnA/zRD5yJo_-jk/s1600/IMG_8481.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-Cs9PvRhHWMY/UurEzok3D_I/AAAAAAAADoQ/su6UBEJMn4w/s1600/IMG_8503.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-Cs9PvRhHWMY/UurEzok3D_I/AAAAAAAADoQ/su6UBEJMn4w/s1600/IMG_8503.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <br>
    </div>
    <div><a href="http://2.bp.blogspot.com/-s-vHDFGYWio/UurEyT8hV-I/AAAAAAAADoE/_Z0SDLGEWLk/s1600/IMG_8563.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-s-vHDFGYWio/UurEyT8hV-I/AAAAAAAADoE/_Z0SDLGEWLk/s1600/IMG_8563.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-5CRfx2JABoo/UurEzg5sHoI/AAAAAAAADoM/kh75OylBhKg/s1600/IMG_8579.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-5CRfx2JABoo/UurEzg5sHoI/AAAAAAAADoM/kh75OylBhKg/s1600/IMG_8579.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-aBTJqNm03jo/UurEsh2J2TI/AAAAAAAADmE/uysCEjU4K0c/s1600/IMG_8335.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-aBTJqNm03jo/UurEsh2J2TI/AAAAAAAADmE/uysCEjU4K0c/s1600/IMG_8335.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-QU7_pq992F8/UurEx_GSTmI/AAAAAAAADno/8BIWPRvaKy0/s1600/IMG_8515.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-QU7_pq992F8/UurEx_GSTmI/AAAAAAAADno/8BIWPRvaKy0/s1600/IMG_8515.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://3.bp.blogspot.com/-KzOrYvSwt5Q/UurExVCfEiI/AAAAAAAADng/Geo5pLzajoA/s1600/IMG_8507.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-KzOrYvSwt5Q/UurExVCfEiI/AAAAAAAADng/Geo5pLzajoA/s1600/IMG_8507.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-eXeFacpKvjs/UurE2cRk-0I/AAAAAAAADo8/nU98C2rN4S0/s1600/IMG_8636.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-eXeFacpKvjs/UurE2cRk-0I/AAAAAAAADo8/nU98C2rN4S0/s1600/IMG_8636.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-5VAHPtHt5Gs/UurE1HHEpLI/AAAAAAAADo4/LKZle3QkCak/s1600/IMG_8609.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-5VAHPtHt5Gs/UurE1HHEpLI/AAAAAAAADo4/LKZle3QkCak/s1600/IMG_8609.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-YNgeZS3xx-M/UurEu8HkWHI/AAAAAAAADms/PTzBcok6JHQ/s1600/IMG_8407.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-YNgeZS3xx-M/UurEu8HkWHI/AAAAAAAADms/PTzBcok6JHQ/s1600/IMG_8407.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-JPDMyVEzND8/UurEvYQliQI/AAAAAAAADm0/Amoin2tDmXI/s1600/IMG_8422.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-JPDMyVEzND8/UurEvYQliQI/AAAAAAAADm0/Amoin2tDmXI/s1600/IMG_8422.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-4NYYqfAcDlI/UurEv-zKQJI/AAAAAAAADnE/rap6rIFo6IM/s1600/IMG_8434.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-4NYYqfAcDlI/UurEv-zKQJI/AAAAAAAADnE/rap6rIFo6IM/s1600/IMG_8434.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-pjbKnvoQq4o/UurE23gxvbI/AAAAAAAADpM/L_GItAxw6J4/s1600/IMG_8650.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-pjbKnvoQq4o/UurE23gxvbI/AAAAAAAADpM/L_GItAxw6J4/s1600/IMG_8650.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-PQHWWB2pKlw/UurE1F79lTI/AAAAAAAADok/vShtfilYs2g/s1600/IMG_8610.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-PQHWWB2pKlw/UurE1F79lTI/AAAAAAAADok/vShtfilYs2g/s1600/IMG_8610.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/--4IOAnTTD8k/UurEvBWq0bI/AAAAAAAADnI/CJjy-8JNi84/s1600/IMG_8417.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/--4IOAnTTD8k/UurEvBWq0bI/AAAAAAAADnI/CJjy-8JNi84/s1600/IMG_8417.JPG" height="338" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-A1hK6VceKHo/UurEou-59II/AAAAAAAADk4/WhP-kGyeHiA/s1600/IMG_8244.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-A1hK6VceKHo/UurEou-59II/AAAAAAAADk4/WhP-kGyeHiA/s1600/IMG_8244.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://3.bp.blogspot.com/-TW-l2-oa9po/UurEmdyATgI/AAAAAAAADlA/EOmKRoGCBMA/s1600/IMG_8167.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-TW-l2-oa9po/UurEmdyATgI/AAAAAAAADlA/EOmKRoGCBMA/s1600/IMG_8167.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-84g0ecWAUHA/UurEgc-bMGI/AAAAAAAADi0/CxGIoKcs5lw/s1600/IMG_2830.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-84g0ecWAUHA/UurEgc-bMGI/AAAAAAAADi0/CxGIoKcs5lw/s1600/IMG_2830.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-3RFaq00xTEo/UurE2urbT0I/AAAAAAAADpI/Lgf2psHdJgc/s1600/IMG_8644.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-3RFaq00xTEo/UurE2urbT0I/AAAAAAAADpI/Lgf2psHdJgc/s1600/IMG_8644.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-XbsSw7vupC0/UurEgHzmxPI/AAAAAAAADi8/1PmJEKzbCXk/s1600/IMG_2839.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-XbsSw7vupC0/UurEgHzmxPI/AAAAAAAADi8/1PmJEKzbCXk/s1600/IMG_2839.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <br><div><a href="http://3.bp.blogspot.com/-6JKl-xVoTxI/UurEgIAdDfI/AAAAAAAADis/y4gyY1Z25S4/s1600/IMG_2836.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-6JKl-xVoTxI/UurEgIAdDfI/AAAAAAAADis/y4gyY1Z25S4/s1600/IMG_2836.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-Hr3MI65y1iA/UurEiUPBw7I/AAAAAAAADjg/-WCifnPRdJQ/s1600/IMG_2859.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-Hr3MI65y1iA/UurEiUPBw7I/AAAAAAAADjg/-WCifnPRdJQ/s1600/IMG_2859.JPG" height="305" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-G0QhQ3eL6Zw/UurElGeTEQI/AAAAAAAADkI/dAWKhid6CTU/s1600/IMG_2862.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-G0QhQ3eL6Zw/UurElGeTEQI/AAAAAAAADkI/dAWKhid6CTU/s1600/IMG_2862.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-p9ZwJGtzLv0/UurEjR6FGEI/AAAAAAAADjs/qWqju_srL_c/s1600/IMG_2865.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-p9ZwJGtzLv0/UurEjR6FGEI/AAAAAAAADjs/qWqju_srL_c/s1600/IMG_2865.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <br><div><a href="http://3.bp.blogspot.com/-vLmomOkYo0k/UurEkWd82sI/AAAAAAAADkE/FgE2kcAbZt8/s1600/IMG_2867.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-vLmomOkYo0k/UurEkWd82sI/AAAAAAAADkE/FgE2kcAbZt8/s1600/IMG_2867.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-ELZsn7DTFqc/UurEmpjNfrI/AAAAAAAADkY/NTW2BNxi1KM/s1600/IMG_8177.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-ELZsn7DTFqc/UurEmpjNfrI/AAAAAAAADkY/NTW2BNxi1KM/s1600/IMG_8177.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-my5XGe8jUks/UurEqpZNnJI/AAAAAAAADlc/ozcFLVHjEZ8/s1600/IMG_8236.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-my5XGe8jUks/UurEqpZNnJI/AAAAAAAADlc/ozcFLVHjEZ8/s1600/IMG_8236.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><br></div>
    <div><a href="http://3.bp.blogspot.com/-H2XBbHpigCI/UurEtkWYSKI/AAAAAAAADmM/YF0sJgybRhM/s1600/IMG_8361.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-H2XBbHpigCI/UurEtkWYSKI/AAAAAAAADmM/YF0sJgybRhM/s1600/IMG_8361.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://3.bp.blogspot.com/--JDeZvP5fcQ/UurEt6r2HUI/AAAAAAAADnM/HrtdsKCHetM/s1600/IMG_8368.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/--JDeZvP5fcQ/UurEt6r2HUI/AAAAAAAADnM/HrtdsKCHetM/s1600/IMG_8368.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://1.bp.blogspot.com/-mQFtbFtF5x0/UurEuQApopI/AAAAAAAADmY/3WsJgfcDpiM/s1600/IMG_8370.JPG" rel="nofollow external" class="bo"><img src="http://1.bp.blogspot.com/-mQFtbFtF5x0/UurEuQApopI/AAAAAAAADmY/3WsJgfcDpiM/s1600/IMG_8370.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-EqIKiKkLY18/UurEsCAjdCI/AAAAAAAADl8/0g0rW_jGwv0/s1600/IMG_8325.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-EqIKiKkLY18/UurEsCAjdCI/AAAAAAAADl8/0g0rW_jGwv0/s1600/IMG_8325.JPG" height="400" width="266" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://3.bp.blogspot.com/-IBw5sVINwTc/UurE1VTFGwI/AAAAAAAADo0/N1ramAxm-X8/s1600/IMG_8623.JPG" rel="nofollow external" class="bo"><img src="http://3.bp.blogspot.com/-IBw5sVINwTc/UurE1VTFGwI/AAAAAAAADo0/N1ramAxm-X8/s1600/IMG_8623.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://4.bp.blogspot.com/-tJqR2AQ9Rts/UurE00oXJ1I/AAAAAAAADoY/HF9db4mRjwE/s1600/IMG_8596.JPG" rel="nofollow external" class="bo"><img src="http://4.bp.blogspot.com/-tJqR2AQ9Rts/UurE00oXJ1I/AAAAAAAADoY/HF9db4mRjwE/s1600/IMG_8596.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div><a href="http://2.bp.blogspot.com/-VP4Suay7JEU/UurEoAYrfII/AAAAAAAADks/XUMg8FW5vFI/s1600/IMG_8214.JPG" rel="nofollow external" class="bo"><img src="http://2.bp.blogspot.com/-VP4Suay7JEU/UurEoAYrfII/AAAAAAAADks/XUMg8FW5vFI/s1600/IMG_8214.JPG" height="266" width="400" style="max-width: 100%; height: auto;"></a></div>
    <div><br></div>
    <div>
    <em><a href="http://cocreateumbc.blogspot.com/" rel="nofollow external" class="bo">Co-Create UMBC</a> is a blog for and about UMBC, written by David Hoffman and Craig Berger from the Office of Student Life. Join the <a href="http://my.umbc.edu/groups/co-create" rel="nofollow external" class="bo">Co-Create UMBC group</a> on MyUMBC. Like <a href="https://www.facebook.com/cocreateumbc" rel="nofollow external" class="bo">Co-Create UMBC on Facebook</a>. And follow <a href="https://twitter.com/CoCreateUMBC" rel="nofollow external" class="bo">David</a> and <a href="https://twitter.com/CraigBerger" rel="nofollow external" class="bo">Craig</a> on Twitter.</em><span> </span>
    </div>
    <div><br></div>
    <div>
    <br><br>
    </div>
    <div><br></div>
    </div>
]]>
</Body>
<Summary>by David Hoffman     This semester's Involvement Fest (1/29, The Commons) had a Baltimore theme: Crab chips, Berger cookies, Orioles and Ravens. On a frosty day, The Commons was packed with...</Summary>
<Website>http://cocreateumbc.blogspot.com/2014/01/scenes-from-involvement-fest-photos.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40825/guest@my.umbc.edu/b3c26763a258df5860f037faf0146778/api/pixel</TrackingUrl>
<Tag>involvement-fest</Tag>
<Tag>scenes-from-photos</Tag>
<Group token="co-create">Co-Create UMBC</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/co-create</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/xsmall.png?1499890363</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/original.jpg?1499890363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/xxlarge.png?1499890363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/xlarge.png?1499890363</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/large.png?1499890363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/medium.png?1499890363</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/small.png?1499890363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/xsmall.png?1499890363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/002/5b8f025dafb56cb8d3088b7259aadcfb/xxsmall.png?1499890363</AvatarUrl>
<Sponsor>Co-Create UMBC</Sponsor>
<PawCount>36</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 30 Jan 2014 17:12:00 -0500</PostedAt>
<EditAt>Thu, 30 Jan 2014 17:12:00 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40826" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40826">
<Title>Zynga Cuts Staff as It Buys &#8216;Clumsy Ninja&#8217; Game Maker</Title>
<Body>
<![CDATA[
    <div class="html-content">Zynga said Thursday it was buying NaturalMotion, the company behind the hit mobile games “CSR Racing” and “Clumsy Ninja,” while cutting 15 percent of its workforce in a turnaround effort.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2Faponline%2F2014%2F01%2F30%2Fbusiness%2Fap-us-earns-zynga.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Zynga+Cuts+Staff+as+It+Buys+%E2%80%98Clumsy+Ninja%E2%80%99+Game+Maker" 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%2Faponline%2F2014%2F01%2F30%2Fbusiness%2Fap-us-earns-zynga.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Zynga+Cuts+Staff+as+It+Buys+%E2%80%98Clumsy+Ninja%E2%80%99+Game+Maker" 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%2Faponline%2F2014%2F01%2F30%2Fbusiness%2Fap-us-earns-zynga.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Zynga+Cuts+Staff+as+It+Buys+%E2%80%98Clumsy+Ninja%E2%80%99+Game+Maker" 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%2Faponline%2F2014%2F01%2F30%2Fbusiness%2Fap-us-earns-zynga.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Zynga+Cuts+Staff+as+It+Buys+%E2%80%98Clumsy+Ninja%E2%80%99+Game+Maker" 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%2Faponline%2F2014%2F01%2F30%2Fbusiness%2Fap-us-earns-zynga.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Zynga+Cuts+Staff+as+It+Buys+%E2%80%98Clumsy+Ninja%E2%80%99+Game+Maker" 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/186530025825/u/0/f/640387/c/34625/s/368c62e3/sc/5/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/sc/5/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/sc/5/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/sc/5/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/sc/5/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/sc/5/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530025825/u/0/f/640387/c/34625/s/368c62e3/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Zynga said Thursday it was buying NaturalMotion, the company behind the hit mobile games “CSR Racing” and “Clumsy Ninja,” while cutting 15 percent of its workforce in a turnaround effort.      </Summary>
<Website>http://www.nytimes.com/aponline/2014/01/30/business/ap-us-earns-zynga.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40826/guest@my.umbc.edu/606cd7be003605c93cf86e4d430fd645/api/pixel</TrackingUrl>
<Tag>microsoft-corporation-msft-nasdaq</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Tag>zynga-inc-znga-nasdaq</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>Thu, 30 Jan 2014 17:01:58 -0500</PostedAt>
<EditAt>Thu, 30 Jan 2014 19:46:34 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40820" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40820">
<Title>Amazon to Raise Fees as Revenue Disappoints</Title>
<Body>
<![CDATA[
    <div class="html-content">Revenue rose 20 percent, but the online retailer said it was considering raising prices by as much as 50 percent on its $79 Prime shipping program.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F01%2F31%2Ftechnology%2Famazons-shares-fall-as-revenue-disappoints.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Amazon+to+Raise+Fees+as+Revenue+Disappoints" 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%2F01%2F31%2Ftechnology%2Famazons-shares-fall-as-revenue-disappoints.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Amazon+to+Raise+Fees+as+Revenue+Disappoints" 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%2F01%2F31%2Ftechnology%2Famazons-shares-fall-as-revenue-disappoints.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Amazon+to+Raise+Fees+as+Revenue+Disappoints" 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%2F01%2F31%2Ftechnology%2Famazons-shares-fall-as-revenue-disappoints.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Amazon+to+Raise+Fees+as+Revenue+Disappoints" 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%2F01%2F31%2Ftechnology%2Famazons-shares-fall-as-revenue-disappoints.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Amazon+to+Raise+Fees+as+Revenue+Disappoints" 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/186530024679/u/0/f/640387/c/34625/s/368c5a81/sc/2/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/sc/2/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/sc/2/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/sc/2/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/sc/2/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/sc/2/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186530024679/u/0/f/640387/c/34625/s/368c5a81/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Revenue rose 20 percent, but the online retailer said it was considering raising prices by as much as 50 percent on its $79 Prime shipping program.      </Summary>
<Website>http://www.nytimes.com/2014/01/31/technology/amazons-shares-fall-as-revenue-disappoints.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40820/guest@my.umbc.edu/2c151033da0923ac11db908c94a3f9c3/api/pixel</TrackingUrl>
<Tag>amazon-com-inc</Tag>
<Tag>company-reports</Tag>
<Tag>e-commerce</Tag>
<Tag>new</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>Thu, 30 Jan 2014 16:45:21 -0500</PostedAt>
<EditAt>Thu, 30 Jan 2014 20:44:52 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40821" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40821">
<Title>Revenue and Profit Rise at Google, but Mobile Is a Persistent Challenge</Title>
<Body>
<![CDATA[
    <div class="html-content">The company reported fourth-quarter revenue of $16.86 billion, an increase of 17 percent over a year ago. Net income rose 17 percent to $3.38 billion.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F01%2F31%2Ftechnology%2Frevenue-and-profit-rise-at-google-but-mobile-struggles-continue.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Revenue+and+Profit+Rise+at+Google%2C+but+Mobile+Is+a+Persistent+Challenge" 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%2F01%2F31%2Ftechnology%2Frevenue-and-profit-rise-at-google-but-mobile-struggles-continue.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Revenue+and+Profit+Rise+at+Google%2C+but+Mobile+Is+a+Persistent+Challenge" 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%2F01%2F31%2Ftechnology%2Frevenue-and-profit-rise-at-google-but-mobile-struggles-continue.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Revenue+and+Profit+Rise+at+Google%2C+but+Mobile+Is+a+Persistent+Challenge" 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%2F01%2F31%2Ftechnology%2Frevenue-and-profit-rise-at-google-but-mobile-struggles-continue.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Revenue+and+Profit+Rise+at+Google%2C+but+Mobile+Is+a+Persistent+Challenge" 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%2F01%2F31%2Ftechnology%2Frevenue-and-profit-rise-at-google-but-mobile-struggles-continue.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Revenue+and+Profit+Rise+at+Google%2C+but+Mobile+Is+a+Persistent+Challenge" 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/186529926227/u/0/f/640387/c/34625/s/368c4703/sc/2/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/sc/2/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/sc/2/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/sc/2/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/sc/2/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/sc/2/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529926227/u/0/f/640387/c/34625/s/368c4703/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The company reported fourth-quarter revenue of $16.86 billion, an increase of 17 percent over a year ago. Net income rose 17 percent to $3.38 billion.      </Summary>
<Website>http://www.nytimes.com/2014/01/31/technology/revenue-and-profit-rise-at-google-but-mobile-struggles-continue.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40821/guest@my.umbc.edu/d6f483260e58c6d66bf0c4d25f8689f0/api/pixel</TrackingUrl>
<Tag>bgc-partners-inc-bgcp-nasdaq</Tag>
<Tag>company-reports</Tag>
<Tag>comscore-inc-scor-nasdaq</Tag>
<Tag>facebook-inc-fb-nasdaq</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>new</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>Thu, 30 Jan 2014 16:35:01 -0500</PostedAt>
<EditAt>Thu, 30 Jan 2014 20:43:52 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="40823" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40823">
<Title>Q&amp;A: Dropbox CEO Drew Houston</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>How the wunderkind of cloud storage deals with government snooping and recruits more geeks.</p>
    <p>Dropbox, the popular cloud storage system that lets people drag files to an icon that puts that data in the cloud and sync new versions across multiple devices (see <a href="http://www2.technologyreview.com/tr35/profile.aspx?trid=1318" rel="nofollow external" class="bo">“Hiding All the Complexities of Remote File Storage Behind a Small Blue Box</a>”), recently got $250 million in new funding, giving it a $10 billion valuation.</p>
    </div>
]]>
</Body>
<Summary>How the wunderkind of cloud storage deals with government snooping and recruits more geeks.  Dropbox, the popular cloud storage system that lets people drag files to an icon that puts that data in...</Summary>
<Website>http://www.technologyreview.com/news/523976/qa-dropbox-ceo-drew-houston/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40823/guest@my.umbc.edu/1b022b7a55a560ddba3d065ec9df10ea/api/pixel</TrackingUrl>
<Tag>development</Tag>
<Tag>internet</Tag>
<Tag>mit</Tag>
<Tag>technology</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>Thu, 30 Jan 2014 16:30:00 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40811" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40811">
<Title>Two ASB Trips have reopened for a VERY short time!</Title>
<Tagline>What are you doing for Spring Break?</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><span>You've put it off again and again, now this is really your last chance to apply to participate on an Alternative Spring Break Trip.  </span></div>
    <div><span><br></span></div>
    <div><span>Three of our five trips are filled up, leaving two open to accept more participants: </span></div>
    <div><span>- A Better Impact trip (focusing on environmental awareness and works)</span></div>
    <div><span>- ARC (working with adults with mental and/or physical disabilities)</span></div>
    <span><div><span><br></span></div>Apply to participate here:  </span><a href="http://goo.gl/8dJ9b5" rel="nofollow external" class="bo">http://goo.gl/8dJ9b5</a><div><br></div>
    <div>Alternative Spring Break trips are week long volunteer service commitments that will be housed on campus and work in the Baltimore area during our UMBC Spring Break, March 16th-21st.  Only a few spots remain on the ABI and ARC trips so decide quickly!  Also, you must be prepared to pay a $25 deposit before next Thursday at 4pm.  If you know you want to join the 40 other students already signed up and committed to doing volunteer service work over Spring Break do these two things:</div>
    <div><br></div>
    <div>1. <span>Apply to participate here:  </span><a href="http://goo.gl/8dJ9b5" rel="nofollow external" class="bo">http://goo.gl/8dJ9b5</a>
    </div>
    <div>2. Bring a $25 check (payable to UMBC) or cash to the Student Involvement Center - Commons 2B24 on Monday 2/3 to Thursday 2/6 between noon-4pm.</div>
    <div><br></div>
    <div>THIS IS YOUR LAST CHANCE TO PARTICIPATE ON ASB.  ACT NOW!</div>
    </div>
]]>
</Body>
<Summary>You've put it off again and again, now this is really your last chance to apply to participate on an Alternative Spring Break Trip.       Three of our five trips are filled up, leaving two open to...</Summary>
<Website>http://goo.gl/8dJ9b5</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40811/guest@my.umbc.edu/8188cf1215c71f6502410879068cd187/api/pixel</TrackingUrl>
<Group token="retired-271">UMBC Community Engagement Network </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-271</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xsmall.png?1498142039</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/original.JPG?1498142039</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xxlarge.png?1498142039</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xlarge.png?1498142039</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/large.png?1498142039</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/medium.png?1498142039</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/small.png?1498142039</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xsmall.png?1498142039</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/271/4ef352d82c0b3506a0df2ed486d44b17/xxsmall.png?1498142039</AvatarUrl>
<Sponsor>UMBC Serves</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/xxlarge.jpg?1391115364</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/xlarge.jpg?1391115364</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/large.jpg?1391115364</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/medium.jpg?1391115364</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/small.jpg?1391115364</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/xsmall.jpg?1391115364</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/811/d43ec839a158dc7efa4cf0520781925b/xxsmall.jpg?1391115364</ThumbnailUrl>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 30 Jan 2014 16:18:14 -0500</PostedAt>
</NewsItem>

</News>
