<?xml version="1.0"?>
<News hasArchived="true" page="9047" pageCount="10776" pageSize="10" timestamp="Fri, 28 Aug 2026 13:26:24 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=9047&amp;range=2">
<NewsItem contentIssues="true" id="25305" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25305">
<Title>talk: Dorband on Dynamically Reconfigurable Layered Filesystem, 3/8</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img src="http://www.csee.umbc.edu/wp-content/uploads/2012/07/linux_tree.jpg" style="max-width: 100%; height: auto;"></p>
    <p><span>Dynamically Reconfigurable Layered Filesystem (DLFS)</span></p>
    <p><span>Dr. John Dorband</span></p>
    <p><span>Research Associate Professor<br>
    	Computer Science and Electrical Engineering<br>
    	University of Maryland, Baltimore County</span></p>
    <p><span>1:00pm Friday, 8 March 2013, ITE 227, UMBC</span></p>
    <p>The standard filesystem paradigm is based on a hierarchy of directories and files. The Dynamically reconfigurable Layered Filesystem (DLFS) adds a new dimension to filesystem organization that of filesystem layers and the ability to make custom configuration of them. The DLFS filesystem consists of many layers where each layer is mounted transparently on the root, ‘/’, directory. It is dynamic in the sense that every user can have a customizable list of layers that are included in a personalized view of the filesystem. We present in here the concept of a dynamically reconfigurable layered filesystem. We also present how it can be used, such as how it facilitates security and system management.</p>
    <p>Dr. John E. Dorband received his PhD in Computer Science from Penn State University in 1985. He worked for NASA GFSC from 1985 until 2007. He currently is a Research Associate Professor at UMBC. Dr. Dorband was one of the builders of the first <a href="http://en.wikipedia.org/wiki/Beowulf_cluster" rel="nofollow external" class="bo">Beowulf</a> system, constructed at GSFC in the fall of 1994. In the 80’s, he pioneered work in the generalized use of extremely parallel SIMD fixed-routing grid architectures through the use of sorting to implement generalized routing methods. This facilitated such application areas as image processing, graphics rendering, symbolic processing, database operations, and other irregular applications on parallel architectures that lacked generalized routine hardware. Dr. Dorband has been an innovator in the area of parallel programming language paradigms as a means of simplifying the implementation of applications on parallel computers. His professional specialties include designing and prototyping high-performance computer architectures; designing and implementing languages for simplified implementation of applications on parallel computers; designing and implementing algorithms for parallel computers; applying highly parallel architectures to image processing, signal processing, and data processing; and applying highly parallel architectures to computational science.</p>
    </div>
]]>
</Body>
<Summary>Dynamically Reconfigurable Layered Filesystem (DLFS)   Dr. John Dorband   Research Associate Professor   Computer Science and Electrical Engineering   University of Maryland, Baltimore County...</Summary>
<Website>http://www.csee.umbc.edu/2013/03/talk-dorband-on-dynamically-reconfigurable-layered-filesystem-38/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25305/guest@my.umbc.edu/cd5a8a55ce0b06de1b773946e3468119/api/pixel</TrackingUrl>
<Tag>news</Tag>
<Tag>talks</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>Wed, 06 Mar 2013 09:55:48 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25790" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25790">
<Title>HTML5/CSS3 Image Thumbnail Gallery with Lightbox Effect</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The fading lightbox interface has become a staple in many website layouts. This dynamic script was originally based off <a href="http://lokeshdhakar.com/projects/lightbox2/" rel="nofollow external" class="bo">Lightbox</a> as a pure JavaScript library. Open source developers eventually start playing around with these codes to generate new designs, plugins, and animation styles.</p>
    <p>In this tutorial I want to demonstrate how we can use a jQuery Lightbox plugin to spruce up dynamic image galleries. You can find the documentation at <a href="http://leandrovieira.com/projects/jquery/lightbox/" rel="nofollow external" class="bo">this jQuery lightbox webpage</a> created by Leandro Vieira Pinho. The plugin is open source and free to add onto any web project. There are also parameters you may edit for customizing the default features.</p>
    <h2>Constructing the Webpage</h2>
    <p>I will be adding all the image codes into an unordered list of items. These will contain an anchor link which leads to the full-size image, along with an image thumbnail. First we should take a peek at the header section. <a href="http://leandrovieira.com/projects/jquery/lightbox/" rel="nofollow external" class="bo">Download a copy</a> of the plugin and extract all the files.</p>
    <pre>&lt;!doctype html&gt;&#x000A;    &lt;html lang="en-US"&gt;&#x000A;    &lt;head&gt;&#x000A;      &lt;meta http-equiv="Content-Type" content="text/html;charset=utf-8"&gt;&#x000A;      &lt;title&gt;jQuery Lightbox Image Thumbnail Gallery&lt;/title&gt;&#x000A;      &lt;meta name="author" content="Jake Rocheleau"&gt;&#x000A;      &lt;link rel="shortcut icon" href="<a href="http://teamtreehouse.com/assets/favicon.ico%22&amp;gt">http://teamtreehouse.com/assets/favicon.ico"&amp;gt</a>;&#x000A;      &lt;link rel="icon" href="<a href="http://teamtreehouse.com/assets/favicon.ico%22&amp;gt">http://teamtreehouse.com/assets/favicon.ico"&amp;gt</a>;&#x000A;      &lt;link rel="stylesheet" type="text/css" media="all" href="css/styles.css"&gt;&#x000A;      &lt;link rel="stylesheet" type="text/css" media="all" href="css/jquery.lightbox-0.5.css"&gt;&#x000A;      &lt;link rel="stylesheet" type="text/css" media="all" href="<a href="http://fonts.googleapis.com/css?family=Lato%7CSkranji:700%22&amp;gt">http://fonts.googleapis.com/css?family=Lato|Skranji:700"&amp;gt</a>;&#x000A;      &lt;script type="text/javascript" charset="utf-8" src="js/jquery-1.9.1.min.js"&gt;&lt;/script&gt;&#x000A;      &lt;script type="text/javascript" charset="utf-8" src="js/jquery.lightbox-0.5.min.js"&gt;&lt;/script&gt;&#x000A;    &lt;/head&gt;&#x000A;    </pre>
    <p>We need the core plugin file named <strong>jquery.lightbox-0.5.min.js</strong> along with the customized CSS stylesheet <strong>jquery.lightbox-0.5.css</strong>. I have split up these resources into their own folders and kept everything hosted locally. Be sure to include a copy of the latest jQuery library before including the lightbox JS file. Additionally I am using a few <a href="http://fonts.googleapis.com/css?family=Lato%7CSkranji:700" rel="nofollow external" class="bo">custom web fonts</a> to spice up the page design.</p>
    <p>Now I should clarify that I purposefully split up two different galleries into the same HTML page. I want to demonstrate that we can build any number of different lightbox galleries together by generating them in unique lists. More specifically I have used the <code>rel</code> attribute on each anchor link to differentiate between the galleries.</p>
    <pre>&lt;div class="photos"&gt;&#x000A;      &lt;ul class="clearfix"&gt;&#x000A;        &lt;!-- ATTRIBUTION: <a href="http://dribbble.com/shots/963800-New-App-design">http://dribbble.com/shots/963800-New-App-design</a> --&gt;&#x000A;        &lt;li&gt;&lt;a href="images/photos/01-app-design-iphone.png" rel="lightbox" title="Designed by &lt;a href='<a href="http://dribbble.com/shots/963800-New-App-design">http://dribbble.com/shots/963800-New-App-design</a>' target='_blank'&gt;Natalia Berowska&lt;/a&gt;"&gt;&lt;img src="images/photos/01-app-design-iphone-thumb.png" width="150" height="150"&gt;&lt;/a&gt;&lt;/li&gt;&#x000A;      &#x000A;        &lt;!-- ATTRIBUTION: <a href="http://dribbble.com/shots/963671-Navigation">http://dribbble.com/shots/963671-Navigation</a> --&gt;&#x000A;        &lt;li&gt;&lt;a href="images/photos/02-ios-side-navigation.png" rel="lightbox" title="Designed by &lt;a href='<a href="http://dribbble.com/shots/963671-Navigation">http://dribbble.com/shots/963671-Navigation</a>' target='_blank'&gt;Matt D. Smith&lt;/a&gt;"&gt;&lt;img src="images/photos/02-ios-side-navigation-thumb.png" width="150" height="150"&gt;&lt;/a&gt;&lt;/li&gt;&#x000A;    </pre>
    <p>I’ve copied over the codes for just the first couple of list items in my top gallery example. Notice how each link is using the rel value of “lightbox” to encapsulate all the images together in one gallery. Also the title attribute will be appended into the lightbox footer – and in this scenario I am using internal anchor links for clickable references back to the image source.</p>
    <h2>Styling the Photo Galleries</h2>
    <p>Both of the unordered lists are contained inside a div with the class <code>.photos</code>. This will make styling much easier because we only need to write a single set of CSS rules. The images are given a lower opacity and will apply CSS3 transitions for an animated hover effect.</p>
    <pre>/* gallery display */&#x000A;    .photos {&#x000A;      display: block;&#x000A;    }&#x000A;    &#x000A;    .photos ul { list-style: none; }&#x000A;    &#x000A;    .photos ul li { display: inline; }&#x000A;    &#x000A;    .photos ul li a {&#x000A;      display: block;&#x000A;      float: left;&#x000A;      padding: 4px;&#x000A;      margin-right: 10px;&#x000A;      margin-bottom: 7px;&#x000A;      opacity: 0.75;&#x000A;      -webkit-transition: all 0.3s linear;&#x000A;      -moz-transition: all 0.3s linear;&#x000A;      transition: all 0.3s linear;&#x000A;    }&#x000A;    .photos ul li a:hover {&#x000A;      opacity: 1.0;&#x000A;    }&#x000A;    &#x000A;    .photos ul li a img {&#x000A;      border: 6px solid #e1d9ec;&#x000A;    }&#x000A;    &#x000A;    </pre>
    <p>Most of the codes are straightforward if you are familiar with CSS3 designs. But there is one small bug I need to mention which is fixed at the very bottom of the stylesheet. My custom resets will force all elements into the <code>border-box</code> sizing parameters. This means any extra padding will be kept inclusive, <strong>not</strong> tacking on additional width/height. But we need this additional space to for captions to display properly.</p>
    <pre>/* lightbox hacks */&#x000A;    #lightbox-container-image-data-box {&#x000A;      -webkit-box-sizing: content-box;&#x000A;      -moz-box-sizing: content-box;&#x000A;      box-sizing: content-box;&#x000A;    }&#x000A;    &#x000A;    /** uncomment to remove lightbox captions &#x000A;     *&#x000A;    #lightbox-container-image-data-box {&#x000A;      display: none !important;&#x000A;    } &#x000A;     *&#x000A;    **/&#x000A;    </pre>
    <p>The top selector will reset the entire lightbox data container to be using <code>content-box</code>. This is the default setting in all browsers which will force additional pixels via margins or padding. Additionally I have a commented a block of code which is used to hide the caption altogether.</p>
    <p>Some users will not want to even bother with the bottom caption area. It takes another second or two for the captions to animate, plus they may not really be useful in all circumstances. By adding <code>display: none;</code> onto the whole caption container we will never see it appear on any lightbox. Just uncomment this block of code and the effect should work perfectly.</p>
    <h2>jQuery Methods</h2>
    <p>Onto the final piece of our tutorial which goes into calling the function method via jQuery. You can find all the basic information on <a href="http://leandrovieira.com/projects/jquery/lightbox/" rel="nofollow external" class="bo">the plugin’s homepage</a> but I have also copied over my own codes below. You should add this JS block into a <code>&lt;script&gt;</code> tag just before closing the page body.</p>
    <pre>&lt;script type="text/javascript"&gt;&#x000A;    $(function(){&#x000A;      $('a[rel=lightbox]').lightBox({&#x000A;        containerResizeSpeed: 250,&#x000A;        fixedNavigation: true&#x000A;      });&#x000A;      $('a[rel=2ndlightbox]').lightBox({&#x000A;        overlayBgColor: '#fff',&#x000A;        overlayOpacity: 0.7&#x000A;      });&#x000A;    });&#x000A;    &lt;/script&gt;&#x000A;    </pre>
    <p>Note that the jQuery selector could be almost anything which targets the internal anchor links. We could apply a unique ID onto each photo div and use a selector like <code>$('#photos1 a')</code>. I just prefer the <code>rel=""</code> attribute because it doesn’t depend on a certain HTML container. Even if the anchor links are not inside a photo div, they will still appear in the slideshow if they are using the same rel value.</p>
    <p>The actual function parameters are a bit more complicated and may not even require customization. I have passed a series of different parameters into each of the lightboxes. The first gallery attaches fixed navigation elements and speeds up the animation time. And the 2nd gallery will change the background color to white, just to demonstrate a contrast between the default option.</p>
    <pre>$(function() {&#x000A;       $('a[@rel*=lightbox]').lightBox({&#x000A;    	overlayBgColor: '#fff',&#x000A;    	overlayOpacity: 0.6,&#x000A;            fixedNavigation: false,&#x000A;    	imageLoading: 'images/loading.gif',&#x000A;    	imageBtnClose: 'images/close.gif',&#x000A;    	imageBtnPrev: 'images/prev.gif',&#x000A;    	imageBtnNext: 'images/next.gif',&#x000A;    	containerResizeSpeed: 350,&#x000A;    	txtImage: 'Imagem',&#x000A;    	txtOf: 'de'&#x000A;       });&#x000A;    });&#x000A;    </pre>
    <p>This code block is more of a template which contains all the major default parameters. You’ll find all this content in the documentation as well. It is fairly straightforward and you can have a lot of  fun toying around with different values. Try out my live demo and see how you feel about the open source jQuery lightbox plugin.</p>
    <p><a href="http://byjakewithlove.com/treehouse/lightbox-gallery/" rel="nofollow external" class="bo"><img src="http://blog.teamtreehouse.com/wp-content/uploads/2013/03/lightbox-thumbnail-gallery-jquery-tutorial.png" alt="lightbox thumbnail gallery jquery tutorial HTML5/CSS3 Image Thumbnail Gallery with Lightbox Effect" style="max-width: 100%; height: auto;"></a></p>
    <p><strong><a href="http://byjakewithlove.com/treehouse/lightbox-gallery/" rel="nofollow external" class="bo">Live Demo</a></strong> – <strong><a href="http://blog.teamtreehouse.com/wp-content/uploads/2013/03/shadowbox-gallery-source-codes.zip" rel="nofollow external" class="bo">Download Source Code</a></strong></p>
    <h2>Final Thoughts</h2>
    <p>I hope this tutorial may prove to be useful for at least a few developers. Adding your own custom lightbox effect will require a bit of studying. But it is not an overly complex topic which requires days to implement. You mostly want to ensure that you are using the right plugin for the job. And for anybody who needs a bare-bones minimalist plugin for image showcases – I will have to recommend this jQuery lightbox on any project.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/html5css3-image-thumbnail-gallery-with-lightbox-effect" rel="nofollow external" class="bo">HTML5/CSS3 Image Thumbnail Gallery with Lightbox Effect</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>The fading lightbox interface has become a staple in many website layouts. This dynamic script was originally based off Lightbox as a pure JavaScript library. Open source developers eventually...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/Oes98_Y67jo/html5css3-image-thumbnail-gallery-with-lightbox-effect</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25790/guest@my.umbc.edu/384a818973bab4dfef4820289963cfa0/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>css3</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>html5-image-gallery-tutorial</Tag>
<Tag>image-gallery</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>lightbox-gallery-tutorial</Tag>
<Tag>make-a-website</Tag>
<Tag>responsive</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 09:30:46 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25997" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25997">
<Title>Students challenged to make HTML5 games</Title>
<Body>
<![CDATA[
    <div class="html-content">Got Game? to push benefits of web standards over Flash and Java<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=Students+challenged+to+make+HTML5+games&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Fstudents-challenged-make-html5-games-132608" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/emailthis2.gif" style="max-width: 100%; height: auto;"></a></td>
    <td><a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Students+challenged+to+make+HTML5+games&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Fstudents-challenged-make-html5-games-132608" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/bookmark.gif" style="max-width: 100%; height: auto;"></a></td>
    </tr></tbody></table></div>
    </div>
]]>
</Body>
<Summary>Got Game? to push benefits of web standards over Flash and Java</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/DJMuHoUx-oA/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25997/guest@my.umbc.edu/1bba27f405e79ee22f91c18f3bd77734/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, 06 Mar 2013 09:13:27 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="25288" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25288">
<Title>UPDATE 6:25 AM EST - ALL CLASSES, daytime and night, are cancelled for Wednesday...</Title>
<Body>
<![CDATA[
    <div class="html-content">UPDATE 6:25 AM EST - ALL CLASSES, daytime and night, are cancelled for Wednesday March 6th, 2013. Classes will resume as scheduled on Thursday March 7th, 2013<br> <br> All Sonography classes are canceled for Wednesday 3/6/13. Students should check their e-mail for further instructions from their teachers.<br> <br> Certified Systems Engineering Professional (CSEP) Preparation will be conducted online as discussed.<br> <br> Please check back for updates, or call (443) 692-6600.</div>
]]>
</Body>
<Summary>UPDATE 6:25 AM EST - ALL CLASSES, daytime and night, are cancelled for Wednesday March 6th, 2013. Classes will resume as scheduled on Thursday March 7th, 2013    All Sonography classes are...</Summary>
<Website>http://www.facebook.com/umbctraining/posts/10151276329411076</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25288/guest@my.umbc.edu/087d8d4e9dd654abf8ee29bec76dc656/api/pixel</TrackingUrl>
<Tag>ccna</Tag>
<Tag>ceh</Tag>
<Tag>centers</Tag>
<Tag>cisco</Tag>
<Tag>cyber</Tag>
<Tag>cybersecurity</Tag>
<Tag>information</Tag>
<Tag>it</Tag>
<Tag>leadership</Tag>
<Tag>management</Tag>
<Tag>microsoft</Tag>
<Tag>project</Tag>
<Tag>security</Tag>
<Tag>technology</Tag>
<Tag>training</Tag>
<Tag>umbc</Tag>
<Group token="retired-575">UMBC Training Centers</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-575</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/original.jpg?1361981335</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xlarge.png?1361981335</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/large.png?1361981335</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/medium.png?1361981335</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/small.png?1361981335</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xsmall.png?1361981335</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/575/83756b985266168d0d29c6c9a146db50/xxsmall.png?1361981335</AvatarUrl>
<Sponsor>UMBC Training Centers</Sponsor>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 07:05:24 -0500</PostedAt>
<EditAt>Wed, 06 Mar 2013 07:05:24 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="25287" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25287">
<Title>Don&#8217;t Waste Another Networking Opportunity: 6 Tips for Following Up</Title>
<Body>
<![CDATA[
    <div class="html-content">With SXSW quickly approaching, effective networking strategies -- including ideas for following up -- should be top of mind.</div>
]]>
</Body>
<Summary>With SXSW quickly approaching, effective networking strategies -- including ideas for following up -- should be top of mind.</Summary>
<Website>http://feedproxy.google.com/~r/YoungentrepreneurcomBlog/~3/lN0Dj3ar6KQ/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25287/guest@my.umbc.edu/e4ccee47ba0a318620b15ccafb56c9d4/api/pixel</TrackingUrl>
<Tag>business-growth-strategies</Tag>
<Tag>conferences</Tag>
<Tag>fresh-ideas</Tag>
<Tag>marketing</Tag>
<Tag>marketing-strategies</Tag>
<Tag>networking</Tag>
<Tag>sxsw-2013</Tag>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 06:00:01 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25998" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25998">
<Title>Five killer ways to use Mental Models</Title>
<Body>
<![CDATA[
    <div class="html-content">Understanding the way the visitors to your site discover your content will help you plan its architecture, says Gene Crawford<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=Five+killer+ways+to+use+Mental+Models&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Ffive-killer-ways-use-mental-models" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/emailthis2.gif" style="max-width: 100%; height: auto;"></a></td>
    <td><a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Five+killer+ways+to+use+Mental+Models&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Ffive-killer-ways-use-mental-models" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/bookmark.gif" style="max-width: 100%; height: auto;"></a></td>
    </tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/159490187111/u/49/f/502346/c/32632/s/2942eaa9/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490187111/u/49/f/502346/c/32632/s/2942eaa9/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Understanding the way the visitors to your site discover your content will help you plan its architecture, says Gene Crawford</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/DPRw__RPaAs/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25998/guest@my.umbc.edu/509ecffbec192181455177948c68bdc4/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, 06 Mar 2013 05:59:58 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25281" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25281">
<Title>Pope Madness 2013!</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://usdemocrazy.net/wp-content/uploads/2013/03/url-1.jpeg" rel="nofollow external" class="bo"><img alt="" src="http://usdemocrazy.net/wp-content/uploads/2013/03/url-1-1024x791.jpeg" width="717" height="554" style="max-width: 100%; height: auto;"></a></p>
    <p> </p>
    <p>It’s March madness time again. But for those of you more interested in the competition for the Championship competition between the Cardinals in Rome, check out  the brackets in <a href="http://www.popebracket.com/" rel="nofollow external" class="bo">Pope Madness.</a> We’re putting our bet on Gianfranco Ravasi, we understand he is a biblical scholar AND has a great outside jumpshot.</p>
    </div>
]]>
</Body>
<Summary>    It’s March madness time again. But for those of you more interested in the competition for the Championship competition between the Cardinals in Rome, check out  the brackets in Pope Madness....</Summary>
<Website>http://usdemocrazy.net/pope-madness-2013/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25281/guest@my.umbc.edu/3aff3cd011910ffae0ce12df675608c4/api/pixel</TrackingUrl>
<Tag>democracy</Tag>
<Tag>irc</Tag>
<Tag>news</Tag>
<Tag>politics</Tag>
<Tag>umbc</Tag>
<Tag>uncategorized</Tag>
<Tag>usdemocrazy</Tag>
<Group token="retired-12">USDemocrazy</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-12</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xsmall.png?1279120129</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/original.jpg?1279120129</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xxlarge.png?1279120129</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xlarge.png?1279120129</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/large.png?1279120129</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/medium.png?1279120129</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/small.png?1279120129</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xsmall.png?1279120129</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xxsmall.png?1279120129</AvatarUrl>
<Sponsor>USDemocrazy</Sponsor>
<PawCount>11</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 00:32:30 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25282" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25282">
<Title>That Florida Man Did WHAT?</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://usdemocrazy.net/wp-content/uploads/2013/03/url.jpeg" rel="nofollow external" class="bo"><img alt="" src="http://usdemocrazy.net/wp-content/uploads/2013/03/url.jpeg" width="535" height="337" style="max-width: 100%; height: auto;"></a></p>
    <p>Tired of the same old news?  If <em>these </em>headlines don’t turn your head, I don’t know what will:</p>
    <blockquote>
    <p><a href="http://www.nbcmiami.com/news/local/Florida-Man-Repeatedly-Called-911-Saying-He-Needed-a-Ride-to-Mexico-Authorities-187819091.html" rel="nofollow external" class="bo">Florida Man</a> Repeatedly Called 911 Saying He Needed A Ride To Mexico.</p>
    <p><a href="http://www.nydailynews.com/news/crime/florida-man-arrested-allegedly-performing-illegal-butt-injections-article-1.1246906" rel="nofollow external" class="bo">Florida Man</a> Busted For Performing Back Alley Butt Injections</p>
    <p><a href="http://www.foxnews.com/us/2012/12/09/florida-man-gets-jail-for-allegedly-stealing-snorting-cremated-remains/" rel="nofollow external" class="bo">Florida Man</a> Accused Of Stealing And Snorting Human And Dog Ashes.</p>
    <p><a href="http://www.thecollaredsheep.com/florida-man-assaults-quadriplegic-with-a-fish/" rel="nofollow external" class="bo">Florida Man</a> Assaults Quadriplegic With A Fish.</p>
    </blockquote>
    <p>More of these headlines can be found on the “<a href="https://twitter.com/_FloridaMan" rel="nofollow external" class="bo">Florida Man</a>” Twitter account, which began in early February 2013.  </p>
    <p>Take a quick browse whenever you have a moment and you’ll be shocked to see what goes on in this demo<em>crazy </em>of ours.</p>
    <p>Of course, Florida can’t be the only state where such bizarre headlines can come from.  Maybe we’ll see a “Maryland Man” Twitter account someday?</p>
    </div>
]]>
</Body>
<Summary>Tired of the same old news?  If these headlines don’t turn your head, I don’t know what will:     Florida Man Repeatedly Called 911 Saying He Needed A Ride To Mexico.   Florida Man Busted For...</Summary>
<Website>http://usdemocrazy.net/that-florida-man-did-what/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25282/guest@my.umbc.edu/6958bd7db5c788ad631e50cab0a953bb/api/pixel</TrackingUrl>
<Tag>democracy</Tag>
<Tag>florida</Tag>
<Tag>irc</Tag>
<Tag>news</Tag>
<Tag>politics</Tag>
<Tag>umbc</Tag>
<Tag>usdemocrazy</Tag>
<Group token="retired-12">USDemocrazy</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-12</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xsmall.png?1279120129</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/original.jpg?1279120129</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xxlarge.png?1279120129</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xlarge.png?1279120129</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/large.png?1279120129</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/medium.png?1279120129</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/small.png?1279120129</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xsmall.png?1279120129</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xxsmall.png?1279120129</AvatarUrl>
<Sponsor>USDemocrazy</Sponsor>
<PawCount>20</PawCount>
<CommentCount>4</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 00:22:37 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="25307" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25307">
<Title>Men's Lacrosse at Maryland Postponed Due to Inclement Weather</Title>
<Body>
<![CDATA[
    <div class="html-content">UMBC's men's lacrosse game at Maryland this evening has been postponed due to inclement weather in the area. No make-up date has been scheduled at this time. The Retrievers are slated to face Johns Hopkins University at Homewood Field on Friday, March 8 at 5:00 p.m. The game will be broadcast nationally by ESPNU.</div>
]]>
</Body>
<Summary>UMBC's men's lacrosse game at Maryland this evening has been postponed due to inclement weather in the area. No make-up date has been scheduled at this time. The Retrievers are slated to face...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=7734</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25307/guest@my.umbc.edu/af985be2ea2f4c8dd964a81542c01ab9/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 00:00:00 -0500</PostedAt>
<EditAt>Wed, 06 Mar 2013 00:00:00 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="25314" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25314">
<Title>Wednesday's Baseball Game at Towson Postponed, Rescheduled for March 20</Title>
<Body>
<![CDATA[
    <div class="html-content">TOWSON, Md. � Wednesday's baseball game between UMBC and Towson, to be played at the Tigers' Schuerholz Park, has been canceled due to inclement weather.  The contest has been tentatively rescheduled for Mar. 20 with first pitch set for 3:30 p.m.</div>
]]>
</Body>
<Summary>TOWSON, Md. � Wednesday's baseball game between UMBC and Towson, to be played at the Tigers' Schuerholz Park, has been canceled due to inclement weather.  The contest has been tentatively...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=7735</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25314/guest@my.umbc.edu/8579c7a178c1be2544f2bb4ac34812ed/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 06 Mar 2013 00:00:00 -0500</PostedAt>
</NewsItem>

</News>
