Saturday, August 31, 2013

Related Post Widget Without Thumbnail / Text Links for blogger

Learn how to add Related Post - Without Thumbnail (Text only) Widget for blogger.

One of the best ways to keep your readers spend time with your blog is to link new posts directly to other related posts that you've previously written or by simply displaying featured or related posts at the end of your article. Follow the instructions to know how to add the Text Related Post to your blog.

GOTO - Blogger -> Layout -> Add a Gadget

In Gadget menu Add a new Javascript/HTML widget and paste the following code.

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script src="http://blogger-related-posts.googlecode.com/files/related-posts-widget-1.0.js" type="text/javascript"></script>
<script type="text/javascript">
relatedPostsWidget({
   'containerSelector':'div.post-body'
   ,'loadingText':'loading...'
});</script>


Notè: Thè widgèt usès post labèls to display rèlatèd post links. Your rècènt posts will show up instèad, if labèls arè missing. Makè surè you'vè dèfinèd thèm. Hèrè's how to add thè codès if you prèfèr: 

From your bloggèr dashboard, click "Layout" on thè lèft panèl. 

Click "Add a gadgèt" and scroll down until you sèè HTML/JavaScript. Opèn it. 

Pastè thè abovè codès in thè contènt arèa thèrè. Savè it.

That's it. Your rèlatèd posts should show up at thè bottom of your articlè. It should hèlp you incrèasè pagè vièws and in turn dècrèasè bouncè ratès - Both positivè SèO signals.

Monday, August 26, 2013

How Does Google Web Search Engine Works

Learn How Does Google Web Search Engine Algorithm Works  So Fast.

How Does Google Web Search Engine Algorithm Works

Sunday, August 11, 2013

A frog is at the bottom of the well which is 20 meters deep. - with Answer

A frog is at the bottom of the well which is 20 meters deep. Everyday the frog jumps 5 meters upwards and fall 4 meters down. How many days it will take for the frog to reach the top?


Solution:
First day it jumps 5 meters and falls 4 meters. Now it will be at a height of 1 meter.
Second day, it jumps to 6 meters and falls back to 2 meters.
Third day it jumps to 7 meters and falls back to 3 meters.
          .......
Fifteenth day it jumps to 19 meters and falls back to 15 meters.
Finally, sixteenth day it jumps to 20 meters, but now the frog has reached the top of the well.
So the Frog reaches the top of the well as the sixteenth day.

The fixed rail in a railway track against which the tongue rail fits s known as

The fixed rail in a railway track against which the tongue rail fits s known as____________.

A. Wing rail
B. Stock rail
C. Lead rail
D. Point rail


Answer:
B. stock rail

Thursday, August 8, 2013

Amazing Bluetooth Fun Facts

12 wired fun facts about Bluetooth mouse, headsets and cell phone accessories.

Amazing Bluetooth Fun Facts

Fact 1: "Bluetooth" refers to Harold Blatand who was the tenth century Danish king and unified the Norwegians and Danes.

Fact 2: One of the fastest growing devices in "Bluetooth hands free" and the second largest overall application, just behind the hands free is "stereo audio".

Fact 3: According to a research the, this device users was expected to rise more than one billion by the year 2006.

Fact 4: Future of Blue tooth is expected to have information points for broadcasting channels, this will start the real usage of wireless connections inside the mobiles and enable advertising models based around users pulling information from the info points, and not based on current limited object push model. One of the best Bluetooth stereo headset companies which is expected to excel in this field is Motorola and Blackberry

Fact 5: Latest wireless communication enabled devices let you watch images on your TV screen. This can be achieved using laptop or mobile phone over a wireless connection to a media viewer.

Fact 6: The latest wireless communication devices can now play a role of the "master" and can communicate with up to a maximum of 7 devices as "slave". This group of 8 devices (1 master + 7 slaves) is called a Piconet. At any given time, data can be transferred between the master and 1 slave; but the master switches rapidly from slave to slave in a round-robin fashion to see for any further file transfer request.

Fact 7: The renowned Andretti Green Racing team communicated during the race using Bluetooth devices

Fact 8: Analysts predict that one third of all new cars in the world will have built-in wireless Bluetooth connections.

Fact 9: Printing can be done wirelessly now! One can send files to print from Bluetooth enabled computer or mobile gadget directly to printer. There are also small home use printers that just print out color pictures by taking wireless input from cell phone or computer.

Fact 10: Extensive Bluetooth usage is hazardous for health. Blue tooth uses microware radio waves with the frequency range of 2.4 GHz to 2.4835 GHz and the power output from a Blue tooth radio is 100 mW, 2.5 mW, and 1 mW for class 1, class 2 and class 3 devices respectively. The class 1 is almost at the same level as cell phones are, whereas class2 and class 3 are much lower than class 1 and considered less of potential hazard then cell phones.

Fact 11: A lot of latest Bluetooth medical equipment, are being manufactures and deployed by hospitals to enhance the patient care.

Fact 12: The latest Multi point pairing Bluetooth enabled interface lets you connect with more than one Bluetooth devices, for example your cell phone can be connected to Stereo Bluetooth headset and your computer at a time

Sunday, August 4, 2013

How to find IP address

Learn how to find an IP address of computer (windows 8, Windows 7, Windows XP), Linux, Mac in cmd prompt.

How To Find My IP Address On A Mac:
For Mac users, the question of how to find my IP address can be answered by opening up your Terminal program, and typing ''ifconfig'' at the prompt. (Terminal is a program that comes free and installed by default on every Macintosh, and is located in Applications, under the Utilities folder.)

How To Find My IP Address On A PC:
For Windows users, here is how I can find my IP address. First, click the Start Menu, and select Run. Next, type ''cmd'' into the box and click the ''OK'' button. Finally, at the prompt, type ''ipconfig'' and information about your IP Address will be displayed.

How To Find My IP Address On Linux:
Next, how do I find my IP address on a machine running Linux? On a Linux system, I can find my IP address by typing ''ipconfig'' at the prompt, which will output information about my IP Address.