<?xml version="1.0"?>
<News hasArchived="true" page="7900" pageCount="10751" pageSize="10" timestamp="Fri, 14 Aug 2026 18:47:37 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7900">
<NewsItem contentIssues="false" id="40224" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40224">
<Title>PSD to HTML is Dead</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>PSD to HTML tutorials are all over the web. In fact, many people have asked me why there’s not a PSD to HTML tutorial on <a href="https://teamtreehouse.com/" rel="nofollow external" class="bo">Treehouse</a>. In addition to the tutorials, there are lots of companies that will accept a PSD and convert it to a webpage for roughly $100 USD.</p>
    <div>
    <img alt="Google returns more than 48 million results for a &quot;psd to html&quot; search. It's popular, but not the best way to make websites." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/01/psd2html.png" width="1244" height="333" style="max-width: 100%; height: auto;"><p>Google returns more than 48 million results for a “psd to html” search. It’s popular, but not the best way to make websites.</p>
    </div>
    <p>If it’s so popular, then how can I say that it’s dead? Well… I wish every web design quandary could fit into a poetic 140 character tweet, but this is a fuzzy issue that demands a more articulate explanation. Let’s dig in.</p>
    <h2>What is PSD to HTML?</h2>
    <p>In general, “PSD to HTML” is a workflow. First, a web page is designed in a Photoshop Document (PSD) and then converted to code (using HTML, CSS, and JavaScript). You could swap Photoshop with any other image editor (like Pixelmator, GIMP, and so on), but the principle is the same. Here’s a slightly more detailed step-by-step breakdown:</p>
    <ol>
    <li>Design a high fidelity pixel-perfect mockup in Photoshop of <em>exactly</em> what you want your site to look like.<em><br>
    </em>
    </li>
    <li>Use the slice tool to divide your website’s imagery and then export it for the web.</li>
    <li>Write HTML and CSS that utilizes the imagery you exported from Photoshop.</li>
    </ol>
    <p>At first glance, this might seem like a good idea. It can be difficult to start coding if you don’t know what the final result is going to look like, so experimenting in Photoshop first and then “exporting” it to HTML sounds like a granular and sensible process.</p>
    <div>
    <img alt="Screenshot of the save for web dialog window in Photoshop." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/01/saveforweb.png" width="1244" height="905" style="max-width: 100%; height: auto;"><p>In Photoshop, the slices feature in the save for web dialog used to be an essential tool for designers saving assets from a PSD. It made it easy to “slice” a design into images and then layout in a web page using HTML and CSS.</p>
    </div>
    <p>Taking this idea further, many web companies have used PSD to HTML as a template for team workflows. In other words, a designer creates the Photoshop mockup and then hands it over to a developer that writes all of the code. In modern times, the job role of a web designer tends to encompass aesthetics as well as HTML and CSS coding.</p>
    <h2>Was PSD to HTML ever a good idea?</h2>
    <p>Yes, PSD to HTML workflows used to be one of the best ways to make websites. There’s two big reasons why PSD to HTML <em>used</em> to make sense.</p>
    <p>The first reason is for image assets. Before browsers supported all the wonderful features of modern CSS (drop shadows, rounded corners, gradients, and more) it was very difficult to create cross-browser effects without the use of images. Designers would create shadows and rounded corners as images, then clever coding tricks were used to place the imagery on the page. These assets would need to be realized no matter what, so creating them at the same time as the high fidelity mockup actually saved time.</p>
    <div>
    <img alt="Screenshot of a sliding doors tab asset." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/01/sliding-doors.png" width="1244" height="193" style="max-width: 100%; height: auto;"><p>Prior to the development and widespread adoption of CSS, many websites were a collection of image assets that looked something like this. One of the most innovative techniques of the time was the <a href="http://alistapart.com/article/slidingdoors" rel="nofollow external" class="bo">sliding doors</a> technique to create tabs back in 2003.</p>
    </div>
    <p>Secondly (and perhaps more importantly) the web used to only be available on desktop browsers and wasn’t <em>really</em> present on phones and tablets in the way it is today. Designing for one fixed resolution of 1024×768 used to be totally viable.</p>
    <p>For these two reasons, it’s understandable why a designer would look to Photoshop as their primary web design tool. Image assets were needed for a single screen resolution.</p>
    <h2>What’s wrong with PSD to HTML now?</h2>
    <p>When pitted against other areas of art and technology, the web is a relatively young medium and things change fast. I’ve made dozens of websites using some variation of the PSD to HTML mindset and I’m sure many people reading this have done the same, but it’s time to move on. Here are the primary reasons why I believe thinking in terms of PSD to HTML is dead.</p>
    <h3>Responsive Web Design</h3>
    <p>First, there are now a myriad of methods for browsing the web. Phones, tablets, desktops, notebooks, televisions, and more. There is no single screen resolution that a designer can target. Taking that idea a few steps further, there’s really no number of screen resolutions that you can safely “target” anymore.</p>
    <div>
    <a href="http://screensiz.es/" rel="nofollow external" class="bo"><img alt="Screensiz.es provides tables of information about popular hardware devices." src="http://blog.teamtreehouse.com/wp-content/uploads/2013/11/screensizes.png" width="1244" height="640" style="max-width: 100%; height: auto;"></a><p>Screensiz.es provides tables of information about popular hardware devices.</p>
    </div>
    <p>I’m not going to delve into the finer details of <a href="http://blog.teamtreehouse.com/beginners-guide-to-responsive-web-design" rel="nofollow external" class="bo">responsive web design</a> or <a href="http://blog.teamtreehouse.com/scalable-web-design" rel="nofollow external" class="bo">scalable design</a>, but the point is that Photoshop is <em>pixel</em> based. Web pages are fluid and change.</p>
    <h3>CSS Design</h3>
    <p>Second, new features in CSS have now become commonly available. There are still a few lingering issues here and there, but support has <em>vastly</em> improved in the last several years. Common effects like shadows, gradients, and rounded corners can be accomplished in CSS and usually don’t even need an image-based fallback anymore.</p>
    <h3>Maturity</h3>
    <p>Third, the web industry has grown up a lot. Collectively we’ve had more time to refine our present understanding of what works and what doesn’t. Most companies will expect a designer to take ownership of aesthetics as well as HTML and CSS code.</p>
    <p>This also means there are much better tools to support modern workflows. <a href="http://teamtreehouse.com/library/framework-basics" rel="nofollow external" class="bo">CSS frameworks</a> like Bootstrap and Foundation make it more viable to design in the browser. Apps like Balsamiq and Omnigraffle help to wireframe sites rapidly. Pencil and paper mockups have stood the test of time because they allow for extremely rapid iteration.</p>
    <h2>Does this mean Photoshop is dead?</h2>
    <p>No! Not even close. Photoshop is still very important to web design. The problem comes in when a powerful tool like Photoshop is used as a catch all solution without thinking of the higher level task (designing websites). Photoshop is awesome for editing and exporting photographs for web usage. There’s also plenty of situations where it still might make sense to generate full detail mockups (in Photoshop, Illustrator, or otherwise) as part of a more complete process. Here are a couple of examples:</p>
    <ul>
    <li>High fidelity mockups can be a critical communication tool when working with web design clients. It might <em>seem</em> faster to skip a high detail mockup, but it could hurt later on, because many clients aren’t going to understand how a wireframe will translate to a web browser. A high fidelity mockup can serve as a discussion tool before writing lots of code (only to discover it’s not what the client wanted).</li>
    <li>High fidelity mockups can be very important when working in medium to large sized teams. We often will create high res mockups at Treehouse when planning new courses or designing new features of our site, because it’s a powerful way to sync everyone’s mental model of what a feature will look like or how a project might look once it’s finished.</li>
    </ul>
    <p>These two examples have a key difference from the PSD to HTML way of thinking. High detail mockups are still sometimes generated, but not so that they can be “tossed over the fence” to a team of developers or sliced up into code. Rather, Photoshop mockups can be used as a visual aid to discuss ideas. In a PSD to HTML workflow, the Photoshop document represents the final site and it’s expected to look exactly the same in the browser. This is a subtle but important difference.</p>
    <h2>Different Strokes</h2>
    <p>Everyone’s workflow is different and nobody knows how to make the perfect website. You should always do whatever is most effective for you and your colleagues. Pushing pixels around in Photoshop is a ton of fun, but I can admit to many occasions when I’ve pushed the pixels too far. The key is to know yourself and what makes you perform at your best. If you have any questions or opinions, I’d love to hear about them in the comments!</p>
    <p>The post <a href="http://blog.teamtreehouse.com/psd-to-html-is-dead" rel="nofollow external" class="bo">PSD to HTML is Dead</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>PSD to HTML tutorials are all over the web. In fact, many people have asked me why there’s not a PSD to HTML tutorial on Treehouse. In addition to the tutorials, there are lots of companies that...</Summary>
<Website>http://blog.teamtreehouse.com/psd-to-html-is-dead?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=psd-to-html-is-dead</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40224/guest@my.umbc.edu/f165b97d34ff66c525143552c6285185/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>make-a-website</Tag>
<Tag>responsive</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 14 Jan 2014 12:00:55 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40311" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40311">
<Title>PSD to HTML is Dead</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>PSD to HTML tutorials are all over the web. In fact, many people have asked me why there’s not a PSD to HTML tutorial on <a href="https://teamtreehouse.com/" rel="nofollow external" class="bo">Treehouse</a>. In addition to the tutorials, there are lots of companies that will accept a PSD and convert it to a webpage for roughly $100 USD.</p>
    <div>
    <img alt="Google returns more than 48 million results for a &quot;psd to html&quot; search. It's popular, but not the best way to make websites." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/01/psd2html.png" width="1244" height="333" style="max-width: 100%; height: auto;"><p>Google returns more than 48 million results for a “psd to html” search. It’s popular, but not the best way to make websites.</p>
    </div>
    <p>If it’s so popular, then how can I say that it’s dead? Well… I wish every web design quandary could fit into a poetic 140 character tweet, but this is a fuzzy issue that demands a more articulate explanation. Let’s dig in.</p>
    <h2>What is PSD to HTML?</h2>
    <p>In general, “PSD to HTML” is a workflow. First, a web page is designed in a Photoshop Document (PSD) and then converted to code (using HTML, CSS, and JavaScript). You could swap Photoshop with any other image editor (like Pixelmator, GIMP, and so on), but the principle is the same. Here’s a slightly more detailed step-by-step breakdown:</p>
    <ol>
    <li>Design a high fidelity pixel-perfect mockup in Photoshop of <em>exactly</em> what you want your site to look like.<em><br>
    </em>
    </li>
    <li>Use the slice tool to divide your website’s imagery and then export it for the web.</li>
    <li>Write HTML and CSS that utilizes the imagery you exported from Photoshop.</li>
    </ol>
    <p>At first glance, this might seem like a good idea. It can be difficult to start coding if you don’t know what the final result is going to look like, so experimenting in Photoshop first and then “exporting” it to HTML sounds like a granular and sensible process.</p>
    <div>
    <img alt="Screenshot of the save for web dialog window in Photoshop." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/01/saveforweb.png" width="1244" height="905" style="max-width: 100%; height: auto;"><p>In Photoshop, the slices feature in the save for web dialog used to be an essential tool for designers saving assets from a PSD. It made it easy to “slice” a design into images and then layout in a web page using HTML and CSS.</p>
    </div>
    <p>Taking this idea further, many web companies have used PSD to HTML as a template for team workflows. In other words, a designer creates the Photoshop mockup and then hands it over to a developer that writes all of the code. In modern times, the job role of a web designer tends to encompass aesthetics as well as HTML and CSS coding.</p>
    <h2>Was PSD to HTML ever a good idea?</h2>
    <p>Yes, PSD to HTML workflows used to be one of the best ways to make websites. There’s two big reasons why PSD to HTML <em>used</em> to make sense.</p>
    <p>The first reason is for image assets. Before browsers supported all the wonderful features of modern CSS (drop shadows, rounded corners, gradients, and more) it was very difficult to create cross-browser effects without the use of images. Designers would create shadows and rounded corners as images, then clever coding tricks were used to place the imagery on the page. These assets would need to be realized no matter what, so creating them at the same time as the high fidelity mockup actually saved time.</p>
    <div>
    <img alt="Screenshot of a sliding doors tab asset." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/01/sliding-doors.png" width="1244" height="193" style="max-width: 100%; height: auto;"><p>Prior to the development and widespread adoption of CSS, many websites were a collection of image assets that looked something like this. One of the most innovative techniques of the time was the <a href="http://alistapart.com/article/slidingdoors" rel="nofollow external" class="bo">sliding doors</a> technique to create tabs back in 2003.</p>
    </div>
    <p>Secondly (and perhaps more importantly) the web used to only be available on desktop browsers and wasn’t <em>really</em> present on phones and tablets in the way it is today. Designing for one fixed resolution of 1024×768 used to be totally viable.</p>
    <p>For these two reasons, it’s understandable why a designer would look to Photoshop as their primary web design tool. Image assets were needed for a single screen resolution.</p>
    <h2>What’s wrong with PSD to HTML now?</h2>
    <p>When pitted against other areas of art and technology, the web is a relatively young medium and things change fast. I’ve made dozens of websites using some variation of the PSD to HTML mindset and I’m sure many people reading this have done the same, but it’s time to move on. Here are the primary reasons why I believe thinking in terms of PSD to HTML is dead.</p>
    <h3>Responsive Web Design</h3>
    <p>First, there are now a myriad of methods for browsing the web. Phones, tablets, desktops, notebooks, televisions, and more. There is no single screen resolution that a designer can target. Taking that idea a few steps further, there’s really no number of screen resolutions that you can safely “target” anymore.</p>
    <div>
    <a href="http://screensiz.es/" rel="nofollow external" class="bo"><img alt="Screensiz.es provides tables of information about popular hardware devices." src="http://blog.teamtreehouse.com/wp-content/uploads/2013/11/screensizes.png" width="1244" height="640" style="max-width: 100%; height: auto;"></a><p>Screensiz.es provides tables of information about popular hardware devices.</p>
    </div>
    <p>I’m not going to delve into the finer details of <a href="http://blog.teamtreehouse.com/beginners-guide-to-responsive-web-design" rel="nofollow external" class="bo">responsive web design</a> or <a href="http://blog.teamtreehouse.com/scalable-web-design" rel="nofollow external" class="bo">scalable design</a>, but the point is that Photoshop is <em>pixel</em> based. Web pages are fluid and change.</p>
    <h3>CSS Design</h3>
    <p>Second, new features in CSS have now become commonly available. There are still a few lingering issues here and there, but support has <em>vastly</em> improved in the last several years. Common effects like shadows, gradients, and rounded corners can be accomplished in CSS and usually don’t even need an image-based fallback anymore.</p>
    <h3>Maturity</h3>
    <p>Third, the web industry has grown up a lot. Collectively we’ve had more time to refine our present understanding of what works and what doesn’t. Most companies will expect a designer to take ownership of aesthetics as well as HTML and CSS code.</p>
    <p>This also means there are much better tools to support modern workflows. <a href="http://teamtreehouse.com/library/framework-basics" rel="nofollow external" class="bo">CSS frameworks</a> like Bootstrap and Foundation make it more viable to design in the browser. Apps like Balsamiq and Omnigraffle help to wireframe sites rapidly. Pencil and paper mockups have stood the test of time because they allow for extremely rapid iteration.</p>
    <h2>Does this mean Photoshop is dead?</h2>
    <p>No! Not even close. Photoshop is still very important to web design. The problem comes in when a powerful tool like Photoshop is used as a catch all solution without thinking of the higher level task (designing websites). Photoshop is awesome for editing and exporting photographs for web usage. There’s also plenty of situations where it still might make sense to generate full detail mockups (in Photoshop, Illustrator, or otherwise) as part of a more complete process. Here are a couple of examples:</p>
    <ul>
    <li>High fidelity mockups can be a critical communication tool when working with web design clients. It might <em>seem</em> faster to skip a high detail mockup, but it could hurt later on, because many clients aren’t going to understand how a wireframe will translate to a web browser. A high fidelity mockup can serve as a discussion tool before writing lots of code (only to discover it’s not what the client wanted).</li>
    <li>High fidelity mockups can be very important when working in medium to large sized teams. We often will create high res mockups at Treehouse when planning new courses or designing new features of our site, because it’s a powerful way to sync everyone’s mental model of what a feature will look like or how a project might look once it’s finished.</li>
    </ul>
    <p>These two examples have a key difference from the PSD to HTML way of thinking. High detail mockups are still sometimes generated, but not so that they can be “tossed over the fence” to a team of developers or sliced up into code. Rather, Photoshop mockups can be used as a visual aid to discuss ideas. In a PSD to HTML workflow, the Photoshop document represents the final site and it’s expected to look exactly the same in the browser. This is a subtle but important difference.</p>
    <h2>Different Strokes</h2>
    <p>Everyone’s workflow is different and nobody knows how to make the perfect website. You should always do whatever is most effective for you and your colleagues. Pushing pixels around in Photoshop is a ton of fun, but I can admit to many occasions when I’ve pushed the pixels too far. The key is to know yourself and what makes you perform at your best. If you have any questions or opinions, I’d love to hear about them in the comments!</p>
    <p>The post <a href="http://blog.teamtreehouse.com/psd-to-html-is-dead" rel="nofollow external" class="bo">PSD to HTML is Dead</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>PSD to HTML tutorials are all over the web. In fact, many people have asked me why there’s not a PSD to HTML tutorial on Treehouse. In addition to the tutorials, there are lots of companies that...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/nGfrBCU7u48/psd-to-html-is-dead</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40311/guest@my.umbc.edu/8dafa983570947fca8da3789ae5d1229/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>make-a-website</Tag>
<Tag>responsive</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 14 Jan 2014 12:00:55 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40312" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40312">
<Title>Sprite Generation, HTML5 Apps, Color Schemes | Treehouse Show Episode 73</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>It’s Tuesday which means that the Treehouse Show is back! In episode 73 of The Treehouse Show, Nick and Jason (<a href="http://twitter.com/jseifer" rel="nofollow external" class="bo">@jseifer</a>) talk about sprite generation, HTML5 apps, color schemes, and more!</p>
    <p></p>
    <div class="embed-container"><iframe src="//www.youtube.com/embed/wGITGY8PDH8" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowFullScreen">[Video]</iframe></div>
    <h3>This Week’s Links</h3>
    <ul>
    <li>
    <p><a href="http://apps.stupid-studio.com/" rel="nofollow external" class="bo">The Sprite Generator (beta) » Stupid Apps</a></p>
    </li>
    <li>
    <p><a href="http://software.intel.com/en-us/html5/tools" rel="nofollow external" class="bo">Tools | Intel® Developer Zone</a></p>
    </li>
    <li>
    <p><a href="http://clrs.cc/" rel="nofollow external" class="bo">Colors</a></p>
    </li>
    <li>
    <p><a href="https://github.com/ckundo/access_lint" rel="nofollow external" class="bo">ckundo/access_lint</a></p>
    </li>
    <li>
    <p><a href="http://planetaryjs.com/" rel="nofollow external" class="bo">Planetary.js: Awesome interactive globes for the web</a></p>
    </li>
    <li>
    <p><a href="http://mark-rolich.github.io/Magnifier.js/" rel="nofollow external" class="bo">Magnifier.js demo</a></p>
    </li>
    <li>
    <p><a href="http://ianlunn.github.io/Hover/" rel="nofollow external" class="bo">Hover.css – A collection of CSS3 powered hover effects</a></p>
    </li>
    <li>
    <p><a href="https://placeit.net/#!/stages/white-samsung-galaxy-s4-held-by-a-woman" rel="nofollow external" class="bo">Placeit – Generate Product Screenshots in Realistic Environments</a></p>
    </li>
    </ul>
    <p>The post <a href="http://blog.teamtreehouse.com/treehouse-show-73" rel="nofollow external" class="bo">Sprite Generation, HTML5 Apps, Color Schemes | Treehouse Show Episode 73</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>It’s Tuesday which means that the Treehouse Show is back! In episode 73 of The Treehouse Show, Nick and Jason (@jseifer) talk about sprite generation, HTML5 apps, color schemes, and more!...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/ffNVT7MmDhU/treehouse-show-73</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40312/guest@my.umbc.edu/b01cd3d849da5bb3569f70eed27e5a79/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>responsive</Tag>
<Tag>treehouse-show</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, 14 Jan 2014 12:00:20 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="40225" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40225">
<Title>Sprite Generation, HTML5 Apps, Color Schemes | Treehouse Show Episode 73</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>It’s Tuesday which means that the Treehouse Show is back! In episode 73 of The Treehouse Show, Nick and Jason (<a href="http://twitter.com/jseifer" rel="nofollow external" class="bo">@jseifer</a>) talk about sprite generation, HTML5 apps, color schemes, and more!</p>
    <p></p>
    <div class="embed-container"><iframe src="//www.youtube.com/embed/wGITGY8PDH8" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowFullScreen">[Video]</iframe></div>
    <h3>This Week’s Links</h3>
    <ul>
    <li>
    <p><a href="http://apps.stupid-studio.com/" rel="nofollow external" class="bo">The Sprite Generator (beta) » Stupid Apps</a></p>
    </li>
    <li>
    <p><a href="http://software.intel.com/en-us/html5/tools" rel="nofollow external" class="bo">Tools | Intel® Developer Zone</a></p>
    </li>
    <li>
    <p><a href="http://clrs.cc/" rel="nofollow external" class="bo">Colors</a></p>
    </li>
    <li>
    <p><a href="https://github.com/ckundo/access_lint" rel="nofollow external" class="bo">ckundo/access_lint</a></p>
    </li>
    <li>
    <p><a href="http://planetaryjs.com/" rel="nofollow external" class="bo">Planetary.js: Awesome interactive globes for the web</a></p>
    </li>
    <li>
    <p><a href="http://mark-rolich.github.io/Magnifier.js/" rel="nofollow external" class="bo">Magnifier.js demo</a></p>
    </li>
    <li>
    <p><a href="http://ianlunn.github.io/Hover/" rel="nofollow external" class="bo">Hover.css – A collection of CSS3 powered hover effects</a></p>
    </li>
    <li>
    <p><a href="https://placeit.net/#!/stages/white-samsung-galaxy-s4-held-by-a-woman" rel="nofollow external" class="bo">Placeit – Generate Product Screenshots in Realistic Environments</a></p>
    </li>
    </ul>
    <p>The post <a href="http://blog.teamtreehouse.com/treehouse-show-73" rel="nofollow external" class="bo">Sprite Generation, HTML5 Apps, Color Schemes | Treehouse Show Episode 73</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>It’s Tuesday which means that the Treehouse Show is back! In episode 73 of The Treehouse Show, Nick and Jason (@jseifer) talk about sprite generation, HTML5 apps, color schemes, and more!...</Summary>
<Website>http://blog.teamtreehouse.com/treehouse-show-73?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=treehouse-show-73</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40225/guest@my.umbc.edu/55c3df44e468f82da329048943a8ea63/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>responsive</Tag>
<Tag>treehouse-show</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, 14 Jan 2014 12:00:20 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40223" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40223">
<Title>Bits Blog: Feigning Deafness, Giving Your Dog&#8217;s Email and Other Reader Tips to Thwart Privacy Grubbers</Title>
<Body>
<![CDATA[
    <div class="html-content">To avoid handing over personal information, some readers said they feign deafness. Others provide a fake email address belonging to their dog or Representative Paul D. Ryan of Wisconsin.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2014%2F01%2F14%2Ffeigning-deafness-giving-your-dogs-email-and-other-reader-tips-to-thwart-privacy-grubbers%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Feigning+Deafness%2C+Giving+Your+Dog%E2%80%99s+Email+and+Other+Reader+Tips+to+Thwart+Privacy+Grubbers" 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%2F2014%2F01%2F14%2Ffeigning-deafness-giving-your-dogs-email-and-other-reader-tips-to-thwart-privacy-grubbers%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Feigning+Deafness%2C+Giving+Your+Dog%E2%80%99s+Email+and+Other+Reader+Tips+to+Thwart+Privacy+Grubbers" 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%2F2014%2F01%2F14%2Ffeigning-deafness-giving-your-dogs-email-and-other-reader-tips-to-thwart-privacy-grubbers%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Feigning+Deafness%2C+Giving+Your+Dog%E2%80%99s+Email+and+Other+Reader+Tips+to+Thwart+Privacy+Grubbers" 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%2F2014%2F01%2F14%2Ffeigning-deafness-giving-your-dogs-email-and-other-reader-tips-to-thwart-privacy-grubbers%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Feigning+Deafness%2C+Giving+Your+Dog%E2%80%99s+Email+and+Other+Reader+Tips+to+Thwart+Privacy+Grubbers" 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%2F2014%2F01%2F14%2Ffeigning-deafness-giving-your-dogs-email-and-other-reader-tips-to-thwart-privacy-grubbers%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Feigning+Deafness%2C+Giving+Your+Dog%E2%80%99s+Email+and+Other+Reader+Tips+to+Thwart+Privacy+Grubbers" 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/186528850514/u/0/f/640387/c/34625/s/35e56631/sc/22/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/sc/22/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/sc/22/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/sc/22/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/sc/22/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/sc/22/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186528850514/u/0/f/640387/c/34625/s/35e56631/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>To avoid handing over personal information, some readers said they feign deafness. Others provide a fake email address belonging to their dog or Representative Paul D. Ryan of Wisconsin.      </Summary>
<Website>http://bits.blogs.nytimes.com/2014/01/14/feigning-deafness-giving-your-dogs-email-and-other-reader-tips-to-thwart-privacy-grubbers/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40223/guest@my.umbc.edu/5771126474b46187d5d118baa4c281f0/api/pixel</TrackingUrl>
<Tag>consumer-protection</Tag>
<Tag>e-mail</Tag>
<Tag>new</Tag>
<Tag>privacy</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>Tue, 14 Jan 2014 11:43:59 -0500</PostedAt>
<EditAt>Tue, 14 Jan 2014 15:12:48 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40218" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40218">
<Title>MTA Bus Pass Sales Dates for Spring 2014</Title>
<Tagline>Find out when OCSS is selling bus passes in our office</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div>MTA bus passes are good for a calendar month and cost just $39 with your UMBC ID card.  They can only be purchased in the OCSS office on the first floor of The Commons next to the Bookstore.</div>
    <div><br></div>Here are the dates:<div>February - Jan. 28 - Feb. 6</div>
    <div>March - Feb. 25 - March 6</div>
    <div>April - March 26 - April 6</div>
    <div><br></div>
    <div>OCSS does not accept cash or credit, only the UMBC ID card.  In order to put money on your card, here's where you can go:</div>
    <div>
    <div>1. Cash-to-Card machines in The Commons</div>
    <div>2. AOK Library </div>
    <div>3. University Center near the Comm store</div>
    <div>4. Cashier’s window in Accounting in the Administration Building (3rd floor)</div>
    <div>5. Online: <a href="http://aok.lib.umbc.edu/services/campuscard.php">http://aok.lib.umbc.edu/services/campuscard.php</a> </div>
    </div>
    </div>
]]>
</Body>
<Summary>MTA bus passes are good for a calendar month and cost just $39 with your UMBC ID card.  They can only be purchased in the OCSS office on the first floor of The Commons next to the Bookstore....</Summary>
<Website>http://mta.maryland.gov/content/special-fare-programs</Website>
<AttachmentKind>Flyer</AttachmentKind>
<AttachmentUrl>https://assets4-my.umbc.edu/system/shared/attachments/93bbd80dccbe89391d56db5e585ed09e/6a7f9b09/news/000/040/218/0afe095e81a6ac76ff3f69975cb3e7ae/MTAStudentPassSalesSpr13.pdf?1389714982</AttachmentUrl>
<Attachments>
<Attachment kind="Flyer" url="https://my3.my.umbc.edu/posts/40218/attachments/12197"></Attachment>
</Attachments>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40218/guest@my.umbc.edu/76fdd6b078c295f38d9fb01ebbdfa91b/api/pixel</TrackingUrl>
<Tag>bus</Tag>
<Tag>commuter</Tag>
<Tag>mta</Tag>
<Tag>transit</Tag>
<Group token="ocss">Commuter Connections </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/ocss</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/xsmall.png?1770828767</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/original.png?1770828767</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/xxlarge.png?1770828767</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/xlarge.png?1770828767</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/large.png?1770828767</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/medium.png?1770828767</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/small.png?1770828767</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/xsmall.png?1770828767</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/369/e9220286d22558b24422af119b418d0c/xxsmall.png?1770828767</AvatarUrl>
<Sponsor>Off-Campus Student Services</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/xxlarge.jpg?1389714745</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/xlarge.jpg?1389714745</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/large.jpg?1389714745</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/medium.jpg?1389714745</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/small.jpg?1389714745</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/xsmall.jpg?1389714745</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/218/205a11a1b97d7e8bdb33aa6c36f3ef2a/xxsmall.jpg?1389714745</ThumbnailUrl>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 14 Jan 2014 11:00:18 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="40214" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40214">
<Title>Web NFC API is a First Public Working Draft</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>The <a href="http://www.w3.org/2012/nfc/" rel="nofollow external" class="bo">NFC Working Group</a> has published a First Public Working Draft of <a href="http://www.w3.org/TR/2014/WD-nfc-20140114/" rel="nofollow external" class="bo">Web NFC API</a>. Near Field Communication (NFC) is an international standard (ISO/IEC 18092) that specifies an interface and protocol for simple wireless interconnection of closely coupled devices operating at 13.56 MHz. NFC enables wireless communication between two devices at close proximity, usually less than a few centimeters, according to three groups of scenarios; holding a device close to a wireless tag to exchange some digital information or data, holding two devices close to each other in order to exchange some information or data between them, making payments by holding mobile phones close to point of sales terminals instead of swiping smart cards. Learn more about the <a href="http://www.w3.org/2007/uwa/Activity.html" rel="nofollow external" class="bo">Ubiquitous Web Applications Activity</a>.</p></div>
]]>
</Body>
<Summary>The NFC Working Group has published a First Public Working Draft of Web NFC API. Near Field Communication (NFC) is an international standard (ISO/IEC 18092) that specifies an interface and...</Summary>
<Website>http://www.w3.org/blog/news/archives/3586</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40214/guest@my.umbc.edu/94e721245f350a578a3e5b80557c978c/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>home-page-stories</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>publication</Tag>
<Tag>sql</Tag>
<Tag>w3</Tag>
<Tag>web</Tag>
<Tag>web-of-devices</Tag>
<Tag>web-of-services</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, 14 Jan 2014 10:38:50 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="106883" important="false" status="posted" url="https://my3.my.umbc.edu/posts/106883">
<Title>Adelstein '96, bio chem, brings tech firm to bwtech@UMBC</Title>
<Body>
<![CDATA[
    <div class="html-content">Mike Adelstein ’96, biochemistry &amp; molecular biology, CEO of Potomac Photonics, recently moved the 31-year-old tech company to bwtech@UMBC. Potomac …</div>
]]>
</Body>
<Summary>Mike Adelstein ’96, biochemistry &amp; molecular biology, CEO of Potomac Photonics, recently moved the 31-year-old tech company to bwtech@UMBC. Potomac …</Summary>
<Website>https://magazine.umbc.edu/adelstein-96-bio-chem-brings-tech-firm-to-bwtechumbc-2/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/106883/guest@my.umbc.edu/d1a577f2eb3000f85f62d112c2942c4d/api/pixel</TrackingUrl>
<Tag>alumni</Tag>
<Tag>alumni-news</Tag>
<Tag>bwtech-at-umbc</Tag>
<Tag>incubator</Tag>
<Tag>microfabrication</Tag>
<Tag>mike-adelstein</Tag>
<Tag>potomac-photonics</Tag>
<Tag>umbc</Tag>
<Tag>university-of-maryland-baltimore-county</Tag>
<Group token="retired-1945">UMBC Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-1945</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/images/avatars/group/8/xsmall.png?1786448318</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/images/avatars/group/8/original.png?1786448318</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/images/avatars/group/8/xxlarge.png?1786448318</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/images/avatars/group/8/xlarge.png?1786448318</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/images/avatars/group/8/large.png?1786448318</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/images/avatars/group/8/medium.png?1786448318</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/images/avatars/group/8/small.png?1786448318</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/images/avatars/group/8/xsmall.png?1786448318</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/images/avatars/group/8/xxsmall.png?1786448318</AvatarUrl>
<Sponsor>UMBC Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 14 Jan 2014 10:37:15 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="106884" important="false" status="posted" url="https://my3.my.umbc.edu/posts/106884">
<Title>Adelstein &#8217;96, bio chem, brings tech firm to bwtech@UMBC</Title>
<Body>
<![CDATA[
    <div class="html-content">Mike Adelstein ’96, biochemistry &amp; molecular biology, CEO of Potomac Photonics, recently moved the 31-year-old tech company to bwtech@UMBC. Potomac …</div>
]]>
</Body>
<Summary>Mike Adelstein ’96, biochemistry &amp; molecular biology, CEO of Potomac Photonics, recently moved the 31-year-old tech company to bwtech@UMBC. Potomac …</Summary>
<Website>https://magazine.umbc.edu/adelstein-96-bio-chem-brings-tech-firm-to-bwtechumbc/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/106884/guest@my.umbc.edu/9baed81c19cf2e8f246b14c5b16fc020/api/pixel</TrackingUrl>
<Tag>alumni</Tag>
<Tag>alumni-news</Tag>
<Tag>bwtech-at-umbc</Tag>
<Tag>incubator</Tag>
<Tag>microfabrication</Tag>
<Tag>mike-adelstein</Tag>
<Tag>potomac-photonics</Tag>
<Tag>umbc</Tag>
<Tag>university-of-maryland-baltimore-county</Tag>
<Group token="retired-1945">UMBC Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-1945</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/images/avatars/group/8/xsmall.png?1786448318</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/images/avatars/group/8/original.png?1786448318</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/images/avatars/group/8/xxlarge.png?1786448318</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/images/avatars/group/8/xlarge.png?1786448318</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/images/avatars/group/8/large.png?1786448318</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/images/avatars/group/8/medium.png?1786448318</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/images/avatars/group/8/small.png?1786448318</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/images/avatars/group/8/xsmall.png?1786448318</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/images/avatars/group/8/xxsmall.png?1786448318</AvatarUrl>
<Sponsor>UMBC Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 14 Jan 2014 10:37:15 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40215" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40215">
<Title>Adelstein &#8217;96, bio chem, brings tech firm to bwtech@UMBC</Title>
<Body>
<![CDATA[
    <div class="html-content">Mike Adelstein ’96, biochemistry &amp; molecular biology, CEO of Potomac Photonics, recently moved the 31-year-old tech company to bwtech@UMBC. Potomac specializes in microfabrication and can machine a variety of materials at a size that cannot be achieved using conventional processes … <a href="http://umbcalumni.wordpress.com/2014/01/14/adelstein-96-bio-chem-brings-tech-firm-to-bwtechumbc/" rel="nofollow external" class="bo">Continue reading <span>→</span></a>
    </div>
]]>
</Body>
<Summary>Mike Adelstein ’96, biochemistry &amp; molecular biology, CEO of Potomac Photonics, recently moved the 31-year-old tech company to bwtech@UMBC. Potomac specializes in microfabrication and can...</Summary>
<Website>http://umbcalumni.wordpress.com/2014/01/14/adelstein-96-bio-chem-brings-tech-firm-to-bwtechumbc/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40215/guest@my.umbc.edu/3ac1ff8e549d0d0280cf2564e0daeaa5/api/pixel</TrackingUrl>
<Tag>90s-alums</Tag>
<Tag>alumni-news</Tag>
<Tag>bwtech-at-umbc</Tag>
<Tag>incubator</Tag>
<Tag>math-and-sciences</Tag>
<Tag>microfabrication</Tag>
<Tag>mike-adelstein</Tag>
<Tag>potomac-photonics</Tag>
<Tag>umbc</Tag>
<Tag>university-of-maryland-baltimore-county</Tag>
<Group token="retired-20">UMBC Alumni</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-20</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xsmall.png?1280681147</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/original.png?1280681147</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xxlarge.png?1280681147</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xlarge.png?1280681147</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/large.png?1280681147</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/medium.png?1280681147</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/small.png?1280681147</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xsmall.png?1280681147</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/020/08fe2621d8e716b02ec0da35256a998d/xxsmall.png?1280681147</AvatarUrl>
<Sponsor>UMBC Alumni</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 14 Jan 2014 10:37:15 -0500</PostedAt>
</NewsItem>

</News>
