<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0" xml:base="http://www.tmsnetwork.org/blog">
<channel>
 <title>TMS Network Blog</title>
 <link>http://www.tmsnetwork.org/blog</link>
 <description />
 <language>en</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/tmsnetwork" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">tmsnetwork</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>How to Install WYSIWYG Editor in Drupal 6, Using WYSIWYG API and jwysiwyg</title>
 <link>http://www.tmsnetwork.org/blog/how-install-wysiwyg-editor-drupal-6-using-wysiwyg-api-and-jwysiwyg</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/vN7gFCOJNePqkEvPI6R5nq6_oAs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vN7gFCOJNePqkEvPI6R5nq6_oAs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/vN7gFCOJNePqkEvPI6R5nq6_oAs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/vN7gFCOJNePqkEvPI6R5nq6_oAs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/216" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/216" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/216" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;DIV style="text-align: justify"&gt;In my previous post, I've written about &lt;A id="cpd7" href="http://www.tmsnetwork.org/blog/drupal-hack-how-install-wysiwyg-api-module-jwysiwyg" target="_blank" title="Drupal Hack: How to Install Wysiwyg API Module With jWYSIWYG"&gt;Drupal Hack: How to Install Wysiwyg API Module With jWYSIWYG&lt;/a&gt;. Since jwysiwyg 0.5 is already available, this post is meant to update my previous post. By default, there is no built in WYSIWYG editor in Drupal 6. In this post, you will find out on how to install a WYSIWYG editor in Drupal 6 using &lt;A id="gbzq" href="http://drupal.org/project/wysiwyg" target="_blank" title="WYSIWYG API"&gt;WYSIWYG API&lt;/a&gt; module and a lightweight WYSIWYG editor, &lt;A id="swxh" href="http://code.google.com/p/jwysiwyg/" target="_blank" title="jwysiwyg"&gt;jwysiwyg&lt;/a&gt;. The Drupal's WYSIWYG API module will simplifies the installation of editors and allows you to define which editor to use depending on the input format.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;1. I assume you already have a working Druapl 6 installation. Download the latest &lt;A id="ackf" href="http://drupal.org/project/wysiwyg" target="_blank" title="WYSIWYG API"&gt;WYSIWYG API&lt;/a&gt; and &lt;A id="ha-d" href="http://code.google.com/p/jwysiwyg/" target="_blank" title="jwysiwyg"&gt;jwysiwyg&lt;/a&gt;. In this post, I will use WYSIWYG API version 2.0 and jwysiwyg version 0.5.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;2. Extract WYSIWYG API module files and upload folder 'wysiwyg' to your Drupal's '&lt;I&gt;sites\all\modules&lt;/i&gt;' folder.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;3. Extract the content of jwysiwyg. We will edit 'jquery.wysiwyg.js' file to enable jwysiwyg toolbar control. Open 'jquery.wysiwyg.js' file with your favourite text editor. If you are on Windows, I recommend you to use &lt;A id="dg5." href="http://notepad-plus.sourceforge.net/" target="_blank" title="Notepad++"&gt;Notepad++&lt;/a&gt; to edit the file.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;Find '&lt;CODE&gt;TOOLBAR : {&lt;/code&gt;'. The codes for enabling the toolbar will start here. Change '&lt;CODE&gt;visible : false&lt;/code&gt;' value to '&lt;CODE&gt;
visible : true&lt;/code&gt;' &lt;B&gt;(1)&lt;/b&gt; to enable the toolbar that you want to be enabled for the editor. For example, changing '&lt;CODE&gt;justifyCenter : { 
visible : false&lt;/code&gt;' to '&lt;CODE&gt;justifyCenter : { visible : true&lt;/code&gt;' will enable the 'justify center' button in jwysiwyg toolbar. Only 
'false' value under 'visible' attribute are the one that you need to change. The last button to enable is the 'removeFormat' button &lt;B&gt;(2)&lt;/b&gt;. 
Save '&lt;I&gt;jquery.wysiwyg.js&lt;/i&gt;' changes.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-01.png" border="0" alt="Photobucket" width="700px" height="586px" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-02.png" border="0" alt="Photobucket" width="700px" height="586px" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;4. Next, create a folder with the name '&lt;I&gt;libraries&lt;/i&gt;' in your Drupal's '&lt;I&gt;sites\all&lt;/i&gt;' folder. Create a new folder named '&lt;I&gt;jwysiwyg&lt;/i&gt;' in the newly created '&lt;I&gt;libraries&lt;/i&gt;' folder. Upload all jwysiwyg file (&lt;I&gt;jquery.wysiwyg.css&lt;/i&gt;, &lt;I&gt;jquery.wysiwyg.gif&lt;/i&gt; and &lt;I&gt;jquery.wysiwyg.js&lt;/i&gt;) to the newly created '&lt;I&gt;jwysiwyg&lt;/i&gt;' folder. (the jwysiwyg files will be placed in '&lt;I&gt;sites\all\libraries\jwysiwyg&lt;/i&gt;')&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;5. To enable WYSIWYG API module, go to your Drupal's 'Administer' &amp;gt; 'Site building' &amp;gt; 'Modules'. Select 'Enable' &lt;B&gt;(3)&lt;/b&gt; for WYSIWYG API module to enable it. Click 'Save configuration' &lt;B&gt;(4)&lt;/b&gt; to save the changes.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-03.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-03.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;6. Go to 'Administer' &amp;gt; 'Site Configuration' &amp;gt; 'Input formats'. We will select the type of input format to be used with WYSIWYG editor. You can create a new input format if you want. I will use the default 'Filtered HTML'. Click configure &lt;B&gt;(5)&lt;/b&gt; to configure the input format. Under the 'Edit' tab, you can select what type of users can use this input format and you choose to enable the filters. I highly recommend you to enable the 'HTML filters' &lt;B&gt;(6)&lt;/b&gt; to avoid malicious codes to be posted to your site (if you're planning to allow your site visitor to use WYSIWYG editor). Click 'Save configuration' if you've made any changes.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-04.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-04.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-05.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-05.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;7. Next, under the input format configuration, click the 'Configure' &lt;B&gt;(7)&lt;/b&gt; tab. We will need to add the allowed HTML tags &lt;B&gt;(8)&lt;/b&gt; for the WYSIWYG editor. I recommend you use '&lt;CODE&gt;&amp;lt;a&amp;gt; &amp;lt;em&amp;gt; &amp;lt;strong&amp;gt; &amp;lt;cite&amp;gt; &amp;lt;code&amp;gt; &amp;lt;ul&amp;gt; &amp;lt;ol&amp;gt; &amp;lt;li&amp;gt; &amp;lt;dl&amp;gt; &amp;lt;dt&amp;gt; &amp;lt;dd&amp;gt; &amp;lt;p&amp;gt; &amp;lt;strike&amp;gt; &amp;lt;u&amp;gt; &amp;lt;blockquote&amp;gt; &amp;lt;sup&amp;gt; &amp;lt;sub&amp;gt; &amp;lt;img&amp;gt; &amp;lt;big&amp;gt; &amp;lt;small&amp;gt;&lt;/code&gt;'. You can also enable the 'Spam link deterrent' &lt;B&gt;(9)&lt;/b&gt; which will make Drupal to add 'rel="nofollow"' to all links. Click 'Save configuration' to save the changes.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-06.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-06.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;8. Finally, we will enable the jwysiwyg editor in WYSIWYG API module to be used with the input format. Go to 'Administer' &amp;gt; 'Site Configuration' &amp;gt; 'Wysiwyg'. Then, select 'jWYSIWYG 0.5' &lt;B&gt;(10)&lt;/b&gt; for the input format type that you want to use with WYSIWYG editor. Click 'Save' to save the configuration.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-07.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-07.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;Now you have a working WYSIWYG editor for your Drupal installation, powered by WYSIWYG API module and jwysiwyg editor!&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/?action=view&amp;amp;current=blog-drupal-wysiwyg-jwysiwyg-08.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/drupal-wysiwyg-jwysiwyg/blog-drupal-wysiwyg-jwysiwyg-08.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;[&lt;A id="syl2" href="http://drupal.org/project/wysiwyg" target="_blank" title="WYSIWYG API"&gt;WYSIWYG API&lt;/a&gt;] [&lt;A id="u5bd" href="http://code.google.com/p/jwysiwyg/" target="_blank" title="jwysiwyg"&gt;jwysiwyg&lt;/a&gt;]&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/how-install-wysiwyg-editor-drupal-6-using-wysiwyg-api-and-jwysiwyg" dc:identifier="http://www.tmsnetwork.org/blog/how-install-wysiwyg-editor-drupal-6-using-wysiwyg-api-and-jwysiwyg" dc:title="How to Install WYSIWYG Editor in Drupal 6, Using WYSIWYG API and jwysiwyg" trackback:ping="http://www.tmsnetwork.org/blog/trackback/216" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/216&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/how-install-wysiwyg-editor-drupal-6-using-wysiwyg-api-and-jwysiwyg#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/drupal">Drupal</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/jwsiwyg">jwsiwyg</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tips">Tips</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/wysiwyg">WYSIWYG</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/wysiwyg-api">WYSIWYG API</category>
 <pubDate>Fri, 12 Jun 2009 09:13:24 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">216 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>How to Create Ring Tones From MP3 Files for Your Mobile Phone</title>
 <link>http://www.tmsnetwork.org/blog/how-create-ring-tones-mp3-files-your-mobile-phone</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yzrjPz90zbr1a1afV9LaqYzsJcs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yzrjPz90zbr1a1afV9LaqYzsJcs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yzrjPz90zbr1a1afV9LaqYzsJcs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yzrjPz90zbr1a1afV9LaqYzsJcs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/214" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/214" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/214" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;DIV style="text-align: justify"&gt;Quick tip. New mobile phones nowadays support playing MP3 files and let you use the MP3 files as your ring tone or message tone. Sometimes, we don't want to use the entire part of a MP3 file as our ring tone. In this post I will show you how to create a MP3 file from certain part of a MP3 file. We will use &lt;A id="bevl" href="http://audacity.sourceforge.net/" target="_blank" title="Audacity"&gt;Audacity&lt;/a&gt;, a free and open source sound editing software.&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;1. First of all, we need to download and install Audacity. In this post, I will use the latest Audacity 1.3.7 beta.&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;2. Next, download and install the &lt;A id="zdi7" href="http://lame.buanzo.com.ar/" target="_blank" title="LAME MP3 encoder"&gt;LAME MP3 encoder&lt;/a&gt; to allow Audacity to export audio file to MP3 format.&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;3. Run Audacity. If you've installed the LAME MP3 encoder plugin for Audacity, your Audacity should be able to encode to MP3 files. To check if the LAME MP3 encoder is enabled in Audacity, Go to 'Edit' &amp;gt; 'Preferences' &lt;B&gt;(1)&lt;/b&gt;. Click 'Import/Export' &lt;B&gt;(2)&lt;/b&gt;. The version of LAME encoder should be showed &lt;B&gt;(3)&lt;/b&gt;. If not, you need to select the &lt;I&gt;lame_enc.dll&lt;/i&gt; file manually.&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-01.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;DIV style="text-align: center"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-02.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;DIV style="text-align: center"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;4. Open the audio file with Audacity that you wish to be used as ring tone. Select the part that you want to use as the ring tone. Click and drag the part that you want to select. To make things easier, you can zoom in the audio track &lt;B&gt;(4)&lt;/b&gt;. You can also insert labels &lt;B&gt;(5)&lt;/b&gt; on the audio track to mark certain positions of the audio file ('Tracks' &amp;gt; 'Add Label At Selection' or 'Add Label At Playback Position').&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-03.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-03.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;DIV style="text-align: center"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-04.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-04.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;5. After you've made the selection, go to 'Edit' &amp;gt; 'Copy' to copy your selection. Next, create a new project ('File' &amp;gt; 'New') and paste your selection into the new project ('Edit' &amp;gt; 'Paste'). You can add some effect if you want, for example 'Fade In' or 'Fade Out' at the start and at the end of the audio.&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-05.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-05.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;6. After you've finished editing the audio, we will export the audio file to MP3 format. Go to 'File' &amp;gt; 'Export'. You can enter the metadata about the audio file. Click 'OK' &lt;B&gt;(6)&lt;/b&gt;. Select 'MP3 Files' &lt;B&gt;(7)&lt;/b&gt; as the file type. You can click 'Options' &lt;B&gt;(8)&lt;/b&gt; to change the bit rate and channel settings. I recommend you use 'Constant' for bit rate mode and 128 kbps for quality. Give your ring tone a file name and click 'Save' &lt;B&gt;(9)&lt;/b&gt; to save the file.&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-06.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-06.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;DIV style="text-align: center"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-07.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-07.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;DIV style="text-align: center"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/?action=view&amp;amp;current=blog-ringtone-audacity-08.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/audacity-ringtone/blog-ringtone-audacity-08.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;7. Next, transfer the ring tone file to your mobile phone.&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;8. For in depth tutorial to create ring tone using Audacity, you can take a look at &lt;A id="q1ww" href="http://audacityteam.org/wiki/index.php?title=Making_Ringtones" target="_blank" title="Audacity Wiki"&gt;Audacity Wiki&lt;/a&gt;.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;&lt;BR /&gt;&lt;/div&gt;&lt;DIV style="text-align: justify"&gt;Audacity is free and open source software.&lt;/div&gt;
&lt;DIV style="text-align: justify"&gt;[Download: &lt;A id="kca1" href="http://audacity.sourceforge.net/" target="_blank" title="Audacity"&gt;Audacity&lt;/a&gt;] [Download: &lt;A id="safs" href="http://lame.buanzo.com.ar/" target="_blank" title="LAME MP3 encoder for Audacity"&gt;LAME MP3 encoder for Audacity&lt;/a&gt;] &lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/how-create-ring-tones-mp3-files-your-mobile-phone" dc:identifier="http://www.tmsnetwork.org/blog/how-create-ring-tones-mp3-files-your-mobile-phone" dc:title="How to Create Ring Tones From MP3 Files for Your Mobile Phone" trackback:ping="http://www.tmsnetwork.org/blog/trackback/214" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/214&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/how-create-ring-tones-mp3-files-your-mobile-phone#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/audacity">Audacity</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/freeware">Freeware</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/mobile-phone">Mobile Phone</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/open-source">Open Source</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/ring-tone">Ring tone</category>
 <pubDate>Mon, 08 Jun 2009 05:57:25 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">214 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>How to Test Linux on Windows using VirtualBox</title>
 <link>http://www.tmsnetwork.org/blog/how-test-linux-windows-using-virtualbox</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i2Bu6vSw6qgCjmfxZMxgKU41zLA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i2Bu6vSw6qgCjmfxZMxgKU41zLA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i2Bu6vSw6qgCjmfxZMxgKU41zLA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i2Bu6vSw6qgCjmfxZMxgKU41zLA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/book/export/html/209" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/book/export/html/209" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/book/export/html/209" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;div style="text-align: justify;"&gt;If you are planning to use and test Linux operating system, but you don't like to dual boot, you can actually test and 'run' Linux on top of your Windows operating system using virtual machines software. A virtual machine software will simply allows you to run a guest operating system in a virtual environment (in this case, Linux) on top of host operating system (Windows). In this post, I will show you how to install and configure Kubuntu in &lt;a href="http://www.virtualbox.org/" target="_blank"&gt;VirtualBox&lt;/a&gt; and how to install the VirtualBox Guest Additions. VirtualBox is a virtualization software and VirtualBox Guest Additions consist of device drivers and system applications for the guest operating system 
that optimize the guest for better performance and usability. I choose VirtualBox because it is fast, easy to use, freeware and small (installer only around 65MB).&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;b&gt;&lt;u&gt;1. Creating a virtual machine in VirtualBox&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;1. Download and install VirtualBox. VirtualBox installer will install a few virtual hardware drivers, so make sure you allow Windows to install these drivers.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;2. Run VirtualBox. Click 'New' &lt;b&gt;(1)&lt;/b&gt; to create a new virtual machine in VirtualBox.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-01.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-01.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;3. Press 'Next' &lt;b&gt;(2)&lt;/b&gt; on the welcome wizard. On the next step, give your virtual machine a name. I will name my virtual machine 'Kubuntu' &lt;b&gt;(3)&lt;/b&gt;. Choose the nearest operating system type that you want to install on your virtual machine. In this case, we will choose 'Linux' &lt;b&gt;(4)&lt;/b&gt; and 'Ubuntu' &lt;b&gt;(5)&lt;/b&gt; (Kubuntu is derived from Ubuntu). Press Next to continue.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-02.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-02.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-03.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-03.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;4. On the next screen, we will choose the memory (RAM) size for our virtual machine. You can leave it to its default value (384MB). If your system have lots of RAM, you can set the value to 512MB or 1024MB (1GB). This value can be changed later. Make sure you don't allocate more than half of your total system RAM for virtual machine memory, or your host operating system will slowed down. Press Next to go to the next screen.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-04.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-04.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;5. Now we will create a virtual hard disk for the virtual machine. Select 'Create new hard disk' &lt;b&gt;(6)&lt;/b&gt; and press 'Next' to go to 'Create New Virtual Disk Wizard'. Press 'Next' again to continue.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-05.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-05.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-06.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-06.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;6. On the next screen, we will choose the type of virtual hard disk that we are going to create. You can choose the default option (Dynamically expanding storage). The file size of this type of virtual hard disk will grow slowly as the guest operating system uses more space. To avoid fragmentation, you can choose 'Fixed size storage'. Press 'Next' to continue.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-07.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-07.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;&lt;br /&gt;7. Next, you can choose the location where you want to store the virtual hard disk file &lt;b&gt;(7)&lt;/b&gt;. You can specify the size of the virtual hard disk &lt;b&gt;(8)&lt;/b&gt;. I recommend you use a minimum 10GB virtual hard disk. Make sure the location where you store the virtual hard disk file have sufficient space. Press 'Next' and 'Finish' to create the virtual hard disk. Press 'Finish' again to create the virtual machine.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-08.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-08.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-09.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-09.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://s24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/?action=view&amp;amp;current=blog-kubuntu-virtualbox-10.png" target="_blank"&gt;&lt;img src="http://i24.photobucket.com/albums/c22/whiztech-htm/virtualbox-kubuntu/blog-kubuntu-virtualbox-10.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/how-test-linux-windows-using-virtualbox" dc:identifier="http://www.tmsnetwork.org/blog/how-test-linux-windows-using-virtualbox" dc:title="How to Test Linux on Windows using VirtualBox" trackback:ping="http://www.tmsnetwork.org/blog/trackback/209" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/209&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/how-test-linux-windows-using-virtualbox#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/kubuntu">Kubuntu</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/linux">Linux</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tutorial">Tutorial</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/virtualbox">VirtualBox</category>
 <pubDate>Wed, 03 Jun 2009 14:05:39 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">209 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>Comparison of Web Browsers JavaScript Benchmark Scores</title>
 <link>http://www.tmsnetwork.org/blog/comparison-web-browsers-javascript-benchmark-scores</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5bpgUj_YW952fneIWTh1Rqyy4Uw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5bpgUj_YW952fneIWTh1Rqyy4Uw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5bpgUj_YW952fneIWTh1Rqyy4Uw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5bpgUj_YW952fneIWTh1Rqyy4Uw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/207" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/207" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/207" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;DIV&gt;Web 2.0 applications use Ajax and complex JavaScript libraries. It is important to have a browser with fast JavaScript engine in order for JavaScript to be executed faster. In this post, you will find 15 web browsers for Windows JavaScript benchmark scores. You will get the rough view which web browser has a faster JavaScript engine. I will use 2 JavaScript benchmarks, the first is &lt;A id="z1i7" href="http://v8.googlecode.com/svn/data/benchmarks/v4/run.html" target="_blank" title="V8 Benchmark Suite v4"&gt;V8 Benchmark Suite v4&lt;/a&gt; and the second one is &lt;A id="cav4" href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" target="_blank" title="SunSpider JavaScript Benchmark"&gt;SunSpider JavaScript Benchmark&lt;/a&gt;. V8 Benchmark Suite is used by the developer of Google Chrome to tune the V8 JavaScript engine. The test was ran on Windows XP SP3 on AMD Athlon 64 X2 3800+ (2Ghz) with 1.75GB of RAM. The web browsers and their versions that being used in this test:&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Arora&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Arora is a simple cross platform web browser. It is based on WebKit rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/527+ (KHTML, like Gecko, Safari/419.3) Arora/0.6 (Change: )&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=arora-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/arora-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="m58b" href="http://code.google.com/p/arora/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Avant&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Avant is a freeware web browser that uses the Trident layout engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; Avant Browser; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=avant-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/avant-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="jq_m" href="http://www.avantbrowser.com/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Flock&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Flock is a social web browser based on Mozilla Firefox (Gecko rendering engine).&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009051221 Firefox/3.0.10&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=flock-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/flock-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="h4n4" href="http://www.flock.com/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Google Chrome&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Google Chrome is a minimal design web browser based on WebKit, developed by Google.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.11 (KHTML, like Gecko) Chrome/2.0.181.1 Safari/530.11&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=google-chrome-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/google-chrome-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="anag" href="http://www.google.com/chrome" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Internet Explorer&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Internet Explore is a web browser developed by Microsoft. Internet Explorer uses Trident rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=internet-explorer-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/internet-explorer-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="q2bv" href="http://www.microsoft.com/windows/Internet-explorer/default.aspx" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;U&gt;&lt;B&gt;K-Meleon&lt;/b&gt;&lt;/u&gt;&lt;/div&gt;
&lt;DIV&gt;K-Meleon is a web browser for Windows. K-Meleon uses the same Gecko rendering engine like Mozilla Firefox.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090331 K-Meleon/1.5.3&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=k-meleon-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/k-meleon-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="fb-_" href="http://kmeleon.sourceforge.net/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Lunascape&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Lunascape is a freeware web browser for Windows. Lunascape can use Gecko, Trident and WebKit rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Lunascape5 (Trident) - Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; Lunascape 5.0.3.0)&lt;BR /&gt;
Lunascape5 (Gecko) - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4pre) Gecko/20090312 Firefox/3.1b4pre Lunascape/5.0.3.0&lt;BR /&gt;
Lunascape5 (Webkit) - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528+ (KHTML, like Gecko, Safari/528.0) Lunascape/5.0.3.0&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=lunascape5-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/lunascape5-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="h855" href="http://www.lunascape.tv/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Maxthon2&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Maxthon is a freeware web browser for Windows. Maxthon2 uses Trident rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MAXTHON 2.0)&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=maxthon-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/maxthon-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="imy_" href="http://www.maxthon.com/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Mozilla Firefox&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Mozilla Firefox is the second most popular browser. Mozilla Firefox uses Gecko rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Mozilla Firefox 3.0.10 - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 (.NET CLR 3.5.30729)&lt;BR /&gt;
Mozilla Firefox 3.5 beta 4 - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1b4) Gecko/20090423 Firefox/3.5b4 (.NET CLR 3.5.30729)&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=firefox-3010-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/firefox-3010-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=firefox-35b4-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/firefox-35b4-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="ig:0" href="http://www.mozilla.com/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Opera&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Opera is a freeware web browser and Internet suite. Opera uses Presto rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Opera 9.64 - Opera/9.64 (Windows NT 5.1; U; en) Presto/2.1.1&lt;BR /&gt;
Opera 10 alpha build 1535 - Opera/9.80 (Windows NT 5.1; U; en) Presto/2.2.15 Version/10.00&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=opera-964-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/opera-964-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=opera-10alpha-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/opera-10alpha-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="e0vv" href="http://www.opera.com/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Orca Browser&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Orca Browser is the sister project of Avant Browser. Orca Browser uses Gecko rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 Orca/1.1 build 3&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=orca-browser-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/orca-browser-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="ab3e" href="http://www.orcabrowser.com/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;Safari&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Safari is a web browser developed by Apple Inc. Safari uses WebKit rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Safari/528.17&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=safari-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/safari-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="g03v" href="http://www.apple.com/safari/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;SeaMonkey&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;SeaMonkey is a free and open source Internet suite. SeaMonkey uses Gecko rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=seamonkey-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/seamonkey-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="ml7w" href="http://www.seamonkey-project.org/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Sleipnir&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Sleipnir is a Japanese tabbed web browser. Sleipnir can use Trident and Gecko rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Sleipnir (Trident) - Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729) Sleipnir/2.8.3&lt;BR /&gt;
Sleipnir (Gecko) - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20051002&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=sleipnir-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/sleipnir-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="ged5" href="http://www.fenrir-inc.com/other/sleipnir/" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;SRWare Iron&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;SRWare Iron is a web browser based on Chromium, the project used to develop Google Chrome. SRWare Iron uses WebKit rendering engine.&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;User agent string:&lt;/b&gt; Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/530.9 (KHTML, like Gecko) Iron/2.0.178.0 Safari/530.9 &lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;Version used:&lt;/b&gt;&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=srware-iron-ver.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/srware-iron-ver.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;DIV&gt;[&lt;A id="zk3p" href="http://www.srware.net/en/software_srware_iron.php" target="_blank" title="Website"&gt;Website&lt;/a&gt;]&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;Test results&lt;/u&gt;&lt;/b&gt; &lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;V8 Benchmark Suite (higher score, better):&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;DIV&gt;Notes: For V8 Benchmark Suite, the test is ran 5 times and average score is taken. As for Sleipnir (Gecko), the result is not available because the browser cannot finish the test. Scores for Trident engine might not be very accurate Internet Explorer limits the number of JavaScript statements that can be executed in case of too long running scripts and popped up a warning dialog.&lt;BR /&gt;
&lt;BR /&gt;
Arora - 295&lt;BR /&gt;
Avant - 48.2&lt;BR /&gt;
Flock - 135&lt;BR /&gt;
Google Chrome - 2019&lt;BR /&gt;
Internet Explorer - 46.3&lt;BR /&gt;
K-Meleon - 58.5&lt;BR /&gt;
Lunascape5 (Trident) - 46.8&lt;BR /&gt;
Lunascape5 (Gecko) - 229&lt;BR /&gt;
Lunascape5 (Webkit) - 708&lt;BR /&gt;
Maxthon2 - 42.9&lt;BR /&gt;
Firefox 3.0.10 - 144&lt;BR /&gt;
Firefox 3.5 beta 4 - 237&lt;BR /&gt;
Opera 9.64 - 120&lt;BR /&gt;
Opera 10 alpha build 1535 - 133&lt;BR /&gt;
Orca Browser - 135&lt;BR /&gt;
Safari - 928&lt;BR /&gt;
Seamonkey - 39&lt;BR /&gt;
Sleipnir (Trident) - 47.3&lt;BR /&gt;
Sleipnir (Gecko) - NA&lt;BR /&gt;
SRWare Iron - 1933&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=wbjstg-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/wbjstg-01.png" border="0" alt="Photobucket" width="600px" height="464px" /&gt;&lt;/a&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;Click to enlarge&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;B&gt;&lt;U&gt;SunSpider JavaScript Benchmark (lower score, better):&lt;/u&gt;&lt;/b&gt;&lt;BR /&gt;
&lt;BR /&gt;
Arora - 3769.2ms&lt;BR /&gt;
Avant - 10386.8ms&lt;BR /&gt;
Flock - 5636.8ms&lt;BR /&gt;
Google Chrome - 964.2ms&lt;BR /&gt;
Internet Explorer - 8958.2ms&lt;BR /&gt;
K-Meleon - 20102.4ms&lt;BR /&gt;
Lunascape5 (Trident) - 10239.6ms&lt;BR /&gt;
Lunascape5 (Gecko) - 1597.0ms&lt;BR /&gt;
Lunascape5 (Webkit) - 2395.4ms&lt;BR /&gt;
Maxthon2 - 11629.6ms&lt;BR /&gt;
Mozilla Firefox 3.0.10 - 5505.6ms&lt;BR /&gt;
Mozilla Firefox 3.5 beta 4 - 1761.6ms&lt;BR /&gt;
Opera 9.64 - 7533.6ms&lt;BR /&gt;
Opera 10 alpha build 1535 - 6845.8ms&lt;BR /&gt;
Orca Browser - 5708.2ms&lt;BR /&gt;
Safari - 1598.6ms&lt;BR /&gt;
Seamonkey - 25779.0ms&lt;BR /&gt;
Sleipnir (Trident) - 10144.6ms&lt;BR /&gt;
Sleipnir (Gecko) - 20885.0ms&lt;BR /&gt;
SRWare Iron - 994.6ms&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;&lt;BR /&gt;
&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/cowbjst/?action=view&amp;amp;current=wbjstg-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/cowbjst/wbjstg-02.png" border="0" alt="Photobucket" width="600px" height="464px" /&gt;&lt;/a&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV style="text-align: center"&gt;Click to enlarge&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;&lt;BR /&gt;
&lt;/div&gt;
&lt;DIV&gt;As we can see, most of the web browsers that uses WebKit rendering engine perform better in both JavaScript test. Mozilla Firefox 3.5 beta 4 also have some improvement compared with Mozilla Firefox 3.0.10. Sleipnir actually performs better in SunSpider JavaScript Benchmark when it use Trident engine.&lt;/div&gt;
&lt;BR /&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/comparison-web-browsers-javascript-benchmark-scores" dc:identifier="http://www.tmsnetwork.org/blog/comparison-web-browsers-javascript-benchmark-scores" dc:title="Comparison of Web Browsers JavaScript Benchmark Scores" trackback:ping="http://www.tmsnetwork.org/blog/trackback/207" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/207&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/comparison-web-browsers-javascript-benchmark-scores#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/arora">Arora</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/avant">Avant</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/benchmark">Benchmark</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/browser">Browser</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/chrome">Chrome</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/firefox">Firefox</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/flock">Flock</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/internet-explorer">Internet Explorer</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/javascript">JavaScript</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/k-meleon">K-Meleon</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/lunascape">Lunascape</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/maxthon">Maxthon</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/mozilla">Mozilla</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/opera">Opera</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/orca-browser">Orca Browser</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/safari">Safari</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/seamonkey">SeaMonkey</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/sleipnir">Sleipnir</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/srware-iron">SRWare Iron</category>
 <pubDate>Sat, 30 May 2009 05:09:57 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">207 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>Control foobar2000 Playback From Within Any Running Applications/Games</title>
 <link>http://www.tmsnetwork.org/blog/control-foobar2000-playback-within-any-running-applicationsgames</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/u1u6on2YrFoD6IO95-vi8zBRZ_4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u1u6on2YrFoD6IO95-vi8zBRZ_4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/u1u6on2YrFoD6IO95-vi8zBRZ_4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/u1u6on2YrFoD6IO95-vi8zBRZ_4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/204" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/204" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/204" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/foobarghk/?action=view&amp;amp;current=blog-foobarghk-00.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/foobarghk/blog-foobarghk-00.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;Quick tip for foobar2000 users. In my previous post, I've shown you on how to &lt;A id="eifa" href="http://www.tmsnetwork.org/blog/control-winamp-playback-within-any-running-applicationsgames" target="_blank" title="control Winamp playback from within any running applications or games"&gt;control Winamp playback from within any running applications or games&lt;/a&gt;. In this post, you will find the way on how to do the same thing from foobar2000. For those who don't know, foobar2000 is a light-weight audio player with advanced features.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;foobar2000 have the ability to use 'global hotkey' to control the audio playback. You can use keyboard shortcuts to play, pause or move to next track of foobar2000 playlist from any running applications or games. Steps to enable global hotkeys in foobar2000.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;1. Run foobar2000. Go to &lt;EM&gt;File&lt;/em&gt; &amp;gt; &lt;EM&gt;Preferences&lt;/em&gt;. Navigates to &lt;EM&gt;General&lt;/em&gt; &amp;gt; &lt;EM&gt;Keyboard shortcuts&lt;/em&gt; &lt;STRONG&gt;(1)&lt;/strong&gt;.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;2. In this first example, I will add a global hotkey for '&lt;EM&gt;Play or Pause&lt;/em&gt;' function. Click &lt;EM&gt;Add New&lt;/em&gt; &lt;STRONG&gt;(2)&lt;/strong&gt; to create a new keyboard shortcut. In the action section, find the '&lt;EM&gt;Play or Pause&lt;/em&gt;' &lt;STRONG&gt;(3)&lt;/strong&gt;. Click the &lt;EM&gt;Key&lt;/em&gt; area &lt;STRONG&gt;(4)&lt;/strong&gt; and press the global hotkey that you want to be used for the function '&lt;EM&gt;Play or Pause&lt;/em&gt;', in this example, I will use '&lt;EM&gt;Ctrl+Alt+Enter&lt;/em&gt;' shortcut. Then, select '&lt;EM&gt;Global Hotkey&lt;/em&gt;' &lt;STRONG&gt;(5)&lt;/strong&gt;.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/foobarghk/?action=view&amp;amp;current=blog-foobarghk-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/foobarghk/blog-foobarghk-01.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/foobarghk/?action=view&amp;amp;current=blog-foobarghk-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/foobarghk/blog-foobarghk-02.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;3. Repeat step 2 to add other global hotkey for other actions such as '&lt;EM&gt;Next track&lt;/em&gt;', &lt;EM&gt;Volume Up&lt;/em&gt; or &lt;EM&gt;Volume Down&lt;/em&gt;. Make sure you use different keyboard shortcuts for different actions.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;foobar2000 is freeware and available for Windows operating system.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;[Download: &lt;A id="n0jc" href="http://www.foobar2000.org/" target="_blank" title="foobar2000"&gt;foobar2000&lt;/a&gt;]&lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/control-foobar2000-playback-within-any-running-applicationsgames" dc:identifier="http://www.tmsnetwork.org/blog/control-foobar2000-playback-within-any-running-applicationsgames" dc:title="Control foobar2000 Playback From Within Any Running Applications/Games" trackback:ping="http://www.tmsnetwork.org/blog/trackback/204" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/204&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/control-foobar2000-playback-within-any-running-applicationsgames#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/foobar2000">foobar2000</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tips">Tips</category>
 <pubDate>Tue, 19 May 2009 06:50:02 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">204 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>Monitor and Show Report about Bandwidth, Download/Upload Transfer Rate Usage</title>
 <link>http://www.tmsnetwork.org/blog/monitor-and-show-report-about-bandwidth-downloadupload-transfer-rate-usage</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/T-Xgq5Z-f19ZujTW9WjUAb0tCLE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/T-Xgq5Z-f19ZujTW9WjUAb0tCLE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/T-Xgq5Z-f19ZujTW9WjUAb0tCLE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/T-Xgq5Z-f19ZujTW9WjUAb0tCLE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/203" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/203" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/203" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;P style="text-align: justify"&gt;In my previous post I've mentioned on how to monitor bandwidth usage and download/upload transfer rate with &lt;A id="ogkj" href="http://www.tmsnetwork.org/blog/content/2008/07/07/monitoring-bandwidth-usage-and-downloadupload-transfer-rate" target="_blank" title="NetLimiter 2 Monitor"&gt;NetLimiter 2 Monitor&lt;/a&gt;. In this post, you will find a similar software to show the report and monitor your bandwidth and transfer rate usage, and this software is simpler and it has a portable version. Networx, developed by &lt;A id="tu_n" href="http://www.softperfect.com/" target="_blank" title="SoftPerfect"&gt;SoftPerfect&lt;/a&gt;, is a simple and free, yet powerful utilities that allows you to monitor your bandwidth usage. You can use Networx to monitor your Internet bandwidth usage or other network connections.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;With Networx, you can view your daily, weekly and monthly bandwidth usage statistics. Networx also have a small graph that will show you your current transfer rate. If your internet service provider (ISP) limits certain amount of bandwidth usage per month on your internet connection, you can use Networx to notify you when you are about to reach that limit. There are 4 useful small tools included in Networx; traceroute, ping, netstat (shows you the connections made by programs on your system) and speed meter (measures your network throughput). Some screenshots of Networx:&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-01.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;Graph that will let you to monitor your transfer rate real time&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-03.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-03.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-04.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-04.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-09.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-09.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;Your bandwidth usage reports. These reports can be exported to various file formats such as CSV and XLS.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-10.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-10.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-20.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-20.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;Networx can notify you if you are about to reach your download and upload volume limit.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-17.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-17.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-18.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-18.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-19.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-19.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/networx/?action=view&amp;amp;current=blog-networx-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/networx/blog-networx-02.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;4 small tools; traceroute, ping, netstat and speed meter.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;Networx is freeware and available for Windows operating system. Do you use any bandwidth monitoring software? What is your favourite?&lt;/p&gt;
&lt;P style="text-align: justify"&gt;[Download: &lt;A id="ieit" href="http://www.softperfect.com/products/networx/" target="_blank" title="Networx"&gt;Networx&lt;/a&gt;]&lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/monitor-and-show-report-about-bandwidth-downloadupload-transfer-rate-usage" dc:identifier="http://www.tmsnetwork.org/blog/monitor-and-show-report-about-bandwidth-downloadupload-transfer-rate-usage" dc:title="Monitor and Show Report about Bandwidth, Download/Upload Transfer Rate Usage" trackback:ping="http://www.tmsnetwork.org/blog/trackback/203" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/203&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/monitor-and-show-report-about-bandwidth-downloadupload-transfer-rate-usage#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/download">Download</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/freeware">Freeware</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/networx">Networx</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tips">Tips</category>
 <pubDate>Thu, 14 May 2009 18:10:42 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">203 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>How to Convert PDF files to DOC (Word Document)</title>
 <link>http://www.tmsnetwork.org/blog/how-convert-pdf-files-doc-word-document</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/6S6cbZFvsg54gEVZ2S5X0CSYRaY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6S6cbZFvsg54gEVZ2S5X0CSYRaY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/6S6cbZFvsg54gEVZ2S5X0CSYRaY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/6S6cbZFvsg54gEVZ2S5X0CSYRaY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/202" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/202" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/202" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;P style="text-align: justify;"&gt;Quick tip. Are you looking for an easy way to convert a PDF file to DOC (Word document)? Are you looking for a PDF to DOC converter that can preserve the exact formatting and images in the PDF file? Introducing PDFtoWord, an online service that will let you to convert any PDF files to DOC files (Word documents). PDFtoWord is developed by nitroPDFsoftware, the developer of PDF tool to create, edit, organize, secure and convert PDF files.&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;In my test, I've converted a notebook pricelist from Lowyat.net. The pricelist file is a PDF file and contains images and tables. You can see the result of the conversion in the images below:&lt;/p&gt;
&lt;P style="text-align: center;"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/?action=view&amp;amp;current=blog-pdftowordonline-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/blog-pdftowordonline-01.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center;"&gt;PDF&lt;/p&gt;
&lt;P style="text-align: center;"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/?action=view&amp;amp;current=blog-pdftowordonline-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/blog-pdftowordonline-02.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center;"&gt;DOC file, converted with PDFtoWord&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;As you can see, the exact format and images are preserved after the conversion. PDFtoWord is indeed a powerful PDF to DOC conversion tool.&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;&lt;U&gt;&lt;B&gt;How to Convert PDF file to DOC with PDFtoWord&lt;/b&gt;&lt;/u&gt;&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;1. Go to PDFtoWord website. First, we need to upload the PDF file that you want to convert &lt;B&gt;(1)&lt;/b&gt; to PDFtoWorld website. Select the format that you want the PDF file to be converted to, in this case, DOC &lt;B&gt;(2)&lt;/b&gt;. Enter your e-mail address where you want to send the converted PDF file &lt;B&gt;(3)&lt;/b&gt;. Press convert to upload the PDF file.&lt;/p&gt;
&lt;P style="text-align: center;"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/?action=view&amp;amp;current=blog-pdftowordonline-03.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/blog-pdftowordonline-03.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;2. Your PDF file is being uploaded.&lt;/p&gt;
&lt;P style="text-align: center;"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/?action=view&amp;amp;current=blog-pdftowordonline-04.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/blog-pdftowordonline-04.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;3. Your PDF file is being converted by PDFtoWord&lt;/p&gt;
&lt;P style="text-align: center;"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/?action=view&amp;amp;current=blog-pdftowordonline-05.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/blog-pdftowordonline-05.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;4. Check your e-mail. The DOC document that converted from your PDF file should arrived to your e-mail in a few minutes. Make sure your e-mail don't block attachments.&lt;/p&gt;
&lt;P style="text-align: center;"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/?action=view&amp;amp;current=blog-pdftowordonline-06.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/pdftowordonline/blog-pdftowordonline-06.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;So far, I found PDFtoWord is a very great service. The formatting and images from PDF file are well preserved in the DOC document. The only drawback is you need to have an internet connection to use PDFtoWord service.&lt;/p&gt;
&lt;P style="text-align: justify;"&gt;[&lt;A id="w9x6" href="http://www.pdftoword.com/" target="_blank" title="PDFtoWord"&gt;PDFtoWord&lt;/a&gt;] [via: &lt;A id="oy.z" href="http://www.bioteck.net/2009/04/14/convert-your-pdfs-to-word-online-and-for-free/" target="_blank" title="BioTecK.NET"&gt;BioTecK.NET&lt;/a&gt;]&lt;/p&gt;

&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/how-convert-pdf-files-doc-word-document" dc:identifier="http://www.tmsnetwork.org/blog/how-convert-pdf-files-doc-word-document" dc:title="How to Convert PDF files to DOC (Word Document)" trackback:ping="http://www.tmsnetwork.org/blog/trackback/202" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/202&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/how-convert-pdf-files-doc-word-document#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/doc">DOC</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/pdf">PDF</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tips">Tips</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/word">Word</category>
 <pubDate>Tue, 05 May 2009 08:43:42 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">202 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>How to Store and Manage Your Passwords in a Secure Way with KeePass</title>
 <link>http://www.tmsnetwork.org/blog/how-store-and-manage-your-passwords-secure-way-keepass</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/GpSLLYuEPYzwtCGdJBtCcaHzyes/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GpSLLYuEPYzwtCGdJBtCcaHzyes/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/GpSLLYuEPYzwtCGdJBtCcaHzyes/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/GpSLLYuEPYzwtCGdJBtCcaHzyes/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/201" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/201" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/201" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;P style="text-align: justify"&gt;The most secured way to protect your login informations on various websites is by using different and secure passwords for different accounts. A &lt;A id="mlrt" href="http://www.microsoft.com/protect/yourself/password/create.mspx" target="_blank" title="secure password"&gt;secure password&lt;/a&gt; usually consists of combination of random letters, numbers, symbols, difficult to be guessed, complex, and lengthy password. So, you use a &lt;A id="frvj" href="http://www.tmsnetwork.org/blog/content/2008/08/20/generating-random-password-pwgen" target="_blank" title="password generator"&gt;password generator&lt;/a&gt; to generate passwords for your logins, and your password for &lt;I&gt;website-a.com&lt;/i&gt; is '&lt;I&gt;OtDaSOe9P2&lt;/i&gt;', and &lt;I&gt;website-b.net&lt;/i&gt; is '&lt;I&gt;rRYp9UyRcxK8&lt;/i&gt;'. Obviously, we are not a computer to remember such passwords, unless you got an &lt;A id="bs3m" href="http://en.wikipedia.org/wiki/Eidetic_memory" target="_blank" title="eidetic memory"&gt;eidetic memory&lt;/a&gt;. If you are looking for password manager, KeePass can securely help you to store and manage your passwords.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypiasw-01.jpg" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypiasw-01.jpg" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;KeePass (KeePass Password Safe) is a free, open source, light-weight and easy-to-use password manager. One of the best thing about KeePass is it is portable, so you can bring your password anyware securely in your USB stick. In this post, I will review the latest KeePass Professional Edition 2.07 beta. The latest KeePass Professional Edition is written in .NET, so in order to run KeePass Professional Edition, the system will need to have at least &lt;A id="m4h:" href="http://msdn.microsoft.com/en-us/netframework/aa569263.aspx" target="_blank" title="Microsoft .NET Framework"&gt;Microsoft .NET Framework&lt;/a&gt; 2.0, or &lt;A id="fopr" href="http://mono-project.com/" target="_blank" title="Mono"&gt;Mono&lt;/a&gt; 2.2 for Linux/Mac OS X/BSD).&lt;/p&gt;
&lt;P style="text-align: justify"&gt;What KeePass can do for you? You can use KeePass as a basic tool to store your login informations. Your passwords will be stored in a encrypted database. This database consists of only one file, so it can be easily transferred from one computer to another. KeePass also has some advanced features to help you to store and manage your login and password informations. Some features of KeePass:&lt;/p&gt;
&lt;UL align="justify"&gt;&lt;LI&gt;In-memory password protection and security-enhanced edit controls, your passwords are resistant to password revealing utilities.&lt;/li&gt;
&lt;LI&gt;Sensitive informations such as master key and entry passwords are stored encrypted in process memory.&lt;/li&gt;
&lt;LI&gt;Multiple groups &amp;amp; entries including title, user name, password, URL, notes, custom string fields and file attachments.&lt;/li&gt;
&lt;LI&gt;Copy password to clipboard, drag &amp;amp; drop and auto-type.&lt;/li&gt;
&lt;LI&gt;Export and import your passwords to and from various file formats such as XML, HTML, CSV and KDB3.&lt;/li&gt;
&lt;LI&gt;Strong random password generator included.&lt;/li&gt;&lt;/ul&gt;
&lt;P style="text-align: justify"&gt;Personally, I love the 'Two-Channel Auto-Type Obfuscation' feature. This feature should protect your password against &lt;A id="di83" href="http://en.wikipedia.org/wiki/Keystroke_logging" target="_blank" title="keylogger"&gt;keylogger&lt;/a&gt; software and clipboard monitors. This makes standard keyloggers useless. 'Two-Channel Auto-Type Obfuscation' uses the Windows clipboard to transfer parts of the auto-typed text into the target application. Keyloggers can see the Ctrl-V presses, but do not log the actual contents pasted from the clipboard. KeePass also supports drag and drop, which enables you to drag and drop your username and password into other applications. The drag and drop feature works with most applications but unfortunately, it don't work with &lt;A id="og9n" href="http://www.opera.com/" target="_blank" title="Opera web browser"&gt;Opera web browser&lt;/a&gt;.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;&lt;STRONG&gt;&lt;U&gt;How to Use KeePass to Securely Store Your Password&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;1. Download KeePass Professional Edition and extract or install it on your system. I recommend you use the ZIP package version. Run &lt;EM&gt;KeePass.exe&lt;/em&gt;.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;2. You will be presented with KeePass main window. Go to File &amp;gt; New &lt;STRONG&gt;(1)&lt;/strong&gt; to create a new database file to store your password. Choose the location where you want to store this database file.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-01.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;3. Next, choose the method(s) on how you want the database file to be protected. There are 3 options available, using a master password, key file or Windows user account. You can use any one of these methods, or combination of them. In this post, I will use the master password. Select Master password &lt;STRONG&gt;(2)&lt;/strong&gt; and create a password &lt;STRONG&gt;(3)&lt;/strong&gt; for your database file. You should remember and secure this password. Click OK &lt;STRONG&gt;(4)&lt;/strong&gt; to continue.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-02.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;4. You can set a name and description for your password database. You can also set the default username for new entries created in the database &lt;STRONG&gt;(5)&lt;/strong&gt;. Click OK &lt;STRONG&gt;(6)&lt;/strong&gt; to save the configuration. You can leave other options with the default value.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-03.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-03.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;5. To add a new password entry, choose the password category, for example, e-mail &lt;STRONG&gt;(7)&lt;/strong&gt;. Right click on the right panel, choose Add entry &lt;STRONG&gt;(8)&lt;/strong&gt; to add a new entry.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-04.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-04.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;6. Enter the details of your login information in the next dialog. A strong random password will automatically generated for you &lt;STRONG&gt;(9)&lt;/strong&gt;. You can press the '...' icon to view the password. If you don't like the default generated password, you can always generate a new password. Just click on the password generator icon &lt;STRONG&gt;(10)&lt;/strong&gt; and choose open password generator. You can set the characteristic of the password that you want to generate. Press OK &lt;STRONG&gt;(11)&lt;/strong&gt; to add the password entry to the database. &lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-05.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-05.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-06.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-06.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;7. If you want to change the master password for your database, you can go to File &amp;gt; Change Master Key &lt;STRONG&gt;(12)&lt;/strong&gt;.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/keepass/?action=view&amp;amp;current=blog-htsamypwk-07.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/keepass/blog-htsamypwk-07.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: justify"&gt;8. After you've made a change or add new entry to your database, go to File &amp;gt; Save to save the changes to your database.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;KeePass is freeware and open source. KeePass is available for Windows and &lt;A id="p1ox" href="http://mono-project.com/" target="_blank" title="Mono"&gt;Mono&lt;/a&gt; (Linux, Mac OS X, BSD). Do you use password managers to store and manage your passwords?&lt;/p&gt;
&lt;P style="text-align: justify"&gt;[Download: &lt;A id="ok:5" href="http://keepass.info/" target="_blank" title="KeePass"&gt;KeePass&lt;/a&gt;]&lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/how-store-and-manage-your-passwords-secure-way-keepass" dc:identifier="http://www.tmsnetwork.org/blog/how-store-and-manage-your-passwords-secure-way-keepass" dc:title="How to Store and Manage Your Passwords in a Secure Way with KeePass" trackback:ping="http://www.tmsnetwork.org/blog/trackback/201" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/201&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div id="trackbacks"&gt;
&lt;div class="trackback" id="trackback-26"&gt;
&lt;h3 class="title"&gt;&lt;a href="http://www.blogbookmarker.com/tags/store"&gt;How to Store and Manage Your Passwords in a Secure...&lt;/a&gt;&lt;/h3&gt;
&lt;span class="submitted"&gt;from &lt;em&gt;store&lt;/em&gt; on Sun, 05/03/2009 - 01:53&lt;/span&gt;
&lt;div class="content"&gt;&lt;p&gt;Bookmarked your post over at Blog Bookmarker.com!&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/how-store-and-manage-your-passwords-secure-way-keepass#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/download">Download</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/freeware">Freeware</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/open-source">Open Source</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tips">Tips</category>
 <pubDate>Sat, 02 May 2009 16:51:08 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">201 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>How to Analyze Your Hard Disk Usage</title>
 <link>http://www.tmsnetwork.org/blog/how-analyze-your-hard-disk-usage</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i7BLbHhne5uojwTCkB0vh9FA-vc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i7BLbHhne5uojwTCkB0vh9FA-vc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i7BLbHhne5uojwTCkB0vh9FA-vc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i7BLbHhne5uojwTCkB0vh9FA-vc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/195" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/195" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/195" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;P style="text-align: justify"&gt;Have you ever wonder why your hard disk space is being used up, and you are looking for a software to analyze what files are taking up your hard disk space. Try WinDirStat. WinDirStat is a free and open source tool that allows you to view disk usage statistics and analyze your hard drive space usage. WinDirStat is also small, it only take less than 800kb of space after it is installed on your system.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;WinDirStat will visualize the files on your hard drive using colorful blocks. Each file is presented as a block. Blocks for larger files will be bigger than smaller files, so you can easily check what files are taking up your hard disk space. The files blocks are arranged according to the directories and subdirectories where they are stored. WinDirStat will also show you what types of files that occupy the most part of your hard disk space. Each file types are represented with a same color. When you select a directory or file in WinDirStat, the block that represent the directory or file will automatically highlighted for easy visual reference. Some screen shots of WinDirStat: &lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/awsu/?action=view&amp;amp;current=blog-awsu-01.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/awsu/blog-awsu-01.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/awsu/?action=view&amp;amp;current=blog-awsu-02.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/awsu/blog-awsu-02.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;Each files are represented with a block&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/awsu/?action=view&amp;amp;current=blog-awsu-03.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/awsu/blog-awsu-03.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;WinDirStat is analyzing your hard drive. The PacMan is moving actually.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/awsu/?action=view&amp;amp;current=blog-awsu-04.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/awsu/blog-awsu-04.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;WinDirStat will show you what type of files are using up your hard disk space.&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/awsu/?action=view&amp;amp;current=blog-awsu-05.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/awsu/blog-awsu-05.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;&lt;A href="http://s24.photobucket.com/albums/c22/whiztech-htm/awsu/?action=view&amp;amp;current=blog-awsu-06.png" target="_blank"&gt;&lt;IMG src="http://i24.photobucket.com/albums/c22/whiztech-htm/awsu/blog-awsu-06.png" border="0" alt="Photobucket" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;P style="text-align: center"&gt;Directories and files will automatically highlighted when you select them.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;WinDirStat is free and open source. WinDirStat is available for Windows.&lt;/p&gt;
&lt;P style="text-align: justify"&gt;[Download: &lt;A id="w_s_" href="http://windirstat.info/" target="_blank" title="WinDirStat"&gt;WinDirStat&lt;/a&gt;]&lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/how-analyze-your-hard-disk-usage" dc:identifier="http://www.tmsnetwork.org/blog/how-analyze-your-hard-disk-usage" dc:title="How to Analyze Your Hard Disk Usage" trackback:ping="http://www.tmsnetwork.org/blog/trackback/195" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/195&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/how-analyze-your-hard-disk-usage#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/download">Download</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/freeware">Freeware</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/open-source">Open Source</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/windirstat">WinDirStat</category>
 <pubDate>Mon, 20 Apr 2009 06:34:41 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">195 at http://www.tmsnetwork.org/blog</guid>
</item>
<item>
 <title>Process Explorer: The Ultimate Windows Task Manager Alternative/Replacement</title>
 <link>http://www.tmsnetwork.org/blog/process-explorer-ultimate-windows-task-manager-alternativereplacement</link>
 <description>
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Vbb2Pz3klO62o1vDIZe5xzAm8Aw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vbb2Pz3klO62o1vDIZe5xzAm8Aw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Vbb2Pz3klO62o1vDIZe5xzAm8Aw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vbb2Pz3klO62o1vDIZe5xzAm8Aw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;span class='print-link'&gt;&lt;span class="print_html"&gt;&lt;a href="http://www.tmsnetwork.org/blog/print/194" title="Display a printer-friendly version of this page." class="print-page" onclick="window.open(this.href); return false" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/print_icon.gif" alt="Printer-friendly version" title="Printer-friendly version" width="16" height="16" class="print-icon print-icon-margin" /&gt;Printer-friendly version&lt;/a&gt;&lt;/span&gt;&lt;span class="print_mail"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printmail/194" title="Send this page by e-mail." class="print-mail" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/mail_icon.gif" alt="Send to friend" title="Send to friend" width="16" height="16" class="print-icon print-icon-margin" /&gt;Send to friend&lt;/a&gt;&lt;/span&gt;&lt;span class="print_pdf"&gt;&lt;a href="http://www.tmsnetwork.org/blog/printpdf/194" title="Display a PDF version of this page." class="print-pdf" rel="nofollow"&gt;&lt;img src="/blog/sites/all/modules/print/icons/pdf_icon.gif" alt="PDF version" title="PDF version" width="16" height="16" class="print-icon print-icon-margin" /&gt;PDF version&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;p style="text-align: center;"&gt;&lt;a href="http://smg.photobucket.com/albums/v284/whiztech/petuwtmr/?action=view&amp;amp;current=petuwtmr-01.png" target="_blank"&gt;&lt;img src="http://img.photobucket.com/albums/v284/whiztech/petuwtmr/petuwtmr-01.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Process Explorer is a small powerful tool by &lt;a title="Sysinternals" target="_blank" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" id="p4u6"&gt;Sysinternals&lt;/a&gt;  that allows you to monitor the process that run on your Windows operating system. Process Explorer provides the same simple functionality like Windows Task Manager such as CPU and memory usage of a process or killing an application. What makes Process Explorer a powerful tool is it also provides some advanced functionality compared with Windows Task Manager.&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;You can use Process Explorer as the Windows Task Manager replacement if your Task Manager is being disabled somehow (by virus, worm, etc). I personally use Process Explorer to help me detects and remove malicious processes. Process Explorer has the built in function to make Process Explorer replaces the default Windows Task Manager. Open Process Explorer, go to &lt;i&gt;Options&lt;/i&gt; &amp;gt; &lt;i&gt;Replace Task Manager&lt;/i&gt; (1).&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://smg.photobucket.com/albums/v284/whiztech/petuwtmr/?action=view&amp;amp;current=petuwtmr-02.png" target="_blank"&gt;&lt;img src="http://img.photobucket.com/albums/v284/whiztech/petuwtmr/petuwtmr-02.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Process Explorer can display various information about a running process. For example, in TCP/IP tab of the process properties, we can know what ip the process is connected to. These informations can be useful if you are trying to diagnose an unknown process.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://smg.photobucket.com/albums/v284/whiztech/petuwtmr/?action=view&amp;amp;current=petuwtmr-03.png" target="_blank"&gt;&lt;img src="http://img.photobucket.com/albums/v284/whiztech/petuwtmr/petuwtmr-03.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Process Explorer can enable you to search for a process name easily on Google.&lt;/p&gt;
&lt;p style="text-align: center;"&gt;&lt;a href="http://smg.photobucket.com/albums/v284/whiztech/petuwtmr/?action=view&amp;amp;current=petuwtmr-04.png" target="_blank"&gt;&lt;img src="http://img.photobucket.com/albums/v284/whiztech/petuwtmr/petuwtmr-04.png" alt="Photobucket" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;Process Explorer is freeware and available for Windows operating systems. Do you use Process Explorer?&lt;br /&gt;
&lt;/p&gt;
&lt;p style="text-align: justify;"&gt;[Download: &lt;a id="t-pj" href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" target="_blank" title="Process Explorer"&gt;Process Explorer&lt;/a&gt;]&lt;/p&gt;
&lt;!--
&lt;rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"&gt;
&lt;rdf:Description rdf:about="http://www.tmsnetwork.org/blog/process-explorer-ultimate-windows-task-manager-alternativereplacement" dc:identifier="http://www.tmsnetwork.org/blog/process-explorer-ultimate-windows-task-manager-alternativereplacement" dc:title="Process Explorer: The Ultimate Windows Task Manager Alternative/Replacement" trackback:ping="http://www.tmsnetwork.org/blog/trackback/194" /&gt;
&lt;/rdf:RDF&gt;
--&gt;
&lt;div class="trackback-url"&gt;&lt;div class="box"&gt;

  &lt;h2&gt;Trackback URL for this post:&lt;/h2&gt;

  &lt;div class="content"&gt;http://www.tmsnetwork.org/blog/trackback/194&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
 <comments>http://www.tmsnetwork.org/blog/process-explorer-ultimate-windows-task-manager-alternativereplacement#comments</comments>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/download">Download</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/freeware">Freeware</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/microsoft">Microsoft</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/process-explorer">Process Explorer</category>
 <category domain="http://www.tmsnetwork.org/blog/category/blog/tips">Tips</category>
 <pubDate>Mon, 13 Apr 2009 14:12:08 +0000</pubDate>
 <dc:creator>whiztech</dc:creator>
 <guid isPermaLink="false">194 at http://www.tmsnetwork.org/blog</guid>
</item>
</channel>
</rss>
