<?xml version="1.0"?>
<News hasArchived="true" page="8522" pageCount="10809" pageSize="10" timestamp="Mon, 14 Sep 2026 02:11:55 -0400" url="https://my3.my.umbc.edu/posts.xml?mode=recent&amp;page=8522">
<NewsItem contentIssues="true" id="33761" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33761">
<Title>How to take WordPress to the cloud with Amazon S3 &amp; CloudFront</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><img alt="thumbnail" src="http://netdna.webdesignerdepot.com/uploads/2013/05/thumbnail43.jpg" width="200" height="160" style="max-width: 100%; height: auto;">Cloud computing is one of the buzzwords in the web design and computing industry that seems to have a very simple definition, but a myriad of uses. It is a phrase used to define the use of the internet and remote servers to store and manage data.</p> <p>A popular example is Google Docs. You can create and work on your document on the internet, and when you save it, the file is also saved on the internet. Of course, while downloading it to your computer is always an option, most of what happens is on Google’s server.</p> <p>There are a number of benefits to this method of working.</p> <p>You can assume that since you are using a company as large as Google that all of your documents will be safe, plus you have reduced hard drive usage and are using less resources to create the document.</p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/amazon_s3_homepage.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/amazon_s3_homepage.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>Today I want to talk about two cloud computing applications: Amazon Simple Storage Services (S3) and Amazon CloudFront. What these two services do is save files from your website onto Amazon’s remote servers, and serve these files to your user from multiple locations in the world to optimize loading time and file delivery, respectively. Amazon CloudFront is what’s normally called a Content Delivery Network, or CDN for short. There are many services like these available, but due to the flexible pricing structures of each, and the reliability of Amazon, they seem to be a fan-favorite for cloud-based services. </p> <p>Now that you have a little background on cloud computing and the Amazon services we are going to be focusing on, what exactly are we using them for? Well, I am going to show you the simplest way to upload all of your WordPress website files to Amazon S3, and then use CloudFront to deliver these files in the quickest way possible. </p> <p> </p> <h1>Signing up for Amazon S3 and CloudFront</h1> <p>The first step to take is signing up for both Amazon S3 and CloudFront. You can do so by going to this page: <a href="http://aws.amazon.com/s3/" rel="nofollow external" class="bo">http://aws.amazon.com/s3/</a>, and once you sign up for one of the services, you will have all of them at your disposal. You only pay for what you use, which is what makes the services provided by Amazon so great. So once you’ve signed up, you can head on over to the Amazon Web Services (AWS) Management Console <a href="http://aws.amazon.com/console/" rel="nofollow external" class="bo">http://aws.amazon.com/console.</a> Once you sign into the AWS Console, you can see all of the services that Amazon offers. The AWS Console is where you will manage any of the services you use, but for now we are just interested in S3, so go ahead and click that link.</p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/amazon_s3_console_dashboard.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/amazon_s3_console_dashboard.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>The user interface is pretty minimal and is actually super easy to work with. We are first going to click on “Create Bucket” to create the bucket for our WordPress site. A bucket is effectively a container for all of your files. All it does is identify what website we are storing files for, and then holds them. You can name your bucket whatever you want, but your website or project name would probably make the most sense. </p> <p> </p> <h1>Setting up a CloudFront Distribution</h1> <p>Now, we’ll stay in the AWS Console, but navigate to the CloudFront area by clicking “Services” in the top navigation.</p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/amazon_cloudfront_console_dashboard.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/amazon_cloudfront_console_dashboard.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>Now, all we have to do is click on the “Create Distribution” button, and from the two options select “Download”, as it will use the S3 bucket that we created previously. Click “Continue” and you can select the “Origin Domain Name”, which will just be our S3 Bucket. Now click on “Create Distribution”. You should see the distribution show up on our CloudFront dashboard. Once the Status column says “Deployed” and State says “Enabled”, your website is moving from Amazon S3 to the CloudFront CDN. </p> <p> </p> <h1>Using W3 Total Cache and configuring S3</h1> <p>Now that we have our bucket created, we have to set up our WordPress site to communicate with S3 and start to upload all of our files. We are going to be using a popular WordPress Plugin called <a href="http://wordpress.org/plugins/w3-total-cache/" rel="nofollow external" class="bo">W3 Total Cache</a> because not only does the plugin have features for easily working with S3 (and any CDN for that matter), it does a great job of speeding up your website using the best caching techniques — describing the caching side of W3 Total Cache is outside the scope of this article, but you can find <a href="http://www.xldstudios.com/video-tutorial-how-to-configure-w3-total-cache/" rel="nofollow external" class="bo">a great tutorial here.</a></p> <p>Once we have the plugin installed and activated, we are going to navigate to the General Settings within the plugin options. Once there, scroll down until you see the options for CDN. Make sure you check enable, and for CDN Type, scroll down to Amazon CloudFront underneath Origin Pull/Mirror, and click “Save all settings”. </p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/w3_total_cache_cdn_configuration.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/w3_total_cache_cdn_configuration.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>Once we’ve set CloudFront as our CDN, we can now navigate to the CDN page within the plugin options. Ignore the General options at the top, and scroll down to Configuration. Here we are going to enter in our Access key ID, Secret key, and tell the plugin what S3 bucket we want to store our files in. To find your Access key and Secret key, simply click your name when logged into the AWS Console, and click “Security Credentials” to receive the necessary information. Once you have that information in, your buckets should automatically come up, so just make sure the correct one you want to use is selected. Don’t mess with SSL support or CNAME for now, just click the “Test S3 upload” button. After a minute or so you should get a message that says “Test passed”. If you do not, you may have one of your keys wrong. Once you have passed the test save your settings and now we’ll start to work with the General settings on the same page. </p> <p> </p> <h1>Uploading the Files</h1> <p>Now that we have everything set up, it’s time to get to the exciting part. We are going to start uploading our files to Amazon S3 using W3 Total Cache. In the General settings for CDN, I recommend checking the following options and saving them: </p> <ul> <li>Host attachments</li> <li>Host wp-includes/ files</li> <li>Host theme files</li> <li>Host custom files</li> </ul> <p>This will host all of your attachments, theme, and WordPress core files on S3 so almost your entire site will be served from Amazon S3. We are going to go in reverse order as we will be uploading our theme files first, then our wp-includes files, and lastly our host attachments. Go ahead and click on “Upload theme files” and you will see a popup come up.</p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/w3_total_cache_cdn_transfer.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/w3_total_cache_cdn_transfer.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>You will see the total number of files you have, and you can click Start. You will see progress as the files upload, and also identify any problems that may have occurred in the upload process. Uploading is usually pretty quick, and should only take a minute or two, depending on your internet connection, to upload the theme files. Next we will do the same thing for our wp-includes files and get those uploaded to S3. </p> <p>I chose to do the Host attachments last because personally, that was the longest process of getting all of my files uploaded to Amazon S3. I have a large blog, with over 11,000 images. If you want to reduce the size of your images and consequently, the time it takes for them to upload to S3, I highly recommend checking out the <a href="http://wordpress.org/extend/plugins/wp-smushit/" rel="nofollow external" class="bo">WP Smush.it plugin.</a> Now you can go ahead and upload all of your image attachments. It may take you a while depending on your internet connection and number of images. I had to let the service run for half a day just to get all of my images uploaded.</p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/w3_total_cache_cdn_transfer_complete.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/w3_total_cache_cdn_transfer_complete.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>Congratulations, your website should now be hosted on Amazon’s S3 service, and all of the images on your website should be pulled from your Amazon CloudFront distribution; you can check by right-clicking an image and checking its location URL. </p> <p> </p> <h1>Configuring S3 and CloudFront using WP Super Cache</h1> <p>If you are more a fan of WP Super Cache, an alternative caching plugin for WordPress, you’re in luck: setting up Amazon S3 and CloudFront is just as simple as using the former plugin. </p> <p>To start, you will need to install and activate the plugin. You activate the plugin by simply checking the “Caching On” radio button on the “Easy” tab of the WP Super Cache Settings. This will get the WP Super Cache plugin to start working. </p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/wp_super_cache_cdn_settings.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/wp_super_cache_cdn_settings.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>Next, navigate over to the CDN tab, and make sure “Enable CDN Support” is checked, and then we will enter in our CloudFront URL. You can find this URL by navigating to the AWS Console and looking at the Distribution that you just created, and it will be under the “Domain Name” column. It should look something like xxxxxxxxxx.cloudfront.net. Don’t change any other settings, just click the “Save Changes” button.</p> <p>Unfortunately, the WP Super Cache plugin does not include a way to automatically upload all of our WordPress files to our Amazon S3 bucket. This means we will have to install the <a href="http://wordpress.org/plugins/cdn-sync-tool/" rel="nofollow external" class="bo">CDN Sync Tool plugin</a> for WordPress. Install the plugin as you normally would, then navigate to the options page. </p> <p>We will first be working with the CDN Options tab, and fill in our Amazon S3 information. Make sure S3 is selected from the CDN dropdown menu. Next, type in your Amazon S3 domain name, for example domainname.s3.amazonaws.com, and type in your Access Key and Secret Key, which you can retrieve by clicking your name when logged into the AWS Console and then clicking “Security Credentials”, and type in the bucket name that you used earlier in this tutorial. Click the “Save and Test Changes” button. </p> <p><a href="http://netdna.webdesignerdepot.com/uploads/2013/05/cdn_sync_tool_sync_options.png" rel="nofollow external" class="bo"><img src="http://netdna.webdesignerdepot.com/uploads/2013/05/cdn_sync_tool_sync_options.png" width="650" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"></a></p> <p>Navigate to the Sync tab, and select whatever files you want uploaded to the CDN. Click on the “Sync” button and this process will happen for you. </p> <p>Now all of your files should be synced up with your Amazon S3 bucket and the WP Super Cache plugin should be serving all of your files through CloudFront.</p> <p> </p> <h1>Wrapping Up</h1> <p>That’s it. Your website should now be hosting all of its files from Amazon’s Simple Storage Service and distributing them through the CloudFront content delivery network using your preferred WordPress caching plugin. If you are like me and don’t want to continue hosting those pesky media files anymore to save your VPS space, here are a couple of plugins you might want to check out: </p> <ul> <li><a href="http://wordpress.org/extend/plugins/wp2cloud-wordpress-to-cloud/" rel="nofollow external" class="bo">http://wordpress.org/extend/plugins/wp2cloud-wordpress-to-cloud/</a></li> <li><a href="http://wordpress.org/extend/plugins/amazon-s3-uploads/" rel="nofollow external" class="bo">http://wordpress.org/extend/plugins/amazon-s3-uploads/</a></li> </ul> <p>Both of those plugins will upload files directly to S3 and make sure they don’t reside on your own server; be sure to read the description for both to see how they work.</p> <p> </p> <p><em><strong>Have you migrated your site to the cloud? What services did you choose to use? Let us know in the comments. </strong></em></p> <p><em>Featured image/thumbnail, <a href="http://www.shutterstock.com/pic-111668297/stock-photo-white-cloud-in-the-blue-sky.html" rel="nofollow external" class="bo">cloud image</a> via Shutterstock.</em></p> <p><br><br> </p>
    <table width="100%"> <tbody>
    <tr> <td> <a href="http://www.mightydeals.com/deal/port-font-family.html?ref=inwidget" rel="nofollow external" class="bo"><strong>Popular Port Font Family – Elegance With Modern Twist – only $24!</strong></a> </td> <td> <a href="http://www.mightydeals.com/?ref=inwidget" rel="nofollow external" class="bo"><br> <img src="http://mightydeals.com/web/images/widget-logo.png" height="40" width="90" alt="How to take WordPress to the cloud with Amazon S3 &amp; CloudFront" style="max-width: 100%; height: auto;"><br> </a> </td> </tr> </tbody>
    </table> <p><br> </p> <a href="http://www.webdesignerdepot.com/2013/08/how-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront/" rel="nofollow external" class="bo">Source</a> <br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F08%2Fhow-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront%2F&amp;t=How+to+take+WordPress+to+the+cloud+with+Amazon+S3+%26+CloudFront" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F08%2Fhow-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront%2F&amp;t=How+to+take+WordPress+to+the+cloud+with+Amazon+S3+%26+CloudFront" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F08%2Fhow-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront%2F&amp;t=How+to+take+WordPress+to+the+cloud+with+Amazon+S3+%26+CloudFront" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F08%2Fhow-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront%2F&amp;t=How+to+take+WordPress+to+the+cloud+with+Amazon+S3+%26+CloudFront" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.webdesignerdepot.com%2F2013%2F08%2Fhow-to-take-wordpress-to-the-cloud-with-amazon-s3-cloudfront%2F&amp;t=How+to+take+WordPress+to+the+cloud+with+Amazon+S3+%26+CloudFront" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/172487826622/u/49/f/661066/c/35285/s/2fa90e3b/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/172487826622/u/49/f/661066/c/35285/s/2fa90e3b/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Cloud computing is one of the buzzwords in the web design and computing industry that seems to have a very simple definition, but a myriad of uses. It is a phrase used to define the use of the...</Summary>
<Website>http://rss.feedsportal.com/c/35285/f/661066/s/2fa90e3b/sc/4/l/0L0Swebdesignerdepot0N0C20A130C0A80Chow0Eto0Etake0Ewordpress0Eto0Ethe0Ecloud0Ewith0Eamazon0Es30Ecloudfront0C/story01.htm</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33761/guest@my.umbc.edu/6095229be869b272e3161e821b2cb371/api/pixel</TrackingUrl>
<Tag>amazon-cloudfront</Tag>
<Tag>amazon-s3</Tag>
<Tag>art</Tag>
<Tag>cdn</Tag>
<Tag>css</Tag>
<Tag>design</Tag>
<Tag>development</Tag>
<Tag>html</Tag>
<Tag>html5</Tag>
<Tag>illustrator</Tag>
<Tag>javascript</Tag>
<Tag>mysql</Tag>
<Tag>oracle</Tag>
<Tag>photoshop</Tag>
<Tag>php</Tag>
<Tag>sql</Tag>
<Tag>wordpress</Tag>
<Tag>wordpress-hosting</Tag>
<Tag>wordpress-in-the-cloud</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>Wed, 07 Aug 2013 05:15:18 -0400</PostedAt>
<EditAt>Wed, 07 Aug 2013 05:15:18 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="33764" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33764">
<Title>The Opt-Out Generation Wants Back In</Title>
<Body>
<![CDATA[
    <div class="html-content">A decade after they left their careers in favor of full-time lives at home, working mothers reflect on the choice they made and what it cost them.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F11%2Fmagazine%2Fthe-opt-out-generation-wants-back-in.html%3Fpartner%3Drss%26emc%3Drss&amp;t=The+Opt-Out+Generation+Wants+Back+In" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F11%2Fmagazine%2Fthe-opt-out-generation-wants-back-in.html%3Fpartner%3Drss%26emc%3Drss&amp;t=The+Opt-Out+Generation+Wants+Back+In" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F11%2Fmagazine%2Fthe-opt-out-generation-wants-back-in.html%3Fpartner%3Drss%26emc%3Drss&amp;t=The+Opt-Out+Generation+Wants+Back+In" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F11%2Fmagazine%2Fthe-opt-out-generation-wants-back-in.html%3Fpartner%3Drss%26emc%3Drss&amp;t=The+Opt-Out+Generation+Wants+Back+In" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F11%2Fmagazine%2Fthe-opt-out-generation-wants-back-in.html%3Fpartner%3Drss%26emc%3Drss&amp;t=The+Opt-Out+Generation+Wants+Back+In" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    </div>
]]>
</Body>
<Summary>A decade after they left their careers in favor of full-time lives at home, working mothers reflect on the choice they made and what it cost them.     </Summary>
<Website>http://www.nytimes.com/2013/08/11/magazine/the-opt-out-generation-wants-back-in.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33764/guest@my.umbc.edu/5fa855100354f686e48d230fb73c8f9e/api/pixel</TrackingUrl>
<Tag>careers-and-professions</Tag>
<Tag>labor-and-jobs</Tag>
<Tag>macys-inc-m-nyse</Tag>
<Tag>monster-worldwide-inc-mww-nyse</Tag>
<Tag>new</Tag>
<Tag>oracle-corporation-orcl-nyse</Tag>
<Tag>part-time-employment</Tag>
<Tag>safeway-inc-swy-nyse</Tag>
<Tag>sony-corporation-sne-nyse</Tag>
<Tag>technology</Tag>
<Tag>united-states</Tag>
<Tag>women-and-girls</Tag>
<Tag>work-life-balance</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 07 Aug 2013 05:00:02 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="33780" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33780">
<Title>Stern Names Additions to Women's Basketball Staff</Title>
<Body>
<![CDATA[
    <div class="html-content">UMBC women's basketball head coach Phil Stern announced the completion of his staff for the 2013-14 season, with the additions of Rich Conover, Taryn Christian and Marisa Crane during the offseason.</div>
]]>
</Body>
<Summary>UMBC women's basketball head coach Phil Stern announced the completion of his staff for the 2013-14 season, with the additions of Rich Conover, Taryn Christian and Marisa Crane during the offseason.</Summary>
<Website>http://www.umbcretrievers.com/release.asp?RELEASE_ID=8069</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33780/guest@my.umbc.edu/2ed13139921d2deb672f65a83645beb6/api/pixel</TrackingUrl>
<Group token="athletics">UMBC Athletics</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/athletics</GroupUrl>
<AvatarUrl>https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/original.jpg?1709304849</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="xlarge">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xlarge.png?1709304849</AvatarUrl>
<AvatarUrl size="large">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/large.png?1709304849</AvatarUrl>
<AvatarUrl size="medium">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/medium.png?1709304849</AvatarUrl>
<AvatarUrl size="small">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/small.png?1709304849</AvatarUrl>
<AvatarUrl size="xsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xsmall.png?1709304849</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/009/69595c9b99f609d75fbb8232d9bd73d3/xxsmall.png?1709304849</AvatarUrl>
<Sponsor>UMBC Athletics</Sponsor>
<PawCount>1</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Wed, 07 Aug 2013 01:00:00 -0400</PostedAt>
<EditAt>Wed, 07 Aug 2013 01:00:00 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="33759" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33759">
<Title>The World's Best (And Worst) Scientific Institutions Ranked By Discipline</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>A new website ranks the world’s scientific institutions by discipline and shows their location on a global map</p>
    <p><br>There is no shortage of lists that attempt to rank the world’s universities and research-focused institutions. However, it’s well known that some places are much stronger in one area of science than others but it is not always possible to interrogate these rankings by discipline.</p>
    </div>
]]>
</Body>
<Summary>A new website ranks the world’s scientific institutions by discipline and shows their location on a global map   There is no shortage of lists that attempt to rank the world’s universities and...</Summary>
<Website>http://www.technologyreview.com/view/517606/the-worlds-best-and-worst-scientific-institutions-ranked-by-discipline/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33759/guest@my.umbc.edu/621a0e85d5c144ad3c479f8a69c4a466/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>Wed, 07 Aug 2013 00:26:33 -0400</PostedAt>
<EditAt>Wed, 07 Aug 2013 00:26:33 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="33756" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33756">
<Title>Understanding the New Way to Present Content on the Web- Using &#8220;Article&#8221; Markup Element in your HTML Pages</Title>
<Body>
<![CDATA[
    <div class="html-content"><p>This article walks HTML developers through using a new way to present content on the web using the new “article” markup element in HTML5.</p></div>
]]>
</Body>
<Summary>This article walks HTML developers through using a new way to present content on the web using the new “article” markup element in HTML5.</Summary>
<Website>http://www.htmlgoodies.com/HTML5/markup/understanding-the-new-way-to-present-content-on-the-web-using-article-markup-element-in-your-html-pages.html</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33756/guest@my.umbc.edu/58cab98aa4dbc69a170ee2e34b86d1db/api/pixel</TrackingUrl>
<Tag>html</Tag>
<Tag>htmlgoodies</Tag>
<Tag>learning</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, 06 Aug 2013 22:04:00 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="true" id="33755" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33755">
<Title>Bezos Brings Promise of Innovation to Washington Post</Title>
<Body>
<![CDATA[
    <div class="html-content">It would not be surprising to see Jeff Bezos worry little about turning a quick profit at The Post and instead try to shake up the newspaper industry.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fbusiness%2Fbezos-brings-promise-of-innovation-to-washington-post.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Bezos+Brings+Promise+of+Innovation+to+Washington+Post" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fbusiness%2Fbezos-brings-promise-of-innovation-to-washington-post.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Bezos+Brings+Promise+of+Innovation+to+Washington+Post" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fbusiness%2Fbezos-brings-promise-of-innovation-to-washington-post.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Bezos+Brings+Promise+of+Innovation+to+Washington+Post" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fbusiness%2Fbezos-brings-promise-of-innovation-to-washington-post.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Bezos+Brings+Promise+of+Innovation+to+Washington+Post" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fbusiness%2Fbezos-brings-promise-of-innovation-to-washington-post.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Bezos+Brings+Promise+of+Innovation+to+Washington+Post" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/172487811765/u/0/f/640387/c/34625/s/2fa5348c/kg/342/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/172487811765/u/0/f/640387/c/34625/s/2fa5348c/kg/342/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>It would not be surprising to see Jeff Bezos worry little about turning a quick profit at The Post and instead try to shake up the newspaper industry.      </Summary>
<Website>http://www.nytimes.com/2013/08/07/business/bezos-brings-promise-of-innovation-to-washington-post.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33755/guest@my.umbc.edu/d528c5b604b6395a893d79f13a6304ce/api/pixel</TrackingUrl>
<Tag>amazon-com-inc-amzn-nasdaq</Tag>
<Tag>bezos-jeffrey-p</Tag>
<Tag>computers-and-the-internet</Tag>
<Tag>e-commerce</Tag>
<Tag>facebook-inc-fb-nasdaq</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>new</Tag>
<Tag>news-corporation-nwsa-nasdaq</Tag>
<Tag>newspapers</Tag>
<Tag>technology</Tag>
<Tag>washington-post</Tag>
<Tag>yahoo-inc-yhoo-nasdaq</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 06 Aug 2013 21:16:32 -0400</PostedAt>
<EditAt>Wed, 07 Aug 2013 22:12:23 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="33757" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33757">
<Title>Tech Magnates Bet on Booker and His Future</Title>
<Body>
<![CDATA[
    <div class="html-content">Silicon Valley moguls provided the brainpower and financing for a company that could make Cory A. Booker, the Newark mayor and United States Senate candidate, very rich.<div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fnyregion%2Ftech-magnates-bet-on-booker-in-web-venture.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Tech+Magnates+Bet+on+Booker+and+His+Future" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fnyregion%2Ftech-magnates-bet-on-booker-in-web-venture.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Tech+Magnates+Bet+on+Booker+and+His+Future" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fnyregion%2Ftech-magnates-bet-on-booker-in-web-venture.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Tech+Magnates+Bet+on+Booker+and+His+Future" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fnyregion%2Ftech-magnates-bet-on-booker-in-web-venture.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Tech+Magnates+Bet+on+Booker+and+His+Future" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fwww.nytimes.com%2F2013%2F08%2F07%2Fnyregion%2Ftech-magnates-bet-on-booker-in-web-venture.html%3Fpartner%3Drss%26emc%3Drss&amp;t=Tech+Magnates+Bet+on+Booker+and+His+Future" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    </div>
]]>
</Body>
<Summary>Silicon Valley moguls provided the brainpower and financing for a company that could make Cory A. Booker, the Newark mayor and United States Senate candidate, very rich.     </Summary>
<Website>http://www.nytimes.com/2013/08/07/nyregion/tech-magnates-bet-on-booker-in-web-venture.html?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33757/guest@my.umbc.edu/904728304dac89f209f96b4b2d56958e/api/pixel</TrackingUrl>
<Tag>booker-cory-a</Tag>
<Tag>computers-and-the-internet</Tag>
<Tag>elections-senate</Tag>
<Tag>facebook-inc-fb-nasdaq</Tag>
<Tag>forrester-research-inc-forr-nasdaq</Tag>
<Tag>google-inc-goog-nasdaq</Tag>
<Tag>linkedin-corporation-lnkd-nyse</Tag>
<Tag>new</Tag>
<Tag>new-jersey</Tag>
<Tag>schmidt-eric-e</Tag>
<Tag>silicon-valley-calif</Tag>
<Tag>social-media</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 06 Aug 2013 20:57:45 -0400</PostedAt>
<EditAt>Tue, 06 Aug 2013 20:57:45 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="true" id="33754" important="false" status="posted" url="https://my3.my.umbc.edu/posts/33754">
<Title>Bits Blog: Facebook Adjusts Its News Feed to Bump Up Older Posts</Title>
<Body>
<![CDATA[
    <div class="html-content">Facebook users will see important older items they missed mixed in with newer items as the company tweaks the formulas that drive its news feed. Other changes are also coming, as the company pledges to disclose more about the mysteries of the feed.<br><div><table border="0"><tbody><tr><td>
    <a href="http://share.feedsportal.com/share/twitter/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F08%2F06%2Ffacebook-adjusts-its-news-feed-to-bump-up-older-posts%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Facebook+Adjusts+Its+News+Feed+to+Bump+Up+Older+Posts" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/twitter.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/facebook/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F08%2F06%2Ffacebook-adjusts-its-news-feed-to-bump-up-older-posts%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Facebook+Adjusts+Its+News+Feed+to+Bump+Up+Older+Posts" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/facebook.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/linkedin/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F08%2F06%2Ffacebook-adjusts-its-news-feed-to-bump-up-older-posts%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Facebook+Adjusts+Its+News+Feed+to+Bump+Up+Older+Posts" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/linkedin.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/gplus/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F08%2F06%2Ffacebook-adjusts-its-news-feed-to-bump-up-older-posts%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Facebook+Adjusts+Its+News+Feed+to+Bump+Up+Older+Posts" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/googleplus.png" style="max-width: 100%; height: auto;"></a> <a href="http://share.feedsportal.com/share/email/?u=http%3A%2F%2Fbits.blogs.nytimes.com%2F2013%2F08%2F06%2Ffacebook-adjusts-its-news-feed-to-bump-up-older-posts%2F%3Fpartner%3Drss%26emc%3Drss&amp;t=Bits+Blog%3A+Facebook+Adjusts+Its+News+Feed+to+Bump+Up+Older+Posts" rel="nofollow external" class="bo"><img src="http://res3.feedsportal.com/social/email.png" style="max-width: 100%; height: auto;"></a>
    </td></tr></tbody></table></div>
    <br><br><a href="http://da.feedsportal.com/r/172487816141/u/0/f/640387/c/34625/s/2fa50e17/kg/342/a2.htm" rel="nofollow external" class="bo"><img src="http://da.feedsportal.com/r/172487816141/u/0/f/640387/c/34625/s/2fa50e17/kg/342/a2.img" style="max-width: 100%; height: auto;"></a>
    </div>
]]>
</Body>
<Summary>Facebook users will see important older items they missed mixed in with newer items as the company tweaks the formulas that drive its news feed. Other changes are also coming, as the company...</Summary>
<Website>http://bits.blogs.nytimes.com/2013/08/06/facebook-adjusts-its-news-feed-to-bump-up-older-posts/?partner=rss&amp;emc=rss</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/33754/guest@my.umbc.edu/316dc9d8f8c2111e407b702ae9f9b3e6/api/pixel</TrackingUrl>
<Tag>facebook-inc</Tag>
<Tag>facebook-inc-fb-nasdaq</Tag>
<Tag>mobile</Tag>
<Tag>new</Tag>
<Tag>social</Tag>
<Tag>social-media</Tag>
<Tag>technology</Tag>
<Tag>york</Tag>
<Group token="retired-583">Web Developer - Build Group</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/retired-583</GroupUrl>
<AvatarUrl>https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="original">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/original.jpg?1363101197</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="xlarge">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xlarge.png?1363101197</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/large.png?1363101197</AvatarUrl>
<AvatarUrl size="medium">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/medium.png?1363101197</AvatarUrl>
<AvatarUrl size="small">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/small.png?1363101197</AvatarUrl>
<AvatarUrl size="xsmall">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xsmall.png?1363101197</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets4-my.umbc.edu/system/shared/avatars/groups/000/000/583/fc60f5d7abc2e080599bb6dc465db54d/xxsmall.png?1363101197</AvatarUrl>
<Sponsor>Web Developer - Build Group</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>true</CommentsAllowed>
<PostedAt>Tue, 06 Aug 2013 20:50:13 -0400</PostedAt>
<EditAt>Wed, 07 Aug 2013 15:50:09 -0400</EditAt>
</NewsItem>

<NewsItem contentIssues="false" id="123156" important="false" status="posted" url="https://my3.my.umbc.edu/posts/123156">
<Title>Nicole King, American studies, on WYPR&#8217;s The Signal</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p>On Friday, Aug. 2, WYPR’s <em>The Signal</em> re-aired last year’s interview with assistant professor of American studies, Nicole King, where she discussed the colorful history of the roadside attraction, South of the Border.</p>
    <p>“I think South of the Border—and recreation in general, especially in the South—is important because it’s the politicized aspect of what we do in our free time,” said King. “We often think of politics as happening in board rooms or in political spheres, but they actually happen in places that we go everyday, and especially in the South.”</p>
    <p><a title=" South of the Border, a Cultural History" href="http://www.wypr.org/stationprogram/signal" rel="nofollow external" class="bo">Listen to the full interview »</a></p>
    </div>
]]>
</Body>
<Summary>On Friday, Aug. 2, WYPR’s The Signal re-aired last year’s interview with assistant professor of American studies, Nicole King, where she discussed the colorful history of the roadside attraction,...</Summary>
<Website>https://umbc.edu/stories/nicole-king-american-studies-on-wyprs-the-signal-2/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/123156/guest@my.umbc.edu/aa6cc9123a829a2e2c87e07fcbba201b/api/pixel</TrackingUrl>
<Tag>cahss</Tag>
<Tag>policy-and-society</Tag>
<Group token="umbc-news-magazine">UMBC News &amp;amp; Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/umbc-news-magazine</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/original.png?1748556657</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/large.png?1748556657</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/medium.png?1748556657</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/small.png?1748556657</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxsmall.png?1748556657</AvatarUrl>
<Sponsor>UMBC News &amp; Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 06 Aug 2013 19:33:21 -0400</PostedAt>
</NewsItem>

<NewsItem contentIssues="false" id="123157" important="false" status="posted" url="https://my3.my.umbc.edu/posts/123157">
<Title>Manil Suri, Mathematics, in Metro Weekly</Title>
<Body>
<![CDATA[
    <div class="html-content">
    <p><a href="/wp-content/uploads/2013/08/manilsuriheadshot-e1375816554146.jpg" rel="nofollow external" class="bo"><img alt="ManilSuriHeadShot" src="/wp-content/uploads/2013/08/manilsuriheadshot-e1375816554146.jpg" width="200" height="200" style="max-width: 100%; height: auto;"></a>Applied mathematics, sexuality and food recipes are abound in Metro Weekly’s review of Manil Suri’s third published novel, <em>The City of Devi. </em>Suri’s latest novel visits a futuristic, war-torn Mumbai as it braces for an impending apocalypse, and amid the chaotic setting lies the stories of three characters. New to Suri’s so-called “trilogy,” however, is the introduction of a gay theme.</p>
    <p>”I think so many of these issues, especially we as gay people would face, it’s necessary to work through them, and writing is a great way of doing it,” says Suri. “It also helps you realize which parts of your story might be promising as fiction.”</p>
    <p><a title="Mathematics professor Manil Suri introduces a gay theme with his third Mumbai tale" href="http://www.metroweekly.com/feature/?ak=8507" rel="nofollow external" class="bo">Read the full review »</a></p>
    </div>
]]>
</Body>
<Summary>Applied mathematics, sexuality and food recipes are abound in Metro Weekly’s review of Manil Suri’s third published novel, The City of Devi. Suri’s latest novel visits a futuristic, war-torn...</Summary>
<Website>https://umbc.edu/stories/manil-suri-mathematics-in-metro-weekly/</Website>
<TrackingUrl>https://my3.my.umbc.edu/api/v0/pixel/news/123157/guest@my.umbc.edu/0b8752748c3f742c50f63fae103178d8/api/pixel</TrackingUrl>
<Tag>cahss</Tag>
<Tag>cnms</Tag>
<Tag>science-and-technology</Tag>
<Group token="umbc-news-magazine">UMBC News &amp;amp; Magazine</Group>
<GroupUrl>https://my3.my.umbc.edu/groups/umbc-news-magazine</GroupUrl>
<AvatarUrl>https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="original">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/original.png?1748556657</AvatarUrl>
<AvatarUrl size="xxlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="xlarge">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xlarge.png?1748556657</AvatarUrl>
<AvatarUrl size="large">https://assets3-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/large.png?1748556657</AvatarUrl>
<AvatarUrl size="medium">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/medium.png?1748556657</AvatarUrl>
<AvatarUrl size="small">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/small.png?1748556657</AvatarUrl>
<AvatarUrl size="xsmall">https://assets1-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xsmall.png?1748556657</AvatarUrl>
<AvatarUrl size="xxsmall">https://assets2-my.umbc.edu/system/shared/avatars/groups/000/001/943/24435aa6207c452e7bc15cc74b42c7bb/xxsmall.png?1748556657</AvatarUrl>
<Sponsor>UMBC News &amp; Magazine</Sponsor>
<PawCount>0</PawCount>
<CommentCount>0</CommentCount>
<CommentsAllowed>false</CommentsAllowed>
<PostedAt>Tue, 06 Aug 2013 19:17:44 -0400</PostedAt>
</NewsItem>

</News>
