<?xml version="1.0"?>
<News hasArchived="true" page="8611" pageCount="10794" pageSize="10" timestamp="Tue, 08 Sep 2026 02:51:17 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8611&amp;range=2">
<NewsItem contentIssues="true" id="32360" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32360">
<Title>Retinize It: Free Photoshop Action For Slicing Graphics For HD Screens</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>High-definition (or “Retina”) displays have spread wider and wider, and evidently their numbers will keep growing. So, as creators of products that will be consumed on Retina devices, we have to optimize our design and development workflow accordingly.</p>
    <p>Slicing graphics from finished designs to use for development is one of the less enjoyable parts of building a website or app. And it takes a long time. Because slicing is a monotonous and straightforward task, using the right tool and workflow <strong>can save you hours or even days of work</strong>.</p>
    <p><a href="http://media.smashingmagazine.com/wp-content/uploads/2013/07/retinize-it-action_mini.png" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2013/07/retinize-it-action_mini.png" alt="retinize-it-action" width="500" height="354" style="max-width: 100%; height: auto;"></a></p>
    <p>Preparing graphics for development mostly entails saving user-interface elements from the final mockups, with transparent backgrounds. And to support Retina displays, we also need to create double-sized versions of elements.</p>
    <p>Upon failing to find a tool that fits my design team’s workflow, <strong>I created a set of two time-saving Photoshop actions</strong> for slicing graphics for Retina and standard displays. The great feedback from my team inspired me to share it with other designers. The tool has gotten good buzz in the Web design and front-end development community, so today I’m happy to introduce <a href="http://retinize.it" rel="nofollow external" class="bo">Retinize It</a> on Smashing Magazine.</p>
    <p><a href="http://retinize.it/" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2013/07/retinize-it-website_mini.jpg" alt="Retinize It website" width="500" height="482" style="max-width: 100%; height: auto;"></a><br>
    <em>Retinize It uses Photoshop actions and <a href="http://retinajs.com" rel="nofollow external" class="bo">retina.js</a> to optimize for Retina displays.</em></p>
    <h3>How It Works</h3>
    <p>Select one layer, several layers or a group of layers, and run the action. Once you’ve activated it, you just need to name the files and set the directory to save them to.</p>
    <p><a href="http://media.smashingmagazine.com/wp-content/uploads/2013/07/steps1_mini.jpg" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2013/07/steps2_mini.jpg" alt="Retinize It" width="500" height="556" style="max-width: 100%; height: auto;"></a></p>
    <p>In the background, Retinize It copies the selected layers to a new file, makes the background transparent and trims the space around the element. Once that’s done, the action asks what you want to name the file, saves it, scales the original element by 200%, and saves that as a separate file. After this process, you’ll be returned to the original file.</p>
    <h4>How Much Of The Slicing Process The Action Saves</h4>
    <p>Almost all of it. The only thing you have to do is choose the directory and name the files. Remember to add a high-resolution modifier, <code>@2x</code>, for the Retina versions of the files. This convention was <a href="http://developer.apple.com/library/ios/#documentation/2DDrawing/Conceptual/DrawingPrintingiOS/SupportingHiResScreensInViews/SupportingHiResScreensInViews.html#//apple_ref/doc/uid/TP40010156-CH15-SW1" rel="nofollow external" class="bo">established</a> in Apple’s iOS Developer Library.</p>
    <p>If you’re building an iOS application, then you’ll need to provide a background and splash screen in three resolutions: standard (320 × 480 pixels), Retina (640 × 960 pixels) and iPhone 5 (1136 × 640 pixels). The naming convention for the standard and Retina versions is straightforward. For images for the iPhone 5’s screen resolution, Apple recommends adding a <code>-568h@2x</code> suffix, although Apple doesn’t require it.</p>
    <p>Apparently, this happens because Xcode does not automatically associate <code>-568h@2x</code> images with the iPhone 5’s resolution; developers may set the suffix manually for this kind of file. I’ve worked with an iOS developer who has asked Apple to add a <code>@5x</code> suffix. So, the best way to determine the naming convention for iPhone 5 images in future is to ask your developer. In other cases, use the <code>-568h@2x</code> suffix.</p>
    <p>The techniques presented in the article “<a href="http://coding.smashingmagazine.com/2012/08/20/towards-retina-web/" rel="nofollow external" class="bo">Towards A Retina Web</a>” bring the <code>@2x</code> convention from mobile apps to the Web, helping us to optimize websites for Retina displays very quickly.</p>
    <h4>Why Scale by 200% and Not 50%?</h4>
    <p>Retinize It is <strong>good for those who start designing at non-Retina sizes</strong>, which is a better practice for two reasons. First, the non-Retina version of an image will look much closer to the final product, giving you more accurate feedback on how the design will actually look.</p>
    <p>Secondly, an element with an odd size value that is scaled by 50% will end up with a x.5 pixel value, making the element blurry. Bjango explains this issue in his article “<a href="http://bjango.com/articles/designingforretina2/" rel="nofollow external" class="bo">Designing for Retina Display</a>,” as does Niklaus Gerber in his article “<a href="http://niklausgerber.com/blog/designing-for-iphone4/" rel="nofollow external" class="bo">Designing for the iPhone 4</a>.”</p>
    <h4>What Kind of Layers Will This Work With?</h4>
    <p>The non-Retina action in this pack will work with any kind of layer. If you’re using the Retina version, then you should work with shapes and smart objects, so that the 200%-scaled file will not look pixelated.</p>
    <p>Also, if your layer has an inner or drop shadow, then uncheck “Use Global Light”; otherwise, those effects in the sliced version of the layer will inherit Photoshop’s default angle.</p>
    <h3>What Does The Set Include?</h3>
    <p>The set includes two Photoshop actions:</p>
    <ul>
    <li>
    <strong>Slice It</strong><br>
    This action slices a 100%-sized version of an element.</li>
    <li>
    <strong>Retinize It</strong><br>
    This action saves a 100%-sized version and a 200%-scaled version.</li>
    </ul>
    <h3>What Makes It Special?</h3>
    <ul>
    <li>It’s free to use.</li>
    <li>Install in one click.</li>
    <li>You don’t need to change the layer structure in PSD files.</li>
    <li>You don’t need to name layers.</li>
    <li>It’s optimized for Retina displays.</li>
    <li>Run in one click, no setup needed.</li>
    <li>Windows and Mac support.</li>
    </ul>
    <h3>Download And Documentation</h3>
    <ul>
    <li>
    <a href="http://retinize.it" rel="nofollow external" class="bo">Retinize It</a> website includes FAQ and additional information.</li>
    <li>
    <a href="http://retinize.it/RetinizeIt.atn.zip" rel="nofollow external" class="bo">Download</a> (ZIP, 4 KB)</li>
    </ul>
    <h3>Additional Tools</h3>
    <h4>PNG EXPRESS (MAC &amp; Windows, $29)</h4>
    <p><a href="http://www.pngexpress.com" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2013/07/png-express_mini.jpg" alt="png-express" width="500" height="301" style="max-width: 100%; height: auto;"></a><br>
    <em>A specification created by PNG Express</em></p>
    <p>If you will be having limited interaction with the developer who will be coding your design and you’re not sure it will be pixel-perfect, <a href="http://www.pngexpress.com" rel="nofollow external" class="bo">PNG Express</a> can be a great time-saver. It helps you to create specifications with instructions on element positions, margins, fonts and font sizes.</p>
    <p>PNG Express also has an option for slicing images including Retina support.</p>
    <h4>ImageOptim (Mac Only, Free)</h4>
    <p><a href="http://imageoptim.com" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2013/07/imageoptim_mini.jpg" alt="imageoptim" width="652" height="426" style="max-width: 100%; height: auto;"></a></p>
    <p><a href="http://imageoptim.com" rel="nofollow external" class="bo">ImageOptim</a> reduces image sizes while maintaining quality. The tool removes internal data embedded by graphics editors, such as comments and color profiles. I recommend adding an images folder from your website to this app before compiling and going live. ImageOptim will reduce around 30% of an image’s size on average.</p>
    <h4>Slicy (Mac Only, $29)</h4>
    <p><a href="http://macrabbit.com/slicy/" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2013/07/slicy_mini.jpg" alt="slicy_mini" width="500" height="300" style="max-width: 100%; height: auto;"></a></p>
    <p><a href="http://macrabbit.com/slicy/" rel="nofollow external" class="bo">Slicy</a> is great-designed tool most designers and developers are using for slicing graphics for iOS apps. The tool exports graphics from PSDs automatically, but it requires to organize your layers in Photoshop and name them in certain way. In addition once you make changes in Photoshop, Slicy updates the slices automatically. The main reason I decided not to use Slicy is no ability for quick export for couple of elements from PSD without preparing it for Slicy.</p>
    <p><em>(al)</em></p>
    <hr>
    <p><small>© Artiom Dashinsky for <a href="http://www.smashingmagazine.com" rel="nofollow external" class="bo">Smashing Magazine</a>, 2013.</small></p>
    </div>
]]>
</Body>
<Summary>        High-definition (or “Retina”) displays have spread wider and wider, and evidently their numbers will keep growing. So, as creators of products that will be consumed on Retina devices, we...</Summary>
<Website>http://www.smashingmagazine.com/2013/07/09/retinize-it-photoshop-action-slicing-graphics-retina/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32360/guest@my.umbc.edu/d633cfdf11012eda6e39998e3e5e4fcd/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>developers-toolbox</Tag>
<Tag>development</Tag>
<Tag>freebies</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>photoshop</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, 09 Jul 2013 05:00:13 -0400</PostedAt>
<EditAt>Tue, 09 Jul 2013 05:00:13 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="32372" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32372">
<Title>Wray Adds Paul Keeling to UMBC Women's Soccer Staff</Title>
<Body>
<![CDATA[
    <div class="html-content">UMBC women's soccer head coach Leslie Wray has announced that Paul Keeling will be joining the Retrievers' staff for the 2013 season. Keeling, who has six years of coaching and three years of collegiate playing experience, will work most closely with the black and gold goalkeepers.</div>
]]>
</Body>
<Summary>UMBC women's soccer head coach Leslie Wray has announced that Paul Keeling will be joining the Retrievers' staff for the 2013 season. Keeling, who has six years of coaching and three years of...</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8058</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32372/guest@my.umbc.edu/2acc7fcc8676862bb2f0fd1986ed564e/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>Tue, 09 Jul 2013 01:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="32358" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32358">
<Title>Build Your Own Internet with Mobile Mesh Networking</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Software can let smartphones, Wi-Fi routers, and other hardware link up without centralized Internet service.</p>
    <p>After an earthquake crippled Haiti in 2010, killing and injuring hundreds of thousands and destroying the country’s communication networks, Paul Gardner-Stephen found himself thinking about all the cell phones that had instantly become useless. With cell towers out of commission across the country, they would be unable to operate. “If the software on the phones was right,” he says, “they would keep working for at least localized communication, handset to handset.”</p>
    </div>
]]>
</Body>
<Summary>Software can let smartphones, Wi-Fi routers, and other hardware link up without centralized Internet service.  After an earthquake crippled Haiti in 2010, killing and injuring hundreds of...</Summary>
<Website>http://www.technologyreview.com/news/516571/build-your-own-internet-with-mobile-mesh-networking/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32358/guest@my.umbc.edu/152487773819923f6a69481826b561f4/api/pixel</TrackingUrl>
<Tag>development</Tag>
<Tag>internet</Tag>
<Tag>mit</Tag>
<Tag>technology</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 09 Jul 2013 00:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="32359" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32359">
<Title>Surviving the Zombie Apocalypse with HTML5 and SVG: Text, Paths and Basic Animation</Title>
<Body>
<![CDATA[
    <div class="html-content"><p><span>Of all the features of HTML5, SVG has gotten precious little attention. Learn how it can create visually appealing pages, while possibly saving you from the impending zombie apocalypse.</span></p></div>
]]>
</Body>
<Summary>Of all the features of HTML5, SVG has gotten precious little attention. Learn how it can create visually appealing pages, while possibly saving you from the impending zombie apocalypse.</Summary>
<Website>http://www.htmlgoodies.com/HTML5/client/surviving-the-zombie-apocalypse-with-html5-and-svg-text-paths-and-basic-animationPart2.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32359/guest@my.umbc.edu/44cf25ee63218e9ea4a4c8496989cfe4/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>Mon, 08 Jul 2013 22:28:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32354" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32354">
<Title>UMBC Prof. Helen Burgess recognized for first truly digital dissertation in U.S.</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://www.csee.umbc.edu/wp-content/uploads/2013/07/5202299736_c28b9c9e42_o.jpg" rel="nofollow external" class="bo"><img alt="" height="308" src="//www.csee.umbc.edu/wp-content/uploads/2013/07/5202299736_c28b9c9e42_o.jpg" width="700" style="max-width: 100%; height: auto;"></a></p>
    <p>UMBC Professor <a href="http://www.helenburgess.com/" rel="nofollow external" class="bo">Helen J. Burgess</a> was recognized has for creating "the first truly digital dissertation in the United States" by the <a href="http://www.ndltd.org/" rel="nofollow external" class="bo">Networked Digital Library of Theses and Dissertations</a>. Dr. Burgess is an Associate Professor of English in the <a href="http://www.umbc.edu/english/prog_majors.html#com_tech" rel="nofollow external" class="bo">Communication and Technology</a> track and specializes in digital humanities.</p>
    <p>Her 2003 doctoral dissertation, Highways of the mind: the haunting of the superhighway from the World's Fair to the World Wide Web, was completed at West Virginia University.</p>
    <p>In addition to the recognition, Dr. Burgess received an <a href="http://www.ndltd.org/events_and_awards/awards/ndltd-etd-awards-2013-winners" rel="nofollow external" class="bo">Innovative ETD Award</a> from NDLTD for her work.</p>
    <blockquote>
    <p>“In Helen J. Burgess’ doctoral dissertation ‘Highways of the mind: the haunting of the superhighway from the World's Fair to the World Wide Web’ she produced the first truly digital dissertation in the United States which took full advantage of a Web-based format — incorporating an HTML and multimedia environment. Her dissertation consists of well-organized Web pages, persistence index links, photographs as well as video and audio clips linked throughout the document. This allows the reader to completely immerse into the digital environment and provide immediately accessible examples indicated in textual format. As a true testament to time and durability, Burgess’ ETD is still as functional today as the day it was posted online a decade ago. The bundle of dissertation files contain the Web page version as well as a "linear" book format version in PDF format, along with copies of all multimedia objects preserved in their original format, for preservation purposes.”</p>
    </blockquote>
    <p> </p>
    </div>
]]>
</Body>
<Summary>UMBC Professor Helen J. Burgess was recognized has for creating "the first truly digital dissertation in the United States" by the Networked Digital Library of Theses and Dissertations. Dr....</Summary>
<Website>http://www.csee.umbc.edu/2013/07/umbc-prof-helen-burgess-recognized-for-first-truly-digital-dissertation-in-u-s/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32354/guest@my.umbc.edu/a1a7130f42180aeb39973b40b1150852/api/pixel</TrackingUrl>
<Tag>humanities</Tag>
<Tag>news</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>31</PawCount>
<CommentCount>8</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 08 Jul 2013 22:03:14 -0400</PostedAt>
<EditAt>Mon, 08 Jul 2013 22:03:14 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="32355" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32355">
<Title>New Firefox OS Partnership with Mozilla Prompts Foxconn to go on a 3000 Developer Hiring Spree</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>Foxconn has announced the recruitment of 3,000 new software developers for their software center for Firefox OS apps.</p></div>
]]>
</Body>
<Summary>Foxconn has announced the recruitment of 3,000 new software developers for their software center for Firefox OS apps.</Summary>
<Website>http://www.htmlgoodies.com/daily_news/new-firefox-os-partnership-with-mozilla-prompts-foxconn-to-go-on-a-3000-developer-hiring-spree.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32355/guest@my.umbc.edu/2287c2006fd8ed7f815bfe759e8a8754/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>Mon, 08 Jul 2013 21:51:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32356" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32356">
<Title>Chief Leaves Barnes &amp; Noble After Losses on E-Readers</Title>
<Body>
<![CDATA[
    <div class="html-content">A new chief was named to lead the struggling Nook division, but the C.E.O.’s post will remain vacant for the time being.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F09%2Fbusiness%2Fbarnes-nobles-chief-executive-resigns.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chief+Leaves+Barnes+%26+Noble+After+Losses+on+E-Readers" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F09%2Fbusiness%2Fbarnes-nobles-chief-executive-resigns.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chief+Leaves+Barnes+%26+Noble+After+Losses+on+E-Readers" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F09%2Fbusiness%2Fbarnes-nobles-chief-executive-resigns.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chief+Leaves+Barnes+%26+Noble+After+Losses+on+E-Readers" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F09%2Fbusiness%2Fbarnes-nobles-chief-executive-resigns.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chief+Leaves+Barnes+%26+Noble+After+Losses+on+E-Readers" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F09%2Fbusiness%2Fbarnes-nobles-chief-executive-resigns.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chief+Leaves+Barnes+%26+Noble+After+Losses+on+E-Readers" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    </div>
]]>
</Body>
<Summary>A new chief was named to lead the struggling Nook division, but the C.E.O.’s post will remain vacant for the time being.     </Summary>
<Website>http://www.nytimes.com/2013/07/09/business/barnes-nobles-chief-executive-resigns.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32356/guest@my.umbc.edu/b556a2b46e098fbd6df371a448209a48/api/pixel</TrackingUrl>
<Tag>barnes-and-noble-inc-bks-nyse</Tag>
<Tag>barnes-and-noble-nook</Tag>
<Tag>e-books-and-readers</Tag>
<Tag>lynch-william-j-jr</Tag>
<Tag>new</Tag>
<Tag>suspensions-dismissals-and-resignations</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 08 Jul 2013 20:42:04 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="32351" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32351">
<Title>Customer Feature:Grow up, Branch Out</Title>
<Body>
<![CDATA[
    <div class="html-content">Does your organization need to locate servers in customer countries, update hardware, reduce operating costs, improve performance, and expand systems with the business? Read how organizations are using Oracle Database Appliance to meet regulations, consolidate systems, simplify operations, deliver Oracle engineered system performance, and scale up their systems with pay-as-you-grow licensing.</div>
]]>
</Body>
<Summary>Does your organization need to locate servers in customer countries, update hardware, reduce operating costs, improve performance, and expand systems with the business? Read how organizations are...</Summary>
<Website>http://www.oracle.com/technetwork/issue-archive/2013/13-jul/o43oda-1958790.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32351/guest@my.umbc.edu/c323d0a875a3a758a7f9dc036c6010f9/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>pl-sql</Tag>
<Tag>sql</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 08 Jul 2013 17:52:18 -0400</PostedAt>
<EditAt>Mon, 08 Jul 2013 17:52:18 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="32350" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32350">
<Title>Ticket Updates!</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <span>Another TICKET UPDATE:</span><br><br><span>(seb) Ocean City Bus Trip is sold out!</span><br><br><span>(seb) Crab Feast</span><br><span>Thursday July 18th</span><br><span>The Quad @ 5pm</span><br><span>All Guests = $10</span><br><span>We are on ticket 91 of 200</span><br><br><span>(seb) King's Dominion Bus Trip is sold out!</span><br><br><span>(seb) New York Bus Trip</span><br><span>Saturday July 27th</span><br><span>Bus Departs: Commons Loop @ 7:45am</span><br><span>All Guests = $30</span><br><span>We are on ticket 40 of 52</span><br><br><span>Stop by our desk in the Commons to purchase any of the tickets listed above!</span><br>
    </div>
]]>
</Body>
<Summary>Another TICKET UPDATE:  (seb) Ocean City Bus Trip is sold out!  (seb) Crab Feast Thursday July 18th The Quad @ 5pm All Guests = $10 We are on ticket 91 of 200  (seb) King's Dominion Bus Trip is...</Summary>
<Website>https://www.facebook.com/UMBC.CIC?ref=stream</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32350/guest@my.umbc.edu/bcf7cec9a3d1b3f3dd282fdd18ac3702/api/pixel</TrackingUrl>
<Tag>campus</Tag>
<Tag>center</Tag>
<Tag>cic</Tag>
<Tag>information</Tag>
<Tag>tickets</Tag>
<Group token="cic">Campus Information Center (CIC)</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/cic</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/original.png?1318518699</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/large.png?1318518699</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/medium.png?1318518699</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/small.png?1318518699</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxsmall.png?1318518699</AvatarUrl>
<Sponsor>Campus Information Center (CIC)</Sponsor>
<PawCount>2</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 08 Jul 2013 17:46:46 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32352" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32352">
<Title>Bits Blog: The iPhone Hasn&#8217;t Saved T-Mobile USA Yet</Title>
<Body>
<![CDATA[
    <div class="html-content">There is no question that finally being able to sell the iPhone was good for T-Mobile USA. But the company still has a long way to go to regain market share.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F07%2F08%2Fiphone-t-mobile-kantar%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+The+iPhone+Hasn%E2%80%99t+Saved+T-Mobile+USA+Yet" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F07%2F08%2Fiphone-t-mobile-kantar%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+The+iPhone+Hasn%E2%80%99t+Saved+T-Mobile+USA+Yet" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F07%2F08%2Fiphone-t-mobile-kantar%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+The+iPhone+Hasn%E2%80%99t+Saved+T-Mobile+USA+Yet" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F07%2F08%2Fiphone-t-mobile-kantar%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+The+iPhone+Hasn%E2%80%99t+Saved+T-Mobile+USA+Yet" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F07%2F08%2Fiphone-t-mobile-kantar%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+The+iPhone+Hasn%E2%80%99t+Saved+T-Mobile+USA+Yet" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/165665888793/u/0/f/640387/c/34625/s/2e61a4bf/kg/342-363/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665888793/u/0/f/640387/c/34625/s/2e61a4bf/kg/342-363/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>There is no question that finally being able to sell the iPhone was good for T-Mobile USA. But the company still has a long way to go to regain market share.     </Summary>
<Website>http://bits.blogs.nytimes.com/2013/07/08/iphone-t-mobile-kantar/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32352/guest@my.umbc.edu/6fa24288303ba9e72d28dc2f23324ae4/api/pixel</TrackingUrl>
<Tag>consumer-behavior</Tag>
<Tag>iphone</Tag>
<Tag>mobile</Tag>
<Tag>new</Tag>
<Tag>smartphones</Tag>
<Tag>t-mobile</Tag>
<Tag>technology</Tag>
<Tag>wireless-communications</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 08 Jul 2013 17:39:48 -0400</PostedAt>
<EditAt>Tue, 09 Jul 2013 16:06:41 -0400</EditAt>
</NewsItem>

</News>
