<?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-5825944326520011712</id><updated>2011-11-28T15:40:48.124-08:00</updated><title type='text'>....................Information Portal.......................</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://atservice.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5825944326520011712/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://atservice.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>gMapTest</name><uri>http://www.blogger.com/profile/10212907971272476557</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5825944326520011712.post-476849252292117449</id><published>2009-04-09T12:35:00.001-07:00</published><updated>2009-04-09T12:35:27.432-07:00</updated><title type='text'>GRE WorldList Prepration made easy</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_ZK_7CQ3-V5M/Sd5L61wzOqI/AAAAAAAAAAM/8Wxk45SOeqY/s1600-h/grePrep.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 148px;" src="http://3.bp.blogspot.com/_ZK_7CQ3-V5M/Sd5L61wzOqI/AAAAAAAAAAM/8Wxk45SOeqY/s320/grePrep.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5322775283834763938" /&gt;&lt;/a&gt;&lt;br /&gt;Have you felt so boring while reading word list from Barron's or other text book?&lt;br /&gt;&lt;br /&gt;For me the smell of the text book was so bad that I could never imagine doing my GRE prep from a book?&lt;br /&gt;&lt;br /&gt;Another advantage for using a software was that I could have it open in office and use it during lunch break or 'other' breaks because usually I was too tired of getting of going home and preparing for GRE word list.&lt;br /&gt;&lt;br /&gt;use following link and enjoy &lt;br /&gt;http://www.megafileupload.com/en/file/96031/GRE-zip.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5825944326520011712-476849252292117449?l=atservice.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://atservice.blogspot.com/feeds/476849252292117449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5825944326520011712&amp;postID=476849252292117449' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5825944326520011712/posts/default/476849252292117449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5825944326520011712/posts/default/476849252292117449'/><link rel='alternate' type='text/html' href='http://atservice.blogspot.com/2009/04/gre-worldlist-prepration-made-easy.html' title='GRE WorldList Prepration made easy'/><author><name>gMapTest</name><uri>http://www.blogger.com/profile/10212907971272476557</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/_ZK_7CQ3-V5M/Sd5L61wzOqI/AAAAAAAAAAM/8Wxk45SOeqY/s72-c/grePrep.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5825944326520011712.post-8748129070601700763</id><published>2008-07-08T06:33:00.000-07:00</published><updated>2009-04-09T12:34:07.691-07:00</updated><title type='text'>Google ad Sense code implementation with Ruby on Rails</title><content type='html'>I needed to integrate Google Adsense with my Ruby On Rails application. It was quiet easy actually but initally it was somewhat time consming to search some bits and pieces.&lt;br /&gt;&lt;br /&gt;So I am putting all the code here so that it may help you and I hope you will have fun with it.&lt;br /&gt;&lt;br /&gt;//////// *************** 4 Steps *********//////////////&lt;br /&gt;&lt;br /&gt;step 1 - Make a controller named ads (ruby script\generate controller ads) ,ads_controller.rb file,  and replace code with the ocntent of the file at &lt;br /&gt;&lt;br /&gt;Download &lt;a href="http://www.speedyshare.com/762448153.html"&gt; AdsController.rb &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Step 2 - In  your rails hierarchy goto app/helpers/application_helper.rb put following code&lt;br /&gt;&lt;br /&gt;def google_ad&lt;br /&gt;  content_tag("iframe",nil ,  :scrolling =&gt; "no", :frameborder =&gt; 0 , &lt;br /&gt;    :width =&gt; 800, :height =&gt; 80, &lt;br /&gt;    :src =&gt; url_for(:controller =&gt; "ads", :action =&gt; "adsense", &lt;br /&gt;               :canvas =&gt; false, :only_path =&gt; false))   &lt;br /&gt;end&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;Step 3 - Go to app/views and in the rhtml file corresponding to the view add javacript code to call the function name "google_ad()"&lt;br /&gt;&lt;br /&gt; one line code for this simple call is similar to  &lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_ZK_7CQ3-V5M/Sd5NmF37_fI/AAAAAAAAAAc/pFlGVJ9TrS0/s1600-h/googleads.png"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 156px; height: 16px;" src="http://4.bp.blogspot.com/_ZK_7CQ3-V5M/Sd5NmF37_fI/AAAAAAAAAAc/pFlGVJ9TrS0/s320/googleads.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5322777126405668338" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You can place it where ever you want to display adds.&lt;br /&gt;&lt;br /&gt;Step4 - Refresh Code and GAdsense should be working :) You can play with the formating in ads_controller.rb file&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5825944326520011712-8748129070601700763?l=atservice.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://atservice.blogspot.com/feeds/8748129070601700763/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5825944326520011712&amp;postID=8748129070601700763' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5825944326520011712/posts/default/8748129070601700763'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5825944326520011712/posts/default/8748129070601700763'/><link rel='alternate' type='text/html' href='http://atservice.blogspot.com/2008/07/google-ad-sense-code-implementation.html' title='Google ad Sense code implementation with Ruby on Rails'/><author><name>gMapTest</name><uri>http://www.blogger.com/profile/10212907971272476557</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/_ZK_7CQ3-V5M/Sd5NmF37_fI/AAAAAAAAAAc/pFlGVJ9TrS0/s72-c/googleads.png' height='72' width='72'/><thr:total>1</thr:total></entry></feed>
