Search

Nov 5, 2016

How to compress your Mp3 music file and make it smaller



Don't want to delete those important files of yours, simply because you have a file to download or upload and your device memory is full(no disk space).

Now here you can compress your mp3 files online using this online <a href=""http://ift.tt/2bwmcw4">Mp3 file compreser tool</a>.

Click <a href="http://ift.tt/2bwmcw4">**Here**</a>, choose the file to compressed(**click the Browse button**), and assign a size to the uploaded file.

**Note**: file limit is 150Mb and does not exceed that.

Now click on**upload** to download the compressed file.

Custom Popular Post Widget Counter

Custom Popular Post Widget Counter
This popular post widget will make your blog look nice we'd help vistors easily navigate you posts. 


Login to your blogger Dashboard>>click on Template>>>Edit Html.

On the blog Template click on it and click ctrl+f on windows and cmd+f on Mac
First step=Adding javascrip to before  </bod>  tag. 

Copy the code below, and paste it before the </body> tag in your template.

<script src='http://ift.tt/nkWzpa
ajax/libs/jquery/1.7.1/jquery.min.js'
type='text/javascript'/>
<script type='text/javascript'>//<![CDATA[
$(document).ready(function() {
var tbn = 150;
$('#PopularPosts1').find('img').each
(function(n, image){
var image = $(image);
image.attr({src : image.attr('src').replace
(/s\B\d{2,4}/,'s' + tbn)});
image.attr('width',tbn);
image.attr('height',tbn);
});
});
//]]></script>

Note : Back up your blog template first. 


Customizing the thumbnail size. 
Simply change the highlited digit 150, to any number of your choice.

In this, our thumbnail size will be 150x150px. 

Step two adding the css style code. 

Simply chose any of your choice style code and paste it before the ]]></b:skin>

Style One 



/***** Sidebar Popular Posts *****/
.sidebar .popular-posts ul {
counter-reset: popcount;
margin: 0;
padding: 0;
}
.sidebar .popular-posts ul li:first-child {}
.sidebar .popular-posts ul li {
font-family: "Oswald",sans-serif;
height: 130px;
font-weight: bold;
list-style: none !important;
overflow: hidden;
padding: 0px !important;
position: relative;
margin: 2px;
border: 0;
width: 100%;
float: left;
}
.sidebar .PopularPosts .item-thumbnail
{margin: 0; width: 100%;}
.sidebar .PopularPosts ul li img {
display: block;
float: left;
padding: 0;
width: 100%;
height: 130px;
-webkit-transition-duration: 1.0s; /
*Webkit: Animation duration*/
-moz-transition-duration: 1.0s; /*Mozilla
Animation duration*/
-o-transition-duration: 1.0s; /*Opera
Animation duration*/
transition:1.0s;
}
.sidebar .PopularPosts ul li img:hover {
-webkit-transform:scale(1.06); /*Webkit:
0.5 times the original Image size*/
-moz-transform:scale(1.06); /*Mozilla 0.5
times the original Image size*/
-o-transform:scale(1.06); /*Opera 0.5
times the original Image size*/
transform:scale(1.06);
overflow: hidden;
}
.sidebar .PopularPosts .item-title {
bottom:0;
left: 0;
right: 0;
padding-bottom: 0;
position: absolute;
z-index: 999;
}
.sidebar .PopularPosts .item-title a {
background: rgba(32, 32, 32, 0.77);
color: #FFFFFF;
display: block;
font-size: 16px;
font-weight: bold;
line-height: normal;
font-family: "Oswald",sans-serif;
padding: 10px 0px 5px 10px;
text-transform: capitalize;
transition: all .4s ease-in-out;
}
.sidebar .popular-posts ul li:hover .item-
title a {
color: rgba(255, 255, 255, 1);
background: rgba(231, 76, 60, 0.88);
text-decoration: none;
}
.sidebar .popular-posts ul li:before {
background: rgba(255, 252, 8, 1);
color: #000;
content: counter(popcount, decimal);
counter-increment: popcount;
float: left;
font-size: 14px;
line-height: 20px;
list-style-type: none;
padding: 0px 8px 1px 1px;
border-radius: 0px 0px 10px 0px;
position: absolute;
top: 0;
z-index: 4;
border: solid #FFF;
border-width: 0px 2px 2px 0px;


Style  Two 

/***** Sidebar Popular Posts - Style 1 *****/
.sidebar .popular-posts ul {
counter-reset: popcount;
margin: 0;
padding: 0;
}
.sidebar .popular-posts ul li:first-child {}
.sidebar .popular-posts ul li {
font-family:'Oswald','Open
Sans','Helvetica Neue',Arial,Tahoma,sans-
serif;
  height: 130px;
  list-style: none !important;
overflow: hidden;
padding: 0 !important;
position: relative;
margin: 2px;
border: 0;
width: 48%;
float: left;
}
.sidebar .PopularPosts .item-thumbnail
{margin: 0; width: 100%;}
.sidebar .PopularPosts ul li img {
display: block;
float: left;
padding: 0;
width: 100%;
height: 130px;
-webkit-transition-duration: 1.0s; /
*Webkit: Animation duration*/
-moz-transition-duration: 1.0s; /*Mozilla
Animation duration*/
-o-transition-duration: 1.0s; /*Opera
Animation duration*/
transition:1.0s;
}
.sidebar .PopularPosts ul li img:hover {
-webkit-transform:scale(1.06); /*Webkit:
0.5 times the original Image size*/
-moz-transform:scale(1.06); /*Mozilla 0.5
times the original Image size*/
-o-transform:scale(1.06); /*Opera 0.5
times the original Image size*/
transform:scale(1.06);
overflow: hidden;
}
.sidebar .PopularPosts .item-title {
bottom:0;
left: 0;
right: 0;
padding-bottom: 0;
position: absolute;
z-index: 999;
}
.sidebar .PopularPosts .item-title a {
background: rgba(32, 32, 32, 0.77);
color: #FFFFFF;
display: block;
font-size: 12px;
line-height: normal;
padding: 5px 0px 2px 5px;
text-transform: capitalize;
transition: all .4s ease-in-out;
}
.sidebar .popular-posts ul li:hover .item-
title a {
color: rgba(255, 255, 255, 1);
background: rgba(231, 76, 60, 0.88);
text-decoration: none;
}
.sidebar .popular-posts ul li:before {
background: rgba(255, 252, 8, 1);
color: #000;
content: counter(popcount, decimal);
counter-increment: popcount;
float: left;
font-size: 14px;
line-height: 20px;
list-style-type: none;
padding: 0px 8px 1px 1px;
border-radius: 0px 0px 10px 0px;
position: absolute;
top: 0;
z-index: 4;
border: solid #FFF;
border-width: 0px 2px 2px 0px;
}


Now got to your blog Layout and change you popular post settings according to the Image Below.  


Tags: WMF
October 30, 2016 at 06:55PM
Open in Evernote

Related Post Widget Blogger

Related Post Widget Blogger
The related post widget helps, you display your old blog post just under the footer of any of your new blog post, helping Reader read your old and important articles with was. 

Don't want to right a book down here, let's get to Bussiness. 

Read the instructions below to begin

Login to your blogger account>> click on Template>>Edit Html.

Using your key board press ctrl+f to search for the </head> tag, copy and past the code below above it. 



<!-- Related Posts widget with Thumbnails Code Before Head Start--> <b:if cond='data:blog.pageType ==&quot;item&quot;'> <script type='text/javascript'> //<![CDATA[ var borelatedTitles=new Array();varrboTitlesNum=0;var relatedUrls=new Array();var thumburl=new Array();function related_results_labels_thumbs(json){for(var i=0;i<json.feed.entry.length;i++){var entry=json.feed.entry[i];borelatedTitles[rboTitlesNum]=entry.title.$t;try{thumburl[rboTitlesNum]=entry.gform_foot.url}catch(error){s=entry.content.$t;a=s.indexOf("<img");b=s.indexOf("src=\"",a);c=s.indexOf("\"",b+5);d=s.substr(b+5,c-b-5);if((a!=-1)&&(b!=-1)&&(c!=-1)&&(d!="")){thumburl[rboTitlesNum]=d}else thumburl[rboTitlesNum]='thumburl[rboTitlesNum]='http://ift.tt/2foojrg'}if(borelatedTitles[rboTitlesNum].length>35)borelatedTitles[rboTitlesNum]=borelatedTitles[rboTitlesNum].substring(0,45)+"...";for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){relatedUrls[rboTitlesNum]=entry.link[k].href;rboTitlesNum++}}}}function removeDuplicate_thumbs(){var tmp=new Array(0);var tmp2=new Array(0);var tmp3=new Array(0);for(var i=0;i<relatedUrls.length;i++){if(!contains_thumbs(tmp,relatedUrls[i])){tmp.length+=1;tmp[tmp.length-1]=relatedUrls[i];tmp2.length+=1;tmp3.length+=1;tmp2[tmp2.length-1]=borelatedTitles[i];tmp3[tmp3.length-1]=thumburl[i]}}borelatedTitles=tmp2;relatedUrls=tmp;thumburl=tmp3}function contains_thumbs(a,e){for(var j=0;j<a.length;j++)if(a[j]==e)return true;return false}function printRelatedLabel_thumbs(){for(var i=0;i<relatedUrls.length;i++){if((relatedUrls[i]==findcurrentposturl)||(!(borelatedTitles[i]))){relatedUrls.splice(i,1);borelatedTitles.splice(i,1);thumburl.splice(i,1);i--}}var r=Math.floor((borelatedTitles.length-1)*Math.random());var i=0;if(borelatedTitles.length>0)document.write('<h4><span>'+titleofrelatedpost+'</span></h4>');document.write('<sl class="related-posts-list">');while(i<borelatedTitles.length&&i<20&&i<maxpost){document.write('<ci><a href="'+relatedUrls[r]+'"><span class="rthumb"><img class="related_img" src="'+thumburl[r]+'"/></span><p><span class="related-title">'+borelatedTitles[r]+'</span></p></a></ci>');if(r<borelatedTitles.length-1){r++}else{r=0}i++}document.write('</sl>');relatedUrls.splice(0,relatedUrls.length);thumburl.splice(0,thumburl.length);borelatedTitles.splice(0,borelatedTitles.length)}//]]></script> </b:if> <!-- Related Posts widget with Thumbnails Code Before Head Ends-->



Now search for <div class='post-footer'>, copy the code below and paste it right above this line.


<!-- Related Posts widget with Thumbnails Code Before Post Footer Start--> <b:if cond='data:blog.pageType ==&quot;item&quot;'>    <div id='related-posts'>     <b:loop values='data:post.labels' var='label'>     <b:if cond='data:label.isLast !=&quot;true&quot;'>     </b:if>   <script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=7&quot;' type='text/javascript'/>     </b:loop>   <script type='text/javascript'>   var findcurrentposturl=&quot;<data:http://ift.tt/2fc04cM var maxpost=6;   var titleofrelatedpost=&quot;<b>Related Posts</b>&quot;;   removeDuplicate_thumbs();   printRelatedLabel_thumbs();   </script>   </div> </b:if> <!-- Related Posts widget with Thumbnails Code Before Post Footer Ends-->

How to customize the above code. 

Use any text to replace the highlited Related posts  text. 

Change the highlited number 6, to the number of Post you want it to appear on the widget. 

Adding the css part of the code

Search for <b:skin>…. </b:skin> and click on the right pointing arrow to expand,  scroll down to locate ]]></b:skin>,  paste the below code before or above this code. Hen click on the save button. 

/* CSS For related post widget ----------------------------------------------- */#related-posts {float:left;width:101%;}#related-posts sl{margin:0!important;padding:0!important;} #related-posts h4{text-align:center;margin:10px 0px 20px;font:18px Oswald;color:#696868;text-transform:uppercase} .related-posts-list ci{background-color:#fff;box-shadow:0 0 4px rgba(180, 180, 180, 0.55);width:27%;float:left;position:relative;margin:0 3% 3% 0;padding:2%;} .related-posts-list ci:nth-child(3n){margin-right:0 !important;} #related-posts a{color:#696868;font:400 12px 'Oswald',sans-serif;text-decoration:none;} #related-posts sl ci p{margin-bottom:0;padding-top:1px;}#related-posts.related_img{height:64px;margin-bottom:0;width:64px;object-fit:cover;} .related-title{text-align:center;padding:5px 0px;}.rthumb{float:left;margin-right:10px;}


Nice!!, you have added the related post widget to your blog. 


Tags: CH
October 30, 2016 at 10:51PM
Open in Evernote

Add Floating Email Subscription Widget to Your Blog

Email Subscription Widget Blogger.
Get more Email subscribers to your blog, with this stylish Emails  subscription  widget made with pure css code.
This will help increase your blog load speed.


1.    Login to your blogger account. 

Click on Template, Edit Html, click on the blog Template, click on the ctrl+f key on you keyboard for windows and cmd+f on Mac.  

Features Of The Sidebar Subscription Box.  

1)   Fully Responsive Design.

2)   simple and Super easy to customize the colors and text content.

3)    Social Profiles' Links in the bottom.

4)    Beautifu hover effect, with font awesome icons.

5)    Loads faster, because it is made up of pure CSS code. 
Now search for the <head> rage and paste the font awesome code below it. 

<link href='http://
http://ift.tt/YLkwbr
awesome/4.3.0/css/font-awesome.css'
rel='stylesheet'/>

Save your template and go to layout  click on the Add Gadget option. A new pop up window will appear, click on the + sign on the right side of add a HTML code.

Copy the code below and paste it inside the box that appear, leave the title box at the top empty.

Don't click on the save button yet

<style>
/* ----------------------------------------------------
Sidebar Subscription Box Widget = V.2
Designed by :: http://
www.TwistBlogger.com
Keep These Credits Intact, Do Not Remove
-----------------------------------------------------*/
#twist-blogger-sbox-v2 {
padding: 0;
padding-bottom: 5px;
font-family: inherit;
display: block;
margin: 0;
width: 100%;
border-radius: 1px;
border: 0;
background: #363636;
}
#twist-blogger-sbox-v2 .main_tagline {
padding: 0px 0px;
line-height: 2.5em;
font-size: 26px;
margin: 0;
height: 95px !important;
overflow: hidden;
font-weight: normal;
color: #FFF;
text-align: center;
border: 0;
background-color: #FF5959;
}
#twist-blogger-sbox-v2 .email_icon {
display: table;
margin: -35px auto 0px;
font-size: 25px;
padding: 12px;
height: 25px;
width: 25px;
background-color: #363636;
color: #FFF;
border-radius: 50px;
border: 10px solid #FFFFFF;
line-height: 0;
}
#twist-blogger-sbox-v2 p {
font-size: 15px;
color: #F9F9F9;
text-shadow: 0px -1px 0px #000;
line-height: 27px;
padding: 5px 10px 5px;
text-align: center;
width: 80%;
margin: 5px auto 20px;
border-bottom: 2px solid #6A6A6A;
border-radius: 20px;
}
#twist-blogger-sbox-v2 .rssform {
padding: 0;
margin: 0 auto;
display: block;
}
#twist-blogger-sbox-v2 .rssform input {
padding: 8px;
margin: 20px auto 15px;
font-size: 13px;
color: #000;
text-align: center;
display: block;
font-family: inherit;
font-weight: normal;
width: 90%;
height: 38px;
text-transform: uppercase;
outline: none !important;
border: 1px solid #FFFFFF;
border-radius: 1px;
background-color: #FCFCFC;
box-sizing: border-box !important;
}
#twist-blogger-sbox-v2 .rssform
.button:hover {
background: #000000;
}
#twist-blogger-sbox-v2 .rssform .button {
background: #FF5959;
color: white!important;
border: 1px solid #FFFFFF;
margin-top: 15px;
outline: none !important;
transition: all .3s ease-in-out;
padding: 5px 2px !important;
float: none;
text-transform: uppercase;
font-size: 18px;
font-weight: normal;
cursor: pointer;
}
#twist-blogger-sbox-
v2 .bottom_lock_policy {
background: url
(http://ift.tt/Pr3JSs
kYVqV9JYDHY/VPMC8jPKTGI/
AAAAAAAAA28/zxv0TYRIZe4/s1600/
Lock-twistblogger.png) no-repeat 3% -2px;
color: #959595;
text-align: center;
font-size: 12px;
margin: 0;
padding: 3px;
line-height: 25px;
}
#twist-blogger-sbox-
v2 .bottom_lock_policy a {
color: #959595;
text-decoration: none !Important;
}
#twist-blogger-sbox-v2 .social_profiles {
line-height: 1.2em;
display: table;
float: none;
margin: 0px auto;
text-align: center;
min-width: 157px;
padding: 5px 0px;
border: 0;
}
#twist-blogger-sbox-v2 .social_profiles
a:hover {
color: #FFF;
background-color: #FF5959;
border-color: #FFF;
}
#twist-blogger-sbox-v2 .social_profiles a {
color: #000000;
margin: 0 5px;
text-align: center;
float: left;
display: table;
padding: 4px 5px;
background-color: #FFFFFF;
border-radius: 50px;
border: 2px solid #2D2D2D;
width: 15px;
height: 15px;
line-height: 0;
font-size: 16px;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}
#twist-blogger-sbox-v2 form {
margin-bottom: 10px !important;
}
</style>
<div id="twist-blogger-sbox-v2">
<div class="main_tagline"> Join Our
Newsletter
</div><div
class="email_icon"><i class="fa fa-
envelope"></i></div>
<p> Get All The Latest Updates
Delivered Straight Into Your Inbox For
Free!
</p>
   <div class="rssform">
<form action="http://
http://ift.tt/ttr54b"
method="post" target="popupwindow"
onsubmit="window.open('http://
http://ift.tt/ttr54b?
uri=legendyechny.blogspot', 'popupwindow',
'scrollbars=yes,width=550,height=520');ret
urn true">
<input type="text" name="email"
placeholder="Enter your email address...">
<input type="hidden"
value=" legendtechny.blogspot" name="uri">
<input type="hidden" name="loc"
value="en_US">
<input value="Join Now"
class="button" type="submit">
</form>
</div>
<div class="bottom_lock_policy">We
Respect Your Privacy | <a href="http://ift.tt/2eoQuT6">Get This Widget</a> </
div>
   <div class="social_profiles">
<a href=" http://ift.tt/eIlFV0
Legendtechny.blogspot " target='_blank' rel='nofollow'
title="Join on Facebook"><i class="fa fa-
facebook"></i></a>
   <a href=" http://www.twitter.com/
Chi_obinna" target='_blank' rel='nofollow'
title="Follow on Twitter"><i class="fa fa-
twitter"></i></a>
   <a href=" http://plus.google.com/
+ostani " target='_blank' rel='nofollow'
title="Follow on Google+"><i class="fa fa-
google-plus"></i></a>
#FF5959
title="Follow on Pinterest"><i class="fa fa-
pinterest"></i></a>
   </div>
</div>


How to customize the css code. 

1.   Change this 3 highlighted  #FF5959 color code to any code of your choice.

2.   Change the three highlited social profile URL to your own URL. 

<a href=" http://plus.google.com/
+ostani " target='_blank' rel='nofollow

<a href=" http://www.twitter.com/
Chi_obinna

<a href=" http://ift.tt/eIlFV0
Legendtechny.blogspot

3.    Edit the bold highlited texts with any text of your choice, except my blog name replace it with your blog name.


...After Customizing The CSS Code, Now Click On Save Button.


Tags: WMF
October 30, 2016 at 08:15PM
Open in Evernote

How to Hack Wi-Fi Password on Windows

Windows Wi-Fi Hack


How To View Wi-Fi Password On Windows.

Step 1
Open the control panel of your PC, simple click on the window icon on your keyboard to open a search Box, input "control panel" in the blank box to search. 

Step 2 
 After clicking on the control panel, go to "network and Internets", to view the network connections windows.

At the(see image below) left column, click or tap”Change adapter settings”.

This will open a new window, from here you can view network adapter and connections.


Step 3
From the network and connections window, lociate a "Wi-Fi or wireless" network connections, just double click on it. 
...here you will be able to view Wi-Fi staus and other options.


Another method of doing this is simply by right clicking or press-hold the Wi-Fi or wireless connection symbol in the contextual menu displayed, press "status"
...now click on "wireless properties", a new window will appear, showing the name of a a connected Wi-Fi network(s).
 

Now click on their square box to show characters, now click ok.

Author's Advice

Make sure you don't get caught doing this,  as some person might consider it illegal, stay safe, you are welcomed.






Tags: CH
October 31, 2016 at 02:39PM
Open in Evernote

Oct 31, 2016

Xiomi MI Mix Specification And Pictures

Here comes the latest flagship android 6.0(Marshmallows) from xiomi.


The phone looks great in appearance, and I think it will be the same in performance because the spec is amazing, read more below. 






Basic and quick spec


.6.4"1080x2040 pixels

·16MP2160p

· 6GB RAMSnapdragon 821

· 4400mAhLi-Ion


Read phone specification below. 


Network


TechnologyGSM / HSPA / LTE
2G bandsGSM 850 / 900 / 1800 / 1900 - SIM 1SIM 2
3G bandsHSDPA 850 / 900 / 1900 / 2100
4G bandsLTE band 1(2100), 2(1900), 3(1800), 4(1700/2100), 5(850), 7(2600), 8(900), 38(2600), 39(1900), 40(2300), 41(2500)
SpeedHSPA, LTE
GPRSYes
EDGEYes


Launch Date


Announced2016, October
StatusComing soon. Exp. release 2016, November 4


Body


Dimensions158.8 x 81.9 x 7.9 mm (6.25 x 3.22 x 0.31 in)
Weight209 g (7.37 oz)
SIMDual SIM (Nano-SIM, dual stand-by)


Display


TypeIPS LCD capacitive touchscreen, 16M colors
Size6.4 inches (~83.6% screen-to-body ratio)
Resolution1080 x 2040 pixels (~362 ppi pixel density)
MultitouchYes
ProtectionTo be confirmed


Platform


OSAndroid OS, v6.0 (Marshmallow)
ChipsetQualcomm MSM8996 Snapdragon 821
CPUQuad-core (2x2.35 GHz Kryo2x1.6 GHz Kryo)
GPUAdreno 530


Memory


Card slotNo
Internal128 GB, 4 GB RAM or 256 GB, 6 GB RAM


Camera


Primary16 MP, f/2.0, EIS (gyro), phase detection autofocus, dual-LED (dual tone) flash
FeaturesGeo-tagging, touch focus, face detection, HDR, panorama
Video2160p@30fps, 1080p@30fps, 720p@120fps
Secondary5 MP


Sound


Alert typesVibration; MP3, WAV ringtones
LoudspeakerYes
3.5mm jackYes
- Active noise cancellation with dedicated mic


Comms


WLANWi-Fi 802.11 a/b/g/n/ac, dual-band, WiFi Direct, hotspot
Bluetoothv4.2, A2DP, LE
GPSYes, with A-GPS, GLONASS, BDS
NFCYes
RadioNo

USBType-C 1.0 reversible connector


Features


SensorsFingerprint, accelerometer, gyro, proximity, compass, barometer
MessagingSMS(threaded view), MMS, Email, Push Mail, IM
BrowserHTML5
JavaNo
- Fast battery charging: 83% in 30 min (Quick Charge 3.0)
- XviD/MP4/H.265 player
- MP3/WAV/eAAC+/Flac player
- Photo/video editor

- Document viewer


Battery


Non-removable Li-Ion 4400 mAh battery
Misc

ColorsBlack



See Pictures/images below... 








Credit: Gsmarena.

posted from Bloggeroid

How To Fix a Frozen iPhone, Best Alternative.

Button ain’t responding,screen swipe not responding,this is a common problem among  iPhone users, i know when u get this you be like smashing your phone on the wall, but please before doing that take a break to read this post. 
Fix your frozen iPhone…1ST METHOD.

you have to force your phone to restart by pressing the sleep/wake buton at the top, do this until you notice a red slider on your phone screen.go ahead to slide it for it to restart.

2ND METHOD.

If the first method did not work, i guess you should try this second method a software reset method, do not bother to loose your files cos it is already backed up.press and hold the SLEEP/WAKE button at the top of the phone and the home key button untill the Apple logo appears then let go the button, your phone will then restart and it will start functioning properly.

Good luck!… U are welcomed. 




from WordPress http://ift.tt/2eTGFx4

How To Locate a Missing Or Stolen Windows Phone

Loosing your phone without you knowing seems to be the end of your joy, sometime it hurts.

We are here to serve you better and get a smiling again.

Enable this settings tagged “find my phone” immediately you purchase your window phone. 


Now! To enable this feature, go to Setting and open the system Application by clicking on it. Open the find my phone option and configure it.

To configure it simply tap ont the two option tagged

“send apps to my phone using push notification and send my phone location periodically and before the battery runs down to make it easy to find”

see Image Below.

bb

This enabled feature and the window phone app store uses text message to Send Command to your phone. Also only 15 text message will be sent to your phone in 3 days basis if you ain’t using Push Notification which is unlimited and cheaper.

Now! You can find your lost phone location on a Map

• Using your PC open your browser and sign to windowphone.com

• In the phone menu click “Find My Phone”

bb

• Adhere to the instructions on the dialogue box (This will be done once, and after that your phone location will be automatically show on a map after you have clicked on the find my phone option)

after locating your phone, you can now choose actions like, Make your phone ring, erase your stored data and lock your device all will be done online.How to activate any actionAction 1; Make Your Phone Ring,
• Using your PC open your browser and sign to windowphone.com• In the phone menu click “Find My Phone”• Adhere to the instructions on the dialogue box (This will be done once on the first time you ring your phone)

NOTE; this feature is to be used when you believe that you lost your phone nearby.

Action 2; Erase data

bb

You can do this when you are sure that you won’t get your phone back.

• On your computer, open a web browser and sign in to Windowphone.com• In the My Phone menu, click Find My Phone.• Click Erase.

Action 3; Lock Your Phone

Do this when you can’t get your phone immediately.

• On your computer, open a web browser and sign in to windowphone.com•In the My Phone menu, click Find My Phone.• Click Lock, and then follow the instructions. You can setup a password if you don’t have any on your phone, this password will be used to unlock your phone when it gets to you.• We do advice you to provide a phone number or an email address in the message box, so someone who finds
your phone can contact you.
I love comments 

4 Simple, Best Popular Posts Widget For Blogger

How To Add Popular Post Widget To Blogger Template 

Login to your blogger account, click Template >>Edit HTML

Move you mouse arrow over to the template and click on any key. 

Use the ctrl+f key to open a search box. 

Adding the Javascrip code. 

Search for the </body> tag.

Copy the code below and paste it before </body> tag. 

//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js

Must Do: check if the highlited text is inside the code is already in your template(some template do have it as default), if you find it, skip it and copy the rest. 

Adding The Css Part Of The Code 

Search for the </head> tag. 

Copy any css code according to any style of your choice and paste it before or above the </head> tag. 



1.      Style One.   Box Within a Box 


<style type=’text/css’>.sidebar .PopularPosts ul {margin: 0;padding: 0;}.sidebar .PopularPosts ul li {list-style: none !important;padding: 0 !important;margin-bottom: 10px;}.sidebar .PopularPosts .item-thumbnail {height: 190px;margin: 0;overflow: hidden;width: 100%;}.sidebar .PopularPosts .item-title {position: relative;}.sidebar .PopularPosts img {height: 100%;width: 100%;object-fit: cover;}.sidebar .PopularPosts .item-title a {color: #FFFFFF;font: 15px 'Oswald', sans-serif;text-transform: uppercase;font-size: 20px;padding: 10px;position: absolute;right: 0;left: 0px;margin: 0px auto;text-align: center;text-decoration: none;top: 40px;width: 60%;height: 26px;overflow: hidden;z-index: 2;}.sidebar .PopularPosts .item-snippet {background: rgba(0, 0, 0, 0.35);border-top: 6px solid rgba(0, 0, 0, 0.1);border-bottom: 6px solid rgba(0, 0, 0, 0.1);color: #FFFFFF;left: 0px;right: 0px;margin: 0px auto;padding: 65px 10px 10px;position: absolute;font: 13px &quot;Times New Roman&quot;,Times,FreeSerif,serif;text-align: center;top: 35px;width: 60%;z-index: 1;}.sidebar .PopularPosts .item-content {position: relative;}</style>

2.     Style two.   Colourful Boxes.

<style type=’text/css’>.sidebar .PopularPosts ul {padding: 0;margin: 0;}.sidebar .PopularPosts .item-thumbnail a {clip: auto;display: block;height: auto;overflow: hidden;}.sidebar .PopularPosts .item-thumbnail {width: 130px;height: 130px;border-right: 5px solid #fff;margin: 0px 10px 0px 0px !important;position: relative;}.sidebar .PopularPosts .item-thumbnail img {position: relative;height: 100%;width: 100%;object-fit: cover;}.sidebar .PopularPosts ul li {float: left;margin-bottom: 5px;max-height: 130px;min-width: 250px;overflow: hidden;}.sidebar .PopularPosts ul li:first-child {background: #D9EDF7;}.sidebar .PopularPosts ul li:first-child + li{background: #F2DEDE;}.sidebar .PopularPosts ul li:first-child + li+ li {background: #DFF0D8;}.sidebar .PopularPosts ul li:first-child + li+ li + li {background: #FFEEBC;}.sidebar .PopularPosts ul li:first-child + li+ li + li + li{background: #E0E0E0;}.sidebar .PopularPosts .item-title {font: 13px 'Oswald', sans-serif;text-transform: uppercase;padding: 10px 5px 10px;}.sidebar .PopularPosts .item-title a {color: #000;text-decoration: none;}.sidebar .PopularPosts .item-snippet {font: 13px &quot;Times New Roman&quot;,Times,FreeSerif,serif;padding-right: 5px;}.sidebar .PopularPosts .widget-content ulli {padding: 0px 5px 0px 0px!important;}</style>


3.      Style three    Numbered Posts.

<style type=’text/css’>.sidebar .PopularPosts ul {counter-reset: popularcount;margin: 0;padding: 0;}.sidebar .PopularPosts ul li {float: left;max-height: 130px;min-width: 250px;position: relative;}.sidebar .PopularPosts .item-thumbnail::after {color: rgba(255,255,255, 0.63);content: counter(popularcount, decimal);counter-increment: popularcount;font: 70px 'Oswald', sans-serif;list-style-type: none;position: absolute;left: 5px;top: -5px;z-index: 4;}.sidebar .PopularPosts .item-thumbnail::before {background: rgba(0, 0, 0, 0.3);bottom: 0px;content: &quot;&quot;;height: 100px;width: 100px;left: 0px;right: 0px;margin: 0px auto;position: absolute;z-index: 3;}.sidebar .PopularPosts .item-thumbnail a {clip: auto;display: block;height: auto;overflow: hidden;}.sidebar .PopularPosts .item-thumbnail {width: 100px;height: 100px;margin: 0px 10px 0px 0px !important;position: relative;}.sidebar .PopularPosts .item-thumbnail:hover:before {display: none;}.sidebar .PopularPosts .item-thumbnail img {position: relative;padding-right: 0px !important;height: 100%;width: 100%;object-fit: cover;}.sidebar .PopularPosts .item-title {font: 13px 'Oswald', sans-serif;text-transform: uppercase;padding: 0px 5px 10px;}.sidebar .PopularPosts .item-title a {color: #000;text-decoration: none;}.sidebar .PopularPosts .item-snippet {font: 13px &quot;Times New Roman&quot;,Times,FreeSerif,serif;}.sidebar .PopularPosts .widget-content ulli {padding: 0px 5px 0px 0px !important;}.sidebar .PopularPosts .item-content {padding: 5px 0px;border-bottom: 1px dotted #dedede;overflow: hidden;height: 100px;position: relative;}</style>

4.      Style four     Grid Layout 



<style type=’text/css’>.sidebar .PopularPosts ul {padding: 0;}.sidebar .PopularPosts ul li:first-child{width: 100%;max-height: 100%;opacity: 0.9;}.sidebar .PopularPosts ul li:nth-child(even){margin-right: 2%;}.sidebar .PopularPosts ul li {box-sizing: border-box;position: relative;padding: 0px !important;width: 49%;max-height: 120px;opacity: 0.4;overflow:hidden;float: left;margin-bottom: 2%;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-ms-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;transition: all 0.5s ease 0s;}.sidebar .PopularPosts ul li:hover {opacity: 1;}.sidebar .PopularPosts .item-thumbnail {margin: 0;width: 100%;}.sidebar .PopularPosts ul li img {box-sizing: border-box;width: 100%;height: 100%;object-fit: cover;padding:0;}.sidebar .PopularPosts .item-content:hover .item-title a,.sidebar .PopularPosts .item-thumbnail-only:hover .item-title a {visibility: visible;opacity: 1;}.sidebar .PopularPosts .item-title a {color: #fff;background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.93) 100%, rgba(0, 0, 0, 0.85) 100%);text-decoration: none;position: absolute;text-align: center;font: 13px 'Oswald', sans-serif;left: 0;right: 0;bottom: 0%;padding: 100px 10px 10px;opacity: 0;visibility: hidden;}.sidebar .PopularPosts .item-snippet {display: none;}</style>

Read below to Customize popular post widget.

 

Go to your blog layout, locate the popular post widget and click on edit, set it up as seen on the pics below. 

Don’t forget to

share our Post





from WordPress http://ift.tt/2e4OXR6
 

Follow us