<?xml version="1.0"?>
<News hasArchived="true" page="7927" pageCount="10829" pageSize="10" timestamp="Mon, 21 Sep 2026 15:55:21 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7927&amp;range=2">
<NewsItem contentIssues="true" id="40767" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40767">
<Title>Why jQuery is the Most Popular JavaScript Library</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://ejohn.org/" rel="nofollow external" class="bo">John Resig</a> released <a href="http://jquery.com" rel="nofollow external" class="bo">jQuery</a> on August 26th, 2006 and changed the <a href="http://teamtreehouse.com/tracks/frontend-web-development" rel="nofollow external" class="bo">front-end development</a> landscape forever. jQuery quickly arose to be the go to JavaScript framework.</p>
    <p>A number of other libraries came out around the same time such as <a href="http://mootools.net/" rel="nofollow external" class="bo">MooTools</a> and <a href="http://prototypejs.org/" rel="nofollow external" class="bo">Prototype</a> but there’s a number of reasons why jQuery has surpassed them in popularity.</p>
    <h2>Reuse of CSS Selectors</h2>
    <p>jQuery came out around the time web designers and front-end web developers were getting used to creating table-less, semantically marked-up web pages. It was a lot of effort to switch from one way of coding to another. CSS was being learned by the web community en masse.</p>
    <p>jQuery used the same CSS selectors that people were using for styling their pages to add behavior. There was no context switching when referring to the same elements.</p>
    <p>jQuery also implemented many of the CSS3 selectors prior to browser implementations. This meant you could apply behaviors to elements you couldn’t necessarily select with CSS yet! You didn’t feel you were wasting your time learning new selectors as they’d be eventually supported by modern browsers. In most cases these selectors are widely supported today.</p>
    <p>jQuery was forward thinking and kept CSS selectors in the forefront. Other libraries, initially, sought to extend JavaScript and ignore the fresh blood of the new CSS developers and missed out on the opportunity to welcome them into their fold. It was an afterthought to them, the horse had already bolted.</p>
    <h2>Unobtrusive by Design</h2>
    <p>Not only did jQuery emulate CSS with it’s selectors, it also employed the same separation from content.</p>
    <p>While other JavaScript libraries were struggling with <a href="http://blog.teamtreehouse.com/unobtrusive-javascript-important" rel="nofollow external" class="bo">Unobtrusive JavaScript</a> techniques, jQuery made it damn-near impossible to write hacky-in-the-markup-JavaScript.</p>
    <p>By its very design, jQuery made it so that if you didn’t know what you were doing with JavaScript you’d write unobtrusive code without even realizing it. Fantastic.</p>
    <h2>It’s Simple</h2>
    <p>jQuery didn’t set out to extend JavaScript’s APIs in a JavaScripty way. It was built with the developer in mind. The <em>user</em> of the library. From a developer’s perspective, the user experience for jQuery is a delight.</p>
    <p>If you want to <em>hide</em> all paragraph elements with the class of <code>.spoiler</code> call the <code>hide()</code> method.</p>
    <pre><code>$("p.spoiler").hide()&#x000A;    </code></pre>
    <p>But what if you want to <em>remove</em> elements from the DOM? That’s right, you call the <code>remove()</code> method.</p>
    <pre><code>$("div.warning").remove()&#x000A;    </code></pre>
    <p>It’s the <a href="https://en.wikipedia.org/wiki/Principle_of_least_astonishment" rel="nofollow external" class="bo">principle of least surprise</a>, both because you’re using pre-existing CSS knowledge and because of jQuery’s simple method names. You’ll find yourself guessing methods rather than looking them up in the documentation. When you do go to the documentation there’s plenty of example code to see each part of the jQuery API in action.</p>
    <h1>Conclusion</h1>
    <p>By its design, jQuery has allowed novices and pros to improve the experiences of countless numbers of users. It took the impossible job of thinking about both the end-user and the developer and made something that checked all the right boxes.</p>
    <p>jQuery is a testament to John Resig and team’s ingenuity. I can’t imagine how much fun I’d have missed out on without jQuery in my toolbox.</p>
    <p>Do you use jQuery? Why do you think it’s so popular? I’d love to hear your opinions in the comments below.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/jquery-popular-javascript-library" rel="nofollow external" class="bo">Why jQuery is the Most Popular JavaScript Library</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>John Resig released jQuery on August 26th, 2006 and changed the front-end development landscape forever. jQuery quickly arose to be the go to JavaScript framework.   A number of other libraries...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/A8Cn1mF6hCs/jquery-popular-javascript-library</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40767/guest@my.umbc.edu/9cae10bb481e986fac436d11c170be37/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>code</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>jquery</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>Wed, 29 Jan 2014 16:41:29 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40765" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40765">
<Title>DealBook: After Big Bet, Google Is to Sell Motorola Unit</Title>
<Body>
<![CDATA[
    <div class="html-content">The announced sale of Motorola for $2.91 billion is not a total loss for Google, but it is a sign of fits and starts at the company.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Fgoogle-seen-selling-it-mobility-unit-to-lenovo-for-about-3-billion%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+After+Big+Bet%2C+Google+Is+to+Sell+Motorola+Unit" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Fgoogle-seen-selling-it-mobility-unit-to-lenovo-for-about-3-billion%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+After+Big+Bet%2C+Google+Is+to+Sell+Motorola+Unit" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Fgoogle-seen-selling-it-mobility-unit-to-lenovo-for-about-3-billion%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+After+Big+Bet%2C+Google+Is+to+Sell+Motorola+Unit" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Fgoogle-seen-selling-it-mobility-unit-to-lenovo-for-about-3-billion%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+After+Big+Bet%2C+Google+Is+to+Sell+Motorola+Unit" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Fgoogle-seen-selling-it-mobility-unit-to-lenovo-for-about-3-billion%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+After+Big+Bet%2C+Google+Is+to+Sell+Motorola+Unit" 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/186529976018/u/0/f/640387/c/34625/s/36815547/sc/5/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/sc/5/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/sc/5/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/sc/5/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/sc/5/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/sc/5/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529976018/u/0/f/640387/c/34625/s/36815547/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The announced sale of Motorola for $2.91 billion is not a total loss for Google, but it is a sign of fits and starts at the company.      </Summary>
<Website>http://dealbook.nytimes.com/2014/01/29/google-seen-selling-it-mobility-unit-to-lenovo-for-about-3-billion/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40765/guest@my.umbc.edu/d886ea69fe73a8ec2e5158844f70b93a/api/pixel</TrackingUrl>
<Tag>google-inc</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>lenovo-group</Tag>
<Tag>mergers-and-acquisitions</Tag>
<Tag>motorola-mobility-llc</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>top-headline-1</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>Wed, 29 Jan 2014 16:36:51 -0500</PostedAt>
<EditAt>Thu, 30 Jan 2014 09:42:54 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="40750" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40750">
<Title>Congratulations to INDS Students with Academic Honors!</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <span>Congratulations to those INDS students who received academic honors for the Fall 2013 semester!</span><br><ul>
    <li>Semester Academic Honors - earned at least a 3.5</li>
    <li>Dean's List - earned at least a 3.75</li>
    <li>President's List - 4.0!!!</li>
    </ul>
    <p>These honors are only for students who took classes full-time and the credits were not taken as pass/fail.</p>
    <p><br></p>
    <p><a href="http://inds.umbc.edu/about/academic-awards/">http://inds.umbc.edu/about/academic-awards/</a></p>
    <p><br></p>
    <p>Will YOU be on the list next semester? We can work with you to make it happen!</p>
    </div>
]]>
</Body>
<Summary>Congratulations to those INDS students who received academic honors for the Fall 2013 semester!   Semester Academic Honors - earned at least a 3.5  Dean's List - earned at least a 3.75...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40750/guest@my.umbc.edu/986f471b008444f5b140405375438429/api/pixel</TrackingUrl>
<Group token="inds">Individualized Study </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/inds</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xsmall.png?1775678457</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/original.png?1775678457</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xxlarge.png?1775678457</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xlarge.png?1775678457</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/large.png?1775678457</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/medium.png?1775678457</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/small.png?1775678457</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xsmall.png?1775678457</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xxsmall.png?1775678457</AvatarUrl>
<Sponsor>Interdisciplinary Studies</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 29 Jan 2014 16:31:11 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40766" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40766">
<Title>DealBook: Law Enforcement Strikes Back in Bitcoin Hearing</Title>
<Body>
<![CDATA[
    <div class="html-content">Government officials testified on Wednesday that virtual currencies like Bitcoin have opened up new avenues for crime that the authorities have not been able to keep up with.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Flaw-enforcement-strikes-back-in-bitcoin-hearing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Law+Enforcement+Strikes+Back+in+Bitcoin+Hearing" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Flaw-enforcement-strikes-back-in-bitcoin-hearing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Law+Enforcement+Strikes+Back+in+Bitcoin+Hearing" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Flaw-enforcement-strikes-back-in-bitcoin-hearing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Law+Enforcement+Strikes+Back+in+Bitcoin+Hearing" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Flaw-enforcement-strikes-back-in-bitcoin-hearing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Law+Enforcement+Strikes+Back+in+Bitcoin+Hearing" 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%2Fdealbook.nytimes.com%2F2014%2F01%2F29%2Flaw-enforcement-strikes-back-in-bitcoin-hearing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Law+Enforcement+Strikes+Back+in+Bitcoin+Hearing" 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/186529958871/u/0/f/640387/c/34625/s/3681adb1/sc/1/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/sc/1/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/sc/1/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/sc/1/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/sc/1/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/sc/1/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529958871/u/0/f/640387/c/34625/s/3681adb1/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Government officials testified on Wednesday that virtual currencies like Bitcoin have opened up new avenues for crime that the authorities have not been able to keep up with.      </Summary>
<Website>http://dealbook.nytimes.com/2014/01/29/law-enforcement-strikes-back-in-bitcoin-hearing/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40766/guest@my.umbc.edu/36de1dfb7b49848481b95e07dd7f6fa0/api/pixel</TrackingUrl>
<Tag>financial-services</Tag>
<Tag>legal-regulatory</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>top-headline-2</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>Wed, 29 Jan 2014 16:23:27 -0500</PostedAt>
<EditAt>Thu, 30 Jan 2014 10:25:58 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40764" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40764">
<Title>Tickets on Sale at the CIC!</Title>
<Tagline>Event Tickets Remaining on January 29th</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 5 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/40764/guest@my.umbc.edu/b8b7a1fa2268a3fce2a0decf18d0c21a/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/764/188ce673b936b2249a2a042ae39ef19b/xxlarge.jpg?1391030102</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/764/188ce673b936b2249a2a042ae39ef19b/xlarge.jpg?1391030102</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/764/188ce673b936b2249a2a042ae39ef19b/large.jpg?1391030102</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/764/188ce673b936b2249a2a042ae39ef19b/medium.jpg?1391030102</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/764/188ce673b936b2249a2a042ae39ef19b/small.jpg?1391030102</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/764/188ce673b936b2249a2a042ae39ef19b/xsmall.jpg?1391030102</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/764/188ce673b936b2249a2a042ae39ef19b/xxsmall.jpg?1391030102</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 29 Jan 2014 16:16:05 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40763" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40763">
<Title>AMST Profs. King and Stefano in the City Paper</Title>
<Tagline>Robert Williams brings African culture to Hollins Market</Tagline>
<Body>
<![CDATA[
    <div class="html-content">Robert Williams is standing on the corner of Hollins Street and South Arlington Avenue, outside Umiri Siki, or “New Day” Gallery, which he runs. African masks and sculptures and African-American collectables crowd the cramped store, where there is no room for customers to actually enter. Williams acts as a guide, bringing items out to the sidewalk to connect his customers with the pieces they desire.<br><br>[To read more, click on the website link.]<br><br><br>
    </div>
]]>
</Body>
<Summary>Robert Williams is standing on the corner of Hollins Street and South Arlington Avenue, outside Umiri Siki, or “New Day” Gallery, which he runs. African masks and sculptures and African-American...</Summary>
<Website>http://citypaper.com/news/different-presence-1.1624156</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40763/guest@my.umbc.edu/ee911c1fd99870dc69064d6f591a74bf/api/pixel</TrackingUrl>
<Group token="amst">American Studies Department</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/amst</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/xsmall.png?1700059172</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/original.png?1700059172</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/xxlarge.png?1700059172</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/xlarge.png?1700059172</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/large.png?1700059172</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/medium.png?1700059172</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/small.png?1700059172</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/xsmall.png?1700059172</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/571/f1a862c4a5a31b363f857fee1e038fea/xxsmall.png?1700059172</AvatarUrl>
<Sponsor>American Studies Department</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/xxlarge.jpg?1391030064</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/xlarge.jpg?1391030064</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/large.jpg?1391030064</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/medium.jpg?1391030064</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/small.jpg?1391030064</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/xsmall.jpg?1391030064</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/763/f1666e7aeaeb8f47f52e3d7bdf0b313f/xxsmall.jpg?1391030064</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Wed, 29 Jan 2014 16:14:51 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="40762" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40762">
<Title>Parenteral Drug Association (PDA) Scholarship Opportunity</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <strong>Purpose</strong><br><br>The purpose of the PDA Capital Area Chapter Scholarship is to provide college scholarship awards to students who have shown a career interest in the sciences or engineering with an emphasis on entering scientific or technical careers within the pharmaceutical industry.<br><br><strong>Awards</strong><br><br>An undergraduate scholarship will be awarded. Awards are for one year only, but recipients may re-apply for a second year. All scholarship awards will be paid directly to the recipients.<br><br><strong>Eligibility</strong><br><br>1.     Applicants must be full-time undergraduate students attending a 4-year accredited college or university.<br><br>2.     Applicants must be majoring in a field of science or engineering, including life sciences and information technology.<br><br>3.     Applicants must be a rising junior or senior.<br><br>4.     Applicants must be US citizens. Students must demonstrate financial need as determined by FAFSA (free application for federal student aid)<br><br>              <br><br>          <strong>    Applications are due by March 7th, 2014.</strong><br><br><strong>Download the complete application for more information. </strong><br>
    </div>
]]>
</Body>
<Summary>Purpose  The purpose of the PDA Capital Area Chapter Scholarship is to provide college scholarship awards to students who have shown a career interest in the sciences or engineering with an...</Summary>
<AttachmentKind>Document</AttachmentKind>
<AttachmentUrl>https://assets3-my.umbc.edu/system/shared/attachments/0d91505b9cc8af797bff3a2915d286c9/6ab18ba9/news/000/040/762/f3bb06607732c34aecec5683f27d2fcd/PDA Scholarship Application AY14-15.doc?1391030051</AttachmentUrl>
<Attachments>
<Attachment kind="Document" url="https://my3.my.umbc.edu/posts/40762/attachments/12322"></Attachment>
</Attachments>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40762/guest@my.umbc.edu/795d62452cfc53e1c18b89174e8938ae/api/pixel</TrackingUrl>
<Group token="coeitadvising">College of Engineering &amp;amp; Information Technology Advising</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/coeitadvising</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/xsmall.png?1778247417</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/original.png?1778247417</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/xxlarge.png?1778247417</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/xlarge.png?1778247417</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/large.png?1778247417</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/medium.png?1778247417</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/small.png?1778247417</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/xsmall.png?1778247417</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/564/6207e48bc2612a0b21c093b4a46a3be8/xxsmall.png?1778247417</AvatarUrl>
<Sponsor>Engineering &amp; Computer Science Advising</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Wed, 29 Jan 2014 16:14:31 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40771" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40771">
<Title>Video Game Review: Broken Age Fulfills Dreams of Freedom</Title>
<Body>
<![CDATA[
    <div class="html-content">Double Fine’s new Broken Age, for Windows PC, Mac and Linux, follows two characters feeling closed in.<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%2F30%2Farts%2Fvideo-games%2Fbroken-age-fulfills-dreams-of-freedom.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Video+Game+Review%3A+Broken+Age+Fulfills+Dreams+of+Freedom" 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%2F30%2Farts%2Fvideo-games%2Fbroken-age-fulfills-dreams-of-freedom.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Video+Game+Review%3A+Broken+Age+Fulfills+Dreams+of+Freedom" 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%2F30%2Farts%2Fvideo-games%2Fbroken-age-fulfills-dreams-of-freedom.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Video+Game+Review%3A+Broken+Age+Fulfills+Dreams+of+Freedom" 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%2F30%2Farts%2Fvideo-games%2Fbroken-age-fulfills-dreams-of-freedom.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Video+Game+Review%3A+Broken+Age+Fulfills+Dreams+of+Freedom" 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%2F30%2Farts%2Fvideo-games%2Fbroken-age-fulfills-dreams-of-freedom.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Video+Game+Review%3A+Broken+Age+Fulfills+Dreams+of+Freedom" 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>
    </div>
]]>
</Body>
<Summary>Double Fine’s new Broken Age, for Windows PC, Mac and Linux, follows two characters feeling closed in.      </Summary>
<Website>http://www.nytimes.com/2014/01/30/arts/video-games/broken-age-fulfills-dreams-of-freedom.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40771/guest@my.umbc.edu/461eced12c176e2c1f21b866c1eae54d/api/pixel</TrackingUrl>
<Tag>broken-age-video-game</Tag>
<Tag>computer-and-video-games</Tag>
<Tag>double-fine-productions</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>Wed, 29 Jan 2014 15:44:13 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="122858" important="false" status="posted" url="https://my3.my.umbc.edu/posts/122858">
<Title>Vin Grabill, Neal McDonald and Steve Silberg, VA, in Baltimore Sun</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The exhibition, <em>Digital Disclosure: UMBC Faculty Perspectives</em>, featuring the work of visual arts faculty members Vin Grabill, Neal McDonald and Steve Silberg, received praise last week by the <em>Baltimore Sun, </em>in a review, <a href="http://bsun.md/1e4JlEA" rel="nofollow external" class="bo">“Art’s future and past linked in ‘Digital’ exhibition.”</a> While describing the works, the author states that the collection is successful in displaying “high-tech ways in which artists acknowledge art history while also taking art forward.”</p>
    <p><em>Digital Disclosure</em> continues through Friday, February 21 at the Howard County Center for the Arts. The gallery is open Monday – Friday, 10 a.m. – 8 p.m., Saturday until 4 p.m. and Sunday from Noon – 4 p.m.</p>
    <p>Learn more at the <a href="http://www.hocoarts.org/exhibits.php" rel="nofollow external" class="bo">Howard County Center for the Arts website</a>.</p>
    <p> </p>
    <p> </p>
    </div>
]]>
</Body>
<Summary>The exhibition, Digital Disclosure: UMBC Faculty Perspectives, featuring the work of visual arts faculty members Vin Grabill, Neal McDonald and Steve Silberg, received praise last week by the...</Summary>
<Website>https://umbc.edu/stories/vin-grabill-neal-mcdonald-and-steve-silberg-va-in-baltimore-sun/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/122858/guest@my.umbc.edu/416c6740927c4387b523a7f49c35589c/api/pixel</TrackingUrl>
<Tag>arts-and-culture</Tag>
<Tag>cahss</Tag>
<Tag>engage</Tag>
<Tag>visualarts</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>Wed, 29 Jan 2014 15:38:27 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40760" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40760">
<Title>Gadgetwise: Review: Toca Boca Apps for Children</Title>
<Body>
<![CDATA[
    <div class="html-content">Toca Boca, a Swedish app developer, says its apps are intended to help children develop in a noncompetitive environment.<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%2F30%2Ftechnology%2Fpersonaltech%2Freview-toca-boca-apps-for-children.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+Review%3A+Toca+Boca+Apps+for+Children" 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%2F30%2Ftechnology%2Fpersonaltech%2Freview-toca-boca-apps-for-children.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+Review%3A+Toca+Boca+Apps+for+Children" 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%2F30%2Ftechnology%2Fpersonaltech%2Freview-toca-boca-apps-for-children.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+Review%3A+Toca+Boca+Apps+for+Children" 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%2F30%2Ftechnology%2Fpersonaltech%2Freview-toca-boca-apps-for-children.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+Review%3A+Toca+Boca+Apps+for+Children" 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%2F30%2Ftechnology%2Fpersonaltech%2Freview-toca-boca-apps-for-children.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+Review%3A+Toca+Boca+Apps+for+Children" 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/186529974216/u/0/f/640387/c/34625/s/3680e4a7/sc/15/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/sc/15/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/sc/15/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/sc/15/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/sc/15/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/sc/15/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529974216/u/0/f/640387/c/34625/s/3680e4a7/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Toca Boca, a Swedish app developer, says its apps are intended to help children develop in a noncompetitive environment.      </Summary>
<Website>http://www.nytimes.com/2014/01/30/technology/personaltech/review-toca-boca-apps-for-children.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40760/guest@my.umbc.edu/a2dd4ad54e766dfd361294982fdfb775/api/pixel</TrackingUrl>
<Tag>children-and-childhood</Tag>
<Tag>computer-and-video-games</Tag>
<Tag>games</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>Wed, 29 Jan 2014 15:14:39 -0500</PostedAt>
</NewsItem>

</News>
