Scrip: Facebook Like Popup – Forcing People to Like

How can I get more people to like my page?" Of course, this isn't a simple, single post answer (I have an entire module in The Social Business Academy that is about only this!), but there is one really easy tip I can give you that will help you get more likes right away.

Make sure that your Facebook profile links directly to your Facebook page. When you setup your Facebook profile you have the option of adding where you work. This is where you can create a link to your Facebook page. Andyes, you can even edit it if you already have it setup incorrectly

Features

• Display the facebook lightbox onload with or without a delay
• Limit the lightbox to once every x days per individual visitors
• Promote your own facebook fanpage
• Facebook page is needed (of course!)
• No api key needed (works with iframe, premium version uses xfbml)

Scrip: Facebook Like Popup – Forcing People to Like

Past under the <head>

---------------------------------------------------------
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>

Past code below over the </body>

----------------------------------------------------------

<!-- facebook like box starts -->
<!-- popup box stylings -->
<style type='text/css'>
#fb-back { display: none; background: rgba(0,0,0,0.8);   width: 100%; height: 100%; position: fixed; top: 0;   left: 0; z-index: 99999;}
#fb-exit { width: 100%; height: 100%; }
.fb-box-inner { width:300px; position: relative; display:block; padding: 20px 0px 0px; margin:0 auto; text-align:center; }
#fb-close { cursor: pointer; position: absolute; top: 5px; right: 5px; font-size: 18px; font-weight:700; color: #000; z-index: 99999; display:inline-block; line-height: 18px; height:18px;width: 18px; }
#fb-close:hover { color:#06c; }
#fb-box { min-width: 300px; min-height: 120px; position: absolute; top: 50%; left: 50%; margin: -220px 0 0 -150px; -webkit-box-shadow: 0px 0px 16px #000; -moz-box-shadow: 0px 0px 16px #000; box-shadow: 0px 0px 16px #000;
background: #fff; /* pop up box bg color */

}
.fb-box-inner h3 { line-height: 1; margin:0 auto; text-transform:none;letter-spacing:none;
font-size: 23px!important;  /* header size */
color:#06c!important; /* header color */
}
.fb-box-inner p { line-height: 1; margin:0 auto 20px;text-transform:none;letter-spacing:none;
font-size: 13px!important; /* header size  */
color:#333!important; /* text color */
}
a.fb-link { position:relative;margin: 0 auto; display: block; text-align:center; color: #333; /* link color */
bottom: -30px;
}
#fb-box h3,#fb-box p, a.fb-link { max-width:290px; padding:0; }
</style>
<!-- facebook plugin -->
<div id='fb-back'>
<div id='fb-exit'>
</div>
<div id='fb-box'>
<div class='fb-box-inner'>
<div id='fb-close'>X</div>
<!-- edit your popup header text here -->
<center><div style='font-size:20px;margin:0 auto;color:#000;'>Like Social Daily Times! </div><br/></center>
<!-- edit your supporting text here -->
<!-- edit your fb name below -->
<div class='fb-like' data-action='like' data-href='https://www.facebook.com/socialdailytimes.ml' data-layout='button' data-share='false' data-show-faces='false'></div>
<style>
.fb-like { overflow: hidden; height: 20px;}
</style>
<!-- edit your supporting link here -->
</div>
</div>
</div>
<!-- popup plug-in snippet -->
<script type='text/javascript'>
//<![CDATA[
//grab user's browser info and calculates/saves first visit
jQuery.cookie = function (key, value, options) { if (arguments.length > 1 && String(value) !== "[object Object]") { options = jQuery.extend({}, options); if (value === null || value === undefined) { options.expires = -1; }
if (typeof options.expires === 'number') { var days = options.expires,  t = options.expires = new Date();  t.setDate(t.getDate() + days); } value = String(value); return (document.cookie = [encodeURIComponent(key), '=', options.raw ? value : encodeURIComponent(value), options.expires ? '; expires=' + options.expires.toUTCString() : '', options.path ? '; path=' + options.path : '', options.domain ? '; domain=' + options.domain : '', options.secure ? '; secure' : ''].join('')); }
options = value || {}; var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent; return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null; };
// the pop up actions
$(function ($) {
  if ($.cookie('popup_fb') != 'yes') {
    $('#fb-back').delay(10000).fadeIn("slow"); // options slow or fast
    $('#fb-close, #fb-exit').click(function () {
      $('#fb-back').stop().fadeOut("slow"); // options slow or fast
    });
 }
//initiate popup function by setting up the cookie expiring time
$.cookie('popup_fb', 'yes', { path: '/', expires: 1 });
});
//]]>
</script>
<!-- facebook like box ends -->
<!-- YT Code -->
<script>
      var player;
      function onYouTubeIframeAPIReady() {
        player = new YT.Player( 'player', {
          events: { 'onStateChange': onPlayerStateChange }
        });
      }
      function onPlayerStateChange(event) {
        switch(event.data) {
          case 0:
            document.getElementById("content").style.display = 'block';
            
}
      }
      function record(str){
        var p = document.createElement("p");
        p.appendChild(document.createTextNode(str));
        document.body.appendChild(p);
      }
    </script>
<script src='https://www.youtube.com/iframe_api'></script>
<!-- YT Code -->
<style>
#content{
    display:none;
}
</style>
<div id='content'>
<!-- Share Facebook and Facebook like box starts -->
<!-- popup box stylings -->
<style type='text/css'>
#share-back { display: none; background: rgba(0,0,0,0.8);   width: 100%; height: 100%; position: fixed; top: 0;   left: 0; z-index: 99999;}
#share-exit { width: 100%; height: 100%; }
.share-box-inner { width:300px; position: relative; display:block; padding: 5px 0px 0px; margin:0 auto; text-align:center; }
#share-close { cursor: pointer;margin-top:5px; font-size: 20px; font-weight:700; color: #667; text-align: center;}
#share-close:hover {color: #D22321;}

#share-box { min-width: 300px; min-height: 300px; position: absolute; top: 45%; left: 50%; margin: -220px 0 0 -150px; -webkit-box-shadow: 0px 0px 16px #000; -moz-box-shadow: 0px 0px 16px #000; box-shadow: 0px 0px 16px #000;
background: #fff; /* pop up box bg color */

}
.share-box-inner h3 { line-height: 1; margin:0 auto; text-transform:none;letter-spacing:none;
font-size: 23px!important;  /* header size */
color:#06c!important; /* header color */
}
.share-box-inner p { line-height: 1; margin:0 auto 20px;text-transform:none;letter-spacing:none;
font-size: 13px!important; /* header size  */
color:#333!important; /* text color */
}
a.fb-link { position:relative;margin: 0 auto; display: block; text-align:center; color: #333; /* link color */
bottom: -30px;
}
#share-box h3,#share-box p, a.fb-link { max-width:290px; padding:0; }
</style>
<script type='text/javascript'>
//<![CDATA[
//grab user's browser info and calculates/saves first visit
jQuery.cookie = function (key, value, options) { if (arguments.length > 1 && String(value) !== "[object Object]") { options = jQuery.extend({}, options); if (value === null || value === undefined) { options.expires = -1; }
if (typeof options.expires === 'number') { var days = options.expires,  t = options.expires = new Date();  t.setDate(t.getDate() + days); } value = String(value); return (document.cookie = [encodeURIComponent(key), '=', options.raw ? value : encodeURIComponent(value), options.expires ? '; expires=' + options.expires.toUTCString() : '', options.path ? '; path=' + options.path : '', options.domain ? '; domain=' + options.domain : '', options.secure ? '; secure' : ''].join('')); }
options = value || {}; var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent; return (result = new RegExp('(?:^|; )' + encodeURIComponent(key) + '=([^;]*)').exec(document.cookie)) ? decode(result[1]) : null; };
// the pop up actions
$(function ($) {
  if ($.cookie('popup_fb2') != 'yes') {
    $('#share-back').delay(2000).fadeIn("slow"); // options slow or fast
$(document).keyup(function(e) {
     if (e.keyCode == 27) { // escape key maps to keycode `27`
        $('#share-back').stop().fadeOut("slow"); // options slow or fast
    }
});


    $('#share-close, #share-exit').click(function () {
      $('#share-back').stop().fadeOut("slow"); // options slow or fast
    });
 }
//initiate popup function by setting up the cookie expiring time
$.cookie('popup_fb2', 'yes', { path: '/', expires: 0 });
});
//]]>
</script>
<!-- Share Facebook and Facebook like box ends --></div>

Download Scrip Below.txt
 download scrip fb popup

FaceBook Social Toolkit Premium


Facebook Social Toolkit Premium Version free (Download Now) (Updated)

Facebook Social Toolkit Premium – we all know several of you're victimisation facebook in their commonplace and perhaps you would like one thing new in facebook, which might ease your work.I Mean The feature which might does one add ton of seconds.So, nowadays we tend to square measure attending to post concerning Facebook Social Toolkit.This is a Chrome extension From that you'll be able to use several tasks simply on Facebook.For Example, you'll be able to add all Friends to facebook cluster in single click, Invite all friends to love Your page, and lots of additional options square measure There in facebook social toolkit premium version.

Facebook Social toolkit premium
Well, obtaining premium version of one software package or extension isn't a simple Task.But if you're looking to transfer Premium Version of a Facebook social toolkit free then you'll be able to transfer this extension from this text.Moreover, we've got additionally listed a tutorial to put in Facebook social toolkit premium in your Chrome browser.So, You don’t ought to face any errors or issues whereas putting in this extension.Let’s Have a glance on that options.

Features of Facebook Social Toolkit Premium
You can invite all friends to love your fan page.
You can unfriend your all facebook friends in mere one click.
You can take away all cluster members in mere one click.
You can post on multiple teams with it.
You can add all of your friends as a gaggle admin.
You can additionally message all friends promptly.
You can Extract friends Email’s Ids.
You can additionally transfer facebook videos with it.
You can accept/Reject all friends promptly.
You can additionally take away facebook page likes.
and many additional awe-inspiring options.
How To transfer and Install Facebook Social Toolkit Premium Version in Chrome (New)

At first, you've got to transfer latest version of facebook social toolkit from here –
after your transfer complete open the placement of the downloaded file and extract the nada file with any extractor tool.
Now open your chrome browser and attend Extensions.You can additionally attend Chrome Extensions By pasting this in computer address of your browser – chrome://extensions/
Now modify the developer mode and you may See developer choices like Load Unpacked extensions.You can additionally check below image for reference.

Now you simply ought to click on Load Unpacked Extension and Navigate to the folder wherever you put in and Extracted facebook Social toolkit file.
That’s it! currently simply merely press ok Button and you're done.You have with success put in Facebook Social Toolkit Premium version free.
For Use – merely Click FST icon From your extensions and Connect along with your facebook id.
Choose any premium tool and If its need any Email Id and Key then merely enter any pretend email and key.

How To Use Facebook Social Toolkit Premium Version free (OLD Method)
Firstly, transfer Facebook Social Toolkit Premium Extension From Here –
After with success transfer higher than Given nada File Extract It With Any Of Your Extract software package (Tip – WinRar).
After Extract simply open Your Chrome Browser And Goto Settings&gt;Extensions.
Then In Extracted Folder, you've got Seen The File Name fcachklhcihfinmagjnlomehfdhndhep-2.3.1 simply Click Your Mouse on that &amp; Drag And call Extension List Of Chrome Browser As Shown In Below Image.

After call Extension List You’ve Shown a Message Like Below Image.

Then, simply click On Add Extension That’s It.
After Adding Extension The Extension are going to be additional In Your Extension List.As Shown Like Below Image.

After This For Activating premium Version Of Facebook Social Toolkit you've got To Follow Below Steps fastidiously.
At First, totally close up Your Chrome Browser &amp; additionally shut From Task Manager.
Then higher than File You’ve Downloaded there's a Patch Folder simply Open The Patch Folder &amp; Copy Validate.js File.
Then Copy This higher than File And moving-picture show It to the present Directry – C:\Users\AT\AppData\Local\Google\Chrome\User Data\Default\Extensions\fcachklhcihfinmagjnlomehfdhndhep\2.3.1_0\content\js\global
Just Replace AT along with your laptop Username And Paste The File Into It.
Then For victimisation This Extension Connect Your Facebook Account With It Then For victimisation It’s Premium options simply Click on Any premium Feature Then it'll Demand Email And License Key simply Fill Any pretend Email And License Key.
That’s it You’ve with success Activated Facebook Social Toolkit Premium Version free.
Solutions For no Access

Just you've got to goto Graph API someone.
And Then Generate API Key and paste on tool.
That’s it.
Tasks that Facebook Social Toolkit Premium Version will Do
We’ve ex-directory every and each Task With points you'll be able to See The Tasks At below Image.

FaceBook Social Toolkit Premium
So Guys, this can be The Tutorial a way to use And transfer Facebook Social Toolkit Premium Version free.This is The Official Chrome Extension the initial supply Of This Extension Is Here.You Can obtain The Premium version Too If You Dont need To Use Crack Version Of This Extension.

Final Words
So this can be Our Article concerning Facebook thereforecial Toolkit Premium Free.In This Article, we've got Shared associate Chrome Premium Extension free.Which is Best For Your Daily facebook Tips And Tricks.Hope you prefer It.At Last,Thanks For reading Our Article, Keep Visiting For additional Such nice Tricks.

FaceBook Social Toolkit Premium

File Size: 17.9 MB
Price: Free
Download

How To create Any contrivance Sticky

How To create Any contrivance Sticky


When you traveling scrolls down your journal to look at a lot of content, the higher portion of your journal goes out the window from the highest to form means for the lower portion that enters from all-time low.

Now what we have a tendency to ar aiming to do is stick your chosen contrivance to the highest fringe of the window because it is near to leave, so creating the contrivance visible in any respect time whereas the traveler scrolls. it'll float there till its original location comes back once the page is scrolled copy.

This trick is applicable to associate degreey contrivance or part that has an ID, notwithstanding its location on your journal. it's good for navigation bar, subscription box and social media sharing buttons.

See it in action, scroll down this post and keep your eyes on the highest menu bar.


How to install


Paste the subsequent code on top of the &lt;/body&gt; tag in your templet. 

Or if you like to not bit the templet, you'll be able to merely paste it in a very HTML/Javascript (in Blogger) or a Text contrivance (in WordPress). If you decide on this route, ensure you position this contrivance below (after) the contrivance that you simply need to form sticky.

<script>
// Sticky widget by Bloggersentral.com
// Tutorial at http://www.bloggersentral.com/2013/04/how-to-make-any-widget-sticky.html
// Free to use or share, but please keep this notice intact.
//<![CDATA[
bs_makeSticky("YOUR_WIDGET_ID"); // enter your widget ID here
function bs_makeSticky(elem) {
var bs_sticky = document.getElementById(elem);
var scrollee = document.createElement("div");
bs_sticky.parentNode.insertBefore(scrollee, bs_sticky);
var width = bs_sticky.offsetWidth;
var iniClass = bs_sticky.className + ' bs_sticky';
window.addEventListener('scroll', bs_sticking, false);
function bs_sticking() {
var rect = scrollee.getBoundingClientRect();
if (rect.top < 0) {
bs_sticky.className = iniClass + ' bs_sticking';
bs_sticky.style.width = width + "px";
} else {
bs_sticky.className = iniClass;
}
}
}
//]]>
</script>

<style>
.bs_sticking {background:#f2f2f2 !important; position:fixed !important; top:0; z-index:9999; box-shadow:0px 10px 4px -5px rgba(0,0,0,0.3); margin-top: 0; position:relative\9 !important;}
</style>


1. Get the ID of the widget or element you want to make sticky and enter it in line 6 (replacing "YOUR_WIDGET_ID"). For example let's say the widget ID is HTML9, then code line 6 would become:

bs_makeSticky("HTML9");
Preview before saving.

Styling

  • Styling for the sticky widget while it's sticking can be applied in line 28.
  • Background and box-shadow are optional. However you might want to keep the background (and replace the color to match your sidebar's). Most templates do not assign a background to widgets meaning you can see the content scrolling in the background.

Enjoy!
DOWNLOAD HERE

How to disable the right mouse & Alert Massage Pop up.

This tip is very simple; It is about how to hide the displayed by the right mouse click menu. And thanks to him, you can see part of your code for use on websites, hot linking or down your images, copy your text or simple aesthetics, among other things ...

But how is that I customize?  To hide just simply add the following lines above the </body>

When You Right Click Here What's You See.! 


If you want to be like this click and download the scrip below.

*****when right click pop up alert image****
-------------------------------------------------------
put the code below before the </body>
-------------------------------------------------------
<script>
// Disable Right Click  and Pop up Massage
var DADrccolor = "#F1F1F1";
var DADrcimage = "http://goo.gl/kAk0UG";
</script>
<script src='http://yourjavascript.com/2122535051/antirightclick.js' type='text/javascript'></script>

<script type="text/javascript">
if (window.jstiming) window.jstiming.load.tick('widgetJsBefore');
</script>

The highlight is the image we set for alert pop up you can change and insert new image as what you want. 

Enjoy.! 
click to here.txt
 download script here

Disable Ctrl+U [Page Source] of your website using JavaScript


I have as of late debilitated the "ctrl+u" highlight of my site and the main reason I did it since I have begun to notice that the greater part of my substance are getting duplicated. I never suspected that a few bloggers would even experience my page source and take my substance. 

Amazing! The principal thing I did on my online journal was handicap the substance determination and right snap and I suspected that is it, my website is protected. Be that as it may, later on, I came to realize that there's some more courses for taking substance and they are notwithstanding doing it. Along these lines, I made sense of an approach to impair seeing my page source utilizing alternate route keys [Ctrl+U] furthermore, there's one all the more approach to take substance, which is Ctrl+P (Print) and I crippled that one as well. To ensure your work, you should do these strides. Here's the means by which your can cripple Ctrl + U of your site- 



Note: If you disable Ctrl+U of your page, individuals will in any case have the capacity to see your page source on the off chance that you don't impair your right snap too. Click here to perceive how you can handicap right snap of your site. 

To cripple Ctrl+U, you simply need to put the beneath script over the end </head> tag.

<script type="text/javascript">
document.onkeydown = function (cc) {
if(cc.which == 85){
return false;
}
}
</script>

That’s all you need to do to disable viewing of your page source using shortcut keys. But to disable Ctrl+P along with Ctrl+U, use the below script instead.

<script type="text/javascript">
document.onkeydown = function (cc) {
if(cc.which == 85){
return false;
}
if(cc.which == 80){
return false;
}
}
</script>

The script actually disables just the ‘U’ and ‘P’ button which is all we need. Users will still be able to use other shortcut keys like ‘Ctrl C’ and ‘Ctrl A’. If you came here looking for some script to disable viewing page source because that’s how your contents are getting copied. Then you must disable other functions too, like content selection and all.

When you see that your contents are getting copied, don’t panic! Fight it. Here are the list of things you can do-

1. Disable content selection.
2. Disable right click.
3. Disable some specific keys like I have showed you on this one.

And the best thing you can do is file a complain to Google. Use this form to complain about the copied content. If the owner is using Google’s blogger, then they will surely take some serious action. If they find you right, then Google will either delete the content, or the entire blog or simply remove the copied content from the search results.


download script here.txt

Disable Ctrl+U [Page Source] of your website using JavaScript

Redirect Link Super Fast By JavaScript Code


Supper Fast Redirect Link By JavaScript Code

Today I walked through the web saw the special trick one and want to show you. This thing I always suspect when see one website that that share in facebook, like something they talk about this BUT after I click on that link to see more detail, all every things was changed to another one.
What's the f*ck..!

This trick, no this technique was like two different website one we store redirect link (mean that fake website) and one the real website (second web). About this code, I will update more on video and show you as below.

Construction: 

I also think that location.replace(URL) is the best way, but if you want to notify the search engines about your redirection (they don't analyze JavaScript code to see the redirection) you should add the rel="canonical" meta tag to your website.

Adding a noscript section with a HTML refresh meta tag in it, is also a good solution. I suggest you to use this JavaScript redirection tool to create redirections. It also has Internet Explorer support to pass the HTTP referrer.

****Redirect Link Super Fast****
--------------------------------------------------------------
Past Code Below Before The <head>
--------------------------------------------------------------

<!-- Pleace this snippet right after opening the head tag to make it work properly -->

<!-- This code is licensed under GNU GPL v3 -->
<!-- You are allowed to freely copy, distribute and use this code, but removing author credit is strictly prohibited -->
<!-- Generated by http://insider.zone/tools/client-side-url-redirect-generator/ -->

<!-- REDIRECTING STARTS -->
<link rel="canonical" href="http://www.latexno.tk/"/>
<noscript>
<meta http-equiv="refresh" content="0;URL=http://www.latexno.tk/">
</noscript>
<!--[if lt IE 9]><script type="text/javascript">var IE_fix=true;</script><![endif]-->
<script type="text/javascript">
var url = "http://www.latexno.tk/";
if(typeof IE_fix != "undefined") // IE8 and lower fix to pass the http referer
{
document.write("redirecting..."); // Don't remove this line or appendChild() will fail because it is called before document.onload to make the redirect as fast as possible. Nobody will see this text, it is only a tech fix.
var referLink = document.createElement("a");
referLink.href = url;
document.body.appendChild(referLink);
referLink.click();
}
else { window.location.replace(url); } // All other browsers
</script>
<!-- Credit goes to http://insider.zone/ -->
<!-- REDIRECTING ENDS -->

--------------------------------------------
source: http://insider.zone/tools/client-side-url-redirect-generator/

Click Here To Download.txt
Price: FREE


Let's Start To Disable Select or Right Click From Being Copied Using Javascript Code

Is It Worth to Disable Select / Right Click And Clipboard Operations For Website? 

Protection of copyrighted materials is quite important and actual problem in the modern world. Most of authors (musicians, artists, writers and so on) make attempts to protect their creations. It is natural that authors of websites wish to protect their content as well. Their task is especially complex, because most of the Internet content is open for public access. 

What can the user do with the web page, which opened in the web browser? It can review it, print it or copy its content through the clipboard to some external editor for further processing. Webmaster, who wants to protect the content of its web page, attempts to prevent the user from printing or copying. What tools are available to the author of the website to achieve that goal? 

JavaScript is one of such tools, which available in all modern web browsers. It provides some limited possibilities to control interaction between the user and the web page. Let's review one of the most popular methods that webmasters use to protect their website content. It is based on JavaScript and it is easy to implement. Specific implementation is different for various web browsers, but idea is the same. Webmaster creates event handler that displays alert message (something like: "Right-mouse click or clipboard operations are not allowed!") and attaches it to the "document.onmousedown", "document.onkeypress", "document.onkeydown" and "document.oncontextmenu" events. So, the user see alert message, if it presses CTRL+A (select all), CTRL+C (copy), CTRL+X (cut) key combinations or presses right mouse button to activate context menu, which includes clipboard operations as well. 

------------------------------------------------------------------------
<script type="text/JavaScript">

function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
------------------------------------------------------------------------


Another approach is based on using "window.setInterval" function, which evaluates an expression each time a specified number of milliseconds has elapsed. Web page can clear clipboard each 20 milliseconds, while it is opened in the web browser. So the user cannot copy any content from the web page. 

It seems that both approaches solve the problem of protection from copying, but other side of the medal exists. Any user can disable JavaScript support in the web browser! That possibility reduces to zero all efforts of the webmasters, which use JavaScript to protect website content in such manner. The user can disable JavaScript and copy any content. Such "protection" may be even harmful for the website. The following may prevent the user from returning to the website in the future: 


Therefore such "protection" is absolutely worthless. It is no need to cut off usual functionality and annoy the user. The user may never back to such website. 


http://ezinearticles.com/?Is-It-Worth-to-Disable-Right-Click-And-Clipboard-Operations-For-Website?&id=612589 

Increase your blog pageviews by using smart links


This post first appeared on Entertainment Plateform, Latest Songs, Games, Apps & Software, please read the original post: here

How to Easily Put SEO Smart Links On Postings Blog- mas Dion Blog Hello friends, this time I want gives a tutorial how to plug SEO smart link in the post / article of your blog. Well usefulness of SEO Smart link mounting technique is intended to provide a signal to Google that more crawl links in our blog article and to advance SEO techniques to increase Page Views Blog itself.

How it works from the SEO Smart Links is very easy that is by displaying one or more characters that leads to a specific link where the link is a link you another article that you think is related to an article on your blog. If you are curious to know how the installation of SEO Smart Links in Blog you please see the discussion below.
For how very easy installation, consider the following tutorial:

The first step please go first to the Edit HTML template >>
Then how the code </ body>
Then place the following code before the code </ body>

<script type='text/javascript'>
function smartLink(){
this.keywdHref = new Object();
this.add = function(keyword, href){
if(keyword.substr(0,1) != &quot; &quot;){keyword = &quot; &quot; + keyword;}
this.keywdHref[keyword] = href;
}
this.createAnchor = function(){
var objs = document.getElementsByTagName(&quot;div&quot;);
for(var i=0; i&lt;objs.length; i++){
var obj = objs[i];
if(obj.className.indexOf(&quot;post-body&quot;)&gt;-1){
var content = obj.innerHTML;
for(var keyword in this.keywdHref){
var href = this.keywdHref[keyword];
var newstr = content.replace(keyword, &quot;&lt;a href=&#39;&quot;+href+&quot;&#39;&gt;&quot;+keyword+&quot;&lt;/a&gt;&quot;, &quot;gi&quot;);
obj.innerHTML = newstr;
content = newstr;
}
}
}
}
this.startScript = function(){
var onLoad = window.onload;
window.onload = function(){
if(onLoad){onLoad();}
setTimeout(&quot;f.createAnchor()&quot;, 100);
}
}
}
</script>
<script type='text/javascript'>
var f = new smartLink();
f.add(&quot;SEO&quot;, &quot;http://www.latexno.tk/&quot;);
f.startScript();
</script>

If you want the plugin above only appear on a page posting only, want the plugin above only appear on a page posting any, please add the conditional tags page special post.


On the javascript code, just replace your word like "SEO" with your own keywords pal specify and change http://entertainment-plateform.blogspot.com/ with the url of your own blog (highlighted).


You can add more words just simply adding these javascript lines in your code where the already code marked, like this:

f.add(&quot;SEO&quot;, &quot;http://www.latexno.tk/&quot;);
f.add(&quot;Template&quot;, &quot;http://www.latexno.tk/&quot;);
f.add(&quot;Download&quot;, &quot;http://www.latexno.tk/&quot;);

If you want to add your word in bold, so simply add these code with your words.

f.add(&quot;&lt;b&gt;SEO&lt;/b&gt;&quot;, &quot;http://www.latexno.tk/&quot;);

It is advisable not to add excessive keyword, from 1 to 3 keywords is enough.


This post first appeared on Entertainment Plateform, Latest Songs, Games, Apps & Software, please read the original post: here

Download Script.txt

download here: script for increase blog page view

Ebook: Start Your Own Business 2010

WHAT’S IN THIS Book.


What are the elements of a successful business? In this chapter we profile four successful, inspiring
businesses, learning what drove them to start up, the challenges they faced along the way and the key
lessons they learnt.

In here will let you to get free download by click the link below. 

Ebook: Start Your Own Business 2010

Start Your Own Business 2010
Price: Free 
Size: 3MB
 Start Your Own Business (Download)

Link one | Link two


Considering Starting Your Own Business?


Have you ever thought about or considered starting your own business? If so, perhaps you've asked yourself or wondered if there's a tried and true starting-business checklist, or better yet starting-small -business checklist. Perhaps the local junior college or adult education facility offers a "Starting Small Business 101" class. Help-starting-business courses are available online. Where do you turn for help starting up small business? Who can you trust to help with the steps starting your own business are certain to require?

Starting Small Business 101


There is probably a course somewhere by that name. Although what I write may not be officially accredited by any curriculum, I will share some ideas I've learned about and steps starting your own business that are important, especially a small business, which is the only experience I have.

The learning starts here.

Follow is an unofficial starting small business checklist:


Whether you know the answers to all the questions or not, the most important question that needs to be answered is the last one. The bottom line is the bottom line. If a business is not profitable it won't be a business for long.

That begs the question, how long can you survive before being profitable? Sometimes starting your own business can be simple, easy, won't require a lot of money, and will be profitable right away, but the reality is, it often takes time, money and effort that some people cannot withstand.

For some businesses it takes up to five years to show a net profit. The first five years may require the business to re-invest most, if not all its gross profit back into the business to keep it afloat.

It's not say that's always the case, but if that's the case for you and your business, are you up to that?

Business analogies examples


There are countless analogies that are relevant to starting your own business and what starting a business can be like.

One that comes immediately to mind is it's very much like growing Moso Bamboo, which can take years.

Another is it's like your baby. You've got to be dedicated and committed to it, provide for it, feed it, and do whatever it takes to take care of it or it could perish.

There are many other business analogies examples.

Help starting business


If you're one of those who needs no help, can effectively do everything yourself, and won't need financial or other assistance or support, you are rare.

One thing is for sure, good help is hard to find.

It seems everyone is an expert and has the answers to all your questions and claims they have what you need so you can take your business to the next level.

Personally, I have fallen prey more than once by following the next shiny object and have ended up spending thousand$ of dollars only to realize later that all they have to offer are expensive platitudes and truisms. If I'd taken time to research and review them, I'd have known before hand.

Be careful who you choose to help you.

There are a lot of scams and a lot of people willing to take your money.

I've had to learn the hard way more that one of the most cost-efficient investments I can make is good old sweat equity.

Anyone can start a business. Most anyone can be successful in business if they:

Closing thoughts


The backbone of American economic history was created by small businesses and continues to be a huge part of our economy.

Rare is the person who truly gets ahead working for someone else. The word JOB is an acronym that stands for Just Over Broke.

Not all businesses survive. Many fail. I've experienced business failure. It's not pleasant. If you're ready for a challenge, starting your own business may be just what you're looking for.


source: here

How to Create Sitemap For Blogger

How to create sitemap on Blogger blog.


What is the 1 Key File That Google Wants on Your Website? And How to Create it For Free

The One Key File Google Wants on Your Website -Create it for FREE

Download Code Below
Size: 1.4KB

 Create Sitemap Code


How to create sitemap on Blogger Guider: 

  1. Go to blogger. com
  2. Open your blog Page
  3. Click on New Page  (click on HTML)
  4. Download code ( Create Sitemap Code
  5. Copy paste your code in to New Page 
  6. Click on SAVE 
  7. DONE (created sitemap on blogger blog)


One more thing for create sitemap in blog (search engines)


This one file is an XML Sitemap. Some of us have sitemaps on our website. If we want to get a look at all the files and pages on a website you use the sitemap. But those are usually HTML sitemaps.
XML Sitemaps are important because Google, Yahoo!, and Microsoft agree on the standard format.

Sitemaps are an easy way for webmasters to inform search engines about pages on their sites that are available for crawling. In its simplest form, a Sitemap is an XML file that lists URLs for a site along with additional metadata about each URL so that search engines can more intelligently crawl the site.

If Google and the other search engines are driving a lot of traffic to your site I think you would want to make it as easy for them as possible to find that information on your site.

Using the Sitemap protocol does not guarantee that web pages are included in search engines, but provides hints for web crawlers to do a better job at crawling your site.

Create a XML sitemap for your website and submit it to Google. You don't need to have your web developer do it for you. I have actually seen web developers charge $100-$200 to do this and you will be amazed at how easy this is.

Here are my step by step instructions for creating your XML sitemap:

Go to http://www.xml-sitemaps.com/. This is a free tool. Drop in your URL and it will crawl your entire site. It will actually create sitemap for you. It gives you a link where you can download it.

You will need to email that file to your web developer or easily do it yourself. FTP it up to your account and then submit it to Webmaster Tools.

To submit your sitemap to webmaster tools;

  • Create a webmaster tools account at http://www.Google.com/webmasters/ 
  • Click on 'submit a Sitemap'. 
  • They will ask you to verify the site so you need to upload a file to your directory. You will need to upload the sitemap there as well. 
  • Submit it and you just add what it is - 'sitemap.xml'.
Once you have an XML sitemap you need to keep it updated. The XML sitemaps are one of the keys to having obituaries found within less than an hour. It's one of the three things that make it really important for Google to find your website information and get it out there. 

You can also do the same with Yahoo and Microsoft as well. There are different ways of doing that.

source: ezinearticles

Microsoft Office 2007 Enterprise (Fully Activated)

Ms office enterprise 2007 

Free Download

Microsoft Office 2007 (codenamed Office 12) is a version of Microsoft Office, a family of office suites and productivity software for Windows, developed and published by Microsoft. It was released to volume license customers on November 30, 2006 and to retail customers on January 30, 2007, the same respective release dates of Windows Vista. It was preceded by Office 2003 and succeeded by Office 2010.


Office 2007 introduced a new graphical user interface called the Fluent User Interface, which uses ribbons and an office start menu instead of menu bars and toolbars. Office 2007 requires Windows XP with Service Pack 2, Windows Server 2003 with Service Pack 1, or a later OS. Office 2007 is the last version of Microsoft Office to support Windows XP Professional x64 Edition.


Office 2007 includes new applications and server-side tools, including Microsoft Office Groove, a collaboration and communication suite for smaller businesses, which was originally developed by Groove Networks before being acquired by Microsoft in 2005. Also included is Office SharePoint Server 2007, a major revision to the server platform for Office applications, which supports Excel Services, a client-server architecture for supporting Excel workbooks that are shared in real time between multiple machines, and are also viewable and editable through a web page.

Article source: wikipedia

Microsoft Office 2007 Free Download
Microsoft Office 2007 Enterprise- Fully Activated.zip
size: 509.6 MB

Microsoft Office 2007 Enterprise- Fully Activated.zip

Don't Miss: 100% Article Body For Free 

Try One More Link!

Microsoft Office Free Download