<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;D0cGRXs6eip7ImA9WhVREUo.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543</id><updated>2012-03-19T22:07:04.512+05:30</updated><category term="Tech News" /><category term="Web Development" /><category term="Plugins" /><category term="WordPress Tips" /><category term="Internet" /><category term="CSS" /><category term="Software" /><category term="Windows" /><category term="Html" /><category term="Facebook" /><category term="Google" /><category term="Widgets" /><category term="Blogger Tips" /><category term="Programming" /><category term="Social Networking" /><category term="Web Designing" /><title>Learn Web Tips</title><subtitle type="html">A Blog For Discussing Web Tricks And Tips</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/LearnWebTips" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="learnwebtips" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">LearnWebTips</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><entry gd:etag="W/&quot;C0IDQnc6fyp7ImA9WhRaGEw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-2853477041004021059</id><published>2012-02-20T15:47:00.005+05:30</published><updated>2012-02-21T13:36:13.917+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-21T13:36:13.917+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>How to disable the link to parent pages when using wp_list_pages in WordPress</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Last day I was working on one of my clients' web site, and he made a request that he wanted to avoid links to certain parent pages of his WordPress site.  As I was using  wp_list_pages for generating dynamic menus, it was not possible to unlink parent pages or each page individually . So I tried to find out a simple way to achieve this function and finally got a small function that will disable links of individual pages.&lt;br /&gt;
&lt;br /&gt;
Below is the code that I used, just copy this and paste  it in your header.php file is enough.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script type="text/javascript"&amp;gt;jQuery(function($) {    $("li.page-item-10").children("a").attr('href', "javascript:void(0)");});&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In the above example code I had given page id as 10, just replace 10 with your page id.Now if you want to disable more than one page, then simply use the below code,&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;br /&gt;
jQuery(function($) {&lt;br /&gt;
$("li.page-item-10,li.page-item-14,li.page-item-15").children("a").attr('href', "javascript:void(0)");&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Feel free to leave comment here if you are facing any problem while using this function.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-2853477041004021059?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xu7mPAyRB8_olojX94xETeAVRow/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xu7mPAyRB8_olojX94xETeAVRow/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xu7mPAyRB8_olojX94xETeAVRow/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xu7mPAyRB8_olojX94xETeAVRow/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/2853477041004021059/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/02/remove-link-from-parent-pages.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2853477041004021059?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2853477041004021059?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/02/remove-link-from-parent-pages.html" title="How to disable the link to parent pages when using wp_list_pages in WordPress" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D0MNQXszfyp7ImA9WhRbFU0.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-4982277232360004578</id><published>2012-02-02T00:19:00.008+05:30</published><updated>2012-02-06T10:48:10.587+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-06T10:48:10.587+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tech News" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips" /><title>Blogspot Domain Changed From .com to .in or ccTLD.</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;You might have noticed that recently Google changed all BlogSpot domains to your country&amp;#39;s TLD, that is ccTLD ( Country code Top Level Domain). If your blog is from India then your Blogspot address might be changed from “blogspot.com” to “blogspot.in”, or if you are from UK then to “blogspot.uk”.&lt;br&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;But for custom domains this change does not affect. Actually youwill not be able to see any changes for the performance or look and feel of your blog except the URL of the  blog.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;Why Blogger/Blogspot changed domain to countries TLD?&lt;/b&gt;&lt;br&gt;
&lt;br&gt;
This migration to localized domains will help Google to continue promoting free expression and responsible publishing while providing greater flexibility in complying with valid removal requests pursuant to local law.  Google can manage content removals on a per country basis by utilizing ccTLDs, which  will reduce their impact to the smallest number of readers. That is, content removed due to specific country’s law will only be  removed from the specific ccTLD.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/02/bblogspot-domain-changed-from-com-to-in.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-4982277232360004578?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/kg4hy9quny3cDaXfhnfDo7bNwK4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kg4hy9quny3cDaXfhnfDo7bNwK4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/kg4hy9quny3cDaXfhnfDo7bNwK4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/kg4hy9quny3cDaXfhnfDo7bNwK4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/4982277232360004578/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/02/bblogspot-domain-changed-from-com-to-in.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4982277232360004578?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4982277232360004578?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/02/bblogspot-domain-changed-from-com-to-in.html" title="Blogspot Domain Changed From .com to .in or ccTLD." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUAMRHsycSp7ImA9WhRUFko.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-5418022681269021443</id><published>2012-01-27T11:47:00.006+05:30</published><updated>2012-01-27T20:53:05.599+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T20:53:05.599+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips" /><title>How To Remove Blogger Threaded Commenting</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div align="justify"&gt;Few days before I had written an article about &lt;a href="http://learnwebtips.blogspot.com/2012/01/enable-threaded-commenting-blogger.html" target="_blank" title="Activating Threaded Commenting"&gt;activating blogger’s new threaded commenting feature&lt;/a&gt;. It is a &lt;a href="http://lh6.ggpht.com/-j5ansTsiav4/TyFLWO6MsqI/AAAAAAAAAfM/DbKVzatER-o/s1600-h/Remove%252520threaded%252520comment%25255B11%25255D.png" title="Remove Threaded Commenting"&gt;&lt;img align="right" alt="Remove threaded comment" border="0" height="203" src="http://lh6.ggpht.com/-MXBd6ugXe6o/TyFLXA7g9YI/AAAAAAAAAfU/4wLar24aXFw/Remove%252520threaded%252520comment_thumb%25255B9%25255D.png?imgmax=800" style="border-bottom-width: 0px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; margin: 5px 0px 0px 15px;" title="Remove threaded comment" width="240"&gt;&lt;/a&gt; superb feature of blog. But yet few small bugs are there in this threaded commenting. Many of the users complaining that, when someone clicking on their blog post heading, control taking them to the commenting section instead of top of the blog post. This only happens if there are comments in that particular post. This may reduce adsense earnings and visitors.&lt;/div&gt;&lt;div align="justify"&gt;So here I’m going to explain a simple method to remove threaded commenting from your blogger blog. Dont’ worry we can activate them back as soon as Google fixes all this bugs.&lt;/div&gt;&lt;div align="justify"&gt;So now follow the below steps to get rid of threaded commenting from your blog.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/how-to-remove-blogger-threaded.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-5418022681269021443?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/VoQrw3nAnlw3IDmNg7u6ozhXX3E/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VoQrw3nAnlw3IDmNg7u6ozhXX3E/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/VoQrw3nAnlw3IDmNg7u6ozhXX3E/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/VoQrw3nAnlw3IDmNg7u6ozhXX3E/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/5418022681269021443/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-remove-blogger-threaded.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5418022681269021443?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5418022681269021443?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-remove-blogger-threaded.html" title="How To Remove Blogger Threaded Commenting" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh6.ggpht.com/-MXBd6ugXe6o/TyFLXA7g9YI/AAAAAAAAAfU/4wLar24aXFw/s72-c/Remove%252520threaded%252520comment_thumb%25255B9%25255D.png?imgmax=800" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU8MQ385eyp7ImA9WhRVGU0.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-4597330169413759518</id><published>2012-01-17T23:43:00.006+05:30</published><updated>2012-01-18T23:01:22.123+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-18T23:01:22.123+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><category scheme="http://www.blogger.com/atom/ns#" term="Tech News" /><title>How To Activate Facebook Video Chatting?</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-es1GUaKrSb0/TxW7VXiTILI/AAAAAAAAAc4/j0yAtSOzB7A/s1600/facebook+skype+video+chatting.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Facebook video chatting"&gt;&lt;img alt="facebook video calling" border="0" src="http://3.bp.blogspot.com/-es1GUaKrSb0/TxW7VXiTILI/AAAAAAAAAc4/j0yAtSOzB7A/s1600/facebook+skype+video+chatting.jpg"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;p&gt;Facebook finally announced it’s rumored video chatting feature in partnership with Skype to the world’s most popular social networking site. This seems to be a big step against Google+’s hanguout feature.&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;div style="text-align: justify;"&gt;You will need to enable facebook video calling option for start using this feature with your friends. This can be done by following few simple steps that given below.&lt;/div&gt;&lt;/div&gt;&lt;ol&gt;&lt;li&gt;Go to &lt;a href="http://www.facebook.com/videocalling" rel="nofollow" target="_blank"&gt;http://www.facebook.com/videocalling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;You can see a green button labelled ‘Get Started’. Click on it.&lt;/li&gt;&lt;/ol&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/how-to-activate-facebook-video-chatting.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-4597330169413759518?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QE9qg5a2zglm2ytb_DM7uPTmRec/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QE9qg5a2zglm2ytb_DM7uPTmRec/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QE9qg5a2zglm2ytb_DM7uPTmRec/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QE9qg5a2zglm2ytb_DM7uPTmRec/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/4597330169413759518/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-activate-facebook-video-chatting.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4597330169413759518?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4597330169413759518?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-activate-facebook-video-chatting.html" title="How To Activate Facebook Video Chatting?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-es1GUaKrSb0/TxW7VXiTILI/AAAAAAAAAc4/j0yAtSOzB7A/s72-c/facebook+skype+video+chatting.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;CEAAQHY4eCp7ImA9WhRVFUU.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-1824615007099385200</id><published>2012-01-15T03:06:00.005+05:30</published><updated>2012-01-15T04:42:21.830+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T04:42:21.830+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tech News" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips" /><title>How To Enable Threaded Commenting in Blogger Blogs?</title><content type="html">&lt;div style="text-align: right;"&gt;&lt;a href="http://3.bp.blogspot.com/-Hh6d8XMEluM/TxHv8lgCLuI/AAAAAAAAAaw/BKkbILRvmEM/s1600/threaded+comment+preview.PNG" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Blogger Threaded Commenting Preview"&gt;&lt;img alt="Blogger Threaded Commenting" border="0" height="268" src="http://3.bp.blogspot.com/-Hh6d8XMEluM/TxHv8lgCLuI/AAAAAAAAAaw/BKkbILRvmEM/s320/threaded+comment+preview.PNG" width="320"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style="text-align: justify;"&gt;&lt;p&gt;Blogger has just announced the much awaited feature &amp;quot;&lt;i&gt;Threaded Comments For Blogger&lt;/i&gt;&amp;quot; last day. Now By using this new feature you can reply to a particular comment and read the entire conversation. Blogger threaded commenting feature helps us to easily differentiate between whether someone is responding to another comment on the thread or making a general comment on the thread.&lt;p&gt;&lt;/p&gt;&lt;/p&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/enable-threaded-commenting-blogger.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-1824615007099385200?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sqChHrEkbEpIui7OpKSq6kOCTO0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sqChHrEkbEpIui7OpKSq6kOCTO0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sqChHrEkbEpIui7OpKSq6kOCTO0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sqChHrEkbEpIui7OpKSq6kOCTO0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/1824615007099385200/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/enable-threaded-commenting-blogger.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1824615007099385200?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1824615007099385200?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/enable-threaded-commenting-blogger.html" title="How To Enable Threaded Commenting in Blogger Blogs?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-Hh6d8XMEluM/TxHv8lgCLuI/AAAAAAAAAaw/BKkbILRvmEM/s72-c/threaded+comment+preview.PNG" height="72" width="72" /><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;CkQASXs8eCp7ImA9WhRUFkg.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-633809076066161272</id><published>2012-01-12T21:53:00.010+05:30</published><updated>2012-01-27T13:15:48.570+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T13:15:48.570+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking" /><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><title>How To Use Custom Share Button For LinkedIn?</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-GkTbvT87kA0/Tw8XphAJmkI/AAAAAAAAAYw/KGFIPuCPvEE/s1600/linkedin-logo.jpg" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" title="LinkedIn Logo"&gt;&lt;img alt="Custom LinkedIn Share Button" border="0" height="150" src="http://1.bp.blogspot.com/-GkTbvT87kA0/Tw8XphAJmkI/AAAAAAAAAYw/KGFIPuCPvEE/s200/linkedin-logo.jpg" width="150"&gt;&lt;/a&gt;&lt;/div&gt;We often want to use our own LinkedIn share button that matches our website design or available space.Here is a bit of code that allows the use of our own custom image file for the LinkedIn share button.  Copy and paste the below code into your site.&lt;br&gt;
&lt;blockquote&gt;&lt;br&gt;
&amp;lt;a href=”http://www.linkedin.com/shareArticle?mini=true&amp;amp;url=http://&lt;span style="color: red;"&gt;your page url&lt;/span&gt;&amp;amp;title=&lt;span style="color: red;"&gt;Title of your page&lt;/span&gt; &amp;amp;summary=&lt;span style="color: red;"&gt;Content description of your page&lt;/span&gt; &amp;amp; source= &lt;span style="color: red;"&gt;Website Name&lt;/span&gt;” target=”_new”&amp;gt; &amp;lt;img src=”&lt;span style="color: red;"&gt;Yourimage.png&lt;/span&gt;” alt=”Share in LinkedIn” width=”18″ height=”18″ title=” Share in LinkedIn” /&amp;gt; &amp;lt;/a&amp;gt;&lt;/blockquote&gt;&lt;br&gt;
Please change &lt;i&gt;&lt;span style="color: magenta;"&gt;your page url&lt;/span&gt;&lt;/i&gt;, &lt;span style="color: magenta;"&gt;&lt;i&gt;Title of your page&lt;/i&gt;&lt;/span&gt;, &lt;i&gt;&lt;span style="color: magenta;"&gt;Content description of your page&lt;/span&gt;&lt;/i&gt; and &lt;i&gt;&lt;span style="color: magenta;"&gt;Website Name&lt;/span&gt;&lt;/i&gt; according to your site details.&lt;br&gt;
&lt;div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/use-custom-share-button-for-linkedin.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-633809076066161272?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2_ivS7c0tP-4w136Lv5qpSOD8F4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2_ivS7c0tP-4w136Lv5qpSOD8F4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2_ivS7c0tP-4w136Lv5qpSOD8F4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2_ivS7c0tP-4w136Lv5qpSOD8F4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/633809076066161272/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/use-custom-share-button-for-linkedin.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/633809076066161272?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/633809076066161272?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/use-custom-share-button-for-linkedin.html" title="How To Use Custom Share Button For LinkedIn?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-GkTbvT87kA0/Tw8XphAJmkI/AAAAAAAAAYw/KGFIPuCPvEE/s72-c/linkedin-logo.jpg" height="72" width="72" /><thr:total>4</thr:total></entry><entry gd:etag="W/&quot;A0IAQXk9cSp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-5438802799662188964</id><published>2012-01-09T22:05:00.006+05:30</published><updated>2012-01-27T13:02:20.769+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T13:02:20.769+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><title>How To Get Category ID Using Category Slug in WordPress?</title><content type="html">Few days before I had written a post by explaining a simple method for &lt;a href="http://learnwebtips.blogspot.com/2011/11/get-category-id-using-category-name.html" target="_blank" title="Get Category ID by Category name"&gt;getting category id using category name&lt;/a&gt; in WordPress. Today let us study an easy way to get category id using category slug.&lt;br&gt;
&lt;div&gt;&lt;div class="MsoNormal"&gt;&lt;b&gt;&lt;span lang="EN-US"&gt;Get category by slug &lt;/span&gt;&lt;/b&gt;&lt;span lang="EN-US"&gt;function is an easy method for retrieving category id using category slug.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span lang="EN-US"&gt;&lt;br&gt;
&lt;/span&gt;&lt;/div&gt;&lt;b&gt;How To Use?&lt;/b&gt;&lt;/div&gt;&lt;blockquote&gt;&amp;lt;?php get_category_by_slug( $cat-slug ) ?&amp;gt;&lt;/blockquote&gt;&lt;div&gt;&lt;div class="MsoNormal"&gt;&lt;br&gt;
&lt;/div&gt;Here &lt;b&gt;&lt;i&gt;$cat-slug&lt;/i&gt;&lt;/b&gt; is the parameter of this function. So pass your category’s  slug instead of &lt;i&gt;$cat-slug&lt;/i&gt; .&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/get-category-id-using-category-slug.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-5438802799662188964?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/C4y-rfRYI3Z0pXtVHs1U9e-fnVk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/C4y-rfRYI3Z0pXtVHs1U9e-fnVk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/C4y-rfRYI3Z0pXtVHs1U9e-fnVk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/C4y-rfRYI3Z0pXtVHs1U9e-fnVk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/5438802799662188964/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/get-category-id-using-category-slug.html#comment-form" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5438802799662188964?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5438802799662188964?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/get-category-id-using-category-slug.html" title="How To Get Category ID Using Category Slug in WordPress?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;C04HQXkyfCp7ImA9WhRbF0U.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-144523891061772213</id><published>2012-01-06T01:35:00.008+05:30</published><updated>2012-02-09T15:35:30.794+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-09T15:35:30.794+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><title>How To Change Excerpt Length In WordPress.</title><content type="html">&amp;lt;p&amp;gt;When developing a wordpress site you might have worked with WordPress post excerpts &amp;quot;the_excerpt()&amp;quot;. Basically excerpt is using for displaying short summary of a post. We use &lt;span style="background-color: #f8f8f8; color: #dd0000; font-family: &amp;#39;Courier New&amp;#39;,Courier,Fixed; font-size: 15px; line-height: 21px; text-align: left;"&gt;&amp;lt;?php the_excerpt();?&amp;gt; &lt;/span&gt;for displaying post excerpts.&lt;br&gt;
Default excerpts length is 55 words, that means it will display 55 words or more in most WordPress index pages and archive pages.&lt;br&gt;
Here I&amp;#39;m going to show you how to change the excerpt length to fit your blog/site needs. You can increase or decrease the length of excerpt by adding a small filter function into your theme&amp;#39;s function.php file.&amp;lt;/p&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;a href="http://learnwebtips.blogspot.com/2012/01/how-to-change-excerpt-length-wordpress.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-144523891061772213?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RMCnr0Sef-ujtWHJzRehBF3iPkY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RMCnr0Sef-ujtWHJzRehBF3iPkY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RMCnr0Sef-ujtWHJzRehBF3iPkY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RMCnr0Sef-ujtWHJzRehBF3iPkY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/144523891061772213/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-change-excerpt-length-wordpress.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/144523891061772213?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/144523891061772213?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-change-excerpt-length-wordpress.html" title="How To Change Excerpt Length In WordPress." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-lPbZCkVTilg/TwX0SWxIvhI/AAAAAAAAAYI/6yuWEXPSkNA/s72-c/change+excerpt+length.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0UHSXc8cSp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-8934957300706603949</id><published>2012-01-04T22:36:00.024+05:30</published><updated>2012-01-27T12:57:18.979+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T12:57:18.979+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips" /><title>How To Display Recent  Post Titles Under Labels.</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-v3cyxrySC4A/TwSRDnJU1yI/AAAAAAAAAX8/SqZTbL-hjAc/s1600/Post-Title-Widget.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-v3cyxrySC4A/TwSRDnJU1yI/AAAAAAAAAX8/SqZTbL-hjAc/s320/Post-Title-Widget.png" width="187"&gt;&lt;/a&gt;&lt;/div&gt;Have you fed up by adding your recent posts in different categories/labels manually?&lt;br&gt;
Then I have here a simple solution for you to add your recent posts automatically under different categories or labels. Once only you need to add this to your blog, after the list will automatically update itself.&lt;br&gt;
&lt;div&gt;&lt;br&gt;
Just follow the below steps to add this in your blog.&lt;/div&gt;&lt;br&gt;
&lt;ol&gt;&lt;li&gt;Go to Dashboard &amp;gt; Design &amp;gt; Page Elements. &lt;/li&gt;
&lt;li&gt;Click Add A Gadget. &lt;/li&gt;
&lt;li&gt;Then select HTML/Javascript . &lt;/li&gt;
&lt;li&gt;Then enter a label as the title of your widget. &lt;/li&gt;
&lt;li&gt;Then paste below code inside the content box. &lt;/li&gt;
&lt;li&gt;Save changes&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/display-post-titles-under-labels.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-8934957300706603949?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/i8nfMlM6zc7z-yi-FshAtfnPbTc/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i8nfMlM6zc7z-yi-FshAtfnPbTc/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/i8nfMlM6zc7z-yi-FshAtfnPbTc/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/i8nfMlM6zc7z-yi-FshAtfnPbTc/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/8934957300706603949/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/display-post-titles-under-labels.html#comment-form" title="7 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/8934957300706603949?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/8934957300706603949?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/display-post-titles-under-labels.html" title="How To Display Recent  Post Titles Under Labels." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-v3cyxrySC4A/TwSRDnJU1yI/AAAAAAAAAX8/SqZTbL-hjAc/s72-c/Post-Title-Widget.png" height="72" width="72" /><thr:total>7</thr:total></entry><entry gd:etag="W/&quot;C0IAQ3k7eSp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-1104848286705849344</id><published>2012-01-03T13:39:00.010+05:30</published><updated>2012-01-15T12:42:22.701+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:42:22.701+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Google" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>How To Type In Indian Languages Using  Google IME.</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-CdJlB4cDbtQ/TwK3f-AeVLI/AAAAAAAAAXk/ohHKC8NzrAQ/s1600/Type-Indian-Language.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Google IME Languages"&gt;&lt;img alt="IME Supported Languages" border="0" src="http://4.bp.blogspot.com/-CdJlB4cDbtQ/TwK3f-AeVLI/AAAAAAAAAXk/ohHKC8NzrAQ/s1600/Type-Indian-Language.png"&gt;&lt;/a&gt;&lt;/div&gt;Friends,&lt;br&gt;
&lt;p&gt;Have you ever wondered, how your friends are updating their facebook status in Hindi/Tamil/Malayalam or how they are sending scraps to you in these regional languages ?.&lt;br&gt;
Then its time for you too to own that trick.Now it is easily possible for you  to write in your own native language by a technology called &lt;b&gt;Transliteration&lt;/b&gt;.&lt;/p&gt;Various transliteration providers are available nowadays. But the one provided by Google is very simple and offers lot of extra functionalities to the user. So here I’m going to explain about &lt;b&gt;Google Transliteration IME&lt;/b&gt; and how to activate it in your system.&lt;br&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="background-color: white; font-family: Arial,sans-serif;"&gt;&lt;b&gt;What is Google Transliteration IME ?&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;span style="font-family: Arial,sans-serif;"&gt;&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;Google Transliteration helps user to enter text in one of the supported languages using a roman keyboard. Google Transliteration IME will convert a word that is entered by a user to its native script. Don’t think that this is same as translation. It is just converting a word from one alphabet to other, not their meaning. &lt;br&gt;
&lt;br&gt;
Currently Google Transliteration IME supports 22 different languages including &lt;i&gt;Arabic, Bengali, Farsi, &lt;/i&gt;&lt;i&gt; Kannada,&lt;/i&gt;&lt;i&gt;Hindi,Marathi, Nepali, Oriya, Punjabi, Russian, Sanskrit, Serbian, Sinhalese, &lt;/i&gt;&lt;i&gt; Malayalam, &lt;/i&gt;&lt;i&gt;Tamil, Urdu.&lt;/i&gt;&lt;/div&gt;&lt;div&gt;&lt;i&gt;&lt;/i&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2012/01/how-to-type-in-indian-languages-google.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-1104848286705849344?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/A5YUFt-vS6K8uIBNVWVl6zQHAqg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/A5YUFt-vS6K8uIBNVWVl6zQHAqg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/A5YUFt-vS6K8uIBNVWVl6zQHAqg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/A5YUFt-vS6K8uIBNVWVl6zQHAqg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/1104848286705849344/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-type-in-indian-languages-google.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1104848286705849344?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1104848286705849344?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2012/01/how-to-type-in-indian-languages-google.html" title="How To Type In Indian Languages Using  Google IME." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-CdJlB4cDbtQ/TwK3f-AeVLI/AAAAAAAAAXk/ohHKC8NzrAQ/s72-c/Type-Indian-Language.png" height="72" width="72" /><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;C0IEQ3oyfyp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-2281654228225889770</id><published>2011-12-31T22:24:00.008+05:30</published><updated>2012-01-15T12:41:42.497+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:41:42.497+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Web Designing" /><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>Awesome Logo Slideshow Plugin For Your Blog.</title><content type="html">Hi friends,&lt;br&gt;
&lt;div&gt;&lt;br&gt;
Last day I was working on a website that needs a logo slideshow on its footer. And I found that &lt;b&gt;&lt;i&gt;Logo Slideshow&lt;/i&gt;&lt;/b&gt; &lt;b&gt;&lt;i&gt;Plugin&lt;/i&gt;&lt;/b&gt; is best for doing this feature in our WordPress website or blog.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-zU8rx5XzU7c/Tv87eCx3PrI/AAAAAAAAAVc/wLNXm79mKxE/s1600/Logo+SlideShow.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;" title="Logo SlideShow For Blog"&gt;&lt;img alt="SlideShow Plugin For Wordpress" border="0" src="http://2.bp.blogspot.com/-zU8rx5XzU7c/Tv87eCx3PrI/AAAAAAAAAVc/wLNXm79mKxE/s1600/Logo+SlideShow.png"&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;p&gt;Logo Slideshow is a great &lt;a href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html" target="_blank" title="What is a Plugin?"&gt;WordPress Plugin&lt;/a&gt; for showing logos of your customer’s with link in your wordPress blog. And like all other slideshow we can move forward and backward to see more logos. &lt;/p&gt;&lt;br&gt;
This plugin can be integrated anywhere in your Website/Blog. Some of the features of this Logo Slideshow plugin are &lt;br&gt;
&lt;br&gt;
&lt;ul&gt;&lt;li&gt;Links with target=blank to Logo Homepage &lt;/li&gt;
&lt;li&gt;Arrows for navigating through the Logos &lt;/li&gt;
&lt;li&gt;Administration Setting for setting Logo URL&amp;#39;s and Paths &lt;/li&gt;
&lt;li&gt;Very stylish highlighting when hovering with mouse &lt;/li&gt;
&lt;/ul&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/plugin-for-logo-slideshow-wordpress.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-2281654228225889770?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4CFAoXuOWrP30ioJxFqeM2dZNz0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4CFAoXuOWrP30ioJxFqeM2dZNz0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4CFAoXuOWrP30ioJxFqeM2dZNz0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4CFAoXuOWrP30ioJxFqeM2dZNz0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/2281654228225889770/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/plugin-for-logo-slideshow-wordpress.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2281654228225889770?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2281654228225889770?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/plugin-for-logo-slideshow-wordpress.html" title="Awesome Logo Slideshow Plugin For Your Blog." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-zU8rx5XzU7c/Tv87eCx3PrI/AAAAAAAAAVc/wLNXm79mKxE/s72-c/Logo+SlideShow.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU4NQXw7cCp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-53270588917625443</id><published>2011-12-28T23:28:00.009+05:30</published><updated>2012-01-27T12:36:30.208+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T12:36:30.208+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>How To Remove Image Title Tag In   WordPress?</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;A title attribute of an image is normally used to show any text when you hover the mouse over the image. In some cases you may want to remove these title tags from your blog. We can do this by three methods.&lt;br&gt;
&lt;ol style="text-align: left;"&gt;&lt;li&gt;Install a WordPress Plugin&lt;/li&gt;
&lt;li&gt;Edit function.php and add our own code&lt;/li&gt;
&lt;li&gt;Using Javascript&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/how-to-remove-image-title-tag-wordpress.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-53270588917625443?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2UBJP9Ql5SvLa8FYMjnm3-6ictU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2UBJP9Ql5SvLa8FYMjnm3-6ictU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2UBJP9Ql5SvLa8FYMjnm3-6ictU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2UBJP9Ql5SvLa8FYMjnm3-6ictU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/53270588917625443/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-remove-image-title-tag-wordpress.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/53270588917625443?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/53270588917625443?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-remove-image-title-tag-wordpress.html" title="How To Remove Image Title Tag In   WordPress?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0ABR3g-fCp7ImA9WhRVFk0.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-370553775521677868</id><published>2011-12-21T23:32:00.003+05:30</published><updated>2012-01-15T12:12:36.654+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:12:36.654+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking" /><category scheme="http://www.blogger.com/atom/ns#" term="Facebook" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>What is Facebook Timeline And How To Activate It ?</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Hi Friends,&lt;br&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-B_EgXj2NSYo/TvIgcU6qxTI/AAAAAAAAAUU/8nxsaTuYx4o/s1600/facebook-timeline.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Facebook Timeline Activation"&gt;&lt;img alt="Enable Facebook Timeline" border="0" height="202" src="http://2.bp.blogspot.com/-B_EgXj2NSYo/TvIgcU6qxTI/AAAAAAAAAUU/8nxsaTuYx4o/s320/facebook-timeline.jpg" width="320"&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;
You might have noticed a newest feature of Facebook named Timeline. This post is a small explanation about Facebook Timeline and how to enable it in your profile.&lt;br&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;b&gt;What is a Facebook Timeline?&lt;/b&gt;&lt;br&gt;
&lt;b&gt;&lt;br&gt;
&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;Facebook Timeline is one of the latest features of  Facebook. Timeline allows lots of superb options to users. Some of them are:&lt;br&gt;
&lt;ul&gt;&lt;li&gt;You can edit your basic profile information.&lt;/li&gt;
&lt;li&gt; Can view your activity logs, like a digital diary!&lt;/li&gt;
&lt;li&gt; You can check important activities from each month. &lt;/li&gt;
&lt;li&gt;You can rate the stories that you want to highlight to your friends. &lt;/li&gt;
&lt;li&gt;And can include your life events.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/how-to-activate-facebook-timeline.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-370553775521677868?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/BDpEUoQb0GQOqIC3eGKWP6wE8O4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BDpEUoQb0GQOqIC3eGKWP6wE8O4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/BDpEUoQb0GQOqIC3eGKWP6wE8O4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/BDpEUoQb0GQOqIC3eGKWP6wE8O4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/370553775521677868/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-activate-facebook-timeline.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/370553775521677868?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/370553775521677868?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-activate-facebook-timeline.html" title="What is Facebook Timeline And How To Activate It ?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-B_EgXj2NSYo/TvIgcU6qxTI/AAAAAAAAAUU/8nxsaTuYx4o/s72-c/facebook-timeline.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU4ERngyeyp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-6798039840955915352</id><published>2011-12-19T21:34:00.002+05:30</published><updated>2012-01-27T12:35:07.693+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T12:35:07.693+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips" /><title>How To Add Falling Christmas Snow To Your Blog ?</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;Hi friends,&lt;br&gt;
&lt;br&gt;
Eagerly waiting for enjoying Christmas na? All have started Christmas celebrations.&lt;br&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-OkWCUl-SA-E/Tu9dQKvOOTI/AAAAAAAAAT8/8m-_l8hlQFc/s1600/Christmas+Snow+Falling.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Christmas Snow Falling"&gt;&lt;img alt="Snow Falling Effect For Blog" border="0" height="176" src="http://1.bp.blogspot.com/-OkWCUl-SA-E/Tu9dQKvOOTI/AAAAAAAAAT8/8m-_l8hlQFc/s200/Christmas+Snow+Falling.jpg" width="200"&gt;&lt;/a&gt;&lt;/div&gt;You might have noticed even Google too is celebrating this festive time by funny surprises.Google has added a special snow falling effect to their search engine. (Please type “let it snow” and enter in Google to see this)checked it?&lt;br&gt;
How is it?&lt;br&gt;
&lt;br&gt;
Then friends, how does my blog look today? This is my special Christmas edition.Feel cool with the snow falling effect?&lt;br&gt;
Wanna welcome this Christmas by adding this cool snow falling effect in to our blogs too?&lt;br&gt;
It is very simple; please follow some simple steps to add Christmas snow falling effect to your blog.&lt;br&gt;
&lt;br&gt;
Blogger Bloggers please follow the below steps.&lt;br&gt;
&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/add-christmas-snow-falling-to-blog.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-6798039840955915352?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/fgMnFJkhzhfjyntSUt_GxgKeUUo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fgMnFJkhzhfjyntSUt_GxgKeUUo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/fgMnFJkhzhfjyntSUt_GxgKeUUo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/fgMnFJkhzhfjyntSUt_GxgKeUUo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/6798039840955915352/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/add-christmas-snow-falling-to-blog.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/6798039840955915352?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/6798039840955915352?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/add-christmas-snow-falling-to-blog.html" title="How To Add Falling Christmas Snow To Your Blog ?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-OkWCUl-SA-E/Tu9dQKvOOTI/AAAAAAAAAT8/8m-_l8hlQFc/s72-c/Christmas+Snow+Falling.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0IAQ3k7eyp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-6256759940205250517</id><published>2011-12-19T20:39:00.001+05:30</published><updated>2012-01-15T12:42:22.703+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:42:22.703+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Windows" /><title>How To Hide Files And Folders  Without Using Any  Software? -  Attrib Command.</title><content type="html">&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;p&gt;Wanna hide and protect your personal files and folders from others? As you might know, lots of third party software are available nowadays for protecting your data, but most of them are too expensive&lt;/p&gt;&lt;br&gt;
Here is a simple but a very helpful trick,which assures total security to your personal files,that also free of cost.You can do this by using a window built-in function named &lt;b style="text-align: left;"&gt;Attrib&lt;/b&gt;&lt;span class="Apple-style-span" style="text-align: left;"&gt;.You can edit &lt;/span&gt;mainly three&lt;span class="Apple-style-span" style="text-align: left;"&gt; attributes of a file, they are;&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;div style="text-align: left;"&gt;1) Read only&lt;/div&gt;&lt;div&gt;2) Hidden Attribute&lt;br&gt;
3) System Attribute&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;Follow these simple steps listed below to edit your file’s attributes to hide and protect your data. Please note that,  to do this operation you have to log in as administrator.&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/how-to-hide-files-without-software-by.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-6256759940205250517?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/v44Mk5Dr_Qt1Eon51jDqZsbTfyI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/v44Mk5Dr_Qt1Eon51jDqZsbTfyI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/v44Mk5Dr_Qt1Eon51jDqZsbTfyI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/v44Mk5Dr_Qt1Eon51jDqZsbTfyI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/6256759940205250517/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-hide-files-without-software-by.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/6256759940205250517?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/6256759940205250517?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-hide-files-without-software-by.html" title="How To Hide Files And Folders  Without Using Any  Software? -  Attrib Command." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-x7YSHMIwzkM/Tu9UdsLxbnI/AAAAAAAAATc/Eg4K6Uoqr9w/s72-c/Hide-File-Using-Attrib.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A04NSHo9fCp7ImA9WhRVFk0.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-2625907911618327240</id><published>2011-12-18T23:02:00.001+05:30</published><updated>2012-01-15T12:16:39.464+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:16:39.464+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>How To Change phpBB Header and Logo?</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-wAXcrS3s3Fc/Tu4hpMYEsmI/AAAAAAAAATU/6MaWLe-6axA/s1600/phpBB+logo.jpg" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" height="200" src="http://1.bp.blogspot.com/-wAXcrS3s3Fc/Tu4hpMYEsmI/AAAAAAAAATU/6MaWLe-6axA/s200/phpBB+logo.jpg" width="200"&gt;&lt;/a&gt;&lt;/div&gt;Hi friends,&lt;br&gt;
&lt;p&gt;In my previous post I had explained about phpBB Open Source Bulletin Board Software and how to install and configure it. Now in this post I am going to explain you that how to change phpBB forum software’s existing header and logo with yours.&lt;/p&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/how-to-change-phpbb-header-and-logo.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-2625907911618327240?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/zqnajFJ2c9rz3uUL4Gk39tz1oNk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zqnajFJ2c9rz3uUL4Gk39tz1oNk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/zqnajFJ2c9rz3uUL4Gk39tz1oNk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/zqnajFJ2c9rz3uUL4Gk39tz1oNk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/2625907911618327240/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-change-phpbb-header-and-logo.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2625907911618327240?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2625907911618327240?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-change-phpbb-header-and-logo.html" title="How To Change phpBB Header and Logo?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-wAXcrS3s3Fc/Tu4hpMYEsmI/AAAAAAAAATU/6MaWLe-6axA/s72-c/phpBB+logo.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0IEQ3s7eCp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-8552245458702612413</id><published>2011-12-17T01:22:00.001+05:30</published><updated>2012-01-15T12:41:42.500+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:41:42.500+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>What is a WordPress Plugin?  And How To Install It?</title><content type="html">&lt;div&gt;Hi friends, in my most of blog post I used to discuss about various type of WordPress Plugins. But now too some of us don’t know actually what is a Plugin is,and how to install or  configure it. This post is just for helping them to  explain about WordPress Plugin and its usage.&lt;br&gt;
&lt;br&gt;
&lt;p&gt;WordPress Plugins are small program or a group of programs which is used to increase the functionality of our website in some way. Most of the plug-ins are developed by using PHP scripting language and add an additional functions or features to our website. &lt;/p&gt;&lt;br&gt;
&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-8552245458702612413?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/TD13QWFEH0H1wa_t768Rey7tBf4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TD13QWFEH0H1wa_t768Rey7tBf4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/TD13QWFEH0H1wa_t768Rey7tBf4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/TD13QWFEH0H1wa_t768Rey7tBf4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/8552245458702612413/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/8552245458702612413?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/8552245458702612413?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html" title="What is a WordPress Plugin?  And How To Install It?" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-pk00FogFVIo/TuumHraeFyI/AAAAAAAAASY/dyclpaXOsvg/s72-c/Add+New+Plugin.PNG" height="72" width="72" /><thr:total>3</thr:total></entry><entry gd:etag="W/&quot;CkYAQX48eSp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-1138196235038273733</id><published>2011-12-14T11:20:00.001+05:30</published><updated>2012-01-15T12:19:00.071+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:19:00.071+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking" /><category scheme="http://www.blogger.com/atom/ns#" term="Software" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>Open Source Bulletin Board Software - PhpBB3</title><content type="html">Hi friends, Last day I was working on phpBB software. It was a nice experience. So&lt;br&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-U3NgWqTyE-E/TuhBfC-Oh9I/AAAAAAAAASI/46jybfqrKuc/s1600/phpBB3%2Bimage.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="PHPBB3 Home Page"&gt;&lt;img border="0" height="162" src="http://1.bp.blogspot.com/-U3NgWqTyE-E/TuhBfC-Oh9I/AAAAAAAAASI/46jybfqrKuc/s320/phpBB3%2Bimage.png" width="320"&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;
I like to share it with you here.&lt;p&gt;phpBB is a popular open source bulletin board software written in php scripting language. &amp;quot;phpBB&amp;quot; stands for PHP Bulletin Board. By Using this forum software we can create very unique bulletin board. in minutes. &lt;/p&gt;&lt;br&gt;
&lt;a href="http://learnwebtips.blogspot.com/2011/12/open-source-bulletin-board-software.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-1138196235038273733?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/sK-d5CLKSwyj0eAIGedpOjZ0tbg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sK-d5CLKSwyj0eAIGedpOjZ0tbg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/sK-d5CLKSwyj0eAIGedpOjZ0tbg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/sK-d5CLKSwyj0eAIGedpOjZ0tbg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/1138196235038273733/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/open-source-bulletin-board-software.html#comment-form" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1138196235038273733?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1138196235038273733?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/open-source-bulletin-board-software.html" title="Open Source Bulletin Board Software - PhpBB3" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/-U3NgWqTyE-E/TuhBfC-Oh9I/AAAAAAAAASI/46jybfqrKuc/s72-c/phpBB3%2Bimage.png" height="72" width="72" /><thr:total>3</thr:total></entry><entry gd:etag="W/&quot;C0IEQ3s7eSp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-4851463919674886087</id><published>2011-12-08T13:39:00.001+05:30</published><updated>2012-01-15T12:41:42.501+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:41:42.501+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>Google Syntax Highlighter For WordPress</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-Nxc029T5O44/TuBwnceK7eI/AAAAAAAAARs/cukeIES0DUw/s1600/Google+Syntax+Highlighter+for+WordPress.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Sample Syntax Highlighter Screen Shot  "&gt;&lt;img border="0" height="209" src="http://4.bp.blogspot.com/-Nxc029T5O44/TuBwnceK7eI/AAAAAAAAARs/cukeIES0DUw/s320/Google+Syntax+Highlighter+for+WordPress.png" width="320"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Syntax highliter is a great way to highlight certain code snippets in your blog post. So one can write programming codes in their  WordPress blog posts according to it&amp;#39;s syntax. &lt;a href="http://wordpress.org/extend/plugins/google-syntax-highlighter/"&gt;Google Syntax Highlighter For WordPress&lt;/a&gt; is a great &lt;a href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html" target="_blank"&gt;plugin &lt;/a&gt;that allows a user to add this mechanism to their blog. &lt;br&gt;
&lt;/p&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/google-syntax-highlighter-for-wordpress.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-4851463919674886087?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/R860Zl76pkITMJr1ZVwgkxMoPgY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/R860Zl76pkITMJr1ZVwgkxMoPgY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/R860Zl76pkITMJr1ZVwgkxMoPgY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/R860Zl76pkITMJr1ZVwgkxMoPgY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/4851463919674886087/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/google-syntax-highlighter-for-wordpress.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4851463919674886087?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4851463919674886087?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/google-syntax-highlighter-for-wordpress.html" title="Google Syntax Highlighter For WordPress" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-Nxc029T5O44/TuBwnceK7eI/AAAAAAAAARs/cukeIES0DUw/s72-c/Google+Syntax+Highlighter+for+WordPress.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0IEQ3s7eyp7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-2548290737288478230</id><published>2011-12-05T22:35:00.001+05:30</published><updated>2012-01-15T12:41:42.503+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:41:42.503+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>How To Create Custom Fields In Your WordPerss Blog- Advanced Custom Field Widget.</title><content type="html">&lt;p&gt;Advanced Custom Field Widget is a great plugin that I have ever seen for creating our own custom field in WordPress blog. This plugin will make our blog more flexible like any other CMS. We can avoid lots of unwanted,complicated codes and time by using this advanced custom field widget.&lt;/p&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div class="MsoNormal"&gt;We can add our own custom field names and custom field values to our blog posts. And later we can retrieve these values in our blog using get_post_meta() function.&lt;/div&gt;&lt;div class="MsoNormal"&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/12/how-to-develop-custom-fields-in-our.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-2548290737288478230?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/5zHjz7HPDCyrOUAgliORoBATWZI/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5zHjz7HPDCyrOUAgliORoBATWZI/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/5zHjz7HPDCyrOUAgliORoBATWZI/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/5zHjz7HPDCyrOUAgliORoBATWZI/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/2548290737288478230/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-develop-custom-fields-in-our.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2548290737288478230?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/2548290737288478230?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/12/how-to-develop-custom-fields-in-our.html" title="How To Create Custom Fields In Your WordPerss Blog- Advanced Custom Field Widget." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-vvIC151amkM/Ttz4jjhgoBI/AAAAAAAAARE/IjW20eF5qoA/s72-c/Advanced-Custom-Fields.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;D08HSXc7eip7ImA9WhRbEUU.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-5833969265018884068</id><published>2011-11-30T23:34:00.003+05:30</published><updated>2012-02-02T18:00:38.902+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-02-02T18:00:38.902+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><category scheme="http://www.blogger.com/atom/ns#" term="Widgets" /><category scheme="http://www.blogger.com/atom/ns#" term="Blogger Tips" /><title>How To Add Cute  Flying Twitter Bird In To Your Blog - Animated Twitter Bird.</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-egfIlezjDlI/TtZv4J0RuLI/AAAAAAAAAPU/V6c45ps-rDw/s1600/Twitter+Bird.png" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/-egfIlezjDlI/TtZv4J0RuLI/AAAAAAAAAPU/V6c45ps-rDw/s1600/Twitter+Bird.png"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Wanna make your blog more lively…? Here is a simple way with a great deal of gains…!&lt;br&gt;
Won’t it be cool, if a small, cute bird flies around your blog post when the reader scroll your web page up and down.&lt;/p&gt;&lt;div&gt;Add a little twitter bird to your blog. This flying inmate will help you to tweet your blogs and websites and thereby enhance your chance of good traffic from twitter.&lt;br&gt;
This is not a simple bird. Once you move your mouse over this twitter bird two options will come. One is to follow you in twitter and another one is to post your tweets.&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/11/how-to-add-cute-twitter-flying-bird-in.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-5833969265018884068?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/POd_sKtqQNm7il0aGvT3GbsMVQQ/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/POd_sKtqQNm7il0aGvT3GbsMVQQ/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/POd_sKtqQNm7il0aGvT3GbsMVQQ/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/POd_sKtqQNm7il0aGvT3GbsMVQQ/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/5833969265018884068/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/how-to-add-cute-twitter-flying-bird-in.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5833969265018884068?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5833969265018884068?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/how-to-add-cute-twitter-flying-bird-in.html" title="How To Add Cute  Flying Twitter Bird In To Your Blog - Animated Twitter Bird." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-egfIlezjDlI/TtZv4J0RuLI/AAAAAAAAAPU/V6c45ps-rDw/s72-c/Twitter+Bird.png" height="72" width="72" /><thr:total>2</thr:total></entry><entry gd:etag="W/&quot;DUEDRnczfCp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-1222774527380569209</id><published>2011-11-28T21:31:00.002+05:30</published><updated>2012-01-27T12:31:17.984+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T12:31:17.984+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Programming" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><title>Return The Vimeo Video Thumbnail By ID In PHP</title><content type="html">&lt;div style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;"&gt;Hi in some&amp;nbsp;occasions we may need to display some video's thumbnail in our blog posts. Today I was working on one of&amp;nbsp; the projects that needed to display vimeo video thumbnail in it.&amp;nbsp;I used a small PHP code to get vimeo video thumbnail by it's Id.&lt;/div&gt;Here it is.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;$imgid = 6271487;&lt;br /&gt;
&lt;br /&gt;
$hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/$imgid.php"));&lt;br /&gt;
&lt;br /&gt;
echo $hash[0]['thumbnail_medium'];&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Here '$imgid' is the vimeo video id. And the final video thumbnail can be available at '$hash[0]['thumbnail_medium'];'&lt;br /&gt;
Hope this will help you..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-1222774527380569209?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/1jkrKMzzLXMJBhkLVwQf6qEh9gE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1jkrKMzzLXMJBhkLVwQf6qEh9gE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/1jkrKMzzLXMJBhkLVwQf6qEh9gE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/1jkrKMzzLXMJBhkLVwQf6qEh9gE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/1222774527380569209/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/return-vimeo-video-thumbnail-by-video.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1222774527380569209?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/1222774527380569209?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/return-vimeo-video-thumbnail-by-video.html" title="Return The Vimeo Video Thumbnail By ID In PHP" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DUIBQ3g8fyp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-8003547611406565620</id><published>2011-11-27T12:41:00.003+05:30</published><updated>2012-01-27T12:29:12.677+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T12:29:12.677+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><category scheme="http://www.blogger.com/atom/ns#" term="Plugins" /><title>WP-PageNavi - Add a More Advanced Paging Navigation Interface In To Your Blog.</title><content type="html">I am sure that  WP-PageNavi &lt;a href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html" target="_blank"&gt;plugin&lt;/a&gt; will be the one and only easiest plugin  for styling page navigation of WordPress blogs. WP-PageNavi is a great WordPress &lt;a href="http://learnwebtips.blogspot.com/2011/12/what-is-wordpress-plugin-and-how-to.html" target="_blank"&gt;plugin&lt;/a&gt; which generates fancy pagination links by using the &lt;i&gt;wp_pagenavi()&lt;/i&gt; template.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;Screen Shot.&lt;/i&gt;&lt;br&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a alt="Advance Paging Navigation" href="http://2.bp.blogspot.com/-7kwvXRw1ves/TtHlAyi1RII/AAAAAAAAANU/LLh0qcJxiiw/s1600/ScreenShot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="WP- PageNavi Installation" border="0" src="http://2.bp.blogspot.com/-7kwvXRw1ves/TtHlAyi1RII/AAAAAAAAANU/LLh0qcJxiiw/s1600/ScreenShot.png"&gt;&lt;/a&gt;&lt;/div&gt;&lt;br&gt;
&lt;a href="http://learnwebtips.blogspot.com/2011/11/wp-pagenavi-adds-more-advanced-paging.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-8003547611406565620?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/jplHTqwg33t95qILS736yla963s/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jplHTqwg33t95qILS736yla963s/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/jplHTqwg33t95qILS736yla963s/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/jplHTqwg33t95qILS736yla963s/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/8003547611406565620/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/wp-pagenavi-adds-more-advanced-paging.html#comment-form" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/8003547611406565620?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/8003547611406565620?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/wp-pagenavi-adds-more-advanced-paging.html" title="WP-PageNavi - Add a More Advanced Paging Navigation Interface In To Your Blog." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-7kwvXRw1ves/TtHlAyi1RII/AAAAAAAAANU/LLh0qcJxiiw/s72-c/ScreenShot.png" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0IEQ3s7fip7ImA9WhRVFkw.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-5473181561144778250</id><published>2011-11-24T17:09:00.002+05:30</published><updated>2012-01-15T12:41:42.506+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-15T12:41:42.506+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Social Networking" /><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Internet" /><title>How To Delete Skype Chat History.</title><content type="html">&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/-lDgQ4qr_Da4/Ts4s1gDD4oI/AAAAAAAAANM/lORaIlucu0Y/s1600/skype-chat.bmp" imageanchor="1" style="clear: right; float: right; margin-bottom: 1em; margin-left: 1em;" title="Delete Skype History"&gt;&lt;img border="0" height="271" src="http://3.bp.blogspot.com/-lDgQ4qr_Da4/Ts4s1gDD4oI/AAAAAAAAANM/lORaIlucu0Y/s320/skype-chat.bmp" width="320" alt="Remove Skype Chat History"&gt;&lt;/a&gt;&lt;/div&gt;&lt;p&gt;Most of the Skype users don&amp;#39;t know how to remove Skype chat history. But it is too simple.&lt;br&gt;
You can delete your&lt;br&gt;
    &lt;br&gt;
    * Calls&lt;br&gt;
    * Voicemails&lt;br&gt;
    * Instant messages&lt;br&gt;
    * Sent and received files.&lt;br&gt;
    * SMS messages&lt;br&gt;
    &lt;br&gt;
Please be aware before doing this. You will not be able to restore or recover this deleted information later.&lt;br&gt;
&lt;/p&gt;&lt;a href="http://learnwebtips.blogspot.com/2011/11/delete-skype-chat-history.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-5473181561144778250?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/XsbSbOH5Bu2KlvSpDFL2p3sf6hw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XsbSbOH5Bu2KlvSpDFL2p3sf6hw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/XsbSbOH5Bu2KlvSpDFL2p3sf6hw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/XsbSbOH5Bu2KlvSpDFL2p3sf6hw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/5473181561144778250/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/delete-skype-chat-history.html#comment-form" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5473181561144778250?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/5473181561144778250?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/delete-skype-chat-history.html" title="How To Delete Skype Chat History." /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-lDgQ4qr_Da4/Ts4s1gDD4oI/AAAAAAAAANM/lORaIlucu0Y/s72-c/skype-chat.bmp" height="72" width="72" /><thr:total>4</thr:total></entry><entry gd:etag="W/&quot;DUcARHo9cSp7ImA9WhRUFkk.&quot;"><id>tag:blogger.com,1999:blog-2499631021930495543.post-4397687579746047200</id><published>2011-11-21T17:23:00.002+05:30</published><updated>2012-01-27T12:20:45.469+05:30</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2012-01-27T12:20:45.469+05:30</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="WordPress Tips" /><category scheme="http://www.blogger.com/atom/ns#" term="Web Development" /><title>WordPress : Get Category ID Using Category Name</title><content type="html">When developing a wordpress site we  often need to get a category ID from it&amp;#39;s name. Here is a very simple way to get category ID from category name. &lt;br&gt;
First of all, Please paste the below code in your function.php file.&lt;br&gt;
&lt;br&gt;
&lt;a href="http://learnwebtips.blogspot.com/2011/11/get-category-id-using-category-name.html#more"&gt;Read more »&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2499631021930495543-4397687579746047200?l=learnwebtips.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xMU51MP5BogD5MyLvwVBKPKtS_Y/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xMU51MP5BogD5MyLvwVBKPKtS_Y/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xMU51MP5BogD5MyLvwVBKPKtS_Y/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xMU51MP5BogD5MyLvwVBKPKtS_Y/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</content><link rel="replies" type="application/atom+xml" href="http://learnwebtips.blogspot.com/feeds/4397687579746047200/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/get-category-id-using-category-name.html#comment-form" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4397687579746047200?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2499631021930495543/posts/default/4397687579746047200?v=2" /><link rel="alternate" type="text/html" href="http://learnwebtips.blogspot.com/2011/11/get-category-id-using-category-name.html" title="WordPress : Get Category ID Using Category Name" /><author><name>Ashkar</name><uri>http://www.blogger.com/profile/04836615114745593968</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="32" height="32" src="http://1.bp.blogspot.com/-4lAuaVIz3ZM/TtJCs4lVnfI/AAAAAAAAANo/KSwLHs0Jrp8/s220/myimg.png" /></author><thr:total>2</thr:total></entry></feed>

