<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Documentation</title>
	<atom:link href="http://techbar.blogs.brynmawr.edu/feed/" rel="self" type="application/rss+xml" />
	<link>http://techbar.blogs.brynmawr.edu</link>
	<description>Tech tips and resources at your fingertips day and night</description>
	<lastBuildDate>Tue, 07 May 2013 15:43:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Naming Files for Web Pages and Blogs: Best Practices</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/05/06/naming-files-for-web-pages-and-blogs-best-practices/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/05/06/naming-files-for-web-pages-and-blogs-best-practices/#comments</comments>
		<pubDate>Mon, 06 May 2013 20:23:26 +0000</pubDate>
		<dc:creator>Juliana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web Editing]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4255</guid>
		<description><![CDATA[It&#8217;s best to be consistent and keep things simple when naming files for your website. You may need more complex naming conventions and multiple versions of files on your hard drive or shared drive, but simplifying file names for the web decreases the risk that your links will break or that some people will have [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s best to be consistent and keep things simple when naming files for your website. You may need more complex naming conventions and multiple versions of files on your hard drive or shared drive, but simplifying file names for the web decreases the risk that your links will break or that some people will have trouble opening your files.</p>
<ul>
<li><strong>Don&#8217;t put dates in file names</strong> unless you must keep multiple versions of a file online.
<ul>
<li>If I name my document List_of_Ponies2012.pdf and other offices link to that list, I break everyone else&#8217;s links when I replace the file with List_of_Ponies2013.pdf.</li>
<li>If I forget to delete the 2012 file, everyone else is seeing last year&#8217;s list of ponies, and we don&#8217;t want that!</li>
<li>If people must be able to refer to an older version of a file as well as the current version (example: financial aid forms), use dates, but make sure departments you work with know to check for new versions and update their links (or link to a page listing your forms)</li>
<li><strong>List_of_Ponies.pdf is usually better than List_of_Ponies2013.pdf</strong></li>
</ul>
</li>
</ul>
<ul>
<li><strong>Remove spaces from file names</strong>. Browsers turn the character for a space into &#8220;%20&#8243; and that gets really messy. Use Mixed Case or underscores instead of spaces.
<ul>
<li>http://www.brynmawr.edu/parties/Dinosaur Tea Party.pdf becomes http://www.brynmawr.edu/parties/Dinosaur%20Tea%20Party.pdf and can cause confusion or errors.</li>
<li>Or if you&#8217;re pasting that address into email, the space may cause the link to break, leading to confusion and sadness as your users go to http://www.brynmawr.edu/parties/Dinosaur and get an error.</li>
<li>Instead of Dinosaur Tea Party.pdf ,<strong> use DinosaurTeaParty.pdf or Dinosaur_Tea_Party.pdf</strong> .</li>
</ul>
</li>
</ul>
<ul>
<li><strong>Be consistent with your use of capital letters</strong>. This makes it easier to remember what you named a file, and also avoids a tricky difference between most of your computers&#8217; operating systems and the web server&#8217;s.
<ul>
<li>Windows and Mac OSX don&#8217;t pay attention to case in file names&#8211; they think owls.pdf and OWLS.pdf are the same. So I can&#8217;t make two separate files called owls.pdf. and OWLS.pdf .</li>
<li>Linux, the operating system that runs our web server (and most other web servers) does pay attention to case in file names. So if I upload owls.pdf , and then later create some other file OWLS.pdf and upload it, they&#8217;ll both be there, causing confusion.</li>
</ul>
</li>
</ul>
<p>Need to clean up old files? Learn <a href="https://techbar.blogs.brynmawr.edu/2010/02/22/how-to-delete-old-web-pages/">how to delete old files in Contribute</a> or contact Web Services at <a href="mailto:help@brynmawr.edu">help@brynmawr.edu</a> for assistance in making sense of and cleaning up large numbers of website or blog files.</p>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/05/06/naming-files-for-web-pages-and-blogs-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking Screenshots &#8211; Mac</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/03/07/taking-screenshots-mac/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/03/07/taking-screenshots-mac/#comments</comments>
		<pubDate>Thu, 07 Mar 2013 15:23:14 +0000</pubDate>
		<dc:creator>Megan Clark</dc:creator>
				<category><![CDATA[Image Editing]]></category>
		<category><![CDATA[Working with Multimedia Files]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4246</guid>
		<description><![CDATA[A screenshot can be used to extract images from the screen or to take particular elements and add them to a document. They can be useful in showing the locations of buttons in software programs or particular elements of websites. There are multiple ways to take a screenshot on a Mac depending on what you [...]]]></description>
				<content:encoded><![CDATA[<p>A <strong>screenshot</strong> can be used to extract images from the screen or to take particular elements and add them to a document. They can be useful in showing the locations of buttons in software programs or particular elements of websites.</p>
<p>There are multiple ways to take a screenshot on a Mac depending on what you want to capture:</p>
<ul>
<li>To capture the <strong>entire screen</strong>, press <strong>Command+Shift+3</strong>. This will capture the entire screen as it appears to you and save it in a file to the desktop.</li>
<li>To capture a <strong>rectangular screen selection</strong>, press <strong>Command+Shift+4</strong> and select the area you would like to capture by clicking and dragging your mouse. This will save your selection as a file on the desktop.</li>
<li>To capture a <strong>particular window</strong>, press <strong>Command+Shift+4</strong>, and instead of selecting the area you would like, press <strong>Space</strong> and click on the window you want to capture. This will capture the window and save it as a file on the desktop.</li>
<li>To <strong>copy a sceenshot to the clipboard</strong> (so it can easily be pasted into another program or document rather than saved on the desktop), press <strong>Control</strong> in addition to any of the combinations above. This will not create a file on the desktop, but will save the image to your clipboard to paste elsewhere.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/03/07/taking-screenshots-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s New in WordPress 3.5</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/03/04/whats-new-in-wordpress-3-5/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/03/04/whats-new-in-wordpress-3-5/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 15:16:31 +0000</pubDate>
		<dc:creator>Juliana</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4231</guid>
		<description><![CDATA[<a href=http://techbar.blogs.brynmawr.edu/2013/03/04/whats-new-in-wordpress-3-5/><img src=http://techbar.blogs.brynmawr.edu/files/2013/03/oldmedia.jpg class=imgtfe hspace=5 align=left width=150  border=0></a>Moving from WordPress 3.2 to 3.5 (information about the upgrade schedule is available on the IS blog) will not bring any drastic changes, but you will see a number of small changes that should improve your blogging experience. A complete list of changes is available in the WordPress Codex. Highlights that may interest the Bryn [...]]]></description>
				<content:encoded><![CDATA[<p>Moving from WordPress 3.2 to 3.5 (information about the upgrade schedule is available on the IS blog) will not bring any drastic changes, but you will see a number of small changes that should improve your blogging experience.</p>
<p>A complete list of changes is available in <a href="http://codex.wordpress.org/Version_3.5">the WordPress Codex</a>.</p>
<p>Highlights that may interest the Bryn Mawr community:</p>
<ul>
<li><a href="http://codex.wordpress.org/Embeds#Okay.2C_So_What_Sites_Can_I_Embed_From.3F"> oEmbed support for SoundCloud.com, SlideShare.net, and Instagram.com</a> . This means you can embed a slideshow or other media just by pasting the address from these sites, as is currently possible with YouTube, Flickr, etc.)</li>
<li> WordPress will point out some of the new Dashboard features when you encounter them for the first time. If you have seen enough balloons, dismiss them and they shall bother you no more.</li>
<li> A more mobile friendly Dashboard, for those editing on tablets or phones.</li>
<li> The media uploader button actually says it is a media uploader button! In usability, it&#8217;s often the small things that matter most.
<div id="attachment_4235" class="wp-caption alignnone" style="width: 371px"><a href="http://techbar.blogs.brynmawr.edu/files/2013/03/oldmedia.jpg"><img class="size-full wp-image-4235" title="oldmedia" src="http://techbar.blogs.brynmawr.edu/files/2013/03/oldmedia.jpg" alt="" width="361" height="72" /></a><p class="wp-caption-text">the old media uploader</p></div>
<p><div id="attachment_4236" class="wp-caption alignnone" style="width: 363px"><a href="http://techbar.blogs.brynmawr.edu/files/2013/03/newmedia.jpg"><img class="size-full wp-image-4236" title="newmedia" src="http://techbar.blogs.brynmawr.edu/files/2013/03/newmedia.jpg" alt="" width="353" height="83" /></a><p class="wp-caption-text">the new media uploader!</p></div></li>
<li> Customizer- all theme customizations in one menu option (those using older themes may still have multiple customization menus, as those themes were not designed with this feature in mind)<br />
<a href="http://techbar.blogs.brynmawr.edu/files/2013/03/customize.jpg"><img class="alignnone size-full wp-image-4237" title="customize" src="http://techbar.blogs.brynmawr.edu/files/2013/03/customize.jpg" alt="" width="402" height="136" /></a></li>
<li>Menus are less redundant, and if you hover over the lefthand Dashboard menus you see the options in each of them.<br />
<a href="http://techbar.blogs.brynmawr.edu/files/2013/03/newdashboard.jpg"><img class="alignnone size-full wp-image-4234" title="newdashboard" src="http://techbar.blogs.brynmawr.edu/files/2013/03/newdashboard.jpg" alt="" width="374" height="218" /></a></li>
</ul>
<p><strong>New themes: </strong></p>
<ul>
<li>Twenty Twelve (a simple, clean theme similar to Twenty Eleven, but with some different features including a separate front page template with its own sidebar, if you want your homepage to look different). <a href="http://wordpress.org/extend/themes/twentytwelve" target="_blank">http://wordpress.org/extend/themes/twentytwelve</a></li>
</ul>
<p><strong>Theme updates: </strong></p>
<ul>
<li>Twenty Eleven and Yoko have minor functionality improvements/additions.</li>
<li>Tarski and Atahualpa have minor updates which should be completed after the upgrade, as additional configuration is required (this will not require additional downtime).</li>
</ul>
<p><strong>Plugin updates with new features: </strong></p>
<ul>
<li>ShareThis includes Pinterest and Instagram</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/03/04/whats-new-in-wordpress-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Programs via Software Center for Mac</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/02/28/installing-programs-via-software-center-for-mac/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/02/28/installing-programs-via-software-center-for-mac/#comments</comments>
		<pubDate>Thu, 28 Feb 2013 21:28:57 +0000</pubDate>
		<dc:creator>Megan Clark</dc:creator>
				<category><![CDATA[Academic Software]]></category>
		<category><![CDATA[Network Resources]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4212</guid>
		<description><![CDATA[<a href=http://techbar.blogs.brynmawr.edu/2013/02/28/installing-programs-via-software-center-for-mac/><img src=http://techbar.blogs.brynmawr.edu/files/2013/02/runadvertisedprogramsmac-150x150.png class=imgtfe hspace=5 align=left width=150  border=0></a>College-owned Mac computers have the option to install some programs automatically via the Software Center utility, previously known as Run Advertised Programs before March 2013. Software Center provides access to easily install programs, printers, software updates, and more. To install a program through Software Center, follow the instructions below. If you need to install a [...]]]></description>
				<content:encoded><![CDATA[<p>College-owned Mac computers have the option to install some programs automatically via the<strong> Software Center</strong> utility, previously known as Run Advertised Programs before March 2013. Software Center provides access to easily install programs, printers, software updates, and more. To install a program through Software Center, follow the instructions below. If you need to install a program or printer that does not appear in the utility, contact the Help Desk for further assistance.<a href="http://techbar.blogs.brynmawr.edu/files/2013/02/runadvertisedprogramsmac.png"><img class="size-thumbnail wp-image-4214 alignright" alt="" src="http://techbar.blogs.brynmawr.edu/files/2013/02/runadvertisedprogramsmac-150x150.png" width="60" height="60" /></a></p>
<ol>
<li>From the <strong>Applications</strong> folder or dock, open the application titled Software Center.</li>
<li>Choose a category on the right. For example, to install a printer, choose <strong>Printers</strong>. <strong>All Programs</strong> will list all programs available to install.</li>
<li>Locate the program you wish to install and select <strong>Install</strong> below the program name.<a href="http://techbar.blogs.brynmawr.edu/files/2013/02/installprogrammacrap.png"><img class="alignright size-thumbnail wp-image-4220" alt="" src="http://techbar.blogs.brynmawr.edu/files/2013/02/installprogrammacrap-150x93.png" width="105" height="65" /></a></li>
</ol>
<ul>
<li>Software Center will download the program you have chosen before installing. To view the download progress, select <strong>In Progress</strong> from the menu on the left; your program&#8217;s progress bar will be at the top of the page.</li>
<li>You can queue up multiple installations by pressing Install for multiple programs. They will queue in the order they are selected and install one-by-one. The In Progress menu on the left of the window will tell you the progress of your downloads.</li>
<li>Once a program has been installed, you can find it in your Applications folder.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/02/28/installing-programs-via-software-center-for-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable/ Disable Java Plugin (Mac and Windows)</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/01/24/enable-disable-java-plugin-on-a-pc/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/01/24/enable-disable-java-plugin-on-a-pc/#comments</comments>
		<pubDate>Thu, 24 Jan 2013 21:52:20 +0000</pubDate>
		<dc:creator>Jeremy Gonyea</dc:creator>
				<category><![CDATA[Using the Internet]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4199</guid>
		<description><![CDATA[Windows Click on Start. Select Control Panel. Open the Java control panel icon. To disable Java within the browser: Select the Security tab. Uncheck &#8220;Enable Java content within the browser&#8221;. Select the Advanced tab. Uncheck the boxes for each browser under &#8220;Default Java for browsers&#8221; To enable Java within the browser: Select the Security tab. [...]]]></description>
				<content:encoded><![CDATA[<p><strong>Windows</strong></p>
<ol>
<li>Click on <strong>Start</strong>.</li>
<li>Select <strong>Control Panel</strong>.</li>
<li>Open the Java control panel icon.</li>
<li>To disable Java within the browser:</li>
<ol>
<li>Select the <strong>Security</strong> tab.</li>
<li>Uncheck &#8220;Enable Java content within the browser&#8221;.</li>
<li>Select the <strong>Advanced</strong> tab.</li>
<li>Uncheck the boxes for each browser under &#8220;Default Java for browsers&#8221;</li>
</ol>
<li>To enable Java within the browser:</li>
<ol>
<li>Select the <strong>Security</strong> tab.</li>
<li>Check &#8220;Enable Java content within the browser&#8221;.</li>
<li>Select the <strong>Advanced</strong> tab.</li>
<li>Check the boxes for each browser under &#8220;Default Java for browsers&#8221;</li>
</ol>
</ol>
<p><strong>Mac OS X</strong></p>
<ol>
<li>To disable Java within the browser on a Bryn Mawr computer:</li>
<ol>
<li>Open the Applications folder.</li>
<li>Open &#8220;Run Advertised Programs.&#8221;</li>
<li>Select the &#8220;All Programs&#8221; category on the right hand side.</li>
<li>Run the &#8220;Disable Java Plugin&#8221; program</li>
</ol>
<li>To enable Java within the browser on a Bryn Mawr computer:</li>
<ol>
<li>Open the Applications folder.</li>
<li>Open &#8220;Run Advertised Programs.&#8221;</li>
<li>Select the &#8220;All Programs&#8221; category on the right hand side.</li>
<li>Run the &#8220;Enable Java Plugin&#8221; program</li>
</ol>
<li>To enable Java within the browser on a personally owned computer:</li>
<ol>
<li>Follow instructions at <a href="http://java.com" title="Java.com" target="_blank"> for your platform</a> to install/ upgrade to the latest Java version.</li>
<li>Open &#8220;System Preferences.&#8221;</li>
<li>Select the &#8220;Java&#8221; category at the bottom.</li>
<li>Select the &#8220;Security&#8221; tab</li>
<li>Check/ uncheck to enable/ disable respectively the Java plugin within the browser.</li>
</ol>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/01/24/enable-disable-java-plugin-on-a-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAMALOT! Part II</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/01/18/scamalot-part-ii/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/01/18/scamalot-part-ii/#comments</comments>
		<pubDate>Fri, 18 Jan 2013 16:07:54 +0000</pubDate>
		<dc:creator>Amy Pearlman</dc:creator>
				<category><![CDATA[Tech Survival Guide]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4170</guid>
		<description><![CDATA[<a href=http://techbar.blogs.brynmawr.edu/2013/01/18/scamalot-part-ii/><img src=http://techbar.blogs.brynmawr.edu/files/2013/01/FedEx-1a.png class=imgtfe hspace=5 align=left width=150  border=0></a>Welcome to SCAMALOT!  In Part I, our heroes explored the anatomy of a scamtastic message claiming to be from Facebook.  In our continuing adventures, we will take a closer look at two messages which claim to be from popular shipping companies. Example 1 Let&#8217;s start with an easy one.  In our first example, we will [...]]]></description>
				<content:encoded><![CDATA[<p>Welcome to SCAMALOT!  In <a title="SCAMALOT!! Part I" href="http://techbar.blogs.brynmawr.edu/2012/12/14/scamalot-part-i/">Part I</a>, our heroes explored the anatomy of a scamtastic message claiming to be from Facebook.  In our continuing adventures, we will take a closer look at two messages which claim to be from popular shipping companies.</p>
<h3>Example 1</h3>
<p>Let&#8217;s start with an easy one.  In our first example, we will look at this somewhat weak attempt to impersonate a FedEx message:</p>
<p style="text-align: center"><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/FedEx-1a.png"><img class="aligncenter size-full wp-image-4174" src="http://techbar.blogs.brynmawr.edu/files/2013/01/FedEx-1a.png" alt="" width="424" height="165" /></a></p>
<p style="text-align: left">What&#8217;s wrong with that, you ask? Let&#8217;s take a closer look&#8230;</p>
<p style="text-align: center"><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/FedEx-2a.png"><img class="aligncenter size-full wp-image-4176" src="http://techbar.blogs.brynmawr.edu/files/2013/01/FedEx-2a.png" alt="" width="424" height="165" /></a></p>
<ol>
<li>It has an attachment which is a .doc file (not a .pdf).  The document does not reference in its name a tracking number or other specific information.  It is possible for some files, including .doc, .zip, and .exe files, to contain viruses.</li>
<li>It&#8217;s from a Mr. Ashley Sherlock, not from a FedEx alert address.  If I hold my mouse over Mr. Sherlock&#8217;s name, I see the address is &#8220;Mr Ashley Sherlock&#8221; &lt;weboffinvsxxx@btinternet.com&gt;.  Oooh! By the way&#8230;there is no To: line, meaning it was not sent directly to me.  Suspicious!</li>
<li>The reply-to address is different and does not appear to be official either.  Holding my mouse over this address, I see it is &#8220;fast deliveryservice002&#8243; &lt;fast_deliveryservice002@yahoo.com.hk&gt;.</li>
<li>The body of the email is odd &#8212; it has little information, no logo, is in all caps, and doesn&#8217;t look very professional.  It does not reference anything on Fedex&#8217;s Web site, and has no specific link for package tracking information.  It also has no specific information about the contents of the attached file.</li>
</ol>
<p>Ok, so that one was pretty easy.  However these scams are so common that FedEx has set up a whole <a href="http://www.fedex.com/us/security/index.html">fraud prevention site</a> containing examples of the <a href="http://www.fedex.com/us/security/prevent-fraud/email.html">most common scams</a>. They would like to remind their customers that &#8220;FedEx does not send unsolicited emails to customers requesting information regarding packages, invoices, account numbers, passwords or personal information.&#8221; and offer this advice:</p>
<p><em><strong>Common Warning Signs of Online Scams</strong></em></p>
<ul>
<li><em>Unexpected requests for money in return for delivery of a package, often with a sense of urgency.</em></li>
<li><em>Requests for personal and/or financial information.</em></li>
<li><em>Links to misspelled or slightly altered Web-site addresses (fedx.com, fed-ex.com, etc.)</em></li>
<li><em>Spelling and grammatical errors or excessive use of capitalization and exclamation points.</em></li>
<li><em>Claims that you have won a large sum of money in a lottery or settlement.</em></li>
<li><em>Certificate errors or lack of SSL for sensitive activities.</em></li>
</ul>
<h3>Example 2</h3>
<p>Now let&#8217;s try something challenging!<br />
<a href="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-1.png"><img class="aligncenter size-full wp-image-4177" src="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-1.png" alt="" width="505" height="442" /></a></p>
<p style="text-align: left">Well, that looks pretty good.  What&#8217;s wrong?</p>
<p>Let&#8217;s start at the top.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-2.png"><img class="aligncenter size-full wp-image-4179" src="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-2.png" alt="" width="337" height="156" /></a></p>
<p>Woah!  This message is titled as if from UPS, but the address claims to be from USPS.com.  The letters might be close, but those are *not* the same. That&#8217;s one sign. Let&#8217;s see what else we can find.</p>
<p style="text-align: center"><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-3.png"><img class="aligncenter size-full wp-image-4181" src="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-3.png" alt="" width="505" height="63" /></a></p>
<p style="text-align: left">That&#8217;s an awful lot of addressees, and they seem to be a random, alphabetically ordered list of Bryn Mawr addresses.  This is not directed to me, or even to me and several colleagues with similar roles.</p>
<p>In fact, this message is about UPS invoices for &#8220;my&#8221; account.  Wait!  Do I even have a UPS account that should be invoicing me?</p>
<p>Ok, let&#8217;s look at one more thing.  The text at the bottom seems pretty legit, but let&#8217;s take a look at some of the links.  I&#8217;ll hover my mouse over the link and&#8230;hey!</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-4.png"><img class="aligncenter size-full wp-image-4183" src="http://techbar.blogs.brynmawr.edu/files/2013/01/UPS-4.png" alt="" width="396" height="82" /></a></p>
<p>That&#8217;s not a UPS site.  In fact, all of the links in this email go to the same site, which is not UPS.</p>
<p>I guess it really is a fake.  Time to hit that spam button in the toolbar.</p>
<p>Well, that&#8217;s all the time we have today, kids.  Tune in next time to see more scams uncovered in&#8230;.SCAMALOT!</p>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/01/18/scamalot-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bryn Mawr WordPress theme documentation</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/01/09/bryn-mawr-wordpress-theme-documentation/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/01/09/bryn-mawr-wordpress-theme-documentation/#comments</comments>
		<pubDate>Wed, 09 Jan 2013 20:16:17 +0000</pubDate>
		<dc:creator>Juliana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4124</guid>
		<description><![CDATA[<a href=http://techbar.blogs.brynmawr.edu/2013/01/09/bryn-mawr-wordpress-theme-documentation/><img src=http://techbar.blogs.brynmawr.edu/files/2012/12/contact.jpg class=imgtfe hspace=5 align=left width=150  border=0></a>The Bryn Mawr WordPress theme is available upon request for blogs that require Bryn Mawr branding. If you would like to request this theme, please contact help@brynmawr.edu and include the address of your blog if it has been created. For the most part, the Bryn Mawr WordPress theme works like any other WordPress theme, and [...]]]></description>
				<content:encoded><![CDATA[<p>The Bryn Mawr WordPress theme is available upon request for blogs that require Bryn Mawr branding. If you would like to request this theme, please contact help@brynmawr.edu and include the address of your blog if it has been created.</p>
<p>For the most part, the Bryn Mawr WordPress theme works like any other WordPress theme, and all of the usual WordPress documentation here applies. However, it has a few features to make it look and function like the College website that require some additional documentation&#8211; menus and contact information.</p>
<h2>Headers:</h2>
<p>You must select a header for your blog to display correctly.</p>
<p>Select your header by going to <strong>Appearance-&gt;Theme Options</strong>. Most blogs should use the Bryn Mawr Only header, but there are options available for Bi-Co and Tri-co branding.</p>
<h2>Contact Information</h2>
<p>The Contact Us Info Box plugin must be activated with this theme.</p>
<p>Once it is activated, you may edit your contact information by going to <strong>Settings-&gt;Contact Us Info Box.</strong></p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/contact.jpg"><img title="contact" src="http://techbar.blogs.brynmawr.edu/files/2012/12/contact.jpg" alt="Contact Us info box option in settings menu" width="147" height="314" /></a></p>
<p>Enter contact information and format it with simple HTML:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/contactinfo.jpg"><img title="contactinfo" src="http://techbar.blogs.brynmawr.edu/files/2012/12/contactinfo.jpg" alt="editing the contact information" width="345" height="234" /></a></p>
<p>Common HTML for contact information:</p>
<pre>Line break: &lt;br&gt;
Email link: &lt;a href="mailto:you@brynmawr.edu"&gt;you@brynmawr.edu&lt;/a&gt;
Bold: &lt;b&gt;bold text&lt;/b&gt;</pre>
<h2>Left Navigation menu</h2>
<p>Add left navigation menus by going to <strong>Appearance-&gt;Menus</strong></p>
<p>To create your first menu, click the &#8220;Create Menu&#8221; button. For additional menus, click the + tab.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/menus.jpg"><img class="alignnone size-full wp-image-4151" title="menus" src="http://techbar.blogs.brynmawr.edu/files/2013/01/menus.jpg" alt="" width="538" height="146" /></a></p>
<p>&nbsp;</p>
<p>Add WordPress pages or categories, or Custom Links (links to any web page) to your navigation menu using the panels on the left:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/additems.jpg"><img class="alignnone size-full wp-image-4152" title="additems" src="http://techbar.blogs.brynmawr.edu/files/2013/01/additems.jpg" alt="" width="197" height="372" /></a></p>
<p>Drag and drop to reorder menu items as needed. When a menu is complete, click &#8220;Save Menu&#8221; to save your changes and make your menu available to add to the navigation.</p>
<p>Select the menu you want to appear first in the &#8220;Bryn Mawr Top Menu&#8221; dropdown. Select additional menus to appear below it (if applicable) in the next two dropdowns:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/themelocations.jpg"><img class="alignnone size-full wp-image-4153" title="themelocations" src="http://techbar.blogs.brynmawr.edu/files/2013/01/themelocations.jpg" alt="" width="279" height="291" /></a></p>
<p>Click &#8220;Save&#8221; beneath Theme Locations to make your menu(s) display in your left navigation.</p>
<h2><strong>Breadcrumbs</strong></h2>
<p>Need breadcrumbs to link back to your department or office like this?</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/breadcrumbs.jpg"><img class="alignnone size-full wp-image-4154" title="breadcrumbs" src="http://techbar.blogs.brynmawr.edu/files/2013/01/breadcrumbs.jpg" alt="" width="213" height="140" /></a></p>
<p>Under Appearance-&gt;Menus, Create a menu named &#8220;Breadcrumbs&#8221; and add Custom Links to it. Reorder items as needed, and click &#8220;Save Menu.&#8221; Your links will appear as breadcrumbs above the navigation menus, just as they do on Bryn Mawr web pages.</p>
<h2>Left Navigation Buttons:</h2>
<p>If you want callout buttons between the left navigation and contact information like this:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/buttons.jpg"><img class="alignnone size-full wp-image-4156" title="buttons" src="http://techbar.blogs.brynmawr.edu/files/2013/01/buttons.jpg" alt="" width="223" height="220" /></a></p>
<p>Activate the Left Navigation Button Plugin.</p>
<p>Then go to <strong>Appearance-&gt;Widgets</strong></p>
<p>Drag the Left Navigation Button Widget into the Left Nav Callout Button widget area.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2013/01/widgets.jpg"><img class="alignnone size-full wp-image-4157" title="widgets" src="http://techbar.blogs.brynmawr.edu/files/2013/01/widgets.jpg" alt="" width="556" height="101" /></a></p>
<p>Then add your Link Text and Link URL to the widget.</p>
<p>The recommended maximum number of buttons is 3.</p>
<h2>RSS Subscribe Button</h2>
<p>To add an RSS subscribe button to the right column, activate the RSS Subscribe Button plugin, then go to <strong>Appearance-&gt;Widgets</strong> and drag the RSS Subscribe Button widget to the desired location.</p>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/01/09/bryn-mawr-wordpress-theme-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Your Alumnae Club Blog</title>
		<link>http://techbar.blogs.brynmawr.edu/2013/01/03/updating-your-alumnae-club-blog/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2013/01/03/updating-your-alumnae-club-blog/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 18:43:00 +0000</pubDate>
		<dc:creator>Juliana</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4067</guid>
		<description><![CDATA[<a href=http://techbar.blogs.brynmawr.edu/2013/01/03/updating-your-alumnae-club-blog/><img src=http://techbar.blogs.brynmawr.edu/files/2012/12/dashboard.jpg class=imgtfe hspace=5 align=left width=150  border=0></a>1. Log in to your club blog. If you are having trouble logging in, please contact help@brynmawr.edu or call the Help Desk at 610-526-7440 Once logged in, you should see the Dashboard with the name of your club at the top like this: If you just need to update your contact information, click on Posts [...]]]></description>
				<content:encoded><![CDATA[<p>1. Log in to your club blog. If you are having trouble logging in, please contact help@brynmawr.edu or call the Help Desk at 610-526-7440</p>
<p>Once logged in, you should see the Dashboard with the name of your club at the top like this:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/dashboard.jpg"><img class="alignnone size-full wp-image-4068" title="dashboard" src="http://techbar.blogs.brynmawr.edu/files/2012/12/dashboard.jpg" alt="dashboard" width="459" height="228" /></a></p>
<p>If you just need to update your contact information, click on Posts in the left sidebar:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/posts.jpg"><img class="alignnone size-full wp-image-4070" title="posts" src="http://techbar.blogs.brynmawr.edu/files/2012/12/posts.jpg" alt="" width="450" height="236" /></a></p>
<p>And hover your mouse over your Welcome post, then click &#8220;Edit.&#8221;</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/post_edit.jpg"><img class="alignnone size-full wp-image-4071" title="post_edit" src="http://techbar.blogs.brynmawr.edu/files/2012/12/post_edit.jpg" alt="" width="433" height="117" /></a></p>
<p>You should be on the edit screen for your Welcome post. In the editor, you can update your contact information just as if you were typing in a Word document or an email.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/editscreen1.jpg"><img class="alignnone size-full wp-image-4079" title="editscreen" src="http://techbar.blogs.brynmawr.edu/files/2012/12/editscreen1.jpg" alt="" width="500" height="382" /></a></p>
<p>&nbsp;</p>
<p>If you need more text formatting options, you can click the &#8220;Kitchen sink&#8221; button (as in &#8220;everything but the&#8230;&#8221;) to get big headings, indenting, underlining, paste from Word, and more!</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/kitchensink1.jpg"><img class="alignnone size-full wp-image-4080" title="kitchensink" src="http://techbar.blogs.brynmawr.edu/files/2012/12/kitchensink1.jpg" alt="" width="485" height="196" /></a></p>
<p>&nbsp;</p>
<p>To add a link to a Facebook page or email address, highlight the text you want to make into a link, then click the link button:</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/link1.jpg"><img class="alignnone size-full wp-image-4081" title="link" src="http://techbar.blogs.brynmawr.edu/files/2012/12/link1.jpg" alt="" width="611" height="243" /></a></p>
<p>&nbsp;</p>
<p>To link to a Facebook page or other website address (any address starting with http:// ), paste the address into the &#8220;URL&#8221; box and click &#8220;Update.&#8221;</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/url2.jpg"><img class="alignnone size-full wp-image-4076" title="url2" src="http://techbar.blogs.brynmawr.edu/files/2012/12/url2.jpg" alt="" width="478" height="233" /></a></p>
<p>&nbsp;</p>
<p>To link to an email address, type &#8220;mailto:&#8221;  followed by the email address (for example, &#8220;mailto:help@brynmawr.edu&#8221;) in the &#8220;URL&#8221; box and click &#8220;Update.&#8221;</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/url.jpg"><img title="url" src="http://techbar.blogs.brynmawr.edu/files/2012/12/url.jpg" alt="" width="484" height="231" /></a></p>
<p>&nbsp;</p>
<p>Once you are done updating your contact information, click &#8220;Publish&#8221;.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/publish.jpg"><img class="alignnone size-full wp-image-4083" title="publish" src="http://techbar.blogs.brynmawr.edu/files/2012/12/publish.jpg" alt="" width="615" height="151" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Want to see your changes? Click &#8220;View post&#8221; in the yellow box that appears, and you will be taken to your new and improved post!</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/view.jpg"><img class="alignnone size-full wp-image-4085" title="view" src="http://techbar.blogs.brynmawr.edu/files/2012/12/view.jpg" alt="" width="331" height="241" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2013/01/03/updating-your-alumnae-club-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SCAMALOT!! Part I</title>
		<link>http://techbar.blogs.brynmawr.edu/2012/12/14/scamalot-part-i/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2012/12/14/scamalot-part-i/#comments</comments>
		<pubDate>Fri, 14 Dec 2012 18:57:39 +0000</pubDate>
		<dc:creator>Juliana</dc:creator>
				<category><![CDATA[Tech Survival Guide]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=4089</guid>
		<description><![CDATA[<a href=http://techbar.blogs.brynmawr.edu/2012/12/14/scamalot-part-i/><img src=http://techbar.blogs.brynmawr.edu/files/2012/12/fakebook.jpg class=imgtfe hspace=5 align=left width=150  border=0></a>Welcome to SCAMALOT!  This is part I of an ongoing series of posts devoted to helping you (yes, you!) become better email scam detectives. Scammers are clever, and some of them are pretty good at making an email look like the real thing, at least on the surface. So how do we distinguish a fake [...]]]></description>
				<content:encoded><![CDATA[<p>Welcome to SCAMALOT!  This is part I of an ongoing series of posts devoted to helping you (yes, you!) become better email scam detectives.</p>
<p>Scammers are clever, and some of them are pretty good at making an email look like the real thing, at least on the surface.</p>
<p>So how do we distinguish a fake email from a real one?</p>
<p>Let&#8217;s start by comparing this fake Facebook notification to a real one. Names and addresses have been censored to protect the innocent. And the guilty. And you, because you should definitely not go to whichever questionable website this scammer wanted me to visit.</p>
<h2>Fake:</h2>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/fakebook.jpg"><img class="alignnone size-full wp-image-4103" src="http://techbar.blogs.brynmawr.edu/files/2012/12/fakebook.jpg" alt="fake facebook notification" width="447" height="323" /></a></p>
<h2>Real:</h2>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/realbook.jpg"><img class="alignnone size-full wp-image-4104" src="http://techbar.blogs.brynmawr.edu/files/2012/12/realbook.jpg" alt="" width="462" height="230" /></a></p>
<p>&nbsp;</p>
<p>They look pretty similar, right?</p>
<p>Now, we should always be careful about clicking links in emails, even if they look really legitimate. But there are a few clues that the first one is definitely a fake.</p>
<h2>Do I even use this service?</h2>
<p>First, let&#8217;s look at where this email went. This appeared in the spam filter for webmaster@brynmawr.edu. That email address doesn&#8217;t even <em>have </em>a Facebook, so that&#8217;s an easy one! FAKE! You may also get messages about banks you don&#8217;t use, packages you haven&#8217;t ordered, and suspiciously cheap Rolexes you don&#8217;t want.</p>
<p>But it gets a little trickier if you <em>do </em>have a Facebook account, or the bank in question, or you did order something online (hopefully not Rolexes that fell off the back of a truck, though).</p>
<h2>Who sent this message?</h2>
<p>So next, we look at the headers. A really good email scammer can make an email look like it&#8217;s coming from someone else&#8211; remember that! But this one didn&#8217;t bother. This email from &#8220;Facebook&#8221; is clearly coming from an AOL address. And it&#8217;s going to someone who isn&#8217;t me either! Probably because they emailed everyone at Bryn Mawr the same thing. BUSTED.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/fakeheader.jpg"><img class="alignnone size-full wp-image-4105" src="http://techbar.blogs.brynmawr.edu/files/2012/12/fakeheader.jpg" alt="" width="251" height="71" /></a></p>
<p>But just to be thorough, let&#8217;s look at the other red flags in this fake message.</p>
<h2>Is the message suspiciously vague?</h2>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/fakebody.jpg"><img class="alignnone size-full wp-image-4106" src="http://techbar.blogs.brynmawr.edu/files/2012/12/fakebody.jpg" alt="body of fake facebook message" width="421" height="169" /></a></p>
<p>&nbsp;</p>
<p>The body of the message is pretty incriminating, too. I&#8217;ve blanked out the name, but trust me, I don&#8217;t know this guy, so I definitely shouldn&#8217;t be getting Facebook messages about him. It&#8217;s also really generic (it&#8217;s not telling me he posted a specific photo or message), and there&#8217;s no profile photo or anything. Though this does look like Facebook&#8217;s image for users who don&#8217;t have a profile photo. TRICKY!</p>
<p>But if we look back at the real message, it&#8217;s much more specific&#8211; I see the name of one of my actual Facebook friends, their profile photo, and an actual comment that they would make.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/realbody.jpg"><img class="alignnone size-full wp-image-4107" src="http://techbar.blogs.brynmawr.edu/files/2012/12/realbody.jpg" alt="real facebook message body" width="479" height="187" /></a></p>
<p>&nbsp;</p>
<h2>Where are they trying to send me?</h2>
<p>Another good thing to do is to see where these oh-so-clickable buttons would take us, WITHOUT CLICKING ON THEM. I can do this by hovering my mouse over the button to display the address it links to.</p>
<p><a href="http://techbar.blogs.brynmawr.edu/files/2012/12/fakeurl.jpg"><img class="alignnone size-full wp-image-4108" src="http://techbar.blogs.brynmawr.edu/files/2012/12/fakeurl.jpg" alt="" width="337" height="85" /></a></p>
<p>Sir or Madam Scams-A-Lot would like us to go to some Polish website (the <a href="http://goes.gsfc.nasa.gov/text/web_country_codes.html">.pl tells me it&#8217;s Polish</a>) that is definitely not Facebook! <em>Nie, dziękuję! </em>No thank you!</p>
<p>If I hover over the real message&#8217;s button, it does actually appear to go to facebook.com , but if I want to be really safe, I will go to Facebook myself and check my messages there, rather than trusting any of these notification emails.</p>
<h2>What happens if I push the (metaphorical) big red button?</h2>
<p>But you want to know what would happen if I did click that scammer link, don&#8217;t you? Well, probably the website would make some attempt to look like Facebook in order to get you to log in with your Facebook username and password. Once you&#8217;d entered those, scammers would have control of your Facebook account, and use it to spread their scamminess to all of your friends! Yuck. The best case scenario at this point is that you have to change your Facebook password, apologize to all of your friends, frantically warn them not to click those scam links, and maybe tell them to change their passwords too. If you use your Facebook account to log into other sites, or if you&#8217;ve used your Facebook username and/or password for other sites, it gets&#8230; uglier.</p>
<h2>The End. OR IS IT!?</h2>
<p>That concludes today&#8217;s lesson in fake email detection. Try your new detective skills on the next notification email you get. You can read more about common online scams at <a href="http://www.onguardonline.gov/topics/avoid-scams">OnGuardOnline.gov</a>. And stay safe!</p>
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2012/12/14/scamalot-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing/Resetting Your College Password</title>
		<link>http://techbar.blogs.brynmawr.edu/2012/12/05/changingresetting-your-password/</link>
		<comments>http://techbar.blogs.brynmawr.edu/2012/12/05/changingresetting-your-password/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 22:27:55 +0000</pubDate>
		<dc:creator>annarobshaw</dc:creator>
				<category><![CDATA[Passwords]]></category>
		<category><![CDATA[Tech Survival Guide]]></category>
		<category><![CDATA[change password]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password protection]]></category>
		<category><![CDATA[password safety]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[reset password]]></category>

		<guid isPermaLink="false">http://techbar.blogs.brynmawr.edu/?p=328</guid>
		<description><![CDATA[Need help changing your password?  You&#8217;ve come to the right place!  Click on the PDF below to learn how. To change or reset your password, click here.]]></description>
				<content:encoded><![CDATA[<p>Need help <strong>changing your password</strong>?  You&#8217;ve come to the right place!  Click on the PDF below to learn how.</p>
<div class="attachments"><dl class="attachments attachments-large"><dt class="icon"><a title="Changing Your College Password" href="http://techbar.blogs.brynmawr.edu/2012/12/05/changingresetting-your-password/?aid=4113&amp;pid=328&amp;sa=0" ><img src="http://techbar.blogs.brynmawr.edu/wp-content/plugins/eg-attachments/images/pdf.png" width="48" height="48" alt="Changing Your College Password" /></a></dt><dd class="caption"><strong>Title</strong> : <a title="Changing Your College Password" href="http://techbar.blogs.brynmawr.edu/2012/12/05/changingresetting-your-password/?aid=4113&amp;pid=328&amp;sa=0" >Changing Your College Password</a><br /><strong>Caption</strong> : <br /><strong>File name</strong> : passwordreset-1212<br /><strong>Size</strong> : 291 kB</dd></dl></div>
<p>To change or reset your password, click <a href="https://password.brynmawr.edu/">here</a>.</p>
<p style="text-align: center">
]]></content:encoded>
			<wfw:commentRss>http://techbar.blogs.brynmawr.edu/2012/12/05/changingresetting-your-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
