<?xml version="1.0"?>
<News hasArchived="true" page="7618" pageCount="10793" pageSize="10" timestamp="Sat, 05 Sep 2026 18:24:59 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=activity&amp;page=7618&amp;range=2">
<NewsItem contentIssues="false" id="43620" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43620">
<Title>The Underappreciated Ties Between Art and Innovation</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Author Sarah Lewis discusses some counterintuitive pathways to breakthroughs.</p>
    <p>The path to a great achievement—whether it is a technological innovation or a masterwork of art—is almost never direct. On the contrary, creative breakthroughs often come after wrenching failures. That idea animates <em><a href="http://books.simonandschuster.com/Rise/Sarah-Lewis/9781451629231" rel="nofollow external" class="bo">The Rise: Creativity, the Gift of Failure, and the Search for Mastery</a></em>, a book by Sarah Lewis, an art curator who is completing her PhD at Yale. Based on 150 interviews with artists and explorers as well as scientists and entrepreneurs, the book is neither a self-help manual nor a bundle of case studies. It’s a meditation on accomplishments that come from seemingly improbable circumstances and the connections between art and science. Lewis spoke with <em>MIT Technology Review</em>’s deputy editor, Brian Bergstein.</p>
    </div>
]]>
</Body>
<Summary>Author Sarah Lewis discusses some counterintuitive pathways to breakthroughs.  The path to a great achievement—whether it is a technological innovation or a masterwork of art—is almost never...</Summary>
<Website>http://www.technologyreview.com/qa/526436/the-underappreciated-ties-between-art-and-innovation/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43620/guest@my.umbc.edu/157d36533cb6d2d5113ff07b0df3dd1f/api/pixel</TrackingUrl>
<Tag>development</Tag>
<Tag>internet</Tag>
<Tag>mit</Tag>
<Tag>technology</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, 15 Apr 2014 00:00:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="43617" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43617">
<Title>Features Are Complicated</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <blockquote><p>Why can't I edit my tweets?! Twitter should allow that.</p></blockquote>
    <p>It's so simple right? CRUD apps (Create, Read, Update, and Delete) are app-building 101! What a gross oversight. But wait. <strong>Just as a fun nerdy little exercise, let's think about what a feature like this might take for the Twitter team.</strong> I don't work there or have any inside knowledge, so this is all hypothetical for the sake of understanding app development.</p>
    <p></p>
    <ul>
    <li>Should you be able to edit any tweet you've ever tweeted at any time?</li>
    <li>Or should you just have a few minutes to do it until it locks?</li>
    <li>Do you offer this to everyone? Opt-in? Opt-out?</li>
    <li>Should you be able to edit tweets or direct messages also?</li>
    <li>What does it look like to edit a tweet? Can it be simple and obvious? Does it need additional UI? How do you expose that UI? Is it worth the extra UI?</li>
    <li>Does the tweet go out to the public timeline immediately or after the editing grace period?</li>
    <li>What if someone favorites a tweet and it is later edited? Does it shed the favorites? E.g. a tweet that originally said "I like pancakes!" could be later edited to  "People that favorited this like clubbing seals!" (or much worse). </li>
    <li>Same question, with retweets. And with replies.</li>
    <li>Are there any social or moral implications of this?</li>
    <li>How does tweet editing affect the overall <em>feel</em> of using Twitter? Would a time delay affect that feel? Would people think of tweets differently?</li>
    <li>Does tweet editing make hacked accounts an even more dangerous prospect?</li>
    <li>How do third party clients handle tweet editing? Is there a public API for it? How complex is that?</li>
    <li>Or do you only offer tweet editing through the web? How does that move go over with developers?</li>
    <li>How do you ensure third party editing offers an up-to-par UX? Does that matter?</li>
    <li>If tweets aren't time-delayed, how do you handle edited tweets through the API? - How do you tell third-party clients to update a tweet they are currently displaying rather than show a new one?</li>
    <li>Where do edited tweets go? Back on top of the timeline, or stay where they are?</li>
    <li>Should it be visually displayed that a tweet has been edited? How do you enforce that in third-party apps?</li>
    <li>Are there legal implications here? What if someone tweets something illegal and then changes it to something legal?</li>
    <li>Does tweet editing open up any kind of bad guy behavior? What kind of mis-use can be expected?</li>
    <li>What are the infrastructural concerns? Are all revisions saved? How much additional web server and database load is this? </li>
    <li>Do you throttle editing like you presumably do for tweet creation?</li>
    <li>How <em>actually</em> requested is this feature? Is it just a vocal minority?</li>
    <li>What's in it for Twitter if they go down this path? Happier users? Is that a guarantee?</li>
    <li>How much time, effort, and money is this going to take? (Design, development, UX, testing, etc) Are they prepared to support this for the life of the product?</li>
    <li>Is the team into the idea or would it be grueling and not-fun?</li>
    </ul>
    <p>We could probably double that list on our own and that's just looking from the outside. Software is tough. Being smart and responsible with the features of that software is even tougher.</p>
    <hr>
    <p><small><a href="http://css-tricks.com/features-complicated/" rel="nofollow external" class="bo">Features Are Complicated</a> is a post from <a href="http://css-tricks.com" rel="nofollow external" class="bo">CSS-Tricks</a></small></p>
    </div>
]]>
</Body>
<Summary>Why can't I edit my tweets?! Twitter should allow that.    It's so simple right? CRUD apps (Create, Read, Update, and Delete) are app-building 101! What a gross oversight. But wait. Just as a fun...</Summary>
<Website>http://css-tricks.com/features-complicated/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43617/guest@my.umbc.edu/5334978ffdb37d6491fcfb7b76e6e6f3/api/pixel</TrackingUrl>
<Tag>article</Tag>
<Tag>css</Tag>
<Tag>html</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>tricks</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 21:51:44 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="43615" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43615">
<Title>Dojo for Jesus</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>Imagine the scene — you walk into a church, expecting simple pews and a cross at the altar.</p>
    <p>Instead, you’re faced with a fight ring surrounded by bleachers filled with families.</p>
    <p>Two men lumber down to the ring — their biceps are splattered with tattoos of crosses and windy Bible verses.</p>
    <p>Welcome to <a href="http://www.fightchurchfilm.com/" rel="nofollow external" class="bo">Fight Church</a>, where you <strong>“can love your neighbor as yourself and then at the same time knee him in the face as hard as you can.”</strong></p>
    <p><a href="http://usdemocrazy.net/wp-content/uploads/2014/04/o-FIGHT-570.jpg" rel="nofollow external" class="bo"><img alt="" src="http://usdemocrazy.net/wp-content/uploads/2014/04/o-FIGHT-570-202x300.jpg" width="202" height="300" style="max-width: 100%; height: auto;"></a></p>
    <p>This <a href="http://www.youtube.com/watch?v=dPWnsQsUxNo" rel="nofollow external" class="bo">new documentary</a> (premiering in Boston on April 24th) explores various churches that add Mixed Martial Arts  to their activities bulletin, alongside yoga classes and Bible study.</p>
    <p>In the trailer, one pastor explains his feelings about the <a href="http://www.huffingtonpost.com/2014/04/06/fight-church-documentary_n_5093236.html" rel="nofollow external" class="bo">feminization of Mainstream Christianity. </a></p>
    <p>While Jesus never endorsed violence, Biblical legends like David and Samson were renown for their physical strength.</p>
    <p>MMA attracts the stereotypical “tough guy” to a church where he might not feel as welcome when services include feel-good messages and soft guitar music.</p>
    <p>The directors intend for the film to generate conversation about the connection between fighting and faith – another example of post-modern Christianity in our society.</p>
    <p>Paul Burress is one of the fighting pastors featured in the film. His father was also a pastor and ran a martial arts program called “Karate for Christ.” Burress <a href="http://msn.foxsports.com/ufc/haymaker/fight-church-documentary-explores-more-than-just-pastors-punching-each-other-in-the-face-041014" rel="nofollow external" class="bo">described the program</a> in an interview with FOX Sports:</p>
    <blockquote>
    <p>We would break bricks and bend nails and we’d play a game called ‘Kill the Preacher’ where we’d let someone put a knife to our throat and we’d take it out of their hands and stuff like that.</p>
    </blockquote>
    <p>It sounds silly, but Burress said it was a great way to attract people to church who wouldn’t go otherwise.</p>
    <p>Winners at the matches first thank God when they are finished fighting and feel more comfortable at church knowing they can be the same person in and out of the sanctuary.</p>
    <p>Burress explained how people shouldn’t feel obligated to act differently from who they are when they walk into church:</p>
    <blockquote>
    <p>I don’t think you should be ‘this is my Sunday me, and this is my Monday-Friday me’.  Like God made you… for a reason.  If he made you a computer guy, you be the best computer guy for God and use it for him… He made me a fighter so I’ll fight for him.</p>
    </blockquote>
    <p>What do you think?</p>
    <p>Is this new type of Fight Church a holy outreach or wholly illogical?</p>
    </div>
]]>
</Body>
<Summary>Imagine the scene — you walk into a church, expecting simple pews and a cross at the altar.   Instead, you’re faced with a fight ring surrounded by bleachers filled with families.   Two men lumber...</Summary>
<Website>http://usdemocrazy.net/dojo-for-jesus/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43615/guest@my.umbc.edu/b675bc9e9709a5108d6283775d180180/api/pixel</TrackingUrl>
<Tag>christianity</Tag>
<Tag>current</Tag>
<Tag>democracy</Tag>
<Tag>featured</Tag>
<Tag>film</Tag>
<Tag>jesus-christ</Tag>
<Tag>mma</Tag>
<Tag>news</Tag>
<Tag>politics</Tag>
<Tag>us</Tag>
<Tag>usdemocrazy</Tag>
<Tag>violence</Tag>
<Group token="retired-12">USDemocrazy</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-12</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xsmall.png?1279120129</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/original.jpg?1279120129</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xxlarge.png?1279120129</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xlarge.png?1279120129</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/large.png?1279120129</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/medium.png?1279120129</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/small.png?1279120129</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xsmall.png?1279120129</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/012/f0935e4cd5920aa6c7c996a5ee53a70f/xxsmall.png?1279120129</AvatarUrl>
<Sponsor>USDemocrazy</Sponsor>
<PawCount>20</PawCount>
<CommentCount>22</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 17:28:47 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="43610" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43610">
<Title>Project Created: 1452 - SAAAC - Displaying Student Groups &amp; Student Attributes  in Advising Center</Title>
<Body>
<![CDATA[
    <div class="html-content">The following project has been created in Project Tracker by Molly Burdusi.<br><br><strong>Project Name:</strong><br>SAAAC - Displaying Student Groups &amp; Student Attributes  in Advising Center <br><br><strong>Project Sponsor:</strong><br>Ken Baron<br><br><strong>Project Description:</strong><br> I've been in a few discussions recently in which we've noted the benefit/usefulness of having student group and student attribute information displayed in the Advising Profile.  There is a general consensus that having this information available in the Advising Profile would be extremely helpful to the academic/faculty advisor.  For example, knowing that the student was admitted to the accelerated bachelors/masters program (student group) would help the advisor in guiding the student on their course selection in their junior and senior years.  Another example that came of this week was the attribute for veterans.  Knowing the student was a veteran (self reported by the student) would help the advisor in recommending some useful resources such as our vet-2-vet program.  <br><br>Link to project summary within Project Tracker: <a href="https://pt.umbc.edu/PT_proj_report.php?projID=1452" rel="nofollow external" class="bo">Click Here</a><br>
    </div>
]]>
</Body>
<Summary>The following project has been created in Project Tracker by Molly Burdusi.  Project Name: SAAAC - Displaying Student Groups &amp; Student Attributes  in Advising Center   Project Sponsor: Ken...</Summary>
<Website>http://pt.umbc.edu/PT_proj_report.php?projID=1452&amp;update=1397504157</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43610/guest@my.umbc.edu/2a2f899eb60a9e547d8189872ce7dd5d/api/pixel</TrackingUrl>
<Group token="sa-advisory">SA Academic Advisory Committee</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/sa-advisory</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/xsmall.png?1575475842</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/original.jpg?1575475842</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/xxlarge.png?1575475842</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/xlarge.png?1575475842</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/large.png?1575475842</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/medium.png?1575475842</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/small.png?1575475842</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/xsmall.png?1575475842</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/441/64546b5e7f66564695db8f6789b59e5c/xxsmall.png?1575475842</AvatarUrl>
<Sponsor>SA Academic Advisory Committee</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 16:45:39 -0400</PostedAt>
<EditAt>Tue, 05 Sep 2017 08:01:11 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="43609" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43609">
<Title>The Beginner&#8217;s Guide to Ratchet: a Mobile Web App Framework</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="http://goratchet.com/" rel="nofollow external" class="bo">Ratchet</a> is a front-end framework for building mobile web apps in HTML, CSS, and JavaScript. <a href="http://blog.getbootstrap.com/2014/02/25/ratchet-2/" rel="nofollow external" class="bo">Ratchet 2.0 was recently released</a>, so it’s a good time to start learning how to build Ratchet apps. If you just want to see Ratchet in action, click this demo button on your mobile device (or enable touch events in your browser) to see what it looks like: <a href="http://j.mp/ratchet-example" rel="nofollow external" class="bo">See Demo (Mobile Only)</a>   <a href="http://treehouse-code-samples.s3.amazonaws.com/ratchet-example.zip" rel="nofollow external" class="bo">Download Example Code</a></p>
    <h2>About Ratchet</h2>
    <p>Often it’s best to use <a href="http://blog.teamtreehouse.com/beginners-guide-to-responsive-web-design" rel="nofollow external" class="bo">responsive design</a> for building websites that work across mobile, tablets, and desktop devices. However, in some instances, you may want to provide users with an experience that’s custom-tailored to their current device context. Additionally, there are plenty of apps that might only make sense on a mobile device, such as apps that rely heavily on geolocation. Finally, if you’re building native apps, then it could be helpful to <a href="http://blog.teamtreehouse.com/rapidly-prototype-websites" rel="nofollow external" class="bo">rapidly prototype</a> in a web browser first.</p>
    <p>Ratchet aims to provide designers and developers with a framework for building mobile web apps that feel native. The framework is brought to you by the same team that created the popular Bootstrap framework, which means that Ratchet is very high quality. Whether you want to target iOS, Android, or both, Ratchet 2.0 is up for the job.</p>
    <p><strong>Free trial on Treehouse:</strong> Do you want to learn more about front-end design, mobile apps, and frameworks? <a href="https://teamtreehouse.com/subscribe/plans?cid=2122&amp;utm_source=teaching-23286-beginner-guide-ratchet&amp;trial=yes" rel="nofollow external" class="bo">Click here to try a free 14-day trial on Treehouse</a>.</p>
    <h2>Getting Started</h2>
    <h3>Step 1: Download Ratchet</h3>
    <p>To download Ratchet, head over to <a href="http://goratchet.com/" rel="nofollow external" class="bo">http://goratchet.com/</a> and click the big download button. You didn’t think this step would be difficult, did you?</p>
    <h3>Step 2: Start a Server</h3>
    <p>Even though Ratchet is front-end code, it still needs to be running on a web server for Push.js (some JavaScript included with Ratchet) to work properly. If you’re on Windows, I recommend using <a href="http://www.wampserver.com/en/" rel="nofollow external" class="bo">WAMP</a> to start up a server for local development. If you’re on Mac OS X, starting a Python server is straightforward. Open the Terminal app and navigate to the directory where your Ratchet files are stored using the change-directory command. You’ll need to modify the path so that it maps to your project directory: <code>$ cd ~/dev/MyRatchetProject</code></p>
    <p>Mac OS X comes with Python preinstalled, so just type this command to start a server: <code>$ python -m SimpleHTTPServer</code> By default, this should start a server on port 8000. Type the following address in your browser and you’re good to go: <code><a href="http://localhost:8000">http://localhost:8000</a></code></p>
    <h3>Step 3: Enable Touch Events</h3>
    <p>Ratchet won’t work properly in a desktop browser with default settings, but there are a few things you can do to set up a development environment. The easiest method is to simulate touch events in either <a href="https://developers.google.com/chrome-developer-tools/docs/mobile-emulation#emulate-touch-events" rel="nofollow external" class="bo">Chrome</a> or <a href="https://developer.mozilla.org/en-US/docs/Tools/Responsive_Design_View" rel="nofollow external" class="bo">Firefox</a>. However, I recommend developing using a mobile phone simulator.</p>
    <p>On Mac OS X, you can install XCode and use the iPhone simulator to see what your site will look like in Mobile Safari. Alternatively, you could even just use a real phone. If it’s connected to the same WiFi network as your computer, type in the IP address of your development machine along with the port you’re using to develop, and you should see your site. Your IP address and port will vary, but the address would look something like this: <code><a href="http://192.168.1.0:8000">http://192.168.1.0:8000</a></code></p>
    <h3>Step 4: Download Examples</h3>
    <p>I’ve combined several of the Ratchet templates and components into a <a href="http://treehouse-code-samples.s3.amazonaws.com/ratchet-example.zip" rel="nofollow external" class="bo">Ratchet Example Project</a> that you can use to help jump-start development.</p>
    <div>
    <img alt="Three screenshots of an iPhone showing the example Ratchet application." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/04/ratchet-example.jpg" width="1242" height="834" style="max-width: 100%; height: auto;"><p>In the Ratchet Example App, there are examples of several components and common types of pages.</p>
    </div>
    <p>The example project includes Ratchet 2.0.2 (the latest version as of this writing), but if you want to do more than just experiment, it’s a good idea to go to the Ratchet site and download the latest version. If you’d like to see more templates of different types of apps, check out the official <a href="http://goratchet.com/examples/" rel="nofollow external" class="bo">Ratchet example page</a>.</p>
    <h2>Basic Structure of a Ratchet App</h2>
    <p>Each view in Ratchet is a separate HTML page that can be linked together like normal web pages. On each Ratchet page, there are three rules to remember:</p>
    <ol>
    <li>If you want to add a fixed bar (using the <code>.bar</code> class) to the page, make sure it’s the first thing inside the <code>&lt;body&gt;</code>
    </li>
    <li>Anything that’s not in the <code>.bar</code> class should go inside a div with the class <code>.content</code>
    </li>
    <li>Make sure to add the proper <code>&lt;meta&gt;</code> tags (included in the examples)</li>
    </ol>
    <p>Ratchet has decent basic styling, but if you want your app to look like a native iOS or Android app, you can include additional CSS. Simply add either <code>ratchet-theme-ios.css</code> or <code>ratchet-theme-android.css</code> as needed. Here’s a code snippet that gives an example of what should go inside the <code>&lt;body&gt;</code> element:</p>
    <pre><code>&#x000A;    &lt;body&gt;&#x000A;    &#x000A;      &lt;!-- Make sure all your bars are the first things in your &lt;body&gt; --&gt;&#x000A;      &lt;header class="bar bar-nav"&gt;&#x000A;        &lt;a class="icon icon-left-nav pull-left" href="/index.html" data-transition="slide-out"&gt;&lt;/a&gt;&#x000A;        &lt;h1 class="title"&gt;Typography&lt;/h1&gt;&#x000A;      &lt;/header&gt;&#x000A;    &#x000A;      &lt;!-- Wrap all non-bar HTML in the .content div (this is actually what scrolls) --&gt;&#x000A;      &lt;div class="content"&gt;&#x000A;        &lt;div class="content-padded"&gt;&#x000A;          &lt;h3&gt;h3. Heading&lt;/h3&gt;&#x000A;          &lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&lt;/p&gt;&#x000A;        &lt;/div&gt;&#x000A;      &lt;/div&gt;&#x000A;    &#x000A;    &lt;/body&gt;&#x000A;    &#x000A;    </code></pre>
    <h2>Ratchet Components</h2>
    <p>Ratchet includes a huge variety of pre-built components that come in the form of CSS classes. Below are just a few of the highlights. For the complete list of components, check out the official <a href="http://goratchet.com/components/" rel="nofollow external" class="bo">Ratchet documentation</a>.</p>
    <h3>Typography</h3>
    <p>Almost every front-end framework includes good default typography, and Ratchet is no exception. Simply use headline elements and paragraphs as you normally would. Additionally, if you want to pad content so that it doesn’t run up against the edges, you can wrap elements in the <code>.content-padded</code> class.</p>
    <h3>Table Views</h3>
    <p>To create a table view, add the class <code>.table-view</code> to an unordered list and add the class <code>.table-view-cell</code> to each list item. By default this will create a list that spans edge to edge, but you can optionally wrap the unordered list in the <code>.card</code> class to add some padding. Here’s a code snippet from the example project mentioned at the beginning of this post. <img alt="Screenshot of a table view in the Ratchet web framework." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/04/table-view.jpg" width="1242" height="834" style="max-width: 100%; height: auto;"></p>
    <pre><code>&#x000A;    &lt;div class="card"&gt;&#x000A;      &lt;ul class="table-view"&gt;&#x000A;        &lt;li class="table-view-cell"&gt;&#x000A;          &lt;a class="push-right" href="examples/typography.html"&gt;&#x000A;            &lt;strong&gt;Typography&lt;/strong&gt;&#x000A;          &lt;/a&gt;&#x000A;        &lt;/li&gt;&#x000A;        &lt;li class="table-view-cell"&gt;&#x000A;          &lt;a class="push-right" href="examples/tab-bar.html"&gt;&#x000A;            &lt;strong&gt;Tab Bars&lt;/strong&gt;&#x000A;          &lt;/a&gt;&#x000A;        &lt;/li&gt;&#x000A;      &lt;/ul&gt;&#x000A;    &lt;/div&gt;&#x000A;    &#x000A;    </code></pre>
    <h3>Page Transitions with Push.js</h3>
    <p>Push.js (included in Ratchet) will listen for any clicks on the page and apply transitions automagically. To add a transition, simply add the attribute <code>data-transition</code> to anchor elements with one of three values: <code>slide-in</code>, <code>slide-out</code>, or <code>fade</code>. Using the previous table view example, we can make the pages slide by adding a transition to the links. <code>&lt;a href="examples/tab-bar.html" data-transition="slide-in"&gt;</code></p>
    <h3>Block Buttons</h3>
    <p>Ratchet includes several different button styles. The “block button” style is for buttons that should span the width of the parent container. Here’s example code from the Ratchet documentation and the corresponding button types that will render. <img alt="Screenshot of block buttons in the Ratchet web framework." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/04/ratchet-buttons.jpg" width="1280" height="834" style="max-width: 100%; height: auto;"></p>
    <pre><code>&#x000A;    &lt;!-- Wrap all non-bar HTML in the .content div (this is actually what scrolls) --&gt;&#x000A;    &lt;div class="content"&gt;&#x000A;      &lt;div class="content-padded"&gt;&#x000A;        &lt;button class="btn btn-block"&gt;Block button&lt;/button&gt;&#x000A;        &lt;button class="btn btn-primary btn-block"&gt;Block button&lt;/button&gt;&#x000A;        &lt;button class="btn btn-positive btn-block"&gt;Block button&lt;/button&gt;&#x000A;        &lt;button class="btn btn-negative btn-block"&gt;Block button&lt;/button&gt;&#x000A;    &#x000A;        &lt;button class="btn btn-block btn-outlined"&gt;Block button&lt;/button&gt;&#x000A;        &lt;button class="btn btn-primary btn-block btn-outlined"&gt;Block button&lt;/button&gt;&#x000A;        &lt;button class="btn btn-positive btn-block btn-outlined"&gt;Block button&lt;/button&gt;&#x000A;        &lt;button class="btn btn-negative btn-block btn-outlined"&gt;Block button&lt;/button&gt;&#x000A;      &lt;/div&gt;&#x000A;    &lt;/div&gt;&#x000A;    &#x000A;    </code></pre>
    <h3>Sliders</h3>
    <p>Ratchet has a built-in slider component that allows users to browse images using swipe gestures. Building a slider involves the use of several CSS classes. Additionally, I wasn’t able to get sliders to work out of the box, so I ended up checking the Ratchet examples to see what CSS had been added. I’ve included the extra CSS in the downloadable example project so that you can see for yourself. That said, the end result is worthwhile because it has the responsiveness of a native app. <img alt="Screenshot of the slider component in the Ratchet web framework." src="http://blog.teamtreehouse.com/wp-content/uploads/2014/04/ratchet-slider.jpg" width="1280" height="834" style="max-width: 100%; height: auto;"></p>
    <h2><strong>Further Reading</strong></h2>
    <p>This post is simply meant to provide a brief overview of Ratchet. If you’d like to learn more, check out the <a href="http://goratchet.com/components/" rel="nofollow external" class="bo">Ratchet documentation</a>, where you can read about all the components in the framework. If you’d like to really get into Ratchet and see the source code, here’s <a href="https://github.com/twbs/ratchet/tree/master/docs" rel="nofollow external" class="bo">Ratchet on Github</a>. I think Ratchet is a pretty amazing framework that’s worthy of discussion, so if you’re using Ratchet or if you have any questions, I’d love to hear in the comments!</p>
    <p>The post <a href="http://blog.teamtreehouse.com/beginners-guide-ratchet-mobile-web-app-framework" rel="nofollow external" class="bo">The Beginner’s Guide to Ratchet: a Mobile Web App Framework</a> appeared first on <a href="http://blog.teamtreehouse.com" rel="nofollow external" class="bo">Treehouse Blog</a>.</p>
    </div>
]]>
</Body>
<Summary>Ratchet is a front-end framework for building mobile web apps in HTML, CSS, and JavaScript. Ratchet 2.0 was recently released, so it’s a good time to start learning how to build Ratchet apps. If...</Summary>
<Website>http://feedproxy.google.com/~r/teamtreehouse/~3/GhG6DD4XSJw/beginners-guide-ratchet-mobile-web-app-framework</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43609/guest@my.umbc.edu/b1952b7e8b1cc8c7caeb877ad46e8b4d/api/pixel</TrackingUrl>
<Tag>android</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>ios</Tag>
<Tag>javascript</Tag>
<Tag>learn-to-code</Tag>
<Tag>make-a-website</Tag>
<Tag>mobile</Tag>
<Tag>responsive</Tag>
<Tag>web</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 16:07:39 -0400</PostedAt>
<EditAt>Mon, 14 Apr 2014 16:07:39 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="43607" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43607">
<Title>New Internships for IS,CS, and CE Majors</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <h6><span>During the last week, multiple internship positions have been posted to UMBCworks. Check out these new positions today!</span></h6>
    <h6>
    <a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=2e41e11d69b5fdcdfe4f5ddfffd8465b" rel="nofollow external" class="bo">Desktop Support Technician Intern</a> <span>(9265365)<br></span>Maxim Healthcare Services - Columbia, Maryland<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 14, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=c060b94ed80880ebc9bf3d2c4633cead" rel="nofollow external" class="bo">Summer 2014 - Project Manager</a><span> </span><span>(9265364)<br></span>Think Systems, Inc. - Catonsville, Maryland<br>Pikesville, Maryland<br><span>POSITION TYPE: </span>Cooperative Education (Co-op), Internship Opportunities<br><span>POSTING DATE: </span>April 14, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=5ff8f322a223fb5abf0925ec765df710" rel="nofollow external" class="bo">Multiple Paid Internship</a><span> </span><span>(9265304)<br></span>Network Building + Consulting - Hanover , Maryland<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 10, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=4e00654b8575517e9f65e7f4e8f0bb09" rel="nofollow external" class="bo">Cyber Engineer Intern </a><span>(9265270)</span><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><span>Van Dyke Technology Group - Columbia, Maryland<br></span><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 09, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=26f51863b19615792fa7f95273193ef4" rel="nofollow external" class="bo">Help Desk and Systems Deployment Intern </a><span>(9265272)<br></span>Franklin &amp; Prokopik - Baltimore, Maryland<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 09, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=7d531ed87ef835219e3b93eb8db838cb" rel="nofollow external" class="bo">Software Quality Assurance Intern</a><span> </span><span>(9265169)<br></span>VitusVet - Columbia, Maryland<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 07, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=2c237e36107dc010c06735cd99bd6055" rel="nofollow external" class="bo">Web Design Intern</a><span> </span><span>(9265170)<br></span>VitusVet - Columbia, Maryland<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 07, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=485c634aedceb70b66e9f3b76d0bf7bd" rel="nofollow external" class="bo">Internship, UX/UI Website Designer</a><span> </span><span>(9265158)<br></span>GtechDesigns - Baltimore, Maryland<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 04, 2014<img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=3ef29ef439eb0d986c070130267dcd47" rel="nofollow external" class="bo">Summer 2014 - Paid Internship (information Systems)</a><span> </span><span>(9265107)<br></span>Exelon / Constellation Energy Group - Baltimore, Maryland<br>Houston, Texas<br>Philadelphia, Pennsylvania<br><span>POSITION TYPE: </span>Internship Opportunities<br><span>POSTING DATE: </span>April 02, 2014</h6>
    <h6>
    <strong><span><span>To access these positions, log in to your UMBCworks account (via the link</span><br></span></strong><div><strong><span>in the Jobs &amp; Internships Topic in myUMBC) and find details and<br>application instructions as well as hundreds of other job postings! </span></strong></div>
    <div><strong><span><br></span></strong></div>
    <div><strong><span>Please note you MUST have an approved resume and your internship release to apply to positions. To schedule an appointment, click on "Request a Counseling Appointment" via the UMBCworks homepage or call 410-455-2216.</span></strong></div>
    </h6>
    <h6><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"></h6>
    </div>
]]>
</Body>
<Summary>During the last week, multiple internship positions have been posted to UMBCworks. Check out these new positions today!  Desktop Support Technician Intern (9265365) Maxim Healthcare Services -...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43607/guest@my.umbc.edu/27dc0656987a5f97b7fd19e7ccf841e5/api/pixel</TrackingUrl>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Services Center</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/xxlarge.jpg?1397607118</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/xlarge.jpg?1397607118</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/large.jpg?1397607118</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/medium.jpg?1397607118</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/small.jpg?1397607118</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/xsmall.jpg?1397607118</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/607/c0a94cff7a1e60bd1c87bc2f4d0d14c4/xxsmall.jpg?1397607118</ThumbnailUrl>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 15:43:48 -0400</PostedAt>
<EditAt>Mon, 14 Apr 2014 15:51:26 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="43606" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43606">
<Title>NEW Full Time Positions for Information Technology Students</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <h3>
    <span><span>During the last week, multiple full-time positions have been posted to UMBCworks. </span></span><span>Check them out <span>(plus many, many more opportunities) by logging in to UMBCworks today.</span></span>
    </h3>
    <div><span><span><br></span></span></div>
    <h3><br></h3>
    <div><span><br></span></div>
    <span><br><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=cc38bde4db6edf083588b168f57fd602" rel="nofollow external" class="bo">Java/J2EE developer</a><span>  </span><span>(9265375)<br></span>Precise Software Solutions, Inc. - Rockville, Maryland<br><span>POSITION TYPE: </span>Full-Time - Entry-Level<br><span>POSTING DATE: </span>April 14, 2014</span><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><span><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=43b72386b1ef7f58aebedd0472137d39" rel="nofollow external" class="bo">Junior Java Developer</a><span>  </span><span>(9264342)<br></span>Accenture Federal Services - Washington, District of Columbia<br><span>POSITION TYPE: </span>Full-Time - Entry-Level<br><span>POSTING DATE: </span>April 14, 2014</span><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><span><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=203cd1fb1ea024c7970db66ccfba96a7" rel="nofollow external" class="bo">Technical Operations Analyst</a><span> </span><span>(9264343)<br></span>Accenture Federal Services - Washington, District of Columbia<br><span>POSITION TYPE: </span>Full-Time - Entry-Level<br><span>POSTING DATE: </span>April 14, 2014<br></span><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><span><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=1620b119588287102ae73d89a4872cba" rel="nofollow external" class="bo">Business Analyst/Clinical Systems Analyst</a><span> </span><span>(9265245)<br></span>The EMMES Corporation - Rockville , Maryland<br><span>POSITION TYPE: </span>Full-Time - Experienced, Full-Time - Entry-Level<br><span>POSTING DATE: </span>April 09, 2014<br></span><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><span><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=6a7c464a2bd10737a42f6cbcbf35e705" rel="nofollow external" class="bo">Junior PHP Developer</a><span> </span><span>(9265094)<br></span>Foxtrot Media, Inc. - Owings Mills, Maryland<br><span>POSITION TYPE: </span>Full-Time - Experienced, Full-Time - Entry-Level<br><span>POSTING DATE: </span>April 01, 2014</span><img src="http://static.symplicity.com/apps/csm/enewsletter_email/enewsletter-divider.gif" alt="" style="max-width: 100%; height: auto;"><span><a href="http://umbc-csm.symplicity.com/students/index.php?s=jobs&amp;ss=jobs&amp;mode=form&amp;id=8d421510ff5eb75413eb62dfe948b63f" rel="nofollow external" class="bo">Business Analyst</a><span>   </span><span>(9262088)<br></span>MMC SYSTEMS - nationwide, United States<br><span>POSITION TYPE: </span>Full-Time - Experienced, Full-Time - Entry-Level<br><span>POSTING DATE: </span>March 31, 2014</span><div><h3>
    <span><span>To access these positions, log in to your UMBCworks account (via the link</span><br></span><div><span>in the Jobs &amp; Internships Topic in myUMBC) and find details and<br>application instructions as well as hundreds of other job postings! </span></div>
    <div><span><br></span></div>
    <div><span>Please note you MUST have an approved resume to apply to positions. To schedule an appointment, click on "Request a Counseling Appointment" via the UMBCworks homepage or call 410-455-2216.</span></div>
    </h3></div>
    <div><h3><span><span><br><br></span></span></h3></div>
    </div>
]]>
</Body>
<Summary>During the last week, multiple full-time positions have been posted to UMBCworks. Check them out (plus many, many more opportunities) by logging in to UMBCworks today.           Java/J2EE...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43606/guest@my.umbc.edu/0b9b05775b0668d7de8a2cdc60f74c8f/api/pixel</TrackingUrl>
<Group token="careers">Career Center</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/careers</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/original.jpg?1411655278</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="xlarge">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xlarge.png?1411655278</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/large.png?1411655278</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/medium.png?1411655278</AvatarUrl>
<AvatarUrl size="small">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/small.png?1411655278</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xsmall.png?1411655278</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/018/729f2c7eeeab66f50f4ab3677539a585/xxsmall.png?1411655278</AvatarUrl>
<Sponsor>Career Services Center</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/xxlarge.jpg?1397606076</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/xlarge.jpg?1397606076</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/large.jpg?1397606076</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/medium.jpg?1397606076</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/small.jpg?1397606076</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/xsmall.jpg?1397606076</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/606/874b9aebc97013be03fa5a55d9849832/xxsmall.jpg?1397606076</ThumbnailUrl>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 15:29:35 -0400</PostedAt>
<EditAt>Mon, 14 Apr 2014 15:36:41 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="43602" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43602">
<Title>New Tickets on Sale at the CIC!</Title>
<Tagline>SASA Great Gatsby Banquet!</Tagline>
<Body>
<![CDATA[
    <div class="html-content">
    <div><strong>Stop by the Campus Information Center in The Commons to purchase the tickets listed below!</strong></div>
    <div><span><span><div><span><span><span><span><div><span><span><div><span><span><span><div><span><span><span><div><span><br></span></div>
    <div><span><div><strong>Vagina Monologues</strong></div>
    <div><span>     Wednesday, April 16th</span></div>
    <div><span>     University Center Ballroom @ 7pm</span></div>
    <div><span>     UMBC ID = Free</span></div>
    <div><span>     General Admission = $5.00</span></div>
    <div><span><span><strong>     We are on Ticket 61 of 278</strong></span></span></div>
    <div><br></div>
    <div><span><span><span><div><span><strong><a href="http://my.umbc.edu/groups/seb/events/22998" rel="nofollow external" class="bo">SEB Hershey Park Bus Trip</a></strong></span></div>
    <div><span><span>     Saturday, April 19th</span></span></div>
    <div><span>     Bus Departs: Commons Loop @ 8am</span></div>
    <div><span>     All Guests = $35.00</span></div>
    <div><span><span><strong>     We are Sold Out!!!</strong></span></span></div>
    <div><span><span><strong><br></strong></span></span></div>
    <div><span><span><strong><div>SASA Great Gatsby Banquet</div>
    <div><span>     Saturday, April 19th</span></div>
    <div><span>     University Center Ballroom @ 7pm</span></div>
    <div><span>     UMBC ID = Free</span></div>
    <div><span>     General Admission = $7.00</span></div>
    <div><span><span><strong>     We are on Ticket 59 of 225</strong></span></span></div></strong></span></span></div>
    <div><em><span><strong><br></strong></span></em></div>
    <div><span><span><span><div><span><a href="http://my.umbc.edu/events/23572" rel="nofollow external" class="bo"><strong>SEB Quadmania: Festival</strong></a></span></div>
    <div><span>     Saturday, April 26th</span></div>
    <div><span>     The Quad @ 12pm</span></div>
    <div><span>     All Guests = $10.00</span></div>
    <div><span><span><strong>     We are on Ticket 316 of 2500</strong></span></span></div>
    <div><br></div>
    <div><span><span><span><div><span><strong><a href="http://my.umbc.edu/events/22530" rel="nofollow external" class="bo">SEB Quadmania: Capital Cities</a></strong></span></div>
    <div><span><span>     Sunday, April 27th</span></span></div>
    <div><span><span>     The RAC @ 8pm</span></span></div>
    <div><span><span>     All Guests = $12.00</span></span></div>
    <div><span><span><span><span><strong>     We are on Ticket 854 of 2500</strong></span></span></span></span></div>
    <div><span><span><span><strong><br></strong></span></span></span></div>
    <div><span><span><span><span><strong>SEB The Amazing Spiderman 2 Bus Trip</strong><br><div><span><span>     Thursday, May 1st</span></span></div>
    <div><span><span>     Bus Departs: Commons Loop @ 11pm</span></span></div>
    <div><span><span>     All Guests = $5.00</span></span></div>
    <div><span><strong><span>     We are on Ticket 22 of 250</span></strong></span></div>
    <div><span><strong><span><br></span></strong></span></div>
    <div><span><span><span><a href="http://my.umbc.edu/events/22439" rel="nofollow external" class="bo">SEB Six Flags Bus Trip</a><br><div><span><span><span>     Saturday, May 3rd</span></span></span></div>
    <div><span><span>     Bus Departs: Commons Loop @ 8am</span></span></div>
    <div><span><span>     All Guests = $40.00</span></span></div>
    <div><span><strong><span>     We are Sold Out!!!</span></strong></span></div>
    <div><span><strong><em><br></em></strong></span></div>
    <div><span><span><span><a href="http://my.umbc.edu/events/22781" rel="nofollow external" class="bo">SEB Hiking Trip</a><br><div><span><span><span>     Saturday, May 10th</span></span></span></div>
    <div><span><span>     Bus Departs: Commons Loop @ 9am</span></span></div>
    <div><span><span>     All Guests = $5.00</span></span></div>
    <div><span><strong><span>     We are on Ticket 8 of 49</span></strong></span></div></span></span></span></div></span></span></span></div></span></span></span></span></div>
    <div><span><span><span><strong><br></strong></span></span></span></div>
    <div><span><div><span><strong>SEB Individual Weekly Movie Tickets</strong></span></div>
    <div><span><span><span>     All Guests = $2.00</span></span></span></div>
    <div><span><span><span><br></span></span></span></div>
    <div><span><span><span><div><span><strong>SEB Semester Movie Pass</strong></span></div>
    <div><span><span><span>     All Guests = $10.00</span></span></span></div>
    <div>
    <span><span><br></span></span><span><div><strong>Also, don't forget to check out these events happening this week!</strong></div>
    <div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><br></div>
    <div>
    <a href="http://my.umbc.edu/events/23615" rel="nofollow external" class="bo">Take Back the Night 2014</a><span> - Tuesday, April 15th 6:30pm - 9pm. </span><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>In recognition of Sexual Assault Awareness Month, join the Women's Center and UHS on Commons Main Street and let's take back the night!! </span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>Events and activities include: </span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>Community Resource Fair, </span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>The Clothesline Project, </span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>The Speak Out Forum, </span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>March Against Sexual Violence, </span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong><strong><div><span><div><span><span><span><div><span><div><span><div><span><span><span><div><span><span><div><span><div><span><span><span><div><span><div><span><div><span>Solidarity Performance (in the Commons Sports Zone) featuring an acoustic set from <a href="https://soundcloud.com/lasttofire" rel="nofollow external" class="bo">Last to Fire</a></span></div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span></div></span></span></span></div></span></div></strong>
    </div>
    <div><span><br></span></div>
    <div>
    <strong><a href="http://my.umbc.edu/events/22553" rel="nofollow external" class="bo">SEB Mario Kart Tournament</a> - </strong>Tuesday, April 15th 7pm - 9pm. <span>Attention all gamers, (seb) will be hosting a Mario Kart tournament! Sign ups will begin at 7:00 PM in the Gameroom and then a randomized bracket will be created. Mario Kart Double Dash is our game of choice.</span>
    </div>
    <div><span><br></span></div>
    <div>
    <strong><a href="http://my.umbc.edu/events/22555" rel="nofollow external" class="bo">SEB Free Hour Craft</a></strong> - Wednesday, April 16th 12pm - 1pm. <span>Come out to Mainstreet to make your own delicious ice cream sandwich!!!</span>
    </div></span></div></span></div></span></span></span></div></span></div></span></span></div></span></span></span></div></span></div></span>
    </div></span></span></span></div></span></div></span></span></span></div></span></span></span></div></span></span></span></div></span></div></span></span></span></div></span></span></span></div></span></span></div></span></span></span></span></div></span></span></div>
    </div>
]]>
</Body>
<Summary>Stop by the Campus Information Center in The Commons to purchase the tickets listed below!           Vagina Monologues       Wednesday, April 16th       University Center Ballroom @ 7pm       UMBC...</Summary>
<Website>https://www.facebook.com/UMBC.CIC</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43602/guest@my.umbc.edu/bc23b845deadc488a8c791f64e7b87d9/api/pixel</TrackingUrl>
<Group token="cic">Campus Information Center (CIC)</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/cic</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/original.png?1318518699</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xlarge.png?1318518699</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/large.png?1318518699</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/medium.png?1318518699</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/small.png?1318518699</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xsmall.png?1318518699</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/311/7180ee78abc8c4401d89f708582062e4/xxsmall.png?1318518699</AvatarUrl>
<Sponsor>Campus Information Center (CIC)</Sponsor>
<ThumbnailUrl size="xxlarge">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/xxlarge.jpg?1397499581</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/xlarge.jpg?1397499581</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/large.jpg?1397499581</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/medium.jpg?1397499581</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/small.jpg?1397499581</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/xsmall.jpg?1397499581</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/602/973f72ab89f64e22470778a9bd1ea10f/xxsmall.jpg?1397499581</ThumbnailUrl>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 14:30:11 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="43604" important="false" status="posted" url="https://my3.my.umbc.edu/posts/43604">
<Title>Baltimore Tech Entrepreneurship on the Radio</Title>
<Tagline>Listen to Greg Cangialosi, UMBC Alum &amp; Prof. talk tech</Tagline>
<Body>
<![CDATA[
    <div class="html-content">If you have been around UMBC at all in the past few years and involved with the Alex. Brown Center for Entrepreneurship, you have heard about or met Greg Cangialosi. Some were even lucky enough to take the Digital Marketing class taught by him last Spring (2013). <div><br></div>
    <div>Cangialosi is also the benefactor and namesake of the Cangialosi Business Innovation Competition getting ready to make it's debut in a just a few weeks. </div>
    <div><strong><a href="http://my.umbc.edu/groups/entrepreneurship/events/24070" rel="nofollow external" class="bo">More Info Here</a></strong></div>
    <div><strong><br></strong></div>
    <div>Recently, Greg was on the Dan Roddricks show on WYPR. The interview is well worth your time and will provide you with lots of great insights and resources. </div>
    <div><br></div>
    <div>--------------------------------------------------------------------------------------------------------------------</div>
    <div><br></div>
    <div>
    <span>A conversation about the Baltimore start-up scene with the tech entrepreneur </span><a href="http://cangialosi.net/" rel="nofollow external" class="bo">Greg Cangialosi</a><span>, co-founder of the Blue Sky Factory email marketing company and CEO of the online event ticket merchant, </span><a href="http://missiontix.com/" rel="nofollow external" class="bo">MissionTix</a><span>. Cangialosi is also co-founder of</span><a href="http://betamore.com/" rel="nofollow external" class="bo">Betamore</a><span>, a Federal Hill campus that encourages technology entrepreneurship, and</span><a href="http://baltimoreangels.org/" rel="nofollow external" class="bo">the Baltimore Angels</a><span>, a group of investors that helps fund area start-ups.</span>
    </div>
    <div><span><br></span></div>
    <h4><span><a href="http://cpa.ds.npr.org/wyprmain/audio/2014/04/Midday_041014_Hr_2_GregCangialosi.mp3" rel="nofollow external" class="bo"><strong>Listen Now</strong></a></span></h4>
    </div>
]]>
</Body>
<Summary>If you have been around UMBC at all in the past few years and involved with the Alex. Brown Center for Entrepreneurship, you have heard about or met Greg Cangialosi. Some were even lucky enough to...</Summary>
<Website>http://wypr.org/post/baltimore-tech-entrepreneurship</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/43604/guest@my.umbc.edu/7bd6d54b60d3aba22749ce6d3cf4fd0e/api/pixel</TrackingUrl>
<Tag>abce</Tag>
<Tag>cangialosi</Tag>
<Tag>cbic</Tag>
<Tag>neverstop</Tag>
<Tag>umbcentrs</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>
<ThumbnailUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/xxlarge.jpg?1397500112</ThumbnailUrl>
<ThumbnailUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/xlarge.jpg?1397500112</ThumbnailUrl>
<ThumbnailUrl size="large">https://assets3-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/large.jpg?1397500112</ThumbnailUrl>
<ThumbnailUrl size="medium">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/medium.jpg?1397500112</ThumbnailUrl>
<ThumbnailUrl size="small">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/small.jpg?1397500112</ThumbnailUrl>
<ThumbnailUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/xsmall.jpg?1397500112</ThumbnailUrl>
<ThumbnailUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/thumbnails/news/000/043/604/3bcc8997df233ab581f30dd65f14698c/xxsmall.jpg?1397500112</ThumbnailUrl>
<PawCount>3</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 14:29:13 -0400</PostedAt>
<EditAt>Mon, 14 Apr 2014 14:32:38 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="39898" important="false" status="posted" url="https://my3.my.umbc.edu/posts/39898">
<Title>Office hours on Friday in Commons Drive!!</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <div>Attention Team Study Groups!</div>
    <div><br></div>I will be holding office hours <strong>Friday, 5/9,</strong> in  the Commons from<strong> 11am - 1:00pm</strong>. Stop by to <u><em><strong>register</strong></em> your current study groups</u>, receive help finding study groups, or give me updates.  This will be the last day to enter into the PIZZA Raffle.<div>
    <div><br></div>
    <div>Hope to see you there!</div>
    <div><br></div>
    <div>Dr. Felix</div>
    </div>
    </div>
]]>
</Body>
<Summary>Attention Team Study Groups!    I will be holding office hours Friday, 5/9, in  the Commons from 11am - 1:00pm. Stop by to register your current study groups, receive help finding study groups, or...</Summary>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/39898/guest@my.umbc.edu/75bf4cdc089f2d3aac2cec3c9ad05889/api/pixel</TrackingUrl>
<Group token="retired-635">iCubed Cohort 3: Team Study Groups</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-635</GroupUrl>
<AvatarUrl>https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/xsmall.png?1375732423</AvatarUrl>
<AvatarUrl size="original">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/original.png?1375732423</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/xxlarge.png?1375732423</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/xlarge.png?1375732423</AvatarUrl>
<AvatarUrl size="large">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/large.png?1375732423</AvatarUrl>
<AvatarUrl size="medium">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/medium.png?1375732423</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/small.png?1375732423</AvatarUrl>
<AvatarUrl size="xsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/xsmall.png?1375732423</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/635/8e47b6819f70d10722612702859d8ae2/xxsmall.png?1375732423</AvatarUrl>
<Sponsor>iCubed Cohort 3: Team Study Groups</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Mon, 14 Apr 2014 14:24:58 -0400</PostedAt>
<EditAt>Wed, 07 May 2014 09:19:19 -0400</EditAt>
</NewsItem>

</News>
