<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://in.materials.drexel.edu/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>MSE Tech</title><link>http://in.materials.drexel.edu/blogs/msetech/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Lost an important file? Get it back!</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2008/06/11/Lost-an-important-file_3F00_-Get-it-back_2100_.aspx</link><pubDate>Wed, 11 Jun 2008 15:10:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:3149</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/3149.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=3149</wfw:commentRss><description>&lt;p&gt;This excellent post from Adam Pash over at LifeHacker has instructions for freeware file recovery apps covering all three major OSs.&amp;nbsp; Grab one of these programs and throw it on a thumbdrive for the next time you&amp;#39;re in a panic.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://lifehacker.com/393084/how-to-recover-deleted-files-with-free-software" target="_blank"&gt;[LifeHacker] File Recovery: How to Recover Deleted Files with Free Software&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=3149" width="1" height="1"&gt;</description></item><item><title>Free File Conversions! .PDF to .Doc!</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2008/04/16/Free-File-Conversions_2100_-.PDF-to-.Doc_2100_.aspx</link><pubDate>Wed, 16 Apr 2008 13:57:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:3052</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/3052.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=3052</wfw:commentRss><description>&lt;p&gt;Have a PDF file that you&amp;#39;d like to make changes to?&amp;nbsp; Tired of fighting with Acrobat?&amp;nbsp; Try feeding your PDF file into Zamzar (&lt;a href="http://www.zamzar.com/" target="_blank"&gt;http://www.zamzar.com/&lt;/a&gt;).&amp;nbsp;  It lets you convert audio, video, documents, archives, and images into any supported file type (within reason--obviously converting an MPG into a DOC file will probably throw an error).&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=3052" width="1" height="1"&gt;</description></item><item><title>RSS Explained</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2008/01/19/RSS-Explained.aspx</link><pubDate>Sat, 19 Jan 2008 05:29:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2720</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2720.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2720</wfw:commentRss><description>&lt;p&gt;After reading tech news, forums, and review sites for years, I took it as a given that everyone knows what RSS is.&amp;nbsp; After a year of dealing with people using computers in the real world, I&amp;#39;ve come to realize that knowledge of what RSS is and how it can make your life easier still has yet to break mainstream, even with pushes from both of the major browser companies to makes RSS a more inline, organic extension of the browser.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;How does RSS work?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;RSS (Really Simple Syndication) is a stream of text called XML, that happens to look a lot like stray bits of HTML (&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;, &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;, etc.).&amp;nbsp; Instead of abiding by strict rules that give a limited number of identifiers to place between the &amp;lt; and &amp;gt;, XML allows the markup to represent the data.&amp;nbsp; An example would be showing a simple list using XML markup.&lt;/p&gt;&lt;p&gt;Instead of using HTML to say&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;p&amp;gt;Ron Paul and Dennis Kucinich are running in the primaries for the Republican and Democratic parties, respectively.&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;p&gt;XML uses markup to show&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;candidates&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp; &amp;lt;candidate name=&amp;quot;Ron Paul&amp;quot; party=&amp;quot;Republican&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;  &amp;lt;candidate name=&amp;quot;Dennis Kucinich&amp;quot; party=&amp;quot;Democratic&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/candidates&amp;gt;&lt;/p&gt;&lt;p&gt;The great thing about XML is that it can be read into many pieces of software as easily as a database can, allowing programmers to say &amp;quot;For each item in this XML set, I want you to a) put the name up top, and b) assign each name a color based on the party.&amp;quot;&lt;/p&gt;&lt;p&gt;RSS is just a form of XML that has been agreed upon by a large number of people as useful to transmit news.&amp;nbsp; It includes a title, description, date and time, url, and various other descriptors that make it useful for staying up to date on a bargain hunting site, a news site, or your friend&amp;#39;s blog.&amp;nbsp; Even if you know what they are, if you aren&amp;#39;t using them, you&amp;#39;re wasting time on the web.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;How do I read RSS?&lt;/font&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;RSS is read, simply enough, with an RSS reader.&amp;nbsp; Many browsers can handle RSS feeds.&amp;nbsp; They typically call them something like &amp;quot;Live Bookmarks.&amp;quot;&amp;nbsp; You can also download third party readers like Sage (&lt;a href="http://sage.mozdev.org/" target="_blank"&gt;http://sage.mozdev.org/&lt;/a&gt;) as a plugin for Firefox.&amp;nbsp; If you aren&amp;#39;t yet using Firefox...&amp;nbsp; Let&amp;#39;s just say that most web developers, who genuinely enjoy the challenges of webdev, loathe the work-arounds and crazy hacks that accompany getting a website to work well with any version of Internet Explorer.&amp;nbsp; Microsoft--you could stand to do so much good, if only your ego didn&amp;#39;t preclude you from participating in industry-wide standards that can only make our lives easier...&amp;nbsp; Plus, extensions in Firefox &lt;em&gt;almost&lt;/em&gt; make it worthy of its own dedicated platform.&amp;nbsp; But I digress.&lt;/p&gt;&lt;p&gt;However you &lt;strong&gt;&lt;a href="http://en.wikipedia.org/wiki/News_aggregator" target="_blank"&gt;aggregate RSS feeds&lt;/a&gt;&lt;/strong&gt;, if you spend more than fifteen minutes a day mindlessly surfing for no reason at all, try these--you&amp;#39;ll still have time to surf mindlessly, but you&amp;#39;ll feel like you&amp;#39;re getting something out of it as well.&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2720" width="1" height="1"&gt;</description><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/firefox/default.aspx">firefox</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/aggregator/default.aspx">aggregator</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/RSS/default.aspx">RSS</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/sage/default.aspx">sage</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/feed/default.aspx">feed</category></item><item><title>Life? Golly!</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/10/26/Life_3F00_-Golly_2100_.aspx</link><pubDate>Fri, 26 Oct 2007 17:39:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2571</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2571.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2571</wfw:commentRss><description>&lt;p&gt;For those of you interested in such things as John Conway&amp;#39;s Game of Life, a new open-source implementation pretty much takes the cake in terms of speed, size, and samples.&amp;nbsp; You can find it on SourceForge at &lt;a href="http://golly.sourceforge.net/" target="_blank"&gt;http://golly.sourceforge.net/&lt;/a&gt;.&amp;nbsp; I&amp;#39;ve created a dung beetle who leaves presents in his path:&lt;/p&gt;
&lt;table cellpadding="4"&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&lt;/td&gt;
&lt;td style="background-color:#ff3333;"&gt;&amp;nbsp;&amp;nbsp; &lt;br /&gt;
&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;p&gt;I wouldn&amp;#39;t be surprised if it&amp;#39;s not original, but I&amp;#39;ve never seen it before...&lt;br /&gt;
&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2571" width="1" height="1"&gt;</description><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/life/default.aspx">life</category></item><item><title>MSE Domain Password Policy</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/10/26/MSE-Domain-Password-Policy.aspx</link><pubDate>Fri, 26 Oct 2007 15:49:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2570</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2570.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2570</wfw:commentRss><description>&lt;p&gt;Every once in a while, you may notice that you can no longer log onto the MSE domain.&amp;nbsp; This is usually due to an expired password.&amp;nbsp; The domain policy is:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Passwords expire every 365 days&lt;/li&gt;&lt;li&gt;You cannot reuse your last two passwords&lt;/li&gt;&lt;li&gt;Passwords must be at least 6 characters long&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;You can reset a password from any domain computer by logging on.&amp;nbsp; If your password has already expired, it will prompt you to change it immediately.&amp;nbsp; If it hasn&amp;#39;t expired, but you&amp;#39;d like to change it anyway, press CTRL+ALT+DEL and choose &amp;#39;Change Password&amp;#39;.&lt;/p&gt;&lt;p&gt;If you&amp;#39;ve forgotten your password, stop by LeBow 434 or email me and I&amp;#39;ll reset it for you.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2570" width="1" height="1"&gt;</description></item><item><title>New Microsoft Office file formats - .docx .pptx .xlsx</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/10/25/New-Microsoft-Office-file-formats-_2D00_-.docx-.pptx-.xlsx.aspx</link><pubDate>Thu, 25 Oct 2007 13:34:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2567</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>2</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2567.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2567</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;So, Microsoft has finally done something right!&lt;/strong&gt; &lt;img src="http://in.materials.drexel.edu/emoticons/emotion-19.gif" alt="Party!!!" /&gt; Office 2007 uses the OpenXML file format that has received ECMA approval (that&amp;#39;s a good thing for interoperability).&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The biggest change is that the file itself is actually a collection of other files within--go ahead and change the extension of one to .zip and open it up.&amp;nbsp; You&amp;#39;ll see a hierarchy of XML and image files that make up the document, presentation, or spreadsheet.&amp;nbsp; This is great news, as it allows damaged documents to be troubleshot without knowing Office&amp;#39;s internal file structure.&amp;nbsp; However, in making the switch, it breaks compatibility with old versions.&amp;nbsp; &lt;em&gt;Or does it?&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="background-color:#ffff99;"&gt;IMPORTANT: Before installing the compatibility pack, please go to &lt;/span&gt;&lt;strong style="background-color:#ffff99;"&gt;&lt;a href="http://update.microsoft.com" target="_blank"&gt;http://update.microsoft.com&lt;/a&gt;&lt;/strong&gt;&lt;span style="background-color:#ffff99;"&gt; and make sure all of the latest Office updates are installed--especially critical updates.&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Microsoft has released compatibility packs for older versions of Office (XP and 2003) for the PC here:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&amp;amp;displaylang=en" target="_blank"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-8f43-c6bb74cd1466&amp;amp;displaylang=en&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;and for the Mac here:&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com/mac/downloads.aspx?pid=download&amp;amp;location=/mac/download/office2004/converterbeta_0_2.xml" target="_blank"&gt;http://www.microsoft.com/mac/downloads.aspx?pid=download&amp;amp;location=/mac/download/office2004/converterbeta_0_2.xml&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Install these, and for the most part, you should be able to open and print files made in the new version.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;If you&amp;#39;re already using Office 2007&lt;/strong&gt;,&amp;nbsp; you can set the program to continue to save files in the older format by pulling down the list of file formats under the file name on the Save dialog box and choosing the correct version.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2567" width="1" height="1"&gt;</description><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/xp/default.aspx">xp</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/openxml/default.aspx">openxml</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/2007/default.aspx">2007</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/computers/default.aspx">computers</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/office/default.aspx">office</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/compatibility/default.aspx">compatibility</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/2003/default.aspx">2003</category></item><item><title>Google Search Cheat Sheet</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/10/18/Google-Search-Cheat-Sheet.aspx</link><pubDate>Thu, 18 Oct 2007 04:22:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2547</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2547.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2547</wfw:commentRss><description>&lt;p&gt;Although search engines are constantly working to improve the quality of their searches, they seem to have no trouble increasing the quantity of what is being searched.&amp;nbsp; Sometimes, it can help a great deal to steer the search more in the direction you need--Google might do a lot of various work in their labs, but mind-controlled search is still a few years off.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The &lt;strong&gt;&lt;a href="http://www.adelaider.com/google/" target="_blank"&gt;Google Cheat Sheet &lt;/a&gt;&lt;/strong&gt;is a 2-page PDF that clearly outlines many of the basics of Google.&amp;nbsp; Very useful tips, and some quick shortcuts around the sprawling site.&lt;/p&gt;&lt;p&gt;Also useful -- IHackStuff.com has a &lt;strong&gt;&lt;a href="http://johnny.ihackstuff.com/ghdb.php" target="_blank"&gt;Google Hack Database&lt;/a&gt;&lt;/strong&gt; of many known searches that will yield &amp;quot;useful&amp;quot; results... &lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2547" width="1" height="1"&gt;</description><enclosure url="http://in.materials.drexel.edu/blogs/msetech/attachment/2547.ashx" length="113862" type="application/pdf" /><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/search/default.aspx">search</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/google/default.aspx">google</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/cheats/default.aspx">cheats</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/find/default.aspx">find</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/seek/default.aspx">seek</category></item><item><title>Does my computer need to be on the MSE domain?</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/09/25/Testing.aspx</link><pubDate>Wed, 26 Sep 2007 01:14:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2509</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2509.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2509</wfw:commentRss><description>
&lt;p&gt;Any time someone gets a new computer, people always ask: does it need to be on the domain?&amp;nbsp; What are the advantages and disadvantages of putting it on the domain?&amp;nbsp; If you&amp;#39;re unfamiliar with the concept of a domain, I would direct you towards &lt;a href="http://en.wikipedia.org/wiki/Active_directory"&gt;Wikipedia&amp;#39;s entry on Active Directory&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;u&gt;&lt;strong&gt;Advantages of being on the MSE domain&lt;/strong&gt;&lt;/u&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Caching of your user name and password for accessing network resources&lt;/li&gt;
&lt;li&gt;Automatic mapping of your personal file folder and group folder&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;u&gt;If your computer isn&amp;#39;t on the domain...&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You can access your file share at \\mse-server-file\files\{username}&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;e.g. \\mse-server-file\files\jdoe&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;You can access your group folder at \\mse-server-file\groups\{group name}&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;e.g. \\mse-server-file\groups\pmg&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;I only add department-owned desktops to the domain&lt;/strong&gt;--since laptops are mobile, they won&amp;#39;t always be on Drexel&amp;#39;s network, which can cause problems if you&amp;#39;re out of sight of the domain controller for too long.&lt;/p&gt;
&lt;p&gt;If you have questions regarding this policy, or if you&amp;#39;d like your desktop added to the domain, feel free to contact me.&lt;br /&gt;
&amp;nbsp;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2509" width="1" height="1"&gt;</description><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/network/default.aspx">network</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/domain/default.aspx">domain</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/mse/default.aspx">mse</category></item><item><title>Connecting to the new projector the MSE Conference Room</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/08/13/Connecting-to-the-new-projector-the-MSE-Conference-Room.aspx</link><pubDate>Mon, 13 Aug 2007 14:19:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2388</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2388.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2388</wfw:commentRss><description>&lt;p&gt;There are two ways to connect your computer to the new projector in the MSE Conference Room.&lt;/p&gt;&lt;p&gt;The first way is to use the VGA cable coming out of the wall next to the side door.&amp;nbsp; This cable is long enough to reach almost everywhere in the room.&lt;/p&gt;&lt;p&gt;The second option is to connect wirelessly, using a piece of software from Epson. Installation is straight-forward.&amp;nbsp; Simply download the file below, double-click to run the file, and follow the instructions (choosing all of the defaults).&lt;/p&gt;&lt;p&gt;Download: &lt;a href="http://www.materials.drexel.edu/computers/software/EpsonConnect.exe"&gt;PC Version&lt;/a&gt; | &lt;a href="http://www.materials.drexel.edu/computers/software/EpsonConnect.dmg"&gt;Mac Version&lt;/a&gt;&lt;/p&gt;&lt;p&gt;When running the software for the first time, it should automatically detect the conference room projector.&amp;nbsp; Tick the checkbox next to the projector and click &amp;#39;Connect&amp;#39;.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2388" width="1" height="1"&gt;</description></item><item><title>Hiding Default / Index Page Name in URL Location Bar</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/08/10/Hiding-Default-_2F00_-Index-Page-Name-in-URL-Location-Bar.aspx</link><pubDate>Fri, 10 Aug 2007 17:59:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:2385</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/2385.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=2385</wfw:commentRss><description>
&lt;p&gt;Okay, so after a month&amp;#39;s off-and-on search for answers to this, I think I&amp;#39;ve finally gotten my workaround working.&lt;/p&gt;
&lt;p&gt;When you visit an url without defining a specific document, whatever server is serving the page is usually instructed to provide a default document, e.g. index.html or default.aspx.&amp;nbsp; Nothing new here.&lt;/p&gt;
&lt;p&gt;The problem creeps in when using an asp.net sitemap, which requires that the entire page path be enumerated, such as ~/Test/Default.aspx, in order for controls like the breadcrumb to &amp;quot;know&amp;quot; which page a visitor is on.&amp;nbsp; When you click on links generated by these controls, you are taken to the full url (including the default page name).&amp;nbsp; &lt;strong&gt;I want to hide the default page name.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;My original thinking was to test Request.ServerVariables(&amp;quot;SCRIPT_NAME&amp;quot;) for the default page, and then redirect the browser to the truncated URL.&amp;nbsp; Since any of the ASP Request.ServerVariables, as well as Request.Path, include the full path whether the request implicitly or explicitly names the default document, that&amp;#39;s no help.&lt;/p&gt;
&lt;p&gt;Instead, the only way to see what&amp;#39;s in the browser&amp;#39;s address bar is via client-side scripting, and the best part is: it only takes two lines of javascript code.&lt;/p&gt;
&lt;p&gt;The only drawback to this method is that it has to update the location, which creates another GET to the server.&amp;nbsp; However, the location.replace() does not create a new history entry, so this method is almost completely transparent to the visitor.&lt;/p&gt;
&lt;p style="font-family:courier new,courier;"&gt;&lt;span style="font-weight:bold;"&gt;&amp;lt;code&amp;gt;&lt;/span&gt;&lt;br /&gt;
var testremove = location.href.toLowerCase().indexOf(&amp;quot;default.aspx&amp;quot;);&lt;br /&gt;
if (testremove != -1) {location.replace(location.href.substring(0,testremove))}; &lt;br /&gt;
&lt;span style="font-weight:bold;"&gt;&amp;lt;/code&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Of course, replace default.aspx with whatever your default document is called, or repeat this concept for additional default document names...&amp;nbsp; Attached is the .JS file that you can just drop in to your page as well.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;I hope this helps at least one person out there, because this would have saved me a small headache.&amp;nbsp; I know it really doesn&amp;#39;t matter if it shows the default name or not.&amp;nbsp; I&amp;#39;m just a stickler for stupid details.&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=2385" width="1" height="1"&gt;</description><enclosure url="http://in.materials.drexel.edu/blogs/msetech/attachment/2385.ashx" length="154" type="application/x-javascript" /></item><item><title>At last! Using FTP to access your network share</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2007/01/10/At-last_2100_-Using-FTP-to-access-your-network-share.aspx</link><pubDate>Wed, 10 Jan 2007 15:25:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:986</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/986.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=986</wfw:commentRss><description>&lt;p&gt;From the day I announced that we were rolling out a department file server, people have been asking if they could get FTP access to it.&amp;nbsp; Because of the inherently insecure nature of FTP, I was hesitant.&amp;nbsp; After careful research, however, I was able to find a secure FTP server that will allow MSE domain users to access their files without being on (or VPNing onto) Drexel&amp;#39;s network.&amp;nbsp; &lt;strong&gt;Support for the MATERIALS domain has been discontinued.&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;Step 1: Finding a client that works for you&lt;/strong&gt;&lt;/font&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Most FTP clients have built-in support for secure certificate negotiation, so if you already have an FTP client you like, try it out.&amp;nbsp; I was able to find a very able free client called Core FTP (&lt;a href="http://www.coreftp.com/download.html" target="_blank"&gt;download&lt;/a&gt;), but you&amp;#39;re free to choose any that you like.&amp;nbsp; Downloading and installation should be quite simple.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;font size="4"&gt;Step 2: Logging in&lt;/font&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Server: &lt;a&gt;ftp://files.mse.drexel.edu/&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;There is no need to put MSE in front of your username, as the FTP server will search the domain automatically.&amp;nbsp; You will have to tell the client to use &lt;strong&gt;Secure FTP&lt;/strong&gt;--you&amp;#39;ll be looking for an option that looks like &amp;quot;&lt;strong&gt;AUTH SSL&lt;/strong&gt;&amp;quot; or &amp;quot;&lt;strong&gt;AUTH TLS&lt;/strong&gt;&amp;quot; or &amp;quot;&lt;strong&gt;Implicit SSL&lt;/strong&gt;&amp;quot;.&amp;nbsp; &lt;em&gt;SFTP is not the same as Secure FTP--it stands for SSH FTP, which we do not use.&lt;/em&gt;&amp;nbsp; Selecting this won&amp;#39;t get you to your files.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;Step 3: Troubleshooting&lt;br /&gt;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;Since this is a new system, I expect that there will be issues.&amp;nbsp; If you receive &amp;quot;Invalid home directory&amp;quot;, it&amp;#39;s because you don&amp;#39;t have a user directory on the file server, or it is improperly configured.&amp;nbsp; Contact me to have one created.&amp;nbsp; If you receive &amp;quot;Invalid user name/password&amp;quot;, you may have to reset your domain password.&amp;nbsp; Again, contact me and I&amp;#39;ll reset it.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=986" width="1" height="1"&gt;</description><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/access/default.aspx">access</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/file+server/default.aspx">file server</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/secure/default.aspx">secure</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/domain/default.aspx">domain</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/ftp/default.aspx">ftp</category></item><item><title>Accessing your Private File Share</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2006/11/17/Accessing-your-Private-File-Share.aspx</link><pubDate>Fri, 17 Nov 2006 18:28:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:634</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/634.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=634</wfw:commentRss><description>&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;The File Server&amp;nbsp;&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;The MSE
Department currently runs a file server with 1.5 terabytes of fully
redundant storage space.&amp;nbsp; Access is permitted using your MATERIALS and
MSE domain accounts.&lt;/p&gt;&lt;p&gt;Most of the shares are connected to your
username as the attached drive Z.&amp;nbsp; When you log on to a computer using
your MATERIALS or MSE account, you should see a Z: appear in My
Computer.&amp;nbsp; If you are accessing your files from another computer that
isn&amp;#39;t on the domain, you can go to Start -&amp;gt; Run, and type:&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\mse-server-file&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;You
will be prompted for your username and password.&amp;nbsp; MATERIALS accounts
are created as shares, while MSE accounts are stored as subdirectories
in the Files share.&lt;/p&gt;&lt;p&gt;Please let me know if you have issues
connecting to your file share, or if you accidentally find improper
access permissions for other shares.&lt;/p&gt;&lt;p&gt;Many research groups also have shared folders, as subdirectories in
the Groups share.&amp;nbsp; If your group would like a shared folder and one
doesn&amp;#39;t exist or you can&amp;#39;t access it, please let me know.
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=634" width="1" height="1"&gt;</description></item><item><title>Backing Up Your Files</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2006/11/17/Backing-Up-Your-Files.aspx</link><pubDate>Fri, 17 Nov 2006 18:01:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:633</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/633.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=633</wfw:commentRss><description>&lt;p&gt;&lt;font size="4"&gt;&lt;strong&gt;Backing up with SyncToy&lt;/strong&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p&gt;I recommend SyncToy for Windows XP and above, which can be downloaded &lt;a href="http://www.materials.drexel.edu/Computers/Software/SyncToy.msi&amp;quot;"&gt;from the Materials website&lt;/a&gt; or &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=E0FC1154-C975-4814-9649-CCE41AF06EB7&amp;amp;displaylang=en"&gt;from Microsoft&lt;/a&gt;.&amp;nbsp; Installation is quick and easy--simply run the MSI and follow the directions.&amp;nbsp; After installation, go to the Start Menu -&amp;gt; Programs -&amp;gt; SyncToy.&amp;nbsp; (You may need to right-click on these images to view them at full-res)&lt;/p&gt;

&lt;p&gt;&lt;img src="http://in.materials.drexel.edu/blogs/msetech/synctoy_images/01.jpg" width="500" /&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Click Create New Folder Pair.&amp;nbsp; For the &lt;em&gt;Left &lt;/em&gt;folder, choose the folder you&amp;#39;d like to backup (My Documents, Data folder, etc).&amp;nbsp; Create a folder in your backup location (Z:, external hard drive, etc.) and choose that as the &lt;em&gt;Right &lt;/em&gt;folder.&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;&lt;img height="375" src="http://in.materials.drexel.edu/blogs/msetech/synctoy_images/02.jpg" width="472" /&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;Take a moment to read through the types of actions.&amp;nbsp; &lt;em&gt;Echo &lt;/em&gt;is the closest to backing up files--it will keep an exact copy of your local folder on the file server.&lt;/p&gt;

&lt;p&gt;&lt;img height="375" src="http://in.materials.drexel.edu/blogs/msetech/synctoy_images/03.jpg" width="472" /&gt;&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;Once you give the folder pair a name and click Finish, you should see your newly created folder pair in the main screen.&lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;&lt;img src="http://in.materials.drexel.edu/blogs/msetech/synctoy_images/04.jpg" width="500" /&gt;&amp;nbsp;&lt;/p&gt;

&lt;p&gt;If you click Run, SyncToy should begin to perform the backup.&lt;/p&gt;

&lt;p&gt;&lt;img src="http://in.materials.drexel.edu/blogs/msetech/synctoy_images/05.jpg" width="500" /&gt; &lt;br /&gt;
&lt;/p&gt;

&lt;p&gt;After SyncToy is finished, verify that the files were created in your backup location.&amp;nbsp; Tonight, you will sleep soundly, knowing that your data is safely backed up.&lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=633" width="1" height="1"&gt;</description></item><item><title>Drexel Map</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2006/10/10/Drexel-Map.aspx</link><pubDate>Tue, 10 Oct 2006 18:33:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:379</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>0</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/379.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=379</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://in.materials.drexel.edu/photos/photos/images/378/original.aspx" target="_blank"&gt;&lt;img border="0" hspace="10" src="http://in.materials.drexel.edu/photos/photos/images/378/640x406.aspx" width="500" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Drexel finally posted a really nice, high-quality (vector) campus map embedded in a campus visitor&amp;#39;s guide.&amp;nbsp; I edited the map a bit to make it very useful for an engineering student trying to find his/her way around for the first time.&amp;nbsp; Did I miss any important places?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=379" width="1" height="1"&gt;</description><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/drexel/default.aspx">drexel</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/campus/default.aspx">campus</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/map/default.aspx">map</category></item><item><title>Annoyed with U3?  You're not alone...</title><link>http://in.materials.drexel.edu/blogs/msetech/archive/2006/09/29/Microsoft-Security-Advisory-Notification.aspx</link><pubDate>Fri, 29 Sep 2006 13:39:00 GMT</pubDate><guid isPermaLink="false">28407c84-3155-498d-8296-280541a76566:206</guid><dc:creator>Andrew Marx</dc:creator><slash:comments>2</slash:comments><comments>http://in.materials.drexel.edu/blogs/msetech/comments/206.aspx</comments><wfw:commentRss>http://in.materials.drexel.edu/blogs/msetech/commentrss.aspx?PostID=206</wfw:commentRss><description>&lt;p&gt;It&amp;#39;s almost impossible to buy a USB flash drive without
receiving it preinstalled with the now-ubiquitous U3 software.&lt;span&gt;&amp;nbsp; &lt;/span&gt;While ostensibly making our lives easier, the
software installs itself on every computer you plug it in to, whether you want
it to or not.&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;span&gt;&lt;/span&gt;&lt;p&gt;&lt;strong&gt;Removing this feature is &lt;strike&gt;impossible&lt;/strike&gt; easy!&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;Attached is the uninstaller that will render the drive U3-less.&amp;nbsp; I don&amp;#39;t have to tools to put the software back on, so if you remove it and later find you wanted the functionality after all, whoops--buy a new one.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;&lt;a href="http://in.materials.drexel.edu/blogs/msetech/attachment/206.ashx"&gt;Download the U3 Remover software&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/p&gt;&lt;img src="http://in.materials.drexel.edu/aggbug.aspx?PostID=206" width="1" height="1"&gt;</description><enclosure url="http://in.materials.drexel.edu/blogs/msetech/attachment/206.ashx" length="2526556" type="application/zip" /><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/u3/default.aspx">u3</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/remove/default.aspx">remove</category><category domain="http://in.materials.drexel.edu/blogs/msetech/archive/tags/usb/default.aspx">usb</category></item></channel></rss>