Showing posts with label Tips and Tricks. Show all posts
Showing posts with label Tips and Tricks. Show all posts

Thursday

Guide to Split big file using Winrar

0 comments
Step 1: Right click the File wou want to split. Then choose "Add to archive"

Step 2: Under General tab, there is an area that says "split to volume,bytes"


Step 3: Click down arrow, from the drop-down list,select the split.

Step 4: Type the size you want each part to be.

Step 5: Then click OK

After you finish all the steps above mentioned, it will split files into parts with the size you chose.
Download Winrar 3.9

Monday

How To Password Protect Data on CDs or DVDs

0 comments
Do you have Office documents, email messages, Photographs stored on a CD/DVD which you won't not like others to copy to a computer ?

The answer is simple. Encrypt and then password protect your CD or DVD.

All you need to password protect CDs or DVDs is True Crypt (or another software that can create encrypted containers). The Open Source encryption software can create so called containers that can be filled with data. These containers are password protected and can only be accessed if the correct password is supplied. The user does need True Crypt on the other hand to access the CDs and DVDs.Please note that this method is only working with data CDs or DVDs and not audio or video CDs or DVDs that shall be played in standalone players.

Start by downloading True Crypt from the official website. Click on the Create Volume button after installation. This opens a wizard that can be used to create an encrypted file container.

Step 1:

The main TrueCrypt window should appear. Click Create Volume (marked with a red rectangle for clarity).

Step 2
The TrueCrypt Volume Creation Wizard window should appear.

In this step you need to choose where you wish the TrueCrypt volume to be created. A TrueCrypt volume can reside in a file, which is also called container, in a partition or drive. In this tutorial, we will choose the first option and create a TrueCrypt volume within a file. As the option is selected by default, you can just click Next.

Note: In the following steps, the screenshots will show only the right-hand part of the Wizard window.

Step 3

In this step you need to choose whether to create a standard or hidden TrueCrypt volume. In this tutorial, we will choose the former option and create a standard TrueCrypt volume. As the option is selected by default, you can just click Next.

Step 4

In this step you have to specify where you wish the TrueCrypt volume (file container) to be created. Note that a TrueCrypt container is just like any normal file. It can be, for example, moved or deleted as any normal file. It also needs a filename, which you will choose in the next step.

Click Select File.

The standard Windows file selector should appear (while the window of the TrueCrypt Volume Creation Wizard remains open in the background).

Step 5
In this tutorial, we will create our TrueCrypt volume in the folder D:\My Documents\ and the filename of the volume (container) will be My Volume (as can be seen in the screenshot above). You may, of course, choose any other filename and location you like (for example, on a USB memory stick). Note that the file My Volume does not exist yet – TrueCrypt will create it.

IMPORTANT: Note that TrueCrypt will not encrypt any existing files. If you select an existing file, it will be overwritten and replaced by the newly created volume (so the overwritten file will be lost, not encrypted). You will be able to encrypt existing files (later on) by moving them to the TrueCrypt volume that we are creating now.* Select the desired path (where you wish the container to be created) in the file selector. Type the desired container filename in the File name box.

Click Save.
The file selector window should disappear. In the following steps, we will return to the TrueCrypt Volume Creation Wizard.

Google SMS Service

1 comments
You can now send SMS from your Gmail account directly to a mobile phone. Unfortunately, this service is available only for U.S. phones. SMS is actually a Gmail Labs feature and needs to be enabled before you can start using it.

Click on the Settings link (at the top right) and move to the Labs tab. You'll find "Text messaging (SMS) in Chat" way down the page so start scrolling. Select the Enable button and save the changes. Your Gmail account will load once again with the Labs feature now activated.


How do you send the SMS from Gmail

Sending SMS from Gmail is really a simple process. Move the mouse cursor over a contact in the Chat window. Click on More (with a small blue downward arrow) and select Send SMS option. Now enter the mobile phone number. The small chat window is launched - you'll find it at the bottom right in which you type the SMS.

Please note, your contact may be charged for receiving the SMS so I suggest you don't go overboard.

SMS sent from Gmail chat will come from a 406 area code (US) number. The recipient can use this number to send a reply which gets routed back to Gmail servers to arrive at your chat window. Messages sent and received from different contacts will use different 406 numbers. However, messages from one contact will always use the same number. This means your contacts are assigned individual numbers and you can thus bookmark it in your phone.

Recipients can choose to stop receiving Gmail SMS by replying with the word BLOCK. And if you decide not to receive messages through Gmail from any of your friends, you can reply with STOP.

Track Your Lost Mobile Phone

0 comments
Now a days each one of us carry Hi Fi Mobile devices and always fear that it may be stolen. But now you don't have to worry, you can easily track your mobile phone.

Each mobile carries a unique IMEI i.e International Mobile Identity Number. which can be used to track your mobile anywhere in the world.

Let me explain you how it works
      1. Dial *#06# from your mobile.

2. Your mobile shows a unique 15 digit.

3. Note down this Number, as this number is very important which will
help trace your mobile in case of theft.

4. If your mobile got stolen you just have to mail this 15 digits IMEI Number
to cop@vsnl.net

5. Your Mobile will be traced within next 24 hrs via a complex system of GPRS
and Internet

Create small easy to read URL's

0 comments
Create easy to read and type Internet addresses from long addresses often found on popular sites such as Amazon, eBay, MapQuest, etc. by using online services that shrink the address.
For example, the URL: http://techleren.blogspot.com/2009/11/snow-effect-in-blogger.html would become: http://snipurl.com/t5cl8. Below are examples of sites that allow you to copy and paste any URL into them to make them smaller.

* http://tinyurl.com/
* http://snipurl.com/
* http://tubeurl.com/
* http://cuturl.com/


In addition to visiting one of the above sites each time you need to make a URL smaller if you're running Mozilla Firefox there are many tinyurl and other Firefox add-ons that allow you to integrate this feature into your browser.

Sunday

Snow Effect in Blogger

0 comments

1. Log in to your Blogger Account.
2. Click Layout and go to page element.




3. Click Add Gadget, then click HTML/JavaScript.
4. Copy and paste the below code
  <script src="http://gujaratisite.com/blogger/snow.js" type="text/javascript">
</script>

5. After completing the above step Click Save.

JavaScript Tricks

0 comments
Here i will list some of very cool JavaScripts hacks and tricks that can be used creatively or just to have fun. To make this codes work, all you have to do is copy and paste the above code into the address bar of your browser window and hit "Enter". So enjoy the code.

Edit Whatever you want on ANY Page
This code lets you edit any website page. With this code, you can edit and save the modified pages to your Computer.



javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Rotate Image on Web Page
This code pull off all the images from your web page and rotates them in circle. You can test
this code on a websites with many images.




javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);


You can do little experiment by changing "img" tag. Just replace it with “a” or “p” and watch some links or text rotate instead of images.

Finding Spoof Websites
Sometimes we are Not sure whether the website that you are visiting is authentic. Use this code whenever in doubt



javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");




 

2009 - techleren.blogspot.com. All rights reserved.

All content provided in this site are the property of techleren.blogspot.com and is free for non-commercial usage. Read our Privacy Policy here.

Any kind of content on this site cannot be reproduced in any form without permission of the author. We are not responsible for any loss or damage which may occur due to any of our content.