<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5089885094190341697</id><updated>2011-04-21T11:43:12.761-07:00</updated><category term='Blogging Hacks'/><category term='YouTube Hacks'/><title type='text'>TechImli</title><subtitle type='html'>An Online Blogging Resource For New Bloggers and SEO. Learn Blogging Hacks, SEO Tips and Tricks.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techimli.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5089885094190341697/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://techimli.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sonal</name><uri>http://www.blogger.com/profile/01952857743546838747</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5089885094190341697.post-8282661132013519443</id><published>2008-04-29T00:43:00.000-07:00</published><updated>2008-12-09T15:10:46.590-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging Hacks'/><title type='text'>Hack For " Related Post " In Blogger</title><content type='html'>&lt;span style="font-family:courier new;"&gt;Related Posts are all the post with same lebel name. It is very helpful for such blogs or website which has had much articles and users are not able to read each post. This was inbuilt features in wordpress but not in Bloggers. Follow the following Blogging Tricks and Use this for your Blogger Beta. Related article displayed in blogger account is based on label putted by you while blogginng .&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"  style="font-family:courier new;"&gt;&lt;br /&gt;Steps To Add Related Blog in blogger webpage&lt;br /&gt;&lt;br /&gt;1. To do this, Login into your blogger account. Usually you will bring to Dashboard after login.&lt;br /&gt;&lt;br /&gt;2. Choose your blog and click “Layout”&lt;br /&gt;&lt;br /&gt;3. Click “Edit Html” subtab og the “Template” tab&lt;br /&gt;&lt;br /&gt;4. Before adding “Related post“feature, please backup you template by clicking Download Full Template and save your template. You can use it if you get error when make modification of your template.(optional)&lt;br /&gt;&lt;br /&gt;5. Check “Expand Widgets” checkbox at at the top of the Edit Template text box. This expands the Blog Posts Widget Code within which is the comments code.&lt;br /&gt;&lt;br /&gt;6. Scroll down the template and find below code in template&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;&lt;data:post.body/&gt;&lt;/p&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;7. Copy and Paste The “Related post code”Just After above code&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;		&lt;b:if cond="'data:blog.pageType"&gt;&lt;br /&gt;			&lt;div class="'similiar'"&gt;&lt;br /&gt;				&lt;!-- *****************http://blogger.com*****Jan,2007****************** --&gt;&lt;br /&gt;				&lt;!-- *****************Related Articles by Labels - Take Two****************** --&gt;&lt;br /&gt;&lt;br /&gt;				&lt;!-- 			 				1. Now, users don't need to change anything to use this widget. just copy and paste, and done! 				2. The current article will also be listed, now it's no more. 				--&gt;&lt;br /&gt;&lt;br /&gt;				&lt;div class="'widget-content'"&gt;&lt;br /&gt;				&lt;h3&gt;Related Posts by Categories&lt;/h3&gt;&lt;br /&gt;				&lt;div id="'data2007'/"&gt;&lt;br/&gt;&lt;br/&gt;&lt;br /&gt;					&lt;div id="'TechImli'"&gt;&lt;br /&gt;						Widget by &lt;u&gt;&lt;a href="'http://techimli.com'"&gt;TechImli&lt;/a&gt;&lt;/u&gt; &lt;br /&gt;					&lt;/div&gt;&lt;br /&gt;					&lt;script type="'text/javascript'"&gt;&lt;br /&gt;&lt;br /&gt;					var homeUrl3 = "&lt;data:blog.homepageurl/&gt;";&lt;br /&gt;					var maxNumberOfPostsPerLabel = 4;&lt;br /&gt;					var maxNumberOfLabels = 10;&lt;br /&gt;&lt;br /&gt;					maxNumberOfPostsPerLabel = 100;&lt;br /&gt;					maxNumberOfLabels = 3;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;					function listEntries10(json) {&lt;br /&gt;					  var ul = document.createElement('ul');&lt;br /&gt;					  var maxPosts = (json.feed.entry.length &amp;lt;= maxNumberOfPostsPerLabel) ? &lt;br /&gt;					                 json.feed.entry.length : maxNumberOfPostsPerLabel;&lt;br /&gt;					  for (var i = 0; i &amp;lt; maxPosts; i++) {&lt;br /&gt;					    var entry = json.feed.entry[i];&lt;br /&gt;					    var alturl;&lt;br /&gt;&lt;br /&gt;					    for (var k = 0; k &amp;lt; entry.link.length; k++) {&lt;br /&gt;					      if (entry.link[k].rel == 'alternate') {&lt;br /&gt;					        alturl = entry.link[k].href;&lt;br /&gt;					        break;&lt;br /&gt;					      }&lt;br /&gt;					    }&lt;br /&gt;					    var li = document.createElement('li');&lt;br /&gt;					    var a = document.createElement('a');&lt;br /&gt;					    a.href = alturl;&lt;br /&gt;&lt;br /&gt;						if(a.href!=location.href) {&lt;br /&gt;							var txt = document.createTextNode(entry.title.$t);	&lt;br /&gt;							a.appendChild(txt);&lt;br /&gt;							li.appendChild(a);&lt;br /&gt;							ul.appendChild(li);	&lt;br /&gt;						}&lt;br /&gt;					  }&lt;br /&gt;					  for (var l = 0; l &amp;lt; json.feed.link.length; l++) {&lt;br /&gt;					    if (json.feed.link[l].rel == 'alternate') {&lt;br /&gt;					      var raw = json.feed.link[l].href;&lt;br /&gt;					      var label = raw.substr(homeUrl3.length+13);&lt;br /&gt;					      var k;&lt;br /&gt;					      for (k=0; k&amp;lt;20; k++) label = label.replace("%20", " ");&lt;br /&gt;					      var txt = document.createTextNode(label);&lt;br /&gt;					      var h = document.createElement('b');&lt;br /&gt;					      h.appendChild(txt);&lt;br /&gt;					      var div1 = document.createElement('div');&lt;br /&gt;					       div1.appendChild(h);&lt;br /&gt;					      div1.appendChild(ul);&lt;br /&gt;					      document.getElementById('data2007').appendChild(div1);&lt;br /&gt;					    }&lt;br /&gt;					  }&lt;br /&gt;					}&lt;br /&gt;					function search10(query, label) {&lt;br /&gt;&lt;br /&gt;					var script = document.createElement('script');&lt;br /&gt;					script.setAttribute('src', query + 'feeds/posts/default/-/'&lt;br /&gt;					 + label +&lt;br /&gt;					'?alt=json-in-script&amp;amp;callback=listEntries10');&lt;br /&gt;					script.setAttribute('type', 'text/javascript');&lt;br /&gt;					document.documentElement.firstChild.appendChild(script);&lt;br /&gt;					}&lt;br /&gt;&lt;br /&gt;					var labelArray = new Array();&lt;br /&gt;					var numLabel = 0;&lt;br /&gt;&lt;br /&gt;					&lt;b:loop values="'data:posts'" var="'post'"&gt;&lt;br /&gt;					  &lt;b:loop values="'data:post.labels'" var="'label'"&gt;&lt;br /&gt;					    textLabel = "&lt;data:label.name/&gt;";&lt;br /&gt;					    &lt;br /&gt;					    var test = 0;&lt;br /&gt;					    for (var i = 0; i &amp;lt; labelArray.length; i++)&lt;br /&gt;					    if (labelArray[i] == textLabel) test = 1;&lt;br /&gt;					    if (test == 0) { &lt;br /&gt;					       labelArray.push(textLabel);&lt;br /&gt;					       var maxLabels = (labelArray.length &amp;lt;= maxNumberOfLabels) ? &lt;br /&gt;					              labelArray.length : maxNumberOfLabels;&lt;br /&gt;					       if (numLabel &amp;lt; maxLabels) {&lt;br /&gt;					          search10(homeUrl3, textLabel);&lt;br /&gt;					          numLabel++;&lt;br /&gt;					       }&lt;br /&gt;					    }&lt;br /&gt;					  &lt;/b:loop&gt;&lt;br /&gt;					&lt;/b:loop&gt;&lt;br /&gt;					&lt;/script&gt;&lt;br /&gt;				&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;			&lt;/div&gt;&lt;br /&gt;		&lt;/b:if&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;8.Check below image to check where to embed related post code in Blogger html&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;!-- START CUSTOM WIDGETBUCKS CODE --&gt;&lt;div&gt;&lt;script src="http://api.widgetbucks.com/script/ads.js?uid=Zl9SzunZWy0RN1Pk"&gt;&lt;/script&gt;&lt;/div&gt;&lt;!-- END CUSTOM WIDGETBUCKS CODE --&gt;&lt;br /&gt;&lt;a style="font-family: courier new;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_PzQJdb3Xtj8/SBbZJ_w6e9I/AAAAAAAAAAY/-gBhT-PiFaU/s1600-h/related+post.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_PzQJdb3Xtj8/SBbZJ_w6e9I/AAAAAAAAAAY/-gBhT-PiFaU/s320/related+post.JPG" alt="" id="BLOGGER_PHOTO_ID_5194577985977088978" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span class="fullpost"  style="font-family:courier new;"&gt;&lt;br /&gt;9. Click Save Changes And You Are Done :)&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5089885094190341697-8282661132013519443?l=techimli.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techimli.blogspot.com/feeds/8282661132013519443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5089885094190341697&amp;postID=8282661132013519443' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5089885094190341697/posts/default/8282661132013519443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5089885094190341697/posts/default/8282661132013519443'/><link rel='alternate' type='text/html' href='http://techimli.blogspot.com/2008/04/hack-for-related-post-in-blogger.html' title='Hack For &quot; Related Post &quot; In Blogger'/><author><name>Sonal</name><uri>http://www.blogger.com/profile/01952857743546838747</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_PzQJdb3Xtj8/SBbZJ_w6e9I/AAAAAAAAAAY/-gBhT-PiFaU/s72-c/related+post.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5089885094190341697.post-4261554374046825179</id><published>2008-04-23T23:58:00.000-07:00</published><updated>2008-12-09T15:10:47.063-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='YouTube Hacks'/><title type='text'>YouTube Video Download Hacks</title><content type='html'>&lt;a style="font-family: courier new;" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_PzQJdb3Xtj8/SBA5y_w6e8I/AAAAAAAAAAQ/0virf6DSx4o/s1600-h/YouTubeHack.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://4.bp.blogspot.com/_PzQJdb3Xtj8/SBA5y_w6e8I/AAAAAAAAAAQ/0virf6DSx4o/s320/YouTubeHack.jpg" alt="" id="BLOGGER_PHOTO_ID_5192713918631017410" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div  style="text-align: justify;font-family:courier new;"&gt;Downloading You Tube Video is really very difficult.There are lot of software present on the web to download you tube videos but none of them are successful in true sense.There are many software which takes much time in downloading even a small file. I have found out a very unique method of downloading you tube videos.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;It is very easy to hack youtube videos, just you need to open the youtube video in your browser and in separate tab open the following URL : &lt;br /&gt;&lt;/div&gt;&lt;span class="fullpost"  style="font-family:courier new;"&gt;&lt;br /&gt;&lt;br /&gt;First Step :&lt;br /&gt;&lt;!-- BEGIN STANDARD TAG - 300 x 250 - Raj Mangalam Blog: default description - DO NOT MODIFY --&gt;&lt;br /&gt;&lt;IFRAME FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO WIDTH=300 HEIGHT=250 SRC="http://ads.komli.com/st?ad_type=iframe&amp;ad_size=300x250&amp;section=283294"&gt;&lt;/IFRAME&gt;&lt;br /&gt;&lt;!-- END TAG --&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;http://cache.googlevideo.com/get_video?video_id=&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;Next Step :&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div  style="text-align: justify;font-family:courier new;"&gt;&lt;span class="fullpost"&gt;Open any youtube video of your choice and add the Video ID of that video in above URL. How will you find the Video ID ? When you open any youtube video you find an unique ID at the end of every youtube URL like in the below Url of Youtube Video ..&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="fullpost"  style="font-family:courier new;"&gt;&lt;br /&gt;&lt;textarea&gt;www.youtube.com/watch?v=aZudRsoq5f0&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div face="courier new" style="text-align: justify;"&gt;&lt;span class="fullpost"&gt;That Unique Video ID is "aZudRsoq5f0" Place this Unique code in the above URl and the New Downloadable URL will be like this :&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span class="fullpost"  style="font-family:courier new;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea&gt;http://cache.googlevideo.com/get_video?video_id=aZudRsoq5f0&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div style="text-align: justify; font-family: courier new;"&gt;&lt;span class="fullpost"&gt;Now paste this link in your browser or in your Download manager like Orbit and Download !!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Last Step :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Update: Once downloaded rename the file with extension .flv (eg Videoname.flv) To view the FLV files You need a FLV player, there are many of free flv player available such as Mediaplayer classic or VLC Player.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;You May convert the file later using converter software or Free Online Converter Tool Like Zamzar&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;Download Youtube Videos Using Following Links Directly :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;1. &lt;a href="http://www.convertube.com/"&gt;Convertube&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;2. &lt;a href="http://www.youtubecatcher.com/"&gt;Youtube Catcher&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;3. &lt;a href="http://www.yougetfile.com/"&gt;Yougetfile&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Cool Links Related To YouTube Video Select&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;[&lt;a href="http://www.videoevolved.com/"&gt;Watch Any Youtube Video&lt;/a&gt;][&lt;a href="http://www.ilovemusicvideo.net/"&gt;Music Search&lt;/a&gt;]&lt;br /&gt;&lt;br /&gt;Source : &lt;a href="http://oophs.blogspot.com/2008/01/hack-youtube-videos-download-online.html"&gt;oophs.blogspot.com&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5089885094190341697-4261554374046825179?l=techimli.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techimli.blogspot.com/feeds/4261554374046825179/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5089885094190341697&amp;postID=4261554374046825179' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5089885094190341697/posts/default/4261554374046825179'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5089885094190341697/posts/default/4261554374046825179'/><link rel='alternate' type='text/html' href='http://techimli.blogspot.com/2008/04/youtube-video-download-hacks.html' title='YouTube Video Download Hacks'/><author><name>Sonal</name><uri>http://www.blogger.com/profile/01952857743546838747</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_PzQJdb3Xtj8/SBA5y_w6e8I/AAAAAAAAAAQ/0virf6DSx4o/s72-c/YouTubeHack.jpg' height='72' width='72'/><thr:total>0</thr:total></entry></feed>
