Add Beautiful Metro style Menu Guide For Blogger

7:59 AM |

Today's lesson is a gift for each site gawkers NEWTH3 Informatics, and is a way to create a list of the horizontal sections are quite similar to the list of Metro introduced by Windows 8 and add it to your blog Blogger.

How To Add New Subscribe Box For Blogger


Written explanation
Step 1 : Adding CSS to Template
  1) Go to Blogger Dashboard → Template → Edit HTML.
2) Now Find the code shown below using [ctrl+F] (Use In HTML Box)  
   
]]></b:skin>
3) Now Paste the Code Shown Below just Before it.
/*===MBL METRO UI Menu==*/

body {
 font-family:sans-serif;
}
a {
 text-decoration:none;
}
.mblmetromenu {
 width:960px;
 margin:auto;
}
@media screen and (max-width:960px) {
 .mblmetromenu {
 width:100%;
 }
}

/* MblMetroMenu */
.MblMetroMenu {
 position:relative;
}
.om-nav {
 position:absolute;
 width:100%;
 z-index:999;
 display:none;
}
.om-ctrlbar {
 width:100%;
 height:48px;
}
.om-ctrlitems {
 margin:auto;
 padding:0px;
 height:48px;
 display:inline-block;
 text-align:center;
}
.om-ctrlitem {
 height:48px;
 width:48px;
 display:none;
 cursor:pointer;
 float:left;
 opacity:0.5;
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
 filter: alpha(opacity=50) !important; /* For IE8 and earlier */ }
.om-ctrlitem:hover {
 opacity:0.8;
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=80)" !important;
 filter: alpha(opacity=80) !important; /* For IE8 and earlier */ }
.om-activectrlitem {
 opacity:1 !important;
 -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
 filter: alpha(opacity=100) !important; /* For IE8 and earlier */ }
.om-controlitems {
 width:960px;
 margin:auto;
}
.om-controlitem {
 height:48px;
 cursor:pointer;
}
.om-closenav {
 float:left;
}
.om-movenext {
 float:right;
}
.om-itemholder {
 margin:auto;
 padding:20px 0px;
}
@media screen and (max-width:960px) {
 .om-closenav {
  position:absolute;
  z-index:9999;
  left:0;
  top:0;
 }
 .om-movenext {
  position:absolute;
  z-index:9999;
  right:0;
  top:0;
 }
 .om-controlitems {
  width:100%;
 }
 .om-itemholder {
  width:100%;
 }
 }
.om-centerblock {
 display:inline-block;
}
.om-item {
 display:none;
}
.om-showitem {
 margin:5px;
 float:left;
 display:none;
}
/* END MblMetroMenu */

/* TILE BUTTONS */
/* Standar Buttons */
.tile-bt {
 text-align:center;
 cursor:pointer;
 width:90px;
 height:90px;
}
.tile-bt a {
 display:block;
 padding-top:12px;
 text-decoration: !important;
}
.tile-bt img {
 margin:0 auto 0 auto;
 padding-bottom:5px;
 height:48px;
 width:48px;
 position:relative;
 display:block;
}
.tile-bt span {
 font-size:12px;
 padding-bottom:10px;
 display:block;
}
.tile-bt:active {
 opacity:0.5;
}
/* End Standard Buttons */


/* Large Buttons */
.tile-bt-large {
 width:190px;
 height:90px;
 line-height:90px;
 text-align:center;
 cursor:pointer;
}
.tile-bt-large a {
 display:block;
 text-decoration: !important;
}
.tile-bt-large img {
 vertical-align: middle;
 margin:auto;
 padding:0px;
 position:relative;
 width:48px;
 height:48px;
}
.tile-bt-large span {
 vertical-align: middle;
 display:inline;
}
.tile-bt-large:active {
 opacity:0.5;
}
/* End Large Buttons */
/* Extralarge Buttons */
.tile-bt-extralarge {
 text-align:center;
 cursor:pointer;
 width:190px;
 height:190px;
}
.tile-bt-extralarge a {
 display:block;
 padding-top:52px;
 text-decoration: !important;
}
.tile-bt-extralarge img {
 margin:0 auto 0 auto;
 padding-bottom:22px;
 height:80px;
 width:80px;
 position:relative;
 display:block;
}
.tile-bt-extralarge span {
 font-size:14px;
 padding-bottom:20px;
 display:block;
}
.tile-bt-extralarge:active {
 opacity:0.5;
}
/* End Extralarge Buttons */

/* END TILE BUTTONS */

/* SHADOW LIST */
.shadow-white, .shadow-black, .shadow-blue, .shadow-green, .shadow-red {
 /*display:inline-block;*/
}
.shadow-white:hover {
 box-shadow:0px 0px 6px 3px #fff;
 -webkit-box-shadow:0px 0px 6px 3px #fff;
 -moz-box-shadow:0px 0px 6px 3px #fff;
 -o-box-shadow:0px 0px 6px 3px #fff;
 -ms-box-shadow:0px 0px 6px 3px #fff;
}
.shadow-blue:hover {
 box-shadow:0px 0px 6px 3px #38D1F7;
 -webkit-box-shadow:0px 0px 6px 3px #38D1F7;
 -moz-box-shadow:0px 0px 6px 3px #38D1F7;
 -o-box-shadow:0px 0px 6px 3px #38D1F7;
 -ms-box-shadow:0px 0px 6px 3px #38D1F7;
}
.shadow-green:hover {
 box-shadow:0px 0px 6px 3px #AACA37;
 -webkit-box-shadow:0px 0px 6px 3px #AACA37;
 -moz-box-shadow:0px 0px 6px 3px #AACA37;
 -o-box-shadow:0px 0px 6px 3px #AACA37;
 -ms-box-shadow:0px 0px 6px 3px #AACA37;
}
.shadow-red:hover {
 box-shadow:0px 0px 6px 3px #E81750;
 -webkit-box-shadow:0px 0px 6px 3px #E81750;
 -moz-box-shadow:0px 0px 6px 3px #E81750;
 -o-box-shadow:0px 0px 6px 3px #E81750;
 -ms-box-shadow:0px 0px 6px 3px #E81750;
}
.shadow-black:hover {
 box-shadow:0px 0px 6px 3px #444;
 -webkit-box-shadow:0px 0px 6px 3px #444;
 -moz-box-shadow:0px 0px 6px 3px #444;
 -o-box-shadow:0px 0px 6px 3px #444;
 -ms-box-shadow:0px 0px 6px 3px #444;
}
/* END SHADOW LIST */
/* BACKGROUND LIST */
/* Solid Colors */
.solid-blue { background:#00BBE2; }
.solid-blue-2 { background:#2C84EE; }
.solid-darkblue { background:#044E94; }
.solid-violetred { background:#781766; }
.solid-red { background:#E51400;}
.solid-red-2 { background:#E81750; }
.solid-pink { background:#FF539B; }
.solid-purple { background:#D02090; }
.solid-orange { background:#FB8F02; }
.solid-orange-2 { background:#FF6600; }
.solid-orange-3 { background:#DD5F37; }
.solid-coral { background:#CD5B45; }
.solid-green { background:#67B239; }
.solid-green-2 {background:#96BF01; }
.solid-darkgreen { background:#016C38; }
.solid-olive { background:#999900}
.solid-grass { background:#CDCD00; }
.solid-darkred { background:#5F0000; }
.solid-gold { background:#FEE9AE; }
.solid-yellow { background:#F7D100; }
.solid-black { background:#000; }
.solid-smoke { background:#F5F5F5; }
/* End Solid Colors */

/* MISC */
.clearspace { clear: both; }
.floatleft { float:left; }
.floatright { float:right; }
.none { display: none !important; width:0px !important; }
.light-text {
 color:#fff;
}
.dark-text {
 color:#1e1e1e;
}
.gradient {
 background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 00%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
 background: linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
}
.margin-5 { margin:5px; }
4) Now save your template.
Step 2 : Add Widget to your blog
1) Go to Blogger DashboardLayoutPage Elements.
2) Add a HTML/JavaScript Gadget.
3) Paste below code in it.
<!-- metromenu -->
<div class="metromenu">
<div data-navid="om-nav" class="tile-bt-extralarge solid-violetred shadow-black margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh6.googleusercontent.com/-envqsAeXv7I/UsaZ-f5lGLI/AAAAAAAACak/KKQe3eLnVzE/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Homepage</span>
</a>
</div>

<div data-navid="om-nav" class="tile-bt-large solid-coral shadow-red margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh5.googleusercontent.com/-phZsF-nWvOc/UsaaSutVZmI/AAAAAAAACa4/JRm0KCvlR8M/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">About US</span>
</a>
</div>

<div data-navid="om-nav2" class="tile-bt solid-purple shadow-blue margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh3.googleusercontent.com/-nQLFt07dHCU/Usaaf6Z2YpI/AAAAAAAACbM/-9PYF7lAMnk/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Rss Feeds</span>
</a>
</div>

<div data-navid="om-nav" class="tile-bt-large solid-red shadow-red margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh5.googleusercontent.com/-_KQq8P1rtJs/Usaat2f4PdI/AAAAAAAACbg/Uc51LXtHeaM/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Search</span>
</a>
</div>

<div data-navid="om-nav2" class="tile-bt solid-darkred shadow-red margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh3.googleusercontent.com/-ZJDuWuS9648/Usaa9j73W5I/AAAAAAAACb0/XC95mHnIiPU/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Contact US</span>
</a>
</div>

<div data-navid="om-nav2" class="tile-bt solid-black shadow-black margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh4.googleusercontent.com/-WnlHYSIMJd8/UsabMBMInYI/AAAAAAAACcI/stvGNDTVhwc/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Get HELP</span>
</a>
</div>

<div data-navid="om-nav2" class="tile-bt solid-orange shadow-black margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh3.googleusercontent.com/-ClFTRP9K3OE/UsabZ-aC4nI/AAAAAAAACcc/iMY_MGwYiM0/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">YouTube</span>
</a>
</div>

<div data-navid="om-nav2" class="tile-bt solid-darkblue shadow-blue margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh3.googleusercontent.com/-rBCRpXc7X-I/UsabmYGk19I/AAAAAAAACcw/x1XK6dQHaLk/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Facebook</span>
</a>
</div>

<div data-navid="om-nav" class="tile-bt-large solid-blue shadow-blue margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh6.googleusercontent.com/-1YNj39W1cbQ/Usab3jWosgI/AAAAAAAACdE/trPpP0nQ4tA/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Photos</span>
</a>
</div>

<div data-navid="om-nav2" class="tile-bt solid-olive shadow-green margin-5 floatleft metromenu">
<a href="#" class="gradient">
<img src="https://lh5.googleusercontent.com/-LgocZN_7jKo/UsacG4V49wI/AAAAAAAACdY/nP-cbDO6mlk/s128-no/Coolworld.in.png" alt="" />
<span class="light-text">Music</span>
</a>
</div>
<!-- End metromenu -->
</div>
<!-- END metromenu -->
4) Customize your setting.Find any word click F3 or Ctrl+F
Replace # with the links. 
Replace Menu with your link text which you want to appear on the menu. 
5) Save your Widget.Don't forget to add the widget on the Center place. 





Read more…

How to download any Facebook video for free

4:58 PM |
Hi Guys and welcome to a new Tutorial.
Today i'm going to show a simple way to download any Facebook video without any program or something else like that. 
Read more…

How to find out who's connected to your wireless

3:05 PM |
Hi guys , today i'm going to show you how to find out someone who's connected to your wireless.

Using a program called Wireless Network Watcher and this is the link of download :

Read more…

Ho to add a beautifull search box to your Blog

2:53 PM |
Hi newth3 friends !! this article is for the people that are searching for a really beautifull search box for their Blog.
Read more…

How to add the Start Menu button to Windows 8

2:42 PM |
Hi Guys, and welcome to a new Tutorial.
Today i will show how to add the Start Menu button to your Windows 8, because we know that one of the most famous Windows 8 problems or disadvantage that he hasen't the Start Menu Button on his Menu Bar, so today i decided to give you the solution it's really easy, and here's the Tutorial that shows you all the steps that you should make it. I hope that you'll like it dear friends.
Read more…

How to delete all your Facebook conversations with all your friends

1:25 PM |
Hi guys today i'm going to teach you how to delete all your Facebook Conversations with all your friends using just an extension from the Google Chrome Web Store, it's easy and i'm going to show you my Tutorial to teach you how:
Read more…

6 best template blogger free 2014

11:52 AM |
There are many free blogger templates on the Internet. Choosing a template blogger must be in accordance with the standards must be beautiful and stylish and light at the same time.
In this issue I will offer 6 free blogger templates

Template BlackLight

قالب بلوجر 
 
________________________________________________
 
Template Channel Pro
 
قالب بلوجر
 
 
________________________________________________
 
 Template Delivery
 
قالب بلوجر 
 
 
________________________________________________
 
Template True Pixel
 
قالب بلوجر 
 
 
________________________________________________
 
 Template Kent
 
قالب بلوجر 
 
 
________________________________________________
 
Template Jarid
 
قالب بلوجر
 
 
________________________________________________
 
  How To Install This Template?
 
 
 
 
 
 
 
Read more…

The application of "Eraser" to delete your data before selling your smartphone

5:01 AM |

If you are one of those who wish to sell their smart phones , but you are suffering from the problem of scanning images and data and to maintain privacy. There will be the application of a solution to this problem, especially if there is important data on the phone .

It is the application of "Eraser" professional who scans the sensitive data permanently and securely , in addition to that it allows the user to delete files quickly through the context menu Context menu that can be accessed by clicking the right mouse button .

It features accurate scanning application feature that flushes each file separately . The user conducting a survey of seven cycles , which corresponds to the standards set by the U.S. Department of Defense to delete sensitive data in the form of a final and secure .

Download the free app for Android devices through Google's store






Read more…

earn money by raising and share photos with friends

5:21 AM |

I present to you www.picturecoin.com site is a great location where registration
And Raising the number of images
You send links these images to your friends or acquaintances on social networking sites or forums
And get $ 0.0025
This company has a strong policy and protection and profitability indicate continuity
There is no minimum payment
And deal with all the banks, such as paypal

How to register on the site picturecoin


Send links to your friends

When entering your friend to one of the links

Will receive 0.0025 to your

You can download dozens of pictures.





Read more…

Add New Subscribe Box For Blogger

6:09 AM |

Add Subscribe by email professionally add very fantastic  Because they contain important features. additions to add one which saves you look at all the add-on unit as it does not take a great deal of coordination Blog Therefore, this addendum is considered important for all bloggers and developers.

How To Add New Subscribe Box For Blogger


Written explanation 

 1) Go to Blogger Dashboard LayoutPage Elements.
2) Add a HTML/JavaScript Gadget.
3) Paste below code in it.  
<style type='text/css'>
#sidebar-subscribe-box{background:#9df !important;padding:3px 0;margin-top:-6px;
margin-bottom:-17px;}
.sidebar-subscribe-box-wrapper{
background-color:#93d1ea;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNGtKHe-iPFI7IE8EozFMIwBy4znfdMCD6DDq0WMySk1HUWT6rSoFPwMPQuQhfnymyJJ4QPr8ojq7l5rzSNa4jddYRlwYrKqPOufUMsZLdLgnI4BEhgjDb_Y85SpVDPSWpt1e63DgCFKs/s1600/mail_s.png) right 20px no-repeat;color:#fff;
text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
line-height:20px;
padding:1px 20px 10px;text-align:left;}
.sidebar-subscribe-box-form{clear:both;display:block;margin:10px 0}
form.sidebar-subscribe-box-form{clear:both;display:block;margin:10px 0 0;width:auto}
.sidebar-subscribe-box-email-field{-moz-border-radius:4px;-webkit-border-radius:4px;background:#fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgQb1oICDsZXQ9t0VEGpNxzZxveTQqwF-W1ublRKu2Es-tAGU5K46TI-aiXCQkobZ4EPnj7D5ghBMQtJF1hSPRs8Bds81HBHTfi_jioFf9jQ_XzSyFvSjJt9Gi0foUMNG_IvYLYG9DunWA/s1600/sprites.png) no-repeat 0 -27px;border:1px solid #ccc;border-radius:4px;color:#444;margin:0 0 15px;padding:10px 40px;width:48%;margin-right:-3px;}
.sidebar-subscribe-box-email-button{
box-shadow:none!important;
margin-left:8px;
border-radius: 6px;
width:40px !important;
background:#333;
color:#fff;
cursor:pointer;
font-family:verdana;
font-weight:700;
padding:10px;text-shadow:1px 1px 0 rgba(0,0,0,.4);text-transform:uppercase;
padding-left:10px;padding-left:1px}
.sidebar-subscribe-box-email-button:hover,.sidebar-subscribe-box-email-button:focus{background:#333}.sidebar-subscribe-box-email-button:active{iframe,object,embed,.yt-border iframe,.yt-border object,.yt-border embed,table{width:20%}embed{border-radius:3px;background:#FFF;border:1px solid #ddd;margin:0;padding:4px 4px 4px}#footer-section{background:#f5f5f5 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitG-BunscsUjS0wXFCBKydO8NrqP0zXHoMJsquD7HmVBMY8RsW_NJ06j3O-4xNpjxQ2KFY7psmDaxVjwW1g5K2y4Pk7tAImYC0wj88uQOXqv5rUS_Dpn9OWK7kO-XZDfAmrVEIJ0Eg_wA/h120/bg-pattern.png) repeat top left;border-top:1px solid #aaa;font-family:cambria;font-size:14px;height:100px;margin:10px -30px 5px;padding:0 30px;text-align:center;width:100%}
.border_b {
background: url(http://themes.presslayer.com/Place/wp-content/themes/Place/images/mail_border.png)repeat-x;
z-index:1;
}
.top-border{
margin-bottom:-100px;
}
</style>
<div class="top-border">
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiY8siGT21gm_zVRpL8sGP0xmlBvXRIDd8Bdlbhj5CwEVUrIovORHlXEMvCF_srvON7ckzi2VCEStWHy-EqCNkKIAEpiwWd_Hw1_nxthxecJKLq9XVYAl-LW9B1sNcUwUP6CDy0lZJuFPI/s1600/mail_border.png" width="100%" height="3"/>
</div>
<div id="sidebar-subscribe-box"><div class="sidebar-subscribe-box-wrapper">
<br/>
<p><font size="5">Newsletter</font></p>
<br/>
<p>Sign up to receive email updates and to hear what's going on with our company!</p>
<br/>
<div class="sidebar-subscribe-box-form"><form action="http://feedburner.google.com/fb/a/mailverify?uri=USERNAME1" class="sidebar-subscribe-box-form" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=USERNAME1', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow"><input name="uri" type="hidden" value="USERNAME1'" /><input name="loc" type="hidden" value="en_US" /><input class="sidebar-subscribe-box-email-field" name="email" autocomplete="off" placeholder="Your email address :)"/><input class="sidebar-subscribe-box-email-button" title="" type="submit" value="OK" /></form></div></div>
</div>
<img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAYtAmGtuCeNCr_ja7A_3S11jv9yxUzN-AskoP4XuVCzVO220O3l28tjoofiXukhGKlBVfbIjqbZaMQJELPaZNh0qcuPAuaQPjMuu1lm5oJkjRMB3u014lm5r0r5A4rLnLjKpYPe_1wlA/s1600/mail_border+(1).png" width="100%" height="3"/>
4) Customize your setting.Find any word click F3 or Ctrl+F
Replace it USERNAME1 with your Feedburner Username. 
5) Save your Widget.





Read more…

PEPSI launch a copy of the phone Oppo N1

10:35 AM |
 
 
If you are a fan of drink PEPSI invader, it has emerged a special version of the phone Oppo N1, where the outer box of the device comes in red and blue, as is the case with PEPSI, also time inside the phone has been working the same way, in addition to a cover graduates to protect the phone in the same design PEPSI.
 
 
 
  Until now, this offer is exclusive to China.
 
 
 
 
 
 
Read more…

Add Metro Style Sharing Widget For Blogger

6:04 AM |

how to add links social sites  Facebook and Twitter and Google Plus as well as links feed of your site in the form of Metro wonderful , and is characterized by a wonderful and attractive and stylish and her aesthetic form attract the eyes of all visitors to your site as a site professionally.

These buttons phased approach being developed in the new addition by adding the codes of HTML so wonderful sites.

How ToAdd Metro Style Sharing Widget For Blogger


Written explanation 
 1) Go to Blogger Dashboard LayoutPage Elements.
2) Add a HTML/JavaScript Gadget.
3) Paste below code in it.  
 

<center>
<style>
.seconds{
text-align:right;
color:#000;
font-size:10px;
}
.supportive a:active{position:relative;top:1px}
.widget-item-control a{display:none;}
    .widget-item-control a{display:none;}
    #supportive{width: 300px;
    float: left;margin-top: 10px;}
    #supportive li{position:relative; cursor:pointer; padding: 0 !important;}
    #supportive .facebook, .googleplus, .rss, .twitter{
    position: relative;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 5;
    display: block;
    float: left;
    margin: 1px;}
    #supportive .icon{}
    #supportive .facebook{width: 147px;
    height: 150px;
    background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEippGbHJUPx3HbLM_EBBZhP1IEKQtCQy6vZw5BeIVurBL35LMbFAWxluUEqWcNsSI_jIbhwCt1JUO570TnWrBeXlnRQdro77PKO7EWMZ08iYwZgrNTK_lgv0xv5f5bsgRGtKLnktL-pTvA/s1600/facebook.png") no-repeat center center;}
    #supportive .twitter{width: 148px;
    height: 74px;
    background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVwqVPVEDIJedUbKnLCjILBWH5IbQw4ZFNP6MWRdkQxyXHWw398EY1dhXICMCaLdtR4-nTYhH50aPQTZGVcOVM7XGqPTyAVwSLG-kbAYLWP99BBdk_tUShaHdOBsrzZUXulzPqo7eSGlY/s1600/Twitter.png") no-repeat center center;}
    #supportive .googleplus{width: 148px;
    height: 74px;
    background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrXEZYxpDrzV4sF5eNBk87S4e-VKB7fbLfsCyq6yWfsOtA_4yy9r7NhFlCPsISki4L0FyiV5-pC3f2SYCdXCPcrKpUThlMPeXxePZmrCXwHStNSoXMArozZaoIL_2y2D89q3Ako28Gm6s/s1600/google+plus.png") no-repeat center center;}
    #supportive .rss{ width: 299px;
    height: 74px;
    background: rgba(59,89,152,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9s8eSlx4HydrVq3RiDWn69POFy8o1QBUxme8H40on-3uJF3UOksY_MTGZlcVKiU0DOT2qZS9wr3Y0xXpgPv_toBxPRyP3ouzoli9qpvrZwpgf0JCvAkSMAVAIdbAuLbPzHqBJXNNHYp4/s1600/rss.png") no-repeat center center;}
    #supportive li:hover .facebook{background-color:#3468B6;-moz-transition: all 0.1s ease-in-out;
-webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
    -webkit-transition: all 0.1s ease-in-out;}
    #supportive li:hover .twitter{background:rgba(64,153,255,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVwqVPVEDIJedUbKnLCjILBWH5IbQw4ZFNP6MWRdkQxyXHWw398EY1dhXICMCaLdtR4-nTYhH50aPQTZGVcOVM7XGqPTyAVwSLG-kbAYLWP99BBdk_tUShaHdOBsrzZUXulzPqo7eSGlY/s1600/Twitter.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;}
    #supportive li:hover .googleplus{background:rgba(228,69,36,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrXEZYxpDrzV4sF5eNBk87S4e-VKB7fbLfsCyq6yWfsOtA_4yy9r7NhFlCPsISki4L0FyiV5-pC3f2SYCdXCPcrKpUThlMPeXxePZmrCXwHStNSoXMArozZaoIL_2y2D89q3Ako28Gm6s/s1600/google+plus.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;}
    #supportive li:hover .rss{background:rgba(255,102,0,1) url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9s8eSlx4HydrVq3RiDWn69POFy8o1QBUxme8H40on-3uJF3UOksY_MTGZlcVKiU0DOT2qZS9wr3Y0xXpgPv_toBxPRyP3ouzoli9qpvrZwpgf0JCvAkSMAVAIdbAuLbPzHqBJXNNHYp4/s1600/rss.png") no-repeat center center;-moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;}
</style>
<ul id='supportive'>
<li><a class='icon facebook' href='http://www.facebook.com/USERNAME3' target='_blank'></a></li>
<li><a class='icon twitter' href='http://twitter.com/USERNAME2' target='_blank'></a></li>
<li><a class='icon googleplus' href='G+ URL' target='_blank'></a></li>
<li><a class='icon rss' href='http://feeds.feedburner.com/USERNAME1' target='_blank'></a></li>
<div class="seconds">
<a href="http://newth3.blogspot.com/" target='_blank'>Get This</a>
</div></ul></center>
4) Customize your setting.Find any word click F3 or Ctrl+F
Replace it USERNAME1 with your Feedburner Username. 
Replace it USERNAME2 with your Twitter Username. 
Replace it USERNAME3 with your Facebook Username. 
Replace it G+ URL with your Google+ Page url . 
5) Save your Widget.






Read more…

The best 3 applications to communicate Instagram

3:32 AM |
 
 
There are many accounts in the application of "Instagram" famous, which date back to the people we want to recognize them, or even to companies and organizations want to follow the news.

In this post I will review with you the best 3 applications for chat between users "Instagram" useful for the average user of this application, the owner or institution and want to communicate with your followers.
 
Application "instaMessage":
 
 
 Is a custom application for immediate talks between users "Instagram", which lets you connect with your followers. The account is set up is simple, as it is linked to your account on the original "Instagram."

Application can be downloaded for free through:
Shop for Google phones "Android"
ITunes store for phones "Apple"
 
Application "InstaTalks": 
 
 
 
Adds this application some of the features of the talks instant network "Instagram", an attachment Photos messages own that you want to share some personal photos with one of your friends, search for friends close to you by sex, age and distance from you. Which is available for free download on the phone "Android" or "Apple. "

Application can be downloaded for free through:
Shop for Google phones "Android"
ITunes store for phones "Apple"

Application "InstaDM":
 
 
 
This application features a high popularity when celebrities and artists who use it to communicate with family and friends on  "Instagram." And is characterized by the use of multiple accounts by providing network interface is beautiful, and the possibility of participating browse photos and comment on them or admiring.

Application can be downloaded for free through:
Shop for Google phones "Android"
ITunes store for phones "Apple"
 
 
 
 
Read more…

Add Awesome Popular Posts Widget for Blogger

8:17 AM |

Today offer you how to Add Awesome Popular Posts Widget for Blogger
It shows you the most active threads in the Code and this helps to know the most threads you scenes assistant visitor to engage in these subjects
Where offer you explain

How To Add Popular Posts Widget for Blogger  

 

Written explanation 
1) Go to Blogger Dashboard → Layout → Page Elements → add a Popular Posts Widget.
2) Change the settings of Popular post and unchecked mark snippet And Images thumbnail.

[Image: Untitled.png]

Customizing Popular Posts
3) Go to Blogger Dashboard → Template → Edit HTML.
4) Now Find the code shown below using [ctrl+F] (Use In HTML Box)
]]></b:skin>
5) Now Paste the Code Shown Below just Before it.
.popular-posts ul li a {
    background: none repeat scroll 0 0 #DDDDDD;
    color: #444444;
    display: block;
    margin: 0 0 0.5em;
    padding: 0.4em;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.popular-posts ul li a:before {
    background: none repeat scroll 0 0 #CCCCCC;
    font-weight: 700;
    height: 2em;
    left: -2.5em;
    line-height: 2em;
    margin-top: -1em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2em;
}
.popular-posts ul li a:after {
    border: 0.5em solid transparent;
    content: "";
    left: -1em;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease-out 0s;
}
.popular-posts ul li a:hover {
    background: none repeat scroll 0 0 #CCCCCC;
}
.popular-posts ul li a:hover:after {
    border-left-color: #CCCCCC;
    left: -0.5em;
}
.popular-posts ul li:first-child + li + li + li + li + li + li + li + li + li a:before{content:"10"}
.popular-posts ul li:first-child + li + li + li + li + li + li + li + li a:before{content:"9"}
.popular-posts ul li:first-child + li + li + li + li + li + li + li a:before{content:"8"}
.popular-posts ul li:first-child + li + li + li + li + li + li a:before{content:"7"}
.popular-posts ul li:first-child + li + li + li + li + li a:before{content:"6"}
.popular-posts ul li:first-child + li + li + li + li a:before{content:"5"}
.popular-posts ul li:first-child + li + li + li a:before{content:"4"}
.popular-posts ul li:first-child + li + li a:before{content:"3"}
.popular-posts ul li:first-child + li a:before{content:"2"}
.popular-posts ul li:first-child a:before{content:"1"}
6) Now save your template.






Read more…

5 best news special applications for smartphones and tablets 2013

10:29 AM |

The applications of the most important news of the applications most downloaded by users of mobile devices, which let you know the new news from news sites and magazines also provide you with the latest reports and articles in various fields.

We will review with you today 5 news applications, and are as follows:

Application Flipboard:

 
 
Is considered the best in the field of applications of the news and is available for mobile and tablets  operating Android and the iPad and iPhone as well as phones BlackBerrys, and provides you with this application news arranged by areas of your choice, in addition to the creation of the magazine includes all the important news for you as you can share on social networks different. as friends can subscribe to your magazine.
 

Applying News Republic:
 
 

This application offers you the Navigator and the new content in the lists of sham, in addition to the news and articles in the areas that interest you.
The application also features a display news and articles similar to certain news, as well as the ability to add more resources to see the latest contents published in real time.

Download the free app for Android devices operating system - iOS - Blackberry - Windows Phone

Application Pulse:
 

Comes the application design is very simple, and allows the user to follow the news and articles that provided sites competent, as well as access to new blogs, magazines and social networking niche, and you can save articles and news to see them at a later time, it can also synchronize the application with your accounts on different social networks.

Download the free app for Android devices operating system - iOS - Blackberry

Application Taptu:


Comes the application interface focuses on providing content in My, where sections allows you to browse easily and see the new news and articles in various fields, in addition to the integration of many similar news in one conclusion.
You can filter the news sources that will be presented, including new content, and log on to the application with your Facebook or Twitter, and lets you sync favorites and news that you like.

Download the application for free on Android - the iPad - iPhone
 
Application Zite:
 
 
 This application provides you with about 40,000 thousand rating you can choose from and browse news and new articles on the Web, including that fall, and at the same time working on a proposal and the news articles that interest you.

Download the application for free on Android - the iPad - iPhone.



Read more…