Pages

Wednesday, October 31, 2012

How to Access Web Sites When They’re Down

When sites go down, there are actually a few ways to access them through the magic of caches and archives.
 

Access Cached Pages Through Google

Google caches a large portion of the internet, and it’s easy to access those caches when a site isn’t available. All you have to do is search for a URL prepended with “cache:” like this:
 
That’ll take you to the cached version of sanzar-adnan.blogspot.com. You can replace it with any URL to get the latest version Google currently has in its cache. 

Monday, September 10, 2012

iPhone Application Development Tutorial

This is a free tutorial by the Stanford University.

download part-1

download part-2

Create Multiple Folders And Sub-Folders Easily In One Go

Using Batch (BAT) Command

The First method for creating multiple folders requires using the Batch (BAT) file. First you create a root folder in which you want your other folders to appear. Once done, create a text file in root folder and enter the md command in following way.
md <folder name>/<sub-folder name>

For example,
md Music
md Videos
md Pictures
md Documents
md C:\User\Test\Desktop\AddictiveTips\Documents\Home


Saturday, August 25, 2012

Master These Keyboard Shortcuts For Text Editing

Selecting Text

One of the most useful things you can do with text editing keyboard shortcuts is selecting bits of text. It speeds things along a great deal when writing.

Select one character at a time. – Shift+Left or Right Arrow
Select one line at a time. – Shift+Up or Down Arrow Keys
Select one word with each arrow press. – Shift+Ctrl+Left or Right Arrow
Select current paragraph. – Shift+Ctrl+Up or Down Arrow
Select text between the cursor and the end of the current line. – Shift+Home
Select text between the cursor and the end of the current line. – Shift+End
Select all text. – Ctrl+A

Saturday, June 30, 2012

Make Your Computer Speak Whatever You Type

1.Open Notepad and copy and paste the following code into it

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

2.Now save the notepad file with the name speak.vbs at your desktop.



3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

Monday, April 16, 2012

Monday, March 26, 2012

Save your data in a Secret notepad

1) Open command Prompt (type cmd in run).

2) You may change to any directory where you want to save that file.
3) Type notepad filename.txt:StoreHiddenData then press enter. here filename is name of file for example if i want to create a notepad file of name secret then i will write notepad secret.txt:StoreHiddenData. This will create a text file secret.txt.
4) A message will be pop up Cannot find the D:\secret.txt:StoreHiddenData.txt file. Do you want to create a new file?, click OK button to proceed create the new file.
5) A notepad will be pop up. Type data that you want to hide from others. Save the file and you are now successfully creating hidden data for this file.
6) close cmd.
A notepad file secret.txt is successfuly created which contains hidden data. When you open secret.txt, it seems empty. Actualy your data is hidden so you are not able to see it. 
If you want to see your hidden data then open cmd and type notepad secret.txt:StoreHiddenData. A notepad file will be pop up which contains hidden data.

Change the password of any computer using command prompt

1. Open Command Prompt, if you don’t know where is it, click Start- All Programs-Accessories-command prompt
2. After you see a black window pop-up type ‘ Net User ‘
3. You will see a little information about all accounts in your computer
4. You should choose account you want to hack
5. For example you want to hack account Sanzar, you should type ’ Net User Sanzar and press enter ‘.
6. Now you are seeing full information about Sanzar’s account
7. For changing Sanzar’s password, you should type ’ Net User Sanzar * ‘ and it then show you how to change Sanzar’s password
8. If you can’t understand the command line, you just type ‘ Net User Sanzar the new password ‘.
9. Say it you want to change Sanzar’s password to 123456, you should type ‘ Net User Sanzar 123456 ‘
10. Now, you successfully change Sanzar’s password to 123456.

N.B.: Do not harm others.

Sunday, March 25, 2012

Tips to Quick Access to Windows 7 Functionality

Keyboard shortcut Function
Windows logo key   Open or close the Start menu
Windows logo key+B Select the first icon in the notification area of the
taskbar
Windows logo key+D Minimize all open windows
Windows logo key+E Open the Computer window
Windows logo key+F Open the Search window
Windows logo key+G Select or move between desktop gadgets
Windows logo key+L Lock the computer
Windows logo key+M Minimize all open windows
Windows logo key+Shift+M Redisplay the windows
Windows logo key+P Display the Projection controls
Windows logo key+R Open the Run dialog box
Windows logo key+T Select or move between taskbar buttons
Windows logo key+U Open the Ease Of Access Center window
Windows logo key+X Open the Windows Mobility Center
(portable computers only)
Windows logo key+Spacebar Make all open windows temporarily transparent
(Aero-capable computers only)

Sunday, March 4, 2012

Open Command Prompt with a Right Click

To open command prompt easily, follow the following steps:

1. Select the folder or place you want to open in the command prompt
2. Right-click on it while holding the Shift key
3. Select Open command window here.


Create Folders And Files With NO Name!

This trick will allow you to create files and folders without any name.

Just follow the following steps:
1.Select any file or folder.
2.Right click on it, press rename or simply press F2.
3.Press and hold the alt key. While holding the Alt key, type numbers 0160 from the numpad.

Note: Type the numbers 0160 from the numpad, that is, the numbers present on the right side of the keyboard. Don't type the numbers which are present on top of the character keys.

4.Press Enter and the nameless file or folder will be created.

Reason: The file or folder that seems nameless is actually named with a single space.

Now if you want to create another nameless file or folder in the same directory you just need to follow these steps below:

Tuesday, February 21, 2012

Monday, February 13, 2012

Remove Navigation bar from your blog

1 . Backup your template for safety issues.
2 . Go to Dashboard > Template > Edit HTML
3 . Check the box of Expand Widget Template .
4 . Find the following code by pressing Ctrl + f
     </head>
Replace it with the code given below.
<style type="text/css">
    #navbar-iframe {   height:0px;   visibility:hidden;   display:none   }
    </style></head>
5 . Save your template.

Tuesday, February 7, 2012

Add a Sitemap to your Blog

Step 1: Log in to your blogger blog and go to the dashboard.
Step 2: Go to Pages --> New Pages
Step 3: Add a desirable title of it. I recommend "Sitemap"
Step 4: Now Open HTML portion of description by clicking on "Edit HTML".
Step 5:  Now copy the following code from below and paste it in your edit html area.

Friday, February 3, 2012

Free bangla to bangla, bangla to english and english to bangla dictionary

Free bangla to bangla, bangla to english and english to bangla dictionary. 

Create a password protected folder without downloading any software

  1. Create a new folder and name it whatever you would like.

  2. Open the folder, right-click on a blank area in it, then select New -> Text Document from the pop-up menu.

  3. Open the text file you just created by double-clicking it and copy/paste in the following text:

Friday, January 13, 2012

Hide a folder

Follow the following techniques to hide a folder:
 
         1. Suppose we want to hide the folder “ABC”, which is situated at Drive C:\  
         2.Go to Command Prompt (Start --> Run --> cmd).
         3. Type attrib +s +h C:\ABC and press Enter.
         4. It will hide your folder. 
         5. To make it visible again you must go to command prompt and type attrib –s –h C:\ABC and press Enter.

Sunday, January 8, 2012

Delete the Temporary file of Windows 7 Automatically

1. Open Notepad
2. Copy paste the code given below

cd C:\Users\%username%\AppData\Local
rmdir /S /Q Temp

3. Save that as sq.bat
4.Double click on it to delete all the temporary files.

To do it automatically,
1. Go to Start Menu ---> All Programs ---> Startup ---> Right Click on it ---> Click Explore
2. Paste the sq.bat file there.

By doing this, it will always delete the temporary files at the start of the windows.