<?xml version="1.0"?>
<News hasArchived="true" page="9022" pageCount="10793" pageSize="10" timestamp="Sun, 06 Sep 2026 10:58:15 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=9022&amp;range=30">
<NewsItem contentIssues="false" id="26212" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26212">
<Title>New REX report available - Application Trends by Plan</Title>
<Body>
<![CDATA[
    <div class="html-content">This new report provides Applied, Admitted, Confirmed, and Enrolled 
    counts for the selected term as of the selected date, as well as the two
     previous terms for comparison purposes.  Counts are provided by 
    Reporting College, which can be expanded to see counts by plan.  This 
    report is useful in assessing and gauging any potential shifts (increase
     or decrease) in new enrollments which can be useful for a variety of 
    planning purposes (i.e. course scheduling, advising, etc.).  The report 
    can be accessed by going to rex.umbc.edu, clicking on '<em>Guided Reports</em>', then clicking on the '<em>Admissions</em>' folder. </div>
]]>
</Body>
<Summary>This new report provides Applied, Admitted, Confirmed, and Enrolled  counts for the selected term as of the selected date, as well as the two  previous terms for comparison purposes.  Counts are...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26212/guest@my.umbc.edu/6b57e980a612af33cf1d8896808daad0/api/pixel</TrackingUrl>
<Group token="rex">Report Exchange (REX)</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/rex</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/xsmall.png?1349113538</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/original.png?1349113538</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/xxlarge.png?1349113538</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/xlarge.png?1349113538</AvatarUrl>
<AvatarUrl size="large">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/large.png?1349113538</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/medium.png?1349113538</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/small.png?1349113538</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/xsmall.png?1349113538</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/027/84d2a013f34a449185e0a8b510929235/xxsmall.png?1349113538</AvatarUrl>
<Sponsor>Report Exchange (REX)</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 13:20:22 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26213" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26213">
<Title>Developing with Sass and Chrome Developer Tools</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <a href="http://rss.buysellads.com/click.php?z=1260013&amp;k=d754f1e9ba63a736ba8ff5ece958f7dd&amp;a=30761&amp;c=1675171908" rel="nofollow external" class="bo"><img src="http://rss.buysellads.com/img.php?z=1260013&amp;k=d754f1e9ba63a736ba8ff5ece958f7dd&amp;a=30761&amp;c=1675171908" alt="" style="max-width: 100%; height: auto;"></a><p>In this tutorial, we’ll review the process of better integrating Sass debugging into our workflow with Chrome Developer Tools.</p>
    <p></p>
    <hr>
    <h2>
    <span>Introduction</span> – Sass</h2>
    <p><a href="http://sass-lang.com/" rel="nofollow external" class="bo">Sass</a> stands for Syntactically Awesome Stylesheets; think of it as an extension to vanilla CSS that provides such features as:</p>
    <ul>
    <li>
    <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#variables_" rel="nofollow external" class="bo"><strong>Variables</strong></a> – For example, define a color upfront, and reference that value in multiple places.</li>
    <li>
    <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#mixins" rel="nofollow external" class="bo"><strong>Mixins</strong></a> – Share common styles throughout a stylesheet with as little code as possible.</li>
    <li>
    <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#nested_rules" rel="nofollow external" class="bo"><strong>Nesting</strong></a> – Allows for the nesting of CSS rules, with a benefit of not redefining the outer rules selector again.</li>
    <li>Plenty more, such as <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#id10" rel="nofollow external" class="bo">if statements</a>, <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#id11" rel="nofollow external" class="bo">for loops</a> and an <a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#interactive_shell" rel="nofollow external" class="bo">interactive console</a> to experiment with (not to mention the power of <a href="http://compass-style.org/" rel="nofollow external" class="bo">Compass</a>).</li>
    </ul>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sass-homepage.jpg" style="max-width: 100%; height: auto;"></div>
    <p><a href="http://sass-lang.com/" rel="nofollow external" class="bo">Sass</a> is <a href="https://github.com/nex3/sass" rel="nofollow external" class="bo">open source on Github</a>, and can be installed as a <a href="http://rubygems.org/gems/sass" rel="nofollow external" class="bo">gem</a>. If you’re new to Sass, check out our mini-series, <a href="http://net.tutsplus.com/sessions/mastering-sass/" rel="nofollow external" class="bo">Mastering Sass</a>, here on Nettuts+!</p>
    <hr>
    <h2>
    <span>Introduction -</span> Chrome Developer Tools</h2>
    <p><a href="https://developers.google.com/chrome-developer-tools/" rel="nofollow external" class="bo">Chrome Developer Tools</a>, integrated into the Chrome browser, offers a wonderful set of tools for debugging web pages. It would not be strange to see a front-end developer knee deep in this panel for a considerable portion of their day.</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/dev-tools-intro.png" style="max-width: 100%; height: auto;"></div>
    <p>Considering how regularly Dev Tools gets updated, there’s still some excellent and quite up to date documentation on the <a href="https://developers.google.com/chrome-developer-tools/docs/overview" rel="nofollow external" class="bo">official Dev Tools documentation</a> page. I’ve also written a few for Nettuts+, which can be found on my <a href="http://net.tutsplus.com/author/umarhansa/" rel="nofollow external" class="bo">author page</a>.</p>
    <hr>
    <h2>The Need For Better Workflow</h2>
    <p>So what exactly are we trying to solve here? Let’s review an example of debugging some Sass-generated CSS. Given the <code>.scss</code> file, which contains:</p>
    <pre>$myColor: green;&#x000A;    &#x000A;    body {&#x000A;    	.box {&#x000A;    		color: $myColor;&#x000A;    	}&#x000A;    }&#x000A;    </pre>
    <p>The CSS generated by Sass will look similar to this:</p>
    <pre>body .box {&#x000A;      color: green; }&#x000A;    </pre>
    <pre>&lt;div class="box"&gt;Hello&lt;/div&gt;&#x000A;    </pre>
    <p>Okay, so far so good; now I want to begin designing and developing my page using Chrome Dev Tools. I can inspect the <code>div</code> with a class of <code>box</code> by right-clicking on it, and selecting <em>Inspect Element</em>. Check out the styles pane, which shows the green value on the color property and a note on the file name that it’s contained within, along with the line number that the selector appears. Here’s where the problem lies: the processed CSS does not follow line for line what the source <code>.scss</code> file looks like. As you can imagine, this can have a negative impact on our development workflow.</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sublime-source-vs-output.jpg" style="max-width: 100%; height: auto;"></div>
    <p>In the screenshot above, the left pane shows a source <code>.scss</code> file, and the right side displays the processed version. (Note: I’m using the <a href="https://github.com/kuroir/SCSS.tmbundle/tree/SublimeText2" rel="nofollow external" class="bo">SCSS bundle</a> for syntax highlighting in Sublime Text.)</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/dev-tools-regular-view.jpg" style="max-width: 100%; height: auto;"></div>
    <p>Dev Tools then provides a link to the file and line number of the selector (highlighted in red above), which, unsurprisingly, links to the processed file (see image below). This now serves as a limitation for editing the file, as we can’t benefit from file saving for example (if we persist changes to the processed file, they’ll be overwritten as soon as Sass compiles again).</p>
    <p>In fact, we don’t even have a clear indication of what the corresponding line number is. Of course, practically speaking, in the above example, it would be simple for us to work out which line maps to what, by looking at the code; however, in a larger application, things can get much trickier.</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sources-panel-regular.jpg" style="max-width: 100%; height: auto;"></div>
    <p>As you can see above, Developer Tools has no understanding of our <code>.scss</code> file. (Luckily, we can fix this, as you’ll see shortly.) To summarize, a lack of Sass support in developer tools could mean:</p>
    <ul>
    <li>We don’t immediately know the line number a selector and/or CSS property exists on within our source file.</li>
    <li>Persisting CSS changes to the file system is out of the question.</li>
    <li>Even viewing the <code>.scss</code> file in the sources panel can be difficult, as Developer Tools doesn’t recognize that extension as one that should be viewed.</li>
    </ul>
    <hr>
    <h2>Preparing for Sass Support</h2>
    <h3>Chrome</h3>
    <p><strong>Important: </strong> Sass support is an experimental feature. Please keep in mind that, while it has been around for a while now, things may change. If they do, we’ll do our best to update this article, accordingly.</p>
    <p>Navigate to <code><a href="chrome://flags/">chrome://flags/</a></code> in the omnibox and find “Enable Developer Tools experiments.” Enable it and restart Chrome.</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/chrome-flags.png" style="max-width: 100%; height: auto;"></div>
    <p>The image below reveals an experiments panel. You can reach this by clicking on the cogwheel at the bottom-right corner of Developer Tools, and clicking “Experiments.” Then, check the box for “Support for Sass.”</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/dev-tools-experiments.png" style="max-width: 100%; height: auto;"></div>
    <p>Now there’s no need to close the settings window; just go to the General menu item in the left sidebar of the settings window, and navigate to the Sources section. From there, check “Enable source maps” and “Auto-reload CSS upon Sass save.” The timeout can be left at the default value.</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sass-support-dev-tools.png" style="max-width: 100%; height: auto;"></div>
    <h3>Sass</h3>
    <p>This tutorial uses the latest version of Sass (3.3.0, at the time of this writing), as there is some initial support for source maps. Install it through <a href="http://rubygems.org/" rel="nofollow external" class="bo">Rubygems</a>:</p>
    <pre>gem install sass --pre&#x000A;    </pre>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sass-gem.png" style="max-width: 100%; height: auto;"></div>
    <p>We next need to instruct Sass to compile our <code>.scss</code> files. Here’s a command that can be used:</p>
    <pre>sass --watch --debug-info --scss --sourcemap styles.scss:styles.css&#x000A;    </pre>
    <p>This specifies that <code>styles.scss</code> is your source file, and <code>styles.css</code> is your designated name for the processed file that will be used for production.</p>
    <pre>&lt;link rel="stylesheet" href="styles.css"&gt;&#x000A;    </pre>
    <p>If you see something similar to the image below…</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sass-command-line.png" style="max-width: 100%; height: auto;"></div>
    <p>…and you see a generated <code>.map</code> file, along with a bunch of funny looking CSS, then, congratulations: Sass debugging is working! Here’s what those other command options are doing:</p>
    <ul>
    <li>
    <strong>–watch</strong>: Watch for changes of the source <code>.scss</code> file, and compile, accordingly.</li>
    <li>
    <strong>–debug-info</strong>: Output debug information to the <code>.css</code> file, for debuggers.</li>
    <li>
    <strong>–scss</strong>: Specifies the style of Sass that we’re using.</li>
    <li>
    <strong>–sourcemap</strong>: Generate corresponding source map files.</li>
    </ul>
    <p><strong>Tip: </strong>An understanding of source maps isn’t critical for following along with this tutorial; however, it’s certainly something worth reading about, as it’s intended to help the development process. To learn more, read <a href="http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/" rel="nofollow external" class="bo">Introduction to JavaScript Source Maps</a> on HTML5Rocks, and <a href="http://net.tutsplus.com/tutorials/tools-and-tips/source-maps-101/" rel="nofollow external" class="bo">Source Maps 101</a> on Nettuts+.</p>
    <hr>
    <h2>From Elements to Sources</h2>
    <p>Assuming all went as expected, open the page in Dev Tools, where Sass support is enabled, should allow for Sass debugging. The first thing to note is that the filename will show the corresponding .scss source file, which is certainly useful. More importantly, though, the line number correctly reflects the line number in our source file!</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/elements-sass.png" style="max-width: 100%; height: auto;"></div>
    <p>Clicking on the filename will take you right to the sources panel with the line corresponding to the selector in question highlighted. Note that you now have a viewable Sass file right in your browser with syntax highlighting!</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sources-panel-sass.jpg" style="max-width: 100%; height: auto;"></div>
    <p>So finding the corresponding CSS selector from the Elements panel is a welcomed addition, but what about CSS properties?</p>
    <p>In the screenshot below, the Sources panel has highlighted the CSS property that I was interested in. To get there, <code>Command + Click</code> on the property from within the Elements panel. The fact that it has taken me to the line where the value was defined (rather than the line: property: $value;) is incredibly powerful!</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sources-property-sass.jpg" style="max-width: 100%; height: auto;"></div>
    <p> Please note that <a href="https://bugs.webkit.org/show_bug.cgi?id=105285" rel="nofollow external" class="bo">navigating to a CSS property</a> in the sources panel, via a <code>command + click</code>, is not specific to Sass. It can be achieved with regular CSS too.</p>
    <hr>
    <h2>Sass Editing With Persistence</h2>
    <p>The process of editing Sass files is a bit different from vanilla CSS files. One thing that we’ll need to do is ensure that  Dev Tools knows where the <code>.scss</code> file is located on our file system. From within the Sources panel, the left hand sidebar should have a Sources pane that displays the <code>.scss</code> file. Right-click and choose “Save As.” Then, overwrite the existing <code>.scss</code> source file.</p>
    <div><img src="http://cdn.tutsplus.com/net.tutsplus.com/authors/jeffreyway/sources-save-as-sass.png" style="max-width: 100%; height: auto;"></div>
    <p>Because we checked “Auto-reload CSS upon Sass save,” and because Sass is running in the terminal with the <code>--watch</code> flag, any changes that we make will be reflected in the browser quickly!</p>
    <p>Even mixins will work as expected. Pasting the following mixin into a nearly empty <code>.scss</code> file within the sources panel results in the correct CSS being generated. Once compiled, Developer Tools will reload the view instantly.</p>
    <pre>@mixin button {&#x000A;        border: 2px solid green;&#x000A;        display: inline-block;&#x000A;        padding: 10px;&#x000A;        border-radius: 4px;    &#x000A;    }&#x000A;    &#x000A;    .box {&#x000A;        @include button;   &#x000A;    }&#x000A;    </pre>
    <hr>
    <h2>Less Debugging</h2>
    <p>Not less, as in fewer… <a href="http://lesscss.org/" rel="nofollow external" class="bo">Less</a>, as in the stylesheet language! Work has been done to help with Less debugging; <a href="https://twitter.com/rob_dodson" rel="nofollow external" class="bo">Rob Dodson</a> recently published a great article on this very thing. Be sure to give it a read, if LESS is your preference: <a href="http://robdodson.me/blog/2012/12/28/debug-less-with-chrome-developer-tools/" rel="nofollow external" class="bo">Debug LESS With Chrome Developer Tools</a>.</p>
    <hr>
    <h2>Summary</h2>
    <p>To summarize:</p>
    <ul>
    <li>Support is not <strong>enabled</strong> by default; check the boxes as mentioned above in both <code><a href="chrome://flags/">chrome://flags/</a></code> and Developer Tools.</li>
    <li> <a href="https://www.google.com/intl/en/chrome/browser/canary.html" rel="nofollow external" class="bo">Chrome Canary</a> and the latest version of Sass (3.3.0) (due to Source maps) were used in this tutorial.</li>
    <li>Viewing processed CSS in the Dev Tools isn’t extremely useful, as you can’t benefit from editing capabilities, and the line numbers are unlikely to match the source file.</li>
    <li>CSS properties in the elements panel can be command-clicked. The file name displayed to the right of the selector is also clickable. Both direct you to the relevant portion in the sources panel.</li>
    <li>Use the Sources panel editing capabilities by doing a “Save as” on the <code>.scss</code> file. Future saves (command + s) should overwrite the file.</li>
    <li>Less support is limited, but will <a href="https://github.com/cloudhead/less.js/issues/1050" rel="nofollow external" class="bo">hopefully</a> improve soon!</li>
    </ul>
    <hr>
    <h2>Additional Learning</h2>
    <p>The development workflow with Sass/Less is not perfect, but it’s certainly a lot better than what it used to be! As time goes on, Dev Tools will provide a more streamlined workflow for editing CSS files, and bugs will of course be fixed. Any issue that you might come across may be raised as a bug at <a href="http://crbug.com" rel="nofollow external" class="bo">crbug.com</a>.</p>
    <p>To continue your learning:</p>
    <ul>
    <li>
    <strong><a href="http://robdodson.me/blog/2012/12/28/debug-less-with-chrome-developer-tools/" rel="nofollow external" class="bo">Debug LESS With Chrome Developer Tools</a></strong> by <a href="https://twitter.com/rob_dodson" rel="nofollow external" class="bo">Rob Dodson</a>
    </li>
    <li><strong><a href="http://trac.webkit.org/changeset/123768" rel="nofollow external" class="bo">Changeset: Web Inspector: SASS source mapping</a></strong></li>
    <li>
    <strong><a href="http://www.youtube.com/watch?feature=player_embedded&amp;v=PPXeWjWp-8Y" rel="nofollow external" class="bo">The Breakpoint Ep. 2</a></strong> (3 minutes in)</li>
    <li>
    <strong><a href="http://bricss.net/post/33788072565/using-sass-source-maps-in-webkit-inspector" rel="nofollow external" class="bo">Using Sass source maps in WebKit Inspector</a></strong> – On bricss.net</li>
    <li>
    <strong><a href="http://snugug.com/musings/debugging-sass-source-maps" rel="nofollow external" class="bo">Debugging Sass with Source Maps</a></strong> – By <a href="https://twitter.com/Snugug" rel="nofollow external" class="bo">@Snugug</a>
    </li>
    </ul>
    </div>
]]>
</Body>
<Summary>In this tutorial, we’ll review the process of better integrating Sass debugging into our workflow with Chrome Developer Tools.    Introduction – Sass  Sass stands for Syntactically Awesome...</Summary>
<Website>http://feedproxy.google.com/~r/nettuts/~3/TvThUmFon6M/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26213/guest@my.umbc.edu/7a08c1ca58d7877dd0fc1054ff81b6f9/api/pixel</TrackingUrl>
<Tag>css</Tag>
<Tag>development</Tag>
<Tag>devtools</Tag>
<Tag>google</Tag>
<Tag>html</Tag>
<Tag>html-and-css</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sass</Tag>
<Tag>sql</Tag>
<Tag>tools-and-tips</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>Tue, 19 Mar 2013 13:16:11 -0400</PostedAt>
<EditAt>Tue, 19 Mar 2013 13:16:11 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="26211" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26211">
<Title>How to Find Value in Other People&#8217;s Problems</Title>
<Body>
<![CDATA[
    <div class="html-content">Student entrepreneur Ryan Kuhel on the importance of researching pain points to find business ideas.</div>
]]>
</Body>
<Summary>Student entrepreneur Ryan Kuhel on the importance of researching pain points to find business ideas.</Summary>
<Website>http://feedproxy.google.com/~r/YoungentrepreneurcomBlog/~3/l9FrBTG4MwM/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26211/guest@my.umbc.edu/446b6304e58b80127db1b1f8353d19b0/api/pixel</TrackingUrl>
<Tag>business-planning</Tag>
<Tag>college-treps</Tag>
<Tag>market-research</Tag>
<Tag>on-campus</Tag>
<Tag>problem-solving</Tag>
<Tag>startup-business-ideas</Tag>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 13:00:38 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26214" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26214">
<Title>Future of Firefox dev tools revealed</Title>
<Body>
<![CDATA[
    <div class="html-content">Coding in the browser, network timelines and more<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=Future+of+Firefox+dev+tools+revealed&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Ffuture-firefox-dev-tools-revealed-132636" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/emailthis2.gif" style="max-width: 100%; height: auto;"></a></td>
    <td><a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Future+of+Firefox+dev+tools+revealed&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Fnews%2Ffuture-firefox-dev-tools-revealed-132636" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/bookmark.gif" style="max-width: 100%; height: auto;"></a></td>
    </tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/159490613189/u/49/f/502346/c/32632/s/29bf9ad3/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490613189/u/49/f/502346/c/32632/s/29bf9ad3/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Coding in the browser, network timelines and more</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/P8nWnU0JbkI/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26214/guest@my.umbc.edu/4a4c2eccdfa6146dfc94cd68b554e032/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>Tue, 19 Mar 2013 12:20:23 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26207" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26207">
<Title>Nonprofit Incubator Teaches Low-Income Women to Build Restaurant Businesses</Title>
<Body>
<![CDATA[
    <div class="html-content">The story of one La Cocina graduate and her quest to cook up authentic Mexican tastes.<br><br><a href="http://da.feedsportal.com/r/159490802211/u/49/f/625555/c/34343/s/29bf1250/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490802211/u/49/f/625555/c/34343/s/29bf1250/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>The story of one La Cocina graduate and her quest to cook up authentic Mexican tastes.</Summary>
<Website>http://feedproxy.google.com/~r/entrepreneur/startingabusiness/~3/paw7g6zx6Dg/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26207/guest@my.umbc.edu/42a2eb81a42c6eceed7d4b10cb52f177/api/pixel</TrackingUrl>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 12:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26208" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26208">
<Title>How to Choose an Accountant Who Is Also an Advisor</Title>
<Body>
<![CDATA[
    <div class="html-content">What an accountant can do to help keep your startup running.<br><br><a href="http://da.feedsportal.com/r/159490802210/u/49/f/625555/c/34343/s/29bf1252/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490802210/u/49/f/625555/c/34343/s/29bf1252/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>What an accountant can do to help keep your startup running.</Summary>
<Website>http://feedproxy.google.com/~r/entrepreneur/startingabusiness/~3/NmkLFODc2_w/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26208/guest@my.umbc.edu/3e439a19a9e151c227d545d588ebd34e/api/pixel</TrackingUrl>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 11:30:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="26202" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26202">
<Title>NGC, UMBC Expand Cync Program to Drive Innovation</Title>
<Tagline>in Cyber Technology</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <strong><span>NGC, UMBC Expand Cync Program to Drive Innovation in Cyber Technology</span></strong><div><span><strong><br></strong>Northrop Grumman Corporation (NGC) and the University of Maryland, Baltimore County (UMBC) Research Park Corp. (bwtech@UMBC) have expanded the Cync program, a cybersecurity technology incubator initiative to include three additional companies, among them the program's first international cyber provider.<br><br> iWebGate of Perth, Australia, has joined DB Networks of San Diego and Light Point Security of Baltimore as the latest companies to participate in Cync.<br><br>The Northrop Grumman Cync Program is a partnership between Northrop Grumman and bwtech@UMBC, aimed at commercializing technology to help provide protection from a growing range of cyber threats. Current participants in the Cync program include AccelerEyes, Five Directions, KoolSpan, Oculis Labs and Spotkick (formerly Rogue Networks). <br><br>“Our partnership with Northrop Grumman has proven very successful in attracting innovative cybersecurity product companies to bwtech@UMBC,” said Ellen Hemmerly, president and executive director, bwtech@UMBC Research and Technology Park. “We are delighted to be welcoming three new companies into Cync, further elevating the prestige of the program.”</span></div>
    </div>
]]>
</Body>
<Summary>NGC, UMBC Expand Cync Program to Drive Innovation in Cyber Technology  Northrop Grumman Corporation (NGC) and the University of Maryland, Baltimore County (UMBC) Research Park Corp. (bwtech@UMBC)...</Summary>
<Website>http://dev.bizmonthly.com/index.php</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26202/guest@my.umbc.edu/a37347545cd5d77756d919fe603d6e17/api/pixel</TrackingUrl>
<Group token="bwtech">bwtech@UMBC Research and Technology Park</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/bwtech</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xsmall.png?1760034935</AvatarUrl>
<AvatarUrl size="original">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/original.png?1760034935</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xxlarge.png?1760034935</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xlarge.png?1760034935</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/large.png?1760034935</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/medium.png?1760034935</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/small.png?1760034935</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xsmall.png?1760034935</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/410/afff9420ec03574fa84c6bb85b54a3e3/xxsmall.png?1760034935</AvatarUrl>
<Sponsor>bwtech@UMBC</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 11:11:02 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26205" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26205">
<Title>Five killer ways to use perceived affordance</Title>
<Body>
<![CDATA[
    <div class="html-content">Helping a user understand what they can interact with – and indeed what they can’t – is of fundamental importance in web design, says Gene Crawford<div><table border="0"><tbody><tr>
    <td><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&amp;title=Five+killer+ways+to+use+perceived+affordance&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Ffive-killer-ways-use-perceived-affordance" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/emailthis2.gif" style="max-width: 100%; height: auto;"></a></td>
    <td><a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Five+killer+ways+to+use+perceived+affordance&amp;link=http%3A%2F%2Fwww.netmagazine.com%2Ffeatures%2Ffive-killer-ways-use-perceived-affordance" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/images/bookmark.gif" style="max-width: 100%; height: auto;"></a></td>
    </tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/159490801132/u/49/f/502346/c/32632/s/29be5a14/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490801132/u/49/f/502346/c/32632/s/29be5a14/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Helping a user understand what they can interact with – and indeed what they can’t – is of fundamental importance in web design, says Gene Crawford</Summary>
<Website>http://feedproxy.google.com/~r/net/topstories/~3/LsF_6Avfdd4/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26205/guest@my.umbc.edu/0a56c7583ae39f7f2c2b15a3b2345c50/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>Tue, 19 Mar 2013 11:08:30 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26204" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26204">
<Title>Boise Attracts Startups Seeking Quality of Life</Title>
<Body>
<![CDATA[
    <div class="html-content">Idaho's capital doesn't have the resources of a bubble town. But sustainable growth and mountain views are drawing entrepreneurs.<br><br><a href="http://da.feedsportal.com/r/159490609585/u/49/f/625555/c/34343/s/29be1c2c/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/159490609585/u/49/f/625555/c/34343/s/29be1c2c/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Idaho's capital doesn't have the resources of a bubble town. But sustainable growth and mountain views are drawing entrepreneurs.</Summary>
<Website>http://feedproxy.google.com/~r/entrepreneur/startingabusiness/~3/O1ejoA9Y5Oo/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26204/guest@my.umbc.edu/07491d13db1d3a6d55445cfd68e0c232/api/pixel</TrackingUrl>
<Group token="entrepreneurship">Alex. Brown Center for Entrepreneurship</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/entrepreneurship</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/original.jpg?1771000363</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xlarge.png?1771000363</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/large.png?1771000363</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/medium.png?1771000363</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/small.png?1771000363</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xsmall.png?1771000363</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/092/53c03b106bdc6e19e4bf0a41b5a37add/xxsmall.png?1771000363</AvatarUrl>
<Sponsor>The Alex. Brown Center for Entrepreneurship</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 11:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="26217" important="false" status="posted" url="https://my3.my.umbc.edu/posts/26217">
<Title>Presidential Voices Interview Series: Beverly Daniel Tatum, Spelman College</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><em>AASHE’s <a href="http://www.aashe.org/category/blog-topics/presidents-chancellors" rel="nofollow external" class="bo">Presidential Voices interview series</a> features conversations with heads of higher education institutions who are inspiring sustainability leaders. To recommend a president or chancellor for this series, contact Judy Walton, chief publications officer, at <a href="mailto:judy@aashe.org">judy@aashe.org</a>.</em></p>
    <p>Beverly Daniel Tatum, Spelman College President since 2002, is our guest for this interview. Spelman is America's oldest historically Black college for women, and a leading liberal arts institution.  It has been recognized for its environmental efforts with a Green Key Award from the U.S. EPA.  In 2010, Dr. Tatum signed the American College &amp; University Presidents’ Climate Commitment (<a href="http://www.presidentsclimatecommitment.org/" rel="nofollow external" class="bo">ACUPCC</a>).  Most recently, she spearheaded a <a href="http://www.spelman.edu/about-us/wellness-revolution" rel="nofollow external" class="bo">Wellness Revolution</a> at the college to empower and educate Spelman women on the value of lifelong wellness as a means of building strong, sustainable communities.  Dr. Tatum is a member of the President’s Board of Advisors to the White House Initiative on Historically Black Colleges and Universities.  She earned a B.A. degree in psychology from Wesleyan University, and M.A. and Ph.D. degrees in clinical psychology from the University of Michigan. She also holds an M.A. in religious studies from Hartford Seminary.</p>
    <p><strong>Judy Walton: Why is sustainability important to Spelman, and how does it fit the college’s overall mission and tagline, “A Choice to Change the World?”</strong></p>
    <p><strong>Beverly Tatum:</strong>  Sustainability should be important to everyone because it’s essential to the viability of the planet on which we live.  It was listed as a key priority in my 2007 convocation talk, and sustainability goals are incorporated into Spelman’s <a href="http://www.spelman.edu/about-us/strategic-plan-goals" rel="nofollow external" class="bo">Strategic Plan</a> for 2015. Sustainability is also listed up front on our <a href="http://www.spelman.edu/about-us" rel="nofollow external" class="bo">About Us</a> page.   <span><img src="http://www.aashe.org/files/tatum_1_0.jpg" alt="tatum_1_0.jpg" style="max-width: 100%; height: auto;"></span></p>
    <p>When we talk about the mission of Spelman, we talk about preparing young women to be leaders; we talk about educating the whole person—mind, body, and spirit—developing her intellectual, academic and ethical leadership potential. You can’t talk about ethics without talking about responsibility, and you can’t talk about responsibility, in a holistic way, without talking about responsibility for the environment of which we are a part. So when we think about preparing students for the future --preparing them to be ethical leaders – certainly an awareness of sustainability is critical and an important part of what we mean when we say, “A Choice to Change the World.”</p>
    <p>As I have said in other contexts, we are changing the world all the time, sometimes for the better, sometimes for the worse. We’re not always conscious of the way we’re changing the world, but each of us in our daily interactions is making an impact. When we think about our environmental impact we want to be conscious of this in order to be good stewards of the planet on which we live and to make sure that the change we’re making is a positive one as opposed to one that’s detrimental to the long- term health of ourselves and those we care about.</p>
    <p><strong>JW: What key initiatives have led to Spelman’s recognition as a sustainability leader among HBCUs?</strong></p>
    <p><strong>BT:</strong>  We talk about sustainability at Spelman in the context of three areas of focus:  One is traditional environmental sustainability. The second is personal sustainability, which has to do with our own personal health and wellness. The third focus area is communal sustainability -- the health and well-being of our campus as an institution. Each focus area has an initiative associated with it on our campus.</p>
    <p>When we talk about environmental sustainability, we highlight Spelman’s <a href="http://rs.acupcc.org/site_media/uploads/cap/1083-cap.pdf" rel="nofollow external" class="bo">Climate Action Plan</a> and its status as a <a href="http://www.presidentsclimatecommitment.org/signatories/list" rel="nofollow external" class="bo">signatory</a> of the American College &amp; University Presidents’ Climate Commitment.  As part of this commitment, we’ve set a target date for achieving carbon neutrality – we chose the year 2056, which is the 175th anniversary of the College.</p>
    <p>We’re also committed to building green. In 2008, <a href="http://www.spelman.edu/about-us/sustainable-spelman/the-suites-green-dorm" rel="nofollow external" class="bo">The Suites</a> residence hall opened – the first-ever LEED Silver certified residence hall at a historically Black college or university. That commitment has been strengthened by a policy adopted by our board of trustees in 2010 stating that all new construction and renovations will be completed at no less than LEED Silver standards. The renovation of Laura Spelman Rockefeller Hall concluded in the fall of 2012 and we’re delighted that it has received LEED Gold certification. In support of our Wellness Revolution, we are planning a new project – Read Hall, which will of course be completed using LEED standards.</p>
    <p>Also under the environmental sustainability umbrella we include curricular innovation and research. Along with everyday opportunities for conservation, we want to provide curriculum to further integrate sustainability across courses and disciplines with the goal of graduating empowered women who embody all three dimensions of <a href="http://www.spelman.edu/about-us/sustainable-spelman" rel="nofollow external" class="bo">Sustainable Spelman</a>. We have faculty and staff <a href="http://www.spelman.edu/about-us/sustainable-spelman/green-leaders/green-ambassadors" rel="nofollow external" class="bo">Green Leaders</a> who are working on environmental and sustainability solutions regionally, nationally and globally.</p>
    <p>When we speak about personal sustainability we highlight our <a href="http://www.spelman.edu/about-us/sustainable-spelman" rel="nofollow external" class="bo">sustainability pledge</a> as well as our <a href="http://www.spelman.edu/about-us/wellness-revolution" rel="nofollow external" class="bo">Wellness Revolution</a> and all it represents. Whether we’re talking about stroke, heart disease, breast cancer, diabetes, kidney disease, or HIV/AIDS, all these illnesses disproportionately impact Black woman. However, with changes in our diet, behavior, exercise and stress reduction, we can positively impact the current statistics. But we have to be knowledgeable about how to make those changes. Through the Wellness Revolution, we aim to educate the Spelman community on how to start and sustain healthy habits for life-long wellness.</p>
    <p>Through communal sustainability we aim to make sure that Spelman College as an institution remains viable for many years. This requires all of us to abide by our standards of excellence which are captured by what we call the 3 C’s: civility, commitment, and consistency in excellence and performance.</p>
    <p><strong>JW: AASHE Bulletin recently featured Spelman’s plan to eliminate intercollegiate athletics in order to dedicate resources to a campus-wide fitness/wellness initiative. What was behind this decision, and how do fitness and wellness relate to sustainability?</strong></p>
    <p><strong>BT:</strong> As I mentioned, personal sustainability is a key priority here at Spelman. When we decided to discontinue our participation in intercollegiate athletics in May 2013, we were not rejecting sports, or even competition -- just the limited benefit that our NCAA participation offered a few student athletes in favor of a program of activity that would support lifelong fitness for all 2,100 of our students.<br>
    The intent of our wellness program is to transition our students from high school sports to lifelong fitness. Just as we develop habits of the mind – such as critical-thinking skills that will be used for a lifetime -- we want to develop habits of the body that will support healthy and sustainable living for a lifetime.</p>
    <p>If the health status of African-American women is an indicator of the health status of blacks living in America, the news is not good. According to a report from the Centers for Disease Control and Prevention 44 percent of Black women over age 20 have high blood pressure, and Black women are more likely to suffer from ailments such as diabetes, heart disease, breast cancer and stroke and to die from them early in comparison to women of other ethnicities. All of these illnesses are linked to obesity and lack of physical activity.</p>
    <p>Given these statistics, the need for a Wellness Revolution at Spelman is urgent, because it is our population -- young black women -- that is among the most at risk for negative health outcomes. Committed to educating the whole person - mind, body and spirit - we have an opportunity to change the health trajectory of the young women we serve.  We are taking this opportunity seriously through the development of a creative wellness program. Wellness and societal sustainability go hand-in-hand.</p>
    <p><strong>JW:  As a leader of one of the premier HBCUs, and a 2005 recipient of the prestigious Brock International Prize in Education, what strategies do you recommend to make campus sustainability a more diverse, inclusive movement?</strong></p>
    <p><strong>BT:</strong>  At Spelman we are leading by example and certainly we take pride in the various presentations that members of our campus community have given at professional events, national conferences and in the media. Along with Art Frazier, our director of facilities (who presented at AASHE 2012), we also have faculty members like Fatemeh Shafiei, chair and associate professor of political science and Jerry Wever, assistant professor of anthropology, who provide insight on the various sustainability efforts at Spelman to the broader community. Through these opportunities and others, such as our student <a href="http://www.spelman.edu/about-us/sustainable-spelman/green-leaders/green-ambassadors" rel="nofollow external" class="bo">Green Ambassadors</a>, we have been able to tell the Spelman story in a way that we hope inspires others.</p>
    <p><strong>JW:  How is Spelman tracking its sustainability progress?</strong></p>
    <p><strong>BT:</strong>  Our Climate Action Plan that I described earlier contains benchmarks and timetables, and includes a completed <a href="https://stars.aashe.org/" rel="nofollow external" class="bo">STARS</a> checklist detailing our progress. For personal sustainability, we’re tracking participation in healthy living behaviors such as exercise. As part of our wellness program, our wellness coordinator tracks student, faculty and staff participation. When asked what will be the measure of success for our wellness program, I like to say, “when we have a culture of movement at Spelman College.”</p>
    <p><strong>JW: As an institutional leader, what are your biggest challenges in advancing sustainability initiatives?</strong></p>
    <p><strong>BT:</strong> As at many institutions, two of the biggest challenges to advancing initiatives are limited resources and complacency. When advocating for any initiative, securing resources can be a challenge and that has to do with being in a tough economy. Our primary responsibility is to ensure that we’re able to deliver stellar academic programs and keep students in school, which requires scholarship support for most of them. Regarding complacency, we have to work diligently to ensure that everyone understands why it’s so important to mobilize and be actively engaged, in both supporting and promoting sustainability.</p>
    <p><strong>JW: What would you like to accomplish next in terms of sustainability at Spelman?</strong></p>
    <p><strong>BT:</strong> As it relates to environmental sustainability, the first major milestone is our Climate Action Plan, which I described earlier. Now that we have a plan, we need to follow it. As relates to personal sustainability, we are focused on the Wellness Revolution (which I also described earlier) and creating the physical space needed to fully implement the vision for the program. That involves the completion of Read Hall using LEED standards. We are actively engaged in raising funds for that project. Regarding communal sustainability, we will continue to educate the community about the importance of the 3 C’s at Spelman and what each of us can do to ensure the long term health of our institution.</p>
    <p><strong>JW:  How do you spend your free time?</strong></p>
    <p><strong>BT:</strong>  I like to exercise, read, and focus on my personal sustainability. I also enjoy time alone and time with my family.</p>
    </div>
]]>
</Body>
<Summary>AASHE’s Presidential Voices interview series features conversations with heads of higher education institutions who are inspiring sustainability leaders. To recommend a president or chancellor for...</Summary>
<Website>http://feedproxy.google.com/~r/CampusSustainabilityPerspectives/~3/OsHYuPOyJhQ/presidential-voices-interview-series-beverly-daniel-tatum-spelman-college</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/26217/guest@my.umbc.edu/ebbfde58adc0a39e4481ec71b3a8d752/api/pixel</TrackingUrl>
<Tag>interviews</Tag>
<Tag>presidents-and-chancellors</Tag>
<Group token="sustainability">Sustainability Matters at UMBC</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/sustainability</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/xsmall.png?1586269437</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/original.png?1586269437</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/xxlarge.png?1586269437</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/xlarge.png?1586269437</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/large.png?1586269437</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/medium.png?1586269437</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/small.png?1586269437</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/xsmall.png?1586269437</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/086/91091ac32f525d88daa6d6b721420ac1/xxsmall.png?1586269437</AvatarUrl>
<Sponsor>UMBC SUSTAINABILITY</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 19 Mar 2013 10:44:44 -0400</PostedAt>
</NewsItem>

</News>
