<?xml version="1.0"?>
<News hasArchived="true" page="8992" pageCount="10793" pageSize="10" timestamp="Fri, 04 Sep 2026 17:00:48 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8992&amp;range=30">
<NewsItem contentIssues="true" id="26836" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26836">
<Title>Making Your Site Responsive: Mastering Real-World Constraints (A Case Study)</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <table width="650">
    <tbody>
    <tr>
    <td>
    <div>
    <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="" style="max-width: 100%; height: auto;"><br><a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=1" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=1" alt="" style="max-width: 100%; height: auto;"></a> <a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=2" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=2" alt="" style="max-width: 100%; height: auto;"></a> <a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=3" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=3" alt="" style="max-width: 100%; height: auto;"></a>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    <p>As UI designers, we’re always interested in learning, reading user research, understanding best practices and keeping up to date on all the latest approaches and tactics for building websites and applications.</p>
    <p>One of the most exciting concepts we’ve started to apply to our thinking is the <strong>mobile-first approach</strong>, famously pioneered by designer Luke Wroblewski on <a href="http://www.lukew.com/ff/entry.asp?933" rel="nofollow external" class="bo">his blog</a> and then in his subsequent book. Generally, this approach provides a healthy way to gain focus, cut the fat and get to the heart of what’s important — for both content and interaction.</p>
    <p>But what happens if you have an existing site or app that was built for desktop without a responsive or mobile strategy in mind? And more specifically, what if you, like us, don’t have the resources, time, or budget to start over from scratch in the near term? Despite being a design shop, we at <a href="http://www.freshtilledsoil.com/" rel="nofollow external" class="bo">Fresh Tilled Soil</a> found ourselves in this very position. This is how we addressed it.</p>
    <h3>The Challenge</h3>
    <p>As a Web and mobile app UI design firm, we couldn’t very well ignore the problem for much longer and let prospective clients pinch, zoom, and squint on their phones to assess whether we were the right agency for them — particularly when we offer mobile Web and native app design services!</p>
    <p>So what to do?  A design firm offering mobile and responsive design solutions should certainly practice what it preaches – especially with the data showing an increasing number of visitors accessing our site from their smartphones. Because we wanted to <strong>share the same information regardless of device type</strong> and maintain a single codebase, a responsive approach was the best solution.</p>
    <p>Though our resources were limited, we were fortunate enough to have several team members with a limited window of upcoming availability. We quickly assembled a small team with the goal of rapidly making our entire website truly responsive (though keeping a particular eye on our iPhone and Android users). Based on our analytics reports, these devices were by far the most popular among viewers of our site.</p>
    <p>Our research showed us that 51% of mobile visits were on iPhones, 40% were on iPads and the remaining 9% was broken up between various Android smartphones and tablets. However, we felt that a truly responsive solution where each of our layouts was fluid made for a better solution than just targeting specific devices.</p>
    <h3>How To Begin</h3>
    <ul>
    <li>
    <strong>Identify Key Layouts to Address</strong><br>
    As a group, we discussed what mattered most from a prospective client’s point of view, then identified which layouts would need custom design and which could be handled directly in the code.</li>
    <li>
    <strong>Focus On Screen Size Beyond Just Specific Devices</strong><br>
    Once the custom layouts were designed and coded, we identified organic breakpoints between mobile and desktop for further refinement.</li>
    <li>
    <strong>Account For New Device Capabilities</strong><br>
    We updated graphics to support the higher resolution associated with retina displays.</li>
    <li>
    <strong>Design and Code in Parallel</strong><br>
    While the designers got to work on the custom layouts, developers began adapting the website to small screens, converting fixed widths to percentage-based. A designer and developer then worked side-by-side to further refine the typography, navigation and layouts in code, making improvements in real time.</li>
    </ul>
    <h3>Our Process In Action</h3>
    <h4>1. Streamline the Navigation</h4>
    <p>Consider the limited real estate of a mobile screen and examine ways to simplify layouts.</p>
    <p>In designing for the mobile experience, the first decision we made was to simplify the navigation to a series of icons that represented each of the sections. We removed the large background image of our handsome CEO, Richard Banfield, and focused on making it easy to see the positioning statement and start any of the videos.</p>
    <h4>2. Identify Device-specific Use Cases</h4>
    <p>Think about what visitors want most from your mobile website and consider how to make it easy for them to access.</p>
    <p>We thought it was important for clients who were visiting us for the first time to be able to easily contact us or access a map to our location. By envisioning this from the user’s perspective, we decided this content was important enough to be in a prominent location on mobile devices. Simply showing this section when the device screen width implied a mobile resolution and setting it to not display on larger screens was enough to do the trick.</p>
    <p><a href="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-1.png" rel="nofollow external" class="bo"><img alt="Contact information and directions were made more prominent in the layout on small screens, to assist clients who are visiting for the first time." src="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-1.png" width="500" height="326" style="max-width: 100%; height: auto;"></a><br><em>Contact information and directions were made more prominent in the layout for small screens, to assist clients who are visiting for the first time.</em></p>
    <h4>3. Simplify Existing Functionality</h4>
    <p>Make sure your interactions work smoothly on smaller screens and retain their context.</p>
    <p>The portfolio section was simplified on smaller devices to only showcase six projects, and the portfolio detail images now appear above the thumbnails rather than over them to keep the context of the portfolio section.</p>
    <p><a href="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-2.png" rel="nofollow external" class="bo"><img alt="Interactions were simplified to make sure they work smoothly on smaller screens." src="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-2.png" width="500" height="326" style="max-width: 100%; height: auto;"></a><br><em>Interactions were simplified to make sure they would work smoothly on smaller screens.</em></p>
    <h4>4. Rethink Potentially Awkward Interactions</h4>
    <p>If something requires a custom design approach, invest the time to truly optimize it.</p>
    <p>Some UI choices that make great sense on a desktop simply fall flat on a mobile screen. On the desktop version of our website, the team bios slide into view above a grid of team members, with each person’s details appearing to the left of a larger head shot. Knowing that these biography layouts would probably have to anchor and jump much higher than the grid and would then require quite a bit of scrolling to read the bio, we came up with an altered design treatment that resembles a modal overlay.</p>
    <p><a href="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-3.png" rel="nofollow external" class="bo"><img alt="UI approaches that didn't work well on small screens were given a different design treatment." src="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-3.png" width="500" height="326" style="max-width: 100%; height: auto;"></a><br><em>UI approaches that didn’t work well on small screens were given a different design treatment.</em></p>
    <p>It was important to identify that the team section would need custom design early in the process so we could get started designing, testing and iterating. We used a <code>div</code> that slides up from the bottom of the page, covering about 90% of it. The bios were then shortened in length so that each bio could be presented without scrolling in both the portrait and landscape orientations on our target devices.</p>
    <h4>5. Use Tried-and-true Responsive Patterns</h4>
    <p>Not every layout needs to be re-designed for a smaller screen. Sometimes making columns stack and letting their widths fit the screen is the optimal treatment.</p>
    <p>On our website, not all sections required custom treatments for smaller screens. Below the team area, the “Habitat” (article, workshops and events) section implements a more straightforward responsive approach in which the two-column layout simply stacks vertically. The detail pages for each of those items also use a similar stacking approach, and we made sure the option to register for a workshop was in a prominent location.</p>
    <h4>6. Removing Unnecessary Elements</h4>
    <p>Always consider simplifying. If something on your desktop website doesn’t apply to a mobile context, then maybe you can remove it. If you find it’s an improvement, then consider ways to simplify the desktop layout as well.</p>
    <p>Toward the bottom of the page, our contact section was greatly simplified to only include a mobile-friendly contact form for prospective clients to get in touch. Since we already feature the “call us” and “directions” buttons at the top of the website, we were able to remove the address and map from this section.</p>
    <p><a href="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-4.png" rel="nofollow external" class="bo"><img alt="The contact section was simplified to remove duplicate elements." src="http://media.smashingmagazine.com/wp-content/uploads/2013/01/Article-Image-4.png" width="500" height="326" style="max-width: 100%; height: auto;"></a><br><em>The contact section was simplified to remove duplicate elements.</em></p>
    <h3>Lessons Learned</h3>
    <ul>
    <li>
    <strong>Make informed decisions.</strong><br>
    By making the website structure fluid, by testing and by identifying which sections could be reordered or re-structured to optimize for mobile, our small internal team was able to get started immediately and move quickly.</li>
    <li>
    <strong>Teamwork is key.</strong><br>
    Everyone was able to present their case for what to add, remove or change, as long as it came from a place of putting the user’s goals first.</li>
    <li>
    <strong>Don’t over-formalize the process</strong>. As with many design projects, quick sketches and white-boarding sessions, followed by small changes to design comps and actual code, brought the bigger picture into focus without us getting too carried away with an overly formal process.</li>
    <li>
    <strong>Understand what devices your audience is using, but take a fully responsive approach.</strong><br>
    Lead Designer Alex Sylvia says, “We were conscious to test on the devices our clients were using, but we also wanted the design to react organically. The only way to discover that was to interact with the site at various sizes.” By using this approach while also testing on devices we knew our audience was using based on analytics, we got the best of both worlds.</li>
    <li>
    <strong>Use the best technology for the job.</strong><br>
    One of our senior UI designers, Alec Harrison, quickly spun out design comps for the team member treatment, using LiveView to immediately showcase the comps on his iPhone. This provided the right context for improving the design.</li>
    <li>
    <strong>Collaboration is key.</strong><br>
    Rather than designing independently, collaborating with a developer to make design decisions directly in code helped us reach an organic solution. Our lead developer, Sarah Canieso, had this to say about the process: “This project reiterated for me that responsive projects are very much a collaboration of design and code. It was a balance between the visual — where the design changed at different breakpoints — and maintaining functionality that would provide a good user experience across devices.”</li>
    </ul>
    <h3>The Impact</h3>
    <p>Since launching the responsive version of our website, we’ve noticed the following improvements in mobile user behavior:</p>
    <ul>
    <li>A 17% reduction in our bounce rate.</li>
    <li>An increase of time spent on our website — up to 3 minutes from just 40 seconds.</li>
    </ul>
    <p>Additionally, we’ve received several compliments from prospective clients who have accessed our website for the first time using their phone.</p>
    <p>While a mobile-first approach gets to the heart of simplifying a site or interface for all resolutions, large and small, that just is not always possible. In a crunch, we feel the process we undertook helped greatly improve our site on smaller devices. And in the process, it made us even more knowledgeable about  supporting various devices with a single codebase.</p>
    <p><em>(cp) (ea)</em></p>
    <hr>
    <p><small>© Alex Fedorov for <a href="http://www.smashingmagazine.com" rel="nofollow external" class="bo">Smashing Magazine</a>, 2013.</small></p>
    </div>
]]>
</Body>
<Summary>        As UI designers, we’re always interested in learning, reading user research, understanding best practices and keeping up to date on all the latest approaches and tactics for building...</Summary>
<Website>http://www.smashingmagazine.com/2013/03/28/mastering-real-world-constraints-a-case-study/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26836/guest@my.umbc.edu/1d6095c1c484fcb5d1124e877e541405/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>ux-design</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>Thu, 28 Mar 2013 07:54:29 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26835" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26835">
<Title>Budget 2013 round-up for freelancers</Title>
<Body>
<![CDATA[
    <div class="html-content">Jon Norris explains the implications of this year's budget for freelancers<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=Budget+2013+round-up+for+freelancers&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Fbudget-2013-round-freelancers" 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=Budget+2013+round-up+for+freelancers&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Fbudget-2013-round-freelancers" 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/161990727171/u/49/f/502346/c/32632/s/2a16c8dc/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/161990727171/u/49/f/502346/c/32632/s/2a16c8dc/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Jon Norris explains the implications of this year's budget for freelancers</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/P9JzXPMS4kc/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26835/guest@my.umbc.edu/2276db1cae29832d2181d0cd833b1ede/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>Thu, 28 Mar 2013 06:59:10 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26834" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26834">
<Title>Forget Facebook&#8217;s Social Graph: LinkedIn Has a New Search Tool Too</Title>
<Body>
<![CDATA[
    <div class="html-content">With LinkedIn’s search update, people may be taking a closer look at your profile. Here are five tips for making sure you remain front and center on the professional network.</div>
]]>
</Body>
<Summary>With LinkedIn’s search update, people may be taking a closer look at your profile. Here are five tips for making sure you remain front and center on the professional network.</Summary>
<Website>http://feedproxy.google.com/~r/YoungentrepreneurcomBlog/~3/LXHHpTdnCng/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26834/guest@my.umbc.edu/4952fc3a446515cb6cf3687de8e15958/api/pixel</TrackingUrl>
<Tag>linkedin</Tag>
<Tag>marketing</Tag>
<Tag>marketing-strategies</Tag>
<Tag>networking</Tag>
<Tag>social-media</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>Thu, 28 Mar 2013 06:00:12 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="26866" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26866">
<Title>PHP 5.5 beta2 released</Title>
<Body>
<![CDATA[
    <div class="html-content">The PHP development team announces the release of the second beta of PHP 5.5.0.
            This release fixes some bugs from beta one that could prevent the release from compiling.
         
    
         THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!
    
         
          PHP 5.5.0beta2 is shipped with some bug fixes. Here is an incomplete list:
         
         
            Fixed a memoryleak when using the same variablename 2times in
            function declaration.
            Fixed a compilation fail with error: conflicting types for 'zendparse'
            Fixed Debug backtrace changed behavior since 5.4.10 or 5.4.11
         
    
         You can read the full list of changes in the
          NEWS file contained
          in the release archive.
         
    
         
          For source downloads of PHP 5.5.0beta2 please visit
          the download page, Windows binaries
          can be found on windows.php.net/qa/.
         
    
         
          Our next beta is expected for April 11th.
         
    
         
            Thank you for supporting PHP.</div>
]]>
</Body>
<Summary>The PHP development team announces the release of the second beta of PHP 5.5.0.         This release fixes some bugs from beta one that could prevent the release from compiling.             THIS...</Summary>
<Website>http://php.net/index.php#id2013-03-28-1</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26866/guest@my.umbc.edu/e355e097c1e8b100a5d4f6a0f05d1219/api/pixel</TrackingUrl>
<Tag>design</Tag>
<Tag>develop</Tag>
<Tag>frontpage</Tag>
<Tag>learn</Tag>
<Tag>mysql</Tag>
<Tag>news</Tag>
<Tag>php</Tag>
<Tag>releases</Tag>
<Tag>sql</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 28 Mar 2013 04:55:45 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="26888" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26888">
<Title>Hussein Finishes 17th in 200 IM with New School Record Time</Title>
<Body>
<![CDATA[
    <div class="html-content">INDIANAPOLIS � UMBC junior Mohamed Hussein finished 17th in the prelims for the 200 IM, just missing out on tonight's consolation finals, with a new school record time of 1:44.44, Thursday afternoon at the NCAA Championships at IU Natatorium.</div>
]]>
</Body>
<Summary>INDIANAPOLIS � UMBC junior Mohamed Hussein finished 17th in the prelims for the 200 IM, just missing out on tonight's consolation finals, with a new school record time of 1:44.44, Thursday...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=7835</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26888/guest@my.umbc.edu/d73200b1108cf7c93bf1bc922bc52498/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>Thu, 28 Mar 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="26874" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26874">
<Title>Men's Lacrosse Opens Tenth America East Season at Hartford on Saturday Afternoon</Title>
<Body>
<![CDATA[
    <div class="html-content">The UMBC men's lacrosse team (3-5) opens its tenth season of America East Conference play on Sat., March 30 when they travel to West Hartford, Conn. to take on the Hartford Hawks (3-4). The Retrievers are seeking to earn their tenth berth in the postseason America East Tournament and their fourth league title. The contest vs. the Hawks faces off at 2:00 p.m. and will be broadcast on Q1370/<a href="http://www.q1370.com">www.q1370.com</a> with Steve Levy on the call. UMBC is 6-3 in previous America East Conference openers.</div>
]]>
</Body>
<Summary>The UMBC men's lacrosse team (3-5) opens its tenth season of America East Conference play on Sat., March 30 when they travel to West Hartford, Conn. to take on the Hartford Hawks (3-4). The...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=7833</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26874/guest@my.umbc.edu/56ec1f9b7988dfa9728b352bc0e883e0/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>Thu, 28 Mar 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="26878" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26878">
<Title>Retrievers Head to Long Island for Three-Game Series against Stony Brook Beginning Friday</Title>
<Body>
<![CDATA[
    <div class="html-content">BALTIMORE � Coming off of a mid-week non-conference win at George Washington on Wednesday, the UMBC baseball team returns to America East action with a three-game set at Stony Brook beginning on Friday.  The Retrievers and Seawolves will face-off at Joe Nathan Field once on Friday with a 3:00 p.m. start and will then play two for a Saturday doubleheader with a 12:00 p.m. first pitch.</div>
]]>
</Body>
<Summary>BALTIMORE � Coming off of a mid-week non-conference win at George Washington on Wednesday, the UMBC baseball team returns to America East action with a three-game set at Stony Brook beginning on...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=7834</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26878/guest@my.umbc.edu/f27bb4fc3e2945be463099944e300221/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>Thu, 28 Mar 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26832" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26832">
<Title>Rainbows Turn Red</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://usdemocrazy.net/wp-content/uploads/2013/03/253674_633698259992964_240882484_n.jpg" rel="nofollow external" class="bo"><img alt="" src="http://usdemocrazy.net/wp-content/uploads/2013/03/253674_633698259992964_240882484_n-300x201.jpg" width="300" height="201" style="max-width: 100%; height: auto;"></a></p>
    <p>Seeing red? You bet. This week, the Supreme Court is hearing <a href="http://www.boston.com/metrodesk/2013/03/26/supreme-court-set-hear-historic-same-sex-marriage-cases-today/xkbohCRCIXVUHaUo93pyEO/story.html" rel="nofollow external" class="bo">two cases on same-sex marriage:</a> checking the constitutionality of both the Defense of Marriage Act and Proposition 8.</p>
    <p>Proposition 8 is California’s ban on same-sex marriage, and DOMA “<a href="http://www.cnn.com/2013/03/27/politics/same-sex-marriage-court/index.html?hpt=hp_t1" rel="nofollow external" class="bo"> denies legally married same-sex couples the same benefits</a> provided to heterosexual spouses.”</p>
    <p>And thanks to social media mogul George Takei, millions have changed their profile picture to a red version of the well-known Human Rights Campaign icon.</p>
    <p>On Tuesday, <a href="https://www.facebook.com/georgehtakei?fref=ts" rel="nofollow external" class="bo">Takei posted on his Facebook page</a>:</p>
    <blockquote>
    <p>For those friends wondering, this special ‘red’ equality symbol signifies that marriage equality really is all about love. Thanks to the Human Rights Campaign for this effort. Please consider changing your profile today in support — esp if you are a straight ally.</p>
    </blockquote>
    <p>Still, some argue that the profile picture is not actually doing anything for the cause. Twitter blew up as “accomplish profile picture” <a href="https://twitter.com/search/realtime?q=accomplish%20profile%20picture&amp;src=typd" rel="nofollow external" class="bo">trended on feeds.</a> Not that the icon was accomplishing something, but that it wasn’t accomplishing anything. </p>
    <p>Yet others acknowledge the true accomplishment of the trend. The idea was to rally behind a cause, not to send a message to the Supreme Court. <a href="http://www.salon.com/2013/03/27/in_support_of_facebooks_sea_of_red_for_equality/" rel="nofollow external" class="bo">As one journalist puts it, </a></p>
    <blockquote>
    <p>Ultimately, we all know that Antonin Scalia gives zero craps what your avatar is. It’s a statement of love and support to the people who matter most—the ones you call your friends. And it’s a sweet, simple, powerful way of showing that when you take the faces off Facebook, you’re left with a lot of big, open hearts.</p>
    </blockquote>
    <p>Is the red HRC symbol be a short-lived fad or a nation’s proclamation of love? What do you think?</p>
    </div>
]]>
</Body>
<Summary>Seeing red? You bet. This week, the Supreme Court is hearing two cases on same-sex marriage: checking the constitutionality of both the Defense of Marriage Act and Proposition 8.   Proposition 8...</Summary>
<Website>http://usdemocrazy.net/rainbows-turn-red/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26832/guest@my.umbc.edu/9548de1b389eccff23f8337def560e87/api/pixel</TrackingUrl>
<Tag>democracy</Tag>
<Tag>doma</Tag>
<Tag>equality</Tag>
<Tag>facebook</Tag>
<Tag>gay-marriage</Tag>
<Tag>irc</Tag>
<Tag>news</Tag>
<Tag>politics</Tag>
<Tag>same-sex-marriage</Tag>
<Tag>social-media</Tag>
<Tag>supreme-court</Tag>
<Tag>trends</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>7</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 28 Mar 2013 00:53:41 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26833" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26833">
<Title>Droning On</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://usdemocrazy.net/wp-content/uploads/2013/03/Kal-econ-cartoon-1-10-13web.jpg" rel="nofollow external" class="bo"><img alt="" src="http://usdemocrazy.net/wp-content/uploads/2013/03/Kal-econ-cartoon-1-10-13web.jpg" width="600" height="392" style="max-width: 100%; height: auto;"></a></p>
    <p>Since 2004, the United States has killed an estimated 3,105 people in Pakistan.</p>
    <p>A chief reason why:  the new employment of unmanned drones as aerial killers.</p>
    <p>Arguably, the United States’ drones program began receiving heat after the ‘<a href="http://www.nytimes.com/2012/05/29/world/obamas-leadership-in-war-on-al-qaeda.html?pagewanted=all" rel="nofollow external" class="bo">Obama’s Secret Kill List</a>‘ New York Times Article. </p>
    <p>The confirmation of John Brennan as the Director of the Central Intelligence Agency brought further controversy.</p>
    <p>Senator Rand Paul’s <a href="http://israndpaulstilltalking.com/" rel="nofollow external" class="bo">filibuster</a> (which lasted 12 hours and 54 minutes) of Brennan’s confirmation called for assurance that the White House would not use drone strikes against noncombatant American citizens suspected of terrorism on American soil.  A <a href="http://www.gallup.com/poll/161474/support-drone-attacks-terrorists-abroad.aspx" rel="nofollow external" class="bo">Gallup Poll</a> showed huge support for this stance from the American people.  </p>
    <p>Why are drones such a big deal?  As with most issues of foreign policy, it may feel far-removed oo many, breeding confusion and disinterest.  </p>
    <p>To make United States drone attacks more concrete, Simon Rogers of the Guardian created a useful interactive, entitled “<a href="http://www.guardian.co.uk/news/datablog/interactive/2013/mar/25/drone-attacks-pakistan-visualised" rel="nofollow external" class="bo">Drone war: every attack in Pakistan visualized.</a>”  </p>
    <p>The interactive displays child, civilian, other (alleged combatants), and high profile kills from US and coalition forces.</p>
    <p>Does the means justify the end?  </p>
    <p> </p>
    </div>
]]>
</Body>
<Summary>Since 2004, the United States has killed an estimated 3,105 people in Pakistan.   A chief reason why:  the new employment of unmanned drones as aerial killers.   Arguably, the United States’...</Summary>
<Website>http://usdemocrazy.net/droning-on/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26833/guest@my.umbc.edu/5f9bf1fa650376609a3130dc2d0dafa2/api/pixel</TrackingUrl>
<Tag>democracy</Tag>
<Tag>drones</Tag>
<Tag>irc</Tag>
<Tag>news</Tag>
<Tag>pakistan</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>9</PawCount>
<CommentCount>1</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 28 Mar 2013 00:52:25 -0400</PostedAt>
<EditAt>Thu, 28 Mar 2013 00:54:25 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="26830" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26830">
<Title>Echo Announces the Release of Their all new JavaScript SDK</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>Designed to help developers create social apps for all media types, TV, music, news, and more, Echo has released its Echo JS SDK.</p></div>
]]>
</Body>
<Summary>Designed to help developers create social apps for all media types, TV, music, news, and more, Echo has released its Echo JS SDK.</Summary>
<Website>http://www.htmlgoodies.com/daily_news/echo-announces-the-release-of-their-all-new-javascript-sdk.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26830/guest@my.umbc.edu/b792c555e7993effadbb8f8816e4bf36/api/pixel</TrackingUrl>
<Tag>html</Tag>
<Tag>htmlgoodies</Tag>
<Tag>learning</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, 27 Mar 2013 22:36:00 -0400</PostedAt>
</NewsItem>

</News>
