<?xml version="1.0"?>
<News hasArchived="true" page="7763" pageCount="10785" pageSize="10" timestamp="Tue, 01 Sep 2026 20:31:26 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7763&amp;range=2">
<NewsItem contentIssues="false" id="41995" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41995">
<Title>css perf</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Mark Otto "derping around with measuring CSS performance". Nothing looks particularly concerning to me, to the point where I would change how I do things. The most surprising numbers were in <code>background</code> vs <code>background-color</code>, but Paul Irish <a href="https://www.youtube.com/watch?v=wooovVDLUU8" rel="nofollow external" class="bo">debunks that a bit</a>. </p>
    <p>There must be something in the water as Ben Frain has <a href="http://benfrain.com/css-performance-revisited-selectors-bloat-expensive-styles/" rel="nofollow external" class="bo">dug in a little</a> bit on CSS performance as well. I like Ben's soundbite:</p>
    <blockquote><p>With CSS, architecture is outside the braces; performance is inside</p></blockquote>
    <p><a href="https://twitter.com/chriscoyier/status/414149535800127488" rel="nofollow external" class="bo">This is mine.</a></p>
    <p><a href="https://github.com/mdo/css-perf" title="Direct link to featured article" rel="nofollow external" class="bo">Direct Link to Article</a> — <a href="http://css-tricks.com/css-perf/" rel="nofollow external" class="bo">Permalink</a></p>
    <hr>
    <p><small><a href="http://css-tricks.com/css-perf/" rel="nofollow external" class="bo">css perf</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>Mark Otto "derping around with measuring CSS performance". Nothing looks particularly concerning to me, to the point where I would change how I do things. The most surprising numbers were in...</Summary>
<Website>https://github.com/mdo/css-perf</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41995/guest@my.umbc.edu/2cbefb4731f363a36c652054ac4d7d16/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>Mon, 03 Mar 2014 20:22:12 -0500</PostedAt>
<EditAt>Mon, 03 Mar 2014 20:22:12 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="41993" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41993">
<Title>srcset in Chrome</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>It's worth noting that the <code>srcset</code> attribute for the <code>img</code> element has landed in Chromium (Chrome will get it in 34, Opera 21). Their example: <code>&lt;img alt="A rad wolf." src="pic1x.jpg" srcset="pic1x.jpg 1x, pic2x.jpg 2x, pic4x.jpg 4x"&gt;</code> And:</p>
    <blockquote><p>Stay tuned for the <code>&lt;picture&gt;</code> element</p></blockquote>
    <p>We needed this. The fight was arduous. The solution is good. Other browsers will be on the way. This is notable as once a browser supports something, the tendency is for it to always be supported. Plus now polyfills <a href="https://github.com/scottjehl/picturefill/issues/125" rel="nofollow external" class="bo">can be true polyfills</a>.</p>
    <p><a href="http://blog.chromium.org/2014/02/chrome-34-responsive-images-and_9316.html" title="Direct link to featured article" rel="nofollow external" class="bo">Direct Link to Article</a> — <a href="http://css-tricks.com/srcset-chrome/" rel="nofollow external" class="bo">Permalink</a></p>
    <hr>
    <p><small><a href="http://css-tricks.com/srcset-chrome/" rel="nofollow external" class="bo">srcset in Chrome</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>It's worth noting that the srcset attribute for the img element has landed in Chromium (Chrome will get it in 34, Opera 21). Their example: &lt;img alt="A rad wolf." src="pic1x.jpg"...</Summary>
<Website>http://blog.chromium.org/2014/02/chrome-34-responsive-images-and_9316.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41993/guest@my.umbc.edu/82c5e0117030157a84febf964da35b49/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>Mon, 03 Mar 2014 20:10:58 -0500</PostedAt>
<EditAt>Mon, 03 Mar 2014 20:10:58 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="41992" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41992">
<Title>Mathematical Proof Reveals How To Make The Internet More Earthquake-Proof</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Decentralised networks are naturally robust against certain types of attack. Now one mathematician says advanced geometry shows how to make them even more robust.</p>
    <p><br>One of the common myths about the internet is that it was originally designed during the Cold War to survive nuclear attack. Historians of the internet are quick to point out that this was not at all one of the design goals of the early network, although the decentralised nature of the system turns out to make it much more robust than any kind of centralised network.</p>
    </div>
]]>
</Body>
<Summary>Decentralised networks are naturally robust against certain types of attack. Now one mathematician says advanced geometry shows how to make them even more robust.   One of the common myths about...</Summary>
<Website>http://www.technologyreview.com/view/525326/mathematical-proof-reveals-how-to-make-the-internet-more-earthquake-proof/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41992/guest@my.umbc.edu/b2e8992c250bac58a247a38b49a2acc9/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>Mon, 03 Mar 2014 18:27:41 -0500</PostedAt>
<EditAt>Mon, 03 Mar 2014 18:27:41 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="41990" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41990">
<Title>HLSU Ice Cream Social</Title>
<Tagline>Just HLSU bonding time and having fun doing so!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">What's up everybody, just wanted to let you all know that this Thursday, March 6th around 8 PM, HLSU Exec Board wanted to host an event where all members are welcome, we'll be having a sort of ice cream social that night.<div><br></div>
    <div>I (Juan, HLSU Public Relations Officer) will be hosting at my apartment, Walker Avenue Apartments, Stack 1, Apartment 1104C. Come hang out with Exec Board and each other!</div>
    </div>
]]>
</Body>
<Summary>What's up everybody, just wanted to let you all know that this Thursday, March 6th around 8 PM, HLSU Exec Board wanted to host an event where all members are welcome, we'll be having a sort of ice...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41990/guest@my.umbc.edu/a68361447d9d4e0450d23804d489411b/api/pixel</TrackingUrl>
<Group token="hlsu">Hispanic Latino Student Union</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/hlsu</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/xsmall.png?1733168255</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/original.png?1733168255</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/xxlarge.png?1733168255</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/xlarge.png?1733168255</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/large.png?1733168255</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/medium.png?1733168255</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/small.png?1733168255</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/xsmall.png?1733168255</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/688/f655d686ece627fa58304aa1b6bf8b39/xxsmall.png?1733168255</AvatarUrl>
<Sponsor>Hispanic Latino Student Union</Sponsor>
<PawCount>0</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 03 Mar 2014 18:08:59 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="41994" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41994">
<Title>Ask Tom: On Oracle Database 12c, Part 4</Title>
<Body>
<![CDATA[
    <div class="html-content">Our technologist talks with Oracle product management about Oracle Database 12c and the Oracle Multitenant option.</div>
]]>
</Body>
<Summary>Our technologist talks with Oracle product management about Oracle Database 12c and the Oracle Multitenant option.</Summary>
<Website>http://www.oracle.com/technetwork/issue-archive/2014/14-mar/o24asktom-2147206.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41994/guest@my.umbc.edu/f03942fab54e98c3c3fb06955fabe231/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>pl-sql</Tag>
<Tag>sql</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>Mon, 03 Mar 2014 15:57:14 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="41988" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41988">
<Title>Q&amp;A: Bypassing a Credit Card Requirement for Apps</Title>
<Body>
<![CDATA[
    <div class="html-content">Plus, changing a Windows 8 account photo.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F06%2Ftechnology%2Fpersonaltech%2Fbypassing-a-credit-card-requirement-for-apps.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Q%26A%3A+Bypassing+a+Credit+Card+Requirement+for+Apps" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F06%2Ftechnology%2Fpersonaltech%2Fbypassing-a-credit-card-requirement-for-apps.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Q%26A%3A+Bypassing+a+Credit+Card+Requirement+for+Apps" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F06%2Ftechnology%2Fpersonaltech%2Fbypassing-a-credit-card-requirement-for-apps.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Q%26A%3A+Bypassing+a+Credit+Card+Requirement+for+Apps" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F06%2Ftechnology%2Fpersonaltech%2Fbypassing-a-credit-card-requirement-for-apps.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Q%26A%3A+Bypassing+a+Credit+Card+Requirement+for+Apps" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2014%2F03%2F06%2Ftechnology%2Fpersonaltech%2Fbypassing-a-credit-card-requirement-for-apps.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Q%26A%3A+Bypassing+a+Credit+Card+Requirement+for+Apps" 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/186531324910/u/0/f/640387/c/34625/s/37bdb29b/sc/5/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/sc/5/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/sc/5/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/sc/5/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/sc/5/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/sc/5/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531324910/u/0/f/640387/c/34625/s/37bdb29b/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Plus, changing a Windows 8 account photo.      </Summary>
<Website>http://www.nytimes.com/2014/03/06/technology/personaltech/bypassing-a-credit-card-requirement-for-apps.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41988/guest@my.umbc.edu/1cb95da3e899aa595896f246bfde2d04/api/pixel</TrackingUrl>
<Tag>american-express-company-axp-nyse</Tag>
<Tag>apple-inc-aapl-nasdaq</Tag>
<Tag>computers-and-the-internet</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>mastercard-inc-ma-nyse</Tag>
<Tag>microsoft-corporation-msft-nasdaq</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>visa-inc-v-nyse</Tag>
<Tag>yahoo-inc-yhoo-nasdaq</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>Mon, 03 Mar 2014 15:50:17 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="41986" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41986">
<Title>Why I got arrested yesterday</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Yesterday, I was arrested for opposing climate change. I, along with hundreds of other college students from UMBC and elsewhere, peacefully protested the proposed Keystone XL pipeline by disobeying orders to leave the White House sidewalk. 
    
    </p>
    <p>A lot of people have asked me why I tried to get arrested. It was not a decision I made lightly. I have never been arrested before, and don’t plan on it again.
    </p>
    <p>I want to prove that this issue is serious enough to get arrested over. Not serious only for me, but for all Americans. Farmers in the Midwest who depend on the Ogallala Aquifer to grow the nation’s crops. Americans who depend on them for food. First nations in Alberta who find their voice silenced by Big Oil. </p>
    <p>It's serious for people in Miami, Ocean City, and all along the coasts who are affected by human-caused rising seas. For the people of New York City and New Orleans who’ve already felt the disasters of stronger storms and rising waters.</p>
    
    <p>This pipeline makes no sense for America. TransCanada and the oil companies get to sell oil more cheaply on the world market, and what does America get in exchange? Temporary construction jobs, carbon dioxide pollution, and a 1,700 mile long pipeline which has already spilled at least 14 times in 12 months of operating its southern portion. </p>
    
    <p>We can’t end our dependence for fossil fuels in an instant. But we can sure as hell keep TransCanada from increasing our dependence. Say no to Keystone XL. Say yes to energy independence and renewable energy.</p>
    <p>To quote a sign at the rally, “KXL most affects people who can’t afford to be here.” They couldn’t, but I could. I got arrested because I could make my voice heard.</p>
    
    <p>What do you think? You can speak out too. Tell your friends and family about Keystone XL. Tell Obama that America rejects fossil fuel dependence, rejects pollution, and rejects the Keystone XL pipeline.</p>
    <p>UMBC has a great history of Civic Action. Thanks for reading.</p>
    
    
    <p>Patrick Hixenbaugh
    <br>UMBC Students for Environmental Awareness</p>
    
    <p>Sources:
    
    </p>
    <strong><p><a href="http://politicalticker.blogs.cnn.com/2014/03/02/keystone-pipeline-foes-create-human-oil-spill-at-rally-hundreds-arrested/" rel="nofollow external" class="bo"><span>CNN report on the protest</span></a></p>
    <p><a href="http://switchboard.nrdc.org/blogs/aswift/the_first_keystone_tar_sands_p.html" rel="nofollow external" class="bo"><span>Keystone spills more than 12 times in first year</span></a></p>
    <p><a href="http://topics.nytimes.com/top/reference/timestopics/subjects/k/keystone_pipeline/index.html" rel="nofollow external" class="bo"><span>New York Times feed of Keystone XL news, including bipartisan politicians arguing to reject the pipeline.</span></a></p>
    <p><a href="http://thinkprogress.org/climate/2012/01/03/396520/pipeline-inspector-whistleblower-keystone-xl-pipeline-disasterq/" rel="nofollow external" class="bo"><span>Engineer turned whistleblower calls Keystone XL a potential “disaster.”</span></a><br></p></strong>
    </div>
]]>
</Body>
<Summary>Yesterday, I was arrested for opposing climate change. I, along with hundreds of other college students from UMBC and elsewhere, peacefully protested the proposed Keystone XL pipeline by...</Summary>
<Website>http://facebook.com/UMBCSEA</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41986/guest@my.umbc.edu/77ab975ce357f8d4e89e575213323b07/api/pixel</TrackingUrl>
<Tag>action</Tag>
<Tag>awareness</Tag>
<Tag>civic</Tag>
<Tag>civil</Tag>
<Tag>demonstration</Tag>
<Tag>disobedience</Tag>
<Tag>energy</Tag>
<Tag>environment</Tag>
<Tag>environmental</Tag>
<Tag>for</Tag>
<Tag>keystone-keystone</Tag>
<Tag>pipeline</Tag>
<Tag>protest</Tag>
<Tag>sea</Tag>
<Tag>students</Tag>
<Tag>xl</Tag>
<Group token="retired-313">Students for Environmental Awareness</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-313</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/xsmall.png?1386532183</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/original.png?1386532183</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/xxlarge.png?1386532183</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/xlarge.png?1386532183</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/large.png?1386532183</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/medium.png?1386532183</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/small.png?1386532183</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/xsmall.png?1386532183</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/313/9c9050ce6b23581dbe705de1479791c0/xxsmall.png?1386532183</AvatarUrl>
<Sponsor>Students for Environmental Awareness</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/xxlarge.jpg?1393878659</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/xlarge.jpg?1393878659</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/large.jpg?1393878659</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/medium.jpg?1393878659</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/small.jpg?1393878659</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/xsmall.jpg?1393878659</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/041/986/658bdae888193156bd7d5c18ce3bd6d4/xxsmall.jpg?1393878659</ThumbnailUrl>
<PawCount>548</PawCount>
<CommentCount>164</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 03 Mar 2014 15:35:11 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="41987" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41987">
<Title>Bits Blog: Big Data Means Big Questions on How That Information Is Used</Title>
<Body>
<![CDATA[
    <div class="html-content">At a workshop at the Massachusetts Institute of Technology, academics and government officials addressed tricky questions posed by the harvesting of large quantities of information.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F03%2Fbig-data-means-big-questions-on-how-that-information-is-used%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Big+Data+Means+Big+Questions+on+How+That+Information+Is+Used" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F03%2Fbig-data-means-big-questions-on-how-that-information-is-used%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Big+Data+Means+Big+Questions+on+How+That+Information+Is+Used" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F03%2Fbig-data-means-big-questions-on-how-that-information-is-used%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Big+Data+Means+Big+Questions+on+How+That+Information+Is+Used" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F03%2Fbig-data-means-big-questions-on-how-that-information-is-used%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Big+Data+Means+Big+Questions+on+How+That+Information+Is+Used" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F03%2F03%2Fbig-data-means-big-questions-on-how-that-information-is-used%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Big+Data+Means+Big+Questions+on+How+That+Information+Is+Used" 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/186531291266/u/0/f/640387/c/34625/s/37bd5b00/sc/46/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/sc/46/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/sc/46/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/sc/46/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/sc/46/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/sc/46/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186531291266/u/0/f/640387/c/34625/s/37bd5b00/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>At a workshop at the Massachusetts Institute of Technology, academics and government officials addressed tricky questions posed by the harvesting of large quantities of information.      </Summary>
<Website>http://bits.blogs.nytimes.com/2014/03/03/big-data-means-big-questions-on-how-that-information-is-used/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41987/guest@my.umbc.edu/a71997777eebbfe227790e6526546e34/api/pixel</TrackingUrl>
<Tag>data</Tag>
<Tag>data-mining-and-database-marketing</Tag>
<Tag>internet</Tag>
<Tag>massachusetts-institute-of-technology</Tag>
<Tag>new</Tag>
<Tag>podesta-john-d</Tag>
<Tag>policy</Tag>
<Tag>privacy</Tag>
<Tag>reif-l-rafael</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>Mon, 03 Mar 2014 15:26:39 -0500</PostedAt>
<EditAt>Tue, 04 Mar 2014 15:30:17 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="41983" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41983">
<Title>How to Use The HTML List Elements</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Some of the most commonly used elements for marking up web content are unordered, ordered, and definition lists. In this post you’re going to learn how to use these HTML list elements in your own web page markup. You’ll learn which elements are best for certain applications and how to apply custom styling to your lists using CSS.</p>
    <p>Lets get started.</p>
    <h2>Ordered Lists</h2>
    <p>The <code>&lt;ol&gt;</code> element is used to mark up an ordered list of items. Individual <code>&lt;li&gt;</code> elements should be used for each of the items in the list.</p>
    <p>The example below shows a list of web browsers, in order of popularity.</p>
    <pre><code>&lt;ol&gt;&#x000A;        &lt;li&gt;Google Chrome&lt;/li&gt;&#x000A;        &lt;li&gt;Internet Explorer&lt;/li&gt;&#x000A;        &lt;li&gt;Firefox&lt;/li&gt;&#x000A;        &lt;li&gt;Safari&lt;/li&gt;&#x000A;        &lt;li&gt;Opera&lt;/li&gt;&#x000A;    &lt;/ol&gt;</code></pre>
    <p>This example will produce the following list.</p>
    <ol>
    <li>Google Chrome</li>
    <li>Internet Explorer</li>
    <li>Firefox</li>
    <li>Safari</li>
    <li>Opera</li>
    </ol>
    <p>By default, the browser will display a number to the side of each of the list items starting at 1. You can change the starting number by specifying a <code>start</code> attribute on your <code>&lt;ol&gt;</code> element.</p>
    <pre><code>&lt;ol start="5"&gt;...&lt;/ol&gt;</code></pre>
    <ol>
    <li>Google Chrome</li>
    <li>Internet Explorer</li>
    <li>Firefox</li>
    <li>Safari</li>
    <li>Opera</li>
    </ol>
    <p>You can also reverse the numbering by adding the <code>reversed</code> attribute to your <code>&lt;ol&gt;</code> element.</p>
    <pre><code>&lt;ol reversed&gt;...&lt;/ol&gt;</code></pre>
    <ol>
    <li>Google Chrome</li>
    <li>Internet Explorer</li>
    <li>Firefox</li>
    <li>Safari</li>
    <li>Opera</li>
    </ol>
    <h2>Unordered Lists</h2>
    <p>The <code>&lt;ul&gt;</code> element is used for marking up a list of items where the ordering of those items is not important. This element can be used for things like shopping lists, kit lists, or navigation links.</p>
    <p>The example below shows an unordered list of items from an expedition kit list.</p>
    <pre><code>&lt;ul&gt;&#x000A;        &lt;li&gt;Rucksack&lt;/li&gt;&#x000A;        &lt;li&gt;Compass&lt;/li&gt;&#x000A;        &lt;li&gt;Map&lt;/li&gt;&#x000A;        &lt;li&gt;Water Bottle&lt;/li&gt;&#x000A;        &lt;li&gt;Jacket&lt;/li&gt;&#x000A;    &lt;/ul&gt;</code></pre>
    <p>By default, the browser will display bullet points next to each of the list items. Later in this post you’ll learn how to change this behavior using CSS.</p>
    <h2>Description Lists</h2>
    <p>The <code>&lt;dl&gt;</code> element is used to mark up a series of term/description groups. Terms are marked up using the <code>&lt;dt&gt;</code> element and descriptions using the <code>&lt;dd&gt;</code> element. Each term should have at least one associated <code>&lt;dd&gt;</code> element.</p>
    <p>The example below shows a description list that represents the author and editors for a book. The first term/description group specifies a single author. The second group specifies four editors.</p>
    <pre><code>&lt;dl&gt;&#x000A;        &lt;dt&gt;Author&lt;/dt&gt;&#x000A;        &lt;dd&gt;Matt West&lt;/dd&gt;&#x000A;        &lt;dt&gt;Editors&lt;/dt&gt;&#x000A;        &lt;dd&gt;Sara Shlaer&lt;/dd&gt;&#x000A;        &lt;dd&gt;Ellie Scott&lt;/dd&gt;&#x000A;        &lt;dd&gt;Debbye Butler&lt;/dd&gt;&#x000A;        &lt;dd&gt;Nick Elliott&lt;/dd&gt;&#x000A;    &lt;/dl&gt;</code></pre>
    <p>Notice that we don’t need another element to wrap the term/description groups. The browser will just assume that any <code>&lt;dd&gt;</code> elements belong to the last <code>&lt;dt&gt;</code> element that was encountered.</p>
    <p>You could also use a description list to mark up an FAQ page. The questions would be contained within <code>&lt;dt&gt;</code> elements and the answers within <code>&lt;dd&gt;</code> elements.</p>
    <pre><code>&lt;dl&gt;&#x000A;        &lt;dt&gt;Why is HTML5 so cool?&lt;/dt&gt;&#x000A;        &lt;dd&gt;Because unicorns.&lt;/dd&gt;&#x000A;        &lt;dt&gt;What is the meaning of life?&lt;/dt&gt;&#x000A;        &lt;dd&gt;42&lt;/dd&gt;&#x000A;    &lt;/dl&gt;</code></pre>
    <h2>Styling Lists with CSS</h2>
    <p>There are a number of CSS styling properties that you can use to customize the appearance of your <code>&lt;ol&gt;</code> and <code>&lt;ul&gt;</code> lists. These properties allow you to change the styling of the marker displayed next to each list item, as well as it’s positioning. You also have the option to set your own marker using an image you’ve created.</p>
    <pre><code>ul {&#x000A;        list-style-type: disc;&#x000A;        list-style-position: outside;&#x000A;        list-style-image: none;&#x000A;    }</code></pre>
    <p>The <code>list-style</code> property provides as short-hand way of specifying all three of these properties at once.</p>
    <pre><code>ul {&#x000A;        list-style: &lt;list-style-type&gt; &lt;list-style-position&gt; &lt;list-style-image&gt;;&#x000A;    }</code></pre>
    <p>Lets take a look at each of these CSS properties in a little more detail.</p>
    <h3>list-style-type</h3>
    <p>The <code>list-style-type</code> property sets the marker that will appear next to each of the list items. If you don’t want a marker to be displayed you should set this property to <code>none</code>.</p>
    <pre><code>ul {&#x000A;        list-style-type: circle;&#x000A;    }</code></pre>
    <p>Here’s a list of all the different values that are accepted for the <code>list-style-type</code> property. Check out the CodePen demo below to see these in action.</p>
    <ul>
    <li><code>disc</code></li>
    <li><code>circle</code></li>
    <li><code>square</code></li>
    <li><code>decimal</code></li>
    <li><code>decimal-leading-zero</code></li>
    <li><code>lower-roman</code></li>
    <li><code>upper-roman</code></li>
    <li><code>lower-greek</code></li>
    <li><code>lower-latin</code></li>
    <li><code>upper-latin</code></li>
    <li><code>armenian</code></li>
    <li><code>georgian</code></li>
    <li><code>lower-alpha</code></li>
    <li><code>upper-alpha</code></li>
    <li><code>none</code></li>
    </ul>
    <p><a href="http://codepen.io/matt-west/pen/DCEzd" rel="nofollow external" class="bo">View CodePen Demo</a></p>
    <h3>list-style-position</h3>
    <p>The <code>list-style-position</code> property has two possible values, <code>inside</code> and <code>outside</code>.</p>
    <pre><code>ul {&#x000A;        list-style-position: inside;&#x000A;    }</code></pre>
    <p>Setting this property to <code>outside</code> will position the marker outside the list item block as shown below.</p>
    <div>
    <a href="http://blog.teamtreehouse.com/wp-content/uploads/2014/02/list-style-position-outside.png" rel="nofollow external" class="bo"><img alt="An ordered list element with list-style-position set to outside" src="http://blog.teamtreehouse.com/wp-content/uploads/2014/02/list-style-position-outside.png" width="640" height="147" style="max-width: 100%; height: auto;"></a><p>An ordered list element with list-style-position set to outside</p>
    </div>
    <p>Setting the property to <code>inside</code> will position the marker inside the list item block.</p>
    <div>
    <a href="http://blog.teamtreehouse.com/wp-content/uploads/2014/02/list-style-position-inside.png" rel="nofollow external" class="bo"><img alt="An ordered list element with list-style-position set to inside" src="http://blog.teamtreehouse.com/wp-content/uploads/2014/02/list-style-position-inside.png" width="640" height="147" style="max-width: 100%; height: auto;"></a><p>An ordered list element with list-style-position set to inside</p>
    </div>
    <p><a href="http://codepen.io/matt-west/pen/DCEzd" rel="nofollow external" class="bo">View CodePen Demo</a></p>
    <h3>list-style-image</h3>
    <p>The <code>list-style-image</code> property can be used to specify a custom image that should be used as the marker for each list item. If you don’t want to use a custom image you can set this property to <code>none</code>.</p>
    <pre><code>ul {&#x000A;        list-style-image: url(path/to/image.png);&#x000A;    }</code></pre>
    <div>
    <a href="http://blog.teamtreehouse.com/wp-content/uploads/2014/02/list-style-image.png" rel="nofollow external" class="bo"><img alt="Using an image for the list item markers" src="http://blog.teamtreehouse.com/wp-content/uploads/2014/02/list-style-image.png" width="640" height="128" style="max-width: 100%; height: auto;"></a><p>Using an image for the list item markers</p>
    </div>
    <p><a href="http://codepen.io/matt-west/pen/DCEzd" rel="nofollow external" class="bo">View CodePen Demo</a></p>
    <h2>Final Thoughts</h2>
    <p>In this post you’ve learned how to use the various HTML list elements to correctly mark up your web content. You’ve also learned how to style your lists with CSS, including how to set your own custom list markers.</p>
    <p>HTML lists are something that you’ll find yourself using a lot as you start creating your own websites. Aside from the main page content, list elements can also come in handy when constructing navigation menus. All-in-all a rather handy set of elements to have in your toolbox.</p>
    <h2>Further Reading</h2>
    <ul>
    <li><a href="http://developers.whatwg.org/grouping-content.html" rel="nofollow external" class="bo">WHATWG HTML Living Standard</a></li>
    <li><a href="http://www.w3.org/html/wg/drafts/html/master/" rel="nofollow external" class="bo">W3C HTML5 Specification</a></li>
    </ul>
    <p>The post <a href="http://blog.teamtreehouse.com/use-html-list-elements" rel="nofollow external" class="bo">How to Use The HTML List Elements</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Some of the most commonly used elements for marking up web content are unordered, ordered, and definition lists. In this post you’re going to learn how to use these HTML list elements in your own...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/LGXKU2yIrHc/use-html-list-elements</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41983/guest@my.umbc.edu/a3df2bfc20e7c1cd0f97ace82086eab9/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>code</Tag>
<Tag>css</Tag>
<Tag>dd</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>dl</Tag>
<Tag>dt</Tag>
<Tag>html</Tag>
<Tag>html-and-xhtml</Tag>
<Tag>html5</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>li</Tag>
<Tag>make-a-website</Tag>
<Tag>ol</Tag>
<Tag>responsive</Tag>
<Tag>ul</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>Mon, 03 Mar 2014 13:34:15 -0500</PostedAt>
<EditAt>Mon, 03 Mar 2014 13:34:15 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="41982" important="false" status="posted" url="https://my3.my.umbc.edu/posts/41982">
<Title>Professors Adali and Westlake receive grant to improve treatment for stroke victims</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="" src="http://www.csee.umbc.edu/wp-content/uploads/2014/03/Screen-Shot-2014-03-03-at-3.29.39-PM.png" width="700" height="308" style="max-width: 100%; height: auto;"></p>
    <p> </p>
    <p>CSEE Professor Tülay<a href="http://www.csee.umbc.edu/~adali/" rel="nofollow external" class="bo"> Adali</a> and Professor <a href="http://medschool.umaryland.edu/FACULTYRESEARCHPROFILE/viewprofile.aspx?id=24072" rel="nofollow external" class="bo">Kelly Westlake</a> from the University of Maryland School of Medicine <a href="http://umbcinsights.wordpress.com/2013/06/26/the-umb-umbc-research-and-innovation-partnership-seed-grant-program/" rel="nofollow external" class="bo">received</a> an award from the joint UMBC-UMB Research and Innovation Partnership Seed Grant Program for a project  that ultimately will improve the recovery of stroke victims. The new joint <a href="http://my.umbc.edu/news/22242" rel="nofollow external" class="bo">UMBC-UMB Seed Grant Program</a> pairs primary investigators from UMBC and the University of Maryland, Baltimore to conduct research as a team. Successful partners are offered research funding of up to $75,000 over twelve months to pursue their collaboration.</p>
    <p>Nearly 800,000 U.S. citizens have a stroke each year, making it the leading cause of long-term disability. Treatment for stroke victims is mainly targeted towards residual functional deficits, especially regaining hand functions. Their project (“Independent Vector Analysis to Investigate Cognitive Neural Networks after Stroke: A Comparison between Two Rehabilitation Interventions”) will have a direct impact on stroke rehabilitation through objective evaluation of the two main treatment paradigms currently in use: unimanual (involving one hand) and bimanual (involving both hands) training. The evaluation will use the new class of medical image analysis techniques, independent vector analysis (IVA) algorithms, developed by Dr. Adali and her research group. The new class of IVA algorithms successfully captures subject variability and perform significantly better than the approaches traditionally used for the problem.</p>
    <p>The initial results of the project demonstrate the advantages using IVA for the problem and will be presented this month at the 48th Annual <a href="http://ee-ciss.princeton.edu/" rel="nofollow external" class="bo">Conference on Information Sciences and Systems</a> in Princeton, NJ. The PIs are preparing two journal submissions, one based on the methods developed for the task and a second one emphasizing clinical significance of the results. These results will also provide the preliminary data for the proposal that Professors Adali and Westlake plan to submit to the NIH later this year.</p>
    </div>
]]>
</Body>
<Summary>    CSEE Professor Tülay Adali and Professor Kelly Westlake from the University of Maryland School of Medicine received an award from the joint UMBC-UMB Research and Innovation Partnership Seed...</Summary>
<Website>http://www.csee.umbc.edu/2014/03/professors-adali-and-westlake-receive-grant-to-improve-treatment-for-stroke-victims/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/41982/guest@my.umbc.edu/d7a850947a7fbd58dd2708b3734ccfad/api/pixel</TrackingUrl>
<Tag>faculty-and-staff</Tag>
<Tag>news</Tag>
<Tag>research</Tag>
<Tag>research-awards</Tag>
<Group token="csee">Computer Science and Electrical Engineering</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/csee</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/original.png?1314043393</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xlarge.png?1314043393</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/large.png?1314043393</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/medium.png?1314043393</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/small.png?1314043393</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xsmall.png?1314043393</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/099/d117dca133c64bf78a4b7696dd007189/xxsmall.png?1314043393</AvatarUrl>
<Sponsor>Computer Science and Electrical Engineering</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 03 Mar 2014 12:56:02 -0500</PostedAt>
<EditAt>Mon, 03 Mar 2014 12:56:02 -0500</EditAt>
</NewsItem>

</News>
