Add comment form below Blogger posts

Its almost 6 months, since the comment form was taken out of Blogger in draft and made available for all Blogger users. This was considered to be a major update for Blogger, towards it is move to be a professional blogging platform just like WordPress .

If you haven’t added comment form in your Blogger posts , Just follow these steps .Open your Blogger blogs settings and select comments from tabs .There you will see many options .
1.Select the radio button to show comments -This action will display all comments in your Blog .
2.Who Can Comment? :Select the type of users who can comment .
3.Comment Form Placement :At this point , select to embed comment form below posts .
There are other options , but comment form below Blogger posts normally looks professional .Still if you can’t see a comment form below your Blogger posts ,Find the following section .

<p class='comment-footer'> <b:if cond='data:post.allowComments'> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a> </b:if> </p>

Replace it with this one .

<p class='comment-footer'> <b:if cond='data:post.embedCommentForm'> <b:include data='post' name='comment-form'/> <b:else/> <b:if cond='data:post.allowComments'> <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a> </b:if> </b:if> </p>

And save your Blogger template .4.Towards the end ,you will see other comment form options like comment form message , comment notification and comment moderation . Comment form messages appears just above the comment form box. Enable comment moderation , if you want to moderate comments before they appear in your posts.

Control the number of posts Blogger label pages

I hope you know that in Blogger , the label pages contains all posts. That is , If I am giving a label Firefox , and if there is 20 posts labeled with Firefox , all these posts will appear on a single page . So this method would help you to control the number of posts per label page .

Open your Blogger template’s edit HTML Click on expand widget templates .Now search for this <b:widget id=’Label1′ locked=’false’ title=’Labels’ type=’Label’> section.Before searching , make sure that you have added labels in Blogger .Scroll down through your template and find out the following code , which is should be located inside the label widget itself .

<a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a></b:if><span dir='ltr'>(<data:label.count/>)</span>

Delete this section and replace with this code .

<a expr:dir='data:blog.languageDirection' expr:href='data:label.url   &quot;?max-results=5&quot;'><data:label.name/><span dir='ltr'>(<data:label.count/>)</span></a></b:if>

Now you have total control over the number of posts inlabel pages . You can control the number of posts in Blogger label pages by changing the value of max-results=5 .

Google search tips

Google is one of the best search engine and largest source of information on internet .Unlock the full potential of Google search by using these tips and tricks

203 google logo Google search tips

Tip1: Get exact results trough Google search : Include the search term in quotes . For eg : “techknowl” brings more exact results than techknowl .

Tip2: Get results from a particular site : This can be done by adding the targeting website after a + sign along with search term . For eg : techknowl+Wikipedia results content from Wikipedia that is related to techknowl .

Tip3. Keep your search term smaller : Google search does not count and ,or ,between etc . Also the maximum number of words in a search are limited to 10 . So keep your search term smaller for optimum results .

Tip4: Title search : Search web page tittles by pacing  intitle before search queries . eg : ” intitle :blogger templates ”

Tip5 : Arrange the search term as per requirement: Google looks for  the order of the search terms . For eg : Blogger templates is different from templates Blogger .

Tip6 :Search for files : You can use Google Search for , PDF , PPT(Power point presentations) ,XLS ,TXT etc . For that , search with  filename+extension or extension:filename . For eg :seminar+PDF or PDF:seminar .

Tip7 : Use Google search as calculator or currency converter : Calculation is very simple similar to a scientific calculator . Just enter the value like 4+4 as hit enter . Similarly , you can also convert between currencies . 49INR=?USD converts 49 Indian rupees to corresponding US dollars .

Tip8: Use Google search as dictionary : eg , ” define:dictionary “gives the meaning of dictionary .

Tip9 :Use Google search to find sound files: This is cool trick to find the indexes of sound files from web
-inurl:htm -inurl:html intitle:”index of” mp3 “backstreet boys”  Change the term  backstreet boys with suitable search term .You can change mp3 to OGG ,WMA or any other sound format .

Tip10: Use Google search to find ebooks
-inurl:htm -inurl:html intitle:”index of” +(”/ebooks”|”/book”) +(chm|pdf|zip) +”dummies”: By this search ,you will find indexs of dummies seriesof ebooks on chm , pdf  and zip format .

Tip11 :Google search to find out files on Rapidshare :
+inurl:avi|mpg|wmv site:rapidshare.de ( Search for video files on rapidshare )
+inurl:exe|rar|zip site:rapidshare.de (Search for program files on rapidshare)
+inurl:wma|mp3|ogg site:rapidshare.de (Search for music files on rapidshare)
Use “-deleted” along with the above queries to filter out any deleted files from results

Tip12: Use Google to find online video cameras :
Use the following queries to find out  live streaming video cameras .

intitle:”WJ-NT104 Main”
inurl:indexFrame.shtml “Axis Video Server”
inurl:LvAppl intitle:liveapplet
“Powered by webcamXP”
intitle:flexwatch intext:”Copyright by Seyeon TECH Co”
“MOBOTIX M1″ and “open menu”
intitle:”snc-rz30 home”
inurl:”ViewerFrame?Mode=Motion”

Tip12: Webmaster related :

1.Find out when Google indexed your site for the first time :
http://www.google.com/search?hl=en&lr=&q=%22techknowl.com%22&as_qdr=m150 .
The date showed in the left hand side is when Google indexed your site for the first time.
2.Find out the indexed pages of particular website: site : techknowl.com
3.Check out the Google backlinks for a website : link:techknowl.com
4.Check out the current cached page in Google  :cache”techknowl.com
Remember to  change techknowl.com with your URL .

Do you have any other Google search tip ?? share them here .

Create a fixed post on Blogger home page

Fixed post or sticky post is post that can be attached permanently  to the top of the Blogger home page . There no actual direct solution for this , so we are applying some tricks to keep the post fixed on the Blogger home page .

 Create a fixed post on Blogger home page

First of all you need to create the post that is to be fixed in the text editing area of your Blogger blog. Now  publish the post as usual . Just after publishing , click edit and return to the text editor . You can see a  post options menu on the bottom left hand side of the window . Change the post date to a future date and publish the post again . Now this particular post will be fixed on the home page of your blog .
.

Thursday 24th May 2012-Techknowl.com- Free software reviews, downloads and tech tips.