feeds2read
Latest Flows from this sub-category:
Interior Decorating School

RaddWrites - Associated Content

Arfandia :: Online Blogs

The Best PC Games,MoVies,Softwares 2008

Videos Youtube

codevalley

Adam Smith blog

Wildwobby

Teckh

Dj Remix |DJ FILE WHERE DJ 'S MEET |Play Hot Remix

random selection from this sub-category:
The Register - Odds and Sods

Imprudent Sanity

Technology

Tradeindia.com - Sell leads in T-Shirts

FireDaemon News and Product Announcements

adventurehouse weblog

car charger for USB CELL PHONES OR OTHER DEVICES

Packet Sniffer SDK

The Hilary Duff Video Podcast

CNET News.com - Perspectives

Rss Directory > Computer > Misc > Salo Storm Blog


Salo Storm Blog
Blog dealing with technical and programming stuff
Copyright: ©
  Thu, 25 Oct 2007 15:22:13 +0200
Here is a list of tips to use to increase your site traffic:

1. Write Useful Articles
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.

2. Make Something Funny
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.3. Get People to Trust you
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).

4. Get Visitors to Interact with you
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.

5. Build a Community
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.

6. Create a Newsletter
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.

7. Spend Money
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.
  Mon, 22 Oct 2007 17:50:00 +0200
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 mciSendCommand function.
First you need to include mmsystem.h in your code and you also need to link with Winmm.lib
Next we need to open the CD/DVD device. We do this using the following:

MCI_OPEN_PARMS MCIopen;
ZeroMemory(&MCIopen, sizeof(MCI_OPEN_PARMS));
MCIopen.lpstrDeviceType = (LPCSTR) MCI_DEVTYPE_CD_AUDIO;
MCIopen.lpstrElementName = drive;

DWORD flags = MCI_OPEN_TYPE | MCI_OPEN_TYPE_ID;
mciSendCommand(0, MCI_OPEN, flags, (DWORD) &MCIopen);

the drive is a char * of the drive letter to open for example d:
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.
Now to issue open request, we write the following:

mciSendCommand(MCIopen.wDeviceID, MCI_SET, MCI_SET_DOOR_OPEN, 0); // To open the devic
mciSendCommand(MCIopen.wDeviceID, MCI_SET, MCI_SET_DOOR_CLOSED, 0); // To close the devic


Finally, we should close the device using this following:

mciSendCommand(MCIopen.wDeviceID, MCI_CLOSE, MCI_WAIT, 0);


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.
  Wed, 17 Oct 2007 17:47:00 +0200
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%!
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.
Now, these figures are as follows (according to TheCounter.com taken from Wikipedia.org):
IE: 81.63%
Netscape Navigator: 0.06% (all birds fall down eventually!)
FireFox: 13.49%
Opera: 0.66% (my personal favorite, but having a very low usage!!)
Safari: 3.00%
  Wed, 10 Oct 2007 18:39:00 +0200
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 Password Spyer 2k 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 Dialup Password RecoveryDialup 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.
Finally, here is a screenshot showing the software recovering some dialup passwords.
  Sat, 06 Oct 2007 18:31:00 +0200
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 Password Spyer 2k, 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.
  Wed, 18 Jul 2007 17:49:00 +0200
Go to http://dictionary.reference.com/, and search for google! Yes Google has become a verb, from 'Webster's New Millennium? Dictionary of English':
Definition: to search for information on the Internet, esp. using the Google search engine
Example: We googled to find the definition of the new word.
  Mon, 16 Jul 2007 18:04:00 +0200
I thought I would list down the features of Fast File Splitter 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.
2. Customizable split files count.
3. Self joining files.
4. Encrypt split files.
5. Compression of split files.
6. Add your comments to split files.
7. Add your copyright material to split files.
8. Select your custom icon.
9. Self join in silent mode.
10. Join/Split to any selected directory.
  Sat, 14 Jul 2007 19:07:00 +0200
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: Big Spanish Castle, and here is another one.
  Fri, 13 Jul 2007 17:54:00 +0200
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, Fast File Splitter is used.Fast File Splitter 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 tutorial to use to split your first file.
  Wed, 11 Jul 2007 17:38:00 +0200
Here is a list I have compiled of 'secure' and 'known' sites where one can send or receive money online:
- PayPal: One of the mostly known sites to transfer money but it might not work in your country.
- Western Union: You can send money online, but you can't pick it up online!- Money Bookers: From their site 'Pay anyone with an email address. The recipient receives the payment instantly.'
- E-Gold: Money put is transferred into its gold equivalent.
- Money Gram: From their site 'Send money around the world quickly and simply'.
- Web Money: 'a multifunctional payment tool that provides secure and immediate transactions online.'

Disclaimer|Rss Directory|Try a Feed|Suggest a Feed|F-A-Q|Partners
Links: Référencement internet | Annuaire Webmaster  | ubuntu/debian tips
Comparateur de Prix | Logos, Sonneries, Jeux Java | Sonneries pour portables | Ringtones and logos for mobile phone | Accéssoires pour téléphone portable | Sonneries Et Logos
© copyright feeds2read.net 2005-2008