Archive for 2015
SEO Optimization Tips for blogger
By : Unknown
SEO Optimization Tips for blogger:-
The 404 error is the HTTP Standard response code, it is indicate the client was requesting a particular page and the server can not able to find that requested page then the server send the 404 error, In blogger we can able to control that error, If the server response the 404 error the we have a settings for controlling the error
1) Settings -> Search Preference -> Custom page Not Found (Edit)
2) Paste the Below Code to their
<style type="text/css"> #error-404 { border: 20px solid #1B1B1B; border-radius: 240px 240px 240px 240px; height: 240px; margin: 0 auto 40px; text-align: center; transition: all 0.8s ease 0s; width: 240px; } #error-404:hover { border-color: #333; } #error-404 span { color: #FA4C29; font-size: 100px; font-weight: bold; line-height: 240px; } .large-heading { font-size: 48px; line-height: 1.2em; } .light-heading { font-weight: 400; } .status-msg-bg { background-color: transparent; } .sidebar-wrapper, .page-header { display: none; } .main-wrapper { margin-right: 0; } .outer-wrapper { min-height: 0; } .status-msg-border { border: 0 none; } </style><div><A href="http://www.google.com/">CLICK HERE TO HOME PAGE</a></div> <div id="error-404"> <span>404</span>
</div> <h1 class="large-heading" style="text-align: center;">Page not found.</h1> <h2 class="light-heading" style="text-align: center;"><A href="http://allinworld99.blogspot.com/"></a>.</h2>
Replase the word "http://www.google.com/" to your blogger name
3) Save and CLICK HERE TO Watch Demo
Tag :
SEO,
Auto friend request accept script on Facebook
By : UnknownAuto Accept All Your Friend Request Using Console Window Script:-
In facebook some time you will receive so many request from people and if you want to accept all your friend request you need to click all your friend request "Confirm" or If you want to reject all your friend request then you need to click "Not Now" . But you can easy to run a script on console window and accept or reject all your friend request with out any clicks.Step 1
First go to https://www.facebook.com/reqs.php you can see all your friend request in that page
Step 2
Press Ctrl + Shift + j to open the console window or right click on that page and press Inspect Element => console window
Step 3
Click on that window copy and paste the following code and press enter.
javascript:for( i = 0;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
Step 4
Refresh your page and start the process from step 1 until all friend request added