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!

How To Get Rid of Babylon Search

Do you have problem with Babylon search with your Mozilla Firefox? That was extremely annoying. So, let's get rid of it quickly. This is the most worked way to remove it.



STEPS
1. Go to Firefox tab -> Help -> Troubleshooting Information


2. Then, click on the "Reset Firefox"


3. Firefox will restart and will work perfectly after that.

Bye bye Babylon. :P

Leave your comment as appreciation.  :D

How To Solve PES 13 WAS NOT INSTALLED?

If you installed the PESEdit 2013 latest 1.0 patch, some will have this problem "PES 13 WAS NOT INSTALLED?". Annoying right? So, this is how to solve it. 

STEPS
1. Go to Start Menu type Regedit and Enter

2. Now, go to HKEY_LOCAL_MACHINE -> SOFTWARE -> Wow 6432Node -> KONAMI -> PES2013

3. Then double click on code and enter

SHVY-3LE9-TMNH-7K5L-JN73 or,
E5DW-NHA5-RR9T-DLMH-A6NP or,
JX3P-2V79-SYH5-Y46F-TC7L

4. DONE! Make sure Run PESEdit.com 2013 Patch as Administrator.

Now, you should able to play it. Enjoy! Share it!

How To Download Youtube Video via Keepvid

Youtube now available in HD. If you find it's hard to watch the HD video cause it's stuck when buffering? The only way to watch it smoothly by downloading it and play it with your media player. Actually you can download any video on your browser using IDM because it has a video grabber. But if you find it is difficult, just learn this easy way. Download Youtube video via Keepvid.

1. Go to the Youtube video that you want to download.

2. Then, copy the video URL;


3. Now, go to Keepvid.com

4. Paste the video URL in the download box provided and click 'DOWNLOAD'


5. Click 'Run' when prompted. Tick the box 'Always trust content from thjis publisher' to start download.


6. Now, you good to download. Success!


Enjoy!

How To Create Screenshot with Media Player Classic (MPC)

Have you seen screenshot like this?


You wanna create it yourself? It's easy. Just using your Media Player Classic. Easily follow this steps.

1. Of course you need to have Media Player Classic (MPC). Download it here.

2. Play any movie that you want to take a screenshot. Then, go to File tab --> Save Thumbnails


3. Then, you can customize the amount of thumbnails, columns or image width. Don't forget to set directory where you want to save the screenshot.


4. When you finish customizing, just click Save.

Finish!

You can create a screenshot of any film with MPC. Have a nice day! =)

How To Fix Multiple Networks at Startup But No Internet Access

Can't connect to the internet because it's showing as being connected to multiple networks? A Home network and an Unidentified network.  When you facing this problem, just follow this tutorial.

Apparently there is an Apple program called "Bonjour Services" it is installed in Windows 7 with programs like iTunes. It is also installed with Adobe PS3 programs but usually shows up as ##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762## in Adobe.

To see if you have the Bonjour service or ##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762## running on your PC.

1. Click Start Right-click "Computer" and select "Manage".
2. Expand "Services and Applications" -> "Services".
3. Find the Bonjour name or ##Id_String1.6844F930_1628_4223_B5CC_5BB94B879762## in the list of services.
4. Double-click this to open up a Window.
5. Under the General Tab next to Start-up Type Select Disabled from the drop down.
6. Finish!

Now test and see if you still have connectivity issues. Good luck!


credit: w7forum.com

How To Block Annoying Youtube Video Ads

This advertisement is so annoying because disturbing our passion to watch the video and need to wait for a few second. Actually, it took only 8-10 second before you can skip the ads. But if you wish to block the ads, this is for you.

For FIREFOX user:
Install AdBlock Video add-on HERE. Click the icon to turn ON/OFF Adblock Video.

ON: 
OFF:

Works for popular sites like CBS, ABC, NBC, Fox, and others!

Blocks repetitive and annoying ads, allowing you to enjoy your favorite shows without unnecessary interruptions!


For CHROME user:

Install this extension -  Skip ads on YouTube – No illegal block


*****

Now, no more ads. Enjoy! Share it to your friends!

How To Bypass Adf.ly Links in Google Chrome

In the previously, we shared tutorial to bypass shortening service links such Adf.ly in Mozilla Firefox browser. Now, you can bypass Adf.ly links in Google Chrome too. Hey, why don't you register with Adf.ly? You can earn money by shrink your links. Register with Adf.ly here. And if someone use this method to bypass Adf.ly links, it still be count into your Adf.ly account. :D

STEPS:
1. Install this add-on for Chrome - Click here


2. Done! You can try it by go to this see if it's work. - http://adf.ly/7QKm3

Now, you don't need to wait 5 second and click on the "Skip Ad". It will redirect you to targeted link. Enjoy!

How To Bypass Adf.ly, AdFoc, Ityim, Linkbucks Etc Links in Mozilla Firefox

As we know, Adf.ly is one of the most popular shortening link service which chosen by user all around the world to earn some money. Undoubtedly it is really good to earn monthly income for me as user of Adf.ly service. I highly recommend you to register with Adf.ly. Read this guide to register with Adf.ly.

But visitors hate this shortening link because have to wait for some time before redirect to the actual link. Also have to click on skip ad button. Now you can bypass links from shortening service such as Adf.ly, AdFoc, ityim, linkbucks, urlcash, adcraft etc in Firefox browser. Let's know how!

Adsfight
1. Install Greasemonkey add-on. Click here.


2. After that, install user script which is script to bypass those shortening link service.

3. Install AdsFight! userscript for Greasemonkey, Click here. (click Install on the right of the page)

Now you've done. You can try if it's work by click this links --> http://adf.ly/7QKm3

Adf.ly Skipper
1. If you are looking for a dedicated Firefox extension which does the work of skipping adf.ly ads automatically without installing Greasemonkey.



2. Just install Adf.ly Skipper


Note: Your Adf.ly links still will be count into your account if someone using this method to bypass your Adf.ly links. Win! :)

Share this tutorial!

How To Delete Windows.Old Folder

After finished installing you new windows OS, it will leave a folder named as Windows.Old. It is also used a big size of your hard drive. You cannot easily delete it. So, follow this instructions.

STEP TO DELETE WINDOWS.OLD

1. Open Disk Cleanup program. Go to Start Menu >> All Programs >> Accessories >> System Tools >> Disk Cleanup


2. Then, click Clean up system files >> Ok


3. After that, check Previous Windows Installation(s), then click Ok.



4. Just wait til' finish.

Now, folder Windows.Old is deleted. :)

How To Partition and Resize Hard Drive using EASEUS Partition Master

Download EASEUS Partition Master HERE.

In this tutorial I show you how to partition and resize your hard drive or hard disk using EASEUS Partition Master. It's really easy. 


Good luck guys!

Download EASEUS Partition Master 9.1 Server Edition


As Partition Magic alternative, EASEUS Partition Master Home Edition is a FREE ALL-IN-ONE partition solution and disk management utility. It allows you to extend partition (especially for system drive), manage disk space easily, settle low disk space problem on MBR and GUID partition table (GPT) disk.

• Resize/Move partition
• Extend system drive
• Copy disk & partition
• Merge partition
• Split partition
• Redistribute free space
• Convert dynamic disk
• Recover partition



Download: EASEUS Partition Master 9.1 Server Edition

Password: howtohouse

How To Partition and Resize Hard Drive using EASEUS? Follow this tutorial.

How To Change Back .lnk Files to Normal

The .lnk file extension refers to a shortcut link on your computer, not the actual file. This occurs when you upload the document while the file is still open or if you load the file from the Recent Files folder instead of My Documents, My Computer, or the Desktop.


This problem make you uncomfortable to use your computer. So let's fix it now.

METHOD #1
1. Open the Registry Editor (click Windows + R, type regedit, hit enter).

2. Navigate to this registry branch:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.lnk

3. Find the subkey called User Choice and delete it.

4. Close Registry Editor.

5. Reboot your PC.


METHOD #2
Just run this tool to fix it automatically;

#Window 7
#Windiws Vista


No more .lnk files. Enjoy guys! =)

How To Bypass Survey To Continue Download in Most Website

This surveys always annoys user and make us not interested to download the file we want. It kills our interest. The site like sharecash use this surveymethod to earn some money. The surveys is look something like this:




You wanna get rid from this annoying survey? Actually it's really easy to bypass the freakin' survey. Let's know how.

BYPASS SURVEY
All you need to do is DISABLE JAVASCRIPT.

Mozilla - Go to Options ->> Content ->> Uncheck Enable Javascript.



Same goes to other browser. Just DISABLE JAVASCRIPT.

Easy aite! Enjoy your downloads! =)

How To Add Photo Zoom in Facebook

New way to view photo in Facebook, just using zoomer add-on. No need to click the photo to view it just hover your cursor to the photo and it will be zoom to 2x size.



With this add-on, shows full image when you hover over a thumbnail or image link. Works with many sites including Amazon.com, deviantART.com, Facebook.com, Flickr.com, Google Images, GMail.com, Google+, Reddit.com, Tumblr.com, Twitter.com, and more. Let's try this add-on. It's supports Chrome & Firefox browser. Get it now!

Add-on for CHROME
Add-on for FiREFOX


HOW TO USE
• Just install the add-on
• Once it finished, restart your browser
• Hover your cursor to any photo in Facebook.

Enjoy! 

Add Super-Start into Mozilla Firefox

Super-Start also has a very intuitive interface for you to access your favorite web sites, like what SpeedDial or FastDial does. Just like in Google Chrome.


MORE ABOUT SUPER-START
FAQ
How to customize

Add Super-Start to Mozilla - SUPER-START

Enjoy this add-on for more fast browsing experience!  

Change Your Folder To Any Color in Windows Explorer

Windows Explorer is too boring? Folder Colorizer is a nifty little software that add colorize functions to any folders in Windows explorer. Color it up! Assign any color to any folder – just right-click a folder and choose “Colorize”! Supports your own colors, labels and works seamlessly with any version of Windows.


HOW TO APPLY
• Right click on any folders > select Colorize > Yellow, Lawn Green, Red, Blue, Silver, Violet, Sandy Brown or Aquamarine.

• You can also choose other colours that are not enabled by default. You also can pick your own color by select Color...

Folder Colorizer is compatible with Windows XP, Vista and 7. It also works up to Windows 8 Developer Preview.

DOWNLOAD: Folder Colorizer

Credits: Softorino