Showing posts with label Tutorial. Show all posts
Showing posts with label Tutorial. Show all posts

28 May 2016

How To Get 5000 facebook friends request in One Day 2016

 How To Get 5000 facebook friends Request in One Day
 Can Anybody get 5000 Facebook friends in One Day?

Yes Guy, Anybody can Get 5000 Facebook friends in One Day, We had also share the trick with You "How to Invisible your fb profile name" .We are always share something new tricks with you. Today we are sharing this Amazing tricks on our site. With the help of this trick you can get more than 5000 Facebook friends request in one day, Its very simple method, also using this you can't be block. There are 100 of methods for this, but many of these are not working, And some methods are harmful for youraccount . This method is safe and also user friendly.
How To Get 5000 facebook friends request in One Day

Can Anyone Earn money with many friend?
Yes this is true you can earn money by using this trick , the reason is every one need more likes on their
page and large friends list account and companies want to promote there product on online, therefore you can earn money by promoting any company’s product. 
ALSO VIEW-
For more tricks you can Bookmarked Our Site by Control + D

Is This method is safe? 

There are many methods or tricks for this purpose, But all are not safe, Fb may be blocked you but this method is tested by us and are safe. We try this trick and Facebook was not blocked us therefore this is safe for you. This is a amazing trick by this you can get emails of persons who want more friends on there fb friend list Its like as a link exchange method.

Step1) You have to login your Facebook Account.

Step2) Go to Facebook/mass_Add Application.

Step3) Login with this application to get information.

Step4) Select your Friends interest in the Select friends which you want to add.


Select Friends


Don't miss to Login with Facebook, if you not do this step generate button will not open.




 
Step5) Click on the Generate Button.


Generate Button
 
Step6)After This all thing done, you can see many Friends Email and then Just Copy All.
How To Get 5000 facebook friends request in One Day

Step7) Go to Invite Friends php url. You can go directly by this link on “Invite Friends php”
  
Step8) Paste all Emails in There and Write any Message Like 'Please Add, Add me,Add me I am best liker'.
How To Get 5000 facebook friends request in One Day


Step9) Wait some time then

After some time you will start getting friends request.

Note-: Please use trick only one time in A Day.
ALSO VIEW-
Last thing:-
We are always trying to share something new and more useful tricks for you.This is not a official trick , So we are not responsible for any harm or violation activity of Facebook because its not follow by Facebook terms and policies. Please Share this article with your friends and you can Bookmark this site by Control + D, Thanks for visit and always keep it.


If You Like It, Please Share…

19 Dec 2015

Add Advanced Snowfall Effect and santa clause image to Blogger blog 2016

Add Christmas precipitation result to your Blogger blogs with nice snowflakes customizations in colours, appearance, number, and speed.

I've seen bloggers sometimes beautify their blogs for Christmas because the month of December arrives. the foremost fashionable Christmas result you see on websites and blogs is that the precipitation result, within which the snowflakes fall slowly and this whole result floats over the journal.

So, however cool can or not it's to feature such Effect to our Blogger web logs? This tutorial covers a way to add falling snowflakes to a Blogger blog with no secret writing skills needed.

How to Add Christmas Lights Widget for Blogger

The effect is straightforward, however supports advanced customization settings that will assist you to bring it to subsequent level. Below are some features our Snowfall effect will carry:
  • Easy to install, hardly takes 5 minutes to get it up and running on your blog
  • You may easily customize the snowflakes size, shape, speed, number, color, and appearance
  • You may easily remove the effect if you wish when Christmas ends, just by removing the lines of code you've added
  • You don't need to host the script files separately, I've already done it for you

Steps

I want to keep it as simple as possible, but I'm also sharing some information on what resources are we going to use, and how to customize the effect. We will be using jQuery and Snowfall jQuery plugin to bring about the effect.
You need not to worry about anything, just follow the below given steps and you will see the falling snowflakes in action on your blog.
  • Edit HTML of your Blogger template and look for </body> (the closing body tag). See this guide if you don't know how to edit the template.
  • Paste the following code just above </body>:
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js' type='text/javascript'></script><script src='http://code.jquery.com/jquery-migrate-1.2.1.js' type='text/javascript'</script><script type='text/javascript'>//<![CDATA[(function(b){b.snowfall=function(a,d){function s(c,f,g,h,j){this.id=j;this.x=c;this.y=f;this.size=g;this.speed=h;this.step=0;this.stepSize=e(1,10)/100;if(d.collection)this.target=m[e(0,m.length-1)];c=b(document.createElement("div")).attr({"class":"snowfall-flakes",id:"flake-"+this.id}).css({width:this.size,height:this.size,background:d.flakeColor,position:"absolute",top:this.y,left:this.x,fontSize:0,zIndex:d.flakeIndex});b(a).get(0).tagName===b(document).get(0).tagName?(b("body").append(c),a=b("body")):b(a).append(c);this.element=document.getElementById("flake-"+this.id);this.update=function(){this.y+=this.speed;this.y>n-(this.size+6)&&this.reset();this.element.style.top=this.y+"px";this.element.style.left=this.x+"px";this.step+=this.stepSize;this.x+=Math.cos(this.step);if(d.collection&&this.x>this.target.x&&this.x<this.target.width+this.target.x&&this.y>this.target.y&&this.y<this.target.height+this.target.y){var b=this.target.element.getContext("2d"),c=this.x-this.target.x,a=this.y-this.target.y,e=this.target.colData;if(e[parseInt(c)][parseInt(a+this.speed+this.size)]!==void 0||a+this.speed+this.size>this.target.height)if(a+this.speed+this.size>this.target.height){for(;a+this.speed+this.size>this.target.height&&this.speed>0;)this.speed*=0.5;b.fillStyle="#fff";e[parseInt(c)][parseInt(a+this.speed+this.size)]==void 0?(e[parseInt(c)][parseInt(a+this.speed+this.size)]=1,b.fillRect(c,a+this.speed+this.size,this.size,this.size)):(e[parseInt(c)][parseInt(a+this.speed)]=1,b.fillRect(c,a+this.speed,this.size,this.size));this.reset()}else this.speed=1,this.stepSize=0,parseInt(c)+1<this.target.width&&e[parseInt(c)+1][parseInt(a)+1]==void 0?this.x++:parseInt(c)-1>0&&e[parseInt(c)-1][parseInt(a)+1]==void 0?this.x--:(b.fillStyle="#fff",b.fillRect(c,a,this.size,this.size),e[parseInt(c)][parseInt(a)]=1,this.reset())}(this.x>l-i||this.x<i)&&this.reset()};this.reset=function(){this.y=0;this.x=e(i,l-i);this.stepSize=e(1,10)/100;this.size=e(d.minSize*100,d.maxSize*100)/100;this.speed=e(d.minSpeed,d.maxSpeed)}}function p(){for(c=0;c<j.length;c+=1)j[c].update();q=setTimeout(function(){p()},30)}var d=b.extend({flakeCount:35,flakeColor:"#ffffff",flakeIndex:999999,minSize:1,maxSize:2,minSpeed:1,maxSpeed:5,round:false,shadow:false,collection:false,collectionHeight:40},d),e=function(b,a){return Math.round(b+Math.random()*(a-b))};b(a).data("snowfall",this);var j=[],f=0,c=0,n=b(a).height(),l=b(a).width(),i=0,q=0;if(d.collection!==false)if(f=document.createElement("canvas"),f.getContext&&f.getContext("2d"))for(var m=[],f=b(d.collection),k=d.collectionHeight,c=0;c<f.length;c++){var g=f[c].getBoundingClientRect(),h=document.createElement("canvas"),r=[];if(g.top-k>0){document.body.appendChild(h);h.style.position="absolute";h.height=k;h.width=g.width;h.style.left=g.left;h.style.top=g.top-k;for(var o=0;o<g.width/d.minSize;o+=d.minSize)r[o]=[];m.push({element:h,x:g.left,y:g.top-k,width:g.width,height:k,colData:r})}}else d.collection=false;b(a).get(0).tagName===b(document).get(0).tagName&&(i=25);b(window).bind("resize",function(){n=b(a).height();l=b(a).width()});for(c=0;c<d.flakeCount;c+=1)f=j.length,j.push(new s(e(i,l-i),e(0,n),e(d.minSize*100,d.maxSize*100)/100,e(d.minSpeed,d.maxSpeed),f));d.round&&b(".snowfall-flakes").css({"-moz-border-radius":d.maxSize,"-webkit-border-radius":d.maxSize,"border-radius":d.maxSize});d.shadow&&b(".snowfall-flakes").css({"-moz-box-shadow":"1px 1px 1px #555","-webkit-box-shadow":"1px 1px 1px #555","box-shadow":"1px 1px 1px #555"});p();this.clear=function(){b(a).children(".snowfall-flakes").remove();j=[];clearTimeout(q)}};b.fn.snowfall=function(a){if(typeof a=="object"||a==void 0)return this.each(function(){new b.snowfall(this,a)});else if(typeof a=="string")return this.each(function(){var a=b(this).data("snowfall");a&&a.clear()})}})(jQuery);//]]></script><script type='text/javascript'>//<![CDATA[jQuery(document).ready(function(){    jQuery(document).snowfall({        flakeCount : 800,        flakeColor : "#ffffff",        flakeIndex: 999999,        minSize : 1,        maxSize : 4,        minSpeed : 2,        maxSpeed : 8,        round : true,        shadow : false,    });});//]]></script><style>.otman {position:absolute;top:0;right:0;}#otposition {position:relative;}</style><div id="otposition"><a href="http://official-tricks.blogspot.com/2014/12/christmaseffect14.html"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgscguOgD3kcZhd4kB5MaD5DAkjMfN8myqQeJ1zhlHLP2qnaAP8KZW8ocZ2N1iz9W7HkX3NxkpcWoLZ4XSILqy2X9qD6mNKPqPbi-LXaSzRYQqNtuMdzeNGAkVzF6l1zAwewzFEB0hMOd0/s1600/santa-claus-1128051203.png" class="otman"/></a>



  • Finally save changes


Advanced Customization guide


As I told you in the beginning, you can customize the effect to make it as you wish. You just have to add a few parameters in the highlighted line in above code.
Note that parameter name and value should be separated with a colon (:) and the value should have a comma (,) in the end. Below give are the supported parameters:
flakeCount: any positive integer value eg. 100
flakeColor: a color value under quotes eg. "white" or #ffffff
m inSizemaxSizeminSpeed, and maxSpeed: any positive integer value
round: Boolean value i.e. true or false. It makes the snowflakes appear rounded.
shadow: Boolean value i.e. true or false. It gives the snowflakes a drop-shadow.
    Hope you enjoyed the post. Feel free to post your views, suggestions, and questions in comments, and consider sharing it with friends. Merry Christmas :)


    1 Aug 2015

    Upgrade To Windows 10 Free Download Full Version

    This about Windows 10 Free Download Full Version and upgrade your Windows 7, 8.x to Windows 10. Recently, Microsoft has just announced that they have released an early Technical Preview of Windows 10.  I always loved the moment when new OS release comes from Microsoft Windows 10. Users were expecting Windows 9 after the previous 8.1 but it was quite surprising that Microsoft Skipped 9 and released Windows 10. In this latest version of microsoft windows 10 has new look of Metro Style UI (User Interface) and Microsoft had to take a new step to create a Mixture of Windows 7 and Windows 8 to create the latest Windows 10.

    Windows 10 Free Download Full Version

    So far Windows 10 has received positive response from technical groups and it is not official released by Microsoft. However they have released a preview version. You can easily Download and Upgrade windows 8, 8.1 to Windows 10 free download full version for free of cost and get concept of how this product will work. I’m also excited to install this on your new system.

    Technical Specifications of Windows 10

    • Name of the software: Windows 10 Technical overview available in 32 bit and 64 bit versions with English mainstream language.
    • Type of Setup: Offline Installer/Full Standalone Setup:
    • Compatibility Architecture: 32Bit(x86)/64 Bit(x64)
    • License: Free
    • Developers: Microsoft

    Minimum System Requirements For Windows 10 :-

    • OS To upgrade:- You will need Service Pack 1 (SP1) Of Windows 7 or Windows 8.1( Windows installed must be a genuine one otherwise no update will avail to you).
    • Processor: 1 GHz or faster processor or SoC (system on a chip). 64-bit versions of Windows 10 require a processor that supports CMPXCHG16b, PrefetchW, and LAHF/SAHF capabilities.
    • RAM: Atleast 1 GB for 32-bit or 2 GB for 64-bit
    • Physical Memory (Hard Disk Space): 16 GB for 32-bit or 20 GB for 64-bit
    • Graphics: DirectX 9 or later with WDDM 1.0 driver.
    • Display or Resolution: 1024 x 600.
    • Touch: For multi touch support tablet or Windows device.
    • Microsoft account: Required for some features.
    • Cortana support: Only supported in the United States, United Kingdom, China, France, Italy, Germany, and Spain.
    • Windows Hello Face Recognition: Infrared camera for facial recognition or iris detection, or a finger print reader which supports the Window Biometric Framework.
    • Media streaming:  Xbox Music and Xbox Video streaming capabilities available only in certain regions.
    • Compatible kernel mode drivers.
    • Device encryption :-InstantGo and TPM 2.0.
    • BitLocker: Windows 10 Pro or Enterprise, Trusted Platform Module (TPM) 1.2, TPM 2.0 or a USB flash drive.
    • Wi-Fi Direct Printing: Supported Wifi Router to access services

    You are upgrading from Windows 7 or Windows 8/8.1

    As mentioned earlier, Windows 10 is a free upgrade if you are running Windows 7 or Windows 8.x. Here’s how you can upgrade:
    1. Open Windows Update (search for Windows Update in Start Menu or Start Screen).
    2. If your computer is eligible, you’ll see the option to upgrade to Windows 10.
      In some cases, like in Windows 7, you may need to first download the SP1 update, before going to Windows 10. Do note that this could take a while.

    Download ISO 32/64 Bit and Upgrade To Windows 10

    Click on below button to start Windows 10 Download ISO 32/64 Bit Free of cost. This is Technical Preview released by Microsoft yet.  You can easily download and install it via USB or DVD.

    Installation Code/ Product Key/Serial Key of Windows 10:

    Microsoft has released the technical preview code for Windows 10 and use the below mentioned code to activate OS, which is as follow:
    Installation Code/ Product Key/Serial Key of Windows 10:
    Microsoft has released the technical preview code for Windows 10 and use the below mentioned code to activate OS, which is as follow

    20 Jun 2015

    How To Increase/Improve Wifi Speed 2015

    Here is wifi tips, How To Increase/Improve Wifi Speed – Today billions of people are using their personal wifi networks at their home and at their work places. But many people claims that their wifi network speed get slows or wifi speed is not so good. There are certain factors that affects the wifi speed which may include all the factors like wifi being hacked, improper positioning of wifi router and improper wifi settings etc. So in this post i am going to tell you all about How To Increase/Improve Wifi Speed. This method will help you a lot to enjoy high speed internet over wifi.

    How To Increase/Improve Wifi Speed 2015

    How To Increase/Improve Wifi Speed 2015

    Below are the methods by which you can easily boost your wifi speed and can enjoy the high speed internet on wifi enabled devices. Try all of them.
    #1 Reboot Your Router With A Schedule :- Try to reboot your router with a particular schedule of time as it refreshes all the router settings and clears all the empty packets of the router and it will speed up your internet. You should reboot your Router once day. If your hardware is of latest technology then you can set automatic reboot schedule in it.
    #2 Increase Wi-Fi Range with DIY Tricks :- You can increase your wifi signal strength to about 1.5 times than the default range by this method. In this method we cut a beer can along the vertical and then put it around the router antina to boost up the wifi signals.
    #3 Protect Your Wifi From Hackers :- The main reason behind the sudden drop of wifi speed is hacking of your wifi as someone else must use your wifi and your bandwidth devide and your internet speed gets slow. So better is to protect your wifi from hackers.
    #4 Get Rid of Interference from Other Appliances :-Other Appliances like Cordless phones, microwaves, and other appliances can effect your wifi speed so better is to get rid of them or you can also use dual band wifi router which have no affect on it with these appliances.
    #5 Avoid Bandwidth-Hogging Applications :- There are many apps that stay connected with your internet and can hogg your internet bandwidth like some viruses without your notice. So better is to find such apps in your devices like computer and mobiles and uninstall them.
    #6 Find The Right Wireless Channel :-If you have neighbors that are using wifi then your channel can interfare with their signals so better is to set a channel that is unique from another that no interface can take place so you can use apps like  Wi-Fi Stumbler or Wi-Fi Analyzer to find a better channel for your router.
    #7 Turn Your Old Router Into Repeater :- Repeater is a device that is used to repeats the signal with boosted strength and you can use your old router as a repeater and your wifi signals can now transmit to higher distance and you can experience high speed with full signal strength.
    #8 Locate The Perfect Place For Your Router :- You can locate your router at the perfect place where it can give the best speed than any other alternative place you can randomly select perfect place for your router and can have better internet speed.
    So above is the method for How To Increase/Improve Wifi Speed. By using these methods you can easily boost up your wifi internet speed can experience high speed internet. These methods are simple and easy to implement. Hope you like the post. Don’t forget to share this cool post. leave a comment below about any related query.

    Ads Inside Post