Friday, April 11, 2014

Thursday, April 10, 2014

How do electronic cigarettes work?

How do electronic cigarettes work?

The electronic cigarette came onto the market in 2007 and today the sales have reached over $1 billion a year in the U.S alone. They have proven to be very popular amongst smokers; however we still don’t know just how safe the electronic cigarette is. Scientists did undertake a study internationally and this claimed that the vapour from an electronic cigarette contains anywhere from 9 to 450 times less toxins.



The various components of an electronic cigarette are typically assembled by screwing or pushing together. There is the LED light which glows during usage and it typically simulates the ember of a normal cigarette when inhaling and exhaling. There is a sensor inside the electronic cigarette which can detect the flow of air when an inhalation is made by the user. This tells the battery to turn on and the heating element is subsequently triggered. Some types of electronic cigarette are turned on and off by the use of a button, which the user presses and holds when they want to inhale the vapour.



There is a slim line battery and this is typically lithium-ion. The average amount of puffs, or inhalations, the user gets from a battery charge is around 300. The electricity is passed through a material that is resistant, which is typically made from metal or ceramic and this is what transfers the heat.

The heating element inside the electronic cigarette reaches around 150 degrees Fahrenheit which vaporizes around 0.005 millilitres of nicotine liquid, producing the vapour which is then inhaled by the user, just as they would when drawing on a cigarette. Each of these hits gives the user roughly 90% of the nicotine they would get when they were smoking a cigarette filled with tobacco.



The nicotine in the electronic cigarette is stored as a viscous fluid; this is generally either vegetable glycerine or propylene glycol or even a 50/50 mixture of both. This contains around 1% nicotine along with flavourings. These can either be fruit, menthol or even tobacco flavour. There are also weird and wonderful flavours to choose from, including anything from Coca-Cola to pina colada, apple pie and anything in between.

Finally there is the flexible tip which is put into the mouth, through which the user inhales the vapour. This is often made of silicone and in some cases it is designed to look and feel just like the filter on a real cigarette. Electronic cigarettes come in different sizes, just as you would get normal or king-size in tobacco cigarettes.


There are many accessories on the market to go with the electronic cigarettes, these typically include USB chargers, either cable like or made to look like the box that cigarettes are packaged in, which keep your electronic cigarettes charged up as the box itself is charged first. Other accessories include wallets and neck straps to hold the cigarette and even desktop holders.

Tuesday, April 8, 2014

Best Facebook Popup Like Box Widget for Blogger

Best Facebook Popup Like Box Widget for Blogger

We have already got many Facebook Popup widget which just popup every time when we visit pages. And some widgets designed to one time popup style thus a visitors don't feel annoy. Generally we use this widget to get more Facebook likes.

So I just designed this Facebook Popup like box with scrolling effect, that means when you add this widget then it will appear with popup style and it will scroll top to bottom when you just move your mouse from top to bottom.



And also included a closing option if visitor wish to close it instantly. So this is really bit unique concept and simply nice. In addition you can change the widget color according to your desire. Hope this widget you would like and help to increase more Facebook Fan.


Step 1 Log in to your Blogger account and Go to your Blogger Dashboard

Step 2 Go to your Layout tab.

Step 3 Click on "Add a Gadget" then select "HTML/JavaScript" Gadget.

Step 4 Now Copy the below code and paste it in "HTML/JavaScript" Gadget and Save it.



<style type='text/css'>
#ShoutMeTricksFBpop {
position:fixed !important;
position:absolute;
top:-1000px;
left:50%;
margin:0px 0px 0px -182px;
width:300px;
height:auto;
padding:16px;
background:#FFFFFF;font:normal Dosis, Georgia, Serif;
color:#111;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
#ShoutMeTricksFBpop a.bsclose {
position:absolute;
top:-10px;
right:-10px;
background:#fff;
font:bold 16px Arial, Sans-Serif;
text-decoration:none;
line-height:22px;
width:22px;
text-align:center;
color:#000000;
border:2px solid #333;
-webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-moz-box-shadow:0px 1px 2px rgba(0,0,0,0.4);
box-shadow:0px 1px 2px rgba(0,0,0,0.4);
-webkit-border-radius:22px;
-moz-border-radius:22px;
border-radius:25px;
cursor:pointer;
}
</style>
 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type='text/javascript'>
$(window).bind("load", function() {
// Animate Top
$('#ShoutMeTricksFBpop').animate({top:"50px"}, 1000);
// Widget by www.shoutmetricks.blogspot.com
$('a.bsclose').click(function() {
$(this).parent().fadeOut();
return false;
});
});
</script>
<div id='ShoutMeTricksFBpop'>
<!-- Widget by www.shoutmetricks.blogspot.com Start -->
<center><b><a class="ShoutMeTricks">Don't Forget To Join With Our Community</a></b></center>
<center>
<iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FInformationTechnologyMagazine&amp;width=292&amp;height=258&amp;show_faces=true&amp;colorscheme=light&amp;stream=false&amp;show_border=true&amp;header=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowTransparency="true"></iframe></center>
<!-- Widget by www.shoutmetricks.blogspot.com.com End -->
<a class='bsclose' href='#'>&times;</a>
<center style="float:right; margin-right:10px;"><span style="font-size:xx-small; color:#000; text-decoration:none;">+Get this at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://shoutmetricks.blogspot.in/2013/06/scrolling-facebook-popup-like-box.html" >+Get This Widget</a></center>
</div>