<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://openwritings.net"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>OpenWritings.net</title>
 <link>http://openwritings.net</link>
 <description></description>
 <language>en</language>
<item>
 <title>Views: Change the text of the Apply button of the exposed filters</title>
 <link>http://openwritings.net/content/views-change-text-apply-button-exposed-filters</link>
 <description>&lt;p&gt;In the template.php file of your theme, add the following code:&lt;br /&gt;
&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;php geshifilter-php&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;function&lt;/span&gt; YOUR_THEME_preprocess_views_exposed_form&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$vars&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #000088;&quot;&gt;$hook&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;
  &lt;span style=&quot;color: #009933; font-style: italic;&quot;&gt;/**
    Only alter a specific exposed filter form
    Note: You need to change the form id to match yours.
  */&lt;/span&gt;
  &lt;span style=&quot;color: #b1b100;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$vars&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;form&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;#id&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;==&lt;/span&gt; &lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;views-exposed-form-YOUR_VIEW-views-page-1&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #009900;&quot;&gt;&amp;#123;&lt;/span&gt;
&amp;nbsp;
    &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// Change the text on the submit button&lt;/span&gt;
    &lt;span style=&quot;color: #000088;&quot;&gt;$vars&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;form&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;submit&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;#value&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;span style=&quot;color: #339933;&quot;&gt;=&lt;/span&gt; t&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;Search&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;
&amp;nbsp;
    &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;// Rebuild the rendered version (submit button, rest remains unchanged)&lt;/span&gt;
    &lt;span style=&quot;color: #990000;&quot;&gt;unset&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #000088;&quot;&gt;$vars&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;form&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;submit&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#91;&lt;/span&gt;&lt;span style=&quot;color: #0000ff;&quot;&gt;&#039;#printed&#039;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span style=&quot;color: #339933;&quot;&gt;;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://openwritings.net/content/views-change-text-apply-button-exposed-filters&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://openwritings.net/content/views-change-text-apply-button-exposed-filters#comments</comments>
 <pubDate>Thu, 26 Aug 2010 03:51:44 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">425 at http://openwritings.net</guid>
</item>
<item>
 <title>Get a Google maps api key</title>
 <link>http://openwritings.net/content/get-google-maps-api-key</link>
 <description>&lt;p&gt;Instructions to get a Google maps api key.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Click &lt;a href=&quot;https://www.google.com/accounts/Login?continue=http%3A%2F%2Fcode.google.com%2Fapis%2Fmaps%2Fsignup.html&amp;amp;followup=http%3A%2F%2Fcode.google.com%2Fapis%2Fmaps%2Fsignup.html&quot;&gt;here&lt;/a&gt; to sign in or get a Google account.&lt;/li&gt;
&lt;li&gt;Read this &lt;a href=&quot;http://code.google.com/apis/maps/faq.html#keysystem&quot;&gt;FAQ&lt;/a&gt; to know what to put in the URL.&lt;/li&gt;
&lt;li&gt;Go &lt;a href=&quot;http://code.google.com/apis/maps/signup.html&quot;&gt;here&lt;/a&gt; to generate a key.&lt;/li&gt;
&lt;/ol&gt;
</description>
 <comments>http://openwritings.net/content/get-google-maps-api-key#comments</comments>
 <pubDate>Sun, 22 Aug 2010 20:11:32 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">424 at http://openwritings.net</guid>
</item>
<item>
 <title>Best command to backup MySQL database</title>
 <link>http://openwritings.net/content/best-command-backup-mysql-database</link>
 <description>&lt;p&gt;Best command to backup MySQL database&lt;br /&gt;
&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;text geshifilter-text&quot; style=&quot;font-family:monospace;&quot;&gt;mysqldump --hex-blob --extended-insert=false --complete-insert=true -uUSERNAME -pPASSWORD DATABASENAME &amp;gt; backup.sql&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;dl&gt;
&lt;dt&gt;&lt;b&gt;--hex-blob&lt;/b&gt;&lt;/dt&gt;
&lt;dd&gt;Ensure that blob columns are exported correctly. MySQL will convert BLOB to hexadecimal.&lt;/dd&gt;
&lt;dt&gt;&lt;b&gt;--extended-insert=false&lt;/b&gt; and &lt;b&gt;--complete-insert=true&lt;/b&gt;&lt;/dt&gt;
&lt;/dl&gt;&lt;p&gt;&lt;a href=&quot;http://openwritings.net/content/best-command-backup-mysql-database&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://openwritings.net/content/best-command-backup-mysql-database#comments</comments>
 <pubDate>Wed, 18 Aug 2010 01:50:51 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">423 at http://openwritings.net</guid>
</item>
<item>
 <title>First Selenium 2 application in Java</title>
 <link>http://openwritings.net/content/first-selenium-2-application-java</link>
 <description>&lt;p&gt;&lt;b&gt;For similar example using Selenium v1, see &lt;a href=&quot;/content/first-selenium-rc-application-java&quot;&gt;First Selenium application in Java&lt;/a&gt;.&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The following shows you step-by-step how to run your first Selenium 2 application in Java.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;It is assumed that you have &lt;a href=&quot;installation-jdk&quot; target=&quot;_blank&quot;&gt;JDK installed and set in your computer&lt;/a&gt;. If you are getting the version number(e.g &lt;em&gt;javac 1.6.0_06&lt;/em&gt;) by running the following command in the &lt;b&gt;Command Prompt&lt;/b&gt;, then your Java Compiler is installed and set correctly.&lt;br /&gt;
&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;dos geshifilter-dos&quot; style=&quot;font-family:monospace;&quot;&gt;javac -version&lt;/pre&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;p&gt;&lt;a href=&quot;http://openwritings.net/content/first-selenium-2-application-java&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://openwritings.net/content/first-selenium-2-application-java#comments</comments>
 <enclosure url="http://openwritings.net/sites/default/files/Google2.java" length="1389" type="text/x-java" />
 <pubDate>Mon, 16 Aug 2010 23:18:54 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">422 at http://openwritings.net</guid>
</item>
<item>
 <title>Ant build file to install xsltproc</title>
 <link>http://openwritings.net/content/ant-build-file-install-xsltproc</link>
 <description>&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;xml geshifilter-xml&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;?xml&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;version&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;1.0&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;encoding&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;UTF-8&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;standalone&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;no&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;&amp;lt;!--&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;Description: Install xsltproc:&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;              -Decompress all zip files from zip directory to the defined destination directory.&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;              -Generate paths to add in the PATH environment variable(environment.path.txt).&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;Author: Xuan Ngo&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;--&amp;gt;&lt;/span&gt;
&lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;project&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;basedir&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;.&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;default&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;nothing&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;xsltproc_install&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;
&amp;nbsp;
  &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;property&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;dir.separator&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;value&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;\&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;
&amp;nbsp;
  &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;property&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;iconv&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;value&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;iconv-1.9.2.win32&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;
  &lt;span style=&quot;color: #009900;&quot;&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;lt;property&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;name&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;zlib&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000066;&quot;&gt;value&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;zlib-1.2.3.win32&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://openwritings.net/content/ant-build-file-install-xsltproc&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://openwritings.net/content/ant-build-file-install-xsltproc#comments</comments>
 <pubDate>Thu, 05 Aug 2010 23:20:03 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">420 at http://openwritings.net</guid>
</item>
<item>
 <title>Good applications</title>
 <link>http://openwritings.net/content/good-applications</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://www.epsilonsquared.com/&quot;&gt;InstallWatch&lt;/a&gt; records modifications made to your PC during the installation of software, hardware, or configuration changes.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.isobuster.com/&quot;&gt;IsoBuster&lt;/a&gt; is a highly specialized and easy to use CD, DVD and blu-ray (BD, HD DVD) data recovery tool.&lt;/p&gt;
</description>
 <comments>http://openwritings.net/content/good-applications#comments</comments>
 <pubDate>Wed, 21 Jul 2010 23:45:25 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">419 at http://openwritings.net</guid>
</item>
<item>
 <title>Salome TMF</title>
 <link>http://openwritings.net/content/salome-tmf-1</link>
 <description>&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;sql geshifilter-sql&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;-- Replace a string in the action steps.&lt;/span&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;UPDATE&lt;/span&gt; action_test &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SET&lt;/span&gt; description_action&lt;span style=&quot;color: #66cc66;&quot;&gt;=&lt;/span&gt;&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;REPLACE&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt;description_action&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;Pubication&#039;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;,&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;Publication&#039;&lt;/span&gt;&lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
</description>
 <comments>http://openwritings.net/content/salome-tmf-1#comments</comments>
 <pubDate>Fri, 16 Jul 2010 18:49:06 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">418 at http://openwritings.net</guid>
</item>
<item>
 <title>Draft, approval, publication, revision</title>
 <link>http://openwritings.net/content/draft-approval-publication-revision</link>
 <description>&lt;p&gt;The basic use case of a content management system where contents need to be validated before they are being published is being implemented in the &lt;a href=&quot;http://drupal.org/project/revisioning&quot;&gt;Revisioning&lt;/a&gt; module. Obviously, the module offers much more fonctionnalities than that but for this tutorial, I will stick to the following use case described on their project&#039;s website:&lt;br /&gt;
&lt;quote&gt;&lt;/quote&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://openwritings.net/content/draft-approval-publication-revision&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://openwritings.net/content/draft-approval-publication-revision#comments</comments>
 <pubDate>Wed, 14 Jul 2010 23:41:23 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">417 at http://openwritings.net</guid>
</item>
<item>
 <title>Rename filenames without special characters</title>
 <link>http://openwritings.net/content/rename-filenames-without-special-characters</link>
 <description>&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;dos geshifilter-dos&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM *******************************************************************************&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM Description: Rename filenames(*.pdf and *.xls) without &lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM               specials characters(e.g. spaces, double underscores).&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM Author: Xuan Ngo&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM Note: Command Prompt&#039;s code page is different than Windows&#039; code page. &lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM       Therefore, I switched Command Prompt&#039;s code page to be the same &lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM       as Windows&#039; so that I can replace accent characters(e.g. à, é, â, etc ).&lt;/span&gt;
&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;REM *******************************************************************************&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://openwritings.net/content/rename-filenames-without-special-characters&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://openwritings.net/content/rename-filenames-without-special-characters#comments</comments>
 <pubDate>Tue, 13 Jul 2010 15:11:08 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">416 at http://openwritings.net</guid>
</item>
<item>
 <title>Print the full path of the current directory</title>
 <link>http://openwritings.net/content/print-full-path-current-directory</link>
 <description>&lt;p&gt;&lt;div class=&quot;geshifilter&quot;&gt;&lt;pre class=&quot;bash geshifilter-bash&quot; style=&quot;font-family:monospace;&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;pwd&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;
</description>
 <comments>http://openwritings.net/content/print-full-path-current-directory#comments</comments>
 <pubDate>Tue, 13 Jul 2010 01:50:28 +0000</pubDate>
 <dc:creator>Xuan Ngo</dc:creator>
 <guid isPermaLink="false">415 at http://openwritings.net</guid>
</item>
</channel>
</rss>

