Download PESEdit 2.6 Patch including Malaysia Team


New Features: 
• New teams: Malaysia, Atlético Paranaense, Criciúma, Goiás, EC Vitória
• New 2nd division: Brasileirão Série B (Atlético Goianiense, Figueirense, Palmeiras, Sport)
• Updated Classic National Teams (new squads for England, Germany, Netherlands, Brazil, also new faces for France, new kits for Brazil)
• Added possibility to switch to official 1.03 patch by Konami for online play (without patch content)
• New kits: Barcelona, Barcelona B, Braunschweig, Charlton, Classic Brazil, Corinthians, Derby, Kaiserslautern, Leeds, Nordsjælland, Nottingham, Paris, Portugal, QPR, Santos, Thailand     45+ new faces (incl. Deulofeu, Michu, Verratti, Rivaldo etc.)
• New boots: Puma Powercat 1.12 Black/Green, Puma Evospeed Green/Blue, all Konami DLC boots     • Created 10+ missing players (incl. Max Meyer (Schalke), Iván Pérez (Lugo), Nikola Đurđić etc.)
• Updated Mexico NT
• Includes new DLC 3.00 incl. all new boots

General Features:
• Added Bundesliga, Primera Division Argentina, Russian Premier League, 2. Bundesliga, Liga Adelante, Npower Championship, Serie B, Ligue 2, Brasileirão Série B
• Added other teams (Viktoria Plzen, BATE Borisov, Metalist Kharkiv, Rubin Kazan, Anzhi, and more)
• Correct kits for all Premier League, Liga ZON Sagres + all National & Classic Teams
• Corrected names for fake players in unlicensed National teams and ML unlockable players
• Faces: More than 450 new faces
• Fixed kits for a lot teams including Barcelona, Manchester United and Sevilla
• Includes DLC 2.0
• Scoreboard and stadium switch in selector
• Removed blur

Download Direct Link:  Part #1 | Part #2
password = www.softgozar.com

Other Download Link:
Single Link (Choose one link) - Depositfiles | TurboBit | LetitBit

Enjoy & spread it to your friends!

+credit to: PESEdit Team

How To Enable Consumable Item in PES 2013

In PES 2013, there is a comsumable item option if you play Master League and Become a Legend mode. But it is inaccessible. It is an item that is useful to increase the players fitness and strength. It only can be access if you play online. If you play offline, follow this steps to enable the consumable items.


Watch this tutorial video:



All you need is PES2013 - Item Editor tool. Download here.

Once you apply it, it's work with both Master League and Become a Legend. Enjoy and share! And don't forget to subscribe to get latest news from us.

How To Add Popular Post Widget Like Wordpress in Blogger

Multi-colored Popular Post widget on wordpress was very charming and colorful. Now blogger users also can use this widget. We also use this widget in this blog. You also definitely will love it. 


Note: Before making any changes to your template, take a full backup of your blogger template.

#Step:
1. Go to Dashboard ->> Layout ->> Add a gadget ->> POPULAR POST




2. Save. Now, go to Template ->> Edit HTML

3. Click Expand Widget Template. Search this code (Ctrl + F), 

/* Variable definitions
====================
4. Just under the code, paste this code below:
<Variable name="PopularPosts.background.color1" description="background color1" type="color" default="#fa4242" value="#ff4c54"/>
<Variable name="PopularPosts.background.color2" description="background color2" type="color" default="#ee6107" value="#ff764c"/>
<Variable name="PopularPosts.background.color3" description="background color3" type="color" default="#f0f" value="#ffde4c"/>
<Variable name="PopularPosts.background.color4" description="background color4" type="color" default="#ff0" value="#c7f25f"/>
<Variable name="PopularPosts.background.color5" description="background color5" type="color" default="#0ff" value="#33c9f7"/>
<Variable name="PopularPosts.background.color6" description="background color6" type="color" default="#ff0" value="#7ee3c7"/>
<Variable name="PopularPosts.background.color7" description="background color7" type="color" default="#ff0" value="#f6993d"/>
5. Then, search this code (Ctrl + F), ]]></b:skin>. Paste the code below before it.
#PopularPosts1 ul{margin:0;padding:5px 0;list-style-type:none}
#PopularPosts1 ul li{position:relative;margin:5px 0;border:0;padding:10px}
#PopularPosts1 ul li:first-child{background:$(PopularPosts.background.color1);width:90%}
#PopularPosts1 ul li:first-child:after{content:"1"}
#PopularPosts1 ul li:first-child   li{background:$(PopularPosts.background.color2);width:85%}
#PopularPosts1 ul li:first-child   li:after{content:"2"}
#PopularPosts1 ul li:first-child   li   li{background:$(PopularPosts.background.color3);width:80%}
#PopularPosts1 ul li:first-child   li   li:after{content:"3"}
#PopularPosts1 ul li:first-child   li   li   li{background:$(PopularPosts.background.color4);width:75%}
#PopularPosts1 ul li:first-child   li   li   li:after{content:"4"}
#PopularPosts1 ul li:first-child   li   li   li   li{background:$(PopularPosts.background.color5);width:70%}
#PopularPosts1 ul li:first-child   li   li   li   li:after{content:"5"}
#PopularPosts1 ul li:first-child   li   li   li   li  li{background:$(PopularPosts.background.color6);width:65%}
#PopularPosts1 ul li:first-child   li   li   li   li   li:after{content:"6"}
#PopularPosts1 ul li:first-child   li   li   li   li   li  li{background:$(PopularPosts.background.color7);width:60%}
#PopularPosts1 ul li:first-child   li   li   li   li   li   li:after{content:"7"}
#PopularPosts1 ul li:first-child:after,
#PopularPosts1 ul li:first-child   li:after,
#PopularPosts1 ul li:first-child   li   li:after,
#PopularPosts1 ul li:first-child   li   li   li:after,
#PopularPosts1 ul li:first-child   li   li   li   li:after,
#PopularPosts1 ul li:first-child   li   li   li   li   li:after,
#PopularPosts1 ul li:first-child   li   li   li   li   li   li:after{position:absolute;top:20px;right:-15px;border-radius:50%;background:#353535;width:30px;height:30px;line-height:1em;text-align:center;font-size:28px;color:#fff}
#PopularPosts1 ul li .item-thumbnail{float:left;border:0;margin-right:10px;background:transparent;padding:0;width:40px;height:40px}
#PopularPosts1 ul li a{font-size:12px;color:#444;text-decoration:none}
#PopularPosts1 ul li a:hover{color:#222;text-decoration:none}
#PopularPosts1 img{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;transition:all 0.5s ease;padding:4px;background: #eee;background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);-moz-box-shadow: 0 0 3px rgba(0,0,0,.7);box-shadow: 0 0 3px rgba(0,0,0,.7);}
#PopularPosts1 img:hover{-moz-transform: scale(1.2) rotate(-350deg);-webkit-transform: scale(1.2) rotate(-350deg);-o-transform: scale(1.2) rotate(-350deg);-ms-transform: scale(1.2) rotate(-350deg);transform: scale(1.2) rotate(-350deg);-webkit-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);-moz-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);}
.JayRyan-moresubs {
background: none repeat scroll 0 0 #EBEBEB;
border-style: solid;
border-width: 1px;
border-color: #fff #ccc #ccc;
padding: 3px 8px 3px 3px;
text-align: right;
font-size: 7px;
letter-spacing: 1px;
}
.JayRyan-moresubs a {
display: inline-block;
font-weight: bold;
color: #1E598E;
text-decoration: none;
text-shadow: 1px 1px 1px #fff;
}
6. Then, highlight this code. From <b:widget id='PopularPosts1' to </b:widget>
<b:widget id='PopularPosts1'

-----------

</b:includable>
</b:widget>
7. Replace the higjligted code with this code:
<b:widget id='PopularPosts1' locked='false' title='Top 3 Of The Week' type='PopularPosts'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content popular-posts'>
<ul>
<b:loop values='data:posts' var='post'>
<li>
<b:if cond='data:showThumbnails == &quot;false&quot;'>
<b:if cond='data:showSnippets == &quot;false&quot;'>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
<b:else/>
<a expr:href='data:post.href' expr:title='data:post.snippet' rel='bookmark'><data:post.title/></a>
</b:if>
<b:else/>
<b:if cond='data:showSnippets == &quot;false&quot;'>
<b:if cond='data:post.thumbnail'>
<img class='item-thumbnail' expr:alt='data:post.title' expr:src='data:post.thumbnail'/>
<b:else/>
<img alt='no image' class='item-thumbnail' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrPLsJsea3y_TMSPLYv6lCu4ql1UE7aMy_pjyZt0U43mwEMBnd5rDwwFMANCBAzv_haskbEHeoz7_Od6VG-Q1hv-C9a8T2Y5Kw9x0zLNSI5rd5ghH-E2UifniHlTjQZxJx1k0vj5cMBts/s1600/Default..Logo.png'/>
</b:if>
<a expr:href='data:post.href' expr:title='data:post.title' rel='bookmark'><data:post.title/></a>
<div class='clear'/>
<b:else/>
<b:if cond='data:post.thumbnail'>
<img class='item-thumbnail' expr:alt='data:post.title' expr:src='data:post.thumbnail'/>
<b:else/>
<img alt='no image' class='item-thumbnail' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrPLsJsea3y_TMSPLYv6lCu4ql1UE7aMy_pjyZt0U43mwEMBnd5rDwwFMANCBAzv_haskbEHeoz7_Od6VG-Q1hv-C9a8T2Y5Kw9x0zLNSI5rd5ghH-E2UifniHlTjQZxJx1k0vj5cMBts/s1600/Default..Logo.png'/>
</b:if>
<a expr:href='data:post.href' expr:title='data:post.snippet' rel='bookmark'><data:post.title/></a>
<div class='clear'/>
</b:if>
</b:if>
</li>
</b:loop>
</ul>
</div>
<div class='JayRyan-moresubs'>
<a href=' '> </a>
</div>
</b:includable>
</b:widget>

8. Save it. Done!

Refresh your blog to see the result.

• You can show up to 7 most popular entries.
• You can change the background color of the popular posts widget, going to Design >> Template Designer >> Advanced >> PopularPostsBackground and select any color you want.

Share it to recommend it!

Free Download Slender Horror Game For PC & Mac

Many of you heard about the Slender Horror game? Games that make you shocked and screaming in the room alone. And maybe shit brix. Slender game is very suspense and thrilling. Slender horror survival game playthrough without commentary.


For those still no idea what is Slender about, watch this video. 



Fun huh? Don't waste any time, go challenge yourself to run from Slenderman. The game was made by Parsec Productions.

Download it free - www.slendergame.com

Go find the pages and don't get caugt!

Clover - Add Tabbed Browsing in Windows Explorer

You can use the tab function in Windows Explorer just like in Google Chrome. Yes, it is possible with Clover. Clover - Wings for your Windows Explorer! Clover is an extension of the Windows Explorer, to add multi-tab functionality similar to Google Chrome browser.


How it works? Watch this video:



Clover allows Windows user to have Tabbed Browsing just like in Google Chrome:
• Can create new tab in My Computer
• Keyboard shortcut: Ctrl + T, Ctrl + W and Tab Control - multitasking more efficient and quick
• Very light and did not slow down the computer 
• Certainly simplify
• Can bookmark folders or directories
• Worked with Windows XP, Vista, 7 and 8 (32-bit & 64-bit)

Download from the official site: Clover - Wings for your Windows Explorer!

or, Download it from Softpedia.

How To Add Featured Video with Image Thumbnail and Channel Link in YouTube Channel

Most of the Youtube users must be aware of the latest feature in Youtube Annotation. This is most recent feature introduced with the new Youtube theme. This feature allows the user to put featured video with image thumbnail on their Youtube videos. For example, look at the last 10 seconds of this video, http://youtu.be/XUtt9l53INc.

This has been confirmed to be the Invideo Programming feature, just recently released to all users whose accounts are in Good Standing. 

It's definitely a new type of annotation; No word yet on where they come from, or how to activate them for your channel, but there is reason to believe they could be test annotations that are planned to be added to Youtube's new Bulk Annotation feature coming by the end of this year (which Youtube announced at Vidcon was a new feature being developed).  Now, there are two types of feature, video links and channel links.  The Channel links just pulls the channel avatar as the image, while the video links pull the default thumbnail of the video.

Click image to zoom

You can save and remove it anytime you want. This feature allows Youtube user to promote their videos widely. Youtube Thanks to the team for introducing new features that are very useful.

Click here for more details and click here to get started.

How To Slide Notification Widget in Blogger

Many popular websites use this widget to give preference to readers. Displaying sliding notification Notes as a Widget on your blog is a great way to showcase the stuff which you think your readers should notice. You might have noticed that many popular blogs are having that kind of sliding notifications area visible as you scroll the page towards the bottom of the page, and it goes invisible when you are at the top of the page.



Note: Before making any changes to your template, take a full backup of your blogger template.

#Step
1. Go to Dashboard ->> Design ->>; Edit HTML

2. Search this code (Ctrl + F), </head>. Copy the code below, before it.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'/>
<script src='http://howtohouse.googlecode.com/files/jquery.slidenote.min.js' type='text/javascript'/>
3. Copy below code and paste it just before the ]]></b:skin>.
/* -----CSS START------ */
.slidenote { width: 320px; height: 130px; background: #FBEC78; padding: 1em;
-moz-box-shadow: -0.2em -0.2em 0.7em #333; -webkit-box-shadow: -0.2em -0.2em 0.7em #333;}
.slidenote img { float: left; margin-left: -2em; margin-top: -2em; }
.slidenote img:hover { margin-top: -1.95em; }
/* -----CSS END------ */
You can edit the code in red according to your needs.

4.  Now, copy below code and paste it just before the </body> tag.
<!-- Notification Slider Start -->
<div class='slidenote' id='note'>
<div id='container'>
<h2>Visit HOW-TO HOUSE :  <a href='http://www.place2how-to.com/'>www.place2how-to.com </a></h2>
<span><em>Get many useful tutorial for many useful things...</em></span>
<p>&#8226;  <a href='http://www.place2how-to.com/search/label/Pro%20Evolution%20Soccer'>Pro Evolution Soccer tricks</a></p>
<p>&#8226;  <a href='http://www.place2how-to.com/search/label/Blogger%20Tutorial'>Blogger Tips and Tutorial</a></p>
<p>&#8226;  <a href='http://www.place2how-to.com/search/label/Make%20money'>Make Money Online</a></p>

</div>
</div>
<script type='text/javascript'>
$(&#39;#note&#39;).slideNote({
closeImage: &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLB7AlPpAbAzU0vrbu3Cy__o_B-sfnnSqge0qCYYTNyKHCYZtUbtMwm0zqPTPIre0grN4fw4cnD8fFrk7MioKYlG4jjKIDFUnrxiv87naktkwktxmRhbNjTLSIHx_EuimpcKh-VuKUXOEY/s1600/slidenote.close.png&#39;
});
</script>
<!-- Notification Slider Ends -->

Edit code in red with your information that you want to be highlight.

5. Save. You're done. Refresh to see the result.

Share it to recommend it!

Get Your Forgotten Email Address For Your Blog

Some of us who have a lot of emails for a some reason to use on the web. One of the function is to access blogger. But forgot which email address that you use for your blog. Follow the following ways to find out the email that you use.

blogger.com/forgot.g
» To know your forgotten email for blogger just go to this link - http://www.blogger.com/forgot.g
» Enter the URL of the blog you're trying to gain access to.


» Blogger will send an email with sign-in instructions to that email address.

Like and share!

How To Add Flower Petals Effect in Blogger

Decorate your blogger with the effect of fall flowers. This effect sometimes bring a good mood to our blog readers. But please ensure that our widget installed on blogs are not fluff and excessive. Sure it looks charming and romantic. Look at the demo.

DEMO

#STEPS
1. Go to your Dashboard >> Design >> Page Element >> Add a Gadget.

 

2. Paste this code in.
<script>if(typeof jQuery=='undefined'){document.write('<' 'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</' 'script' '>')}</script><script>if(!image_urls){var image_urls=Array()}if(!flash_urls){var flash_urls=Array()}image_urls['rain1']="http://2.bp.blogspot.com/-IQXNv-_CBLE/TpWcK7LL4VI/AAAAAAAAG0I/bcxYcqc_uI0/pinkpetal1.png";image_urls['rain2']="http://4.bp.blogspot.com/-teXCIicWPF4/TpWcLLg0A2I/AAAAAAAAG0U/IPPCr1gponc/pinkpetal2.png";image_urls['rain3']="http://3.bp.blogspot.com/-3JG9HLECCRU/TpWcLZGSYtI/AAAAAAAAG0g/zIJINua93TE/redpetal1.png";image_urls['rain4']="http://2.bp.blogspot.com/-BByhQEK5E24/TpWcLux4xRI/AAAAAAAAG0s/x2hIr1AV_Ac/redpetal2.png";$(document).ready(function(){var c=$(window).width();var d=$(window).height();var e=function(a,b){return Math.round(a (Math.random()*(b-a)))};var f=function(a){setTimeout(function(){a.css({left:e(0,c) 'px',top:'-30px',display:'block',opacity:'0.' e(10,100)}).animate({top:(d-10) 'px'},e(7500,8000),function(){$(this).fadeOut('slow',function(){f(a)})})},e(1,8000))};$('<div></div>').attr('id','rainDiv')
.css({position:'fixed',width:(c-20) 'px',height:'1px',left:'0px',top:'-5px',display:'block'}).appendTo('body');for(var i=1;i<=20;i  ){var g=$('<img/>').attr('src',image_urls['rain' e(1,4)])
.css({position:'absolute',left:e(0,c) 'px',top:'-30px',display:'block',opacity:'0.' e(10,100),'margin-left':0}).addClass('rainDrop').appendTo('#rainDiv');f(g);g=null};var h=0;var j=0;$(window).resize(function(){c=$(window).width();d=$(window).height()})});</script>
<script>if(typeof jQuery=='undefined'){document.write('<' 'script');document.write(' language="javascript"');document.write(' type="text/javascript"');document.write(' src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js">');document.write('</' 'script' '>')}</script><script>$(document).ready(function(){var a=$('<img>').attr({'src':'http://2.bp.blogspot.com/-IQXNv-_CBLE/TpWcK7LL4VI/AAAAAAAAG0I/bcxYcqc_uI0/pinkpetal1.png','border':0});$('<a></a>').css({position:'absolute',right:'0px',top:'22px','z-index':'90'}).attr({'href':'http://www.place2how-to.com/2012/12/how-to-add-flower-petals-effect-in.html'}).append(a).appendTo('body')});</script>
3. Save. Refresh your blog and see result.

Wanna add snow effect instead of flower petals? Add Snow Effect tutorial here.

Love it? Like and share it!

How To Boost PES 2013 Master League Money

In PES 2013 Master League mode, we need a lot of money to develop a great team. Buy a good players and build an efficient coaching team. To increase the amount of money quickly, follow this tutorial. Watch this tutorial video.

HOW TO BOOST PES 2013 ML Money




Enjoy guy! Buy CR7, Neymar, Messi. Put them in one team. Nobody be able to beat ya. WIN!

How To Boost PES 2013 Become a Legend Money

No need to win the entire tournament to get money in Become A Legend PES 2013. Use only PES 2013 BAL Money Booster. You can set your money to the maximum level. Watch this tutorial video:

HOW TO BOOST PES 2013 BaL Money



Download PES 2013 BAL Money Booster

Share it to recommend it!

Stop Tracking Own Pageview in Blogger


As a blogger, we are very excited to find out how many visitors came to our blog. Blogger has been providing tracking the number of visitors in blogger stats. However, these visitor counter included our visiting as a pageview. To find more accurate visitor counter and stop tracking your own pageview, watch this video.



As simple as that. Share it! 

Create Your Own Website Barcode (QR code)


A QR code (abbreviated from Quick Response code) is a type of matrix barcode (ortwo-dimensional code). Create link to a website with our generator and change it into a mobile barcode, which can then be scanned using a camera phone.  

Generate your site barcode/QR code using the generator below. You also can generate message, Phone number, SMS or email barcode.



How to scan and decode mobile barcodes:
Point and shoot your mobile camera phone at a mobile barcode to connect directly to a website. All you need is a barcode scanner/reader for your mobile camera phone. Some phone already got Barcode Scanner installed. For Nokia phone, you can find it :

Menu ->> Applications ->> Office ->> Barcode.

Check whether your mobilephone already has a preinstalled code reader. You can download a Barcode Scanner apps by the link below.    


Taste the technology.

How To Create Screencast For Free with Screenr

If you would like to record activity on your screen, just use Screenr without having to install any software to your computer. 

SCREENR
Screenr's web based screen recorder makes it a breeze to create and share your screencast around the web. Just click on the record button, capture your screen and voice, share it.


» Share your knowledge on Twitter and Facebook
» Reveal tips, tricks and software shortcuts
» Showcase the ins and outs of new products and apps
» Build brand and expert reputation
» Embed video tutorials on sites and blogs


It's completely Free! 

Enjoy!

Facebook Messenger For Firefox - Chat Wherever You Go On The Web

To Firefox browser user, this one is special for you. Mozilla launched the latest features to Firefox 17, it's Facebook Messenger. Facebook Messenger for Firefox lets you keep up with friends wherever you go on the web!


Facebook Messenger for Firefox
»  To use this new feature, upgrade your Firefox browser or get it here -  Firefox version 17

»  Go to page Messenger for Firefox and click 'Turn On'.



No need to go to the Facebook tab or install messenger on your PC. Facebook Messenger for Firefox is more easier. Enjoy! :)

Don't forget to share with your friend.

Find Out Who Unfriend Or Decline Your Friend Request on Facebook

Facebook gives us the opportunity to find our old friends and stay in touch after a long time. In addition, we also can add new friends to make our facebook network bigger. Before someone included in our friends list, request must be accepted first. Some accepted, others rejected. In many requests, may have a decline. To find out, use this facebook apps.


UNFRIEND FINDER
1. Log in to your Facebook account. Type "Unfriend Finder" at Facebook search bar or just go to this link - apps.facebook.com/friendshipmonitor


2. Manage who can see the post. Then, Go to App.


3. Look for the result. :)


After you figure out who rejected and decline your request, do not got angry and mad at them. They must have a certain reason for that. : P

Enjoy! Share to recommend.

Scan URL Wether It Is Safe or Not

Some of URL link in the internet are not safe because of viruses, worms, malware or anything, you name it. Before you are stuck with an insecure link, it's better scan before clicking on the link URL. You can scan these suspicious links before you click on them. 

URLVoid 
URLVoid is a free link service to scan any suspicious URL. Just go to the website, and paste your URL there, and it will tell you whether it is safe or not.


Stay calm & happy browsing! :)

Increase Your Facebook Pages Likes with AddMeFast

Facebook is second ranked the most popular website in the world. A vast network of facebook can be an effective form of marketing. To become a success full publisher you should have your own Facebook community page, it’s not only vital but play significant role in building traffic as well as the backlinks. But to get your Facebook page spread, 'like' is most needed. If more people 'like' your page, the more extensive marketing through the page. To get the 'like' not as easy you think also a bit difficult. You can ask friends, family, or friends of your friends but still not enough. So, you will need this few steps to increase your Facebook Page Like. Let's know how ...

AddMeFast
What is AddMeFast? AddMeFast is a website that provides services to increase facebook like page. Not only that, there are also services for other social media such as Youtube, Twitter, Google Plus, Pinterest and others. Is it a real likes? Yup, real human likes.

It is also very easy to use. Follow the following steps:

Step 1:
Just need to register here - AddMeFast. Then, verify your registration in your email inbox.


Step 2:
After registering and verifying your Email Address, login to your account. Then, add Facebook Page/Site that you want to get likes. You can add more than 1 site or page.


Type: Select 'Facebook Likes' if you want to increase Facebook Page likes. You can choose other type for other services.
Title: Enter the title of your page/site.
Site/Page URL: URL of your Facebook page or any link that you want to target for likes.
CPC: It's up to you. The more higher you bid, the faster likes you will receiver. Most recommended is between 5 - 10 points.

When everything done, Save Changes.

Step 3:
Now you have to like other pages to earn points. These points will help you to increase your likes the more you earn points, the extra like you will get. Following is the list of services that could earn you free points. Facebook Likes, Facebook Subscribers, Twitter Follow, Google Plus Circle, Google Plus one, YouTube Subscriber, YouTube Views, Pinterest Followers, Sound Cloud, Stumbleupon Followers etc.


Now, you have to collect points. More points, more Likes you can get. You can refer your friends earn 300 points for each friends.

Share/Like if you Like it! :)

PES 2013 Tricks & Skills Tutorial - All Feints

Special for PES 2013 fans. It was difficult to play without a good ball control skills. Therefore, this tutorial will teach how to control better movement of individuals and as a team. Time to learn! 



Play 'Tiki-taka' like Barcelona, strong individual skills and good teamwork can be mastered when already understand this game movement. Enjoy it!

Get Latest News For Blogging Idea with Google Alert

Sometimes we do not have an idea to write on the blog. Here we will teach you several ways to get ideas and the latest news from the internet. This service is free without any charges. There are also services that require payment.

Ideas and latest news to make your blog content always updated and more attracted by readers of your blog. Here it is:

GOOGLE ALERTS
http://www.google.com/alerts/

Google Alerts is the best way to track the progress of the topic you're writing on a blog. Google will send you e-mail notifications about articles and the latest news on the internet based on your keywords.

Enter your keywords and click [Create Alert]. Google will send an e-mail notification to you depend on your settings. When you choose once a day, Google will send alerts via e-mail to you every day.



That's it! Use Google Alerts to get the latest news and ideas to produce fresh entries to your blog. Enjoy!