/india-vs-pakistan.

india-vs-pakistan.

sachin-tendulkar-man-who-became-god.

sachin-tendulkar-man-who-became-god

india-vs-england-2012-2nd-t20i-preview.

india-vs-england-2012-2nd-t20i-preview.

sehwag-gambhirs-smug-overconfidence.

sehwag-gambhirs-smug-overconfidence.

all-proteas-players-to-be-given-game.

all-proteas-players-to-be-given-game.

Saturday, April 27, 2013

How to See the iTunes Track in the Dock on Mac OS X Lion

How to See the iTunes Track in the Dock on Mac OS X Lion



Here’s a handy little tweak for the Dock that will cause a pop-up window
to momentarily appear each time iTunes begins playing a new track (see Figure above). It’s so useful that it’s hard to believe it isn’t activated by default or is at least an official preference option. But it isn’t. 


Quit iTunes if it’s open, then open a Terminal window (Finder >Applications >Utilities >Terminal) and type the following:

 defaults write com.apple.dock itunes-notifications -bool TRUE;killall Dock 

Then start iTunes and try playing a track. Neat, eh? The pop-up fades away after a few seconds.
                                 
 To add the iTunes icon to the pop-up window, type the following into a Terminal window: 

defaults write com.apple.dock notification-always-show-image -bool TRUE; killall Dock 

To deactivate the pop-up at a later date, quit iTunes again, then open a Terminal window and type the following two lines:

 defaults delete com.apple.dock itunes-notifications 
 defaults delete com.apple.dock notification-always-show-image;killall Dock

Friday, April 26, 2013

How to Add Thesis Style Social Subscription Box for Blogger

Everyone likes stylish subscription box , Checkout this Wordpress style subscription box





If you want to add this widget to your blog just follow this simple steps

1.Log in to Blogger 
2.Go to Layout > Add a Gadget 
3.Choose HTML/Javascript 
4.Add the following code to it



<!- Thesis Email Subscribe Widget ->
    <div id="sidebars">
    <ul class="sidebar_list">
    <li id="social-profiles">
    <ul>
    <li>
    <a class="social facebook" rel="nofollow" target="_blank" title="Facebook Fan Page" href="https://www.facebook.com/zgamerx">Facebook</a>
    </li>
    <li>
    <a class="social twitter" rel="nofollow" target="_blank" title="Twitter Profile" href="https://twitter.com/rajjaisw">Twitter</a>
    </li>
    <li>
    <a class="social googleplus" rel="nofollow" target="_blank" title="GooglePlus" href="https://plus.google.com/u/0/109426816434341730525">GooglePlus</a>
    </li>
    <li>
    <a class="social rss" rel="nofollow" target="_blank" title="RSS" href="http://feeds.feedburner.com/zgamerx">Rss</a>
    </li>
    <li>
    <a class="social youtube" rel="nofollow" target="_blank" title="Youtube Channel" href="http://www.youtube.com/thefreshersclub/area51blog">Youtube</a>
    </li>
    </ul>
    </li>
    <li id="sidebar-social">
    <p id="email-notice">
    Join over 300 people who get free and fresh content delivered automatically.
    <span></span>
    </p>
    <div id="email-form">
    <h6>Get Email Updates</h6>
    <form class="nice custom" style="" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=The-Area51', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">
    <input class="input-text" type="text" name="email" onblur="if (this.value == &#39;&#39;) {this.value = &#39;Enter Your Email Address&#39;;}" onfocus="if (this.value == &#39;Enter Your Email Address&#39;) {this.value = &#39;&#39;;}" value="Enter Your Email Address" />
    <input type="hidden" value="InfozGuide" name="uri" />
    <input type="hidden" name="loc" value="en_US" />
    <input class="button" type="submit" value="Hook Me Up" />
    <p>
    We Respect Your Privacy.
    <br />
    We never encourage SPAM. You can unsubscribe any time.
    </p>
    </form>
    <span style=" line-height:0px; font-size:8px; font-weight:bold; margin-left:270px;
       ">
     <a style="color:#000000;" href="http://www.the-area51.com">Get this</a> </span>
    </div>
    </li>
    </ul>
    </div>
    <style>
     #sidebars {
        border: 0 none;
        float: right;
        padding: 0 15px;
        width: 310px;
    }
    #email-notice {
        background: none repeat scroll 0 0 #66CCFF;
        color: #000000;
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 20px;
        padding: 15px 20px;
        position: relative;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    }
    #email-notice span {
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 10px solid #66CCFF;
        bottom: -10px;
        height: 0;
        position: absolute;
        right: 40px;
        width: 0;
    }
    #email-form {
        background: none repeat scroll 0 0 padding-box #313131;
        border-bottom: 5px solid #202020;
        border-radius: 2px 2px 2px 2px;
        text-shadow: 0 -1px 0 #000000;
    }
    #email-form h6 {
        color: #FFFFFF;
        font-family: arial;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        padding: 15px 20px 0;
        text-transform: none;
    }
    #email-form form {
        color: #FFFFFF;
        margin: 0;
        padding: 20px 18px;
    }
    #email-form input.input-text {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #222222;
        margin: 0 0 10px;
        padding: 8px;
        width: 94%;
    }
    #email-form .button {
        background: none repeat scroll 0 0 #FFFFFF;
        float: right;
        margin: 0 0 0 10px;
    }
    #email-form p {
        color: #CCCCCC;
        font-size: 12px;
        line-height: 18px;
        margin: 0;
    }
    #sidebar-social {
        float: left;
        font-size: 12px;
        margin: 0 0 15px;
        width: 100%;
    }
    ul.sidebar_list {
        list-style: none outside none;
    }
    li.widget ul {
        list-style: none outside none;
    }
    #social-profiles {
        float: left;
    }
    #social-profiles ul {
        float: left;
        list-style: none outside none;
        margin: 0 5px 20px;
    }
    #social-profiles ul li {
        float: left;
    }
    #social-profiles ul li a {
        display: block;
        float: left;
        height: 32px;
        margin: 0 15px;
        text-indent: -999em;
        width: 32px;
    }
    #social-profiles a.social {
        background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQvMX6yfgghoXr9t1D8nf-T7FGAb3eSmhR23wSxtl7Y5LVbV4WZ9Slb0QhV4UDbvrkxzrL-4BTERBmvNrrP3FOEbQWsn1Tn7CMRp86eIGZY9d38GFBxCEqyLlagk4fxgxuCDYaeYlhLUo/s1600/social.png") no-repeat scroll 0 0 transparent;
    }
    #social-profiles a.facebook {
        background-position: -79px 0;
        height: 32px;
        margin: 0 15px 0 5px;
        width: 32px;
    }
    #social-profiles a.facebook:hover {
        background-position: -79px -74px;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.twitter {
        background-position: -5px -111px;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.twitter:hover {
        background-position: -42px 0;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.youtube {
        background-position: -42px -37px;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.youtube:hover {
        background-position: -5px -37px;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.rss {
        background-position: -42px -74px;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.rss:hover {
        background-position: -79px -37px;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.googleplus {
        background-position: -5px 0;
        height: 32px;
        width: 32px;
    }
    #social-profiles a.googleplus:hover {
        background-position: -5px -74px;
        height: 32px;
        width: 32px;
    }
    * {
        margin: 0;
        padding: 0;
    }
    .custom .sidebar ul.sidebar_list {
        padding: 15px 0;
    }
    </style>
    <!- Thesis Email Subscribe Widget ->





Customizations 

Replace zgamerx with your Facebook Username.
Replace twitter with your Twitter Username.
Replace 109426816434341730525with your Google+Username.
Replace zgamecity with your FeedBurne Username.

 

Add Stylish Twitter Followers Like Box Widget

Add Stylish Twitter Followers Like Box Widget     

If you want to add this widget to your blog just follow this simple steps.



1.Go to Blogger > Layout
2.Click on 'Add a Gadget'
3.Choose HTML/Javascript
4.Copy Paste the code given below inside it.


<script type="text/javascript">
function fanbox_init(screen_name){document.getElementById('twitterfanbox').innerHTML='\<iframe name=\"fbfanIFrame_0\" frameborder=\"0\" allowtransparency=\"true\" src=\"http://s.moopz.com/connect.html?user='+screen_name+'\" class=\"FB_SERVER_IFRAME\" scrolling=\"no\" style=\"width: 300px; height: 250px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; \"\>\<\/iframe\>';}
</script>
<div id="twitterfanbox"></div>
<script type="text/javascript">fanbox_init("rajjaisw");</script>  




 4. Change the Twitter ID rajjaisw
with Your Twitter ID.

Floating Facebook Like Box Widget For Blogger

Checkout this awesome floating facebook like box widget. If you want to add this widget to your blog just follow this simple steps


1.Go to Design > Page Elements.
2.Click Add A Gadget.
3.In Add A Gadget window, select the HTML/Javascript .
4.Paste the following code inside it



<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {jQuery(".abtlikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
/*]]>*/
</script>
<style type="text/css">
.abtlikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrWgauQC-c-jSkHiqEPopxUpl1tJUMPuF_LWi4bPzu-evmvVIhqlyrxQVD0c9Ss3oRzjxWx9W-nGVD2x4kWolxnwa2r_o-TE2Q-r1aRsfeuwYmdEP2g2M4hFH_Di3crC4lzqJlW8Ci2LM/s320/fb1-right.png") no-repeat scroll left center transparent !important; float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index:  99999;position:fixed;right:-250px;top:20%;}
.abtlikebox div{ padding: 0; margin-right:-8px; border:4px solid  #3b5998; background:#fafafa;}
.abtlikebox span{bottom: 4px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.abtlikebox span a{color: gray;text-decoration:none;}
.abtlikebox span a:hover{text-decoration:underline;}
}
</style>
<div class="abtlikebox" style="">
    <div>
    <iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Fzgamerx&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;border_color=white&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: white; overflow: hidden; height: 270px; width: 245px;background:#fafafa;"></iframe><span>Widget by :<a href="http://www.zgamerx.blogspot.in"> Z GAMER X</a></span>
    </div>
</div>
 
 
 5.click on Save button 
 
customizations 
 
 Replace zgamerxWith Your Facebook Page name

Stylish Facebook like box pop up with timer.

Stylish Facebook like box pop up with timer

Providing updates from facebook is always a great way to engage the visitors on your blog/ website . So it's important to get the attention of your visitors towards your like box. 






 Well guys, Checkout this awesome facebook like box widget with timer which you and your readers will like and get attracted. If you want to add this widget to your blog just follow this simple steps.


1.Go to Blogger > Layout
2.Click on 'Add a Gadget'
3.Choose HTML/Javascript
4.Copy Paste the code given below inside it.





<!-- Facebook POPUP LikeBox With Timer Code Start -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.js"></script>
<style type='text/css'>
#exepopup{background-color:#fff;position: fixed;top:50%;z-index:9999;display:none;padding:0px;left:50%;border:10px solid rgba(82, 82, 82, 0.7);-webkit-background-clip: padding-box; /* for Safari */background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */-webkit-border-radius:8px 8px 8px 8px;-moz-border-radius:8px 8px 8px 8px;border-radius:8px 8px 8px 8px;width:400px;height:360px;margin-left:-200px;margin-top:0px;overflow:hidden;}#exepopup span{font-size:20px !important;font-weight:bold !important;}#exepopup h1{background:#6d84b4 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiC11sKIfvgjIl_0Wo4fxSaRyncIsuVVfJvwOCxaSIOMCY92jT19B6HKYQFbgbC_6jmxbWJbGjZHZdpaDtGOeS528wBFmJz8Tmwjcf2nKWTkQSq5DRZTisjkbOk4ZgWA6dgBEFkHzX14IM/s1600/aktechz-fb-lock.png) 98% no-repeat;border:1px solid #3b5998 !important;color:#FFFFFF !important;font-size:20px !important;font-weight:700 !important;padding:5px !important;margin:0 !important;font-family:'"lucida grande",tahoma,verdana,arial,sans-serif !important;overflow:hidden !important;}.exepopupdata{font-size:12px !important;font-weight:normal !important;height:265px !important;padding:1px !important;background:#fff !important;border-bottom:2px solid #ddd;overflow:hidden !important;}#exepopupfooter{text-align:left;background:#F2F2F2 !important;height:56px !important;padding:10px 10px 10px 10px !important;overflow:hidden !important;}#exepopupclose{float:right;background-color:#eee !important;border:1px solid #ccc !important;color:#111 !important;font-weight:bold !important;padding:5px 8px 5px 8px !important;text-decoration:none !important;display:inline-block !important;font-family:'"lucida grande",tahoma,verdana,arial,sans-serif !important;outline:none !important;position:relative !important;font-size:18px !important;margin:1px !important;}#exepopupclose:active{top:1px;left:1px;}</style>
<script type='text/javascript'>
jQuery(document).ready(function() {
function exepopupfunc() {
var sec = 10
var timer = setInterval(function() {
$("#exepopupfooter span").text(sec--);
if (sec == 0) {
$("#exepopup").fadeOut("slow");
clearInterval(timer);
}
},1000);
var exepopupwindow = jQuery(window).height();
var exepopupdiv = jQuery("#exepopup").height();
var exepopuptop = jQuery(window).scrollTop()+50;
jQuery("#exepopup").css({"top":exepopuptop});}
jQuery(window).fadeIn(exepopupfunc).resize(exepopupfunc)
//alert(jQuery.cookie('sreqshown'));
//var exepopupww = jQuery(window).width();
//var exepopupwww = jQuery("#exepopup").width();
//var exepopupleft = (exepopupww-exepopupwww)/2;
var exepopupleft = 500;
//var exepopupwindow = jQuery(window).height();
//var exepopupdiv = jQuery("#exepopup").height();
//var exepopuptop = (jQuery(window).scrollTop()+exepopupwindow-exepopupdiv) / 2;
jQuery("#exepopup").animate({opacity: "1", left: "0" , left: exepopupleft}, 0).show();
jQuery("#exepopupclose").click(function() {
jQuery("#exepopup").animate({opacity: "0", left: "-5000000"}, 1000).show();});});
</script>
<div id="exepopup">
<h1>Join Us On Facebook</h1>
<div class="exepopupdata"><iframe src="http://facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fzgamercity&amp;width=400&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;height=250" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:400px; height:250px;" allowtransparency="true"></iframe></div>
<div id="exepopupfooter">Please Wait <span>10</span> Seconds...!!!<a href="#" id="exepopupclose" onclick="return false;"></a></div></div>
<!-- Facebook POPUP LikeBox With Timer Code End -->
Customisations

Change red text with your desired time, green text with your slogan and zgameritywith your facebook page  username.

5. Now click on save button.

Have any problem, please comment.

Gamer City z

Free for your eye videos