<?xml version="1.0"?>
<News hasArchived="true" page="8767" pageCount="10802" pageSize="10" timestamp="Thu, 10 Sep 2026 03:54:34 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=8767&amp;range=2">
<NewsItem contentIssues="true" id="30381" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30381">
<Title>What&#8217;s new for web designers in Illustrator CC</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="thumbnail" src="http://netdna.webdesignerdepot.com/uploads/2013/05/thumbnail25.jpg" width="200" height="160" style="max-width: 100%; height: auto;">On May 6th Adobe announced its latest updates to its creative software. Some of these updates have big implications on how users work with their tools. In this article, I’d like to review what Adobe has changed in Illustrator and specifically how it impacts web designers.</p>
    <p>Of course there are a several new features, like AutoCAD libraries, white overprint, fill and stroke proxy swap for text, automatic corner generation, indic support, package files, unembed images, multiple file place, touch type tools, free transform tools, and images in brushes. If you’re an Illustrator junkie, these are all worthwhile features, but what I want to focus on specifically are the core improvements that will help anyone creating artwork for on-screen delivery.</p>
    <h1>HiDPI support</h1>
    <p>With the emergence of high resolution displays (such as the Macbook Pro with Retina display), Illustrator CS6 and earlier looked blurry. Artwork and icons looked pixelated and text looked anti-aliased. The very nature of Illustrator is provide crisp rich artwork, so this experience was less than desirable. Thankfully Adobe has improved Illustrator CC to take advantage of these high resolution displays. Artwork will look better, text will look crisp, UI elements (icons, cursors, etc) will look smoother. They also made some improvements to the rendering process as well. It now takes advantage of multi-core machines and uses threaded rendering to render artwork. You should see some improvement in tasks like zooming, panning, copy paste, drag and drop, etc.</p>
    <p> </p>
    <h1>Guides enhancements</h1>
    <p>Guides are widely used when planning and laying out pages. Creating mock-ups in Illustrator using guides allow you to place content in a precise manner. In Illustrator CC, there are four enhancements to guides:</p>
    <ul>
    <li>Double-clicking on a ruler creates a guide at that specific location on the ruler.</li>
    <li>When you hold Shift and then double-click a specific location on a ruler, the guide created at the point automatically snaps to the closest mark (division) on the ruler.</li>
    <li>If you hide guides (Ctrl/Cmd + ;) and then choose to show them, the guides do not get automatically locked like they did in previous versions.</li>
    <li>Create horizontal and vertical Guides in one action. Here’s how: at the top-left corner of the Illustrator window, click the intersection of the Rulers and press Ctrl (or Cmd on a Mac), and drag the mouse pointer to any location in the Illustrator window; the mouse pointer becomes cross hairs to indicate where a horizontal and vertical guide can be created; release the mouse pointer to create the Guides.</li>
    </ul>
    <p> </p>
    <h1>Font search enhancements</h1>
    <p>The typical type-ahead search only searches the first word in the font name, which generally does not yield the best results immediately. Also, searching and browsing a large number of fonts can be difficult. A new search function option “Search Entire Font Name” has been added to the control and character panels. Additionally, TypeKit integration for desktop fonts was recently announced at MAX. This means you can easily design mock-ups using the same fonts you intend to use on the web.</p>
    <p><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/pic1.jpg" width="650" alt="Whats new for web designers in Illustrator CC" style="max-width: 100%; height: auto;"></p>
    <p> </p>
    <h1>Color search enhancements</h1>
    <p>Finding a particular color from a range of numerous colors can be time-consuming and frustrating. In Illustrator CC, changes have been made to make the task of searching and finding a color much easier. The Color Picker dialog box (double-click the Fill proxy in the toolbar) now has a search widget in the Color Swatches window. When you click Color Swatches, a search bar appears below the predefined list of colors. Type the name of a color or an RGB value (or CMYK for print). If you type ‘blue’, all the color swatches with the word blue in their name are displayed. Typing R=77 will display all the color swatches that have red color with a value of 77 in the RGB scale. The search widget is enabled by default.</p>
    <p>The search option in the Swatches Panel has been enhanced as well. The field does not enforce an auto complete. The characters you type are no longer automatically substituted with the closest color match found. You can type a name of a color, or simply type in the RGB color (or CMYK for print) values to search if such a color combination exists. The Find Field is not enabled by default, and must be enabled for the first time from the panel’s sub-menu.</p>
    <p>It’s also worth noting that Kuler has been baked into Illustrator. So if you use this Adobe service to create color themes and groups, you can easily access this content directly inside of Illustrator CC.</p>
    <p> </p>
    <h1>CSS properties panel</h1>
    <p>Of course, the biggest feature for the web are the improvements made to CSS and SVG workflows. Now if you’re a hardcore Illustrator user, you may have used something in CS5 called the HTML5 pack, which was available from AdobeLabs. For whatever reason it never appeared in CS6 but, many of those features have returned with this CC update. These features are reminiscent of what’s already been made available to Photoshop CS6 through Creative Cloud updates and features found in Fireworks CS6.</p>
    <p>The CSS Properties Panel is how you’ll extract the CSS from the Illustrator document, and it provides several ways to do that. The key step in making all this work however is by naming your layers within the layers panel. Certainly Illustrator can generate CSS without the object having a name within the layers panel, but you’re opening yourself up to a disorganized and potentially sloppy way of generating code. This is essentially how Illustrator will name the class rules it creates for you. The CSS that is generated can have browser prefixes for Webkit, Firefox, Opera, and Internet Explorer. It can capture CSS supported appearances like gradients and rounded corners.</p>
    <p><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/pic2.jpg" width="650" alt="Whats new for web designers in Illustrator CC" style="max-width: 100%; height: auto;"></p>
    <p>You can control how the CSS is generated by accessing the CSS Export Options dialog box. You can access the dialog box clicking the CSS Export Options button, which is the first of four buttons towards the bottom right of the panel. The panel provides several functions for CSS workflows:</p>
    <ul>
    <li>View the CSS for a selected object</li>
    <li>Copy CSS code for a selected object</li>
    <li>Export selected object to a CSS file along with images used in CSS</li>
    <li>Export CSS code for all objects in the document to a CSS file</li>
    </ul>
    <p>Additionally, you can export the CSS code for all the objects within the document by going to the File menu and selecting Export. That will open a dialog box, and from there you can choose CSS from the format menu.</p>
    <p>If you have an object, select it, and make sure it’s named properly in the Layers Panel. With it selected you will see the CSS needed to generate the artwork in a browser in the CSS Properties Panel.</p>
    <p> </p>
    <h1>SVG code</h1>
    <p>In earlier versions of Illustrator, you would have to save a document out as SVG. Here in the CC update you have the ability to copy something within the document, then go to your favorite HTML editor and simply perform a paste; all the SVG code will be placed within the document. It’s a surprisingly nice workflow. If that doesn’t cut it for you, the more traditional method of saving the document as an SVG is still available.</p>
    <p>Additionally, Adobe has added support for exporting unused styles. When designing, you’ll often times create multiple graphic styles while creating artwork. You may not use all available styles. When you export artwork in SVG format, unused styles are not exported. Also, in the exported CSS code, graphic styles do not have names associated with them and it may be difficult to identify the right graphic style.</p>
    <p>Illustrator CC offers two features have been added to enhance the experience of working with styles in SVG format that address these issues:</p>
    <ul>
    <li>Graphic style name. When you choose to export graphic styles, the name of each style is exported with the definition of the style in CSS nomenclature.</li>
    <li>Export unused styles. When you export artwork in SVG format, you may now choose to export unused styles. This allows another designer or developer who is importing the styles to use the unused graphic styles in other pieces of artwork.</li>
    </ul>
    <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/pic3.jpg" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/pic3.jpg" width="650" alt="Whats new for web designers in Illustrator CC" style="max-width: 100%; height: auto;"></a></p>
    <p> </p>
    <h1>How you’ll use it</h1>
    <p>This certainly isn’t a tool to code complete web pages. What I see is using Illustrator to create mock-ups, then hand code the structure in HTML and the layout code in CSS. When a drop shadow, gradient, pattern, or even logo is needed, using these new CSS extraction and SVG options will come in very handy and be a big time saver.</p>
    <p>If you’re interested in learning more about the new features in Illustrator CC, <a href="http://www.adobe.com/products/illustrator/features.html" rel="nofollow external" class="bo">visit the Illustrator product page.</a></p>
    <p> </p>
    <p><em><strong>Are you an Illustrator aficionado? What features of Illustrator CC are you most excited about? Let us know in the comments.</strong></em></p>
    <p><br><br>
    </p>
    <table width="100%">
    <tbody>
    <tr>
    <td>
          <a href="http://www.mightydeals.com/deal/pitchstock.html?ref=inwidget" rel="nofollow external" class="bo"><strong>Professional PowerPoint Presentation Bundle – only $17!</strong></a>
        </td>
    <td>
          <a href="http://www.mightydeals.com/?ref=inwidget" rel="nofollow external" class="bo"><br>
            <img src="http://mightydeals.com/web/images/widget-logo.png" height="40" width="90" alt="Whats new for web designers in Illustrator CC" style="max-width: 100%; height: auto;"><br>
          </a>
        </td>
    </tr>
    </tbody>
    </table>
    <p><br> </p>
    <a href="http://www.webdesignerdepot.com/2013/05/whats-new-for-web-designers-in-illustrator-cc/" rel="nofollow external" class="bo">Source</a>
    </div>
]]>
</Body>
<Summary>On May 6th Adobe announced its latest updates to its creative software. Some of these updates have big implications on how users work with their tools. In this article, I’d like to review what...</Summary>
<Website>http://www.webdesignerdepot.com/2013/05/whats-new-for-web-designers-in-illustrator-cc/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30381/guest@my.umbc.edu/b58fe8dc12505e14c978048256e068d6/api/pixel</TrackingUrl>
<Tag>adobe-illustrator</Tag>
<Tag>art</Tag>
<Tag>color-search</Tag>
<Tag>css</Tag>
<Tag>css-properties-panel-in-illustrator</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>hidpi-support</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>illustrator</Tag>
<Tag>illustrator-cc</Tag>
<Tag>illustrator-news</Tag>
<Tag>javascript</Tag>
<Tag>latest-illustrator</Tag>
<Tag>mysql</Tag>
<Tag>news</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>review</Tag>
<Tag>sql</Tag>
<Tag>whats-new-in-illustrator-cc</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, 27 May 2013 05:15:48 -0400</PostedAt>
<EditAt>Mon, 27 May 2013 05:15:48 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30370" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30370">
<Title>Master Developers: Christian Heilmann</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <a href="http://rss.buysellads.com/click.php?z=1260013&amp;k=d754f1e9ba63a736ba8ff5ece958f7dd&amp;a=32001&amp;c=6297821" rel="nofollow external" class="bo"><img src="http://rss.buysellads.com/img.php?z=1260013&amp;k=d754f1e9ba63a736ba8ff5ece958f7dd&amp;a=32001&amp;c=6297821" alt="" style="max-width: 100%; height: auto;"></a><p>A developer evangelist fills an important role for a company. They serve as a communicator, a liason, a thoughful voice and more importantly, an integral part of the web development community. Few people encompass all of that as well as <a href="http://christianheilmann.com/" rel="nofollow external" class="bo">Christian Heilmann</a>. Currently working as a principal technical evangelist at Mozilla, he’s literally written <a href="http://developer-evangelism.com/" rel="nofollow external" class="bo">the book on developer envangelism</a> and offers up some insightful nuggest on his work.</p>
    <p></p>
    <hr>
    <div><h4>
    <span>Q</span>I’m not ashamed to admit that I’m a bit of a fanboi, and I think you’re a model for all evangelists. What’s your view on the future of the ever-changing role of developer evangelists?</h4></div>
    <p>I am a tad worried at the moment how fashionable it has become to have a "developer evangelist" for your company and how many people call themselves this without coming from a developer background or actually releasing any technical information. It seems people have realised the potential and the benefits of having someone like this in their company – which does make me really happy.</p>
    <p>On the other hand it is up to us to keep our territory clean and point out repeatedly that developer evangelism is not product marketing.</p>
    <blockquote><p> If someone only talks about their products without even acknowledging the competition or offering developers a choice, it is not developer evangelism, but plain and simple marketing or advertising.</p></blockquote>
    <p>A big change I am seeing is that our traditional channels for publication have been terribly washed out. Both LinkedIn and Slideshare is not as usable to me, as it used to be as they are full of noise. Hence, I am moving to Google+ and Facebook for a lot of my outreach. We have a lot of tools cropping up, too. Lots to test out and play with. I am really excited about what Lanyrd has up its sleeve for us – watch this space.</p>
    <hr>
    <div><h4>
    <span>Q</span>As an evangelist, how do you stay on top of the constant change we’re seeing in the web development world?</h4></div>
    <blockquote><p> Half an hour on the cross-trainer is either wasted or useful for keeping up. Your choice.</p></blockquote>
    <p>RSS feeds – that’s why the news about Google Reader really hit me hard. Feedly is a good replacement, though, and I installed Fever on my server. A lot of it is also constantly looking at what your peers are doing. So don’t go to conferences, give your talk and leave – watch what others are doing and check YouTube and others to keep up to date with what your competition is talking about. I watch tech talks in the gym – half an hour on the cross-trainer is either wasted or useful for keeping up. Your choice. The constant change in the web development world is just that – a constant. If you want to be a web developer, you need to keep up to date all the time. That is what makes our job so amazing. There is no certificate to pay for; you need to learn all the time.</p>
    <hr>
    <div><h4>
    <span>Q</span>If someone wanted to become a developer evangelist, what’s the guidance you’d give them today?</h4></div>
    <p>Get yourself out there as much as possible. Take part in discussion threads, go to meetups, speak at unconferences, attend hackathons, and see what people are doing in their outreach that annoys you – then do it better. For Mozillians (which includes volunteers), we have the Developer Evangelism Reps – a group I am leading that get all the materials we create, training and in-person coaching. I needed to start this as I can’t clone myself.</p>
    <hr>
    <div><h4>
    <span>Q</span>How is your role at Mozilla different from what you were doing at Yahoo!?</h4></div>
    <blockquote><p> Mozilla doesn’t mind at all if we report about anything that makes the web better.</p></blockquote>
    <p>I don’t have to wait for any product to be ready to talk about it, and there are no secrets. Where it was tricky in Yahoo to praise Google products, Mozilla doesn’t mind at all if we report about anything that makes the web better. That freedom is the main difference. As someone working for Mozilla, I get invited by other companies to work with them and there is no issue with this. I also get information before it comes out, as Mozilla is a channel, not a commercial competitor. For example, the training videos we did together would have been a nightmare to get OKed by Yahoo; with Mozilla they were no issue at all. Mozilla gives me an incredible amount of freedom, and a great community to tap into. I also can answer all questions with "the code is available, check it there".</p>
    <hr>
    <div><h4>
    <span>Q</span>You’ve been a remote employee for some time. What are your thoughts on Yahoo!’s recent decision to bring in all remote employees?</h4></div>
    <p>As I don’t know all the facts, I’d refrain from guessing what the reason was, and I am not tainted enough to think that my opinion would matter to a large corporation. Running a show like Yahoo isn’t easy, there are a lot of demands on you – many of which we don’t know about.</p>
    <p>Personally, I found that remote employees can be incredibly effective if you trust them and they love what they do. When some people abuse that freedom, it can get tricky. I am happy to work from wherever (airports, cafes and hotels mostly) and I think this is the future of working. We have the technology, we shouldn’t have to work like we did fifty years ago. If we keep up a fixed 9-5 separation between work and "real life" we make work a thing to make money and life a thing to enjoy ourselves. That doesn’t have to be the case.</p>
    <hr>
    <div><h4>
    <span>Q</span>You attend a LOT of conferences and speak at most of them. Do you feel that the quality of events is higher than before? What about the speakers?</h4></div>
    <blockquote><p> There seems to be a massive difference between US and European conferences.</p></blockquote>
    <p>That is a very tough question to answer. I found that the quality of talks gets better and better each year, and I love some of the new talents that cropped up in the last years. People like <a href="http://bradfrostweb.com/" rel="nofollow external" class="bo">Brad Frost</a>, <a href="https://twitter.com/jaffathecake" rel="nofollow external" class="bo">Jake Archibald</a> and <a href="http://lea.verou.me/" rel="nofollow external" class="bo">Lea Verou</a> are a joy to see.</p>
    <p>What I discovered, though, is that events as an institution have quite a short half-life. A lot of events that have been around for a long time descend into mediocrity or "here are 12 tracks to choose from" behemoths. Size doesn’t make a conference great. On the contrary, I find that smaller events have much higher quality. I also don’t believe in roadshows, repeating the same talks around the world whilst the same information is also available in recordings already. But they are hugely successful, so what do I know about organising them?</p>
    <p>There seems to be a massive difference between US and European conferences. US conferences are much more of a "well, another one" thing and both the speakers and the audience are much more lack-lustre. As a speaker in Europe, be ready to deliver something new and useful or get very direct and short feedback from the audience. People here want to get their money’s worth and attend each talk and each activity around the event. In the US, I see a lot of coming and going and exchanging of business cards, rather than caring about what speakers have to say. Of course not everywhere, but the institution of IT events is much older in the US than anywhere else. With this, comes a bit of tedium and people getting bored. Unconferences tried to disrupt that but outgrew their initial anarchic approach. And don’t get me started on our overload of "hackathons" right now. A lot are just very thinly veiled user tests and/or hiring exercises.</p>
    <hr>
    <div><h4>
    <span>Q</span>What do you feel attendees are most interested in hearing about?</h4></div>
    <p><em>Stories</em>. Implementation examples and how what you show makes a difference to them. Anyone can look up technical details. So don’t explain the how in a twenty minute live coding session that people can’t remember five minutes later. Instead,  point people where to find out more after the event. Of course, people are amazed when you show technical magic and flex your coder muscles showing ten impossible things in five lines of code, but that is not helping anyone. If anything, it perpetuates the notion of "developers/designers" and "rockstar ninja overlords" which in my book needs to die.</p>
    <hr>
    <div><h4>
    <span>Q</span>I get a sense that we’re seeing the same people over and over at conferences. How do we get new blood at these events?</h4></div>
    <p>Checking the web for new talent in our comments, meeting them at events, and then encouraging them to submit papers and get themselves out there. Coaching them and helping them with finding the story in their materials. A lot of people are scared of speaking, as the same people are invited everywhere. So maybe saying no and proposing a local newcomer in your stead to conference organisers is a good thing. Also, mentioning people’s work in your talks helps a lot.</p>
    <hr>
    <div><h4>
    <span>Q</span>I’m seeing a lot of noise about native apps and how they’ve won. I love the web and want it to win. Have you heard the same things, and if so, what do we need to do to keep the web relevant to application developers?</h4></div>
    <p>I’ve spoken quite in detail about this lately, and I am sensing that the pendulum is starting to swing in the other direction. I don’t think that one will replace the other at all, but that native apps and web apps have different goals.</p>
    <blockquote><p>Web apps are the evolution of web sites. We move things we do on Desktop with installed apps to the web – Google Docs being a great example of that, or most of us using web mail clients instead of Desktop ones.</p></blockquote>
    <p>Native apps, by their very nature, are meant to be fixed in their state and do one thing well. That means that they always give a superior experience for this use case, but it also means that they are limited and get boring or pointless quicker than a web solution.</p>
    <blockquote><p> Both can exist happily side by side.</p></blockquote>
    <p>Web solutions are more flexible; I can give you a mobile and a desktop experience, both with catered interfaces that make most sense to that environment and synced with each other. Native apps don’t do that. I need to repeat the same challenges on Temple Run on my tablet and my mobile, rather than syncing the two.</p>
    <p>The reason is not that this isn’t technically possible. The reason is that native apps are products and their job is to sell and sell more and make money with upgrades. They are built with built-in obsolescence in mind, much like games on CDs and Floppies were. Apps are there to make people want the next iteration of hardware, so they can use the shinier version.</p>
    <p>Web apps are there to be used and upgraded without you realizing it. Both can exist happily side by side. In order to make the web more interesting for current native developers, we need better tooling and conversion tools. <a href="http://ejohn.org/blog/asmjs-javascript-compile-target/" rel="nofollow external" class="bo">ASM.js</a> is a great start for that – it allows developers to write in C++ in the environment they are comfortable in, and convert to JavaScript with a tool. Adobe, also, is building some great tools for developers to stick with Flash, but render out Canvas/WebGL solutions.</p>
    <p>The web is the best distribution platform if you want to spread far. If you need to control your distribution, it is scary for some. We can have both. I am not scared by native apps – if anything, I see them as a fad, and cross-platform distribution means you need to duplicate work. That is not clever.</p>
    <hr>
    <div><h4>
    <span>Q</span>There’s been a lot of concern about a WebKit monoculture, especially in the mobile space. How is that affecting the web, especially in terms of the “native apps”� question I just asked you?</h4></div>
    <blockquote><p> Frankly, we messed up as web developers.</p></blockquote>
    <p>Frankly, we messed up as web developers. When the iPhone came out and claimed HTML5 as its platform, everybody built solutions that only worked on this device. This is incredibly shortsighted and a repetition of the mistakes that we made in the 90s, which gave us multi-million dollar enterprise finance systems that only run in IE6 and cost a lot to maintain and upgrade. Far too many web solutions released in the last year are "iPhone only", and, thus, fail to deliver a good web experience and look and perform badly, when compared to native apps. They are the worst of both worlds. Luckily, the fallacy of "if it works in Webkit, it works everywhere" should become obvious even to the most confused developers. Web technologies are not there to serve one browser or one piece of hardware. Doing this means you strip them of their main powers.</p>
    <hr>
    <div><h4>
    <span>Q</span>How do you think Google’s forking of WebKit Core and pushing forward with Blink will impact the web?</h4></div>
    <p>It means developers have to realise that WebKit isn’t WebKit, and Android isn’t iOS, and OSX isn’t iOS. I think in the long run, it means that both Chrome and Safari will get better, and means that Apple needs to ramp up their web game by hiring more engineers, or be honest about it and go fully native.</p>
    <hr>
    <div><h4>
    <span>Q</span>Going back to mobile, FirefoxOS, technically, looks incredibly promising, especially with being able to build apps using HTML5, CSS3 and JavaScript. But realistically, how much of a chance does it have to gain traction against established players like iOS and Android?</h4></div>
    <blockquote><p> It succeeds already against both of them, as it isn’t meant to compete with them.</p></blockquote>
    <p>It succeeds already against both of them, as it isn’t meant to compete with them. <a href="http://www.mozilla.org/firefox/partners/" rel="nofollow external" class="bo">FirefoxOS</a> is there to bring web-enabled mobile devices to markets that now only have feature phones.</p>
    <p>The main gripe that Mozilla had with the move of web consumption to mobile devices is that it means only a few people on this planet get access to this new way of web distribution. Devices running iOS are not available world-wide and are very expensive. Android devices can be affordable and are sold in more countries, but the affordable hardware doesn’t get an upgraded browser capable of new HTML5 and CSS technologies. If you want Chrome as the main browser, you need to have the newest phones. Both Firefox for Android and Opera are available back toward phones that run Froyo, but we had no phones that came out of the box with those browsers installed. That is why Mozilla created Firefox OS – to fill the gap of emerging markets being not supported by mobile technologies.</p>
    <p>Firefox OS phones will be very affordable, can easily be customised to different market’s needs, and end users do not need to have a credit card to buy content and apps. Apps can be installed from a marketplace, but also from anywhere on the web. Using a web-search functionality, users can find apps for their needs, not by name or review. And anyone can release compatible apps for the phone without having to rely on a marketplace to distribute their apps. It is bringing the web to the phone, not the other way around. These are also the reasons why Firefox OS has eighteen mobile service partners and four hardware partners, whereas other open platforms trying to compete in the high-end market are struggling to find distributors.</p>
    <hr>
    <div><h4>
    <span>Q</span>If it does gain traction, what does that mean for the web, especially if devs focus on building HTML-based apps for FirefoxOS instead of mobile browsers?</h4></div>
    <blockquote><p> Firefox OS apps are plain HTML5 apps with a manifest file.</p></blockquote>
    <p>Firefox OS apps are plain HTML5 apps with a manifest file and more APIs to play with. Nothing stops developers from building apps that work well on all mobile browsers, while adding the extra functionality of WebAPIs to the apps on Firefox OS. None of the APIs are closed or hidden – they are all proposed to the standards bodies and many have already been implemented in other browsers (for example, the Battery API). The dynamic app search in Firefox OS encourages building mobile web sites for all browsers, which will be shown as the preview of your app. What that means is that people, for example, can search for "Skyfall" (the movie) and get IMDB.com as the first app offered to them. When they click on the icon, IMDB’s mobile web site loads into a frame into the search interface and people can start using it. If they like it, a long-tap installs the IMDB app which is nothing more than the mobile site with a manifest (in the simplest form). Firefox OS apps add to what we currently build as mobile sites; it doesn’t replace them.</p>
    <hr>
    <div><h4>
    <span>Q</span>Focusing on Firefox, has the faster release cycle helped or hurt the perception of the browser?</h4></div>
    <p>Helped, very much. Of course, it annoyed a part of our user groups – especially the enterprise users – but most developers welcome a browser that continuously improves, especially when that happens silently (which it now does on Windows). Leaving the process of updating a browser up to the user on the web is simply dangerous. Nearly all security holes are based on out-dated software or plugins.</p>
    <hr>
    <div><h4>
    <span>Q</span>In-browser developer tools have become, in my opinion, the new differentiator for browsers. Do you agree with this? Also, what is Mozilla doing on the tooling front to really stand out?</h4></div>
    <p>The web tooling space started with the <a href="http://getfirebug.com/" rel="nofollow external" class="bo">Firebug extension</a> – at least to the large market. Frontpage Express had some debugging tools that preceded it, but Firebug was the big, simple to use tool we needed. Every other browser then just copied that model in their in-built developer tools. Mozilla still keeps Firebug up to date and innovates for it, but in the long run, we are building native tools in the browser. Personally, I ditched Firebug a while ago for the in-built tools. These do not copy Firebug 1:1, because we wanted to avoid the overload of options that Firebug has become. Chrome’s Devtools release weekly, providing incredibly useful things for certain edge cases, and add more and more to the in-browser tooling. The developer tools of Firefox now take a more modular approach. Instead of giving you the kitchen sink, you can enable and disable just what you need. This can look more complex upfront, but helps developers to specialize. We built quite a few different bits in there, too, like a 3D display of the depth of the DOM, a scratchpad to write larger JavaScript blocks and execute them against the page, and a command line to control the whole development tools with keyboard commands, thus, enabling developers to debug without a mouse.</p>
    <p>As with anything, keeping up-to-date on what the browser offers you is of the most importance. That, and finding what really makes you more effective, rather than what looks useful at first glance, but then lies forgotten a few minutes later.</p>
    </div>
]]>
</Body>
<Summary>A developer evangelist fills an important role for a company. They serve as a communicator, a liason, a thoughful voice and more importantly, an integral part of the web development community. Few...</Summary>
<Website>http://feedproxy.google.com/~r/nettuts/~3/QzGE_v9AWqw/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30370/guest@my.umbc.edu/efad7e48327cfcb26027ee412d2207a1/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>interviews</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>wed</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, 27 May 2013 01:18:12 -0400</PostedAt>
<EditAt>Mon, 27 May 2013 01:18:12 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30369" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30369">
<Title>MEMORIAL DAY!  PAW THIS FOR THE FALLEN HEROES!</Title>
<Body>
<![CDATA[
    <div class="html-content">I would like to dedicate this post to the men and women of our armed forces who gave their lives for this country and to protect the freedoms of Americans and, indeed, of all people around the world.  Those men and women fought not only to protect you and me, but also to protect our way of life.  We often forget or take for granted the great sacrifice others have given so that we can have the ease, plenty, and opportunities we enjoy today.  So many other people cannot say the same, and we owe a huge debt of gratitude to those who made it possible for us.<br><br>I would also like to thank those of you who are currently in or have been in the armed forces.  
    Thank you for your dedication to do the work many of us could not or would not do.  Thank you for your willingness to give your lives if necessary for the cause of freedom.  I'm reminded of the words of the spy Nathan Hale, when he said "I only regret that I have but one life to give for my country."  Would that more of us had that same spirit.<br><br>But as we think about what patriotism is, we should always remember this:<br><br><span>"Patriotism consists not in waving the flag, but in striving that our country shall be righteous as well as strong.</span><span>" ~ James Bryce</span><br><br>We should never forget where true freedom comes from.  It can only survive in a truly self-governed society, which is where people's moral compass guides and guards their ways and also unifies the nation.  America is still One Nation Under God, Indivisible, With Liberty And Justice For All.<br><br>Thank you!<br>
    </div>
]]>
</Body>
<Summary>I would like to dedicate this post to the men and women of our armed forces who gave their lives for this country and to protect the freedoms of Americans and, indeed, of all people around the...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30369/guest@my.umbc.edu/8e2b5237dcdc59a1a23a457e10d062c3/api/pixel</TrackingUrl>
<Group token="retired-385">Students For The Founders</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-385</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/xsmall.png?1361065855</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/original.png?1361065855</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/xxlarge.png?1361065855</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/xlarge.png?1361065855</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/large.png?1361065855</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/medium.png?1361065855</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/small.png?1361065855</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/xsmall.png?1361065855</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/385/4d8d751988a68fec6e98d0a65284f530/xxsmall.png?1361065855</AvatarUrl>
<Sponsor>Students For The Founders</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/xxlarge.jpg?1369623926</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/xlarge.jpg?1369623926</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/large.jpg?1369623926</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/medium.jpg?1369623926</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/small.jpg?1369623926</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/xsmall.jpg?1369623926</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/030/369/68d65e024bd059199ce251ea65d13194/xxsmall.jpg?1369623926</ThumbnailUrl>
<PawCount>122</PawCount>
<CommentCount>3</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Sun, 26 May 2013 23:08:24 -0400</PostedAt>
<EditAt>Sun, 26 May 2013 23:19:29 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30363" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30363">
<Title>NetSuite and Workday Rivalry Carries On an Old Tech Feud</Title>
<Body>
<![CDATA[
    <div class="html-content">The rivalry between two cloud computing upstarts echoes a bitterly fought battle between Oracle and PeopleSoft.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F05%2F27%2Ftechnology%2Fnetsuite-and-workday-rivalry-carries-on-an-old-tech-feud.html%3Fpartner%3Drss%26emc%3Drss&amp;t=NetSuite+and+Workday+Rivalry+Carries+On+an+Old+Tech+Feud" 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%2F05%2F27%2Ftechnology%2Fnetsuite-and-workday-rivalry-carries-on-an-old-tech-feud.html%3Fpartner%3Drss%26emc%3Drss&amp;t=NetSuite+and+Workday+Rivalry+Carries+On+an+Old+Tech+Feud" 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%2F05%2F27%2Ftechnology%2Fnetsuite-and-workday-rivalry-carries-on-an-old-tech-feud.html%3Fpartner%3Drss%26emc%3Drss&amp;t=NetSuite+and+Workday+Rivalry+Carries+On+an+Old+Tech+Feud" 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%2F05%2F27%2Ftechnology%2Fnetsuite-and-workday-rivalry-carries-on-an-old-tech-feud.html%3Fpartner%3Drss%26emc%3Drss&amp;t=NetSuite+and+Workday+Rivalry+Carries+On+an+Old+Tech+Feud" 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%2F05%2F27%2Ftechnology%2Fnetsuite-and-workday-rivalry-carries-on-an-old-tech-feud.html%3Fpartner%3Drss%26emc%3Drss&amp;t=NetSuite+and+Workday+Rivalry+Carries+On+an+Old+Tech+Feud" 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/165665426809/u/0/f/640387/c/34625/s/2c6f951d/kg/342-363/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665426809/u/0/f/640387/c/34625/s/2c6f951d/kg/342-363/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The rivalry between two cloud computing upstarts echoes a bitterly fought battle between Oracle and PeopleSoft.     </Summary>
<Website>http://www.nytimes.com/2013/05/27/technology/netsuite-and-workday-rivalry-carries-on-an-old-tech-feud.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30363/guest@my.umbc.edu/ca1f0fb98445bf41f27ba2810a15fb45/api/pixel</TrackingUrl>
<Tag>bhusri-aneel</Tag>
<Tag>cloud-computing</Tag>
<Tag>duffield-david</Tag>
<Tag>ellison-lawrence-j</Tag>
<Tag>enterprise-computing</Tag>
<Tag>nelson-zachary</Tag>
<Tag>netsuite-inc-n-nyse</Tag>
<Tag>new</Tag>
<Tag>oracle-corporation-orcl-nasdaq</Tag>
<Tag>sap-ag-sap-nyse</Tag>
<Tag>technology</Tag>
<Tag>workday-inc-wday-nyse</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>Sun, 26 May 2013 20:47:19 -0400</PostedAt>
<EditAt>Sun, 26 May 2013 20:47:19 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30364" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30364">
<Title>&#8216;Bots&#8217; That Siphon Off Tickets Frustrate Concert Promoters</Title>
<Body>
<![CDATA[
    <div class="html-content">Digital tools known as “bots” are accused of trying to buy hundreds of thousands of tickets a day, shutting out fans.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F05%2F27%2Fbusiness%2Fmedia%2Fbots-that-siphon-off-tickets-frustrate-concert-promoters.html%3Fpartner%3Drss%26emc%3Drss&amp;t=%E2%80%98Bots%E2%80%99+That+Siphon+Off+Tickets+Frustrate+Concert+Promoters" 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%2F05%2F27%2Fbusiness%2Fmedia%2Fbots-that-siphon-off-tickets-frustrate-concert-promoters.html%3Fpartner%3Drss%26emc%3Drss&amp;t=%E2%80%98Bots%E2%80%99+That+Siphon+Off+Tickets+Frustrate+Concert+Promoters" 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%2F05%2F27%2Fbusiness%2Fmedia%2Fbots-that-siphon-off-tickets-frustrate-concert-promoters.html%3Fpartner%3Drss%26emc%3Drss&amp;t=%E2%80%98Bots%E2%80%99+That+Siphon+Off+Tickets+Frustrate+Concert+Promoters" 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%2F05%2F27%2Fbusiness%2Fmedia%2Fbots-that-siphon-off-tickets-frustrate-concert-promoters.html%3Fpartner%3Drss%26emc%3Drss&amp;t=%E2%80%98Bots%E2%80%99+That+Siphon+Off+Tickets+Frustrate+Concert+Promoters" 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%2F05%2F27%2Fbusiness%2Fmedia%2Fbots-that-siphon-off-tickets-frustrate-concert-promoters.html%3Fpartner%3Drss%26emc%3Drss&amp;t=%E2%80%98Bots%E2%80%99+That+Siphon+Off+Tickets+Frustrate+Concert+Promoters" 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/165665426808/u/0/f/640387/c/34625/s/2c6f951f/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665426808/u/0/f/640387/c/34625/s/2c6f951f/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Digital tools known as “bots” are accused of trying to buy hundreds of thousands of tickets a day, shutting out fans.     </Summary>
<Website>http://www.nytimes.com/2013/05/27/business/media/bots-that-siphon-off-tickets-frustrate-concert-promoters.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30364/guest@my.umbc.edu/290f55850df38fb5ec1d7e98c9603a8d/api/pixel</TrackingUrl>
<Tag>fan-freedom-project</Tag>
<Tag>live-nation-entertainment-inc-lyv-nyse</Tag>
<Tag>music</Tag>
<Tag>new</Tag>
<Tag>stubhub</Tag>
<Tag>suits-and-litigation-civil</Tag>
<Tag>technology</Tag>
<Tag>ticket-scalping</Tag>
<Tag>ticketmaster</Tag>
<Tag>yahoo-inc-yhoo-nasdaq</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>Sun, 26 May 2013 20:13:25 -0400</PostedAt>
<EditAt>Sun, 26 May 2013 20:13:25 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30365" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30365">
<Title>Computers Piecing Together Jigsaw of Jewish Lore</Title>
<Body>
<![CDATA[
    <div class="html-content">A sophisticated artificial intelligence program is helping reassemble more than 100,000 document fragments collected across 1,000 years that reveal details of Jewish life along the Mediterranean.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F05%2F27%2Fworld%2Fmiddleeast%2Fcomputers-piecing-together-jigsaw-of-jewish-lore.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Computers+Piecing+Together+Jigsaw+of+Jewish+Lore" 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%2F05%2F27%2Fworld%2Fmiddleeast%2Fcomputers-piecing-together-jigsaw-of-jewish-lore.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Computers+Piecing+Together+Jigsaw+of+Jewish+Lore" 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%2F05%2F27%2Fworld%2Fmiddleeast%2Fcomputers-piecing-together-jigsaw-of-jewish-lore.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Computers+Piecing+Together+Jigsaw+of+Jewish+Lore" 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%2F05%2F27%2Fworld%2Fmiddleeast%2Fcomputers-piecing-together-jigsaw-of-jewish-lore.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Computers+Piecing+Together+Jigsaw+of+Jewish+Lore" 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%2F05%2F27%2Fworld%2Fmiddleeast%2Fcomputers-piecing-together-jigsaw-of-jewish-lore.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Computers+Piecing+Together+Jigsaw+of+Jewish+Lore" 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/165665426806/u/0/f/640387/c/34625/s/2c6f9522/kg/342-363/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665426806/u/0/f/640387/c/34625/s/2c6f9522/kg/342-363/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>A sophisticated artificial intelligence program is helping reassemble more than 100,000 document fragments collected across 1,000 years that reveal details of Jewish life along the Mediterranean....</Summary>
<Website>http://www.nytimes.com/2013/05/27/world/middleeast/computers-piecing-together-jigsaw-of-jewish-lore.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30365/guest@my.umbc.edu/9188ac2f3356e6c42e1452a61f9e2d35/api/pixel</TrackingUrl>
<Tag>cairo-egypt</Tag>
<Tag>computers-and-the-internet</Tag>
<Tag>jews-and-judaism</Tag>
<Tag>new</Tag>
<Tag>shweka-roni</Tag>
<Tag>technology</Tag>
<Tag>tel-aviv-university</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>Sun, 26 May 2013 19:38:52 -0400</PostedAt>
<EditAt>Wed, 29 May 2013 21:47:34 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30366" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30366">
<Title>Disruptions: Privacy Challenges of Wearable Computing</Title>
<Body>
<![CDATA[
    <div class="html-content">Fans of wearable computers can capture what is happening around them with a wink or a subtle click, which raises the question of whether bystanders have a say in being recorded.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F05%2F26%2Fdisruptions-at-odds-over-privacy-challenges-of-wearable-computing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Disruptions%3A+Privacy+Challenges+of+Wearable+Computing" 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%2F05%2F26%2Fdisruptions-at-odds-over-privacy-challenges-of-wearable-computing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Disruptions%3A+Privacy+Challenges+of+Wearable+Computing" 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%2F05%2F26%2Fdisruptions-at-odds-over-privacy-challenges-of-wearable-computing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Disruptions%3A+Privacy+Challenges+of+Wearable+Computing" 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%2F05%2F26%2Fdisruptions-at-odds-over-privacy-challenges-of-wearable-computing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Disruptions%3A+Privacy+Challenges+of+Wearable+Computing" 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%2F05%2F26%2Fdisruptions-at-odds-over-privacy-challenges-of-wearable-computing%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Disruptions%3A+Privacy+Challenges+of+Wearable+Computing" 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/165665426805/u/0/f/640387/c/34625/s/2c6f9524/kg/342-363/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665426805/u/0/f/640387/c/34625/s/2c6f9524/kg/342-363/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Fans of wearable computers can capture what is happening around them with a wink or a subtle click, which raises the question of whether bystanders have a say in being recorded.     </Summary>
<Website>http://bits.blogs.nytimes.com/2013/05/26/disruptions-at-odds-over-privacy-challenges-of-wearable-computing/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30366/guest@my.umbc.edu/a76760fc8ea2e6d6b0cafd3d8f6d9d1d/api/pixel</TrackingUrl>
<Tag>data</Tag>
<Tag>devices</Tag>
<Tag>google-i-o-2013</Tag>
<Tag>google-inc</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>internet</Tag>
<Tag>new</Tag>
<Tag>privacy</Tag>
<Tag>security</Tag>
<Tag>technology</Tag>
<Tag>wearable-computing</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>Sun, 26 May 2013 17:43:35 -0400</PostedAt>
<EditAt>Tue, 28 May 2013 12:11:50 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="30367" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30367">
<Title>Critic&#8217;s Notebook: Xbox, Nintendo and PlayStation Look to Next Generation of Consoles</Title>
<Body>
<![CDATA[
    <div class="html-content">Game consoles are moving into a new generation, facing the competition from mobile and tablet games.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F05%2F27%2Farts%2Fvideo-games%2Fxbox-nintendo-and-playstation-look-to-next-generation-of-consoles.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Critic%E2%80%99s+Notebook%3A+Xbox%2C+Nintendo+and+PlayStation+Look+to+Next+Generation+of+Consoles" 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%2F05%2F27%2Farts%2Fvideo-games%2Fxbox-nintendo-and-playstation-look-to-next-generation-of-consoles.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Critic%E2%80%99s+Notebook%3A+Xbox%2C+Nintendo+and+PlayStation+Look+to+Next+Generation+of+Consoles" 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%2F05%2F27%2Farts%2Fvideo-games%2Fxbox-nintendo-and-playstation-look-to-next-generation-of-consoles.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Critic%E2%80%99s+Notebook%3A+Xbox%2C+Nintendo+and+PlayStation+Look+to+Next+Generation+of+Consoles" 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%2F05%2F27%2Farts%2Fvideo-games%2Fxbox-nintendo-and-playstation-look-to-next-generation-of-consoles.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Critic%E2%80%99s+Notebook%3A+Xbox%2C+Nintendo+and+PlayStation+Look+to+Next+Generation+of+Consoles" 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%2F05%2F27%2Farts%2Fvideo-games%2Fxbox-nintendo-and-playstation-look-to-next-generation-of-consoles.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Critic%E2%80%99s+Notebook%3A+Xbox%2C+Nintendo+and+PlayStation+Look+to+Next+Generation+of+Consoles" 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/165665426804/u/0/f/640387/c/34625/s/2c6f9523/kg/355/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665426804/u/0/f/640387/c/34625/s/2c6f9523/kg/355/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Game consoles are moving into a new generation, facing the competition from mobile and tablet games.     </Summary>
<Website>http://www.nytimes.com/2013/05/27/arts/video-games/xbox-nintendo-and-playstation-look-to-next-generation-of-consoles.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30367/guest@my.umbc.edu/0999e0179d0204ff06b140731d393b3e/api/pixel</TrackingUrl>
<Tag>apple-inc-aapl-nasdaq</Tag>
<Tag>computer-and-video-games</Tag>
<Tag>microsoft-corporation-msft-nasdaq</Tag>
<Tag>netflix-inc-nflx-nasdaq</Tag>
<Tag>new</Tag>
<Tag>nintendo-ds-video-game-system</Tag>
<Tag>playstation-3-video-game-system</Tag>
<Tag>sony-corporation-sne-nyse</Tag>
<Tag>technology</Tag>
<Tag>xbox-360-video-game-system</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>Sun, 26 May 2013 17:26:08 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="30368" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30368">
<Title>Israeli Electric Car Company Files for Liquidation</Title>
<Body>
<![CDATA[
    <div class="html-content">Better Place failed to attract many customers to its battery-swapping service plan, and its largest shareholder decided against further investment.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F05%2F27%2Fbusiness%2Fglobal%2Fisraeli-electric-car-company-files-for-liquidation.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Israeli+Electric+Car+Company+Files+for+Liquidation" 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%2F05%2F27%2Fbusiness%2Fglobal%2Fisraeli-electric-car-company-files-for-liquidation.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Israeli+Electric+Car+Company+Files+for+Liquidation" 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%2F05%2F27%2Fbusiness%2Fglobal%2Fisraeli-electric-car-company-files-for-liquidation.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Israeli+Electric+Car+Company+Files+for+Liquidation" 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%2F05%2F27%2Fbusiness%2Fglobal%2Fisraeli-electric-car-company-files-for-liquidation.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Israeli+Electric+Car+Company+Files+for+Liquidation" 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%2F05%2F27%2Fbusiness%2Fglobal%2Fisraeli-electric-car-company-files-for-liquidation.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Israeli+Electric+Car+Company+Files+for+Liquidation" 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/165665426803/u/0/f/640387/c/34625/s/2c6f9521/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665426803/u/0/f/640387/c/34625/s/2c6f9521/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Better Place failed to attract many customers to its battery-swapping service plan, and its largest shareholder decided against further investment.     </Summary>
<Website>http://www.nytimes.com/2013/05/27/business/global/israeli-electric-car-company-files-for-liquidation.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30368/guest@my.umbc.edu/e438ddf5b938df5bd2fdbfbe0057a534/api/pixel</TrackingUrl>
<Tag>a123-systems-inc-aone-nasdaq</Tag>
<Tag>automobiles</Tag>
<Tag>bankruptcies</Tag>
<Tag>better-place-llc</Tag>
<Tag>electric-and-hybrid-vehicles</Tag>
<Tag>israel</Tag>
<Tag>new</Tag>
<Tag>sap-ag-sap-nyse</Tag>
<Tag>technology</Tag>
<Tag>tesla-motors-inc-tsla-nasdaq</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>Sun, 26 May 2013 16:51:24 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="30362" important="false" status="posted" url="https://my3.my.umbc.edu/posts/30362">
<Title>Chinese Telecom Companies Caught in Middle of Trade Dispute</Title>
<Body>
<![CDATA[
    <div class="html-content">Officials appear poised to try to settle a dispute over the Chinese telecommunications firms Huawei and ZTE, which were accused of violating antidumping and subsidies laws.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F05%2F27%2Ftechnology%2Fchinese-telecom-companies-caught-in-middle-of-trade-dispute.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chinese+Telecom+Companies+Caught+in+Middle+of+Trade+Dispute" 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%2F05%2F27%2Ftechnology%2Fchinese-telecom-companies-caught-in-middle-of-trade-dispute.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chinese+Telecom+Companies+Caught+in+Middle+of+Trade+Dispute" 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%2F05%2F27%2Ftechnology%2Fchinese-telecom-companies-caught-in-middle-of-trade-dispute.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chinese+Telecom+Companies+Caught+in+Middle+of+Trade+Dispute" 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%2F05%2F27%2Ftechnology%2Fchinese-telecom-companies-caught-in-middle-of-trade-dispute.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chinese+Telecom+Companies+Caught+in+Middle+of+Trade+Dispute" 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%2F05%2F27%2Ftechnology%2Fchinese-telecom-companies-caught-in-middle-of-trade-dispute.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Chinese+Telecom+Companies+Caught+in+Middle+of+Trade+Dispute" 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/165664443939/u/0/f/640387/c/34625/s/2c6e7a8c/kg/367-387/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165664443939/u/0/f/640387/c/34625/s/2c6e7a8c/kg/367-387/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Officials appear poised to try to settle a dispute over the Chinese telecommunications firms Huawei and ZTE, which were accused of violating antidumping and subsidies laws.     </Summary>
<Website>http://www.nytimes.com/2013/05/27/technology/chinese-telecom-companies-caught-in-middle-of-trade-dispute.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/30362/guest@my.umbc.edu/b02b76ce71d5432e562dd6dae6c144c1/api/pixel</TrackingUrl>
<Tag>alcatel-lucent-alu-nyse</Tag>
<Tag>china</Tag>
<Tag>china-mobile-ltd-chl-nyse</Tag>
<Tag>china-unicom-hong-kong-ltd-chu-nyse</Tag>
<Tag>europe</Tag>
<Tag>european-commission</Tag>
<Tag>european-union</Tag>
<Tag>huawei-technologies-co-ltd</Tag>
<Tag>international-trade-and-world-market</Tag>
<Tag>new</Tag>
<Tag>technology</Tag>
<Tag>telefonaktiebolaget-l-m-ericsson-eric-nasdaq</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>Sun, 26 May 2013 15:07:57 -0400</PostedAt>
<EditAt>Sun, 26 May 2013 15:07:57 -0400</EditAt>
</NewsItem>

</News>
