Wednesday 1 July 2015

CodeCanyon – PHP Social Network Platform v2.6

CodeCanyon – PHP Social Network Platform v2.6
Our PHP Social Network script is similar with Twitter, allowing you to keep in touch with your friends,
Demo:
http://codecanyon.net/item/php-social-network-platform/3740004

Download :
http://linkzquickz.com/new/codecanyon-p.h.p-social-network-platform2.6.rar
http://www.uploadseeds.com/download/K6ZNJBBQ/codecanyon-php-.rar
http://www.filebulk.com/e53q1c0l7but/codecanyon-p.h.p-social-network-platform2.6.rar.html
http://www.crocko.com/BB8528B671544460BE2F5321FD7B2FCD/codecanyon-p.h.p-social-network-platform2.6.rar
http://muchshare.net/2exraxmirhrd/codecanyon-p.h.p-social-network-platform2.6.rar.html
http://uploadhero.co/dl/QT59jRLk

Tuesday 30 June 2015

Tamplate Blog Responsive Apriezt

password for rar file : abtemp

Platform 
Blogger


Template Name 

Apriezt - Responsive Magazine/News Blogger Theme


Template Description 
Apriezt a blogger theme with responsive layout and two style Boxed or Full width. Its High User Friendly Blogger Template. Its design simple and clean and perfect for News, Magazine or portofolio websites. With an attractive color combination and impressed professionals and has many features.

Theme Features

  • Current version: 1.0
  • 100% Responsive
  • Auto resize thumbnail image
  • Auto Featured Post from JSON (Slideshow) *
  • Manual Featured Post Work with Image Widget(Slideshow)
  • Support Advance Editor: upload background images, change background color, key colors, fonts
  • Lightweight Auto read-more support third party image and youtube
  • Ajax Page Navigation *
  • Cool blogger threaded comment (Support Google+ Comment) with Emoticon
  • JSON Search Result *
  • Two View Mode (List and Grid) width Cookies
  • Recent Comment Widget *
  • News Ticker Widget *
  • Related Post Widget *
  • Recent Post by Labels (12+ Post Type (Slider,Vertical,Horizontal,combine,hot,gallery,verticalslide and more..) support Random)—Support ShortCode New *
  • Allow visitors increase / decrease text size and auto remember for future.
  • Optimize SEO
  • Support Print CSS and allow visitors share articles email
  • 3 Comment System (Blogger, Facebook, Disqus)
  • Dropdown Menu
  • Ads ready
  • Top Social Icon
  • Support shortcodes
  • Custom Error 404 Page
  • Support Post Preview
  • Support RTL Language
  • Social Share Plugin (Addthis)
  • Compatible with major browsers (IE8+,Mozilla,Chrome,Safari)
  • Professional admin layout, help you easy work with blog layout.
  • * : Work with Blogger JSON Feed and Public Blog


password for rar file : abtemp

Monday 29 June 2015

8 Creative Ways To Show Email Subscription Form in Blogger

Do you know what a Email subscribe box or Subscription Form is? A box which brings high traffic to your blog. People just put their email address in an ordinary box and then click on the "Subscribe" button and then, they would get all your blog's new material right on their email's Inbox and if you have feedburner's summary feature enabled, they will come to your blog by reading an interesting heading on the reached email.


So today, I am going to tell you 8 ways to show a subscribe box on a blogger blog. These different eight ways will force your blog's visitor to put their email on that ordinary box. Let's see what are the 8 ways!: 

8 ways to show a subscribe box:

  1. Subscribe box from a hyperlinked text.
  2. Subscribe box from a hyperlinked and floating image.
  3. Subscribe box on a pop-up box after few second a visitor reach at the page.
  4. Subscribe box when a visitors goes to exit from a page (Lightbox Popup).
  5. Subscribe box on sidebar as a widget.
  6. Subscribe box below every post.
  7. Subscribe box on a floating hidden frame.
  8. Subscribe box when a visitor reach at the end of the page.
Let?s describe these 8 ways and also, how to add them in your blogger blog one by one!

#1. Subscribe box from a hyperlinked text

Its like hyperlinking a text but instead of a url, we'll put a subscribe box's link on it that will show a nice subscribe box when clicked. When your blog's visitors will click the hyperlinked text, a small beautiful and light weight subscribe box will appear with a subscription teaser and of course! with a subscribe box and a subscribe button. You can use this on your blog's header and hyperlink a text like 'Subscribe Us' so that, when a blog's visitor click the 'Subscribe Us' text, a small box will appear and ask the email of the visitor.

DEMO: See live demo here.
Let?s know, how to add it on your blogger blog:
  • Go to Blogger Dashboard > Template > Edit HTML
Now, you have to add some CSS (Cascade Styling Script) to make the subscribe box beautiful.
  • Search for ']]></b:skin>' on your template.
  • Paste the following CSS above ']]></b:skin>':
.newsletter-sm {
background:#fff;
width: 100%;height: 253px;
margin: 0;
padding: 20px;
}
.newsletter-sm form {
padding: 10px;
margin-top: -37px;
}
.newsletter-sm h3 {
color: #FFF;
font-family: algerian;
font-size: 24px;
font-weight: normal;
text-align: center;
padding: 10px;
text-shadow: 2px 2px 2px #000;
margin-top: -18px;
box-shadow: 0px 0px 5px 2px #000;
margin-right: -20px;
position: static;
margin-left: -20px;
margin-bottom: 10px;
background: #009EFF;
}
.text {
  font-size: 14px;
  color: #FFF;
  margin-left: -20px;
  padding-bottom: 28px;
  margin-right: -20px;
  background: #009EFF;
  font-family: cursive;
  line-height: 20px;
}
.newsletter-sm .fa {
  float: left;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  padding-top: 7px;
  font-size: 140px;
}
.newsletter-sm .newsletter-input-sm {border: 0;
  padding: 5px 10px;
  width: 69%;
  float: left;
  height: 40px;
  font-family: oswald;
  color: #555;border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.newsletter-sm .newsletter-sm-bot{  background: #009EFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEha7D4aeuLT2Xbw4LEdYToJUFfzVrSN4iIY5bAwZM1tzkZW3HZrZs7921vFBa-dCJzpkz6E-3eLY4a8yivzV8JpJ3NPv6Am2ECWq5cg8wg2oCS4gIlWk0Ci78xk3gwDQDM6LrylBepRkkM/s1600/bg.png) no-repeat;
  margin: 27px -30px 0px;
  height: 64px;
  padding-left: 16px;
  padding-top: 16px;
}
.newsletter-sm .newsletter-button-sm {
  float: right;
  height: 50px;width:23%
  display: inline-block;
  text-shadow: 2px 2px 1px #000;
  font-size: 16px;
  font-family: oswald;
  padding: 10px 22px;
  position: relative;
  color: #fff;
  text-align: center;
  margin-right: 16px;
  background: #009EFF;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
}
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.6);
z-index: 99999;
opacity:0;
-webkit-transition: opacity 200ms ease-in;
-moz-transition: opacity 200ms ease-in;
transition: opacity 200ms ease-in;
pointer-events: none;
}
.modalDialog:target {
opacity:1;
pointer-events: auto;
}
.modalDialog:target > div {
margin: 8% auto;
}
.modalDialog > div {
-webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
transition: all 100ms ease-in;
width: 500px;
position: relative;
margin: 5% auto;
background: #fff;
min-height: 200px;
}
h2.signup {
background:#00aa9f;
border-bottom: 1px solid #008d84;
font-weight: normal;
text-align:center;
padding: 10px;
color:#fff;
font-size: 18px;
}
.close {
color: #888!important;
position: absolute;
top: 1px;
right: -40px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 16px;
}
.close:hover { text-decoration:none; }
.close:hover { color:#555; }
Now, this is the time to add the main html that is required for this subscribe box.
  • Search for '</body>' and above it, paste following code:
<div class="modalDialog" id="signup">
<div>
<a class="close" href="#close" title="Close"><i class="fa fa-times"></i></a>
<div class="signup-container">
<div class="newsletter-sm">
<h3>Subscribe to Newsletter</h3>
<div class="text"><i class="fa fa-envelope"></i><br><div class="texts">Subscribe us to get all our juicy article fastly. You know how and where? Directly on your inbox! Just enter your nice and good looking email id below and click on subscribe button! After that, verify it through the verification email and start learning more!</div></div>
<form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<div class="newsletter-sm-bot">
<input class="newsletter-input-sm" name="email" placeholder="Enter Your Email" type="text">
<button class="newsletter-button-sm" type="submit">Subscribe</button>
</div>
<input name="uri" type="hidden" value="tntbystc">
</form>
</div>
</div>
</div>
</div>
  • Now, save your template.

Customization:

  • Replace tntbystc with your feedburner username.
  • You can replace text by editing the highlighted code.

How to hyperlink a text to show the subscribe box?

Now, almost everything is done. Whenever you wish to hyperlink a text, so that, the text will show a subscribe box when clicked, you have to use following piece of code:
<a href='#sign-up'>YOUR TEXT HERE</a>
Do you know? You can use this to hyperlink on an image too! Just use below piece of code:
<a href='#signup'><img src='IMAGE URL GOES HERE' alt='IMAGE DESCRIPTION' title='IMAGE DESCRIPTION'/></a>
Done! You can check it by going on your blog and clicking the text or image for which you have used the above code.

Note: This hyperlink can be added multiple times on texts on same page.

#2. Subscribe box from a hyperlinked and floating image

Instead of hyperlinking a text, why not we hyperlink a floating image? This will attract your visitor's eyes too! This time, an floating image will appear at the left-bottom or right-bottom or left-top or right-top of the page. When a visitor click on that image, a nice subscribe box will appear teasing them to put their email in the box!

DEMO: See Live Demo

Let?s know how to add it on your blogger blog:
  • Same, Go to Blogger Dashboard > Template > Edit HTML
  • To make this subscribe box good looking, you have to add some CSS codes. Search for "]]></b:skin>"
  • Paste the following code above "]]></b:skin>"
#subscribe-button {
    float: left;
    position: fixed;
    bottom: 5%;
    left: 0;
    z-index: 999;
}

#subscribe-widget {
    display: none;
}
    /* Overlay */
#mbt-overlay {
    background-color: #000;
}
    /* Container */
#mbt-container {
    height: 350px!important;
    width: 63%!important;
    min-height: 350px;
    min-width: 500px;
    color: #222;
    background-color: #fff;
    border: 4px solid #ddd;
}

#mbt-container .mbt-data {
    padding: 8px;
}

#mbt-container a.mbtCloseImg {
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_S9zyLqTSc816o8YzI494pIuyERCMwsBaHf8Y7qRdnJqGxgEcZ2GoP9LcRbLDhIzKREopyc3WNOb8sZy0cZRCr1a2Ug6nJVMnNpHODTvBOJlvXe4L2SHpm2AtQB-fewHCrpQop4h_rG5f/s1600/mbt-close-button.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}
.subscribeheader {
  padding: 5px;
  padding-left: 21px;
  text-shadow: -3px -2px 5px #000;
  box-shadow: 2px 2px 11px 1px #000000;
  background: #FF8100;
  color: rgba(255, 255, 255, 1);
  padding-top: 11px;
  border-radius: 11px;
  text-rendering: optimizeSpeed;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-align: center;
  font-family: monotype corsiva;
  border: 2px dashed #FFF;
  font-size: 50px;
}
#description {
  color: #AAAAAA;
  font-family: times New Roman;
  font-size: 25px;
  font-style: italic;
  float:left;
  line-height: 34px;
}

#description img {
    float: right;
    height: 100px;
    padding: 0 25px 0 10px;
    width: 100px;
}

#mbtfollowForm {
    padding: 15px;
}

#mbtfollowForm p {
    margin: 0 0 10px;
}
input[type="submit"] {
  background: #FA9227;
  box-shadow: 2px 2px 1px 1px #838383!important;
  width: 25%!important;
  padding-left: 0px!important;
  margin-left: 17px;
}
#mbtfollowForm input:not([type=&quot;checkbox&quot;]) {
  width: 67%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family:oswald;
    height:33px;
    float:left;
    padding: 10px 5px 10px 25px;
    border: 1px solid rgb(178, 178, 178);
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#mbtfollowForm input:not([type=&quot;checkbox&quot;]):active, #mbtfollowForm input:not([type=&quot;checkbox&quot;]):focus {
    border: 1px solid rgba(91, 90, 90, 0.7);
    background: rgba(238, 236, 240, 0.2);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}
    <!--[if lt IE 7]> #mbt-container a.mbtCloseImg {
    background: none;
    right: -14px;
    width: 22px;
    height: 26px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_S9zyLqTSc816o8YzI494pIuyERCMwsBaHf8Y7qRdnJqGxgEcZ2GoP9LcRbLDhIzKREopyc3WNOb8sZy0cZRCr1a2Ug6nJVMnNpHODTvBOJlvXe4L2SHpm2AtQB-fewHCrpQop4h_rG5f/s1600/hb-close-button.png', sizingMethod='scale');
}

#mbtfollowForm input {
    padding: 10px 5px 10px 32px;
    width: 93%;
}

#mbtfollowForm input[type=checkbox] {
    width: 10px;
    padding: 0;
}
    <![endif]-->
  • Now, to make the floating image appear, search for ?</body>?
  • Paste the following chunk of code above ?</body>?
<div id="subscribe-button">
    <a class="subscribe" href="#"><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnPHD1BLAbGX7z8609l_SPhankXOVnWav0t_biQ7pjnpOpehlk7AyWHOddw61xwZRWQsOgk1THU-QGXkS-GA8iHyKpN8Zi6Tbzw2Y6B8QiPruTDBEThuEt94pA7AXIUBiogLwOkCEl7YOh/s1600/hb-email-icon.png" alt="subscribe" /></a>
</div>
<div id="subscribe-widget">
    <div id="mbtfollowForm">
<div class="subscribeheader">Subscribe Us</div>
<div id="description">
<img alt="email" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTiy-ssj-fKmoV0Bjoec3C1li6bfID69S-EWV1wgGpWvHeAQ6KlBGUnRO99V5Pt5XfFbBeT1vSIc2GSu3k9LjzuFF-rK5KzFbIPpDVwd7YgPjT4kOE255jTrOI9kgA5RnIwI0d16rixLi1/s1600/hb-email-icon1.PNG">Subscribe to our mailing list to get the updates to your email inbox... We can't wait more to have your email in our subscribers email list. Just put your nice email in below box:</div>
        <form
        action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=tntbystc', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"
        target="popupwindow">
            <input name="email" placeholder="Enter Your Email..." required="required"
            type="text" />
            <input name="uri" type="hidden" value="tntbystc" />
            <input name="loc" type="hidden" value="en_US" />
            <div class="button">
                <input type="submit" value="Subscribe" />
            </div>
            </form>
    </div>
</div>
<script src="https://googledrive.com/host/0B8acxOz46qBZckxsanR6Rm1KTms" type="text/javascript"></script>
<script type="text/javascript">
    jQuery(function (a) {
        a("#subscribe-button .subscribe").click(function (b) {
            a("#subscribe-widget").modal();
            return false
        })
    })
</script>
  • Save your template and you?re done!

Customization:

Yeah! Customization on the above code as following:
  • If you want that image to be displayed in left, then change right to left in above code.
  • If you want that image to be displayed in the top of the page, then change bottomwith top.
  • If you want to change the text or subscription teaser, then just replace the highlightedcode.
Important Customization:
  • Change tntbystc with your feedburner username in above code.

Friday 27 February 2015

Reverse your health mistakes

Erase past health blunders

We all make health mistakes from time to time, whether we’ve indulged in too much sunbathing, spent years slouching at our desk or filled our diet with all the wrong foods. However, the good news is it is possible to wipe out the effects of your blunders and start afresh. Here’s how to reverse your health mistakes.
Health mistake: Sunbathing

If fine lines and wrinkles are betraying your secret past as a sun worshiper, there are still steps you can take to create a more youthful complexion.  Applying a hydrating moisturiser rich in antioxidants such as vitamins A, C and E can help to reverse the visible signs of sun damage. Also, make sure you eat plenty of wrinkle-busting foods rich in antioxidants and omega-3 fatty acids. It is also important to make sure you apply sun protection every day from now on – not just on the sunny days!
Health mistake: Poor posture

Many of us are guilty of paying little attention to our posture when we are young, but this can cause many problems as you age, such as pain, poor balance and restricted movement. However, it is never too late to work on improving your posture. Try paying attention to the general position of your body; trying to avoid slouching as much as possible. Improving your core stability and the flexibility of your spine through exercise can also help. Research results published in the American Journal of Public Health found that regularly participating in yoga can help to correct spine curvature in the elderly.
Health mistake: Binge drinking

Many of us have overindulged on alcohol from time to time. However, for those who have partied too hard in the past, the good news is, in the majority of cases, your liver is capable of naturally repairing itself. In the early stages of alcohol-induced liver disease, your liver has a good chance of repairing itself once you stop drinking. To give it a helping hand, look after your liver by eating healthily, maintaining a healthy weight and exercising regularly.
Health mistake: Smoking

As well as causing wrinkles and staining teeth, smoking can cause many serious illnesses such as heart disease and cancer. However, by quitting smoking now, you can actually reverse many of its effects on your health. According to experts, after one year of quitting your heart disease risk is half that of a smoker’s, after five years your risk of stroke is the same as a non-smoker, and after 15 years your heart disease risk is the same as a non-smoker. Your risk of developing several forms of cancer also decreases over time. Give your health a boost and make today the day you give up smoking.
Health mistake: Inactivity

If you have spent years avoiding the gym, it’s time to break that habit. While research results published in the International Journal of Behavioral Nutrition and Physical Activity have shown that sitting for long periods of time puts you at risk of dangerous illnesses such as heart disease and diabetes, research by Duke University Medical Center has shown that many of the harmful effects of inactivity can be reversed through moderate exercise. To give your health a boost, set yourself a fitness goal; whether this is signing up for a race, joining a gym or trying a new fitness class. Try to exercise for 30 minutes a day five days a week, as well as increasing day-to-day activity.
Health mistake: Poor diet

As with exercise, you can reverse some of the damage that has been done to your health through poor eating by making some changes now to your diet. Firstly, try to cut back on saturated fats (found in butter, cakes, biscuits and fatty meats), trans fats (found in foods such as cakes and deep fried foods), salt and sugar. Secondly, try to increase your intake of essential vitamins, minerals and omega-3 fatty acids by eating a varied diet rich in fruit, vegetables, nuts, seeds and oily fish.

Wednesday 25 February 2015

Walton Primo E4 - Full











Walton Primo E4 - Full Specification

- operative System: golem four.4.2 KitKat

- Display: 4\\\" IPS WVGA

- Resolution: 480*800

- Processor: one.3 Gc Quad Core

- GPU: Mali-400

- Battery: 1500 mAh Li-ion

- Camera: five MP + zero.3 MP

- Memory: 512MB RAM &amp; 4GB computer storage

- Dimension: 119.7 x 62.5 x 9.3 mm cube

- Connectivity: 3G, WiFi, Bluetooth, USB

- Sensors: measuring instrument, Proximity, Light, GPS, A-GPS

- unleash Date: February twenty five, 2015

Tuesday 24 February 2015

Same Tampates of deshtunes.com/

Demo      Download

OrangeCounty Blogger Template


Demo      Download
Description


Orange County is a blogger template with a very minimalist view. I say this because of the light colors and the simple design. The header is wide an is the principal thing to put your interesting think. It has 2 columns and it has a very organized design. It is recommended for personal and business teplate. Enjoy!
Orange County is a blogger template has by default pages on menu, but also you can add and custom links, since blogger support it.
Features:
Featured Slider-Show Content – to show your favorite post above the content, simple to edit from blogger panel
Ads banners ready – monetize your site, accepted Google ads and any HTML / script code
Popular posts in sidebar with thumbnail
Social icons, easy to edit through option panel
Colors – orange, grey, white