- Add internal links: This is most simple method to increase your pageviews. Whenever you write an article, check whether you have written similar articles. If so link to them. This is helpful for new readers as well as it is not necessary that all your readers have been with you from the beginning. But remember that too much interlinking can get your readers distracted from the original post.
- Try related posts: For blogger users there is a plugin called Related Posts that can automatically find related posts for you based on the keywords you used in the article. You can do this manually if you want, but I prefer the plugin as it is a lot easier. There may be a similar plugin for other Blog Platforms, but I am not sure about it.It is best that you place 5 related posts just after the post ends. You can find more useful blogger Plugins here.
- Add a Newsletter or Post Notification Services: Services such Zookoda and FeedBurner can be used to notify readers of new posts via email thereby increasing page views. I think that notifying new posts through emails are more effective than feeds as people check their mails many times a day.
- Highlight Key Posts in Prominent Positions: You may have noticed that my header links to some of the important articles of johntp.com. When visitors reach this blog there’s a high chance that they will notice these links and click them. My header links has helped me almost double my pageviews.
- Best of Pages: I have collected some of the best articles and put them on a separate page called Top Posts. This not only helps to increase pageviews but also helps in converting casual surfers to regular readers.I also use a blogger Plugin called ‘Noteworthy‘ with which I mark some of the interesting articles. The plugin automatically puts the marked posts to a category. This can also help in increasing the pageviews of those posts. In short highlight your top posts in all ways possible.
- Write a Series of Posts: A series of posts on a topic can drive readers from the first part to the last thereby increasing pageviews. Readers will also return often to read what you have to say on the next part.Although I suggest you don’t break every article into a series of posts as it may irritate some readers.
- Use Extended Entires on your Front Page: For blogger users there is a ‘more’ feature that breaks long posts with a ‘more…’ or ‘Continue reading post name‘ that links to the complete post. This can help in increasing pageviews but you must use it only for long posts as it can get annoying for certain readers when used too much.
- Run a Blog Project or Meme: Group writing projects can get you new links and readers aswell as visitors who come back multiple times in a week to see what updates there had been to it. Projects or competitions works best if you have a lot of loyal readers willing to participate.
- Excerpts in RSS feeds: If you use Full Feeds, your readers are likely to read your content through feeds and never return to your blog. To increase page views you may switch to Partial Feeds.Here at johntp.com, after switching to partial feeds I have found an increase in the number of people coming back and an unexpected increase in RSS readers.
- Entice RSS Readers to Visit: If you decide to use Full feeds, you need to find ways to get your subscribers to visit your blog. i suggests methods such as Polls, writing posts in a way that invites comments and interlinking posts.
- Build Interactivity into your Blog: The more your readers interact on your blog the more pages they view. Comments and polls are a good way to interact with readers.You can encourage comments by asking question or opinions at the end of evey post. If a reader leaves a comment or takes part in a poll they are likely to come back again to see if there are any replies to their comments or to find out the result of the poll. Building an interactive blog can increase your pageviews a lot.
- Draw People Back to Comments: For blogger users there are a few plugins that help you make your blog more interactive regarding comments. First is a plugin called Brian’s Latest Comments that shows an overview of the recently active articles and the last people to comment on them.You can also give your readers the opportunity to follow your comments either by having a RSS feed for comments on your blog or by allowing them to subscribe to comments via email with Subscribe To Comments blogger Plugin.You can encourage your readers to comment more often by listing the Top 10 Commentators of your blog and linking directly to their blogs. You can do this automatically with the Top Commentators blogger Plugin.You can see all these plugins in action on my blog and find more here.
- Add a Search Feature: Adding a Search feature to your blog allows your readers to search for previous posts thereby increasing pageviews. Your theme may already be having it by default.
- Give Your Readers a Homework Assignment: I have not yet tried this method and so can’t comment on it. I am not even sure if it will work for my kind of blog. This method has more chance of working on blogs like laxman Photography Blog
Showing posts with label General Tricks. Show all posts
Showing posts with label General Tricks. Show all posts
Thursday, 5 April 2012
14 tricks to increase traffic to your site
Wednesday, 4 April 2012
12 tricks to increase your firefox speed
01. Type about:config in the address bar and then press Enter.

And you will see a confirmation message like this:

Now click I’ll be careful, I promise!
02. You will see a label there Filter, just next to it type network.http.pipelining. Now be sure the value field is set true, if not double-click to set true.

Info: HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it!
03. Go back to the Filter search bar and type network.http.pipelining.maxrequests Double-click this option and set its value to 8.

04. In the Filter search bar and type network.http.proxy.pipelining Once opened double-click on it and set it to true.

05. Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

Info: In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
06. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default.
Right-click (Apple users ctrl+click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:

A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK.

B. When prompted to choose the value for the new boolean, select true and click OK.

07. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages.
Right-click (Apple users ctrl+click) anywhere in the about:config window, select New and then Integer from the pop-up menu.

A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 2250000 and click OK.

08. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl+click) anywhere in the about:config window, select New and then Integer from the pop-up menu.

A. Type content.notify.interval in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 750000 and click OK.

09. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.

B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.

C. You will be prompted to choose the value for the new boolean. Select true and click OK.

10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 5 and click OK.

11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter content.switch.threshold in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 750000 and click OK.

12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what??™s been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn’t have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. This preference controls that interval. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 0 and click OK.

That’s it! Now restart Firefox and your browsing as well as downloading speed will be much more faster. Good luck..

And you will see a confirmation message like this:

Now click I’ll be careful, I promise!
02. You will see a label there Filter, just next to it type network.http.pipelining. Now be sure the value field is set true, if not double-click to set true.

Info: HTTP is the application-layer protocol that most web pages are transferred with. In HTTP 1.1, multiple requests can be sent before any responses are received. This is known as pipelining. Pipelining reduces page loading times, but not all servers support it!
03. Go back to the Filter search bar and type network.http.pipelining.maxrequests Double-click this option and set its value to 8.

04. In the Filter search bar and type network.http.proxy.pipelining Once opened double-click on it and set it to true.

05. Type network.dns.disableIPv6 in the filter search bar and set this option to true by double clicking on it.

Info: In IPv6-capable DNS servers, an IPv4 address may be returned when an IPv6 address is requested. It is possible for Mozilla to recover from this misinformation, but a significant delay is introduced.
06. CONTENT INTERRUPT PARSING
This preference controls if the application will interrupt parsing a page to respond to UI events. It does not exist by default.
Right-click (Apple users ctrl+click) anywhere in the about:config window, select New and then Boolean from the pop-up menu. Then:

A. Enter content.interrupt.parsing in the New boolean value pop-up window and click OK.

B. When prompted to choose the value for the new boolean, select true and click OK.

07. Rather than wait until a page has completely downloaded to display it to the user, Mozilla applications will regularly render what has been received to that point. This option controls the maximum amount of time the application will be unresponsive while rendering pages.
Right-click (Apple users ctrl+click) anywhere in the about:config window, select New and then Integer from the pop-up menu.

A. Enter content.max.tokenizing.time in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 2250000 and click OK.

08. CONTENT NOTIFY INTERVAL
This option sets the minimum amount of time to wait between reflows. Right-click (Apple users ctrl+click) anywhere in the about:config window, select New and then Integer from the pop-up menu.

A. Type content.notify.interval in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 750000 and click OK.

09. CONTENT NOTIFY ONTIMER
A. This option sets if to reflow pages at an interval any higher than that specified by content.notify.interval. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Boolean from the pop-up menu.

B. Type content.notify.ontimer in the New boolean value pop-up window and click OK.

C. You will be prompted to choose the value for the new boolean. Select true and click OK.

10. Notify Backoffcount
This option controls the maximum number of times the content will do timer-based reflows. After this number has been reached, the page will only reflow once it is finished downloading. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter content.notify.backoffcount in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 5 and click OK.

11. CONTENT SWITCH THRESHOLD
You can interact with a loading page when content.interrupt.parsing is set to true. When a page is loading, the application has two modes: a high frequency interrupt mode and a low frequency interrupt mode. The first one interrupts the parser more frequently to allow for greater UI responsiveness during page load.
The low frequency interrupt mode interrupts the parser less frequently to allow for quicker page load. The application enters high frequency interrupt mode when you move the mouse or type on the keyboard and switch back to low frequency mode when you had no activity for a certain amount of time. This preference controls that amount of time. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter content.switch.threshold in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 750000 and click OK.

12. NGLAYOUT INITIALPAINT DELAY
Mozilla applications render web pages incrementally, they display what??™s been received of a page before the entire page has been downloaded. Since the start of a web page normally doesn’t have much useful information to display, Mozilla applications will wait a short interval before first rendering a page. This preference controls that interval. Right-click (Apple users ctrl+click) anywhere in the about:config window and select New and then Integer from the pop-up menu.

A. Enter nglayout.initialpaint.delay in the New integer value pop-up window and click OK.

B. You will be prompted to enter a value. Enter 0 and click OK.

Tuesday, 3 April 2012
How to break administrator's password.
Administrator password can be broken by replacing sam file in
system32\config by the sam file in repair folder of windows. it can be
easily done on a machine with dual operating systems, simply log on to
os other then the one whoes password is to be cracked the way is exactly
same as written above but if there is a single os on a machine then
there is only one way i.e to use ms dos start up disk or some other boot
disk and replace the sam file in config folder with the one in repair
folder
note:- this method works only if hard drive is FAT32 formatted because NTFS drive does’nt take boot from Ms DOS
This way you can remove the old administrator password as if the windows is newly installed and the password was’nt set.
note:- this method works only if hard drive is FAT32 formatted because NTFS drive does’nt take boot from Ms DOS
This way you can remove the old administrator password as if the windows is newly installed and the password was’nt set.
Monday, 2 April 2012
Tuesday, 27 March 2012
view high quality videos in youtube
1. View high quality videos
Youtube gives you the option to switch to high quality videos for some of the videos, however you can check if a video is available in high quality format by appending ‘&fmt=18′(stereo, 480 x 270 resolution) or ‘&fmt=22′(stereo, 1280 x 720 resolution) for even higher qualityMonday, 26 March 2012
export google docs
Export Google Docs
1.For this first of all go to the link given below:
2.After this you have to login to your Gmail account.
3.Now choose Google
docs service and than click on create
archive button.
4.In this way it will save your Google docs files in one zip
file.
5.If you want than you can save your file in popular
extensions
Like excel,word or powerpoint or you can make pdf also.
6.Instead of this,these files can be opened in open office
service.
table of ascii numbers
Table of ASCII Characters
This table lists the ASCII characters and their decimal, octal and hexadecimal numbers. Characters which appear as names in parentheses (e.g.,(nl))
are non-printing characters. A table of the common non-printing characters
appears after this table.
Char Dec Oct Hex | Char Dec Oct Hex | Char Dec Oct Hex | Char Dec Oct Hex
-------------------------------------------------------------------------------------
(nul) 0 0000 0x00 | (sp) 32 0040 0x20 | @ 64 0100 0x40 | ` 96 0140 0x60
(soh) 1 0001 0x01 | ! 33 0041 0x21 | A 65 0101 0x41 | a 97 0141 0x61
(stx) 2 0002 0x02 | " 34 0042 0x22 | B 66 0102 0x42 | b 98 0142 0x62
(etx) 3 0003 0x03 | # 35 0043 0x23 | C 67 0103 0x43 | c 99 0143 0x63
(eot) 4 0004 0x04 | $ 36 0044 0x24 | D 68 0104 0x44 | d 100 0144 0x64
(enq) 5 0005 0x05 | % 37 0045 0x25 | E 69 0105 0x45 | e 101 0145 0x65
(ack) 6 0006 0x06 | & 38 0046 0x26 | F 70 0106 0x46 | f 102 0146 0x66
(bel) 7 0007 0x07 | ' 39 0047 0x27 | G 71 0107 0x47 | g 103 0147 0x67
(bs) 8 0010 0x08 | ( 40 0050 0x28 | H 72 0110 0x48 | h 104 0150 0x68
(ht) 9 0011 0x09 | ) 41 0051 0x29 | I 73 0111 0x49 | i 105 0151 0x69
(nl) 10 0012 0x0a | * 42 0052 0x2a | J 74 0112 0x4a | j 106 0152 0x6a
(vt) 11 0013 0x0b | + 43 0053 0x2b | K 75 0113 0x4b | k 107 0153 0x6b
(np) 12 0014 0x0c | , 44 0054 0x2c | L 76 0114 0x4c | l 108 0154 0x6c
(cr) 13 0015 0x0d | - 45 0055 0x2d | M 77 0115 0x4d | m 109 0155 0x6d
(so) 14 0016 0x0e | . 46 0056 0x2e | N 78 0116 0x4e | n 110 0156 0x6e
(si) 15 0017 0x0f | / 47 0057 0x2f | O 79 0117 0x4f | o 111 0157 0x6f
(dle) 16 0020 0x10 | 0 48 0060 0x30 | P 80 0120 0x50 | p 112 0160 0x70
(dc1) 17 0021 0x11 | 1 49 0061 0x31 | Q 81 0121 0x51 | q 113 0161 0x71
(dc2) 18 0022 0x12 | 2 50 0062 0x32 | R 82 0122 0x52 | r 114 0162 0x72
(dc3) 19 0023 0x13 | 3 51 0063 0x33 | S 83 0123 0x53 | s 115 0163 0x73
(dc4) 20 0024 0x14 | 4 52 0064 0x34 | T 84 0124 0x54 | t 116 0164 0x74
(nak) 21 0025 0x15 | 5 53 0065 0x35 | U 85 0125 0x55 | u 117 0165 0x75
(syn) 22 0026 0x16 | 6 54 0066 0x36 | V 86 0126 0x56 | v 118 0166 0x76
(etb) 23 0027 0x17 | 7 55 0067 0x37 | W 87 0127 0x57 | w 119 0167 0x77
(can) 24 0030 0x18 | 8 56 0070 0x38 | X 88 0130 0x58 | x 120 0170 0x78
(em) 25 0031 0x19 | 9 57 0071 0x39 | Y 89 0131 0x59 | y 121 0171 0x79
(sub) 26 0032 0x1a | : 58 0072 0x3a | Z 90 0132 0x5a | z 122 0172 0x7a
(esc) 27 0033 0x1b | ; 59 0073 0x3b | [ 91 0133 0x5b | { 123 0173 0x7b
(fs) 28 0034 0x1c | < 60 0074 0x3c | \ 92 0134 0x5c | | 124 0174 0x7c
(gs) 29 0035 0x1d | = 61 0075 0x3d | ] 93 0135 0x5d | } 125 0175 0x7d
(rs) 30 0036 0x1e | > 62 0076 0x3e | ^ 94 0136 0x5e | ~ 126 0176 0x7e
(us) 31 0037 0x1f | ? 63 0077 0x3f | _ 95 0137 0x5f | (del) 127 0177 0x7f
| ASCII Name | Description | C Escape Sequence |
|---|---|---|
| nul | null byte | |
| bel | bell character | \a |
| bs | backspace | \b |
| ht | horizontal tab | \t |
| np | formfeed | \f |
| nl | newline | \n |
| cr | carriage return | \r |
| vt | vertical tab | |
| esc | escape | |
| sp | space |
convert number from different bases
Convert Numbers from Different Bases
This is a quick tool to convert numbers from different bases.As working on numbers, you might have experienced with different bases of numbers, such as "Hexadecimal", "Decimal", "Octal", and "Binary". This tool provide a quick converter between the bases based on your input.
If you're unable to convert the number you've input, it's probably you have a protection feature from your browser blocking the script. Look on the top of the page to see if you have a yellow bar telling you some contents have been blocked. If so, right-click on it and select "Allow Blocked Contents"
Saturday, 24 March 2012
mozzila firefox shortcut keys
Mozilla Firefox Shortcut Keys
Mouse shortcuts
| Shortcut | Description |
| Double-click (On a word) | Select the word. |
| Triple-click | Select entire line. |
| Wheel click | Activate the Smooth scrolling |
| Hold Ctrl + Scroll Wheel forward | Increase font size |
| Hold Ctrl + Scroll Wheel backward | Decrease font size |
| Click one point then hold Shift & click another | Create a selection from the two points |
Keyboard shortcuts
| Shortcut | Description |
| F1 | New Tab. |
| F5 | Refresh. |
| F6 | Move focus to address bar. |
| F11 | Toggle on/off full-screen mode |
| Alt + (Left Arrow) | Go back on history. Same pas Backspace |
| Alt + (Right Arrow) | Go forward on history. |
| Ctrl + A | Select All. |
| Ctrl + B | Favorites. |
| Ctrl + C | Copy Selected. |
| Ctrl + D | Add the current page to favorite. |
| Ctrl + E | Search panel. |
| Ctrl + F | Find (on page). |
| Ctrl + H | Toggle History panel. |
| Ctrl + I | Toggle Favorites panel. |
| Ctrl + J | Download. |
| Ctrl + N | Open New browser window. |
| Ctrl + P | Print current page / frame. |
| Ctrl + R | Refresh. Same as F5 |
| Ctrl + T | New Tab |
| Esc | Stop (while page is loading). |
| Ctrl + Enter | Auto complete a url address. For example, type thecomputricks in the address bar and press CTRL + ENTER to get http://www.thecomputricks.com. |
| Shift + Enter | Complete a .net instead of a .com address. |
| Ctrl + Shift + Enter | Complete a .org address. |
| Ctrl + Tab | Cycle through open tabs. |
Game Secrets
Game Secrets
Solitaire: Instant Win
Solitaire: Draw only 1 card (instead of 3)
FreeCell: Instant Win
FreeCell: Hidden Game Modes
Hearts: Show All Card
Minesweeper: Stop The Timer
Pinball
- Press Alt + Shift + 2 to instantly win
- Hold down Ctrl + Alt + Shift then click on unopen cards to draw.
- Hold down Ctrl + Shift + F10 while playing, then click Abort.
- Now move one card.
- Go to "Game" menu choose "Select Game"
- Here you can choose from game mode 1 to 1,000,000. But -1 and -2 will also work (hidden modes)
- Warning! this requires a modification on your registry. Be sure you
follow the steps carefully. Damage your registry might damage your
Windows.
- Open the "Registry Editor" by: "Start" >> "Run" then type "regedit" and press Enter
- Expand to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Hearts
- Right-click on the right panel and create a new String value with the name "ZB"
- Double-click to open this key "ZB" to edit its value. Then enter "42" and close the Registry Editor.
- Start Hearts and Press Ctrl + Alt + Shift + F12 to show all the cards
- When you start to play a new game, the timer is ticking...
- Press Windows Key + D to show desktop.
- Now come back to the game by selecting it from the taskbar. The timer is stopped.
- Unlimited Balls: Type bmax at a new game to get unlimited balls (no notification).
- Extra Balls: Type 1max at a new game to get extra balls.
- Gravity Well: Type gmax at a new game to activate Gravity Well.
- Promotion: Type rmax at a new game or while playing to get instant promotion and raising rank.
- Extra points with partial shots: Partially shot the ball just to pass the yellow light bars. There are 6 bars. With the first bar, you'll get 15,000 points, 2nd: 30,000,...
- Extra points with partial shots: Partially shot the ball just to pass the yellow light bars. There are 6 bars. With the first bar, you'll get 15,000 points, 2nd: 30,000,...
- Test Mode: Type hidden test with a new ball or new game. Now you can use your mouse to drag and move the ball where you want.
Paint Secrets
| Paint Secrets |
Create a trail image
|
Notepad Secrets
| Notepad Secrets |
Create a log
|
internet explorer shortcut keys
Hide Files Using Command Prompt
Hide Files or Folders Using Command Prompt:
Trick to hide files and folders using Command PromptThe most important thing is that, once hidden with this method, the files/folders cannot be viewed by any search options even if you click "Show All Hidden Files and Folders".
Hiding the most wanted files and folders is very important nowadays and it's really a tedious job too. In order to make this tedious job an easy one, i'm going to deliver you a the trick now.
For Example: You have a folder named "collegephotos" and this folder is stored in (Disk Drive E). You think that it should not be seen by strangers who use your PC.
For that you need to follow the following instructions
- Press windowkey+R: Run command dialog box appears.
- Now type "cmd" and hit enter. A command prompt window displays.
- Now type "attrib +s +h E:\collegephotos" and hit enter.
- The folder "collegephotos" will be hidden (Note: It cannot be viewed by any search options)
(To view this folder again, use the same command but replace '+' with '-' on both flags 's' and 'h')
*turn ob/off num lock on start up
Turn ON/OFF Num Lock on Startup
Most of standard keyboards come with a small numeric keypad which identified by the numbers from 0 to 9. However, this numeric keypad is also served for some other functions such as "Page Up", "Page Down", "End", "Home", etc... depending on which mode of the "Num Lock" is being used. Many Windows users find this numeric keypad useful to type the numbers faster. But oopps... after hitting a several keys on the numeric keypad, you recognize the outcomes are not what you expected. Then you recognize the "Num Lock" mode is "OFF", so you just need to switch it on, and... start over your typing! The bad news is, by default, Windows turns the Num Lock off; however, the good news is, you can configure Windows to turn this Num Lock ON so that whenever you mean "number", you really get a number.Read on, you'll get the details how to set Windows to keep the Num Lock status "ON" as default. In fact, you will need to make a small change on your Windows Registry to turn the Num Lock ON everytime Windows starts up.
IMPORTANT This article will guide to some steps to modify your Windows Registry. Stop if you're not familiar with the Windows Registry. Making a wrong change on the Windows Registry could cause critical problems to your computer.
Proceed at your own risks
This tip modifies the Windows Registry. So be aware and careful when following the steps. Damage the Windows Registry might damage your Windows.
- Open the "Registry Editor" ("Start" >> "Run", then type "regedit" and Enter).
- Expand to the following key:
HKEY_CURRENT_USER\Control Panel\Keyboard\ - Within the keyboard folder, you should have a string value named "InitialKeyboardIndicators" with a value of 0, 1, or 2.
- Double-click on this string value "InitialKeyboardIndicators" and edit the value to what you want. Below is the explaination of the values:
0: Num Lock is turned OFF on startup
1: Disable Num Lock
2: Num Lock is turned ON on startup
MS-Excel shortcut keys
Microsoft Excel Shortcut Keys
Microsoft Excel Shortcut KeysThe followings are Microsoft Excel shortcuts. Some short-cuts might be version specific.Use at your own risk. Mouse shortcuts
Keyboard shortcuts
|
Friday, 30 December 2011
*trick to get new google bar:
Trick to Get New Google Bar:
For Mozilla Firefox:
- Open your Firefox browser then download and install Cookies Manager+ Add-on from here.
- Now open www.google.com in your browser and click on Tools (press ALT key if tools menu is not visible) button then select Cookies Manager+.
- Select PREF cookie of www.google.com
- Click on Edit button a new window will pop-up.
- Replace the value given in Content field by
ID=03fd476a699d6487:U=ad6fb8b539225ae2:FF=0:LD=en:CR=2:Note:- This is continues line which is broke into two parts due to it’s length problem. Don’t leave the space between CR=2: and TM= see the screenshot below.
TM=1322688084:LM=1322987516:S=zul4cz5afQqz3yGS
- Now click on Save button and then on Close.
- Restart or Refresh your www.google.com page and you will see a new Google side bar.
For Google Chrome:
- Open your Chrome browser then Download and install Edit This Cookie Extension from here.
- Now open www.google.com in your browser and Right Click anywhere on Google page then select Edit Cookies.
- Now new window will pop-up. In this replace the value field value by
ID=03fd476a699d6487:U=88e8716486ff1e5d:FF=0:LD=en:CR=2:Note:- This is continues line which is broke into two parts due to it’s length problem. Don’t leave the space between CR=2: and TM= see the screenshot below.
TM=1322688084:LM=1322688085:S=McEsyvcXKMiVfGds
- Now click on Submit Cookie Changes.
- Refresh your www.google.com page and you will see a new Google Side Bar.
*trick to spy using mobile phones:
You can get many softwares on Internet which claims that they can help you spy using your Mobile phone and some of the softwares are real worth their money but most of them are useless.Certainly you will feel cheated when they fail on delivering their promises.But what if you can spy with your cellphone without spending any money on softwares.This trick can be used to spy/listen the conversation going in a room without the knowledge of the other person.Using this trick you can check whether your baby is crying or not when you are not in the room.For using this trick you will need the following things.
1.Mobile handset
2.Set of Headphones
Lets begin the step by step tutorial on how to spy using your mobile phone.
1.Plug in your headset/earphone into your mobile phone.
2.Now go to settings of your mobile phone and find the setting for auto answer and activate it.
3.Now turn off the ringtone/volume of your mobile phone also make sure that the vibration is also turned off.
5.Also make sure that the lights of your phone are turned off or place it in such a place where its lights cannot be noticed.
4.Place the mobile phone in some hidden place and make sure that voices of the room can be easily heard through this mobile phone.
5.Now whenever you want to check what is going in the room just dial the mobile number with some other phone.
6.Your phone will be picked automatically and you can hear clearly what’s happening in the room.
You can get many softwares on Internet which claims that they can help you spy using your Mobile phone and some of the softwares are real worth their money but most of them are useless.Certainly you will feel cheated when they fail on delivering their promises.But what if you can spy with your cellphone without spending any money on softwares.This trick can be used to spy/listen the conversation going in a room without the knowledge of the other person.Using this trick you can check whether your baby is crying or not when you are not in the room.For using this trick you will need the following things.
1.Mobile handset
2.Set of Headphones
Lets begin the step by step tutorial on how to spy using your mobile phone.
1.Plug in your headset/earphone into your mobile phone.
2.Now go to settings of your mobile phone and find the setting for auto answer and activate it.
3.Now turn off the ringtone/volume of your mobile phone also make sure that the vibration is also turned off.
5.Also make sure that the lights of your phone are turned off or place it in such a place where its lights cannot be noticed.
4.Place the mobile phone in some hidden place and make sure that voices of the room can be easily heard through this mobile phone.
5.Now whenever you want to check what is going in the room just dial the mobile number with some other phone.
6.Your phone will be picked automatically and you can hear clearly what’s happening in the room.
*trick to remove chatbox in gmail:
How to Completely Remove Chat Box in Gmail:
- Login to your Gmail Account
- Click on the Star (Setting) button and select the Settings option from the drop down window.
- Now click on the Chat tab.
- In the Chat tab look for the Chat section, in this section select Chat off option.
- Now click on Save Changes button.
*TRICK TO ACCESS GMAIL OFFLINE:
Gmail is the most preffered email service these days.The reason being that they have been consistently improving their services.Gmail offers more than 7.6 Gigabyte of space which is increasing every second.So, you don’t have to delete even a single email due to lack of space .Their are a lot of addtional features like in Gmail labs like Addtional chat emotions , Preview Pane which can be activated when required.Now you can also get the ability to access Gmail in offline mode which can be really useful if you don’t have internet connection but are in need of urgent access to your mailbox. Although in offline mode you can’t send an email but can read, manage your emails. This trick will work only on Google Chrome browser.
How to Access GMAIL Offline:-
Gmail is the most preffered email service these days.The reason being that they have been consistently improving their services.Gmail offers more than 7.6 Gigabyte of space which is increasing every second.So, you don’t have to delete even a single email due to lack of space .Their are a lot of addtional features like in Gmail labs like Addtional chat emotions , Preview Pane which can be activated when required.Now you can also get the ability to access Gmail in offline mode which can be really useful if you don’t have internet connection but are in need of urgent access to your mailbox. Although in offline mode you can’t send an email but can read, manage your emails. This trick will work only on Google Chrome browser.
How to Access GMAIL Offline:-
- Open your Chrome browser and download Offline Gmail Extension from here.
- Install this extension by clicking on Add to Chrome and select offline Google Mail.
- After this select Allow offline Mail option and click on Continue button.(Don’t use it on public computer or any network computer because it will store all your data on it)
Subscribe to:
Posts (Atom)


