<?xml version="1.0"?>
<News hasArchived="true" page="8550" pageCount="10722" pageSize="10" timestamp="Mon, 13 Jul 2026 07:12:55 -0400" url="https://my3.my.umbc.edu/posts.xml?page=8550">
<NewsItem contentIssues="true" id="32239" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32239">
<Title>Interview With Dan Croak of Thoughtbot</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <a href="http://rss.buysellads.com/click.php?z=1260013&amp;k=d754f1e9ba63a736ba8ff5ece958f7dd&amp;a=33053&amp;c=1755578649" rel="nofollow external" class="bo"><img src="http://rss.buysellads.com/img.php?z=1260013&amp;k=d754f1e9ba63a736ba8ff5ece958f7dd&amp;a=33053&amp;c=1755578649" alt="" style="max-width: 100%; height: auto;"></a><p><a href="http://www.dancroak.com/" rel="nofollow external" class="bo">Dan Croak</a> is the Chief Marketing Officer of the prominent development shop <a href="http://www.thoughtbot.com" rel="nofollow external" class="bo">thoughtbot</a>. Before he moved to San Francisco to start thoughtbot’s west coast branch, Dan was a friend of mine in Boston who helped me learn the ins and outs of Ruby on Rails.</p>
    <p></p>
    <p> Dan’s a good guy to know because he and his shop have authored everything from core Rails commits to numerous gems and plugins (such as <a href="http://github.com/thoughtbot/capybara_webkit" rel="nofollow external" class="bo">Capybara Webkit</a> and <a href="http://github.com/thoughtbot/bourbon" rel="nofollow external" class="bo">Bourbon</a>) that are known throughout the web community. I wanted to sit down with him and talk about Rails, its evolution, and how his company has built such a following around Ruby on Rails.</p>  <img src="http://cdn.tutsplus.com/net.tutsplus.com/uploads/2013/07/dan-croak-1.png" alt="dan-croak-1" width="600" height="593" style="max-width: 100%; height: auto;"><br> <hr>
    <div><h4>
    <span>Q</span> How did you get started with thoughtbot?</h4></div>
    <p>I hired thoughtbot in 2006 to complete a side project. I was writing <a href="http://asp.net/" rel="nofollow external" class="bo">ASP.NET</a> web applications by day. I wanted to learn about open source, Ruby on Rails, Test-Driven Development, Unix, version control, etc.</p>
    <p>After they completed the project, I did some Rails freelancing, then applied for a job at thoughtbot and they hired me. I’ve now been at the company for more than five years.</p>
    <hr>
    <div><h4>
    <span>Q</span> How did your firm settle on Ruby on Rails?</h4></div>
    <blockquote><p>Rails struck them as something that would be great.</p></blockquote>
    <p>In 2005 Jon and Chad had been doing consulting projects in different languages, such as Perl and Java. After they did a couple of projects in Ruby on Rails, they felt it was state of the art and that they could be reliably productive with it.</p>
    <p> As a team, they needed to pick one language/framework and specialize in it. Rails struck them as something that would be great. The community surrounding the language were the kind of people that they would want to work with. They were one of the first consultancies to announce that Rails was their specialty.</p>
    <p> That was the turning point – they could have been a shop that split technologies but by picking one, especially an up-and-coming one like Rails, they were able to attract great people like Tammer Saleh, Jared Carroll, Eric Mill, and others.</p>
    <hr>
    <div><h4>
    <span>Q</span> What role does Ruby on Rails play in your business?</h4></div>
    <p> In total, our team currently spends about 2,000 hours/week interacting with Rails and its ecosystem. It is the main medium from which we work with our customers. It’s the environment we feel most efficient, and most able to create software with a solid test suite.</p>  <img src="http://cdn.tutsplus.com/net.tutsplus.com/uploads/2013/07/dan-croak-2.png" alt="dan-croak-2" width="600" height="600" style="max-width: 100%; height: auto;"><br> <hr>
    <div><h4>
    <span>Q</span> What’s your favorite part of Ruby/Rails?</h4></div>
    <p> I’m currently in a role where I’m reviewing a lot of code – reading thousands of lines of diffs a day – and it’s nice to have a language that doesn’t have a lot of ceremony or extra tokens. In the last year, we’ve developed a <a href="http://github.com/thoughtbot/guides" rel="nofollow external" class="bo">style guide</a> that makes it even easier and more pleasant to review lots of code.</p>
    <p> There is always some shortcut in Rails to clean up a view by letting it render partials polymorphically, based on its type and based on conventional directory structures. Things like HAML and CoffeeScript further reduce clutter and help simplify the code to focus exactly on your ideas and how to express them in a web app.</p>
    <p> The community is a huge benefit, too. Ruby is a very stable, 20-year old language with a gigantic community. Libraries for dependency management (Bundler), testing (RSpec), authenticating users via OAuth (Omniauth), are in a great state. <a href="http://rubygems.org" rel="nofollow external" class="bo">Rubygems.org</a> is a tremendously useful community effort. There are thousands of Rubyists with GitHub accounts contributing to gems. Ruby is the second-most represented language on GitHub.</p>
    <hr>
    <div><h4>
    <span>Q</span> What role has thoughtbot played in the development of Ruby on Rails?</h4></div>
    <blockquote><p>Once GitHub came out, it became obvious that Git and GitHub were the superior way to share code.</p></blockquote>
    <p> <a href="https://github.com/sikachu" rel="nofollow external" class="bo">Prem</a> and <a href="https://github.com/arunagw" rel="nofollow external" class="bo">Arun</a> show up on the Rails contributed list.</p>
    <p> <a href="https://github.com/thoughtbot/paperclip" rel="nofollow external" class="bo">Paperclip</a> and <a href="https://github.com/thoughtbot/shoulda" rel="nofollow external" class="bo">Shoulda</a> were early libraries that became pretty popular in the community. Both were continuations of testing and file uploading that we did before. Paperclip was inspired by <a href="https://github.com/rust/file_column" rel="nofollow external" class="bo">file_column</a> and <a href="https://github.com/technoweenie/attachment_fu" rel="nofollow external" class="bo">attachment_fu</a>. Shoulda was built atop <code>Test::Unit</code> – similar to how Sass was built atop CSS. That process of improvement is never ending in the community. Other great efforts in the file attachment tradition continue today with CarrierWave and Filepicker.io.</p>
    <p> I remember coming to Rails and learning a ton by going to <a href="https://github.com/technoweenie" rel="nofollow external" class="bo">technoweenie’s</a> Subversion account. Paperclip and Shoulda were open sourced on a custom Subversion instance at svn.thoughtbot.com.</p>
    <p> Once GitHub came out, it became obvious that Git and GitHub were the superior way to share code. We moved our older libraries over to GitHub and have continued to chip in on other projects and some of our own. Shoulda has evolved into a library that works beautifully with RSpec. <a href="http://github.com/thoughtbot/factory_girl" rel="nofollow external" class="bo">Factory Girl</a> was written to replace fixtures.</p>
    <p> We added <a href="http://robots.thoughtbot.com/post/159805295/spy-vs-spy" rel="nofollow external" class="bo">test spies</a> to a fork of Mocha, then a standalone library called Bourne that extended Mocha, and more recently added spies to <a href="https://github.com/rspec/rspec-mocks" rel="nofollow external" class="bo">RSpec Mocks</a>. We didn’t invent the test spy technique (we recommend everyone reads xUnit Test Patterns), but we worked hard to bring them into our workflow and add them to the existing tools in the community, evolving as those tools have gotten better and gained community support.</p>
    <p> We wrote <a href="http://github.com/thoughtbot/clearance" rel="nofollow external" class="bo">Clearance</a> (which I personally maintain) after writing email-and-password-based authentication a few times by hand. We wrapped it in a library with a great automated test suite. It’s now a battle-tested, four year old library. Things like that we’re always trying to tweak and improve, as well as blog about it to keep the community informed and see how we’re evolving our practices.</p>
    <hr>
    <div><h4>
    <span>Q</span> What is your development process for a web application? How has it evolved since you started using Rails?</h4></div>
    <p> We’ve described our development process in our <a href="http://playbook.thoughtbot.com" rel="nofollow external" class="bo">playbook</a> and <a href="http://github.com/thoughtbot/guides" rel="nofollow external" class="bo">guides</a>.</p>
    <p> I’ve taken better advantage of my shell (zsh) and editor (vim). I’ve tightened my feedback loops, particularly when writing tests. I’ve gotten more consistent and disciplined about style and Git flow. I understand and use object-oriented techniques better.</p>  <img src="http://cdn.tutsplus.com/net.tutsplus.com/uploads/2013/07/dan-croak-3.png" alt="dan-croak-3" width="600" height="400" style="max-width: 100%; height: auto;"><br> <hr>
    <div><h4>
    <span>Q</span> What do you think about the new Ruby 2 and Rails 4 releases?</h4></div>
    <p> I think they’re great! I’m most looking forward to the speed improvement and named parameters in Ruby. I’m most looking forward to the additional Postgres integrations in Rails 4, like hstore and database array types.</p>
    <p> We don’t have any major projects in production on Rails 4 or Ruby 2 yet. Looking at the history of past releases, we tend to be careful not to jump the gun. We’ve been testing our open source libraries against both versions for awhile and reporting any issues back upstream, fixing what we can, but for the sake of our clients, we’re a bit more conservative to adopt the newest technology.</p>
    <hr>
    <div><h4>
    <span>Q</span> How do you want to see Ruby on Rails evolve in the future?</h4></div>
    <p> For a long time, I’ve been wrapping my head around some of the base choices you need to make as a developer. We’ve had a less-than-a-hundred-line shell script called <a href="http://github.com/thoughtbot/laptop" rel="nofollow external" class="bo">Laptop</a> for a couple of years to help us set up new machines while documenting the current best practice we know of. I still think there’s lots of room for improvement here, though.</p>
    <p> Let’s say you’re using OS X. You probably want to use Homebrew but it’s not the standard package manager for the operating system. I’d like to see Apple make that the standard. In the same way, Ruby installers, Ruby switchers, Bundler’s binstubs, the .ruby-version file community convention, and rbenv’s shims continue to evolve to manage different versions of libraries that you want to use on different projects.</p>
    <hr>
    <div><h4>
    <span>Q</span> Will thoughtbot always be a Ruby on Rails shop?</h4></div>
    <blockquote><p>It’s unlikely we would make a primary replacement for Ruby as our server-side language.</p></blockquote>
    <p> I don’t know! In the near future, definitely – there’s a lot we can accomplish with Ruby, SQL, and JavaScript. It’s unlikely we would make a primary replacement for Ruby as our server-side language. It’s more likely we’d work on projects that use service-oriented architectures and the various services start to use alternative frameworks and languages such as <a href="http://golang.org/" rel="nofollow external" class="bo">Go</a>.</p>
    <p> I’d expect us to be more polyglot as opposed to replacing Ruby. We’ve used lots of databases in the past few years, although, Redis and Postgres can currently handle 99% of our use cases.</p>
    <p> I’d also like to try doing something like the Barack Obama 2012 campaign’s architecture, which was <a href="http://kylerush.net/blog/meet-the-obama-campaigns-250-million-fundraising-platform/" rel="nofollow external" class="bo">static HTML/CSS/JS served by Akamai and S3</a>, with hundreds of backend APIs.</p>
    <hr>
    <div><h4>
    <span>Q</span> Any final advice for people just getting started with Ruby on Rails?</h4></div>
    <p> We’ve worked really hard for years to put our best advice on <a href="https://learn.thoughtbot.com/rails" rel="nofollow external" class="bo">Learn Rails</a>. We have a “trail map” specifically for learning Rails and we’ve curated it from across the web and in our own shop. Go in there and you can see which resources we recommend going through in which order. There’s an iPhone app that helps you self-assess your own abilities and keep track of your progress along the Rails, Git, Postgres, JavaScript trails, and other trails.</p>
    <hr>
    <h2>In Conclusion</h2>
    <p>Thank you Dan for taking the time to do this interview, we really appreciate it.</p>
    </div>
]]>
</Body>
<Summary>Dan Croak is the Chief Marketing Officer of the prominent development shop thoughtbot. Before he moved to San Francisco to start thoughtbot’s west coast branch, Dan was a friend of mine in Boston...</Summary>
<Website>http://feedproxy.google.com/~r/nettuts/~3/G3IMpSwpJZY/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32239/guest@my.umbc.edu/fa5a695ce16e266e44e1bba5935314f0/api/pixel</TrackingUrl>
<Tag>articles</Tag>
<Tag>css</Tag>
<Tag>dan-croak</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>interview</Tag>
<Tag>interviews</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>thoughtbot</Tag>
<Tag>wed</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 16:48:04 -0400</PostedAt>
<EditAt>Thu, 04 Jul 2013 16:48:04 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="32238" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32238">
<Title>Build a Mobile Web App Using jQuery Mobile and AJAX</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Today we’re announcing a new upcoming workshop from Treehouse expert teacher, Amit Bijlani. In this workshop, you’ll learn to build a simple weather app called GOOD Weather using jQuery Mobile. Find out the strengths of jQuery Mobile and how to use some of its components. Learn about data roles, themes and page layout.</p>
    <p>Here’s the trailer:</p>
    <p></p>
    <div class="embed-container"><iframe src="//www.youtube.com/embed/WzWLTmYUbDg" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowFullScreen">[Video]</iframe></div>
    <p>If you’re a <a href="http://teamtreehouse.com/?cid=1000" title="Treehouse Gold Membership" rel="nofollow external" class="bo">Treehouse Gold Member</a>, you can login and take this workshop very soon!</p>
    <p>The post <a href="http://blog.teamtreehouse.com/build-a-mobile-web-app-using-jquery-mobile-and-ajax" rel="nofollow external" class="bo">Build a Mobile Web App Using jQuery Mobile and AJAX</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Today we’re announcing a new upcoming workshop from Treehouse expert teacher, Amit Bijlani. In this workshop, you’ll learn to build a simple weather app called GOOD Weather using jQuery Mobile....</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/wQeD3VmFgH0/build-a-mobile-web-app-using-jquery-mobile-and-ajax</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32238/guest@my.umbc.edu/c8e79b800f7be3b3e14f7526d0ded746/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>how-to-make-a-weather-app-for-iphone</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>jquery-mobile-tutorials</Tag>
<Tag>learn-to-code</Tag>
<Tag>mobile</Tag>
<Tag>mobile-apps</Tag>
<Tag>responsive</Tag>
<Tag>treehouse-workshop</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, 04 Jul 2013 14:30:18 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="123203" important="false" status="posted" url="https://my3.my.umbc.edu/posts/123203">
<Title>New Publication by Ellen Handler-Spitz, Visual Arts, Honors College</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="/wp-content/uploads/2013/07/9780300196405.jpg" rel="nofollow external" class="bo"><img alt="9780300196405" src="/wp-content/uploads/2013/07/9780300196405.jpg?w=137" width="137" height="150" style="max-width: 100%; height: auto;"></a>Ellen Handler-Spitz’s, most recent publication, <em>Barbara Chase-Riboud: The Malcolm X Steles</em>, in which she is a principal contributor, is featured now on the <a href="http://yalepress.yale.edu/yupbooks/book.asp?isbn=9780300196405" rel="nofollow external" class="bo">Yale University Press’ website</a>.</p>
    <p>The publication, a catalog for the exhibition of the same name, features Handler-Spitz’s writing alongside photography of the work of Barbara Chase-Riboud’s “monumental series of sculptures dedicated to the assassinated civil rights leader Malcolm X.” It includes a fascinating analysis of the <em>Malcolm X </em>sculptures in light of critical debates on abstract art’s role in memorializing the past.</p>
    <p><em>Barbara Chase-Riboud: The Malcolm X Steles</em> will be on display at the <a href="http://www.philamuseum.org/exhibitions/763.html" rel="nofollow external" class="bo">Philadelphia Museum of Art</a> September 14 – December 8, 2013.</p>
    </div>
]]>
</Body>
<Summary>Ellen Handler-Spitz’s, most recent publication, Barbara Chase-Riboud: The Malcolm X Steles, in which she is a principal contributor, is featured now on the Yale University Press’ website.   The...</Summary>
<Website>https://umbc.edu/stories/new-publication-by-ellen-handler-spitz-visual-arts-honors-college/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/123203/guest@my.umbc.edu/53a87d29ba21d78e8fb48a96051dca89/api/pixel</TrackingUrl>
<Tag>arts-and-culture</Tag>
<Tag>cahss</Tag>
<Tag>honorscollege</Tag>
<Tag>visualarts</Tag>
<Group token="umbc-news-magazine">UMBC News &amp;amp; Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/umbc-news-magazine</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/original.png?1748556657</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/large.png?1748556657</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/medium.png?1748556657</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/small.png?1748556657</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxsmall.png?1748556657</AvatarUrl>
<Sponsor>UMBC News &amp; Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 13:00:22 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32242" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32242">
<Title>Quito Journal: Ecuador, Possible Snowden Haven, Is High on Beauty but Low on Tech</Title>
<Body>
<![CDATA[
    <div class="html-content">If granted asylum — a big if — the N.S.A. leaker Edward J. Snowden would likely find life in tiny, beautiful, impoverished Ecuador a bit of an adjustment.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F04%2Fworld%2Famericas%2Fecuador-possible-snowden-haven-is-high-on-beauty-but-low-on-tech.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Quito+Journal%3A+Ecuador%2C+Possible+Snowden+Haven%2C+Is+High+on+Beauty+but+Low+on+Tech" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F04%2Fworld%2Famericas%2Fecuador-possible-snowden-haven-is-high-on-beauty-but-low-on-tech.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Quito+Journal%3A+Ecuador%2C+Possible+Snowden+Haven%2C+Is+High+on+Beauty+but+Low+on+Tech" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F04%2Fworld%2Famericas%2Fecuador-possible-snowden-haven-is-high-on-beauty-but-low-on-tech.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Quito+Journal%3A+Ecuador%2C+Possible+Snowden+Haven%2C+Is+High+on+Beauty+but+Low+on+Tech" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F04%2Fworld%2Famericas%2Fecuador-possible-snowden-haven-is-high-on-beauty-but-low-on-tech.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Quito+Journal%3A+Ecuador%2C+Possible+Snowden+Haven%2C+Is+High+on+Beauty+but+Low+on+Tech" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F07%2F04%2Fworld%2Famericas%2Fecuador-possible-snowden-haven-is-high-on-beauty-but-low-on-tech.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Quito+Journal%3A+Ecuador%2C+Possible+Snowden+Haven%2C+Is+High+on+Beauty+but+Low+on+Tech" 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/165665708499/u/0/f/640387/c/34625/s/2e3a4168/kg/342-363/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665708499/u/0/f/640387/c/34625/s/2e3a4168/kg/342-363/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>If granted asylum — a big if — the N.S.A. leaker Edward J. Snowden would likely find life in tiny, beautiful, impoverished Ecuador a bit of an adjustment.     </Summary>
<Website>http://www.nytimes.com/2013/07/04/world/americas/ecuador-possible-snowden-haven-is-high-on-beauty-but-low-on-tech.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32242/guest@my.umbc.edu/794ecc33b591370d3f05d84ab0b9637d/api/pixel</TrackingUrl>
<Tag>apple-inc-aapl-nasdaq</Tag>
<Tag>asylum-right-of</Tag>
<Tag>collective-brands-inc-pss-nyse</Tag>
<Tag>computers-and-the-internet</Tag>
<Tag>ecuador</Tag>
<Tag>mcdonalds-corporation-mcd-nyse</Tag>
<Tag>national-security-agency</Tag>
<Tag>new</Tag>
<Tag>nike-inc-nke-nyse</Tag>
<Tag>snowden-edward-j</Tag>
<Tag>starbucks-corporation-sbux-nasdaq</Tag>
<Tag>surveillance-of-citizens-by-government</Tag>
<Tag>technology</Tag>
<Tag>united-states-international-relations</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, 04 Jul 2013 12:14:28 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32237" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32237">
<Title>Aral Balkan launches open platform initiative</Title>
<Body>
<![CDATA[
    <div class="html-content">Codename Prometheus to compete on user experience in the consumer space<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Faral-balkan-launches-open-platform-initiative-132861&amp;t=Aral+Balkan+launches+open+platform+initiative" 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.netmagazine.com%2Fnews%2Faral-balkan-launches-open-platform-initiative-132861&amp;t=Aral+Balkan+launches+open+platform+initiative" 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.netmagazine.com%2Fnews%2Faral-balkan-launches-open-platform-initiative-132861&amp;t=Aral+Balkan+launches+open+platform+initiative" 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.netmagazine.com%2Fnews%2Faral-balkan-launches-open-platform-initiative-132861&amp;t=Aral+Balkan+launches+open+platform+initiative" 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.netmagazine.com%2Fnews%2Faral-balkan-launches-open-platform-initiative-132861&amp;t=Aral+Balkan+launches+open+platform+initiative" 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/165665696449/u/49/f/502346/c/32632/s/2e364c05/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665696449/u/49/f/502346/c/32632/s/2e364c05/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Codename Prometheus to compete on user experience in the consumer space     </Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/fjOY9_e2WdM/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32237/guest@my.umbc.edu/7671bd369af1fc6c9abff36ec7a7f8b3/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>net</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 11:10:15 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="32234" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32234">
<Title>Congratulations to INDS Students with Academic Honors!</Title>
<Body>
<![CDATA[
    <div class="html-content">Congratulations to those INDS students who received academic honors for the spring 2013 semester!<br><ul>
    <li>Semester Academic Honors - earned at least a 3.5</li>
    <li>Dean's List - earned at least a 3.75</li>
    <li>President's List - 4.0!!!</li>
    </ul>
    <p>These honors are only for students who took classes full-time and the credits were not taken as pass/fail.</p>
    <p><br></p>
    <p><a href="http://www.umbc.edu/inds/students/academic_awards" rel="nofollow external" class="bo">http://www.umbc.edu/inds/students/academic_awards</a></p>
    <p><br></p>
    <p>Will YOU be on the list next semester? We can work with you to make it happen!<br></p>
    </div>
]]>
</Body>
<Summary>Congratulations to those INDS students who received academic honors for the spring 2013 semester!   Semester Academic Honors - earned at least a 3.5  Dean's List - earned at least a 3.75...</Summary>
<Website>http://www.umbc.edu/inds</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32234/guest@my.umbc.edu/a2e9a262702a59def2e8c03f21737c12/api/pixel</TrackingUrl>
<Group token="inds">Individualized Study </Group>
<GroupUrl>https://my3.my.umbc.edu/groups/inds</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xsmall.png?1775678457</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/original.png?1775678457</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xxlarge.png?1775678457</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xlarge.png?1775678457</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/large.png?1775678457</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/medium.png?1775678457</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/small.png?1775678457</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xsmall.png?1775678457</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/208/d198d05a1c66aa65c037907edcd05c5d/xxsmall.png?1775678457</AvatarUrl>
<Sponsor>Interdisciplinary Studies</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 10:43:08 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32235" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32235">
<Title>Gadgetwise: A New Leef for Sharing Files to Your Phone</Title>
<Body>
<![CDATA[
    <div class="html-content">The Leef Bridge, a USB thumb drive, proposes to transfer files easily between computers and phones. It works, but not so easily.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fgadgetwise.blogs.nytimes.com%2F2013%2F07%2F04%2Fa-new-leef-for-sharing-files-to-your-phone%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+A+New+Leef+for+Sharing+Files+to+Your+Phone" 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%2Fgadgetwise.blogs.nytimes.com%2F2013%2F07%2F04%2Fa-new-leef-for-sharing-files-to-your-phone%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+A+New+Leef+for+Sharing+Files+to+Your+Phone" 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%2Fgadgetwise.blogs.nytimes.com%2F2013%2F07%2F04%2Fa-new-leef-for-sharing-files-to-your-phone%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+A+New+Leef+for+Sharing+Files+to+Your+Phone" 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%2Fgadgetwise.blogs.nytimes.com%2F2013%2F07%2F04%2Fa-new-leef-for-sharing-files-to-your-phone%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+A+New+Leef+for+Sharing+Files+to+Your+Phone" 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%2Fgadgetwise.blogs.nytimes.com%2F2013%2F07%2F04%2Fa-new-leef-for-sharing-files-to-your-phone%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Gadgetwise%3A+A+New+Leef+for+Sharing+Files+to+Your+Phone" 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/165665693076/u/0/f/640387/c/34625/s/2e357b8f/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665693076/u/0/f/640387/c/34625/s/2e357b8f/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The Leef Bridge, a USB thumb drive, proposes to transfer files easily between computers and phones. It works, but not so easily.     </Summary>
<Website>http://gadgetwise.blogs.nytimes.com/2013/07/04/a-new-leef-for-sharing-files-to-your-phone/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32235/guest@my.umbc.edu/3e0c088350c288b77753ba338a0f927c/api/pixel</TrackingUrl>
<Tag>accessories</Tag>
<Tag>headsets-and-accessories</Tag>
<Tag>mobile</Tag>
<Tag>mobile-tech</Tag>
<Tag>new</Tag>
<Tag>personalcomputing</Tag>
<Tag>products</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 10:16:43 -0400</PostedAt>
<EditAt>Thu, 04 Jul 2013 10:16:43 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="32324" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32324">
<Title>Dan Donald and Jack Sheppard on Speak the Web</Title>
<Body>
<![CDATA[
    <div class="html-content">Dan Donald and Jack Sheppard tell us about two projects: Speak the Web and Break the Page. Speak the Web is a series of web talks taking place in the north of England that mimics the style of a band tour. Break the Page is a 'playground for ideas' relating to web design<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fdan-donald-and-jack-sheppard-speak-web&amp;t=Dan+Donald+and+Jack+Sheppard+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fdan-donald-and-jack-sheppard-speak-web&amp;t=Dan+Donald+and+Jack+Sheppard+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fdan-donald-and-jack-sheppard-speak-web&amp;t=Dan+Donald+and+Jack+Sheppard+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fdan-donald-and-jack-sheppard-speak-web&amp;t=Dan+Donald+and+Jack+Sheppard+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fdan-donald-and-jack-sheppard-speak-web&amp;t=Dan+Donald+and+Jack+Sheppard+on+Speak+the+Web" 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/165665762218/u/49/f/502346/c/32632/s/2e35d14f/kg/342/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665762218/u/49/f/502346/c/32632/s/2e35d14f/kg/342/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Dan Donald and Jack Sheppard tell us about two projects: Speak the Web and Break the Page. Speak the Web is a series of web talks taking place in the north of England that mimics the style of a...</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/tOHyI1AOLRg/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32324/guest@my.umbc.edu/c54b899bd2fa84a4a5a6ee21ea6a9f5f/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>net</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 10:05:48 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32236" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32236">
<Title>Jack Sheppard and Dan Donald on Speak the Web</Title>
<Body>
<![CDATA[
    <div class="html-content">Jack Sheppard and Dan Donald tell us about two projects: Speak the Web and Break the Page. Speak the Web is a series of web talks taking place in the north of England that mimics the style of a band tour. Break the Page is a 'playground for ideas' relating to web design<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.netmagazine.com%2Finterviews%2Fjack-sheppard-and-dan-donald-speak-web&amp;t=Jack+Sheppard+and+Dan+Donald+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fjack-sheppard-and-dan-donald-speak-web&amp;t=Jack+Sheppard+and+Dan+Donald+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fjack-sheppard-and-dan-donald-speak-web&amp;t=Jack+Sheppard+and+Dan+Donald+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fjack-sheppard-and-dan-donald-speak-web&amp;t=Jack+Sheppard+and+Dan+Donald+on+Speak+the+Web" 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.netmagazine.com%2Finterviews%2Fjack-sheppard-and-dan-donald-speak-web&amp;t=Jack+Sheppard+and+Dan+Donald+on+Speak+the+Web" 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/165665762218/u/49/f/502346/c/32632/s/2e35d14f/kg/342/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/165665762218/u/49/f/502346/c/32632/s/2e35d14f/kg/342/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Jack Sheppard and Dan Donald tell us about two projects: Speak the Web and Break the Page. Speak the Web is a series of web talks taking place in the north of England that mimics the style of a...</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/sTAP_FocwHo/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32236/guest@my.umbc.edu/84a1eab35be7364d7646eef4d6057ae2/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>net</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Thu, 04 Jul 2013 10:05:48 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="32232" important="false" status="posted" url="https://my3.my.umbc.edu/posts/32232">
<Title>Designing in the Browser &#8211; An Interview with Brad Frost</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Brad Frost is one of the thought leaders in regards to web design, responsive web design, and designing in the browser. In this episode of Treehouse Friends, we sat down with Brad to pick his brain on designing in the browser. </p>
    <p></p>
    <div class="embed-container"><iframe src="//www.youtube.com/embed/5J7mq0ogwBI" frameborder="0" webkitallowfullscreen="webkitAllowFullScreen" mozallowfullscreen="mozallowfullscreen" allowfullscreen="allowFullScreen">[Video]</iframe></div>
    <p>If you’re a <a href="http://teamtreehouse.com/?cid=1000" title="Treehouse" rel="nofollow external" class="bo">Treehouse Gold Member</a>, you can login and watch the full interview today.</p>
    <p>The post <a href="http://blog.teamtreehouse.com/designing-in-the-browser-an-interview-with-brad-frost" rel="nofollow external" class="bo">Designing in the Browser – An Interview with Brad Frost</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Brad Frost is one of the thought leaders in regards to web design, responsive web design, and designing in the browser. In this episode of Treehouse Friends, we sat down with Brad to pick his...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/ferQM2beIbM/designing-in-the-browser-an-interview-with-brad-frost</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/32232/guest@my.umbc.edu/935be8f95bc943ca581acf04bb616a22/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>brad-frost</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>designing-in-the-browser</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>responsive</Tag>
<Tag>responsive-web-design</Tag>
<Tag>treehouse-friends</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, 04 Jul 2013 10:00:36 -0400</PostedAt>
</NewsItem>

</News>
