Showing posts with label Gadgets. Show all posts
Showing posts with label Gadgets. Show all posts

Thursday, August 16, 2012

Another Good Looking Social Bookmarking Widget


People wants that His or Her Blog will be shared in so many social bookmarking sites And Websites readers do the same thing and the Author aspect more from readers. Heres is the new trick to add social icons display using css3 ,to Add this widget in your blog you need to add only 3 things and that are HTML , CSS and jQuery. You need to simply hover over the social media icons too see the beautiful effect of the widget which uses jQuery for the animation .

Steps to Add Social Bookmarking Widget in Blogger :


Note: Before making any changes to your template, take a full backup of your blogger template.


  • Step 1#Log in to your Blogger Dashboard and Navigate to Design>>> Edit HTML.





  • Step 2 # Copy below code and paste it just before the ]]></b:skin> code.

/* SOCIAL ICONS - GENERAL */
.social { list-style:none; margin:30px auto; width:464px; }
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a { display:block; width:48px; height:48px; padding-right:10px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
-moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
li.delicious { background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhpwO4xGwEaJG68lYPx7mI6Bwo_jLTefAaKbZJ-6BJdLwrR1tVt4jKswWJ0Xw8M748XNaHfOfITPQMyB0AZLNZ6ijTgorlSxeKNLGDf6OswsZhlQ1woY8wR8g3xXJSWe7yxdfUAWbBic62r/s1600/delicious.png")
; }
li.digg { background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEja726KKOK5F1RXvVX1xEgUukMH0oLEc54yv-ORpoudpVY_fFjZU7WE9eeL3B2FhoHBmrHYo2Xg63yMm4JDfhVqdmRn9BYX5UdAMwOpp4jzAvV7NdZB4TLk2gSRi0AVpANHPWSeKdgi1TEw/s1600/digg.png"); }
li.facebook {background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2WYg9baFx-y9PK4gvv-y_Xv07NEveFvgyYNtxx4B_aOstOLIy2DsLP0XmWKyKO3rFz6uHcIbSJb3aeAphwfpTenVAxpl6K9BZdVwc7Wreim6FTVIcIXe0zGhRDEnB5xNXWoGwhGEeSKek/s1600/facebook.png"); }
li.flickr {background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSAC0J0tPVM0Mtxpb-J5mAH71YAOsBCOVQNFBvSFlpIT3JyarW62wBZ90e29AN7DNXywiTSD14tHXPEE_z0k4Zc2RocKo8rfjwzTVd_4lDcf8nNGF7o4fQlx4NEGoJXyOYCBqvJ1EntA1H/s1600/flickr.png"); }
li.linkedin { background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgn-5xvcvWi5EDZbhqYHW6fHzmYFMVpVIV7r02Ch5IfGqmnR4lP1EH33XmjmfeCsfoyFGW3U9fL1Ejb_xWKuP9MIJUCbQJeqhImhazNfrAy-qrg5tRPJ5fwuLF5IZwducoOckXu0_yZk-Sv/s1600/linkedin.png"); }
li.reddit { background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgWqvFjCcP2VVs0oWJobiwamCWY-I9yO_MGhiPS2jAjMGDIzG9tXAMtAsVYyvIpbzktzUSOsdpwzycPA3fwo-Xe0hjZ_bVBPBC9vzbqkzjix8RV9OAaMuQnaF-RsPh9hsT1VUuVjy7w7Kv4/s1600/reddit.png"); }
li.rss { background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjy5CxR9ztOc6DL9HJiWbFANzJEU2SEsL5T3cVXbhyn2B5lihK_QijyqRwo3gvk2N7s-79DbI3rCXTUrpRucMgezZNd-Fu9-FF8CKXcOvotizVcp6JKKTa_5HSv4TOPKn667DJcWhXD0yiF/s1600/rss.png"); }
li.twitter {background-image:url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYoiJzApPv6MIOcPxY4Xexf8WG-8KElGNiN9yMPlEtrR3dJqbJHgmIT7VlyC1nJraqyAD7UvrO1R-7zhN053antysPf6JGwESUHJnXWpkXUIj9oXNQ45rFoIuiVobXhJYQX8uLpXfl82at/s1600/twitter.png");}

#Step 3. Copy below code and paste it just before the </head> tag. ( No need to add
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
&lt;script type='text/JavaScript'&gt;
$(document).ready(function()
{
// Hide all the tooltips
$(&amp;quot;#jquery li&amp;quot;).each(function() {
$(&amp;quot;a strong&amp;quot;, this).css(&amp;quot;opacity&amp;quot;, &amp;quot;0&amp;quot;);
});
$(&amp;quot;#jquery li&amp;quot;).hover(function() { // Mouse over
$(this)
.stop().fadeTo(500, 1)
.siblings().stop().fadeTo(500, 0.2);
$(&amp;quot;a strong&amp;quot;, this)
.stop()
.animate({
opacity: 1,
top: &amp;quot;-10px&amp;quot;
}, 300);
}, function() { // Mouse out
$(this)
.stop().fadeTo(500, 1)
.siblings().stop().fadeTo(500, 1);
$(&amp;quot;a strong&amp;quot;, this)
.stop()
.animate({
opacity: 0,
top: &amp;quot;-1px&amp;quot;
}, 300);
});
});
&lt;/script&gt;


- No Need , to add jQuery in above code (first line in above code) if you are already using it.


  • Step 4 # Now Save the template and navigate to Design >>> Page Element.




- And now Click on Add a Gadget where ever you want to put your social bookmark icons and choose HTML/JavaScript.

- Paste the below following code in the HTML/JavaScript Gadget and save the template.
<ul class='social' id='jquery'>
<li class='delicious' style='opacity: 1;'><a href='http://www.delicious.com/'>
<strong style='opacity:0; top: -1px;'>Delicious</strong></a></li>
<li class='digg' style='opacity: 1;'><a href='http://digg.com/'><strong style='opacity:0;'>Digg</strong></a></li>
<li class='facebook' style='opacity: 1;'><a href='http://www.facebook.com/'><strong style='opacity:0;'>Facebook</strong></a></li>
<li class='flickr' style='opacity: 1;'><a href='http://www.flickr.com/'><strong style='opacity:0;'>Flickr</strong></a></li>
<li class='linkedin' style='opacity: 1;'><a href='http://www.linkedin.com/'><strong style='opacity:0;'>LinkedIn</strong></a> </li>
<li class='reddit' style='opacity: 1;'><a href='http://www.reddit.com/'><strong style='opacity:0;'>Reddit</strong></a></li>
<li class='rss' style='opacity: 1;'><a href='http://feeds.feedburner.com/BestHowToBlogger'><strong style='opacity:0;'>RSS</strong></a></li>
<li class='twitter' style='opacity: 1;'><a href='http://twitter.com/'><strong style='opacity:0;'>Twitter</strong></a></li>
</ul>


  • Step 5.# Finally Save template and its done!.

Like This Post Go to Comments : )

Wednesday, August 15, 2012

Best Top 3 Wireless Keyboards


Wireless Illuminated Keyboard: Celluon LaserKey CL850 Projection Keyboard
The quality of the Celluon LaserKey CL850 Projection Keyboard is that it is wireless and has a also backlit, and is said to be less keyboard too. So if you are science fiction lover then it’s the best choice for you to utilize while experimenting because The lasers projects which you will be performing on the keyboard“ onto any sort of non-reflective surface and it will help to detect when you will touch the projected keys.You can easily try on typing on the usual desk.
As this Science Fiction gadget will gain the attention of people because it is very sophisticated and a innovative device and it can be used on older mobile platforms and Windows XP/Vista/Win 7 and could be taken away with you while traveling too.
Wireless Illuminated Keyboard: Microsoft Wireless Entertainment Desktop 8000
The latest Microsoft wireless illuminated keyboard has also a mouse and they can easily perform functions on the rechargeable batteries which includes in the package as well. There is a bonus and plus point that when its battery is low it gives the indication too, and then you can run its battery power. It has 4 USB ports which will make its lovers happy its backlit system is very elegant as it activates while your your fingers are surrounded by 1 inch of the keys accordingly.
Wireless Illuminated Keyboard: Logitech Keyboard K800
The Logitech wireless illuminated keyboard K800 is mainly manufactured for those users who mostly work in the night time. So this keyboard has the quality regarding its Perfect Stroke key system that provides the user flexible and but accurate typing without making any noise of typing with keys. So your room mate can calmlysleep well and you can perform your work in night hours. The letters on the keyboard are illuminated so your attention will not be diverted with the light near you approximately. By only touching a button you can easily illuminate the keys per your choice. You can enjoy its battery of k800 because it is charged among a micro USB cable and its charge will finish around 10 days on a single charge respectively.

Mac OS X Snow Leopard VS Microsoft Windows 7


The Samsung’s Galaxy S Android phone is nowadays on the top most successful brand in the Korean marketand its Galaxy S II is geeting popularity amongst people day by day. A good news is that pre-orders of its similar brand has been sold out by iphone 4 in the Korean market place.
The Electronics has revealed the surprising statistics that Samsung’s Galaxy S II has exceeded round about 200,000 pre-orders respectively in between the last Monday till its release of the phone on the Friday, As its much than the iPhone 4 has got.As there is no doubt that Samsung’s handset has all advantage of on its various carriers crossways the land of Korea, The Samsung’s handset with numerous carriers all across the Korea will be available as compare to Apple accessibility was limited to just one carrier which was later being supported by one another correspondingly.

Top 3 Waterproof iPhone Cases & Covers


If you are searching for the top best waterproof iPhone case and you want o utilize them on a beach trip .In this article I have mentioned the top 3 water proof iphone cases.
1. Trendy Digital Waterproof Case for iPhone 4 – This gadget is a wonderful iphone case acknowledged with a heavyweight. It is made up of trouble-free plastic shield with which you can glide your mobile phone in and then lock it and keep it away from the water ,sand and dust as well..
2. Overboard Waterproof Case for iPhone – This casing from Overboard fits two models of the iPhone which has the 3GS and the newest iPhone 4. It appears with numerous cool extra’s which includes as built-in headphone jacks, a Velcro armband and a neck lanyard. Its unique quality is that wet and wild action place.
3. Aquapac Waterproof Cover for iPhone – It is known as “water sock” for your iPhone this cover provides the facility to the following cases which is shown in the picture one of which is appealing slim and it fits tight.
So they all were the top 3 water proof iphone cases. Hopefully you will enjoy its unique feature after using it.

Top 3 Beautiful iPad 1 & iPad 2 Cases You Can try


Geeks here in this article I will let you know the top 3 ipad 2 cases and skins.
1.Apple iPad 2 G 100% Real Sheepskin Built in Wireless Bluetooth Keyboard Leather Protetive Case Black
The classic bluetooth keyboard leather guard case for iPad 2nd is nowadays on the top most list of users and ts providing the a stylish wireless bluetooth keyboard as well with ubique designs.
It keyboard is smooth and has quicker typing speed. The Fur and thorns fix drawing gives multiple viewing standing angles for your iPad 2.Its made with 100% real sheepskin leather ,the Silver metal mesh pattern for speaker makes it more stylish with a metal ring camera hole design as well. And has multi-functional case allows it to protect the iPad 2,.
The Product Features are mentioned as follows:
Its Rechargeable battery lasts for continuous functioning time of up to 90 hours per charge.
Its Standby time is 100 days.
The Charging time is 4 - 4.5 hours.
The Bluetooth keyboard charges with standard Micro USB cable (included).
Its Stylish & streamlined protective leather case designed for iPad.
The Built in Bluetooth 2.0 is of hard plastic black Keyboard.
Its spill-proof. And dust-proof.
Its provides the durability of Leather Style Exterior Auto sleep mode when idle for 10 minutes.
Easy setup - automatically re-connects when turned on.
The Keyboard gives the facility with iPad, iPhone 4, iPhone 3G S (upgraded to IOS40.Windows, Mac and Linux too,
Its Packing Contents:
1. USB Power Charging Cable
2. PU Leather case w/Keyboard
Compatibility is with:
Apple iPad 2 WiFi + 3G 16GB / 32GB / 64GB
Apple iPad 2 WiFi 16GB / 32GB / 64GB
The Net Weight is 495g
The Measurement is19.5cm x 25cm x 2.5cm
2. iPad 2 Built in Wireless Bluetooth Qwerty Keyboard Leather Protective Case Red
Apple iPad 2 Built in Wireless Bluetooth Qwerty Keyboard Leather Protective Case Red
The Apple iPad and iPad 2 have distorted how many people achieve their fundamental computer responsibilities like inspection using internet and emailing and this evolution has led to a refuse in predicting PC sales .The deluxe faux leather bluetooth keyboard protective case is specifically designed for Apple iPad 2generation, and you can utilize your iPad by assuming it as a note book too.
It has Bluetooth 2.0 Keyboard which effortlessly connects with the iPad 2 for faster and more comfortable typing
.
The Product Features are:
Its charging time: 4 - 4.5 hours.
Bluetooth keyboard charges using standard Micro USB cable (included).
Auto sleep mode when idle for 10 minutes.
Easy setup - automatically re-connects when turned on.
Keyboard also works with Windows, Mac, Linux, iPad, iPhone 4, iPhone 3G S (upgraded to IOS40.
Its fashionable & streamlined protective faux leather case which is designed for iPad.
Its Built in Bluetooth 2.0 Silicone Keyboard.
It has quiet keystrokes, dust-proof & spill-proof.
Its durable Leather Style Exterior.
Its magnetic fastening secures case closed.
Its rechargeable battery lasts for an uninterrupted working time of up to 90 hours per charge.
Its Standby time is up to 100 days.
Its Packing Contents:
1.PU Laether case w/Keyboard
2.USB Power Charging Cable
3. Bluetooth keyboard manual
and its Compatible with:
Apple iPad 2 WiFi + 3G 16GB / 32GB / 64GB (also cut out for the sim card tray)
Apple iPad 2 WiFi 16GB / 32GB / 64GB
The Net Weight is 528g
The measurement is 20cm x 24.5cm x 2.5cm
3.  iPad 2 Built in Wireless Bluetooth Qwerty Keyboard Leather Protective Case Pink
Apple iPad 2 Built in Wireless Bluetooth Qwerty Keyboard Leather Protective Case Pink
The Apple iPad and iPad 2 is also the best in use ipad case nowadays. It has Bluetooth 2.0 Keyboard .The deluxe faux leather bluetooth keyboard protective case is specifically designed for Apple iPad 2 generation, and you can utilize your iPad by assuming it as a note book too.which effortlessly connects with the iPad 2 for faster and more comfortable typing
The Product Features are:
Its Stylish & streamlined protective faux leather case designed for iPad.
The Built in Bluetooth 2.0 Silicone Keyboard.
Its Quiet keystrokes, dust-proof & spill-proof.
The durable Leather Style Exterior.
The magnetic fastening secures case closed.
Its rechargeable battery lasts for an uninterrupted working time of up to 90 hours per charge.
The standby time is up to 100 days.
The charging time is 4 - 4.5 hours.
the Bluetooth keyboard charges using standard Micro USB cable.
It has Auto sleep mode when idle for 10 minutes.
Its, automatically re-connects when its on..
The Keyboard also works with Windows, Mac, Linux, iPad, iPhone 4, iPhone 3G S (upgraded to IOS40.
Its Packing Contents:
1. Bluetooth keyboard manual
2. PU Laether case w/Keyboard
3. USB Power Charging Cable
Its Compatibility with:
Apple iPad 2 WiFi 16GB / 32GB / 64GB
Apple iPad 2 WiFi + 3G 16GB / 32GB / 64GB (also cut out for the sim card tray)