Proxies are very useful while developing application especially in those who need internet connection. Proxies are used according to applications requirement and organization needs. Always a developer wants to create a proxy connection for his or her application only and not for whole PC. There are many tutorials available on the web which might help you in doing this task but most of them deals with registry entries and hence proxy connection is applied to whole computer. While some tutorials deals with application only proxy, but they are very hard to get found on this huge internet.
Continue reading Programmatically Set Proxy Settings In Visual Basic
Create A Unique Password For Every Site You Use
Password, Password, Password, it is the key to all of your online account. When ever you register on any site you need to enter your secrete password. We use a lot of sites on daily basis. Many of us do have a number of email accounts for different purpose. Rather than keeping new password for each and every account what many people do is, they use same password each time for simplicity, but it not advisable. Generally we do not share this passwords with anyone, but some times it may happen that your friend or most closed person may able to predict it, just by looking at keyboard while you are typing your password. It is always suggested that, create lengthy, complicated and unique passwords for every website that you use but that rarely happens in practice because these complex strings would be nearly impossible for anyone to remember.
Some (or you can say many few, even I am not) people use on password management software which encrypt and store all your passwords in a database which is protected by a single password. Whenever you enter your master password, you will get access to all your stored user logins and passwords.
But still both of the solutions are not suggestible. Just think, What will happen if somebody else other than you got master password of your password manager. There are few online password managers are also available which will store your password online. But still they are not recommended, since the passwords are stored online. Now you are in complex situation. What to do now?
Here is simple solution on that is Password Chameleon.

Password Chameleon is an online tool. You can call it as password generator rather than password manager. As said, Password Chameleon is password generator, It do not store any of your password in their database, rather it will generate a complex password according to your input.
Continue reading Create A Unique Password For Every Site You Use
Getting Most Out Of The SkyDrive: Part 2
As we know, SkyDrive is a cloud storage service provided by Microsoft and comes at free of cost with each Windows live account. SkyDrive provides 7GB of free storage and if you are old customer of SkyDrive then you might have 25GB of storage. In old days SkyDrive was accessible only with it’s web interface but two weeks ago Microsoft launched their official desktop app of SkyDrive for Windows and Mac based PC’s.
Just a few days after launch of SkyDrive, I wrote a post on Getting most out of the SkyDrive. That post featured some common things what you can do with SkyDrive. If you have missed that post then here is outline for you
- Use it as storage
- Move your My Documents to SkyDrive
- Use to sync files between two or more PC
- Use as backup
You can read full post by following this link.
Apart from this, while stumbling on the web for cloud storage, I found a new useful trick which can be done with SkyDrive. This can be done with Google Drive and Dropbox also but SkyDrive comes with more storage than Dropbox and Google Drive hence we are doing it on SkyDrive. Many of you have 25GB storage while some may have 7GB, 7GB storage is quite big than 5GB of Google Drive and much bigger than the 2GB of Dropbox.
Many of you already installed and started using SkyDrive from your PC using SkyDrive app. The SkyDrive app creates a folder on your PC and synchronize all files from that folder. You can cut, copy, paste files and folder in or out from SkyDrive. Once you pasted a file in that folder it will be uploaded to cloud and also will be synced to all other devices connected to your account.
Now the trick
Imaging SkyDrive mounted as a drive on your PC!
Really, that’s a great thing. If you able to mount SkyDrive on your PC as a drive then you will no longer to find that special folder. You can access SkyDrive straight away from My Computer with few click.
So how to do this
For this purpose you need to download a software named as Folder Drive. Folder drive is a small utility which lets you mount/unmounts the folders as drives on your PC. Just you have to download, run, select folders, assign drive and then simply hit create drive. That’s all.
Your Facebook Account Has 3 Passwords
An interesting thing to look on. Till now this is known to a very few users of Facebook. Your Facebook account has three passwords. Yup right! Three passwords. Facebook uses this, to avoid login errors which are generally caused by keeping CAPS lock on while entering password. You can log in to your Facebook account by three passwords, one which is generated by you and another which are generated by Facebook itself, toggling the case of characters.
Let’s understand this with help of example.
Password 1 (User Generated)
Say you have password for your Facebook account as
Here the characters F,K,P are in upper case and all other characters are in lower case. This is your first and own generated password. You always use this. The remaining two passwords which are generated by Facebook are as Follows.
Google Drive: A Sneak Peek
Just a few days ago, Google entered in market of cloud storage by launching it’s most awaited Google Drive. Many tech blogs, personal blogs, websites already written a lots of article on it. Even in many places, many newspaper printed this as a news. Since Google is a master in internet world, Google Drive launch is a huge story.
So What Google Drive Is?
As an internet user, you might know everything already about Google Drive. Google Drive is a cloud based storage. Where user can upload files and folders. Google provides 5GB of storage free to each user but if a user need more than he or she can purchase it from Google at a low-cost.
Google cloud drive has dedicated apps for android and PCs even for iPhone and iPad also. User can install this app on their respective devices and can interact with Google drive in the same way that of interacting with the folder on normal PC.
Getting Most Out Of Your Windows Live Skydrive
Just a few days ago Microsoft released a desktop app of Windows Live Skydrive for Windows and Mac OS. Now user can download this app and mount their 7GB ( for some user 25GB) of free cloud based storage as a folder in their PC.
So now you have a ton of free storage on cloud. You can use this storage for various purpose. But still there may be question in your mind, How to get most out of the SkyDrive ? So in this post we are going to discuss a few techniques and tricks which can be useful in getting most out of the SkyDrive.
1. Use it as a Storage
That’s the basic thing. You can download the SkyDrive App on your PC and then this huge cloud storage will get mounted as a folder in your PC. Now you do anything with it. You can store files, documents, sheets, presentations photos, mp3s etc whatever you want.
Continue reading Getting Most Out Of Your Windows Live SkydriveHTML 5 DnD Download: A Quick Implementation
So whatever you are, a developer or a user you might know about Drag and Drop Upload. You might have used it on Facebook for uploading photos or in G-Mail for uploading attachments and even on other sites also. Drag and drop is not a new thing, remember how you copy files from your pen drive. What you do is, re-size the window and then you drag required files from desktop to pen-drive or vice-versa. That is nothing but drag and drop. Here on the web, there are many implementations and tutorial are available for creating Drag and Drop upload but there are only few for Drag and Drop Download. Here in this post you will get a quick look on this HTML 5 feature.
So what actually drag and drop download means?
Have you ever tried box.net? f yes then you might know that box allows you to save files to your computer by dragging them from your browser to your desktop. You can even drag the files from you account to printer, in order to print them. You can even drag them into messenger so as to send that file to your friend. As drag and drop upload, Drag and drop download allows you to download any file directly from the internet to required location without doing donkey work of selecting save as from menu and lookup for required folder each time.
Continue reading HTML 5 DnD Download: A Quick Implementation