Showing posts with label How-to. Show all posts
Showing posts with label How-to. 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 : )

Paste Google Adsense Html scripts in your Blogspot Blogger Template


Blogger HtmlWho doesn’t want to add some Adsense adsto their blog and make some bucks out of their content? And when Blogger has really made it easier to add Adsense Ads and monetize your blog’s content, I hope there’s nothing wrong to give it a try. Ok it’s up to you to decide whether you need to monetize your blog or not but I guess, most of you must be doing that. And do you know you need to keep on playing with the ads position to find out the spot for more earnings? But sometimes you face the problem to have your ads displayed in the right position you wanted to. May be you need to edit your blogger template in order to do that. So in this post, I wanted to include tips that will help you to display your Adsense ads in better position and thus increase you earnings.

If you are including your ads via gadget, you can simply follow the ways of adding a new gadget and select adsense ads to include ad in your blog.
But if you want to display somewhere in places where you cannot add gadget, then you may need to edit your template. This post will show you how to exactly do that. (Note: you may need to some basic Html skills, at least in order to identify the codes where you need to add the advertisement code)
1. Log in to your dashboard–> Navigate to layout –>Edit Html Tab
Blogger Edit Html
2. Before you edit your blogger Template, Make sure you backup every time, by clicking on the Download Full Template so that you may restore it if something goes wrong.
Backup Blogger Template
3. You may need to “expand Widget Templates”. To do that check the box and it will expand itself.
Blogger Expand Widget Templates
4. You should have got the Adsense code or other html that you want to add. And now you need to change the code. Otherwise you are gonna get error like
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
5. Ok so what you need to do is, Parse the Google Adsense Html or any other Html. To do that change the following characters to the given ones.

< – <
> – >
& = &
”= "
Found it complex and time consuming. Try this tool Escape Html from blogcrowds. Copy and Paste your Google Adsense or other code to the textbox in the tool and click on parse.
6. Now when you have got the parsed code, Paste that code to the specific place you need to display it. Now it should work perfectly.
If you want to display adsense ads inside your blogger post please go through this post Adding Adsense Ads in Blogger Posts.
I hope you enjoyed this. Stuck somewhere? Let us know in comments below and we will be happy to help.





Wednesday, August 15, 2012

How to: Unlock iPhone 4 03.10.01 Using Gevey Sim Card



latest Gevey Sim Unlock for iPhone 4 basebands 02.10.04 -03.10.01 cost is $ 70 and has been recently launched. And you could easily purchase this Gevey Sim from its authorized partner applenberry . Its users have conventionally received their orders of Gevey Sim and has been uploaded the operational videos .
Effects of Gevey Sim:
· Gevey Sim is just well-matched to unlock iPhone 4 baseband 01.59.00 to 03.10.01 on iOS version 4.0, 4.1, 4.2, 4.2.1. The important fact is that you geeks want to upgrade it to iOS 4.3 firmware and your baseband would be resolve the modify to 04.10.01 and you would enduringly then loose your unlock.
· The Gevey Sim needs calling to urgent situation number 112 .And also keep in mind that in your country there might be having severe policy to handle the mistreat of Emergency Numbers.
· Incase when you turn off your device, you would require follow the complete unlock development just from the establishment .
Unlocked iPhone 03.10.01
gevey sim pakistan
Gevey Sim Manual / Guide
`gevey sim manual guide book
Video


How to: Watch Live TV On iPad & iPhone


Hy! Geeks there are a latest good news for you that how you can watch TVs best channels which may containEducational, Shopping, Transportable Emblem Transportable Emblem ,Digital Receiver Devotion, Interestingness, Sports channels and can easily watch big games but without any extra fee or subscription on you iphone.  I have mentioned the following
As there should be no Instrumentation to locate,
The Features would be :
The Bottomless viewing of Experience Comprehensive TV devotion
The Live, topical programme reportage from your decentralized venerationEasy-to-use opening
Also has High-quality kinetic TV.
And you would have to make no pay per watching and having no subscriptions and also, no constant fees respectively
The method is to download and then keep aside the other one TV Elect software now and bulge way to over 1000 Reality Artless Veneration. But keep that in mind that your TV should be switch properly otherwise it could be dangerous for your iphone.
Now you can just simply download the software, the name of which is ambulatory TV software which makes you show about 1000 channels, ESPN, TLC, unvaried NBC and Fox Language section on the sound that you have in your iphone..
The electronic programming gives you the opportunity to watch online channels as well.
.
You can download any program straight through the channels and can make amendments in the Sound into a Super TV,
Hy! Geeks there are a latest good news for you that how you can watch TVs best channels which may containEducational, Shopping, Transportable Emblem Transportable Emblem ,Digital Receiver Devotion, Interestingness, Sports channels and can easily watch big games but without any extra fee or subscription on you iphone.  I have mentioned the following As there should be no Instrumentation to locate, The Features would be :The Bottomless viewing of Experience Comprehensive TV devotionThe Live, topical programmereportage from your decentralized venerationEasy-to-use openingAlso has High-quality kinetic TV.And you would have to make no pay per watching and having no subscriptions and also, no constant fees respectivelyThe method is to download and then keep aside the other one TV Elect software now and bulge way to over 1000 Reality Artless Veneration. But keep that in mind that your TV should be switch properly otherwise it could be dangerous for your iphone. Now you can just simply download the software, the name ofwhich is ambulatory TV software which makes you show about 1000 channels, ESPN, TLC, unvaried NBC and Fox Language section on the sound that you have in your iphone..The electronic programming gives you the opportunity to watch online channels as well..You can download any program straight through the channelsand can make amendments in the Sound into a Super TV,

How To Upgrade iPhone, iPad or iPod Touch’s iOs Using itunes


The most important thing regarding the iOS device is that with the passage of time you must upgrade it.
The Apple is showing its best progress in world of technology by providing latest features for every kind of safety and presentation updates.
For being up to date you geeks will have to follow up these three steps.
1. Automatically – First of all turn on while you turn on iPhone, iPad or iPod Touch in the computer system or Mac and introduce iTunes you might be encouraged by the iTunes for the upgrade during the availability .A simple way is to press download and install.
2. Manually – Afterwards you plug in to your iOS device and opening iTunes then choose your device from the left side guide under ‘Devices’ and afterwards press the ‘Check for Updates’ button.
3. Even More Manually – For uploading on the device with the iTunes you have to down load the real iOS software and secondly update your iPhone on it.
 First of all download the IPSW files direct from Apple by placing the recent version.
 In your S PC or Mac switch open the iTunes on to your iPod, iPad or iPhone and press your device on the left side.
 In case you are utilizing Windows, just hold down the SHIFT key and press Restore
 Incase you are If you ar’ utilizing using Mac, then seize down the CMD key and then press Restore.
 You can "Browse" to and choose the IPSW file that you have downloaded.