<?xml version="1.0"?>
<News hasArchived="true" page="8554" pageCount="10791" pageSize="10" timestamp="Fri, 04 Sep 2026 13:17:07 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8554&amp;range=2">
<NewsItem contentIssues="false" id="33115" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33115">
<Title>Dynamic pagination</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Pagination over a constantly changing list is hard. Really hard. In fact it should be one of those computer science problems up there with naming and cache invalidation.</p>
    
    <p>The issue especially surfaces in news sites, like Hacker News. The hierarchy of posts is constantly changing. By the time you click ‘next page’, page two has an entirely different set of posts. So how do you ensure that the next page contains what the user expects to see?</p>
    
    <p>Paginating on offset is out, since the valid offset is constantly changing. Paginating on a post’s date is also out, since HN’s sort order is not determined by date, but rather by a dynamic score.</p>
    
    <p>Well one one method is to store every possible sort order in memory. In fact, this is exactly what Hacker News does. When you click ‘next page’, HN knows what you’re expecting to see, because it has the particular sort order you’re looking at stored in a closure.</p>
    
    <p>However this is a lot of data. And it only grows. This means that every so often the garbage collector comes through and expires old links. And old can mean a couple of minutes - far too quick for practical pagination in my opinion. </p>
    
    <p><a href="https://twitter.com/fat" rel="nofollow external" class="bo">@fat</a> came up with a neat solution for <a href="http://medium.com" rel="nofollow external" class="bo">Medium</a>, which he shared with me recently. In fact the solution is so simple that I nearly kicked myself. </p>
    <blockquote>
    <p>Send the server the IDs of the posts you already have when paginating. Sort posts by score, limit to your pagination offset, and omit those supplied IDs from the returned collection.</p>
    </blockquote>
    <p>In other words I send an array containing all the previously fetched post IDs as a parameter whenever I’m fetching more paginated posts. Then I make sure that any posts fetched from the DB aren’t referenced in those IDs.</p>
    
    <p>That’s a pretty pragmatic solution, that in my opinion draws the right compromises. Since I’m paginating via infinite scrolling, rather than links, users won’t notice ugly post IDs in the URLs. And since I’m keeping the list current using a stream of realtime updates from the server, posts are unlikely to be out of order. All in all, I’m pretty happy with the approach.</p>
    </div>
]]>
</Body>
<Summary>Pagination over a constantly changing list is hard. Really hard. In fact it should be one of those computer science problems up there with naming and cache invalidation.    The issue especially...</Summary>
<Website>http://blog.alexmaccaw.com/dynamic-infinite-pagination</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33115/guest@my.umbc.edu/a556ef299446413b2776a5fc34adb159/api/pixel</TrackingUrl>
<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, 24 Jul 2013 14:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="33112" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33112">
<Title>How do I rearrange the order of my discussion board forums?</Title>
<Body>
<![CDATA[
    <div class="html-content"><div>    <p>
            Page
                <strong>edited</strong> by
                        <a href="https://wiki.umbc.edu/display/~amocko1" rel="nofollow external" class="bo">Andrea Mocko</a>
                </p>
            <div>
            <h2>Show Me</h2>
    <p><a href="http://www.youtube.com/watch?v=x6l-y65TGnI" rel="nofollow external" class="bo"><img src="http://i1.ytimg.com/vi/x6l-y65TGnI/mqdefault.jpg" style="max-width: 100%; height: auto;"></a></p>
    <p>Video - 01:00</p>
    <h2>Tell Me</h2>
    <ol>
    <li>Make sure Edit Mode is ON</li>
    <li>Navigate to the Blackboard discussion forum(s)</li>
    <li>Hover your mouse cursor over the left side the forum you wish to move</li>
    <li>A cross-hair cursor will appear</li>
    <li>Left click, hold, and drag the forum up or down to be in the appropriate position</li>
    </ol>
    <h2>Rate this Article</h2>
    <p>
    
    
    
    
    <strong>Was this helpful?</strong>
    <a href="https://apps-my.umbc.edu/apps/rt-track/script.php?u=http://wiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D38371677&amp;q=0&amp;v=1&amp;s=faq&amp;l=" rel="nofollow external" class="bo">Yes</a>
     | <a href="https://docs.google.com/a/umbc.edu/spreadsheet/viewform?formkey=dEpyOEZxa29QY05BaVpBVzZSYmRMM0E6MA&amp;entry_15=http%3A%2F%2Fwiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D38371677" rel="nofollow external" class="bo">No</a>
     | <a href="https://docs.google.com/a/umbc.edu/spreadsheet/viewform?formkey=dEpyOEZxa29QY05BaVpBVzZSYmRMM0E6MA&amp;entry_15=http%3A%2F%2Fwiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D38371677" rel="nofollow external" class="bo">Correct or Suggest an Article</a>
     | <a href="https://apps-my.umbc.edu/apps/rt-track/script.php?u=http://wiki.umbc.edu%2Fpages%2Fviewpage.action%3FpageId%3D38371677&amp;q=0&amp;v=0&amp;s=faq&amp;l=" rel="nofollow external" class="bo">Request Help</a></p>
    <p><a href="http://my.umbc.edu/help/request" rel="nofollow external" class="bo"><img src="https://wiki.umbc.edu/download/attachments/29853066/RequestHelpicon.png?version=1&amp;modificationDate=1335472984000&amp;api=v2" style="max-width: 100%; height: auto;"></a></p>
        </div>
            <div>
           <a href="https://wiki.umbc.edu/pages/viewpage.action?pageId=38371677" rel="nofollow external" class="bo">View Online</a>
                  ·
           <a href="https://wiki.umbc.edu/pages/diffpagesbyversion.action?pageId=38371677&amp;revisedVersion=2&amp;originalVersion=1" rel="nofollow external" class="bo">View Changes Online</a>       
                      </div>
    </div></div>
]]>
</Body>
<Summary>Page             edited by                     Andrea Mocko                                  Show Me    Video - 01:00  Tell Me   Make sure Edit Mode is ON  Navigate to the Blackboard discussion...</Summary>
<Website>https://wiki.umbc.edu/pages/viewpage.action?pageId=38371677</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33112/guest@my.umbc.edu/4416511aa45b4e86de54186d9c8b5287/api/pixel</TrackingUrl>
<Tag>faq</Tag>
<Group token="retired-428">UMBC FAQ</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-428</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/images/avatars/group/1/xsmall.png?1787842820</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/images/avatars/group/1/original.png?1787842820</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xxlarge.png?1787842820</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/images/avatars/group/1/xlarge.png?1787842820</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/images/avatars/group/1/large.png?1787842820</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/images/avatars/group/1/medium.png?1787842820</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/images/avatars/group/1/small.png?1787842820</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/images/avatars/group/1/xsmall.png?1787842820</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/images/avatars/group/1/xxsmall.png?1787842820</AvatarUrl>
<Sponsor>UMBC FAQ</Sponsor>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 24 Jul 2013 13:49:16 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="33113" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33113">
<Title>DealBook: Choices Ahead for the Dell Board, but Not Much Time</Title>
<Body>
<![CDATA[
    <div class="html-content">A modification to the voting rules is a critical factor in whether a buyout offer for Dell succeeds, the author writes.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fdealbook.nytimes.com%2F2013%2F07%2F24%2Fchoices-ahead-for-the-dell-board-but-not-much-time%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Choices+Ahead+for+the+Dell+Board%2C+but+Not+Much+Time" 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%2F2013%2F07%2F24%2Fchoices-ahead-for-the-dell-board-but-not-much-time%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Choices+Ahead+for+the+Dell+Board%2C+but+Not+Much+Time" 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%2F2013%2F07%2F24%2Fchoices-ahead-for-the-dell-board-but-not-much-time%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Choices+Ahead+for+the+Dell+Board%2C+but+Not+Much+Time" 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%2F2013%2F07%2F24%2Fchoices-ahead-for-the-dell-board-but-not-much-time%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Choices+Ahead+for+the+Dell+Board%2C+but+Not+Much+Time" 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%2F2013%2F07%2F24%2Fchoices-ahead-for-the-dell-board-but-not-much-time%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=DealBook%3A+Choices+Ahead+for+the+Dell+Board%2C+but+Not+Much+Time" 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/172189818442/u/0/f/640387/c/34625/s/2f1c4d9a/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/172189818442/u/0/f/640387/c/34625/s/2f1c4d9a/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>A modification to the voting rules is a critical factor in whether a buyout offer for Dell succeeds, the author writes.     </Summary>
<Website>http://dealbook.nytimes.com/2013/07/24/choices-ahead-for-the-dell-board-but-not-much-time/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33113/guest@my.umbc.edu/ecd8934dd8a5cedefaa75c7cd02c9181/api/pixel</TrackingUrl>
<Tag>deal-professor</Tag>
<Tag>dell-inc</Tag>
<Tag>dell-inc-dell-nasdaq</Tag>
<Tag>dell-michael-s</Tag>
<Tag>icahn-carl-c</Tag>
<Tag>mergers-acquisitions-and-divestitures</Tag>
<Tag>mergers-and-acquisitions</Tag>
<Tag>new</Tag>
<Tag>silver-lake-partners</Tag>
<Tag>southeastern-asset-management</Tag>
<Tag>strine-leo-e-jr</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, 24 Jul 2013 13:45:18 -0400</PostedAt>
<EditAt>Wed, 24 Jul 2013 20:50:37 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="33111" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33111">
<Title>A 41-Megapixel Camera Makes Nokia&#8217;s Latest Smartphone Snap-Happy</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The Nokia Lumia 1020 is pricey, but its whopping 41-megapixel camera takes impressive photos.</p>
    <p>It’s amazing how much cell-phone cameras have changed over the years. A decade ago, I excitedly purchased my first phone with a built-in camera, the <a href="http://en.wikipedia.org/wiki/Sony_Ericsson_T610" rel="nofollow external" class="bo">Sony Ericsson T610</a>, whose 0.1-megapixel camera took tiny, grainy color photos that seemed awesome at the time. A day ago, I started playing around with the <a href="http://www.nokia.com/global/products/phone/lumia1020/specifications/?category=photography" rel="nofollow external" class="bo">Nokia Lumia 1020</a>, which includes a staggering 41-megapixel sensor capable of snapping sharp, bright, intensely detailed images.</p>
    </div>
]]>
</Body>
<Summary>The Nokia Lumia 1020 is pricey, but its whopping 41-megapixel camera takes impressive photos.  It’s amazing how much cell-phone cameras have changed over the years. A decade ago, I excitedly...</Summary>
<Website>http://www.technologyreview.com/news/517351/a-41-megapixel-camera-makes-nokias-latest-smartphone-snap-happy/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33111/guest@my.umbc.edu/f4b9721e38c4a95489633f145e4fbee3/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>Wed, 24 Jul 2013 12:50:00 -0400</PostedAt>
<EditAt>Wed, 24 Jul 2013 12:50:00 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="33114" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33114">
<Title>Bits: Wirelessly Expand Your Smartphone or Tablet Memory</Title>
<Body>
<![CDATA[
    <div class="html-content">The SanDisk Connect Wireless Media Drive allows user to plug an SD memory card into a tiny hard drive and then wirelessly retrieve photos, videos or files on a tablet or smartphone.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F07%2F24%2Fwirelessly-expand-your-smartphone-or-tablet-memory%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Wirelessly+Expand+Your+Smartphone+or+Tablet+Memory" 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%2F2013%2F07%2F24%2Fwirelessly-expand-your-smartphone-or-tablet-memory%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Wirelessly+Expand+Your+Smartphone+or+Tablet+Memory" 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%2F2013%2F07%2F24%2Fwirelessly-expand-your-smartphone-or-tablet-memory%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Wirelessly+Expand+Your+Smartphone+or+Tablet+Memory" 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%2F2013%2F07%2F24%2Fwirelessly-expand-your-smartphone-or-tablet-memory%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Wirelessly+Expand+Your+Smartphone+or+Tablet+Memory" 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%2F2013%2F07%2F24%2Fwirelessly-expand-your-smartphone-or-tablet-memory%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Wirelessly+Expand+Your+Smartphone+or+Tablet+Memory" 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>The SanDisk Connect Wireless Media Drive allows user to plug an SD memory card into a tiny hard drive and then wirelessly retrieve photos, videos or files on a tablet or smartphone.     </Summary>
<Website>http://bits.blogs.nytimes.com/2013/07/24/wirelessly-expand-your-smartphone-or-tablet-memory/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33114/guest@my.umbc.edu/8687285cbd7d5be62a6da05eea1dde8f/api/pixel</TrackingUrl>
<Tag>apple-inc</Tag>
<Tag>cameras</Tag>
<Tag>ipad</Tag>
<Tag>new</Tag>
<Tag>photography</Tag>
<Tag>sandisk-corporation</Tag>
<Tag>tablet-computers</Tag>
<Tag>technology</Tag>
<Tag>wireless-communications</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, 24 Jul 2013 12:49:47 -0400</PostedAt>
<EditAt>Wed, 24 Jul 2013 12:49:47 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="33107" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33107">
<Title>IS Online Masters Program Supports Military Families event</Title>
<Body>
<![CDATA[
    <div class="html-content"><a href="http://1019litefm.cbslocal.com/2013/07/24/military-families-dinner-2/#photo-16" rel="nofollow external" class="bo">http://1019litefm.cbslocal.com/2013/07/24/military-families-dinner-2/#photo-16</a></div>
]]>
</Body>
<Summary>http://1019litefm.cbslocal.com/2013/07/24/military-families-dinner-2/#photo-16</Summary>
<Website>http://1019litefm.cbslocal.com/2013/07/24/military-families-dinner-2/#photo-16</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33107/guest@my.umbc.edu/52aabbc66b92f0eae9d0b78a64ba259f/api/pixel</TrackingUrl>
<Group token="retired-544">Department of Information Systems</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-544</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/xsmall.png?1374520652</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/original.jpg?1374520652</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/xxlarge.png?1374520652</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/xlarge.png?1374520652</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/large.png?1374520652</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/medium.png?1374520652</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/small.png?1374520652</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/xsmall.png?1374520652</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/544/67aa32a1a83b0ac24b4a944f48c6af77/xxsmall.png?1374520652</AvatarUrl>
<Sponsor>Department of Information Systems</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/xxlarge.jpg?1374684375</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/xlarge.jpg?1374684375</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/large.jpg?1374684375</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/medium.jpg?1374684375</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/small.jpg?1374684375</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/xsmall.jpg?1374684375</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/033/107/5f31aac2b5c1e3234a9eb40029ea0f11/xxsmall.jpg?1374684375</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 24 Jul 2013 12:46:36 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="33106" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33106">
<Title>How do I re-submit a paper or other file for an upload-type assignment?</Title>
<Body>
<![CDATA[
    <div class="html-content"><div>    <p>
            Page
                <strong>edited</strong> by
                        <a href="https://wiki.umbc.edu/display/~amocko1" rel="nofollow external" class="bo">Andrea Mocko</a>
                </p>
            <div>
            <h2>Answer</h2>
    <p>Return to the page where you originally submitted this assignment. Click on the link to the assignment. If you are allowed to re-submit, you will see either a Continue Current Submission button or a Start New Submission button. Either button triggers the options needed to enter text, attach files, and submit again.</p>
    <div><table>
    <colgroup></colgroup>
    <tbody><tr>
    <td><img src="/images/icons/emoticons/warning.png" width="16" height="16" alt="" style="max-width: 100%; height: auto;"></td>
    <td><p>If you do not see one of these buttons, then you are not allowed to re-submit. But if your instructor requested you to re-submit the assignment, contact him or her to give you an additional attempt.</p></td>
    </tr></tbody>
    </table></div>
        </div>
            <div>
           <a href="https://wiki.umbc.edu/pages/viewpage.action?pageId=5244808" rel="nofollow external" class="bo">View Online</a>
                  ·
           <a href="https://wiki.umbc.edu/pages/diffpagesbyversion.action?pageId=5244808&amp;revisedVersion=3&amp;originalVersion=2" rel="nofollow external" class="bo">View Changes Online</a>       
                      </div>
    </div></div>
]]>
</Body>
<Summary>Page             edited by                     Andrea Mocko                                  Answer  Return to the page where you originally submitted this assignment. Click on the link to the...</Summary>
<Website>https://wiki.umbc.edu/pages/viewpage.action?pageId=5244808</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33106/guest@my.umbc.edu/abf1587dfd9e2bb0282c41290ef0229a/api/pixel</TrackingUrl>
<Tag>blackboard</Tag>
<Tag>faq</Tag>
<Tag>student</Tag>
<Group token="retired-428">UMBC FAQ</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-428</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/images/avatars/group/1/xsmall.png?1787842820</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/images/avatars/group/1/original.png?1787842820</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xxlarge.png?1787842820</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/images/avatars/group/1/xlarge.png?1787842820</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/images/avatars/group/1/large.png?1787842820</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/images/avatars/group/1/medium.png?1787842820</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/images/avatars/group/1/small.png?1787842820</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/images/avatars/group/1/xsmall.png?1787842820</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/images/avatars/group/1/xxsmall.png?1787842820</AvatarUrl>
<Sponsor>UMBC FAQ</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 24 Jul 2013 11:58:45 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="33197" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33197">
<Title>Fi presents the future of airline websites</Title>
<Body>
<![CDATA[
    <div class="html-content">Agency asks: what if there was a better way to book a flight?<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Ffi-presents-future-airline-websites-132911&amp;t=Fi+presents+the+future+of+airline+websites" 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.netmagazine.com%2Fnews%2Ffi-presents-future-airline-websites-132911&amp;t=Fi+presents+the+future+of+airline+websites" 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.netmagazine.com%2Fnews%2Ffi-presents-future-airline-websites-132911&amp;t=Fi+presents+the+future+of+airline+websites" 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.netmagazine.com%2Fnews%2Ffi-presents-future-airline-websites-132911&amp;t=Fi+presents+the+future+of+airline+websites" 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.netmagazine.com%2Fnews%2Ffi-presents-future-airline-websites-132911&amp;t=Fi+presents+the+future+of+airline+websites" 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>Agency asks: what if there was a better way to book a flight?     </Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/sWQ-iKcKZks/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33197/guest@my.umbc.edu/00f8efca0ce3d7eb3db447ae77fe79d0/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>net</Tag>
<Tag>php</Tag>
<Tag>sql</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, 24 Jul 2013 11:58:11 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="33105" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33105">
<Title>The East Wing, Part 2</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>I got to be a guest on Tim Smith's The East Wing podcast. I talk about some of the stuff that's happened in my life since the last time I was on the show over a year ago, like the Kickstarter and CodePen. We also get into some random topics like freelancing and frameworks.</p>
    <p><a href="http://theeastwing.net/episodes/63" title="Direct link to featured article" rel="nofollow external" class="bo">Direct Link to Article</a> — <a href="http://css-tricks.com/the-east-wing-part-2/" rel="nofollow external" class="bo">Permalink</a></p>
    <hr>
    
    <p><small><a href="http://css-tricks.com/the-east-wing-part-2/" rel="nofollow external" class="bo">The East Wing, Part 2</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>I got to be a guest on Tim Smith's The East Wing podcast. I talk about some of the stuff that's happened in my life since the last time I was on the show over a year ago, like the Kickstarter and...</Summary>
<Website>http://theeastwing.net/episodes/63</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33105/guest@my.umbc.edu/00fc03b2b74739592a90ca8261bdc30c/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>Wed, 24 Jul 2013 11:15:48 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="33102" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33102">
<Title>Amethyst in Advance Maryland Program</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <div>Five Companies Tapped for Advance Maryland Program</div>
    <p><br></p>
    <p>The Maryland Department of Business and Economic Development 
    (DBED) and the Economic Alliance of Greater Baltimore (EAGB) announced 
    today that five Maryland companies have been selected out of 21 
    applicants to participate in Advance Maryland, a business program 
    designed to support second-stage companies that are growth-oriented and 
    have moved beyond the startup phase. Accepted companies include Amethyst
     Technologies (Baltimore County); Aquafin (Elkton); MRE Technology 
    Solutions (Annapolis); Unleashed Technologies (Columbia); and Parking 
    Panda (Baltimore).</p>
    <div> - See more at: <a href="http://www.greaterbaltimore.org/blog/five-companies-tapped-for-advance-maryland-program/#sthash.pNRAxSGm.dpuf">http://www.greaterbaltimore.org/blog/five-companies-tapped-for-advance-maryland-program/#sthash.pNRAxSGm.dpuf</a>
    </div>
    </div>
]]>
</Body>
<Summary>Five Companies Tapped for Advance Maryland Program     The Maryland Department of Business and Economic Development  (DBED) and the Economic Alliance of Greater Baltimore (EAGB) announced  today...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33102/guest@my.umbc.edu/8084fe12ecc2389992846c0abf23f9b3/api/pixel</TrackingUrl>
<Group token="bwtech">bwtech@UMBC Research and Technology Park</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/bwtech</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xsmall.png?1760034935</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/original.png?1760034935</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xxlarge.png?1760034935</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xlarge.png?1760034935</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/large.png?1760034935</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/medium.png?1760034935</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/small.png?1760034935</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xsmall.png?1760034935</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xxsmall.png?1760034935</AvatarUrl>
<Sponsor>bwtech@UMBC</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 24 Jul 2013 11:13:35 -0400</PostedAt>
<EditAt>Wed, 24 Jul 2013 11:13:55 -0400</EditAt>
</NewsItem>

</News>
