Thursday, August 16, 2012

Change Colour or Highlight of Author Comments in Blogger


Today , the post is about on How to Highlight of Authors comments in BLogger @ how to do this activity So, i am going to explain you in simple methods. Just Following the Steps .. !

#Step 1: Go To Yours Blogger >> Design >> Edit HTML
#Step 2: Check "Expand widget template" Box
#Step 3:Then Search for this .

]]></b:skin>                    
#Step 4: Just above it paste the CSS code below given,

.mbt-comment-body {background: #008000;color: #FFFFFF;border: 1px solid #FFFFFF;margin:0;padding:0 0 0 10px;width:474px;}

You can use the following to make changes to suit your blogs:
To Change the background color of author comments change #008000
To change font color change #FFFFFF
To change border size change 1px, to change border style change to solid, dashed or dotted  and to change the color of the border change #FFFFFF
To change the width of the comment body change 474px (My blog comment body is 474)
Tip: You can use the color generator/chart from HTML's Colour Codes to make the above changes

#Step 5: Next search carefully for this code in your beautiful template,

Tips : Press Crtl +F and search for one line at a time

<data:commentPostedByMsg/>           </dt> 
          <dd class='comment-body'>             <b:if cond='data:comment.isDeleted'>               <span class='deleted-comment'><data:comment.body/></span>             <b:else/>               <p><data:comment.body/></p>             </b:if>           </dd> 

#Step 6:  Replace it now with the following code,

 <data:commentPostedByMsg/>           </dt> <b:if cond='data:comment.author == data:post.author'> <dd class='mbt-comment-body'> <p><data:comment.body/></p> </dd><b:else/>           <dd class='comment-body'>             <b:if cond='data:comment.isDeleted'>               <span class='deleted-comment'><data:comment.body/></span>             <b:else/>               <p><data:comment.body/></p>             </b:if>           </dd> </b:if>
#Step 7: Save your template , its done!
Thats it Finished .


Bloggers Threaded Comment System Open - New BlogSpot Feature


Blogger Introducing new things day by day one of the best Threaded system is open you can see below in picture given .. display ..Blogger has introduced "Threaded comment system" recently which allows blog readers to make replies of existing comments. This makes blog

ger's current comment system a two level commenting system. This works just like DISQUS, Intense debate or Facebook comment form for blogspot. Blogger realized the requirement of this great feature and launched the Threaded comment system recently. Here is how you can enable threaded comment system on your blog.







Earlier bloggers use to add a custom reply button in blogger that helped users to reply comments of others but now Blogger has officially added this feature. Its a two level commenting system which means you can’t reply to comments which are added as a reply.

How to Enable Thread Comment System in Blogger ?
Blogger's this new feature has already been enabled on all of blogspot blogs by default however there are certain requirements for this threaded comment system to work properly in your blogspot design.

1- First, you need to enable comments feature and it must be in embedded mode. You can just go and apply these settings from Settings > Post and comments section.





2- Your comment feed settings must be set as "Full Feed". You can change/confirm this setting by going to Settings > Other



Its a good move by Blogger however there is still a need of more refine like nested commenting system with more levels to Reply. Hopefully Blogger will improve this updated comment system to meet the latest user requirements.

BlackBerry now Dead or Alive?





Blackberry is now Dear or Alive :Once the king of smartphones in the U.S, BlackBerry makers Research in Motion (RIM) have been on a steady decline since the release of the first Apple iPhone back in 2007. Having already lost market share to Apple, RIM then had to contend with Google and their range of Android phones, which quickly became the dominant force in the world of smartphones, eclipsing even Apple.




In March of this year, BlackBerry handsets had a market share of the just 12.3 percent and, for the first time in seven years, actually lost money. So are we looking at the end of BlackBerry? Are they dead or can they hang in there? Well, it seems like RIM might have something up their sleeves that can keep them alive…




BlackBerry 10 :




At their recent BlackBerry World conference held in Florida, Research in Motion unveiled the new BlackBerry 10 operating system, the platform they hope can spring them back into the big time. BlackBerry 10 is far removed from previous operating systems and is actually pretty darn good.




RIM seems to have wiped the slate clean with BB 10 and produced an OS with much emphasis on user-friendliness. Impressive features included an adaptive touchscreen keyboard (that’s right, RIM are going to be producing more phones without physical keyboards) that offers gesture based typing for easier communication and that can adjust to your typing style. The new interface also allows you to swipe apps and separate screens with apps, vastly improving the user-experience and preventing you from having to navigate back to the homescreen to enter another app.




There is also a new camera present which allows you to adjust and edit photos on the fly by capturing a few frames before you press the shutter button. Of course, what we have seen far on BlackBerry 10 is only a limited amount, but first impression count for a lot and it looks good.




Physical Keyboards :




The inclusion of a physical keyboard has always been a unique selling point for BlackBerry and still attracts a lot of people. For this reason, RIM has said that it plans to continue releasing traditional physical keyboard devices on the BB 10 platform, alongside their touchscreen smartphones and tablets. A wise move you feel.




Suggestions are that RIM is also planning to put BB 10 into cars which would give them another market. The reason for this is that BlackBerry 10 is QNX-based software. QNX is a company that manufactures industrial grade operating systems for cars; they also happen to be a company owned by RIM.




Overcoming the rivals :




It’s probably fair to say that BlackBerry has now fallen too far behind Android and Apple to ever become a serious threat in terms of reclaiming a large share of the market. After all, Apple is a very famous brand, and a huge number of people buy their products only because it’s prestigious. As for Android phones, they’re very competitive thanks to their low prices – even the upcoming Samsung Galaxy S3 is going to cost about $700 SIM-free, and the contract versions’ monthly fees are also rather affordable. RIM’s high-end BlackBerry phones will most likely have almost the same price, which will seriously affect its sales – many buyers can prefer the famous Samsung flagship.




BlackBerry may also have competition from Windows Phone which is set for an upgrade from Windows Phone 7 to 8 this year. That will coincide with the releaseof Microsoft’s Windows 8 desktop operating system which is expected to integrate with Windows Phones. You suspect that Windows Phone will prove to be main rival of BB 10, although Blackberry’s know-how when it comes to smartphones, along with a loyal following, may give them the edge.




Another thing that needs to change is the BlackBerry App World which is going to need a big overhaul to have any hope of competing with Google’s Play Store, Apple’s App Store and even Windows Phone Marketplace.

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 : )

7 Professional Tips to Make Yours Blog Outstanding


Blog is One of the best way of creating money online. People love to creating post in blogs to drive the traffic. Today now i am going to 8 Professional Tips to Makes Yours Blog Outstanding .

Here are the 8 tried and tested promotional tips that can do wonders for your blog followings

Use and Abuse Social Media! :

Social Media is one of the best way to drive the Traffic. A somewhat obvious platform to promote your blogs, this is all too often not used to its maximum capabilites. More and more potential reader of yours blog are entering into the world of social media everyday so it would be foolish NOT utilise this platform. Yet, be careful not to simply post updates of new posts. Connect with people and communicate on a personal level. Not only will showing your personality in this manner make people more likely to read your blog and share it with their followers and friends, but you can decipher what your desired readers want to discuss. Social media engagement not only helps promote your blog but also improves it. Result...!

Include Useful Links in your posts. :

By linking up others relevant and useful blogs posts, not only will your readers know where to look for useful info, the bloggers you have linked to will be grateful for the link and be more likely to link up to you in the future.

Comment, Comment, Comment! :

Commenting on others blog posts is an excellent way to connect with more peoples , form contacts in your niche and get you name recognized. Blog writer will often respond to comment and questions on their posts, as k pertinent questions and you are sure to get answers and form contacts. Connect with these influential people on Twitter as well.

Get Guest Blogging! :

Possibly the best way to promote yours blog, there are hundreds of options to guest blog out there, and posting quality content on high-quality site give you a broader audience for your posts. When guest posting, most of the time you are allowed to include links back to your own site. Brilliant promotion, these blogs can drive traffic back to your own site and potentially enlist a whole host of new followers.

Accept Guest Blogs.

Following on the from the previous point, allowing people to post on your blog is also brilliant promotion. Guest blogger the are always looking for places to contribute their content and are more than happy to promote their contribution all over their social media channels. This will be drive a lot of new people to yours site.

Use Your Contacts. :

Leverage's your friends& family, again a seemingly simplistic tactic but getting 20 friends and family to share you blogs on their own social media channels could unleash your blog onto a whole new range of potential readers.

Social Bookmarking Sites :

Another fabulous way of promoting yours blog is utilising social bookmarking sites. Submit your post to social bookmarking sites such as Digg and watch lots of new people arrive at your blog. This is one the best way to promote the blog


BlackBerry now Dead or Alive?


Blackberry is now Dear or Alive :Once the king of smartphones in the U.S, BlackBerry makers Research in Motion (RIM) have been on a steady decline since the release of the first Apple iPhone back in 2007. Having already lost market share to Apple, RIM then had to contend with Google and their range of Android phones, which quickly became the dominant force in the world of smartphones, eclipsing even Apple.

In March of this year, BlackBerry handsets had a market share of the just 12.3 percent and, for the first time in seven years, actually lost money. So are we looking at the end of BlackBerry? Are they dead or can they hang in there? Well, it seems like RIM might have something up their sleeves that can keep them alive…

BlackBerry 10 :

At their recent BlackBerry World conference held in Florida, Research in Motion unveiled the new BlackBerry 10 operating system, the platform they hope can spring them back into the big time. BlackBerry 10 is far removed from previous operating systems and is actually pretty darn good.

RIM seems to have wiped the slate clean with BB 10 and produced an OS with much emphasis on user-friendliness. Impressive features included an adaptive touchscreen keyboard (that’s right, RIM are going to be producing more phones without physical keyboards) that offers gesture based typing for easier communication and that can adjust to your typing style. The new interface also allows you to swipe apps and separate screens with apps, vastly improving the user-experience and preventing you from having to navigate back to the homescreen to enter another app.

There is also a new camera present which allows you to adjust and edit photos on the fly by capturing a few frames before you press the shutter button. Of course, what we have seen far on BlackBerry 10 is only a limited amount, but first impression count for a lot and it looks good.

Physical Keyboards :

The inclusion of a physical keyboard has always been a unique selling point for BlackBerry and still attracts a lot of people. For this reason, RIM has said that it plans to continue releasing traditional physical keyboard devices on the BB 10 platform, alongside their touchscreen smartphones and tablets. A wise move you feel.

Suggestions are that RIM is also planning to put BB 10 into cars which would give them another market. The reason for this is that BlackBerry 10 is QNX-based software. QNX is a company that manufactures industrial grade operating systems for cars; they also happen to be a company owned by RIM.

Overcoming the rivals :

It’s probably fair to say that BlackBerry has now fallen too far behind Android and Apple to ever become a serious threat in terms of reclaiming a large share of the market. After all, Apple is a very famous brand, and a huge number of people buy their products only because it’s prestigious. As for Android phones, they’re very competitive thanks to their low prices – even the upcoming Samsung Galaxy S3 is going to cost about $700 SIM-free, and the contract versions’ monthly fees are also rather affordable. RIM’s high-end BlackBerry phones will most likely have almost the same price, which will seriously affect its sales – many buyers can prefer the famous Samsung flagship.

BlackBerry may also have competition from Windows Phone which is set for an upgrade from Windows Phone 7 to 8 this year. That will coincide with the releaseof Microsoft’s Windows 8 desktop operating system which is expected to integrate with Windows Phones. You suspect that Windows Phone will prove to be main rival of BB 10, although Blackberry’s know-how when it comes to smartphones, along with a loyal following, may give them the edge.

Another thing that needs to change is the BlackBerry App World which is going to need a big overhaul to have any hope of competing with Google’s Play Store, Apple’s App Store and even Windows Phone Marketplace.

How to Unlock iPhone,iPhone 4,3Gs / 3G without Wi-Fi Using Ultrasnow


How to UNLOCK IPHONE or IPHON4. I will unlocked iPhone 3G, 3GS and iPhone 4 using this method and I’m sure it will work for you. You dont need wi-fi connection to unlock your phone, it’s an offline unlock to get your phone activated and useable with iTunes and any SIM card different from your home network provider. To unlock your iPhone 3G or 3GS or iPhone 4, you must first jailbreak the phone and upgrade to iPad baseband. If you haven’t done this, this tutorial won’t work for you and you may not be able to use your iPhone with another carrier.

I’ve done this countless times because each time I upgrade my firmware or decide to set up my device as new, it automatically locks. The phone is locked to AT & T which is not even available in my country. I can’t even use any SIM card here with it and connecting it to iTunes requires activation and since i cant do that, I have no choice but to hacktivate it

Unlocking your iPhone 3G or 3GS to work with a different network carrier

First download these files:

- iFunBox
- Ultrasnow & Mobile Substrate

1. Launch iFunBox

2. Connect your iPhone

3. Click on your phone’s name on iFunBox

4. Select Cydia App Install from the options

5. Select Copy From PC as shown in the image above

6. Locate and select Ultrasnow & Mobile Substrate included in the zip file you downloaded

7. Click Open

8. Now disconnect your iPhone from the computer and switch it off.

9. Turn your phone on and switch it off again after some seconds

10. Insert a SIM card and turn it on.

Now your iPhone is unlocked and ready to be used with any network provider.