<?xml version="1.0"?>
<News hasArchived="true" page="7892" pageCount="10751" pageSize="10" timestamp="Fri, 14 Aug 2026 23:30:01 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7892">
<NewsItem contentIssues="false" id="40304" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40304">
<Title>Three Linked Data Vocabularies are W3C Recommendations</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Three Recommendations were published today to enhance data interoperability, especially in government data. Each one specifies an RDF vocabulary (a set of properties and classes) for conveying a particular kind of information:</p>
    <ul>
    <li>The <a href="http://www.w3.org/TR/2014/REC-vocab-dcat-20140116/" rel="nofollow external" class="bo">Data Catalog (DCAT) Vocabulary</a> is used to provide information about available data sources. When data sources are described using DCAT, it becomes much easier to create high-quality integrated and customized catalogs including entries from many different providers. Many national data portals are already using DCAT.</li>
    <li>The <a href="http://www.w3.org/TR/2014/REC-vocab-data-cube-20140116/" rel="nofollow external" class="bo">Data Cube Vocabulary</a> brings the cube model underlying SDMX (Statistical Data and Metadata eXchange, a popular ISO standard) to Linked Data. This vocabulary enables statistical and other regular data, such as measurements, to be published and then integrated and analyzed with RDF-based tools.</li>
    <li>The <a href="http://www.w3.org/TR/2014/REC-vocab-org-20140116/" rel="nofollow external" class="bo">Organization Ontology</a> provides a powerful and flexible vocabulary for expressing the official relationships and roles within an organization. This allows for interoperation of personnel tools and will support emerging socially-aware software.</li>
    </ul>
    <p>All three vocabularies have been developed by the <a href="http://www.w3.org/2011/gld/" rel="nofollow external" class="bo">Government Linked Data Working Group</a>, but they are applicable beyond just government data. For a list of data sources or software known to be using these vocabularies, see the “Implementation Report” linked from each document. Learn more about the <a href="http://www.w3.org/2013/data/" rel="nofollow external" class="bo">Data Activity</a>.</p>
    </div>
]]>
</Body>
<Summary>Three Recommendations were published today to enhance data interoperability, especially in government data. Each one specifies an RDF vocabulary (a set of properties and classes) for conveying a...</Summary>
<Website>http://www.w3.org/blog/news/archives/3591</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40304/guest@my.umbc.edu/0139603c45e6cf194fce796916541101/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>semantic-web</Tag>
<Tag>sql</Tag>
<Tag>w3</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 11:45:26 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="40303" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40303">
<Title>CSS Animation Tricks: State Jumping, Negative Delays, Animating Origin, and More</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><em>The following is a guest post by <a href="http://zachsaucier.com/" rel="nofollow external" class="bo">Zach Saucier</a>. Zach cooks up some pretty inspiring animations over <a href="http://codepen.io/Zeaklous/" rel="nofollow external" class="bo">on CodePen</a>. I couldn't be happier that he wanted to share some of the tricks he uses to create them, especially because they are things we all strive for: efficiency, reusability, practicality, and speed.</em></p>
    <p></p>
    <p>I've fallen into the habit of creating CSS animations in my free time, inspired by things I come across during the day. To create the animations as I imagine them using as few elements as possible, I've found some tricks to make CSS do things you might not know it could do. I'd like to share them with you. </p>
    <h3>#1) Jump to another state mid-animation</h3>
    <p>CSS animation makes it easy to transition properties to a new value over time. They also have the ability to <em>jump</em> properties to a new value virtually instantly. The trick is to use two keyframes with a very small difference, around <code>.001%</code> works well.</p>
    <pre><code>@keyframes toggleOpacity {&#x000A;      50% { opacity: 1; } /* Turn off */&#x000A;      50.001% { opacity: 0.4; }&#x000A;    &#x000A;      /* Keep off state for a short period */&#x000A;    &#x000A;      52.999% { opacity: 0.4; } /* Turn back on */&#x000A;      53% { opacity: 1; }&#x000A;    }</code></pre>
    <p>The following is an extreme example of this, toggling opacity and a text-shadow to mimic a flickering billboard light. </p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/dIomg" rel="nofollow external" class="bo">No Vacancy 404 CSS Only</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a>.</p>
    <h3>#2) Negative animation delays</h3>
    <p>A positive animation delay is where the animation waits a certain amount of time to begin. A <em>negative</em> animation delay starts the animation immediately, as if that amount of time has already gone by. In other words, start the animation at a state further into the animation cycle. This allows animations to be reused across several elements, given all that needs changing is the timing.</p>
    <p>Here is an example of that where each circle begins immediately at a different state in the animation cycle: </p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/dirzc" rel="nofollow external" class="bo">Circle Snake</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a></p>
    <h3>#3) Proportional animations</h3>
    <p>I try to make everything that I put into production be as responsive as possible, including my animations. Responsiveness for CSS animations is not possible for all animations I have created, but sometimes it is, using percentages and other relative units.</p>
    <p>In many of my animations, I use elements like circles and squares which need the a proportional width and height. You might think I need to use fixed width &amp; height values to keep them that way, but that's not the case! I am able to create them using a percentage width, zero height, and percentage padding. The padding-bottom is the trick to keep it proportional to the width, like this:</p>
    <pre><code>.container {&#x000A;      position: relative;&#x000A;      display: block;&#x000A;      width: 100%;&#x000A;      height: 0;&#x000A;      padding-bottom: 100%;&#x000A;    }</code></pre>
    <p>You can see this in practice on the following demo by changing the size of the window it is in. The demo also makes use of negative animation delays.</p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/pcfCJ" rel="nofollow external" class="bo">Responsive CSS bars</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a>.</p>
    <h3>#4) Changing transform-origin mid-animation</h3>
    <p>While working on one of my animations, I was surprised to find out that not only can <a href="http://css-tricks.com/almanac/properties/t/transform-origin/" rel="nofollow external" class="bo"><code>transformation-origin</code></a> be changed mid-animation, it is also animatable! In the example below, this allows us to create one animation using rotations on different axes instead of using four separate animations.</p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/jiDHL" rel="nofollow external" class="bo">Change transformation-origin mid animation</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a></p>
    <p>The downside to this trick is that you can't use <code>animation-mode: forwards;</code> for only a part of an animation. This means that we have to re-position the element to an equivalent of its state before applying the change in <code>transformation-origin</code>. In the above example, this is done by using translates to mimic the rotation's effects. However, this technique can get tedious on more complex examples, <a href="http://codepen.io/Zeaklous/pen/fsGvH" rel="nofollow external" class="bo">as seen here</a>.</p>
    <h3>#5) Negative transform-origins</h3>
    <p>You are able to set a negative <code>transform-origin</code>, which is useful for things like creating circular movement paths. Instead of specifying specific translate and rotation values using one element to create circular animations <a href="http://lea.verou.me/2012/02/moving-an-element-along-a-circle/" rel="nofollow external" class="bo">as Lea Verou describes</a>, we can do it much more simply by using negative <code>transform-origin</code> values in addition to a second element or pseudo-element (one element if we want the element to rotate as well as move in a circular path). By using varying values of a negative transform origin, we can reuse the same animation for multiple elements while still retaining circular motion for each.</p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/rsvgK" rel="nofollow external" class="bo">CSS Circular Motion Technique</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a>.</p>
    <h3>#6) Box shadow magic</h3>
    <p>For animations of simple no-content shapes, <a href="http://css-tricks.com/almanac/properties/b/box-shadow/" rel="nofollow external" class="bo"><code>box-shadow</code></a> is quite useful. The box-shadow property can <a href="http://css-tricks.com/snippets/css/multiple-borders/" rel="nofollow external" class="bo">create multiple borders around elements</a>. That idea, combined with some displacement, can create new animatable "elements" out of no additional HTML elements. This enables us to create the following animation, which appears to be six circular elements rotating circularly, but is in fact one element with some offset box-shadow shapes.</p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/lmbJy" rel="nofollow external" class="bo">Single element color loader</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a></p>
    <p>Sadly, percents are not supported by any box-shadow properties so they are not as easily responsive as a native HTML element. However they can still be changed manually in an animation or by using <code>transform:scale(n)</code> on the actual HTML element which they are a part of. </p>
    <h3>#7) Using pseudo-elements</h3>
    <p>Similarly with box-shadows, pseudo elements can be used to add more content to the appearance of a single element. They can have separate animations from their parent, their own box-shadows, and are very similar to being child elements of without the HTML markup. This let's us create amazing single element creations like the one below.</p>
    <p>See the Pen <a href="http://codepen.io/Zeaklous/pen/akxqt" rel="nofollow external" class="bo">Single Element gif Recreation</a> by Zach Saucier (<a href="http://codepen.io/Zeaklous" rel="nofollow external" class="bo">@Zeaklous</a>) on <a href="http://codepen.io" rel="nofollow external" class="bo">CodePen</a></p>
    <p>In the example, all of the large circles around the middle flashing circle, as well as two of the smaller circles on the rim (opposite from each other) are box-shadows on the main element. The other two small circles are part of a pseudo-element's box-shadow and the ring made of dashes is an SVG applied as a background on the other pseudo element. </p>
    <hr>
    <h3>Some other things to note</h3>
    <h4>Use transforms when you can</h4>
    <p>Transforms perform better than their non-transform counterparts as <a href="http://www.paulirish.com/2012/why-moving-elements-with-translate-is-better-than-posabs-topleft/" rel="nofollow external" class="bo">Paul Irish has shown</a> (<a href="http://css-tricks.com/tale-of-animation-performance/" rel="nofollow external" class="bo">also</a>). Primarily this means using scale and translate over changing the dimensions or top/left values. </p>
    <p>Transforms also allow for more responsive design, allowing things such as <code>scale</code> to be used relative to their original size, as is shown in <a href="http://codepen.io/amos/pen/Bypur" rel="nofollow external" class="bo">this animation</a> by Amos.</p>
    <p>Not using transforms can also cause problems that are hard to catch. For example, in <a href="http://jsfiddle.net/cL5bW/" rel="nofollow external" class="bo">this animation</a> of mine the elements were being colored incorrectly in Chrome although the values themselves were correct. After <a href="http://jsfiddle.net/qA4V9/" rel="nofollow external" class="bo">switching it to use transforms</a> all my problems were solved.</p>
    <h4>z-index can cause problems</h4>
    <p>I probably spend more time fixing <code>z-index</code> issues with my animations more than any other issue. Z-indexes are handled differently from vendor to vendor. In animations, the primary difference is that Mozilla does not animate z-index values, they have elements jump from one z-index to the next, whereas vendors like webkit do animate the z-index value.</p>
    <p>Another thing to note is that if one wants their pseudo elements to appear behind their parent element, the pseudo element must have a negative z-index and the parent cannot have a stacking other than the default, which means you can't apply a z-index or anything else that takes the parent out of its natural stacking context. </p>
    <p>One last trick dealing with z-index is one that deals with opacity. Whenever an element is given an opacity other than the default "1", it gains its own stacking context. For more information on this, check out <a href="http://philipwalton.com/articles/what-no-one-told-you-about-z-index/" rel="nofollow external" class="bo">Philip Walton's post</a></p>
    <h4>Get inspired</h4>
    <p>Whether it's something you see in the real world, an interesting web page that you find online, part of a video intro, a gif, or something else entirely, find things that you think may be possible to create and try to do so! </p>
    <p>I have found that not looking at how the original author created it enables me to learn, to create it in a unique style, and sometimes even do it in a more efficient manor. Even if I end up failing at my original intention, I always become more comfortable with or learn more about the language I'm using. Often times I have something to show for it, even if it's not as grand as I would had originally hoped. Other times I'm completely surprised by how awesome my creation is when I didn't even mean for it to be! </p>
    <p>I hope that this article helps you construct more awesome creations, even if you learned nothing from the specific techniques!</p>
    <hr>
    
    <p><small><a href="http://css-tricks.com/css-animation-tricks/" rel="nofollow external" class="bo">CSS Animation Tricks: State Jumping, Negative Delays, Animating Origin, and More</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>The following is a guest post by Zach Saucier. Zach cooks up some pretty inspiring animations over on CodePen. I couldn't be happier that he wanted to share some of the tricks he uses to create...</Summary>
<Website>http://css-tricks.com/css-animation-tricks/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40303/guest@my.umbc.edu/a6bf7add9ccf8f5a1592d24c1e88ee41/api/pixel</TrackingUrl>
<Tag>article</Tag>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>tricks</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 11:24:14 -0500</PostedAt>
<EditAt>Thu, 16 Jan 2014 11:24:14 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="40301" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40301">
<Title>JSON-LD is a W3C Recommendation</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>The <a href="http://www.w3.org/2011/rdf-wg/" rel="nofollow external" class="bo">RDF Working Group</a> has published two Recommendations today:</p>
    <ul>
    <li>
    <a href="http://www.w3.org/TR/2014/REC-json-ld-20140116/" rel="nofollow external" class="bo">JSON-LD 1.0</a>. JSON is a useful data serialization and messaging format. This specification defines JSON-LD, a JSON-based format to serialize Linked Data. The syntax is designed to easily integrate into deployed systems that already use JSON, and provides a smooth upgrade path from JSON to JSON-LD. It is primarily intended to be a way to use Linked Data in Web-based programming environments, to build interoperable Web services, and to store Linked Data in JSON-based storage engines.</li>
    <li>
    <a href="http://www.w3.org/TR/2014/REC-json-ld-api-20140116/" rel="nofollow external" class="bo">JSON-LD 1.0 Processing Algorithms and API</a>. This specification defines a set of algorithms for programmatic transformations of JSON-LD documents. Restructuring data according to the defined transformations often dramatically simplifies its usage. Furthermore, this document proposes an Application Programming Interface (API) for developers implementing the specified algorithms.</li>
    </ul>
    <p>Learn more about the <a href="/2013/data/" rel="nofollow external" class="bo">Data Activity</a>.</p>
    </div>
]]>
</Body>
<Summary>The RDF Working Group has published two Recommendations today:     JSON-LD 1.0. JSON is a useful data serialization and messaging format. This specification defines JSON-LD, a JSON-based format to...</Summary>
<Website>http://www.w3.org/blog/news/archives/3589</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40301/guest@my.umbc.edu/24576f9de0638194008e289f5036f852/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>semantic-web</Tag>
<Tag>sql</Tag>
<Tag>w3</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 11:17:29 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40305" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40305">
<Title>12 inspirational hand-lettering projects</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="ht_thumbnail" src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_thumbnail.jpg" width="200" height="160" style="max-width: 100%; height: auto;">When it comes to lettering, there’s something about a handmade project that just stops us in our tracks. In this day and age, with so many beautiful fonts accessible to us at just the press of a button, the fact that there are still amazing designers willing to go above and beyond the norm and hand-letter their work impresses us to no end.</p> <p>This dozen projects are no different; each of them made us stop and say, “Wow.” We hope you’ll feel the same way.</p> <h1>Lisa Nemetz’s identity for VQV</h1> <p>Argentina-based designer Lisa Nemetz’s <a href="http://www.behance.net/gallery/VQV-Identity/13178623" rel="nofollow external" class="bo">identity for VQV,</a> an organic restaurant, positively demands attention. The masterful, almost casual brushwork perfectly evokes the texture and vibrance of the food on offer.</p> <p><a href="http://www.behance.net/gallery/VQV-Identity/13178623" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_001.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Bryan Patrick Todd’s Shelby Park mural</h1> <blockquote> <p>I focused on a statement that reflected Shelby Park’s positive outlook and growth as a tight-knit community.</p> </blockquote> <p>Louisville’s own <a href="http://bryanpatricktodd.com/blog/shelbyparkmural" rel="nofollow external" class="bo">Bryan Patrick Todd</a>, a graphic designer and artist, documented the process of creating this gorgeous mural he was commissioned to create. Once the initial design and mockups were completed, he worked with a sign painter to see that the mural accurately reflected his design.</p> <p><a href="http://bryanpatricktodd.com/blog/shelbyparkmural" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_002.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Jason Vandenberg’s hand-lettered projects</h1> <p>Toronto-based artist and graphic designer <a href="http://www.jasonvandenberg.com/#/hand-lettering-work01/" rel="nofollow external" class="bo">Jason Vandenberg</a> initially caught our eye with his hand-drawn project entitled <a href="http://instagram.com/p/f81MwjOdpU/" rel="nofollow external" class="bo">Earn Your Sleep</a> on Instagram. On his website, however, Vandenberg documents each step of his process, from initial sketches and drafts, to the final, vectorized results. Worth a look!</p> <p><a href="http://www.jasonvandenberg.com/#/hand-lettering-work01/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_003.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Thomas Pena’s hand-lettered quotes</h1> <p>Hailing from Orlando, Florida, Thomas Pena’s impressive <a href="http://www.behance.net/gallery/Hand-Lettering/11153723" rel="nofollow external" class="bo">Behance profile</a> showcases a knack for typography that extends across a variety of media, along with an arresting capability for hand lettering. His set of three hand-lettered inspirational quotes, edited using a faux-chalkboard effect, would make a fantastic wall decal or poster triptych.</p> <p><a href="http://www.behance.net/gallery/Hand-Lettering/11153723" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_004.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Russell Shaw’s hand-lettering for the Illumination project</h1> <p>The Illumination Project is a DVD study series for small groups, developed from the video content of a live event held in Portland, Oregon. Russell Shaw’s <a href="http://www.behance.net/gallery/The-Illumination-Project/12118723" rel="nofollow external" class="bo">hand-lettering</a> takes it beyond the ordinary and creates an impactful and memorable product for young adults.</p> <p><a href="http://www.behance.net/gallery/The-Illumination-Project/12118723" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_007.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Nina Harcus’s Type Delight</h1> <p>With this project, <a href="http://www.ninaharcus.com/Type-Delight" rel="nofollow external" class="bo">Nina Harcus,</a> a designer and foodie, features handmade typography visuals using ingredients like flour, pie dough, and other food items, to accompany the recipes in a book. These handmade visuals tell the story of a Patisserie chef named Marcelle, as he begins to fall in love with typography. As fans of typography and delicious food, we couldn’t overlook this tasty treat!</p> <p><a href="http://www.ninaharcus.com/Type-Delight" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_005.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>All Tropicana Co’s playlist project</h1> <p>Hailing from Monterrey, Mexico, graphic designer and illustrator <a href="http://www.behance.net/alltropicanacompany" rel="nofollow external" class="bo">Robba Saldaña</a> has set out on a mission to create a different typographical representation of various songs by internationally renowned artists spanning the last several decades, and the results are astounding. From his depiction of Johnny Cash’s <em>Hurt</em> to The Chemical Brothers’ <em>Galvanize</em>, this collection is definitely one to watch.</p> <p><a href="http://www.behance.net/alltropicanacompany" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_006.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Martina Flor’s <em>Completely London</em> cover</h1> <blockquote> <p>The brief was to create the cover artwork with headlines done with a visual that ties to learning.</p> </blockquote> <p>When <a href="http://www.augustmedia.com" rel="nofollow external" class="bo">August Media</a> made the decision to approach Berlin’s Martina Flor for the cover artwork for the magazine <a href="http://www.martinaflor.com/portfolio/completely-london/" rel="nofollow external" class="bo">Completely London,</a> they inspired one of the more notable covers we’ve seen to date. The minor irregularities in the lettering make it clear that Flor took the time to create this entire piece by hand, an artistic undertaking that speaks volumes about her commitment to her work.</p> <p><a href="http://www.martinaflor.com/portfolio/completely-london/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_008.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>MASH’s Chalk it Up collaboration</h1> <p>MASH, the collective of graphic designers and typographers Mary Faber, Alice Lo, Saranna Drury, and Haylie Gray, created <a href="http://www.behance.net/gallery/Chalk-it-Up/7098355" rel="nofollow external" class="bo">this collaborative masterpiece</a> showcasing lyrics from New Zealand musician Dave Dobbyn’s song <em>Slice of Heaven</em> over a weekend. Their <a href="http://mashfoundry.wordpress.com/2013/02/07/chalk-it-up/" rel="nofollow external" class="bo">blog entry</a> about the piece describes the process they used to create such a large-scale monument to chalkboard typography.</p> <blockquote> <p>MASH has been long time fans of Dana Tanamachi’s awesome chalkboard type…and we wanted to follow in her footsteps and give it a go ourselves. …We were all allocated a word or two to design digitally in Adobe Illustrator and then we used a projector to project our designs onto the custom built wall. Next we sketched our letters onto the blackboard and chalked it up!!</p> </blockquote> <p>Be sure to watch the video for a behind-the-scenes glimpse into the work that went into this amazing project.</p> <p><a href="http://www.behance.net/gallery/Chalk-it-Up/7098355" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_009.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Jason Carne’s vintage hand-lettering</h1> <blockquote> <p>The act of being “taught” how to be an artist always felt silly and counter-productive to my creative process… I decided early on that I wanted to teach myself everything I possibly could on my own to ensure that my approach and style was completely my own[.]</p> </blockquote> <p>New Jersey designer <a href="http://www.jasoncarne.com" rel="nofollow external" class="bo">Jason Carne</a> may only be in his twenties, but his hand-lettered designs seem to have traveled forward through time. From film props, to t-shirts for Def Leppard, to beautifully imagined designs for small local businesses, be sure to check out the entirety of his collection.</p> <p><a href="http://www.jasoncarne.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_010.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Yulia Brodskaya’s hand-crafted typography collection</h1> <p>Russian-born artist <a href="http://www.artyulia.com" rel="nofollow external" class="bo">Yulia Brodskaya</a> has a unique gift for folding paper into visually compelling creations. Formerly called “quilling,” this paper-crafting technique is believed to have been used by monks and nuns in the Renaissance era when creating flourishes to adorn religious objects. Whether it’s her <a href="http://waveavenue.com/wp-content/uploads/2012/11/BrilliantQuillingArtworkofYuliaBrodskaya.jpeg" rel="nofollow external" class="bo">embellished version</a> of a snippet from a $5000 bill or her cover for <em>O</em> magazine, this collection of <em>papergraphy</em> (as Yulia herself has deemed it) is worthy of perusal.</p> <p><a href="http://www.artyulia.com/" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_011.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <h1>Axek Efremov’s doodles</h1> <p>So many great hand-lettering projects are the result of personal exploration. <a href="http://www.behance.net/gallery/CtrlDo/9746013" rel="nofollow external" class="bo">Axek’s creations,</a> many of which feature hand lettering, are beautifully executed, for no reason other than, in his words, to defy laziness.</p> <p><a href="http://www.behance.net/gallery/CtrlDo/9746013" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2014/01/ht_012.jpg" width="650" alt="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"></a></p> <p> </p> <p><em><strong>Have you used hand-lettering in a project? How well does hand-lettering work online? Let us know your thoughts in the comments.</strong></em></p> <p><br><br> </p>
    <table width="100%"> <tbody>
    <tr> <td> <a href="http://www.mightydeals.com/deal/resize-sense-watermark-sense.html?ref=inwidget" rel="nofollow external" class="bo"><strong>Resize Sense + Watermark Sense for Mac – only $14!</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="12 inspirational hand lettering projects" style="max-width: 100%; height: auto;"><br> </a> </td> </tr> </tbody>
    </table> <p><br> </p> <a href="http://www.webdesignerdepot.com/2014/01/12-inspirational-hand-lettering-projects/" rel="nofollow external" class="bo">Source</a> <br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2014%2F01%2F12-inspirational-hand-lettering-projects%2F&amp;t=12+inspirational+hand-lettering+projects" 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.webdesignerdepot.com%2F2014%2F01%2F12-inspirational-hand-lettering-projects%2F&amp;t=12+inspirational+hand-lettering+projects" 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.webdesignerdepot.com%2F2014%2F01%2F12-inspirational-hand-lettering-projects%2F&amp;t=12+inspirational+hand-lettering+projects" 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.webdesignerdepot.com%2F2014%2F01%2F12-inspirational-hand-lettering-projects%2F&amp;t=12+inspirational+hand-lettering+projects" 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.webdesignerdepot.com%2F2014%2F01%2F12-inspirational-hand-lettering-projects%2F&amp;t=12+inspirational+hand-lettering+projects" 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/186529020306/u/49/f/661066/c/35285/s/35fd3339/sc/4/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/sc/4/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/sc/4/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/sc/4/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/sc/4/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/sc/4/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/186529020306/u/49/f/661066/c/35285/s/35fd3339/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>When it comes to lettering, there’s something about a handmade project that just stops us in our tracks. In this day and age, with so many beautiful fonts accessible to us at just the press of a...</Summary>
<Website>http://rss.feedsportal.com/c/35285/f/661066/s/35fd3339/sc/4/l/0L0Swebdesignerdepot0N0C20A140C0A10C120Einspirational0Ehand0Elettering0Eprojects0C/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40305/guest@my.umbc.edu/6d15a52dbe3d059c61af5dcb157a2dcf/api/pixel</TrackingUrl>
<Tag>art</Tag>
<Tag>cool-typography</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>hand-crafted-design</Tag>
<Tag>hand-lettering</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>illustrator</Tag>
<Tag>inspiration</Tag>
<Tag>javascript</Tag>
<Tag>lettering</Tag>
<Tag>lettering-in-branding</Tag>
<Tag>murals</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 11:15:54 -0500</PostedAt>
<EditAt>Thu, 16 Jan 2014 11:15:54 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40299" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40299">
<Title>UMBC  Recognized as Tree Campus USA</Title>
<Body>
<![CDATA[
    <div class="html-content"><table width="600" border="0"><tbody>
    <tr><td><p><img width="150" height="24" alt="Arbor Day Foundation" src="http://i2.cmail2.com/ti/r/10/74B/282/031436/logo.png" style="max-width: 100%; height: auto;"></p></td></tr>
    <tr><td><p><img width="600" height="401" alt="Tree Campus USA" src="http://i1.cmail2.com/ei/r/A4/240/601/csimport/CopyofArbor_007.091403.jpg" style="max-width: 100%; height: auto;"></p></td></tr>
    <tr><td><table width="600" border="1"><tbody>
    <tr><td colspan="2">
    <p><strong><span>Congratulations
        on Receiving 2013 Tree Campus USA Recognition</span></strong></p>
    <p>Dear Tree Campus USA Contact,</p>
    <p>Congratulations to University of Maryland Baltimore County for earning
        2013 Tree Campus USA® recognition. Tree Campus USA, a national program
        launched in 2008 by the Arbor Day Foundation and Toyota, honors colleges
        and universities and their leaders for promoting healthy trees and engaging
        students and staff in the spirit of conservation.</p>
    <p>To obtain this distinction, University of Maryland Baltimore County has
        met the five core standards for sustainable campus forestry required by
        Tree Campus USA, including establishment of a tree advisory committee,
        evidence of a campus tree-care plan, dedicated annual expenditures for its
        campus tree program, an Arbor Day observance and the sponsorship of student
        service-learning projects. Your entire campus community should be proud of
        this sustained commitment to environmental stewardship.</p>
    <p>Two promotional items are being prepared for your campus to help
        publicize your new recognition. These include a customized press release
        for your communications contact and ceremonial letter for your
        president/chancellor (or the contact you listed in your application). Both
        items will be sent out to the respective individuals in the next 2-3 weeks.
        Your recognition materials will be shipped to your state coordinator to be
        distributed to you on or before your state's Arbor Day.</p>
    <p>Again, congratulations! Your diligence in improving the environment and
        quality of life at University of Maryland Baltimore County contributes to a
        healthier, more sustainable world for us all.</p>
    <p>Sincerely,<br>
        <img width="175" height="50" src="http://www.arborday.org/programs/treecampususa/images/mary-sweeney.png" style="max-width: 100%; height: auto;"><br>
        Mary Sweeney<br>
        Program Manager<br>
        Arbor Day Foundation</p>
    </td></tr>
    <tr>
    <td><p><strong><span>Contact us:</span></strong><span> <a title="Email Us" href="mailto:treecampus@arborday.org" rel="nofollow external" class="bo"><span><u>treecampus@arborday.org</u></span></a> </span></p></td>
    <td><p><span><a href="http://programs.forwardtomyfriend.com/r-tiwddlhhy-037F31EF-pgkjut-l-r" rel="nofollow external" class="bo"><u>Forward this to a friend.</u></a></span></p></td>
    </tr>
    </tbody></table></td></tr>
    </tbody></table></div>
]]>
</Body>
<Summary>Congratulations     on Receiving 2013 Tree Campus USA Recognition  Dear Tree Campus USA Contact,  Congratulations to University of Maryland Baltimore County for earning     2013 Tree Campus USA®...</Summary>
<Website>http://treecampus@arborday.org</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40299/guest@my.umbc.edu/ccb06b3122cb04d24d89b086e0a00bde/api/pixel</TrackingUrl>
<Group token="retired-459">Landscape Stewardship Committee</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-459</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xsmall.png?1398962125</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/original.png?1398962125</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xxlarge.png?1398962125</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xlarge.png?1398962125</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/large.png?1398962125</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/medium.png?1398962125</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/small.png?1398962125</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xsmall.png?1398962125</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/459/697a571d88c53996edc8d72759d40b1c/xxsmall.png?1398962125</AvatarUrl>
<Sponsor>Landscape Stewardship Committee</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/xxlarge.jpg?1389884001</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/xlarge.jpg?1389884001</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/large.jpg?1389884001</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/medium.jpg?1389884001</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/small.jpg?1389884001</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/xsmall.jpg?1389884001</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/299/901db33c84e81b1a30e59949bbcb112b/xxsmall.jpg?1389884001</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 09:54:42 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="39803" important="false" status="posted" url="https://my3.my.umbc.edu/posts/39803">
<Title>Meddling with Metal</Title>
<Tagline>Most of the World's Metals are Now Undocumented</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p><em>Ever hear of shadow warehouses? Profit taking, monopolies, corruption, and the ability to disrupt international trade on an whim? Yeah, it should give the conspiracy theories plenty of ammunition. Do we really want to do that? For the sake of intellectual discussion? Yes, yes we do.</em></p>
    <h4>Millions of Tons of Metals Stashed in Shadow Warehouses</h4>
    <p>By Tatyana Shumsky
    Dec. 26, 2013</p>
    <p>BLOOMBERG NEWS- The world's metal is slipping into the shadows.
    </p>
    <p>Banks, hedge funds, commodity merchants and others are stashing tens of millions of tons of aluminum, copper, nickel and zinc in a hidden system of warehouses that span the globe.</p>
    <p>
    These facilities are known to some in the industry as "shadow warehouses" because they are unregulated and don't disclose their holdings.
    </p>
    <p>They operate outside the London Metal Exchange system of warehouses, the traditional home for these metals.</p>
    <p>
    As of October, a record seven million to 10 million tons of aluminum were being housed in these facilities, in countries as far apart as Malaysia and the Netherlands, according to estimates from several analysts.
    </p>
    <p>The amount dwarfs the 5.5 million tons of aluminum in the LME-licensed warehouses, based on LME figures as of Tuesday. Just 12 months ago, the figures were about equal.
    </p>
    <p>A similar shift is taking place with other industrial metals, analysts say <em>(NewzGuyz does not approve of using anonymous sources. What kind of analysts are these? Market analysts or business analysts? For all we know, they could be the guy on the corner who claims to be a psychoanalyst)</em>.
    As a result, producers and consumers are bracing for potentially wild swings in metals prices as market participants have difficulty accurately gauging supplies of these metals. With no clear insight into how much metal is in the shadow system, setting prices will become increasingly difficult, they say.
    </p>
    <p>Analysts and traders <em>(again... who are these anonymous analysts? can't you at least tell us who they work for? and now anonymous traders, too? That has to make the information more reliable! Actually, no. It doesn't)</em> say the flow of metal into shadow warehouses already is making prices move in unpredictable ways—such as when a large amount of unaccounted-for metal suddenly makes its way onto the market.
    </p>
    <p>"It's a real concern for anyone in the industry that metal can be sucked away into a nonreporting location with no expectation or date as to when it's going to be available again," said Nick Madden, senior vice president and chief supply-chain officer with Atlanta-based Novelis Inc., an aluminum-products maker that is among the world's biggest buyers of the metal <em>(Finally, a named source! thank you!)</em>.</p>
    <p>
    "The risk here is that the metal gets controlled by fewer and fewer hands, whose interests and business model is probably conflicting with that of end users," he said.
    </p>
    <p>Industrial metals end up in all sorts of everyday goods—from aluminum soda cans to copper wires inside refrigerators to zinc-plated steel in roofs. Turbulent raw-materials prices can make it more expensive to produce such goods when prices spike or limit output from mines and smelters when prices drop below their cost of production.
    </p>
    <p>The lack of transparency is making this shadow system increasingly attractive to institutions seeking to profit from information that other buyers and sellers don't have. Some companies also are seeking a cheaper alternative to the LME warehouses, which can be 10 times as expensive as the unregulated storage, analysts and traders say <em>(Gah! Just when we thought you were going to start naming sources! Are these the same "analysts and traders" from earlier, or new ones? NewzGuyz wants to know!)</em>.</p>
    <p>
    However, metal owners can face higher interest rates from banks if they wish to use metal stored in shadow warehouses as collateral for loans, because banks see the LME system as less risky, analysts say.</p>
    <p>
    Five companies operate 75% of the LME's 778 licensed warehouses. All own shadow facilities as well, people familiar with the companies said.
    </p>
    <p>In some instances, a single firm runs licensed and unlicensed warehouses in the same building, with the metal counted by the LME separated from hidden stockpiles by a chain-link fence, said David Wilson, a commodities analyst with Citigroup.</p>
    <p>
    Until 2010, most warehouses were owned by logistics firms like Netherlands-based C. Steinweg Group. But as metal-financing trades became more popular, C. Steinweg was joined by units of Goldman Sachs Group Inc. and J.P. Morgan Chase &amp; Co. as well as commodity traders Glencore Xstrata PLC of the U.K. and Switzerland and Trafigura Beheer BV of the Netherlands.
    </p>
    <p>All five companies declined to comment.
    </p>
    <p>Metal consumers like Novelis say that prices could increase sharply if warehouse owners buy up large amounts of metal, creating a shortage.
    </p>
    <p>Alcoa Inc., the largest U.S. aluminum maker, has the opposite worry. The company fears aluminum prices are vulnerable to a shock if a large amount of metal suddenly gets moved from shadow warehouses back to the LME's facilities, said Tim Reyes, president of materials management at Alcoa.</p>
    <p>
    "If one day, 2 million tons of aluminum show up and it just went from one pocket to another pocket, it has an impact on price that it shouldn't, and that's a concern for us," Mr. Reyes said.</p>
    <p>
    Such volatility makes it harder to make production plans, he said.</p>
    <p><em>(The article could've ended here and gotten a C. Because of the next four paragraphs it recieved a D, making it the first NewzGuyz featured article to receive such a low grade. Thanks for making your bias visible once more, Wall Street Journal.)</em></p>
    <p>Many metal buyers and producers say they are worried that new rules approved by the LME in November will speed up the flow of metal into shadow warehouses.
    </p>
    <p>Starting April 1, LME warehouses with wait times exceeding 50 days must deliver out more metal than they take in. The delays help boost income from rent and increase the fees paid for faster service, so warehouse owners are expected to increase LME rent charges to offset any reduction in profits.
    </p>
    <p>The rules strike at a trade that has grown sharply since 2010, where investors buy the cheap physical metal and sell a futures contract on the LME at a higher price. 
    </p>
    <p>Meantime, the metal sits in an LME-licensed warehouse until the futures contract expires. Higher warehouse costs make this trade less profitable.
    </p>
    <p>If applied today, the rules would flush aluminum out of LME-licensed warehouses holding 3.5 million tons of the metal, equal to 7% of annual global demand. 
    Warehouses holding copper and zinc also would be required to speed up the release of their stockpiles.
    </p>
    <p>In a Nov. 7 report, the exchange said one potential negative side effect of the new regulations is that more metal could end up in shadow warehouses.
    </p>
    <p>The LME in a statement said it has a duty to run a fair and orderly market and that the warehouse bottlenecks posed a range of issues in terms of price discovery.</p>
    <p>
    The rule changes were made following a consultation process that included an examination of all concerns raised about the possible unintended consequences of any changes, it said.</p>
    <p>
    "We believe that the package of measures contained in the proposal is, on balance, the best solution for all market users," the exchange said. 
    </p>
    <em><p>BIAS DETECTOR: </p>
    <p>Overall, NewzGuyz gives this article a D. NewzGuyz typically doesn't mess with conspiracy articles, but this one looked like fun... at first. The breaking after every line, the serious tone, a multitude of unamed sources- these are the makings of a conspiracy article. Conspiracies can be fun, leading us to think outside the box and question our reality. However, when they take a distinctly political tone, we get irritated.</p>
    <p>The last four paragraphs of the article link the conspiracy that the article has spent so long laying out to regulation and greed on the part of the regulators at the LME. It wasn't even necessary- the article would have been fine had it just stopped where we said it should have.  It crossed the line.</p>
    <p>However, this article is still of value. Assuming its true-- and we will give the Wall Street Journal the benefit of a doubt here-- It reveals just how few power brokers control pricing for virtually every metal we use. It's an eye-opener, but don't open your eyes too wide are you may be blinded by the bias. Here, NewzGuyz has a pair of sunglasses for you.</p></em>
    </div>
]]>
</Body>
<Summary>Ever hear of shadow warehouses? Profit taking, monopolies, corruption, and the ability to disrupt international trade on an whim? Yeah, it should give the conspiracy theories plenty of ammunition....</Summary>
<Website>http://online.wsj.com/news/articles/SB10001424052702304244904579276830893405644</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/39803/guest@my.umbc.edu/8703dd2030d372316bad05e6d3096fb0/api/pixel</TrackingUrl>
<Tag>alcoa</Tag>
<Tag>aluminum</Tag>
<Tag>bias</Tag>
<Tag>copper</Tag>
<Tag>jp-morgan</Tag>
<Tag>london-materials-exchange</Tag>
<Tag>metals</Tag>
<Tag>novelis</Tag>
<Tag>regulation</Tag>
<Tag>shadow-warehouses</Tag>
<Tag>zinc</Tag>
<Group token="retired-786">Newz Guyz</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-786</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xsmall.png?1386076236</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/original.jpg?1386076236</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xxlarge.png?1386076236</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xlarge.png?1386076236</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/large.png?1386076236</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/medium.png?1386076236</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/small.png?1386076236</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xsmall.png?1386076236</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xxsmall.png?1386076236</AvatarUrl>
<Sponsor>Newz Guyz</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 08:17:43 -0500</PostedAt>
<EditAt>Thu, 16 Jan 2014 08:48:19 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40294" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40294">
<Title>Summer Research Opportunity in the Life Sciences!</Title>
<Tagline>University of Minnesota; DEADLINE, February 15th</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Since 1989, the University of Minnesota LSSURP has overseen and coordinated several life sciences programs. The programs begin with a joint orientation weekend, followed by participation in a 10-week research project under the direction of a University of Minnesota faculty mentor and numerous special activities focused on professional development as well as social interaction. The summer research experience concludes with a poster symposium and banquet in August.</p>
    <p>LSSURP has given students that have been underrepresented in the life sciences the experience and training that enhances their ability to pursue a career in research. This represents a long-standing commitment to increasing the impact and quality of life science research at the University of Minnesota, which is strengthened when there is diversity in our faculty and students. We strongly encourage students whose backgrounds encompass diversity in culture, disability, ethnicity, gender, and economic background to apply for our summer research positions.</p>
    <h3>Program Dates:  May 29 - August 9, 2014*</h3>
    <h3> </h3>
    <h3>* <a href="http://www.cbs.umn.edu/lssurp/application" rel="nofollow external" class="bo">The application for Summer 2014 is available now.</a>
    </h3>
    </div>
]]>
</Body>
<Summary>Since 1989, the University of Minnesota LSSURP has overseen and coordinated several life sciences programs. The programs begin with a joint orientation weekend, followed by participation in a...</Summary>
<Website>http://www.cbs.umn.edu/explore/education-outreach/lssurp</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40294/guest@my.umbc.edu/76c56c51ccbc3231a208826b6e6e9eeb/api/pixel</TrackingUrl>
<Tag>research</Tag>
<Tag>summer</Tag>
<Group token="undergradresearch">Undergraduate Research</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/undergradresearch</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xsmall.png?1600355057</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/original.jpg?1600355057</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xxlarge.png?1600355057</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xlarge.png?1600355057</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/large.png?1600355057</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/medium.png?1600355057</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/small.png?1600355057</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xsmall.png?1600355057</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/006/875606ced2b629148af4caa1a4e8dd3c/xxsmall.png?1600355057</AvatarUrl>
<Sponsor>Undergraduate Research</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/xxlarge.jpg?1389877423</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/xlarge.jpg?1389877423</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/large.jpg?1389877423</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/medium.jpg?1389877423</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/small.jpg?1389877423</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/xsmall.jpg?1389877423</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/040/294/02280017830c64391d6e0f1331d47cb2/xxsmall.jpg?1389877423</ThumbnailUrl>
<PawCount>9</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 08:04:11 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="40292" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40292">
<Title>Necessity Breeds Innovation</Title>
<Tagline>In London...</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <p><em>An interesting look at squatter laws from across the pond, and how some entreprenuers and frustrated commercial property owners have found a way to make money while helping out less fortunate full-time workers. Everybody wins, except the squatters.</em></p>
    <p> </p>
    <h4>In London, "Guardians" Live in Empty Office Buildings</h4>
    <p>By Art Patnaude, Wall Street Journal, January 15, 2014</p>
    
    <p>LONDON—Nicole Vloeimans, a 31-year-old worker at an NGO,
    lives in the very center of this expensive city. She has a 755-square-foot
    floor to herself. She pays £389 a month, about $635.</p>
    <p>"I don't really know what to do with the space,"
    says Ms. Vloeimans. "I don't have that much furniture." </p>
    <p>There are some hitches. No parties are allowed. She needs
    permission to go on vacation. There is a hole in the kitchen ceiling. She had
    to paint over a swath of graffiti. The four-week notice to move out can come
    any time.</p>
    <p>But so great is the demand for a reasonable flat that
    Londoners like Ms. Vloeimans are lining up to live in empty office buildings.</p>
    <p>London's housing market is soaring. The average price for a
    home in the capital was £396,646 in November, Land Registry data show. The
    average rent for a one-bedroom apartment in central London was £1,368 in the 12
    months ending in September, according to data from the U.K. government's
    Valuation Office Agency.</p>
    <p>The boom has attracted growing throngs to a cheaper option:
    being a guardian. </p>
    <p>Ms. Vloeimans's home is an abandoned office building once
    inhabited by squatters ("WE CALL IT EVOLUTION, U CALL IT A CRIME"
    reads graffiti in her kitchen). Squatters were evicted from her building last
    January. In exchange for the discounted rent, Ms. Vloeimans is meant to keep
    them from coming back. </p>
    <p>The need for guardians is in part a consequence of Britain's
    peculiar laws on squatting. It isn't a crime to squat in an empty
    nonresidential building. It is a crime to remove a squatter without a lengthy
    civil-eviction court procedure.</p>
    <p>So developers looking to rehab—or tear down—a building will
    fill it with guardians to keep the squatters away before work begins. The presence
    of guardians is often enough to deter squatters, because it is illegal to squat
    in an occupied building. </p>
    <p>John Durkin, 55, lives in an old police station overlooking
    the River Thames. The condominiums next door sell to celebrities for around £2
    million. He pays £450 a month. </p>
    <p>"It's like being 17 years old, and your father tells
    you that he has a flat in London. 'And if you don't tell your mother, I'll let
    you keep it,' " said Mr. Durkin, a psychologist. </p>
    <p>The living room has Wi-Fi and a stunning view, but his
    bedroom overlooking the train tracks has no electricity, meaning no heating.
    "I'm OK with a cold nose," he said. </p>
    <p>Squatters were kicked out of an old brick building near
    Liverpool Street Station, one of London's main train hubs, in August. The front
    door opens to warped flooring, one dusty table, stained chairs, drums, a
    keyboard and amplifiers. A brown couch with yellow stuffing sprouting from its
    back sits against the front windows. </p>
    <p>"They've done it up nice. You should have seen it
    before," said Arthur Duke, owner of Live-In Guardians, which supplies
    guardians for building owners. This place, at £250 a month, sits far below the
    usual properties he takes on. </p>
    <p>Becoming a guardian isn't easy. "Demand is just out of
    control," said Mr. Duke. Live-In Guardians has about 2,000 people on its
    waiting list—by far the biggest backlog he has had since starting the business
    in 2009, he said. When a new property comes along, says Mr. Duke, 50 people
    will come to the open house.</p>
    <p>Hip neighborhoods go fast. "If we put a property up on
    the website in Hackney, it's gone in five minutes," said Zoe Oakes of Ad
    Hoc, one of the largest guardian firms in London.</p>
    <p>Guardian companies, which have guardians' fees as a source
    of revenue, tout themselves as cheaper alternatives to traditional security
    firms. Guardians need to be employed full time and can be subject to background
    checks.</p>
    <p>In the city's gentrifying East End sits an
    "unremarkable three-story brick clad building" for light industry
    firms, according to a 2011 document of design plans. The building is set to be
    torn down. Meantime, guardians live there.</p>
    <p>Oreste Noda, 46, is a Cuban percussionist. After moving into
    the building two years ago, his massive apartment became a hub for jam
    sessions. </p>
    <p>"People would just come up from the street and be like,
    'Man, this is great, what's the name of this club?' " said Michael
    Angelov, who lives in the same building. "I'd have to tell them it isn't a
    club, it's a home."</p>
    <p>Mr. Angelov, a 31-year-old filmmaker, lives with his
    girlfriend in what he reckons was a media company's office. It is clean and has
    hardwood floors, nice desks and sofas. </p>
    <p>His two bedrooms have glass walls. When friends stay over,
    "they're a bit like, 'What's this?' " he said. "But when it's
    just me and my girlfriend, it's fun."</p>
    <p>For London's young professionals, guarding is a respectable
    alternative to squatting. Sam Golden, 24, who works in public relations, says
    he learned about property guardians from a longtime squatter—who was griping
    about capitalists edging in on squatters' turf <em>(NewzGuyz doesn't really see why this detail is necessary, other than possibly an attempt to use guilt-by-association against anticapitalists)</em>.</p>
    <p>Mr. Golden signed up with Guardians of London. Squatting
    "was on the fringes of the law, which is not viable for young
    professionals," he said. Now he lives in a once-empty building, one tube
    stop away from Wembley Stadium. </p>
    <p>Other than having to take two days off work to clean the
    place, which included clearing a dead pigeon off one of the two pool tables,
    "it worked out perfectly." </p>
    <p>Guardians do occasionally have to do some guarding. Once,
    the front door of a building in the southern city of Brighton managed by
    Oaksure Property Protection was smashed. Guardian Andrew Faley, 26, heard the
    sound and went down at 5 a.m. to check it out. He called it in to Oaksure's
    owners, and the door was fixed, he said.</p>
    <p>Mark Ovenden, 50, has five oak-paneled rooms overlooking a
    central-London park. The bedroom is "about as big as any flat in
    Paris," said Mr. Ovenden, who lived in the French capital for six years.
    In the office Mr. Ovenden, a freelance television producer, has a wall-size
    world map detailing locations of major oil wells—a perk left over from an oil
    brokerage.</p>
    <p>Getting around parts of the building without electricity
    requires light from his iPhone's flash. His two bathroom sinks lack hot water.
    And like all guardians, Mr. Ovenden is well aware that his time in the large,
    centrally located apartment for a discounted rent is fleeting. "I know
    we'll get moved out eventually. I'm prepared to make some sacrifices."</p>
    <p><em>BIAS DETECTOR: </em></p>
    <em><p>Overall, NewzGuyz gives this article a B. Bias favoring the entrepreneurs running guardian businesses was clearly evident, as the article had a plethora of testimonials talking about how great the arrangement was but none from, for example, a reasonable squatter or a guardian who had been evicted as per the arrangement. For the sake of brevity, NewzGuyz understands that only so much information can be put in a single article. </p>
    <p>In providing objective information about the innovative guardian business, this article falls far short. Flamebait for WSJ's commentors was obvious, but for the most part the article was accurate and provides a good example of innovation that we can all benefit from.</p></em>
    </div>
]]>
</Body>
<Summary>An interesting look at squatter laws from across the pond, and how some entreprenuers and frustrated commercial property owners have found a way to make money while helping out less fortunate...</Summary>
<Website>http://online.wsj.com/news/articles/SB10001424052702304549504579319373775553890?mod=WSJ_hp_EditorsPicks&amp;mg=reno64-wsj&amp;url=http%3A%2F%2Fonline.wsj.com%2Farticle%2FSB10001424052702304549504579319373775553890.html%3Fmod%3DWSJ_hp_EditorsPicks</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40292/guest@my.umbc.edu/f4ffa3c35d66bce7126d88b248715ba9/api/pixel</TrackingUrl>
<Tag>bias</Tag>
<Tag>guardians</Tag>
<Tag>innovation</Tag>
<Tag>london</Tag>
<Tag>rent</Tag>
<Tag>squatters</Tag>
<Tag>wall-street-journal</Tag>
<Group token="retired-786">Newz Guyz</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-786</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xsmall.png?1386076236</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/original.jpg?1386076236</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xxlarge.png?1386076236</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xlarge.png?1386076236</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/large.png?1386076236</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/medium.png?1386076236</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/small.png?1386076236</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xsmall.png?1386076236</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/786/956f9d4b926a8af07bf32de21edd8eee/xxsmall.png?1386076236</AvatarUrl>
<Sponsor>Newz Guyz</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 07:42:31 -0500</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="40293" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40293">
<Title>Bits: Carpet Bombing: How One Business Is Trying to Get Rid of Bad Reviews</Title>
<Body>
<![CDATA[
    <div class="html-content">Anonymous reviews are protected by the First Amendment. But if they are anonymous, how can they be determined to be fake?<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%2F16%2Fcarpet-bombing-how-one-business-is-trying-to-get-rid-of-bad-reviews%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Carpet+Bombing%3A+How+One+Business+Is+Trying+to+Get+Rid+of+Bad+Reviews" 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%2F16%2Fcarpet-bombing-how-one-business-is-trying-to-get-rid-of-bad-reviews%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Carpet+Bombing%3A+How+One+Business+Is+Trying+to+Get+Rid+of+Bad+Reviews" 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%2F16%2Fcarpet-bombing-how-one-business-is-trying-to-get-rid-of-bad-reviews%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Carpet+Bombing%3A+How+One+Business+Is+Trying+to+Get+Rid+of+Bad+Reviews" 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%2F16%2Fcarpet-bombing-how-one-business-is-trying-to-get-rid-of-bad-reviews%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Carpet+Bombing%3A+How+One+Business+Is+Trying+to+Get+Rid+of+Bad+Reviews" 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%2F16%2Fcarpet-bombing-how-one-business-is-trying-to-get-rid-of-bad-reviews%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits%3A+Carpet+Bombing%3A+How+One+Business+Is+Trying+to+Get+Rid+of+Bad+Reviews" 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/187505040495/u/0/f/640387/c/34625/s/35fae969/sc/4/rc/1/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/sc/4/rc/1/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/sc/4/rc/2/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/sc/4/rc/2/rc.img" style="max-width: 100%; height: auto;"></a><br><a href="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/sc/4/rc/3/rc.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/sc/4/rc/3/rc.img" style="max-width: 100%; height: auto;"></a><br><br><a href="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/187505040495/u/0/f/640387/c/34625/s/35fae969/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Anonymous reviews are protected by the First Amendment. But if they are anonymous, how can they be determined to be fake?      </Summary>
<Website>http://bits.blogs.nytimes.com/2014/01/16/carpet-bombing-how-one-business-is-trying-to-get-rid-of-bad-reviews/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40293/guest@my.umbc.edu/e4d60c64bd4d13aebe1b4f46270a2631/api/pixel</TrackingUrl>
<Tag>advertising</Tag>
<Tag>internet</Tag>
<Tag>new</Tag>
<Tag>online-advertising</Tag>
<Tag>retailing</Tag>
<Tag>technology</Tag>
<Tag>yelp</Tag>
<Tag>yelp-yelp-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>Thu, 16 Jan 2014 07:21:04 -0500</PostedAt>
<EditAt>Thu, 16 Jan 2014 16:56:59 -0500</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="40290" important="false" status="posted" url="https://my3.my.umbc.edu/posts/40290">
<Title>How To Use Data And Research To Build A Better Mobile Web</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <table width="650">
    <tbody>
    <tr>
    <td>
    <div>
    <img src="http://statisches.auslieferung.commindo-media-ressourcen.de/advertisement.gif" alt="" style="max-width: 100%; height: auto;"><br><a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=1" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=1" alt="" style="max-width: 100%; height: auto;"></a> <a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=2" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=2" alt="" style="max-width: 100%; height: auto;"></a> <a href="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=target&amp;collection=smashing-rss&amp;position=3" rel="nofollow external" class="bo"><img src="http://auslieferung.commindo-media-ressourcen.de/random.php?mode=image&amp;collection=smashing-rss&amp;position=3" alt="" style="max-width: 100%; height: auto;"></a>
    </div>
    </td>
    </tr>
    </tbody>
    </table>
    <p>The value you bring to any project as a designer or user experience professional isn’t <em>only</em> your ability to execute a series of tasks. Good clients will recognize and appreciate the guidance, recommendations and opinions that come with your experience. <strong>It’s up to you to be forthcoming</strong> and to position yourself as a valuable thinker from the start.</p>
    <p>It’s also up to you to base your recommendations on more than subjective opinion. This is especially true in the rapidly evolving world of mobile, where clients typically require as much education as they do execution.</p>
    <p>Project-specific research provides the dual benefit of enhancing your general knowledge while improving your ability to make (and sell) decisions as the project progresses. In my experience, gaining that critical buy-in is much easier when recommendations are based on research conducted for the project.</p>
    <p>In this post, I’ll refer to specific mobile research projects I’ve conducted and build a case for audience surveys, participatory discovery sessions and review of analytics data.</p>
    <h3>Practicality Vs. Personality</h3>
    <p>A <a title="Finding the Right Job for Your Product" href="http://www.sce.carleton.ca/faculty/tanev/TTMG_5103/Articles/Christensen_Finding_the_right_job_for_your_product_MIT_Sloan_2007.pdf" rel="nofollow external" class="bo">paper from Carleton University</a> (PDF) suggests that <strong>consumers simply have jobs to do</strong> and seek to employ the best product or service to do it. Applying this thinking to how users interact with mobile websites places more importance on “What do I need to find/do” than on anything related to their demographic. Mobile Web users have jobs to do that aren’t driven by age, gender, education, income, etc. This “practicality” is key to how I approach research.</p>
    <p><a href="http://www.sce.carleton.ca/faculty/tanev/TTMG_5103/Articles/Christensen_Finding_the_right_job_for_your_product_MIT_Sloan_2007.pdf" rel="nofollow external" class="bo"><img src="http://media.smashingmagazine.com/wp-content/uploads/2014/01/finding-the-right-job-opt.png" alt="finding-the-right-job-opt" width="468" height="509" style="max-width: 100%; height: auto;"></a><br>
    <em>“The jobs that customers are trying to get done cannot be deciphered from purchased databases, but rather from watching, participating, writing and thinking.” (Source of quote and image: <a href="http://www.sce.carleton.ca/faculty/tanev/TTMG_5103/Articles/Christensen_Finding_the_right_job_for_your_product_MIT_Sloan_2007.pdf" rel="nofollow external" class="bo">Finding the Right Job For Your Product</a>)</em></p>
    <h3>Fitting Research And Analysis Into Your Process</h3>
    <p>Mobile research is a considerable value-add that should be baked into your services to the client from the start. It enables you to make better decisions and to inform your client of what their audience expects from a mobile experience.</p>
    <p>I recently finished guiding Loyalist College through a research phase that included a mobile component. The project is currently in production and is slated to launch early this year.</p>
    <p>In this case, I faced unique challenges when selling the value of the proposed research to my client. Loyalist had already conducted research, but the research was more focused on uncovering general best practices and on clarifying the psychographics and demographics of its customers.</p>
    <p><strong>I suggested adding a more practical, goal-oriented research component</strong> (which was ultimately accepted) as a way to help us build a better product. Most of your clients probably understand well <em>who</em> their customers are but lack a solid grasp of <em>what</em> those customers want from a mobile experience.</p>
    <h3>Audience Research</h3>
    <p>The best way to determine what users expect to find and do in the mobile channel is to ask.</p>
    <p>There are a few ways to approach this.</p>
    <h4>Participatory Discovery Sessions</h4>
    <p>The Loyalist College project included two sessions in which members of the target audience were asked, quite simply, what they expected to find and do, and how these tasks might best be performed on a mobile device. I also asked how many of the participants use a smartphone as their primary computing device. The data collection method in a session like this is as follows:</p>
    <ol>
    <li>Ask participants to contribute approximately 10 things they expect to find and/or do when using their mobile device in the context of the products or services provided by your client. Each item should be written on a sticky note.</li>
    <li>Collect the sticky notes and arrange them visibly, like on a wall or table.</li>
    <li>Ask participants to review all suggestions and place a star or mark on the three responses that they think are most important.</li>
    <li>Discuss the starred responses with the group to seek additional information.</li>
    </ol>
    <h4>Surveys</h4>
    <p>I’m working with 3M Canada on a consumer-facing mobile project that consists of multiple phases of research. In partnership with a research firm, we’re using surveys to learn more about how a very specific, targeted set of customers use their smartphones and what the probability is that they’d be interested in using the application we intend to build. We’ll use the results of this survey to define the features that will ultimately make it easier for users to do their job.</p>
    <p>Building and distributing surveys are easy using a tool such as Fluid Surveys or Survey Monkey. If the budget is available, my advice is to seek the assistance of a research firm that can help you accurately craft the survey and find the most relevant set of participants. For a project with a tighter budget, you could certainly create, distribute and analyze a survey using a tool such as Fluid Surveys or Survey Monkey.</p>
    <p>In my experience, once you’ve defined the purpose of the research initiative, the following are important to consider:</p>
    <ul>
    <li>
    <strong>Keep the questions focused and simple.</strong> Every question should tie back to the goal of the research and be focused on the expectations and habits of mobile users as they relate to the project. Keeping the questions simple lowers or eliminates any barriers to respond.</li>
    <li>
    <strong>Avoid open-ended questions.</strong> Whenever possible, pose questions that require respondents to answer yes or no, via multiple choice, or by rating on a scale. Data of this nature is much easier to analyze and allows you to build recommendations based on objective responses, rather than have to attempt to further interpret subjective feedback.</li>
    <li>
    <strong>Use incentives.</strong> A survey that I deployed for a project for the Golf Association of Ontario received over 5,000 responses. Our client was kind enough to offer an incentive of entering participants into a draw.</li>
    <li>
    <strong>Define your audience well.</strong> Soliciting responses from a general audience can be difficult, and the results are not always accurate. My suggestion is to work with your client to identify an audience (staff, customers, etc.) and to send the survey directly via an email list or other targeted communication channel.</li>
    </ul>
    <h3>Analytics Review</h3>
    <p>Slicing and reviewing analytics data from an existing Web presence can be an effective way to determine what mobile users are doing with the content and features available. For the Loyalist College project, I was interested in a simple report of the most popular content accessed from mobile devices.</p>
    <p>Keep in mind, especially when using Google Analytics, that mobile phones and tablets are lumped together in the default “Mobile” group. Because mobile and tablet use cases are typically very different, I like to segment phones explicitly as part of the analysis. Here’s how:</p>
    <ol>
    <li>Create a new custom advanced segment by selecting the arrow on the “Audience Overview” landing page.<br>
    <a href="http://media.smashingmagazine.com/wp-content/uploads/2013/11/GAmobile_two.png" rel="nofollow external" class="bo"><img alt="GAmobile_two" src="http://media.smashingmagazine.com/wp-content/uploads/2013/11/GAmobile_two.png" width="500" height="350" style="max-width: 100%; height: auto;"></a>
    </li>
    <li>Name the new segment (something like “Phones”).<br>
    <a href="http://media.smashingmagazine.com/wp-content/uploads/2013/11/GAmobile_three.png" rel="nofollow external" class="bo"><img alt="GAmobile_three" src="http://media.smashingmagazine.com/wp-content/uploads/2013/11/GAmobile_three.png" width="500" height="350" style="max-width: 100%; height: auto;"></a>
    </li>
    <li>In the “Technology” section, choose to include mobile traffic and exclude tablet traffic.<br>
    <a href="http://media.smashingmagazine.com/wp-content/uploads/2013/11/GAmobile_one.png" rel="nofollow external" class="bo"><img alt="GAmobile_one" src="http://media.smashingmagazine.com/wp-content/uploads/2013/11/GAmobile_one.png" width="500" height="328" style="max-width: 100%; height: auto;"></a>
    </li>
    </ol>
    <p>You can now analyze the data and <strong>create reports for phones only</strong>.</p>
    <p>I recently used this approach in a large project for the Middlesex-London Health Unit. Part of our plan was to consider mobile as the cornerstone of a large Web redesign project and to treat the mobile experience as a priority from the start, rather than an afterthought. With access to the client’s analytics account, I was able to slice the data and reveal the following:</p>
    <ul>
    <li>On average, the website received 250 mobile visits per day.</li>
    <li>The most popular content for mobile users was a health-related game, information on immunization clinics and career opportunities.</li>
    </ul>
    <p>Armed with information such as this, I was in a much better position not only to recommend how the content should be prioritized for mobile users but also to demonstrate the general importance of including mobile as a foundational element of the website redesign project.</p>
    <p>I took a similar approach with the Loyalist project. In addition to identifying the number of mobile visitors and the content priorities of those users, I was able to communicate to my client that visits from mobile devices had doubled from 2012 to 2013.</p>
    <h3>Identifying Themes</h3>
    <p>Researching the expectations of mobile users has little value until the research is put to use. I like to include a step between research and execution in which I summarize the findings via a series of “themes.” Themes are a familiar concept that <strong>simplify the process of grouping findings together</strong>, while encompassing a number of tactics to be implemented in the project.</p>
    <p>The research that I conducted for the Loyalist project revealed the importance of a centralized events calendar, especially on mobile. Using this data, I created a theme called “Events Matter” and outlined the results of the research and what the new mobile experience would do to capitalize on this theme. It’s important to be specific here and let your client know exactly what you think should be done to capitalize on the results of the research.</p>
    <p>The themes can be used to create planning materials, like a creative brief, flowcharts or a scope of work document. Recently, I’ve found myself forgoing these components in favor of building visual concepts directly from the themes and spending more time in rapid iteration, as opposed to drawn-out planning.</p>
    <h3>Closing Thoughts</h3>
    <p>Mobile is causing the way we interact with the Web to change at an unforgiving pace, a shift that requires guidance from well-informed professionals like you. Your responsibility is not only to produce great work but to <strong>educate and guide your clients</strong> through something that most of them can’t keep up with.</p>
    <p>Selling research as part of your process will be more effective if you can show clients specific examples of how you’ve used research in the past. My advice is to bake research into your next project as a value-add for the client. You can keep it simple by taking the following steps:</p>
    <ol>
    <li>Conduct an analytics review, and use the data to support at least one key decision in the project.</li>
    <li>Create a brief survey, and ask the client to provide access to it from their existing website. Again, use the results of the survey to support one key decision.</li>
    </ol>
    <p>Continually build your research practice from project to project by going deeper with your analytics reviews, adding more survey questions, integrating discovery sessions and building complete themes that guide the project in a meaningful way.</p>
    <p>Research is a fantastic, accessible way to increase your perceived value while helping to shape the future of the Web and ensuring that the software and websites we build <strong>keep pace with users’ ever-advancing expectations</strong>. Businesses value proof and, in my experience, appreciate a conversation that starts with explaining a body of proof before presenting a set of specific recommendations.</p>
    <p><em>(al, ea, il)</em></p>
    <hr>
    <p><small>© Jonathan Kochis for <a href="http://www.smashingmagazine.com" rel="nofollow external" class="bo">Smashing Magazine</a>, 2014.</small></p>
    </div>
]]>
</Body>
<Summary>        The value you bring to any project as a designer or user experience professional isn’t only your ability to execute a series of tasks. Good clients will recognize and appreciate the...</Summary>
<Website>http://www.smashingmagazine.com/2014/01/16/how-to-use-data-and-research-to-build-a-better-mobile-web/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/40290/guest@my.umbc.edu/d6a3930f58e5ec4947ce014cb42d433b/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mobile</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 16 Jan 2014 05:55:30 -0500</PostedAt>
</NewsItem>

</News>
