<?xml version="1.0"?>
<News hasArchived="true" page="8958" pageCount="10708" pageSize="10" timestamp="Sun, 28 Jun 2026 16:07:53 -0400" url="https://my3.my.umbc.edu/posts.xml?page=8958">
<NewsItem contentIssues="true" id="29636" important="false" status="posted" url="https://my3.my.umbc.edu/posts/29636">
<Title>Abba - JavaScript a/b testing</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="https://github.com/maccman/abba" rel="nofollow external" class="bo">Abba</a> is a self-hosted a/b testing framework built to help improve conversion rates on your site. </p>
    
    <p>Tuning signup and payment forms can have huge effects on your business, and it’s a good idea to supplement design and copy changes with data on how differences actually effect conversion. </p>
    
    <p>We built this tool for internal use at Stripe, and today we’re open-sourcing it for everyone. The key design goal of Abba is to have a great JavaScript API (unlike some of the other a/b testing services out there). For example:</p>
    
    <pre><code>&lt;script src="//localhost:4050/v1/abba.js"&gt;&lt;/script&gt;&#x000A;    &#x000A;    &lt;script&gt;&#x000A;      Abba('test name')&#x000A;        .control('test a', function(){&#x000A;          // Show test a&#x000A;          $("#test-a").show();&#x000A;          $("#test-b").hide();&#x000A;        })&#x000A;        .variant('test b', function(){&#x000A;          // Show test b&#x000A;          $("#test-b").show();&#x000A;          $("#test-a").hide();&#x000A;         })&#x000A;        .start();&#x000A;    &lt;/script&gt;&#x000A;    &#x000A;    &lt;script&gt;&#x000A;      $('button.complete').click(function(){&#x000A;        // Successful conversion, mark the test as complete&#x000A;        Abba('test name').complete();&#x000A;      });&#x000A;    &lt;/script&gt;&#x000A;    </code></pre>
    
    <p>Here we’re setting up a control called <strong>test a</strong>, and a variant called <strong>test b</strong>. Sometimes the callback associated with the control will be invoked, and sometimes the variant’s callback will be run. Stats are sent back to the analytics server, hosted by you, where they are displayed in an admin interface.</p>
    
    <div>
      <a href="https://github.com/maccman/abba" rel="nofollow external" class="bo">
        <img src="http://f.cl.ly/items/2s452K410K3w3o0D1U2w/Screen%20Shot%202013-02-02%20at%206.28.41%20PM.png" style="max-width: 100%; height: auto;">
        <img src="http://f.cl.ly/items/1T2R0g0z322O27053Z0m/Screen%20Shot%202013-02-02%20at%206.41.37%20PM.png" style="max-width: 100%; height: auto;">
      </a>
    </div>
    
    <p>You can see conversion rates per day for a configurable time period and even slice data by browser type. The different variants can be weighted such that some appear more times than others. Lastly we calculate a <a href="http://en.wikipedia.org/wiki/Standard_score" rel="nofollow external" class="bo">z-score</a> for the displayed conversion rates,  indicating the statistical probability that a test’s results are accurate.</p>
    
    <p>See the <a href="https://github.com/maccman/abba" rel="nofollow external" class="bo">GitHub project</a> for the source and more information. </p>
    </div>
]]>
</Body>
<Summary>Abba is a self-hosted a/b testing framework built to help improve conversion rates on your site.     Tuning signup and payment forms can have huge effects on your business, and it’s a good idea to...</Summary>
<Website>http://blog.alexmaccaw.com/abba</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/29636/guest@my.umbc.edu/e93fd4abb1fd53d5074949fb375e9481/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>Tue, 12 Mar 2013 13:25:48 -0400</PostedAt>
<EditAt>Tue, 12 Mar 2013 13:25:48 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="25698" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25698">
<Title>How do I post a news blog in myUMBC groups?</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=vDRIfjS97BQ" rel="nofollow external" class="bo"><img src="http://img.youtube.com/vi/vDRIfjS97BQ/1.jpg" style="max-width: 100%; height: auto;"></a></p>
    <p>Video - 05:00</p>
    <h2>Tell Me</h2>
    <ol>
    <li><p>Launch your preferred Internet browser.</p></li>
    <li><p>Login into myUMBC.</p></li>
    <li><p>Click <strong>Groups,</strong> and select the group to display your news.</p></li>
    <li><p>Click the <strong>News</strong> tab.</p></li>
    <li>
    <p>Click the <strong>Post Story </strong>button.</p>
    <div><table>
    <colgroup></colgroup>
    <tbody><tr>
    <td><img src="/images/icons/emoticons/information.png" width="16" height="16" alt="" style="max-width: 100%; height: auto;"></td>
    <td>In the Post Story Basic Info form please be aware that some fields have limited characters. Character limits are posted to the right of the field. Besides limited characters we have also made some of the fields mandatory in order to post. <span>The sponsor will be auto-completed based on who requested the myUMBC group.</span>
    </td>
    </tr></tbody>
    </table></div>
    </li>
    <li><p>If you have a website with more information, enter the full web address include the http:// in the Website field.</p></li>
    <li><p>If you have any documents to attach, such as a PDF form or a flyer, select the type of file you want to upload, then click <strong>Upload</strong> in the Attachments section.</p></li>
    <li><p>To set an image to be part of the news rotation, click the <strong>Set Thumbnail</strong> button.<br>You have to option to upload your own image but please note, there are some restrictions including file size and dimensions.</p></li>
    <li>
    <p>Click the <strong>Browse</strong> button to locate your image.<br>You may want to crop the image to have the best display</p>
    <ol>
    <li><p>You can also select from a good selection of stock image UMBC owns.</p></li>
    <li><p>Click on the category label and select an image that best relates to your news</p></li>
    <li><p>You will also be prompted to crop this image to get the best display</p></li>
    <li><p>Click Crop Thumbnail when you are happy with the image display</p></li>
    </ol>
    </li>
    <li><p>When you check the Community option to <strong>Post to Community News,</strong> your article will now be displayed outside of your group and be part of the myUMBC community news.</p></li>
    <li><p>Select the type of audience who will see your article.</p></li>
    <li><p>Select a topic or multiple topics for your news</p></li>
    <li><p>Check or uncheck if you want to allow your group members to comment on your article (or if you've opened it up outside your myUMBC group UMBC at large can comment)</p></li>
    <li><p>Assign tags (sort of like a mini category) to your article</p></li>
    <li><p>Once you are happy with your news article you can click <strong>Post story</strong> or you can click <strong>Save Draft</strong> if you want to work on it later.</p></li>
    </ol>
    <p> </p>
    <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%3D31195506&amp;q=0&amp;v=1&amp;s=faq&amp;l=myumbc+video+news" 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%3D31195506" 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%3D31195506" 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%3D31195506&amp;q=0&amp;v=0&amp;s=faq&amp;l=myumbc+video+news" 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=31195506" rel="nofollow external" class="bo">View Online</a>
                  ·
           <a href="https://wiki.umbc.edu/pages/diffpagesbyversion.action?pageId=31195506&amp;revisedVersion=5&amp;originalVersion=4" rel="nofollow external" class="bo">View Changes Online</a>       
                      </div>
    </div></div>
]]>
</Body>
<Summary>Page             edited by                     Andrea Mocko                                  Show Me    Video - 05:00  Tell Me    Launch your preferred Internet browser.    Login into myUMBC....</Summary>
<Website>https://wiki.umbc.edu/pages/viewpage.action?pageId=31195506</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25698/guest@my.umbc.edu/06996b155b264dbcc76801e68ba951f1/api/pixel</TrackingUrl>
<Tag>faq</Tag>
<Tag>myumbc</Tag>
<Tag>news</Tag>
<Tag>video</Tag>
<Group token="retired-428">UMBC FAQ</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-428</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/images/avatars/group/1/xsmall.png?1782487666</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/images/avatars/group/1/original.png?1782487666</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xxlarge.png?1782487666</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xlarge.png?1782487666</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/images/avatars/group/1/large.png?1782487666</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/images/avatars/group/1/medium.png?1782487666</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/images/avatars/group/1/small.png?1782487666</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/images/avatars/group/1/xsmall.png?1782487666</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/images/avatars/group/1/xxsmall.png?1782487666</AvatarUrl>
<Sponsor>UMBC FAQ</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 12 Mar 2013 13:13:20 -0400</PostedAt>
<EditAt>Fri, 05 Apr 2013 09:11:36 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="25697" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25697">
<Title>What Happens in Vegas Stays in Vegas, Unless You&#8217;re Tony Hsieh</Title>
<Body>
<![CDATA[
    <div class="html-content">At SXSW, Zappos founder and CEO Tony Hsieh stops by the Samsung Blogger Lounge to discuss the revitalization project of Downtown Las Vegas, the new SXSW V2V program and more.</div>
]]>
</Body>
<Summary>At SXSW, Zappos founder and CEO Tony Hsieh stops by the Samsung Blogger Lounge to discuss the revitalization project of Downtown Las Vegas, the new SXSW V2V program and more.</Summary>
<Website>http://feedproxy.google.com/~r/YoungentrepreneurcomBlog/~3/6ZXkqK3rJAQ/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25697/guest@my.umbc.edu/3efc731191ba4fe78974e1c5fb1383e3/api/pixel</TrackingUrl>
<Tag>business-growth-strategies</Tag>
<Tag>conferences</Tag>
<Tag>leadership</Tag>
<Tag>startup-news</Tag>
<Tag>sxsw-2013</Tag>
<Tag>tech</Tag>
<Tag>tony-hsieh</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>Tue, 12 Mar 2013 12:30:34 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25704" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25704">
<Title>Get Out of Limbo: How to Go From Dream to Decision</Title>
<Body>
<![CDATA[
    <div class="html-content">Whether youâ��re an aspiring entrepreneur who just can't take the leap or you're trapped in a tough business dilemma, consider these strategies to get unstuck.<br><br><a href="http://da.feedsportal.com/r/159490573944/u/49/f/625555/c/34343/s/297c6bea/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490573944/u/49/f/625555/c/34343/s/297c6bea/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Whether youâ��re an aspiring entrepreneur who just can't take the leap or you're trapped in a tough business dilemma, consider these strategies to get unstuck.</Summary>
<Website>http://feedproxy.google.com/~r/entrepreneur/startingabusiness/~3/uTDCQfqquPc/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25704/guest@my.umbc.edu/ed1a266d5bf87427bafb7a54a98a95d2/api/pixel</TrackingUrl>
<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>Tue, 12 Mar 2013 12:30:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25985" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25985">
<Title>Microsoft Windows 8 Flash U-turn</Title>
<Body>
<![CDATA[
    <div class="html-content">Flash content now largely enabled by default, not blocked<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=Microsoft+Windows+8+Flash+U-turn&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Fmicrosoft-windows-8-flash-u-turn-132620" 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=Microsoft+Windows+8+Flash+U-turn&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Fmicrosoft-windows-8-flash-u-turn-132620" 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/159490384850/u/49/f/502346/c/32632/s/297c2256/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490384850/u/49/f/502346/c/32632/s/297c2256/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Flash content now largely enabled by default, not blocked</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/X0o-shbYgM8/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25985/guest@my.umbc.edu/8ebc0e0e9cbc7223ab6504c951d0a29f/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>Tue, 12 Mar 2013 11:32:10 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25693" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25693">
<Title>What You Need to Know About Music Licensing for Your Business</Title>
<Body>
<![CDATA[
    <div class="html-content">Four need-to-know tips for businesses that play music.<br><br><a href="http://da.feedsportal.com/r/159490764700/u/49/f/625555/c/34343/s/297bd1f2/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490764700/u/49/f/625555/c/34343/s/297bd1f2/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Four need-to-know tips for businesses that play music.</Summary>
<Website>http://feedproxy.google.com/~r/entrepreneur/startingabusiness/~3/bsmJ3dx368E/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25693/guest@my.umbc.edu/54338dc8d5c04c06d62b14183a47085e/api/pixel</TrackingUrl>
<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>Tue, 12 Mar 2013 11:30:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25986" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25986">
<Title>New tools for web design and development: February 2013</Title>
<Body>
<![CDATA[
    <div class="html-content">Mark Penfold's regular round-up of the newest and best tools<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=New+tools+for+web+design+and+development%3A+February+2013&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Fnew-tools-web-design-and-development-february-2013" 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=New+tools+for+web+design+and+development%3A+February+2013&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Fnew-tools-web-design-and-development-february-2013" 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/159490571020/u/49/f/502346/c/32632/s/297ba3ae/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490571020/u/49/f/502346/c/32632/s/297ba3ae/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Mark Penfold's regular round-up of the newest and best tools</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/6DpuvqLyPoY/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25986/guest@my.umbc.edu/6dad0560a5e5ae564382dc26c7bae056/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>Tue, 12 Mar 2013 10:49:31 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="25683" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25683">
<Title>Behold Some of Baton Rouge's New Ventures</Title>
<Body>
<![CDATA[
    <div class="html-content">Louisiana's capital city is more than just the home of Louisiana State University. Here's a look at entrepreneurs setting up shop there.<br><br><a href="http://da.feedsportal.com/r/159490161982/u/49/f/625555/c/34343/s/297b43d0/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490161982/u/49/f/625555/c/34343/s/297b43d0/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Louisiana's capital city is more than just the home of Louisiana State University. Here's a look at entrepreneurs setting up shop there.</Summary>
<Website>http://feedproxy.google.com/~r/entrepreneur/startingabusiness/~3/O_mbzB1reNk/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25683/guest@my.umbc.edu/4430fffb050ed552278e13c73a27b538/api/pixel</TrackingUrl>
<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>Tue, 12 Mar 2013 10:30:00 -0400</PostedAt>
<EditAt>Tue, 12 Mar 2013 12:00:00 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="25677" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25677">
<Title>How do I view my grade roster?</Title>
<Body>
<![CDATA[
    <div class="html-content"><div>    <p>
            Page
                <strong>edited</strong> by
                        <a href="https://wiki.umbc.edu/display/~anna" rel="nofollow external" class="bo">Anna Sniadach</a>
                </p>
            <div>
            <h2>Tell Me</h2>
    <ol>
    <li>Log into <strong>myUMBC</strong>, click on <strong>Topics</strong> and select the <strong>Faculty Center</strong>.</li>
    <li>From the Faculty Center of myUMBC, click once on the <strong>Teaching Schedule</strong> link. Your Teaching Schedule will appear.</li>
    <li>Simply locate the class you wish to view and click once on the <strong>Grade Roster</strong> icon<strong>  </strong> to begin reviewing your roster/entering grades.</li>
    </ol>
    <p></p>
    <p> </p>
    <p> </p>
    <table border="0" width="100%"><tbody><tr><td>
    <h1>Online Grading</h1>
    <p>Grading for all classes is done online in Student Administration, and can be completed from any computer with an internet connection.  All grading must be completed within the designated grading period for each term. </p>
    <p>Online grading is a three step process:</p>
    <p>1. Open your grade roster</p>
    <p>2. Assign grades for students (this step can be done all at once or incrementally)</p>
    <p>3. Submit, or approve, your grades.</p>
    <h2><span>Training Resources</span></h2>
    <p>*<a href="https://wiki.umbc.edu/download/attachments/19529928/Entering%20Grades%20in%20Your%20Grade%20Roster.swf?version=1&amp;modificationDate=1305051319000&amp;api=v2" rel="nofollow external" class="bo"><strong>Click here</strong></a>*to view the self-paced training video.  (<em>requires Flash v10 or higher.)</em></p>
    <p>*<a href="https://wiki.umbc.edu/download/attachments/19529928/Grading_Roster_QRG_03_04_2011.pdf?version=1&amp;modificationDate=1300113763000&amp;api=v2" rel="nofollow external" class="bo"><strong>Click here</strong></a>*to view the quick reference guide.  The guide includes more information than the video, and is recommended to be used either on its own or as a supplement to the video.</p>
    <p><a href="https://wiki.umbc.edu/display/sa/Faculty+FAQ_grade_roster" rel="nofollow external" class="bo"><strong>Click here</strong></a> to go to the FAQ.</p>
    <p><a href="https://wiki.umbc.edu/display/sa/Online+Grading" rel="nofollow external" class="bo"><strong>Instructor-led training</strong></a>(ILT) is offered at the end of each term and on a requested basis throughout the year.  The ILT is typically offered as a comprehensive lunch &amp; learn demonstration, and outlines the steps required to enter and approve grades.  To inquire about scheduling an upcoming lunch &amp; learn, contact Susan Dawson at <a href="mailto:sdawson@umbc.edu">sdawson@umbc.edu</a>.</p>
    <h2><span>Best Practices</span></h2>
    <p>Below are a few suggested best practices. </p>
    <ul><li><ul>
    <li>GRADES MUST BE ENTERED DURING THE DESIGNATED GRADING PERIOD!  Grades that are not completed during the designated grading period must complete a change of grade form to submit their grades.</li>
    <li>Ensure you are viewing the correct Term.  The first time you enter your teaching schedule, it will default to the active registration period for the University, which may be different than the grading period.  If the term is not correct, click on the <strong>Change Term</strong> button and select the appropriate term.</li>
    <li>All grades do not need to be entered at the same time.  Enter the grades you have, and click Save.  You can return to the grade roster to continue entering grades at your convenience.</li>
    <li>You can not approve, ie. Submit, grades until all students have been assigned a grade.</li>
    <li>Grading can occur from any computer that has an internet connection.</li>
    <li>DO NOT HIT THE BACK BUTTON.  Use the internal navigation on the screen to return to the previous page.  Hint:  most navigation is located at the bottom of the screen.</li>
    <li>Only listed instructors for a class can enter grades for the class.  If you are unable to enter grades before the end of the grading period, contact the registrar's office for guidance.</li>
    <li>SAVE, SAVE, SAVE!</li>
    <li>After completing your grade roster, and changing the status to approved, you must save your changes to submit your grade roster.</li>
    <li>If you have changes to make to a student's grades after the end of the grading period, you must submit a change of grade form.  This process has not changed.</li>
    </ul></li></ul>
    <p>~</p>
    </td></tr></tbody></table>
    <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%3D31195267&amp;q=0&amp;v=1&amp;s=faq&amp;l=grade+roster+sa+instructor+faculty+teaching+schedule+registrar" 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%3D31195267" 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%3D31195267" 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%3D31195267&amp;q=0&amp;v=0&amp;s=faq&amp;l=grade+roster+sa+instructor+faculty+teaching+schedule+registrar" 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=31195267" rel="nofollow external" class="bo">View Online</a>
                  ·
           <a href="https://wiki.umbc.edu/pages/diffpagesbyversion.action?pageId=31195267&amp;revisedVersion=6&amp;originalVersion=5" rel="nofollow external" class="bo">View Changes Online</a>       
                      </div>
    </div></div>
]]>
</Body>
<Summary>Page             edited by                     Anna Sniadach                                  Tell Me   Log into myUMBC, click on Topics and select the Faculty Center.  From the Faculty Center of...</Summary>
<Website>https://wiki.umbc.edu/pages/viewpage.action?pageId=31195267</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25677/guest@my.umbc.edu/f17a20b667289382eefad045964caab0/api/pixel</TrackingUrl>
<Tag>faculty</Tag>
<Tag>faq</Tag>
<Tag>grade</Tag>
<Tag>instructor</Tag>
<Tag>registrar</Tag>
<Tag>roster</Tag>
<Tag>sa</Tag>
<Tag>schedule</Tag>
<Tag>teaching</Tag>
<Group token="retired-428">UMBC FAQ</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-428</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/images/avatars/group/1/xsmall.png?1782487666</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/images/avatars/group/1/original.png?1782487666</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xxlarge.png?1782487666</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/images/avatars/group/1/xlarge.png?1782487666</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/images/avatars/group/1/large.png?1782487666</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/images/avatars/group/1/medium.png?1782487666</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/images/avatars/group/1/small.png?1782487666</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/images/avatars/group/1/xsmall.png?1782487666</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/images/avatars/group/1/xxsmall.png?1782487666</AvatarUrl>
<Sponsor>UMBC FAQ</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 12 Mar 2013 10:30:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="25760" important="false" status="posted" url="https://my3.my.umbc.edu/posts/25760">
<Title>Call for Review: PROV Family of Documents Published as Proposed Recommendations</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>The <a href="http://www.w3.org/2011/prov/" rel="nofollow external" class="bo">Provenance Working Group</a> has published four Proposed Recommendation Documents along with corresponding supporting notes. You can find a complete list at the <a href="http://www.w3.org/TR/2013/WD-prov-overview-20130312/" rel="nofollow external" class="bo">PROV Overview draft</a>. These documents provide a framework for interchanging provenance on the Web. PROV enables one to represent and interchange provenance information using widely available formats such as RDF and XML. In addition, it provides definitions for accessing provenance information, validating it, and mapping to Dublin Core. Comments are welcome through 9 April 2013. Learn more about the <a href="http://www.w3.org/standards/semanticweb/" rel="nofollow external" class="bo">Semantic Web</a>.</p></div>
]]>
</Body>
<Summary>The Provenance Working Group has published four Proposed Recommendation Documents along with corresponding supporting notes. You can find a complete list at the PROV Overview draft. These...</Summary>
<Website>http://www.w3.org/News/2013.html#entry-9760</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/25760/guest@my.umbc.edu/c1d1a731379ac611988a1c0348380b8a/api/pixel</TrackingUrl>
<Tag>home-page-stories</Tag>
<Tag>html</Tag>
<Tag>publication</Tag>
<Tag>semantic-web</Tag>
<Tag>w3</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>Tue, 12 Mar 2013 10:27:06 -0400</PostedAt>
</NewsItem>

</News>
