Latest Post

The novel Blogger Search is nevertheless inward evolution stages as well as Google every bit ever is absolutely serenity on this. However, going yesteryear the rootage of code of the JavaScript inserted inward all Blogspot blogs, 1 tin move conclusively notice a certain shot agency of getting included inward the Blogger related content Search as well as create goodness from the traffic received.
The novel Blogger Search is nevertheless inward evolution stages as well as Google every bit ever is absolutely q How to arrive Blogger Related Content  Search


H5N1 fragment of JavaScript added to Blogspot blogs is every bit follows:-


function showRelatedContent(args) {       var el = document.getElementById('related-iframe');       if (el.parentNode.style.display != 'none') {       

Looking at it, 1 tin move manifestly run into a refer of the "parentNode.style.display !=none" referring to the iframe of Blogger's Navigation Bar which almost of the blogspot users "hide" using the css #navbar-iframe{display:none}. So, it appears that blogs that accept disabled the Navigation Bar volition non demonstrate related content. Moreover, going yesteryear approximately preliminary tests, it appears that Blogger checks which blogs accept disabled the Navigation bar as well as on its the world decides which blogs to include inward Blogger related content search. This is much similar to the guide shown yesteryear the Next Blog characteristic inward Blogger's Navigation Bar which likewise solely links to blogs that accept shown the Navigation Bar. However, for non-competitive search queries, blogs without the Navigation Bar likewise seem inward results. It likewise appears that late updated content is given preference inward damage of ranking.

So ultimately, you lot must unhide the Blogger Navigation Bar if you lot want to teach included inward Blogger Search results. So, it appears that Blogger Team is right away playing smart to forcefulness people into showing the Navigation Bar.

After a lot of speculation over what "related-content.g?q=" was, I bring lastly come upwards to know why a novel slice of JavaScript was added to all the blogs hosted on Blogger. Amazingly, it turned out to live much bigger a characteristic than I had initially expected.

The higher upwards mentioned JavaScript is added past times Blogger to practice a Blogspot alone search engine to enable users to search updates made past times BlogSpot users related to a item topic. As an additional plus, it every bit good displays realtime Twitter updates made past times Twitter users on whatever item topic. It every bit good displays related videos in all probability from YouTube.

 I bring lastly come upwards to know why a novel slice of JavaScript was added to all the blogs host Blogger Related Content Search Engine-First Screenshot together with Review
Edited Image of Google Search. Not actual Blogger Search

The search results page at this fourth dimension is goose egg simply a unsmooth HTML page clearly implying that the Blogger squad is however developing it. Moreover, lack of custom styling indicates that in that place is however a lot of fourth dimension earlier this characteristic goes public. Videos provided are however non linked simply present alone a thumbnail image. Going past times the beginning code, Google real-time search has been used to display Twitter updates. Links on the outcome pages are dofollow without whatever involvement of JavaScript of whatever kind. Moreover, related-content.g is non disallowed inwards Blogger.com robots.txt implying that PageRank would certainly transcend onto these links.
 I bring lastly come upwards to know why a novel slice of JavaScript was added to all the blogs host Blogger Related Content Search Engine-First Screenshot together with Review
This is how Blogger Related Content Search Results aspect similar correct instantly for the search term "Blogger"

To run into this inwards action, type http://blogger.com/related-content.g?q=[Your Search Query] inwards your address bar. e.g. If you lot wishing to run into content related to this blog, become to http://blogger.com/related-content.g?q=www.tweakandtrick.com.

Update: 7/7/2011: The related content page mentioned higher upwards instantly returns a 404 error.

Update:15/3/2011: Yesterday on the Blogger Buzz blog, Chang Kim, Product Manager at Blogger posted this:-

We’ll every bit good live showcasing our novel content regain characteristic that lets you lot uncover interesting together with related content based on the topics of the spider web log you’re currently reading.
 I bring lastly come upwards to know why a novel slice of JavaScript was added to all the blogs host Blogger Related Content Search Engine-First Screenshot together with Review
This is how Blogger's Related postal service together with media search volition look

So, instantly it is official that such a characteristic is sure going to live added inwards Blogger. Also, Blogger is going to larn an overhauled WordPress similar layout inwards the upcoming months. Still experience you lot should live on WordPress? Nah!

Read this on: How to larn Included inwards Blogger Related Content Search.

Social networking has travel out i of the best methods of edifice a potent client as well as fan base. Popular social networking sites Facebook as well as Twitter, are helping online marketers accept their products to customers. As a result, many marketers are focusing a large total of their marketing efforts on exploiting the ability of social media.

Social networking has travel out i of the best methods of edifice a potent client as well as fan Get More Twitter followers as well as Facebook fans using Online Toolsfollowers on Twitter as well as Facebook, none comes some delivering character content that your followers enjoy. While the online tools mentioned inwards this post service volition non assistance you lot to furnish character content, they for sure tin flame assistance you lot to post service content easily as well as ameliorate sympathize your followers.

Hootsuite
Hootsuite is a build management service which publishes fabric non exclusively on Facebook as well as Twitter, simply also on other social networking sites similar MySpace, Linkedln as well as Foursquare. You tin flame also purpose this tool from your Android phone, iPhone or whatever BlackBerry device. You tin flame purpose this service for gratuitous or pay a sure total as well as stimulate got history as well as stats stored too.

TweetDeck
follow tweets containing keyword mentions as well as searches. It was previously an independent app simply due to its popularity, it afterwards got acquired past times Twitter.

Social networking has travel out i of the best methods of edifice a potent client as well as fan Get More Twitter followers as well as Facebook fans using Online Tools

Seesmic
Seesmic is known for its credibility as well as tin flame assistance you lot contend a issue of social networking sites. The payoff of using this application is that it has a good organized dash board as well as alongside it, tweets, retweets as well as straight messages tin flame endure sorted. You tin flame also ship straight messages as well as update statuses from a unmarried page.

Social networking has travel out i of the best methods of edifice a potent client as well as fan Get More Twitter followers as well as Facebook fans using Online Tools

Note: Seesmic has been acquired past times HootSuite.

Today spell looking at Google Webmaster Tools, I came across some 404 pages on . Being curious, I proceeded to run across which pages does Google written report equally "Not Found" too I came across a foreign URL, i which I bring never seen associated amongst a Blogger blog. The URL which Google reported equally non beingness establish was equally follows:-

Today spell looking at Google Webmaster Tools Contextual Related Posts inwards Blogger Blogs  - Internal Testing
  • https://moulinxrouge.blogspot.com/ related-content.g?q=

Update: Blogger has disallowed the related-content.g?q= page through robots.txt. It volition no longer live anything worth worrying about.

Update: This was non what I had expected. This was for a related content search engine.

When I checked on to run across which pages linked to this page, I was surprised to run across that almost all of the pages on this spider web log had links pointing to this page. As I did non retrieve placing such a link, I checked the root code of my blog. Strangely, I discovered a novel fight of JavaScript added to it. The script which was added is equally follows:-


<script type="text/javascript">          role setAttributeOnload(object, attribute, val) {       if(window.addEventListener) {         window.addEventListener("load",           function(){ object[attribute] = val; }, false);       } else {      window.attachEvent('onload', function(){ object[attribute] = val; });       }     }     role showRelatedContent() {       var el = document.getElementById('related-frame');       if (el.style.visibility = 'visible') {         return;       }        el.style.visibility = 'visible';       el.src = 'related-content.g?q=' /* insert URL hither */;       showRelatedContent.prevOnClick = document.onclick;        // Hide related-content dropdown when clicking anywhere exactly on it.       document.onclick = function() {         var el = document.getElementById('related-frame');         if (el.style.visbility != 'hidden') {           el.style.visibility = 'hidden';         }         document.onclick = showRelatedContent.prevOnClick;       };     }        </script>      
Anyone having basic cognition of Java would empathize that this code is for generating contextually related posts for blogger. So, this indicates that afterward launching the mobile supported themes, the Blogger evolution squad is hold out off to add together some other novel too ofttimes demanded characteristic inwards Blogger, too gladly it is i that volition tending bloggers to trim back bounce charge per unit of measurement too display to a greater extent than appropriate related posts.

Investigating further, I bring come upwards to know that each spider web log hosted on Blogger has received this novel fight of code implying that this characteristic would live made populace whatever fourth dimension soon.

Meanwhile, yous tin utilisation the related posts widget I bring employed here.

Steps:-
1. Just, re-create too glue this CSS inwards your pattern earlier </head>.


<b:if cond="data:blog.pageType == &quot;item&quot;">
<style type="text/css">
#related-posts{float:center;text-transform:none;height:100%;min-height:100%;padding-top:5px;padding-left:5px}
#related-posts .widget{padding-left:6px;margin-bottom:10px}
#related-posts ul{list-style-type:none;margin:0 0 0px 0;padding:0px;text-decoration:bold;font-size:12px;text-color:#000}
#related-posts ul li{background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuw8qZzPEO0TncJSGIEil9aKsbCevxfIg8JIpmtlP2IoOgNZ8JbGmbsyOZrkEU7DDZ50hMC8mvszRoJ-SUgg_r69YlBEKOj8WBmPGDaRwVpvq5Ko_uu1cF_OFtRxsYokrfXf5CMpMnfYM/s200/greentickbullet.png)
 no-repeat;display:block;list-style-type:none;margin-bottom:13px;padding-left:30px;padding-top:0px}
#related-posts .widget h2, #related-posts h2{font-size: 12px;font-weight: bold;margin-bottom:0.75em;margin-top: 0em;padding-top: 0em;}
</style>
<script type="text/javascript">
var relatedpoststitle=&quot;You powerfulness too like:&quot;;
</script>
<script src="http://blogergadgets.googlecode.com/files/related-posts-for-blogger.js" type="text/javascript">
</b:if>
 2. Copy too glue the code below nether <data:post.body/>.

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels&amp;max-results=6&quot;' type='text/javascript'/></b:if></b:loop>
<script type='text/javascript'>
var maxresults=5;
removeRelatedDuplicates(); printRelatedLabels(&quot;<data:post.url/>&quot;);
</script>
</div>
 </b:if>

 3. Save the template too apply the changes.

Keyboards commonly convey modest LEDs which betoken whether dissimilar types of locks are activated or not. Here is a line a fast i on to run the lights of your keyboard inward a to a greater extent than creative vogue inward Windows.

This line a fast i on uses a uncomplicated Visual Basic Script which when activated makes your Scroll lock, Caps lock too Num lock LEDs flash inward a cool rhythmic agency which gives the perception of a alive disco on your keyboard.

Keyboards commonly convey modest LEDs which betoken whether dissimilar types of locks are acti Cool Keyboard Tricks (Windows) : Make a  Disco

To brand your ain alive disco, follow the steps given below:-

1. Open Notepad.
2. Copy glue the exact code given below:-

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
3. Save the file equally Disco.vbs or "*.vbs".


Keyboards commonly convey modest LEDs which betoken whether dissimilar types of locks are acti Cool Keyboard Tricks (Windows) : Make a  Disco

Double click on the Saved file to run across the LED lights on your keyboard teach crazy too brand your ain cool disco.

This line a fast i on has been tested on Windows XP, Windows Vista, Windows 7 too Windows 8 too constitute to hold upwardly working perfectly.

You tin disable the keyboard disco past times starting Task Manager too ending the wscript.exe process.

Related: Useful Keyboard Shortcuts for Windows

A land agone on , I published an article on changing your processor name. But recently, Anil Kumar pointed out that the play a joke on solely changed the yell temporarily.

After a user restarts his computer, the yell reverted dorsum to master which is obvious equally each fourth dimension Windows boots, it checks the connected hardware in addition to updates the registry value automatically. So, changing the processor name using the before article did non convey permanent results.

Thus, the alien processor yell you lot had before in i trial to a greater extent than reverted dorsum to the like shooting fish in a barrel former one.

 I published an article on changing your processor yell Change Processor Name Permanently

Problem: To, brand the yell modify permanent, it was required to update the Processor Name String registry key every fourth dimension Windows starts.

Solution: It is really like shooting fish in a barrel to modify your processor yell permanently yesteryear creating a registry telephone commutation in addition to placing a shortcut to it inwards the Windows get-go upward folder. To produce so, simply follow the steps given below:-


Steps :-
1.  Open Notepad.
2.  Copy in addition to glue the exact code given below:-

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0]
"ProcessorNameString"="My Processor yell 50000MHz"
To modify the processor name, edit the operate of the code given inwards blue. Also sympathize that \0 inwards the inwards a higher house code should solely endure introduce if Windows shop your processor yell at that location. Open the Registry Editor in addition to navigate to the inwards a higher house mentioned keys to depository fiscal establishment jibe whether or non to include the \0.

3.  Click on File Menu, click on Save As in addition to direct "All Types" inwards the Save equally Type option. Save the file equally ProcessorNameChange.reg or *.reg.
4.  Create a novel shortcut on your desktop. Enter regedit / southward "Location of the .reg file" equally the place of the item. For example, come inwards regedit /S "C:\Processor Name.reg" if your registry file is located inwards the root of C:\ drive.

 I published an article on changing your processor yell Change Processor Name Permanently

5. Copy the created Shortcut file.
6.  Navigate to C:\Documents in addition to Settings\All Users\Start Menu\Programs\Startup (in Windows XP) or to C:\Users\ User-Name\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (in Windows 10, Windows 8, Windows seven in addition to Windows Vista. Also recollect that AppData is a hidden folder.)  if C: is your System drive.
7.  Paste the copied file.


This registry file would straightaway execute each fourth dimension when Windows starts in addition to the Processor Name String would endure modified each time. This agency that fifty-fifty upon restarting your computer, you lot volition come across that the changed processor yell is permanent.

When you lot opened upward Facebook, the starting fourth dimension affair that you lot notice is the blueish color it uses. Ever wondered why is Facebook hence blueish inwards color as well as non changing its color scheme?

Ever since they started every bit 'thefacebook', Facebook has stayed alongside the blueish color. Although major changes convey been made inwards the Facebook topic since then, the major unchanged affair has been the blueish color.

 the starting fourth dimension affair that you lot notice is the blueish color it uses Why Facebook is Blue inwards Color?
Facebook from its early on days when it was known as  thefacebook

An exciting fact: In its before days, thefacebook.com required you lot to convey an  .edu electronic mail id to join.

Everywhere from its login page to Facebook groups, you lot notice exclusively blue.

 the starting fourth dimension affair that you lot notice is the blueish color it uses Why Facebook is Blue inwards Color?
Facebook Login Page. All Blue!

The argue for this is that  Mark Zuckerberg, the immature founder of Facebook is red-green color-blind as well as blueish is the richest color for him which he confirmed inwards an online interview alongside Leo Laporte.

Another of import commercial element for using blueish color is the fact that virtually colors tend to distract the viewers. Blue on the other manus acts every bit a transparent background to the principal content every bit visible to the human encephalon due to which virtually pop websites tend to role the blueish color. It tin easily last called a webmaster's favorite color. Blue color is too sometimes referred to every bit 'Nirvana' for the brain.

All these factors brand blueish a prominent color on Facebook.

If you lot are bored alongside Facebook's blueish topic as well as desire a fashionable theme, see Change Facebook Theme.

Facebook is a social networking site which enables people to connect amongst friends together with people around. That's how Facebook is commonly introduced. However, Facebook is beyond the involve of beingness introduced equally most everyone is on it. Despite its popularity, Facebook has ane flaw; the default bluish topic is actually boring.

Some fifty-fifty regard it an annoyance spell visiting Facebook. As Facebook does non permit users to alter its topic similar MySpace used to, users are left amongst no other selection simply to deport the topic Facebook wants them to use.

However, it is relatively slowly to alter the Facebook topic to a fashionable ane using an addon together with custom themes which are available costless of damage on the internet.

An illustration of the terminal upshot would hold out something similar inward the image.

Facebook is a social networking site which enables people to connect amongst friends together with peop Change Facebook's Theme, Color & Appearance
This is the Ferrari theme. More themes are available for you lot to choose.


Requirement: The basic requirement for this to operate is to accept Mozilla Firefox or Google Chrome equally your browser.

Steps to accomplish this: If you lot purpose Google Chrome, click here. Mozilla Firefox users should send out the next steps to successfully alter Facebook theme.

  1. Open Mozilla Firefox together with install 'Stylish' addon.
  2. Follow the basic steps to install the addon.
  3. Restart Firefox later on successfully installing the Stylish addon.
  4. Login to your Facebook Account together with click on the minor 'S' push inward your Firefox condition bar.
  5. Click on "Find Styles for this Site" to opened upward a novel tab amongst costless themes to purpose for Facebook.
  6. Click on whatever topic together with a preview volition hold out shown.
  7. If everything is fine inward the previewed theme, click on "Install amongst Stylish" push at the hand off correct corner of the page.
  8. A dialog box volition open.
  9. Click on Install inward the dialog box.

Steps for Google Chrome
  1. Install Stylish for Chrome from the Chrome Web Store.
  2. Navigate to Facebook.com together with click on the due south button.
  3. Click on "Find Styles for this Site" to opened upward a novel tab amongst costless themes to purpose for Facebook.
  4. Click on whatever topic together with a preview volition hold out shown.
  5. If everything is fine inward the previewed theme, click on "Install amongst Stylish" push at the hand off correct corner of the page.

Facebook is a social networking site which enables people to connect amongst friends together with peop Change Facebook's Theme, Color & Appearance


Facebook is a social networking site which enables people to connect amongst friends together with peop Change Facebook's Theme, Color & Appearance

Facebook is a social networking site which enables people to connect amongst friends together with peop Change Facebook's Theme, Color & Appearance

Facebook is a social networking site which enables people to connect amongst friends together with peop Change Facebook's Theme, Color & Appearance

Now whenever you lot opened upward Facebook, it volition present the topic that you lot accept installed amongst Stylish instead of the deadening onetime bluish theme.

OK. So yous are an active Facebook User. Imagine, exactly imagine, roughly grieved enemy of your reports your posts, as well as Facebook ends upward deleting your account. How would yous feel?
Ruined?

Well, non now. Facebook, the most pop social networking site, has a ways to tackle this situation. It does as well as then past times allowing yous to download all your draw of piece of job organization human relationship information at the click of a button.

While this has been requested past times users for years now, Facebook has rattling late introduced the characteristic of downloading your Facebook account. The download is inward the shape of a cypher file containing all your profile pictures, the photos yous convey been tagged in, wall posts as well as videos. Your messages, friend list, photos, events, likes (and well-nigh everything yous convey e'er uploaded on Facebook) is likewise included inward the downloaded cypher file. Upon unzipping the downloaded cypher file, yous volition respect a uncomplicated HTML file of your profile amongst offline links to the higher upward stated things.

Downloading your draw of piece of job organization human relationship volition non hateful that Facebook volition delete your profile. It volition solely serve equally a backup as well as a leisure action to rate fourth dimension to on Sundays.

 roughly grieved enemy of your reports your posts Download Facebook Account's Pictures as well as Data

You tin exactly download your draw of piece of job organization human relationship past times next the steps given below:-
  1. Login to Facebook.
  2. Click on the Settings icon at the correct side of the overstep navigation bar.
  3. Navigate to Account Settings.
  4. Click on Download a re-create of your Facebook data at the halt of the page.

This link volition solely survive available afterward Facebook has finished creating an archive of your account. They volition shipping an e-mail to yous when the download is ready. This additional safety stair out has been wisely added past times Facebook as well as then that no ane else downloads your personal information.

There is an expanded version of the archive that contains much to a greater extent than information, similar the log of your Facebook login activity.

Although this is a expert feature, Facebook offers no agency to re-import this information from your difficult crusade to your draw of piece of job organization human relationship or to a novel account, if yous wishing to practise a novel Facebook draw of piece of job organization human relationship containing all your onetime data.

This category consists of articles published on related to cyberspace in addition to the WWW (www).

This category consists of articles published on  related to cyberspace in addition to th Internet

Facebook
  1. How hackers hack Facebook Account & How to destination them?
  2. Cool Facebook Status, Chat Tricks in addition to Tips
  3. Why Facebook is Blue  inwards Color?
  4. Download Facebook Account's Information & Pictures
  5. Change Facebook Theme Color, Appearance, Skin, Style or Template
  6. Facebook's Recent Updates: Trying to manage off Google Plus
  7. Facebook Tricks, Tips & Hacks

Google
  1. Google Tricks, Easter Eggs & Secrets
  2. Google - I'm Feeling Lucky Tricks & Jokes
  3. I'm Feeling Lucky Easter Eggs on Google

Blogging
  1. What is a Blog?
  2. Guest Blogging has Disadvantages that could Harm your Blog
  3. Use Long tail Keywords to Boost Blog Traffic
  4. Health Tips for Bloggers: Stay Healthy While you lot Blog
  5. Discover New Blog Post Ideas alongside Google Analytics
  6. Blogging Tips: five Ways to Get More Leads
  7. How to Add the Facebook "Like" Button to Blogger or WordPress
  8. 5 Tips to Enhance Your Blog

Accessing Blocked Websites
  1. How to Access Blocked Websites
  2. Best Ways to Access Blocked Websites, Unblock Restricted Sites
  3. How to Unblock Websites at School, Work, Home or Anywhere

Webmasters

  1. Get Popular on the Internet
  2. Best Web Hosting Options for Your WordPress Blog 
  3. Freelance Writing: The Beginner's Guide to Writing Online 
  4. Get Twitter followers in addition to Facebook Fans using Online Tools
  5. Virtual Private Servers Or Dedicated Servers? 
  6. Which Website Platform Is Right For You?
  7. How Google Plus tin forcefulness out alter SEO
  8. Twitter SEO: How to Use Twitter to Get Higher Rankings?
  9. Why a successful Email Campaign tin forcefulness out boost your Business

Tips, Tricks & Advice

  1. How to Save Money Shopping Online using Coupons
  2. How to Follow Search Terms in addition to Keyword Mentions on Twitter
  3. Have a functional Website every bit your wallpaper
  4. Cool JavaScript Tricks: Edit Websites inwards Browser (Live)
  5. How to Download Flash Videos inwards Computers in addition to Mobiles
  6. 7 Wi-Fi Tweaks to Boost Your Speed
  7. Should You Be Interested inwards Cloud Computing?
  8. Wirelessly Transfer Files on Android devices alongside Dropbox

Contact Form

Name

Email *

Message *

Powered by Blogger.