<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>Salo Storm Blog</title>
    <link>http://salostorm.com/blog/</link>
    <description>Blog dealing with technical and programming stuff</description>
    <language>en-us</language>           
    <generator>Nucleus CMS v3.22</generator>
    <copyright>©</copyright>             
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>http://salostorm.com/blog//nucleus/nucleus2.gif</url>
      <title>Salo Storm Blog</title>
      <link>http://salostorm.com/blog/</link>
    </image>
    <item>
 <title>9 ways to get more free space on your hard disk in Windows XP</title>
 <link>http://salostorm.com/blog/index.php?itemid=139</link>
<description><![CDATA[Are you constantly running out of hard disk space and had to spend time backing up your data to external media such as CDs, DVDs, and external hard disks in order to install a new software or game? Or did you spend some hours looking for unwanted and old files to delete? Here are some ways to free up some disk space<br />
<b>1. Empty your recycle bin</b><br />
This is the most obvious one! Don't forget to empty your recycle bin from time to time. Consider also disabling it. To disable it, right click on the recycle bin and choose properties, and finally check 'Do Not move files to the Recycle Bin. Remove files immediately when deleted.' If you disable your recycle bin, be careful when deleting files.<br />
<br />
<b>2. Remove unwanted and unused programs</b><br />
Go to your Control Panel, and choose 'Add or Remove Programs'. Go though the list of programs you have installed and remove any programs you don't use and don't need anymore.<br />
<br />
<b>3. Remove unwanted Windows components</b><br />
This is similar to the previous tip, in your 'Add or Remove Programs', choose to the left 'Add/Remove Windows Components', this will show you a list of windows components where you can remove any not used component such as IIS if you are not hosting any web applications or even removing windows games if you don't want them.<br />
<br />
<b>4. Use the disk cleanup utility</b><br />
This utility comes pre-installed on Windows XP, to access it, go to your start up, then programs, accessories, system tools and finally disk cleanup. The tool will scan your hard disk and show you a list of files that could be deleted. It is safe to delete 'Temporary Internet Files' and 'Temporary Files'. Others are left to your own judgment.<br />
<br />
<b>5. Use a Duplicate File Finder tool</b><br />
After some time using your hard disk by saving, copying and moving files, you end up with some file duplicates. You need to find all these duplicates and delete them. There are a lot of freeware utilities that would do the job for you. I used <a href="http://www.EasyDuplicateFinder.com" target="_blank">Easy Duplicate Finder</a> and it seems to do good.<br />
<br />
<b>6. Install and use the windows installer clean up utility</b><br />
This utility is available for free by Microsoft. You can download it from <a href="http://download.microsoft.com/download/e/9/d/e9d80355-7ab4-45b8-80e8-983a48d5e1bd/msicuu2.exe">Microsoft</a>. As Microsoft says it: 'You can use the utility to remove installation information for programs that were installed by using Windows Installer. Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over. '<br />
<br />
<b>7. Compress rarely used files</b><br />
Any big files (especially text files and documents) that you access rarely should be compressed to save disk space. I recommend using Winrar for this. Winzip is also a good option.<br />
<br />
<b>8. Turn off 'System Restore'</b><br />
In order to turn off system restore, go to your control panel, then double click on the 'System' icon. In System, choose 'System Restore' tab at the top and there you can turn it off. You can also decrease the disk space it uses (the default is 12% of your hard disk space). Be aware that turning off this feature will not allow you to restore your system to a previous point.<br />
<br />
<b>9. Consider upgrading your hardware</b><br />
This had to be mentioned :). If after doing all the previous steps you are still running out of disk space, consider upgrading your hardware by buying a bigger hard disk, or even buying an external hard disk to store some big files (like your movies or music).]]></description>
 <category>General</category>
<comments>http://salostorm.com/blog/index.php?itemid=139</comments>
 <pubDate>Thu, 2 Jul 2009 09:36:00 -0700</pubDate>
</item><item>
 <title>7 Tips to Increase Your Site Traffic</title>
 <link>http://salostorm.com/blog/index.php?itemid=138</link>
<description><![CDATA[Here is a list of tips to use to increase your site traffic:<br />
<br />
<b>1. Write Useful Articles</b><br />
People are always looking for useful and interesting articles. Make sure that you are familiar with what you are writing. Make it useful and informative. Writing an interesting article specific to your niche can be a magnet for web surfers.<br />
<br />
<b>2. Make Something Funny</b><br />
People also like to have fun and take a break. Take a funny picture, write something funny or post a funny video and people will come.<b>3. Get People to Trust you</b><br />
Trust is very valuable on the Internet. If you build yourself a good name in your niche and people trust you for your information and ideas, this will be a gold mine for your site(s).<br />
<br />
<b>4. Get Visitors to Interact with you</b><br />
Always allow visitors to interact with you in one way or another. Some of the ways to make your site more interactive for visitors is to create a forum or to create a blog.<br />
<br />
<b>5. Build a Community</b><br />
Whatever service you are providing to your customers, try to make a community out of it. As an example, you have a site that sells dogs food, create a community where customers of your product can post pictures of their dogs and talk about dog caring ideas and tips. This will make them feel more at home when visiting your site.<br />
<br />
<b>6. Create a Newsletter</b><br />
Allow your visitors to subscribe to a newsletter. But make sure you don't abuse the newsletter. Use it only to send really interesting and important information. People don't want more junk mail in their inboxes.<br />
<br />
<b>7. Spend Money</b><br />
Sometimes you have to spend some money to advertise your site. PPC, banner ads on some selected sites and other methods can be useful to attract quality traffic.<br />
]]></description>
 <category>Marketing</category>
<comments>http://salostorm.com/blog/index.php?itemid=138</comments>
 <pubDate>Thu, 25 Oct 2007 06:22:13 -0700</pubDate>
</item><item>
 <title>Ejecting the CD Using Code</title>
 <link>http://salostorm.com/blog/index.php?itemid=137</link>
<description><![CDATA[There is a simple and easy way to open/close the CD/DVD in Windows. The code I will be writing is a C++ code. It uses a simple API function implemented in winmm.dll (The windows MCI API DLL). In order to achieve our goal, we are going to use the <i>mciSendCommand</i> function.<br />
First you need to include <i>mmsystem.h</i> in your code and you also need to link with <i>Winmm.lib</i><br />
Next we need to open the CD/DVD device. We do this using the following:<br />
<b><br />
MCI_OPEN_PARMS MCIopen;<br />
ZeroMemory(&MCIopen, sizeof(MCI_OPEN_PARMS));<br />
MCIopen.lpstrDeviceType = (LPCSTR) MCI_DEVTYPE_CD_AUDIO;<br />
MCIopen.lpstrElementName = drive;<br />
<br />
DWORD flags = MCI_OPEN_TYPE | MCI_OPEN_TYPE_ID;<br />
mciSendCommand(0, MCI_OPEN, flags, (DWORD) &MCIopen);<br />
</b><br />
the drive is a char * of the drive letter to open for example d:<br />
Issuing this command open the CD/DVD device and returns the device ID in the MCIopen variable. Yhis ID is to be used in later commands.<br />
Now to issue open request, we write the following:<br />
<b><br />
mciSendCommand(MCIopen.wDeviceID, MCI_SET, MCI_SET_DOOR_OPEN, 0);   // To open the devic<br />
mciSendCommand(MCIopen.wDeviceID, MCI_SET, MCI_SET_DOOR_CLOSED, 0);   // To close the devic<br />
</b><br />
<br />
Finally, we should close the device using this following:<br />
<b><br />
mciSendCommand(MCIopen.wDeviceID, MCI_CLOSE, MCI_WAIT, 0);<br />
</b><br />
<br />
One thing to note that we should check if the command issued to open the device succeeded by checking the return of the first mciSendCommand call. If the command returned an error, we can't continue with opening/closing the drive.]]></description>
 <category>Programming</category>
<comments>http://salostorm.com/blog/index.php?itemid=137</comments>
 <pubDate>Mon, 22 Oct 2007 08:50:00 -0700</pubDate>
</item><item>
 <title>Trend of Web Browsers Usage</title>
 <link>http://salostorm.com/blog/index.php?itemid=136</link>
<description><![CDATA[As most of you probably know, Internet Explorer is the king of web browers, but this hasn't been the case since the start the World Wide Web... At the begging of the WWW, the king browser was Mosaic which was  avaiable before any other browser, but this quickly changed around the mid of 1990's (mainly 1994, 1995 and 1996), when the most used browser was Netscape navigator (taking around 80% of the browsers usage) and IE was way lacking behind with around 10%. With time, this also changed...In 1997, the figures were closer with around 60% for Netscape and 30% for IE and evetually Mosiac was loosing more figures. At the end of the 90s, the war was furious and both browers had similar figures with around 45%! <br />
During the first 5 years of the next decade, IE with the king of browers and continued on gaining figures until reaching 90% of the total web browsers usage in early 2006. This domination of the market changed when FireFox was launched and it quickly gained 10% of the market in very few months and it continues to grow till now.<br />
Now, these figures are as follows (according to TheCounter.com taken from Wikipedia.org):<br />
IE: 81.63%<br />
Netscape Navigator: 0.06% (all birds fall down eventually!)<br />
FireFox: 13.49%<br />
Opera: 0.66% (my personal favorite, but having a very low usage!!)<br />
Safari: 3.00%]]></description>
 <category>Internet</category>
<comments>http://salostorm.com/blog/index.php?itemid=136</comments>
 <pubDate>Wed, 17 Oct 2007 08:47:00 -0700</pubDate>
</item><item>
 <title>Saved Dialup Passwords</title>
 <link>http://salostorm.com/blog/index.php?itemid=135</link>
<description><![CDATA[Windows gives you the possibility to save your dialup passwords so that it makes it easy for you to dial a connection without entering your password each time. Saved dialup passwords are not treated like other saved passwords in Windows. This are stored in a special place and not stored in the password field therefore using a product such as <a href="http://www.salostorm.com/products/spyer/index.htm">Password Spyer 2k</a> will not be useful in recovering the password since Password Spyer 2k recovers passwords hidden IN the password field. In order to recover dialup passwords, we use another program named <a href="http://www.salostorm.com/products/dialup-password-recovery/index.htm">Dialup Password Recovery</a>Dialup Password Recovery extracts the password hidden in Windows for all saved dialup passwords. Dialup connections can be made public (available to all users) or private (available to the user who created them). Dialup Password Recovery is capable of recovering both types. For private connections, you need to be logged in as the user who created the connections in order for the recovery to work.<br />
Finally, here is <a href="http://www.salostorm.com/products/dialup-password-recovery/screenshot.htm">a screenshot</a> showing the software recovering some dialup passwords.]]></description>
 <category>General</category>
<comments>http://salostorm.com/blog/index.php?itemid=135</comments>
 <pubDate>Wed, 10 Oct 2007 09:39:00 -0700</pubDate>
</item><item>
 <title>Recovering web passwords from IE</title>
 <link>http://salostorm.com/blog/index.php?itemid=134</link>
<description><![CDATA[Some sites allow you to save your password in your browser making it easier to login to the site. This sometimes shows your login and password (as asterisks) as already filled in the form fields. This makes it very easy to retrieve the saved web password shown as asterisks.using <a href="http://www.salostorm.com/products/spyer/index.htm">Password Spyer 2k</a>, recoverying such passwords is just one click away. Simply opening the web site that contains the password and waiting until the password field is filled with the password as asterisks and then opening the registered version of Password Spyer 2k and clicked on show web passwords will give you a listing of all IE browsers having a saved password in any page.]]></description>
 <category>General</category>
<comments>http://salostorm.com/blog/index.php?itemid=134</comments>
 <pubDate>Sat, 6 Oct 2007 09:31:00 -0700</pubDate>
</item><item>
 <title>Google is verb?</title>
 <link>http://salostorm.com/blog/index.php?itemid=133</link>
<description><![CDATA[Go to <a href="http://dictionary.reference.com/">http://dictionary.reference.com/</a>, and search for google! Yes Google has become a verb, from 'Webster's New Millennium? Dictionary of English': <br />
Definition:  	to search for information on the Internet, esp. using the Google search engine<br />
Example:  	We googled to find the definition of the new word.<br />
]]></description>
 <category>Internet</category>
<comments>http://salostorm.com/blog/index.php?itemid=133</comments>
 <pubDate>Wed, 18 Jul 2007 08:49:00 -0700</pubDate>
</item><item>
 <title>10 Fast File Splitter Features</title>
 <link>http://salostorm.com/blog/index.php?itemid=132</link>
<description><![CDATA[I thought I would list down the features of <a href="http://www.salostorm.com/products/FFS">Fast File Splitter</a> since most still don't know how powerful this software can be. First a small description of the software: Fast File Splitter (FFS) is a tool to split large files into smaller files so that they can be put on floppies, sent by email or for any storage purposes need. Here is a quick list of features FFS supports:1. Customizable split file size.<br />
2. Customizable split files count.<br />
3. Self joining files.<br />
4. Encrypt split files.<br />
5. Compression of split files.<br />
6. Add your comments to split files.<br />
7. Add your copyright material to split files.<br />
8. Select your custom icon.<br />
9. Self join in silent mode.<br />
10. Join/Split to any selected directory.]]></description>
 <category>General</category>
<comments>http://salostorm.com/blog/index.php?itemid=132</comments>
 <pubDate>Mon, 16 Jul 2007 09:04:00 -0700</pubDate>
</item><item>
 <title>Optical Illusions</title>
 <link>http://salostorm.com/blog/index.php?itemid=130</link>
<description><![CDATA[How about looking at an image in black and white and seeing it in colors? This can be achieved using a nice optical illusion where colors will be printed in our retina and memorized for a few seconds. Here is a link containing such an illusion: <a href="http://www.johnsadowski.com/big_spanish_castle.php">Big Spanish Castle</a>, and here is <a href="http://cellfly.shorturl.com/">another one</a>.]]></description>
 <category>Fun</category>
<comments>http://salostorm.com/blog/index.php?itemid=130</comments>
 <pubDate>Sat, 14 Jul 2007 10:07:00 -0700</pubDate>
</item><item>
 <title>Emailing BIG files</title>
 <link>http://salostorm.com/blog/index.php?itemid=128</link>
<description><![CDATA[Most of email providers do not support sending very large files in your attachments. This makes emailing large files a very hard task to accomplish. What would you do if you had a 100MBs file you need to urgently email to someone? A simple and easy solution would be to split up the file and have it re-constructed at the receiver end. To accomplish this, <a href="http://www.salostorm.com/products/FFS/">Fast File Splitter</a> is used.<a href="http://www.salostorm.com/products/FFS/">Fast File Splitter</a> is a simple and easy to use file splitter with a load of features including security and compression. With a few clicks, you are set to go. The receiver dosen't have to have the software to re-construct the original file. Here is a <a herf="http://www.salostorm.com/articles/splitter/file-splitter-tutorial.htm">tutorial</a> to use to split your first file.]]></description>
 <category>Internet</category>
<comments>http://salostorm.com/blog/index.php?itemid=128</comments>
 <pubDate>Fri, 13 Jul 2007 08:54:00 -0700</pubDate>
</item>
  </channel>
</rss>