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

Health Benefits of Bottle Gourd

Health Benefits of Bottle Gourd



1. Provides More Nutrients and very less Calories and fat

2. Aids in Digestion

3. Cooling effect

4. Helps in Urinary disorders

5. Helps in weight loss

6. Prevents Premature greying hair

7. Beneficial for skin

8. Aids in sleeping better and Insomnia

9. Revitalization and Replacement of lost fluids

0. Bottle gourd is also beneficial in conditions like jaundice and inflammation of kidneys.

NTV Bangla tv channel

A2Z News Indian TV Channel

Star Sports

Ten sports TV

Sony Six TV

WWE TV Channel

Cinemax TV USA

Sony TV India

Star Gold TV

Star Plus TV

Bangla Vision TV

SA TV Bangladeshi TV

Channel 24

Sunday 25 January 2015

Car insurance policy types

Buying  car  insurance  is  a  legal  requirement  for  any  vehicle  which  is  kept  on  the  street,  on  a  driveway  or  in  a  garage  –  provided  you  don’t  have  permission  to  keep  it  uninsured  and  off  the  road.
But  although  cover  is  mandatory,  you  do  have  a  choice  in  the  kind  of  policy  you  buy.  Here  are  details  of  the  three  types  of  cover  available:  third-party,  third  party,  fire  and  theft,  and  comprehensive.

When  you  search  for  a  car  insurance  quote,  it  could  be  worth  checking  the  price  of  each  type  before  making  a  final  decision.  The  kind  of  policy  you  choose  could  affect  the  size  of  the  premiums  you  pay  –  but  make  sure  you  are  comfortable  with  the  level  of  cover  you  are  afforded.  If  you  need  to  make  a  claim,  buying  a  lower  level  of  protection  could  turn  out  to  be  a  false  economy.
Third-party  only  policies

The  reason  motor  cover  is  required  by  law  is  so  that  other  road  users  are  protected  from  any  damage  you  may  cause.  (The  law  is  not  quite  so  concerned  with  the  damage  you  inflict  on  yourself  or  your  own  vehicle.)  The  most  basic  type  of  motor  policy  is  third-party  only  cover,  and  it  provides  this  minimum  protection  –  against  damage  you  are  responsible  for  –  to  other  people,  their  vehicles  and  their  property.

In  theory,  third-party  policies  should  be  the  cheapest,  but  do  not  automatically  assume  this  will  be  the  case:  when  you  shop  around,  compare  the  costs  for  different  types  of  policy.  It  could  be  that  extra  cover  may  not  cost  much  more.  So  if  you  are  in  an  accident  that  is  your  fault,  your  third-party  policy  will  pay  for  the  cost  of  repairing  any  other  vehicles,  and  also  for  medical  treatment  costs  or  legal  claims  against  you.

But  it  won’t  insure  you  for  repairs  needed  to  your  own  car,  or  any  of  your  own  medical  expenses.  Nor  will  you  be  covered  if  your  vehicle  is  stolen.
And  if  you’re  involved  in  an  accident  where  the  fault  can  not  be  attributed,  you  will  also  be  unable  to  claim.  If  your  vehicle  is  not  worth  much,  you  could  be  tempted  to  opt  for  third-party  cover  –  but  bear  in  mind  this  would  leave  you  without  insurance  against  injuries  you  yourself  sustain.
Third-party,  fire  and  theft

As  the  name  suggests,  this  offers  the  same  cover  as  third  party  but  also  pays  out  if  your  car  is  stolen  or  damaged  by  fire.  This  type  of  policy  is  likely  to  be  more  expensive  than  third-party  only,  but  if  your  car  is  not  worth  much  you  may  be  willing  to  do  without  the  fire  and  theft  cover  –  especially  when  you  consider  you’ll  always  have  to  pay  something  towards  any  claim  in  the  form  of  an  excess.
Comprehensive  car  insurance

This  type  of  policy  will  cover  you  for  damage  caused  to  your  own  vehicle,  as  well  as  to  other  road  users,  even  if  an  accident  is  your  fault  or  if  blame  can’t  be  attributed.
You  are  also  covered  for  fire  and  theft.  You  might  expect  comprehensive  policies  to  be  the  most  expensive  type  of  cover,  but  this  is  not  necessarily  the  case.
Some  insurers  have  reported  that  higher-risk  drivers  –  such  as  the  under-25s  –  are  more  likely  to  choose  third-party  policies.  As  a  result,  the  risk  associated  with  this  type  of  cover  –  and  therefore  its  price  –  has  been  rising  in  relation  to  comprehensive  cover.

Despite  its  name,  comprehensive  insurance  may  not  cover  you  against  every  eventuality.  For  example,  you  may  need  to  pay  extra  for  breakdown  insurance,  or  to  ensure  that  you  get  a  courtesy  car  if  your  own  vehicle  needs  to  be  repaired.
Saving  money  on  cover
Choosing  a  lower  level  of  protection  is  not  the  only  way  to  reduce  the  premiums  you  pay  (and,  as  mentioned  above,  you  should  bear  in  mind  that  comprehensive  policies  are  not  always  the  most  expensive).  There  are  a  number  of  other  steps  you  can  take  to  cut  the  cost  of  insurance  without  reducing  the  amount  of  cover  you  have:

  •         Reduce  the  excess  you  pay.  You  can  cut  your  premiums  by  opting  for  a  larger  voluntary  excess  –  so  if  you  agree  to  pay  the  first  £250  of  any  claim  rather  than  just  the  first  £100,  your  policy  will  cost  less.
  •         Beef  up  your  security.  If  your  car  is  fitted  with  an  alarm  or  immobiliser,  it  should  be  harder  to  steal.  This  should  lead  to  a  lower  cost  of  cover.
  •         Add  a  named  driver.  If  you  are  relatively  inexperienced  on  the  roads,  this  is  probably  making  your  insurance  more  expensive.  By  adding  a  more  experienced  named  driver,  such  as  a  parent,  to  the  policy,  you  could  see  premiums  fall.
  •         Shop  around.  As  you’re  on  Confused.com  already,  you  probably  don’t  need  reminding.  But  if  you’re  buying  insurance  for  the  first  time,  or  your  policy  is  up  for  renewal,  comparing  the  best  prices  from  the  widest  range  of  providers  is  the  easiest  way  to  cut  your  premiums.

Do I need comprehensive car insurance?

A  comprehensive  policy  (or  'fully  comprehensive',  as  it's  often  known)  offers  greater  protection  than  the  other  two  types.


What’s  the  minimum  level  of  cover  I  need?

All  drivers  must  by  law  have  at  least  third-party  insurance.  This  means  that  you’re  insured  against  any  claims  made  by  drivers  whose  vehicles  are  damaged  in  an  accident  that  was  your  fault.  It  also  covers  you  for  claims  made  by  other  road  users.

But  the  problem  with  third-party  cover  is  that  you  can’t  make  claims  for  damage  to  your  own  car  –  or  injuries  you  or  your  passengers  sustain  –  unless  an  accident  can  be  shown  to  be  someone  else’s  fault.  This  is  why  most  drivers  opt  for  comprehensive  cover.
The  advantage  of  comprehensive  policies

With  comprehensive  car  insurance,  you  can  claim  from  your  insurer  for  accidents  that  are  your  fault.  Or  indeed  when  fault  can’t  be  proven  –  for  example  if  you  return  to  your  parked  car  and  find  it’s  been  damaged  by  an  unknown  vehicle.

If  you  don’t  have  comprehensive  cover,  you  run  the  risk  of  having  to  foot  the  bills  for  this  kind  of  damage.  Which  could  be  painful  if  the  car  is  expensive  to  repair,  or  if  you've  bought  it  on  credit.  You  could  even  have  to  find  the  cash  to  replace  your  car  altogether  if  it’s  written  off.

Comprehensive  insurance  gives  you  the  peace  of  mind  that,  whatever  happens  on  the  road,  your  financial  losses  should  be  limited  to  the  value  of  the  excess  on  your  policy.
Is  comprehensive  insurance  more  expensive?

Given  the  extra  protection  it  provides,  you’d  expect  a  comprehensive  policy  to  cost  more  than  a  TPO  or  TPFT  policy  for  the  same  driver  and  the  same  car.

This  is  normally  the  case,  but  not  always.  When  you’re  comparing  prices  of  insurance  policies  to  find  the  one  that’s  best  for  you,  it  could  be  worth  seeing  whether  comprehensive  cover  is  as  cheap  as  third-party,  especially  if  you’ve  been  considering  choosing  a  lower  level  of  insurance  to  save  money.
So  why  is  comprehensive  insurance  occasionally  cheaper?

It’s  because  a  lot  of  high-risk  drivers  who  are  faced  with  very  high  insurance  costs  opt  for  third-party  cover  to  save  money.

As  these  drivers  present  a  higher  risk  to  insurers,  the  statistics  -  over  time  -  show  greater  numbers  of  third-party  claims.  And  this  results  in  a  rise  in  the  cost  of  third-party  policies.  That’s  why  you  should  check  comprehensive  policy  prices  before  going  ahead  and  buying  third-party  cover.
Where  comprehensive  cover  could  fall  short
Despite  its  name,  a  comprehensive  insurance  policy  may  fall  short  in  some  areas.

Certain  policy  extras  –  such  as  the  availability  of  a  courtesy  car  if  your  vehicle  needs  repairs  –  are  included  as  standard  by  some  insurers.  But  other  firms  may  ask  you  to  pay  extra.

Never  assume  the  availability  of  extras  –  always  be  sure  to  check  the  policy  before  you  commit.

Courtesy  car:  Many  policies  will  make  a  car  available  to  you  if  your  own  needs  to  spend  time  at  the  garage.  But  not  all  do.  Also,  you’re  unlikely  to  get  a  courtesy  car  if  your  own  vehicle  is  stolen  or  written  off.

Breakdown  cover:  Comprehensive  policies  are  unlikely  to  include  this  as  standard.  You  may  be  able  to  get  cover  from  the  same  insurer  by  paying  extra.  But,  as  with  regular  insurance,  it  pays  to  shop  around  to  get  the  cheapest  possible  price.
Other  ways  to  save  on  your  car  insurance
Car  insurance  often  isn’t  cheap.  But  opting  for  a  lower  level  of  car  insurance  than  comprehensive  could  be  a  false  economy.  Especially  if  you’re  involved  in  an  accident  where  the  fault  doesn’t  lie  with  another  insured  party.

How to get the cheapest car insurance: Ten tips for cheaper car cover

One  in  three  consumers  pays  over  the  odds  for  car  insurance,  according  to  the  RAC.

The  major  crime  most  drivers  commit  against  their  personal  finances  is  failing  to  shop  around  for  the  best  premium  and  simply  accepting  your  insurer's  renewal  quote,  which  is  likely  to  be  much  higher.

Younger  drivers  can  also  grab  themselves  potentially  much  cheaper  car  insurance  by  opting  for  one  of  the  new  blackbox  policies,  these  put  a  spy  in  your  car  to  monitor  your  driving  and  reward  those  who  are  careful  and  don't  drive  at  dangerous  times.

Laura  Keely,  right,  opted  to  have  a  little  black  box  put  in  under  the  dashboard  of  her  Vauxhall  Corsa  by  Insurethebox. 

In  2011  she  paid  £1,800  for  a  comprehensive  policy.  Twelve  months  on,  her  premiums  have  dropped  to  just  £1,000  —  a  44 per  cent  fall.

Whether  you  are  male  or  female,  old  or  young,  follow  our  ten  steps  to  lower  premiums.
1.  Shop  around  for  the  best  deals

Savings  of  hundreds  of  pounds  can  be  found  if  you  shop  around  when  you  renew  your  cover.

Be  careful  though.  When  shopping  around  for  car  insurance,  it's  important  to  make  sure  that  you  are  comparing  like-for-like  cover.  Some  policies  may  seem  cheaper,  but  you  may  find  you  don't  have  the  same  level  of  cover  when  you  have  to  make  a  claim. 

Use  an  online  comparison  service  to  do  the  hard  work  for  you.  Put  in  your  details  and  check  the  prices  that  come  up.  You  can  alter  the  excess  that  you  are  willing  to  pay  and  the  mileage  you  will  drive  and  get  new  quotes.  Also  check  the  insurers  that  don't  feature  in  comparison  sites,  the  big  two  are  Direct  Line  and  Aviva

promises  to  beat  any  renewal  quote  by  another  provider  by  at  least  £50  (renewals  with  M&S  don't  count).  You  also  get  European  and  legal  coverage.

For  the  environmentally-conscious,  The  Green  Car  Insurance  deal  not  only  plants  trees  on  your  behalf,  but  throws  90  days  free  travel  insurance  and  an  25  per  cent  discount  on  your  car  cover  into  the  deal.

Churchill  offers  a  24-hour  legal  advice  line,  an  uninsured  drivers  promise  and  a  five  year  servicing  deal.  Experienced,  safe  drivers  could  also  get  an  80  per  cent  discount  for  cover  of  eight  years  or  more.

Tempcover  insurance  could  be  a  good  option  if  you  are  after  cover  for  a  short  period  of  time  and  Provisional  Marmalade  have  a  decent  offering  exclusively  structured  for  young  drivers.
2.  Don't  put  everyone  on  your  policy

Ensure  that  only  regular  drivers  are  named  on  the  policy.  You  can  always  add  someone  for  a  few  days  when  they  really  need  to  drive  the  car.
3.  Protect  that  no-claims  bonus

A  long  no-claims  bonus  is  the  single  best  way  of  cutting  car  insurance  costs,  so  protect  it. 

This  may  increase  the  premium  by  a  few  pounds,  but  this  fades  into  insignificance  against  the  potential  loss  of  a  90  per  cent  discount  on  a  premium  of  several  hundred  pounds. 

  But  the  definition  of  a  protected  no-claims  bonus  can  vary  widely  between  insurers. 

Though  accidents  caused  by  another  driver  will  normally  have  no  impact  on  such  a  bonus,  those  caused  by  the  insured  could.  The  key  is  to  always  check  the  policy  carefully. 
4.  Take  a  higher  excess

Increase  your  voluntary  excess.  Agreeing  to  pay  more  towards  the  cost  of  any  accident  repairs  will  bring  down  premiums.  If  you  are  not  at  fault  in  an  accident,  the  excess  can  be  recovered.Beware  being  tempted  to  allow  it  to  rise  too  high,  however,  especially  if  you  have  a  lower  value  car.
5.  Secure  your  car

Fitting  an  approved  alarm,  immobiliser  or  tracking  device  can  attract  a  discount  of  around  5%.  Many  newer  cars  will  come  with  these  as  standard,  so  make  sure  you  check  if  you  have  them  and  then  declare  them.

  FIVE  STEPS  THAT  CAN  CUT  THE  CAR  INSURANCE  BURDEN

1.  Compare  prices:  Use  an  online  comparison  service  to  do  the  hard  work  for  you. 

Put  in  your  details  and  check  the  prices  that  come  up.  You  can  alter  the  excess  that  you  are  willing  to  pay  and  the  mileage  you  will  drive  and  get  new  quotes. 

Also  check  the  insurers  that  don't  feature  in  comparison  sites,  the  big  two  are  Direct  Line  and  Aviva.  This  is  Money's  car  insurance  search  is  powered  by  MoneySupermarket  and  will  search  more  than  130  insurers  for  you.  Try  it  out  here.

2.  Haggle!  The  car  insurance  market  is  notoriously  competitive.  Once  you've  been  on  This  Is  Money's  comparison  and  found  your  cheapest  price  (below),  get  on  the  phone  and  start  bargaining!

3.  Avoid  paying  monthly  charges:  Direct  debit  installments  generally  come  hand-in-hand  with  high  interest  rates. 

An  alternative  is  to  borrow  the  money  on  a  0  per  cent  purchase  credit  card  and  then  clear  it  within  a  year.  [Check  the  best  0%  purchase  credit  cards  here]

4.  Think  outside  the  box:  An  accelerated  no-claims  bonus,  such  as  Admiral's  Bonus  Accelerator,  could  give  you  a  year's  no  claims  bonus  after  just  10  months.

5.  Named  drivers  and  friends  and  family:  If  you  have  previously  been  insured  as  an  additional  driver  on  another  policy,  see  if  you  can  transfer  a  no  claims  bonus  to  your  own  insurance  coverage. 

Some  insurers  do  this,  including  Direct  Line.  Try  for  a  discount  by  insuring  two  or  more  vehicles  between  friends  or  family  members  with  the  same  firm.

6.  Do  less  miles

The  fewer  miles  the  car  covers,  the  greater  the  saving. 

For  example,  a  reduction  in  annual  mileage  of  5,000  miles  could  save  a  typical  35-year-old  driver  about  £50  a  year  in  premiums. 

A  cut  of  10,000  miles  a  year  could  save  more  than  £100.

But  you  must  be  honest  about  your  annual  mileage,  as  inaccuracy  will  jeopardise  any  claim.

Check  your  use  cover  -  if  you  don't  use  your  car  to  drive  to  work  or  for  business  -  both  things  that  increase  your  premium  -  you  may  be  able  to  get  a  cheaper  rate. 

7.  Think  carefully  about  adding  young  drivers

Adding  a  young,  inexperienced  driver  to  your  policy  can  be  a  false  economy,  especially  if  you  have  a  large  or  higher  powered  vehicle. 

The  premium  will  still  be  affected  by  the  youngest  driver  and  he  or  she  may  not  have  a  no-claims  bonus.  Insurers  have  also  been  cracking  down  on  fronting,  where  parents  insure  cars  in  their  name  for  children  to  cut  costs,  so  make  sure  if  you  are  the  policyholder  on  a  car  driven  by  your  children  that  you  are  actually  its  main  driver,  or  that  you  declare  otherwise.

        Looking  for  an  insurance  policy  for  your  teenager?  Check  out  our  guide  to  insuring  a  young  driver

8.  Watch  out  for  insurance  trap  cars

  If  you  decide  to  change  your  car,  check  with  your  insurer  if  the  model  will  have  a  significant  effect  on  the  premium. 

Sporty  cars  can  attract  a  high  premium  and  often  a  slightly  different  model  or  smaller  engine  can  make  a  big  difference  in  your  favour. 

It  will  also  probably  save  you  on  petrol  too! 
9.  Remember  what  the  garage  is  for

If  your  garage  is  full  of  junk,  clear  it  out  and  use  it  for  your  car. 

Insurers  like  cars  kept  in  garages  overnight  and  this  can  dramatically  cut  your  premium. 

Aside  from  the  benefit  of  not  having  to  scrape  the  ice  off  in  winter,  there  is  a  higher  risk  of  theft  by  keeping  the  car  on  the  road,  so  keeping  it  in  the  garage  will  be  reflected  in  your  premium. 
10.  Be  a  better  driver  and  sign  up  to  a  blackbox

Blackbox  policies,  where  the  insurer  instals  a  system  in  your  car  to  monitor  your  driving,  reward  those  who  drive  carefully. 

Officially  called  telematics,  these  check  your  speed,  your  handling  and  how  cautiously  you  drive,  and  also  whether  you  are  on  the  road  at  perceived  dangerous  times  -  ie  the  early  hours  of  the  morning.

They  can  cut  premiums  substantially  once  you  start  proving  you  are  a  good  driver.  The  biggest  win  is  for  those  whose  premiums  are  high,  especially  young  drivers.

 

Tuesday 20 January 2015

Car insurance costs could rise by up to 10%, says AA

Car insurance costs could rise by up to 10%, says AA

 
Comprehensive  car  insurance  costs  at  least  £500  a  year,  the  survey  found

 The  cost  of  car  insurance  could  rise  by  up  to  10%  in  the  coming  year,  and  home  insurance  premiums  are  unlikely  to  go  any  lower,  according  to  the  AA.

The  latest  index  of  the  cheapest  deals  on  the  market  showed  that  the  cost  of  annual  comprehensive  car  insurance  had  risen  by  0.2%  to  £540  in  the  final  three  months  of  2014.

But  the  total  was  still  £200  cheaper  than  the  peak  in  2011,  the  AA  said.

It  predicted  rising  motor  insurance  bills  during  2015.

"Car  insurance  is  extremely  competitive.  Nevertheless  the  underlying  trend  is  upward,"  said  Janet  Connor,  managing  director  of  AA  Insurance.

The  AA  Insurance  Shoparound  survey  takes  an  average  premium  for  a  standard  set  of  risks  from  the  five  cheapest  quotes  from  insurers  and  price  comparison  websites.

This  showed  that  the  cheapest  quoted  comprehensive  annual  motor  insurance  rose  in  price  in  the  second  half  of  2014  following  three  years  of  falls.

The  cheapest  buildings  and  contents  insurance  premiums  were  little  changed  in  the  final  three  months  of  2014,  the  AA  added.

It  said  that,  barring  significant  weather  damage  claims  over  the  winter,  it  expected  premiums  to  remain  static.

The  figures  comes  as  the  Association  of  British  Insurers  began  a  campaign  aimed  at  raising  the  issue  of  long-term  flood  defence  investment.

Thursday 15 January 2015

Should I invest the amount I would pay in premiums instead of buying long-term care insurance?

If  you're  under  55,  you  might  think  that,  since  the  likelihood  of  long-term  care  outlays  is  many  years  in  the  future,  you  could  invest  the  money  you  might  otherwise  spend  for  long-term  care  insurance  premiums.  That  way,  if  you  do  need  long-term  care,  you  could  just  draw  upon  that  investment,  and  if  not,  you’d  have  money  for  your  heirs,  for  a  charitable  donation,  or  for  your  own  needs.

But  this  strategy  leaves  you  vulnerable  if  you  need  long-term  care  services  in  your  late  50s,  60s,  or  early  70s.  And  it  might  also  leave  you  vulnerable  if  you  need  these  services  for  a  long  time,  even  if  you  don’t  need  assistance  until  you’re  in  your  80s.  Here’s  why:

        Assume  you’re  55  and  won’t  need  long-term  care  for  30  years,  when  you’re  85.
        Assume  you  save  $2,000  per  year  (1),  that  you  invest  the  savings,  and  that  your  investment  grows  at  5  percent  per  year,  net  after  taxes.

After  30  years,  your  savings  will  have  grown  to  $139,500.

        Assume  today’s  monthly  cost  of  nursing  home  care  grows,  due  to  inflation,  by  5  percent  per  year,  from  $7,000  per  month  now  to  $28,800  per  month  in  the  future.

At  that  time—that  is,  when  you’re  85—if  all  these  assumptions  come  true,  your  savings  would  be  able  to  pay  for  less  than  three  months  of  nursing  home  care;  if  you  need  more  money—say,  because  the  cost  of  services  for  long-term  care  grew  faster  than  5  percent  per  year  or  your  investments  earned  less  than  5  percent  net  after  taxes—you’d  have  to  liquidate  other  assets  that  you  hadn’t  planned  to  liquidate,  if  you  have  them.

It’s  possible  that  you’ll  save  more  than  $1,000  per  year,  or  earn  more  than  5  percent  net  after  taxes,  or  that  the  cost  of  long-term-care  services  will  rise  more  slowly  than  5  percent  per  year,  or  that  two  or  more  of  these  things  will  happen.  In  that  case,  if  you  need  long-term  care  services  for  the  first  time  after  age  85,  you  would  be  able  to  pay  for  more  than  the  example  above  shows.  Here  are  some  indications  of  what  results  alternate  assumptions  would  produce:

        Nursing  home  costs  inflate  at  3  percent  per  year  for  30  years:  monthly  cost  of  $16,500
        Earn  6  percent  per  year  net  after  taxes  on  saving  $1,000  per  year:  accumulate  $83,800
        Save  $1,200  per  year  at  5  percent  net  after  taxes:  accumulate  $83,700

Of  course,  it’s  possible  that  you’ll  never  need  long-term  care  services,  or  that  if  you  do  need  them,  you’ll  need  them  only  for  a  month  or  two.  In  that  case,  a  long-term  care  policy  won’t  help.  For  most  other  scenarios,  it’s  probably  a  prudent  buy.

_______________
(1)  This  figure  is  not  intended  to  represent  the  premium  for  a  long-term  care  policy  for  a  55-year-old,  because  premiums  vary  considerably  depending  on  the  daily  benefit  amount,  length  of  benefit  period,  length  of  waiting  period,  and  inflation  and  other  policy  features.  It  only  shows  how  the  overall  analysis  might  work.