<?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:blogger='http://schemas.google.com/blogger/2008' 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-4642323855337054294</id><updated>2024-09-08T22:23:08.158-07:00</updated><category term="blogging tools"/><category term="Ubuntu"/><category term="blogger hack"/><category term="mybloglog"/><category term="widgets"/><category term="8.04"/><category term="AMD 64"/><category term="Dell Vostro"/><category term="TheGoodBlogs"/><category term="analytics"/><category term="blogroll"/><category term="feedburner"/><category term="google"/><category term="google reader"/><category term="google translator"/><category term="hardy heron"/><category term="hittail"/><category term="linux"/><category term="programming"/><category term="ruby on rails"/><category term="search"/><category term="templates"/><category term="2kbloggers"/><category term="5.25&#39; casing"/><category term="7.10"/><category term="ProBlogger"/><category term="QuickOnlineTips"/><category term="Tino"/><category term="algorithms"/><category term="babel fish"/><category term="blog directory"/><category term="blog editor"/><category term="blogarama"/><category term="blogcatalog"/><category term="blogflux"/><category term="blogrankings"/><category term="blogtopsites"/><category term="boot"/><category term="bootchart"/><category term="chicklet"/><category term="clicky click"/><category term="clipmarks"/><category term="copyscape"/><category term="criteo autoroll"/><category term="delicious"/><category term="external"/><category term="feed"/><category term="feedping"/><category term="firefox2.0"/><category term="flash player"/><category term="freshblog"/><category term="gadgets"/><category term="globeofblogs"/><category term="google analytics"/><category term="gutsy gibbon"/><category term="haloscan"/><category term="hard disk"/><category term="highlight"/><category term="install"/><category term="japanese"/><category term="javascript"/><category term="link preview"/><category term="linkroll"/><category term="longtail"/><category term="migration"/><category term="mongrel"/><category term="mysql"/><category term="netbeans"/><category term="performance"/><category term="performancing"/><category term="pingoat"/><category term="pingomatic"/><category term="prototype"/><category term="rails 2.x"/><category term="read/write web"/><category term="recent comment"/><category term="recent post"/><category term="recent read"/><category term="rmagick"/><category term="sentinel"/><category term="sort"/><category term="stats"/><category term="survey"/><category term="technorati"/><category term="translation"/><category term="tree"/><category term="upgrade"/><category term="website plagiarism"/><category term="widgetoko"/><title type='text'>My Tech Notes</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default?alt=atom&amp;start-index=26&amp;max-results=25'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-1832741996434666586</id><published>2009-05-26T01:15:00.001-07:00</published><updated>2009-05-31T10:15:28.075-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="algorithms"/><category scheme="http://www.blogger.com/atom/ns#" term="programming"/><category scheme="http://www.blogger.com/atom/ns#" term="search"/><category scheme="http://www.blogger.com/atom/ns#" term="sort"/><category scheme="http://www.blogger.com/atom/ns#" term="tree"/><title type='text'>Algorithm links</title><content type='html'>One of my friends was asking for resources on algorithms and here is the quick one compiled. These are the web resources apart from &lt;a href=&quot;http://www-cs-faculty.stanford.edu/%7Euno/taocp.html&quot;&gt;Art of Computer Progimming&lt;/a&gt; books by &lt;a href=&quot;http://www-cs-faculty.stanford.edu/%7Euno/&quot;&gt;Donald Knuth&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Peteris Krumins while preparing for google interview goes through the book Introduction to Algorithms by Thomas H. Cormen (Author), Charles E. Leiserson (Author), Ronald L. Rivest (Author), Clifford Stein (Author). Has a video of the class room and notes prepared by Peteris. As this is the blog last episode will show up first go to the last page to start from the beginning. MIT Lecture video&#39;s are good and notes help too..&lt;br /&gt;&lt;a href=&quot;http://www.catonmat.net/blog/category/introduction-to-algorithms&quot;&gt;Good Coder code, great use - Algorithm notes&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Sorting Algorithms&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Wiki link on sorting algorithms. Explanation on comparing algorithms and link to detail explanation of popular algorithms as well as some new algorithms that may not be there in the text books.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Sorting_algorithm&quot;&gt;Wiki Sorting Algorithms&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Searching Algorithms&lt;/span&gt;&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Search_algorithm&quot;&gt;Wiki link on Search Algorithms&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://wwwcs.upb.de/cs/ag-madh/WWW/Teaching/2004WS/SearchAlg/Lecture-Notes.html&quot;&gt;Search Algorithms Lecture Notes from Christian Schindelauer &lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.cs.sunysb.edu/%7Ealgorith/video-lectures/&quot;&gt;Skiena&#39;s Algorithms Lectures&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;Binary Trees&lt;/span&gt;&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Binary_tree&quot;&gt;Wiki article on Binary Tree&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Red-black_tree&quot;&gt;Self Balancing Trees Red Black Tree&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.eli.sdsu.edu/courses/fall96/cs660/notes/avl/avl.html&quot;&gt;AVL Trees&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/1832741996434666586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/1832741996434666586' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/1832741996434666586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/1832741996434666586'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2009/05/algorithm-links.html' title='Algorithm links'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-3081416667603734914</id><published>2008-08-31T10:58:00.001-07:00</published><updated>2008-08-31T11:02:32.554-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="8.04"/><category scheme="http://www.blogger.com/atom/ns#" term="AMD 64"/><category scheme="http://www.blogger.com/atom/ns#" term="boot"/><category scheme="http://www.blogger.com/atom/ns#" term="bootchart"/><category scheme="http://www.blogger.com/atom/ns#" term="Dell Vostro"/><category scheme="http://www.blogger.com/atom/ns#" term="hardy heron"/><category scheme="http://www.blogger.com/atom/ns#" term="performance"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Improving boot performance of Ubuntu Hardy Heron</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;After the Hardy release the boot time had increased to more than 1 min.&lt;br /&gt;&lt;br /&gt;First I followed the Howto available at Ubuntu Forums. But this how to was created for Edgy and I had Hardy&lt;br /&gt;&lt;br /&gt;&lt;i&gt;http://ubuntuforums.org/showthread.php?t=89491&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Using  sysv-rc-conf altered the following.&lt;br /&gt;&lt;br /&gt;Could not find following processes that were mentioned in the HowTo&lt;br /&gt;alsa, apmd, gdomap, gpm, hdparam, hotplug and hotplug-net, hplip, ifrename, ifupdown, ifupdonw-clean, inetd, inet.real, lvm, portmap, readahead, ssh,&lt;br /&gt;&lt;br /&gt;These were the new processes that had come after edgy&lt;br /&gt;apport, atieventsd, avahi-daemon, dhcbd, hal, keyboard-setup, libpam-fo, loopback, mysql-ndb,mysql, ploicykit, powernowd, procps, rc.local, rmnlogin, rsync, vbesave&lt;br /&gt;&lt;br /&gt;Stopped loading following based on the explaination provided in the Howto - atd, bluetooth,cupsys, dns-clean, pppd-dns&lt;br /&gt;Left hotkey-setup, usplash as it is.&lt;br /&gt;This changed hardly made a difference of couple of seonds. But later realized usplash was contributing to the delay and this posts suggests  not to select it in the cofig.&lt;br /&gt;&lt;br /&gt;I could not find the Boot Up manager mentioned at&lt;br /&gt;&lt;br /&gt;&lt;i&gt;http://www.zolved.com/synapse/view_content/28311/Tune_Boot-Up-Manager_for_better_performance_of_Ubuntu&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;Thanks to the post at&lt;br /&gt;&lt;h3 class=&quot;post-title entry-title&quot;&gt;&lt;small&gt;&lt;a href=&quot;http://lightningcrash.blogspot.com/2007/08/making-ubuntu-boot-in-19-seconds.html&quot;&gt;Making Ubuntu boot in 19 seconds&lt;/a&gt;&lt;/small&gt;&lt;/h3&gt;I found bootchart. To install bootchart run&lt;br /&gt;&lt;table border=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;sudo apt-get install bootchart&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;Bootchart creates png image of boot activities at /var/logs/bootchart From bootchart I found that usplash was using CPU during the Boot. More the CPU taken up the process the bar will have darker shade of the blue.&lt;br /&gt;&lt;img src=&quot;http://lh4.ggpht.com/nbhatt/SLrZ3lPnBII/AAAAAAAAEao/n2y4wTwzBhQ/%5BUNSET%5D.png&quot; style=&quot;max-width: 800px;&quot; height=&quot;1154&quot; width=&quot;695&quot; /&gt;&lt;br /&gt;Fixed the issue as per the thread&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 153, 0);&quot;&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;&lt;span style=&quot;font-weight: bold;font-size:130%;&quot; &gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;http://ubuntuforums.org/showthread.php?t=285920&amp;amp;page=3&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Edit usplash.conf and set resolution to 1024x768. Though actual resolution of my screen is 1280x800 that makes splash and text move to the left.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre style=&quot;border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;&quot; dir=&quot;ltr&quot; class=&quot;alt2&quot;&gt;sudo gedit /etc/usplash.conf&lt;/pre&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;Once this is set reconfigure the usplash package or run the below command to update the theme. You can notice the additional parameter vga=773 in /boot/grub/menu.lst after you have run this.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;pre style=&quot;border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 34px; text-align: left;&quot; dir=&quot;ltr&quot; class=&quot;alt2&quot;&gt;sudo update-usplash-theme usplash-theme-ubuntu&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;After this boot time was reduced to 32 seconds and my splash screen also started working. Earlier I used to get a blank screen during boot and I was thinking thats how it works!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(0, 0, 0);&quot;&gt;There is a startup-manager available to handle manage Grub configuration.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/3081416667603734914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/3081416667603734914' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3081416667603734914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3081416667603734914'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/08/improving-boot-performance-of-ubuntu.html' title='Improving boot performance of Ubuntu Hardy Heron'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/nbhatt/SLrZ3lPnBII/AAAAAAAAEao/n2y4wTwzBhQ/s72-c/%5BUNSET%5D.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-6351528403810137558</id><published>2008-08-29T11:10:00.001-07:00</published><updated>2008-08-29T11:13:12.728-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="japanese"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Japanese Learning tools on Ubuntu</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;I am finding these 2 tools very useful in learning Japanese.&lt;br /&gt;&lt;div style=&quot;float: right;&quot; align=&quot;right&quot;&gt;&lt;img src=&quot;http://lh4.ggpht.com/nbhatt/SLg4YqGpCdI/AAAAAAAAEag/BjYJpG8wx5w/%5BUNSET%5D.png&quot; style=&quot;max-width: 800px;&quot; height=&quot;221&quot; width=&quot;173&quot; /&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Kanatest helps you to sharpen Hiragana and Katakana including the mixed kana. Randomly a letter is shown and user has to give the romaji equivalent of the symbol. One can also track the progress by the history of tests which contains time taken and percentage of correct answers. For installaing it run&lt;br /&gt;&lt;table border=&quot;1&quot; height=&quot;46&quot; width=&quot;493&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;sudo apt-get install kanatest&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div style=&quot;float: left;&quot;&gt;&lt;br /&gt;&lt;img src=&quot;http://lh5.ggpht.com/nbhatt/SLg5U-K9MQI/AAAAAAAAEak/2j9maZw50Ww/%5BUNSET%5D.png&quot; style=&quot;max-width: 800px;&quot; height=&quot;284&quot; width=&quot;380&quot; /&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Langdrill has similar features and also contains vocabulary lessons. Apart from Japanese it contains drills for French and Swedish. For installing&lt;br /&gt;&lt;table border=&quot;1&quot; height=&quot;42&quot; width=&quot;305&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td&gt;&lt;br /&gt;sudo apt-get install langdrill&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;For more tools visit &lt;a href=&quot;http://www.mrbass.org/linux/mepis/japaneselearn/&quot;&gt;mbrass&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/6351528403810137558/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/6351528403810137558' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6351528403810137558'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6351528403810137558'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/08/japanese-learning-tools-on-ubuntu.html' title='Japanese Learning tools on Ubuntu'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://lh4.ggpht.com/nbhatt/SLg4YqGpCdI/AAAAAAAAEag/BjYJpG8wx5w/s72-c/%5BUNSET%5D.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-4863263870674654887</id><published>2008-08-23T21:59:00.000-07:00</published><updated>2008-08-23T22:26:43.122-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger hack"/><category scheme="http://www.blogger.com/atom/ns#" term="google translator"/><category scheme="http://www.blogger.com/atom/ns#" term="recent comment"/><category scheme="http://www.blogger.com/atom/ns#" term="recent post"/><category scheme="http://www.blogger.com/atom/ns#" term="recent read"/><category scheme="http://www.blogger.com/atom/ns#" term="templates"/><title type='text'>Updated with New Template</title><content type='html'>&lt;div style=&quot;text-align: justify;&quot;&gt;I updated the blog with new template thanks to &lt;a href=&quot;http://templatesparanovoblogger.blogspot.com/&quot;&gt;Template Novo Blogger&lt;/a&gt; There are lots very good templates avaialble there. The site is in Portuguese. Used &lt;a href=&quot;http://translate.google.com/translate_t?sl=pt&amp;amp;tl=en&quot;&gt;Google translate&lt;/a&gt; to see a version in english. Though many words will be still in portuguese, its enough to understand the instructions.&lt;br /&gt;I did following modifications to the content.&lt;br /&gt;&lt;br /&gt;At the top there are two place holders for the list of links. Included recent posts and recently read list.&lt;br /&gt;Detailed explaination for including recent posts or recent comments can be found at &lt;a href=&quot;http://www.eblogtemplates.com/setup-recent-posts-recent-comments/&quot;&gt;Eblog templates&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;If you are using google reader, a script can be found at Settings -&gt; Floders &amp;amp; Tags -&gt;Add clips to your site. But the styles were not gelling with overall site. So used feed URL and added a feed gadget again to the template. Feed URL is nothing but reader/shared replaced with reader/public/atom in the link of public page of any folders you are sharing through google reader.&lt;br /&gt;&lt;br /&gt;Edited links to feed icon, favourite the blog on technorati and digg option.&lt;br /&gt;&lt;br /&gt;Next thing was finding a host for the images. Files uploaded via blogger are available as album in &lt;a href=&quot;http://picasaweb.google.com/&quot;&gt;picasa&lt;/a&gt; but it when you open the album there is no link to upload the files directly. There were two options to upload the files create a dummy post or use the upload link in the first page clicking which a popup containing list of album is shown. I used the later option. If you are using the same option remember to remove file resizing path(such as /s144/ or /s288/) from the link provided by Picasa.&lt;br /&gt;&lt;br /&gt;I have got more modifications to make such as showing tags as cloud. Now its taking lot of real estate.&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/4863263870674654887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/4863263870674654887' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/4863263870674654887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/4863263870674654887'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/08/updated-with-new-template.html' title='Updated with New Template'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-7439824745682738492</id><published>2008-08-08T11:44:00.000-07:00</published><updated>2008-08-12T09:26:32.537-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="5.25&#39; casing"/><category scheme="http://www.blogger.com/atom/ns#" term="external"/><category scheme="http://www.blogger.com/atom/ns#" term="hard disk"/><title type='text'>Creating a External hard disk</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGCkA4xJYOHRIAyjesJm7SCET92Bvt7TfDI1snTqxeJSlndDiOx8LMNQl0tPJ9pL2cxDbXpnH3C4ZamVo7gdoEA1-5nSGVFvELT6gdtms_o_axUgNWsEnnT0Ko0PXp7m1BlcgvrXubdNHI/s1600-h/saved.JPG&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGCkA4xJYOHRIAyjesJm7SCET92Bvt7TfDI1snTqxeJSlndDiOx8LMNQl0tPJ9pL2cxDbXpnH3C4ZamVo7gdoEA1-5nSGVFvELT6gdtms_o_axUgNWsEnnT0Ko0PXp7m1BlcgvrXubdNHI/s400/saved.JPG&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5233665984565672802&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;I was trying to make a external hard disk out of one of the disks in my old desktop. There was lot information available in net on that. But I could not get it right and struggled for a long time. Its easy to figure out power connection etc.&lt;br /&gt;But the missing part was,  &quot;how to make the disk master&quot;. Hence this post.&lt;br /&gt;To make disk as master a cap needs to be put on pins as shown in the picture. But that cap may not come with the casing. I used a cap from one of my old CD drive. If you notice cap needs to be put on only 2 pins and excluding pins on both sides.</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/7439824745682738492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/7439824745682738492' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/7439824745682738492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/7439824745682738492'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/08/creating-external-hard-disk.html' title='Creating a External hard disk'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGCkA4xJYOHRIAyjesJm7SCET92Bvt7TfDI1snTqxeJSlndDiOx8LMNQl0tPJ9pL2cxDbXpnH3C4ZamVo7gdoEA1-5nSGVFvELT6gdtms_o_axUgNWsEnnT0Ko0PXp7m1BlcgvrXubdNHI/s72-c/saved.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-1604925200796226347</id><published>2008-08-02T00:27:00.000-07:00</published><updated>2008-08-03T02:16:25.146-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="7.10"/><category scheme="http://www.blogger.com/atom/ns#" term="8.04"/><category scheme="http://www.blogger.com/atom/ns#" term="AMD 64"/><category scheme="http://www.blogger.com/atom/ns#" term="flash player"/><category scheme="http://www.blogger.com/atom/ns#" term="gutsy gibbon"/><category scheme="http://www.blogger.com/atom/ns#" term="hardy heron"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><category scheme="http://www.blogger.com/atom/ns#" term="upgrade"/><title type='text'>Ubuntu upgrade from 71.0 to 8.04 Hardy Heron</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM87C4l0QVSSVdHmp2rNYGlr1FeMNdcSLcCOLTGC6l6JYNNWgjNsJFRHCAnCSoHz7M-zfsxvVIpx2UgXuesU7au_o3nQTbPSe2StFscu9zfT3Fl0RwJpIlByuRtWsqRxIG6j0BFpuQLkPC/s1600-h/Screenshot.png&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM87C4l0QVSSVdHmp2rNYGlr1FeMNdcSLcCOLTGC6l6JYNNWgjNsJFRHCAnCSoHz7M-zfsxvVIpx2UgXuesU7au_o3nQTbPSe2StFscu9zfT3Fl0RwJpIlByuRtWsqRxIG6j0BFpuQLkPC/s200/Screenshot.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5229820957675013698&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;I carried out the upgrade from &lt;i id=&quot;eno7&quot;&gt;&lt;b id=&quot;eno70&quot;&gt;Systems -&amp;gt; Adminsitration -&amp;gt; Update Manager &lt;/b&gt;&lt;/i&gt;as per the Instructionns at &lt;a title=&quot;Upgrading to Ubuntu 8.04 LTS&quot; href=&quot;http://www.ubuntu.com/getubuntu/upgrading&quot; id=&quot;qggx&quot;&gt;Upgrading to Ubuntu 8.04 LTS&lt;/a&gt;&lt;br /&gt;Remember to update current version before installing 8.04.&lt;br /&gt;Current installation updates were 300 MB and 8.04 installation changes were 800 MB.  First problem I faced during installation was hang during generating locale.  &lt;/span&gt;&lt;div id=&quot;b4tp&quot;&gt;&lt;div id=&quot;ig:8&quot;&gt;&lt;table id=&quot;leln&quot; border=&quot;1&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody id=&quot;ig:80&quot;&gt;&lt;tr id=&quot;ig:81&quot;&gt;&lt;td id=&quot;ig:82&quot; width=&quot;100%&quot;&gt;&lt;pre id=&quot;fhii1&quot; class=&quot;alt2&quot; style=&quot;border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;&quot;&gt;Generating locales...&lt;br /&gt;en_AU.UTF-8...&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt; &lt;/div&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;There are different solutions for this issue. Refer to &lt;a title=&quot;[ubuntu] Hardy 8.04 update freezes on generating locales - Ubuntu Forums&quot; href=&quot;http://ubuntuforums.org/showthread.php?t=865679&quot; id=&quot;tow_&quot;&gt;[ubuntu] Hardy 8.04 update freezes on generating locales - Ubuntu Forums&lt;/a&gt;&lt;br /&gt;What worked for me is, starting in recovery mode with 7.10 default kernel 2.6.22.15 , select the option open up shell as root and then run  &lt;/span&gt;&lt;div id=&quot;jug9&quot;&gt;&lt;table id=&quot;xiy5&quot; border=&quot;1&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot; height=&quot;37&quot; width=&quot;382&quot;&gt;&lt;tbody id=&quot;jug90&quot;&gt;&lt;tr id=&quot;jug91&quot;&gt;&lt;td id=&quot;jug92&quot; width=&quot;100%&quot;&gt;dpkg --configure -a&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;And then whenever generating locales comes up kill the localegen processes using kill -9  After these installation used to abort with following error  &lt;/span&gt;&lt;div id=&quot;tls30&quot;&gt;&lt;table id=&quot;vrgi&quot; border=&quot;1&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody id=&quot;tls31&quot;&gt;&lt;tr id=&quot;tls32&quot;&gt;&lt;td id=&quot;tls33&quot; width=&quot;100%&quot;&gt;&lt;pre id=&quot;tls34&quot; class=&quot;alt2&quot; style=&quot;border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;&quot;&gt;dpkg: too many errors, stopping&lt;br /&gt;dpkg: ../../src/packages.c:251: process_queue: Assertion `!queuelen&#39; failed.&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt; &lt;span style=&quot;font-size:85%;&quot;&gt;&lt;br /&gt;I repeated running &lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;dpkg&lt;/span&gt; after rebooting in 8.04 default kernel. This time locale generation worked fine but there were lot of errors with gnome configuration due to which dpkg aborted.&lt;br /&gt;Next I logged in using &lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;failsafe&lt;/span&gt; mode in 8.04 default kernel. One can switch to failsafe mode by clicking on options available at left hand corner bottom on the login screen. Then select sessions option and popup will come up with session options. Select &lt;span style=&quot;font-weight: bold; font-style: italic;&quot;&gt;failsafe GNOME session&lt;/span&gt;. After logging in again run above dpkg comman in a terminal.  &lt;/span&gt;&lt;div id=&quot;pv_s&quot;&gt;&lt;table style=&quot;width: 664px; height: 42px;&quot; id=&quot;y555&quot; border=&quot;1&quot; bordercolor=&quot;#000000&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody id=&quot;pv_s0&quot;&gt;&lt;tr id=&quot;pv_s1&quot;&gt;&lt;td id=&quot;pv_s2&quot; width=&quot;100%&quot;&gt;&lt;pre id=&quot;zt.f1&quot; class=&quot;alt2&quot; style=&quot;border: 1px inset ; margin: 0px; padding: 6px; overflow: auto; width: 640px; height: 50px; text-align: left;&quot;&gt;sudo dpkg --configure -a&lt;/pre&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;After this rebooted the machine and it looked like things have fallen to place.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;First impressions&lt;/span&gt; -  Its hardly couple of hours since I started using Hardy Heron  &lt;/span&gt;&lt;ul id=&quot;wl12&quot;&gt;&lt;li id=&quot;wl120&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Looks like wireless support has improved a lot. I could see the available networks from network icon on right hand side corner without any configuration! That was not there before.&lt;/span&gt;&lt;/li&gt;&lt;li id=&quot;wl121&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Default background looks good and fits the release theme.&lt;/span&gt;&lt;/li&gt;&lt;li id=&quot;wl122&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Looks like firfox 3.0.1 has issue with address text box ... It does not get updated and does not take whatever typed in . Only way I can visit the sites is through the bookmarks !&lt;/span&gt;&lt;/li&gt;&lt;li id=&quot;ej4-&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Not sure if there was a crash reporting facility earlier ...&lt;/span&gt;&lt;/li&gt;&lt;li id=&quot;ej4-0&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Brasero does the disc burning.&lt;/span&gt;&lt;/li&gt;&lt;li id=&quot;c6gq&quot;&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Boot takes more time than 7.10 &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Update Aug 3rd&lt;/span&gt;&lt;br /&gt;If you are on a AMD 64 machine fixing flash player follow the instructions at&lt;br /&gt;&lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=772490&quot;&gt;&lt;strong&gt;Flash 9 install script for AMD64 (nspluginwrapper) &lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;For the last instruction, creating the link in plugins directory of firefox make sure you are using directory name based on ur release of firefox. (such as firefox-3.0.1&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:85%;&quot;&gt;Correction - firefox 3.0.1 address text box might have occured as I was in the middle of plugin installation. It seems to be working fine now.&lt;br /&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/1604925200796226347/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/1604925200796226347' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/1604925200796226347'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/1604925200796226347'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/08/ubuntu-upgrade-from-710-to-804-hardy.html' title='Ubuntu upgrade from 71.0 to 8.04 Hardy Heron'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM87C4l0QVSSVdHmp2rNYGlr1FeMNdcSLcCOLTGC6l6JYNNWgjNsJFRHCAnCSoHz7M-zfsxvVIpx2UgXuesU7au_o3nQTbPSe2StFscu9zfT3Fl0RwJpIlByuRtWsqRxIG6j0BFpuQLkPC/s72-c/Screenshot.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-6157324358762371752</id><published>2008-06-25T10:41:00.000-07:00</published><updated>2008-06-25T10:44:59.290-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="programming"/><category scheme="http://www.blogger.com/atom/ns#" term="prototype"/><title type='text'>Getting started with Prototype.js</title><content type='html'>&lt;iframe src=&#39;http://docs.google.com/EmbedSlideshow?docid=dg2tvhxs_67dm6vzwfd&amp;amp;size=m&#39; frameborder=&#39;0&#39; width=&#39;555&#39; height=&#39;451&#39;&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/6157324358762371752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/6157324358762371752' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6157324358762371752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6157324358762371752'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/06/getting-started-with-prototypejs.html' title='Getting started with Prototype.js'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-3444310010455384964</id><published>2008-04-12T10:16:00.000-07:00</published><updated>2008-04-12T10:28:42.656-07:00</updated><title type='text'>Performance tuning Blog</title><content type='html'>My Blog was taking nearly 30 seconds to complete the loading. So I spent some time cleaning up the scripts I added over period of for experimenting etc. Firebug came in handy in finding the scripts, images that were taking to get loaded. Here is the screen shot of the information provided by&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_UPneIjjvRMBBNPuX5nbmKTAb5HkFY_74lLE0mt4Q4f4OmKkSMZDFU9lJBwf5LrJiEFqCFY2Ax4CC_OsTrOA2M8OzJg5MePkg1TgWoZ4x0C6B_0znKnxmDJ4UODW6GeStAxNFeI5mf5g9/s1600-h/Screenshot-Blogging+%26%26+Tools+%7C%7C+Widgets+-+Mozilla+Firefox.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_UPneIjjvRMBBNPuX5nbmKTAb5HkFY_74lLE0mt4Q4f4OmKkSMZDFU9lJBwf5LrJiEFqCFY2Ax4CC_OsTrOA2M8OzJg5MePkg1TgWoZ4x0C6B_0znKnxmDJ4UODW6GeStAxNFeI5mf5g9/s400/Screenshot-Blogging+%26%26+Tools+%7C%7C+Widgets+-+Mozilla+Firefox.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5188410924406573314&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have found firebug very useful in javascript debugging, experimenting with css and html in the browser without actually changing the files.&lt;br /&gt;Here is a screencast for starters on &lt;a href=&quot;http://www.digitalmediaminute.com/screencast/firebug-js/&quot;&gt;how to use Firebug&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/3444310010455384964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/3444310010455384964' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3444310010455384964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3444310010455384964'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/04/performance-tuning-blog.html' title='Performance tuning Blog'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_UPneIjjvRMBBNPuX5nbmKTAb5HkFY_74lLE0mt4Q4f4OmKkSMZDFU9lJBwf5LrJiEFqCFY2Ax4CC_OsTrOA2M8OzJg5MePkg1TgWoZ4x0C6B_0znKnxmDJ4UODW6GeStAxNFeI5mf5g9/s72-c/Screenshot-Blogging+%26%26+Tools+%7C%7C+Widgets+-+Mozilla+Firefox.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-4709603582488070440</id><published>2008-04-09T10:04:00.000-07:00</published><updated>2008-04-09T10:07:32.900-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="migration"/><category scheme="http://www.blogger.com/atom/ns#" term="rails 2.x"/><category scheme="http://www.blogger.com/atom/ns#" term="ruby on rails"/><title type='text'>Migrating to Rails 2.x</title><content type='html'>I was using a old version of Rails that came along with Instant Rails. Migration was simple.. &lt;ul id=&quot;oygl&quot;&gt;&lt;li id=&quot;pajn&quot;&gt;Updated the version of RAILS_GEM_VERSION in environment.rb to 2.0.2&lt;/li&gt;&lt;li id=&quot;kzju&quot;&gt;Created a dummy project using the new version of rails and copied secret key for the session data integrity.&lt;/li&gt;&lt;li id=&quot;j0uk&quot;&gt;Ran the rake test available at &lt;a title=&quot;Rails 2.0 upgrade notes&quot; href=&quot;http://www.slashdotdash.net/articles/2007/12/03/rails-2-upgrade-notes&quot; id=&quot;hq9v&quot;&gt;Rails 2.0 upgrade notes&lt;/a&gt; to find deprecations.&lt;/li&gt;&lt;li id=&quot;c5ha&quot;&gt;Installed the &lt;a title=&quot;auto_complete plugin&quot; href=&quot;http://svn.rubyonrails.org/rails/plugins/auto_complete&quot; id=&quot;j:jd&quot;&gt;auto_complete plugin&lt;/a&gt; I did not face issue with regard to session authentication ...&lt;/li&gt;&lt;li id=&quot;c5ha&quot;&gt;Sporadically I was facing issue with Cookies. So moved to db based sessions. There is rake task to create tables (&#39;rake db:sessions:create&#39;)andin environment.rb uncomment session store. &lt;/li&gt;&lt;li id=&quot;c5ha&quot;&gt;Commented confg.breakpoint_server. Information is available at &lt;a title=&quot;code snippets&quot; href=&quot;http://snippets.aktagon.com/snippets/80-Fixing-config-breakpoint-server-has-been-deprecated-and-has-no-effect-when-using-Rails-Edge&quot; id=&quot;xy9b&quot;&gt;code snippets&lt;/a&gt;  &lt;/li&gt;&lt;/ul&gt;As I had very little code there was any deprecated method and migration was easy. I am yet to move to new naming convention for rhtml and rjs files.</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/4709603582488070440/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/4709603582488070440' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/4709603582488070440'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/4709603582488070440'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/04/migrating-to-rails-2x.html' title='Migrating to Rails 2.x'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-5309722334792700390</id><published>2008-04-01T10:29:00.000-07:00</published><updated>2008-04-01T10:33:25.023-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="mongrel"/><category scheme="http://www.blogger.com/atom/ns#" term="mysql"/><category scheme="http://www.blogger.com/atom/ns#" term="netbeans"/><category scheme="http://www.blogger.com/atom/ns#" term="rmagick"/><category scheme="http://www.blogger.com/atom/ns#" term="ruby on rails"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Setting up Ruby on Rails on Ubuntu 7.1 Gutsy</title><content type='html'>For setting up ruby, rails and mysql used the following link. &lt;br /&gt;&lt;a title=&quot;Rails on Ubuntu&quot; target=&quot;_blank&quot; href=&quot;http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntu&quot; id=&quot;jhl:&quot;&gt;Rails on Ubuntu&lt;/a&gt; &lt;br /&gt;Note that the rails version installed will be 2.0.2. If you are using 1.x version you will have to make changes to the code. That&#39;s what I will be doing next. I was using 1.2.x that came with Instant Rails on Windows  &lt;span id=&quot;wfbu&quot;&gt;&lt;b&gt;&lt;br /&gt;Openssl lib&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;I had to install libopenssl-ruby. Instructions are provided in the above link, otherwise when you start the web server it will through error and come out.  &lt;span id=&quot;xd7e&quot;&gt;&lt;b&gt;&lt;br /&gt;Mongrel&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;By default Webrick comes with rails. Mongrel can be installed using &lt;br /&gt;&lt;span style=&quot;font-style: italic;&quot;&gt;sudo gem install mongrel -y  &lt;/span&gt;&lt;br /&gt;Once mongrel is installed it becomes the default webserver. &lt;br /&gt;&lt;span id=&quot;z2ci&quot;&gt;&lt;b&gt;Netbeans IDE&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;After reading through couple of blogs I choose netbeans(6.1 beta) as the IDE. At work I use My Eclipse and it used to take considerable amount of  memory. A month back I tried netbeans on a 700 MHz 512 MB laptop and I felt it consumes less resources. Base install of Netbeans is a 24 MB download. I downloaded JavaSE base and included Ruby using updater. I had to install packages sun-java6-bin, sun-java6-jdk before I could install Netbeans.  &lt;span id=&quot;t-zu&quot;&gt;&lt;b&gt;&lt;br /&gt;Installing Rmagick.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;Ramgick requires ImageMagick 6.3.0 or higher. So I had to download source for ImageMagick 6.3.2 and build it before I can install rmagick. Followed the instructions provided at  &lt;a title=&quot;Setting up rmagick on Ubuntu&quot; target=&quot;_blank&quot; href=&quot;http://elctech.com/2008/2/6/setting-up-rmagick-needs-imagemagick-6-3-x-on-ubuntu&quot; id=&quot;r3oq&quot;&gt;Setting up rmagick on Ubuntu&lt;/a&gt;&lt;h2 id=&quot;lr:8&quot;&gt; &lt;/h2&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/5309722334792700390/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/5309722334792700390' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/5309722334792700390'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/5309722334792700390'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/04/setting-up-ruby-on-rails-on-ubuntu-71.html' title='Setting up Ruby on Rails on Ubuntu 7.1 Gutsy'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-7038337353201511659</id><published>2008-03-30T01:23:00.000-07:00</published><updated>2008-04-13T00:25:48.018-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Dell Vostro"/><category scheme="http://www.blogger.com/atom/ns#" term="install"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Ubuntu installation on Dell Vostro 1000</title><content type='html'>&lt;span style=&quot;font-weight: bold;&quot;&gt;System Info :&lt;/span&gt; AMD Athlon 64 X2 Duo Core, ATI Radeon XPress 1150&lt;br /&gt;&lt;br /&gt;&lt;span id=&quot;zgvb&quot;&gt;&lt;b&gt; Pre-Work&lt;/b&gt;&lt;/span&gt; &lt;br /&gt;Burnt the CD and checked using the instructions provided at  &lt;ol id=&quot;b9ho&quot;&gt;   &lt;li id=&quot;vv8v&quot;&gt;     &lt;a href=&quot;https://help.ubuntu.com/community/BurningIsoHowto&quot; id=&quot;dwc:&quot; target=&quot;_blank&quot; title=&quot;How to Burn an Ubuntu CD&quot;&gt;Burning CD&lt;/a&gt; Provides instruction to download the iso and burning it using recommended software   &lt;/li&gt;   &lt;li id=&quot;to9r&quot;&gt;     &lt;a href=&quot;https://help.ubuntu.com/community/HowToMD5SUM&quot; id=&quot;ey3o&quot; target=&quot;_blank&quot; title=&quot;Verifying the CD&quot;&gt;Checking the CD&lt;/a&gt; Checking the CD using MD5 check sum   &lt;/li&gt;   &lt;li id=&quot;to9r&quot;&gt;     Note down IP Adress, Subnet mask, Default gateway, Preffered DNS Server.    &lt;/li&gt; &lt;/ol&gt;  &lt;span id=&quot;y1_r&quot;&gt;&lt;b&gt; Partitioning &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;There is good amount of information available at &lt;a href=&quot;http://www.psychocats.net/ubuntu/partitioning&quot; id=&quot;inhj&quot; target=&quot;_blank&quot; title=&quot;Partitioning Options&quot;&gt;Partitioning Windows and Ubuntu.&lt;/a&gt; &lt;h1 id=&quot;wwzg&quot;&gt;     &lt;/h1&gt; But I choose to &lt;a href=&quot;http://www.howtogeek.com/howto/windows-vista/resize-a-partition-for-free-in-windows-vista/&quot; id=&quot;vw1j&quot; target=&quot;_blank&quot; title=&quot;shrink the Windows partition&quot;&gt;shrink the Windows partition&lt;/a&gt; and selected use the free space option provided by Ubuntu installer.&lt;br /&gt;&lt;br /&gt;&lt;span id=&quot;fsl0&quot;&gt;&lt;b&gt; Setting up internet connection.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;I have DSL cable modem(ADSL) connected using ethernet cable. Followed the instructions at Ubuntu forums &lt;a href=&quot;https://help.ubuntu.com/community/ADSLPPPoE&quot; id=&quot;c96x&quot; target=&quot;_blank&quot; title=&quot;ADSLPPPoE&quot;&gt;ADSLPPPoE&lt;/a&gt; Make sure that all the lights on the modem are on before you run the pppoeconf. Once this is done check if repositories are enabled in  /etc/apt/sources.list otherwise you may not be able to install packages using apt-get.&lt;br /&gt;&lt;br /&gt;&lt;span id=&quot;ivpm&quot;&gt;&lt;b&gt; Enabling restricted drivers.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;ATI drivers provide better visual effect than the driver that is supplied with Ubuntu installation. These drivers can be enabled using restricted driver manager from System -&amp;gt; Administration. For detailed steps and alternative ways of doing it refer to &lt;a href=&quot;http://wiki.cchtml.com/index.php/Ubuntu_Gutsy_Installation_Guide&quot; id=&quot;t-59&quot; target=&quot;_blank&quot; title=&quot;Ubuntu Gutsy Installation Guide&quot;&gt;Ubuntu Gutsy Installation Guide&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Update Apr 13 2008&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Installing flash 9 for AMD 64&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;There is script created by Kilz and usage is explained in the sticky &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=476924&quot;&gt;&lt;span style=&quot;font-size:100%;&quot;&gt;&lt;b style=&quot;font-family: arial;&quot;&gt;&lt;span style=&quot;color:Sienna;&quot;&gt;Nspluginwrapper Install Script for Dapper-Gutsy(Updated 3/8/08 )&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;I came across ia32lib problem and followed the instructions in the post &lt;a href=&quot;http://ubuntuforums.org/showpost.php?p=4417385&amp;amp;postcount=914&quot;&gt;flash 9 install AMD 64&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;     &lt;h1 class=&quot;firstHeading&quot; id=&quot;n_.3&quot;&gt;     &lt;/h1&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/7038337353201511659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/7038337353201511659' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/7038337353201511659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/7038337353201511659'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2008/03/ubuntu-installation-on-dell-vostro-1000.html' title='Ubuntu installation on Dell Vostro 1000'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-6549808545240151305</id><published>2007-04-01T09:32:00.001-07:00</published><updated>2007-04-01T09:34:19.681-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="gadgets"/><category scheme="http://www.blogger.com/atom/ns#" term="google"/><category scheme="http://www.blogger.com/atom/ns#" term="widgets"/><title type='text'>Google Gadgets for your web page</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;Google is allowing &lt;a href=&quot;http://www.google.com/ig/directory?synd=open&amp;source=gghp&quot;&gt;google gadgets&lt;/a&gt; to be added to web pages. Some time back I found it but then when I went through the google home page there were options to add to the home page only. But then some how found the link again. Though there is huge number of gadgets(at the time of blogging there were 4682) to be I found very few interesting. One of them was the &lt;a href=&quot;http://www2.blogger.com/%3Cscript%20src=%22http://gmodules.com/ig/ifr?url=http://customrss.googlepages.com/customrss.xml&amp;amp;amp;amp;up_rssurl=http%3A%2F%2Fblogsearch.google.com%2Fblogsearch_feeds%3Fhl%3Den%26q%3D%2522blogging%2Btools%2522%26ie%3Dutf-8%26num%3D10%26output%3Drss&amp;amp;amp;up_title=CustomRSS&amp;amp;amp;up_titleurl=http%3A%2F%2Fcustomrss.googlepages.com&amp;amp;amp;up_num_entries=9&amp;amp;amp;up_linkaction=showdescription&amp;amp;amp;up_background=E1E9C3&amp;amp;up_border=CFC58E&amp;amp;up_round=1&amp;amp;up_fontfamily=Arial&amp;amp;up_fontsize=8pt&amp;amp;amp;up_openfontsize=9pt&amp;amp;amp;up_itempadding=3px&amp;amp;up_bullet=icon&amp;amp;up_custicon=Overrides%20favicon.ico&amp;amp;amp;up_boxicon=1&amp;amp;up_opacity=20&amp;amp;up_itemlinkcolor=596F3E&amp;amp;up_itemlinkweight=Normal&amp;amp;up_itemlinkdecoration=None&amp;amp;up_vlinkcolor=C7CFA8&amp;amp;up_vlinkweight=Normal&amp;amp;up_vlinkdecoration=None&amp;amp;up_showdate=1&amp;amp;amp;up_datecolor=9F9F9F&amp;amp;up_tcolor=1C57A9&amp;amp;up_thighlight=FFF19D&amp;amp;up_desclinkcolor=1B5790&amp;amp;amp;up_color=000000&amp;amp;up_dback=FFFFFF&amp;amp;up_dborder=DFCE6F&amp;amp;up_desclinkweight=Bold&amp;amp;amp;up_desclinkdecoration=None&amp;amp;amp;synd=open&amp;amp;amp;w=230&amp;amp;h=203&amp;amp;title=__UP_title__&amp;amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;amp;amp;output=js%22%3E%3C/script%3E&quot;&gt;Custom RSS &lt;/a&gt; This allows a list to be displayed based on rss feed. What I have done is used the rss feed from &lt;a href=&quot;http://blogsearch.google.com/&quot;&gt;Google Blog search&lt;/a&gt; for the key word blogging tools and displaying it.&lt;br /&gt;Other widget/gadget I found interesting was the &lt;a href=&quot;http://www.google.com/ig/directory?synd=open&amp;source=gghp&amp;amp;amp;num=24&amp;q=picasa&amp;amp;btnG=Search+Google+Gadgets&quot;&gt;picasa web album widget&lt;/a&gt; which displays random photos from your album.&lt;br /&gt;There are lot widgets/gadgets in different categories from news, tools, communication to technology. There are many games as well. But all of them require script to be added to the web page.&lt;br /&gt;Only drawback I found was customization of gadgets is cumbersome compared to other widget libraries. For example only color that can be chosen is the border color for the rest you need to give hexa decimal values. There is more needs to be done in the gadget customization.&lt;br /&gt;The different part is you can leave comments for the developer of the widget and contact too! I am not sure if other widget libraries allow this.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/6549808545240151305/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/6549808545240151305' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6549808545240151305'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6549808545240151305'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/04/google-gadgets-for-your-web-page.html' title='Google Gadgets for your web page'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-218836156808501588</id><published>2007-03-21T10:26:00.000-07:00</published><updated>2007-03-21T10:50:21.353-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="analytics"/><category scheme="http://www.blogger.com/atom/ns#" term="hittail"/><title type='text'>What does Hit Tail Do ?</title><content type='html'>Now I have &lt;a href=&quot;http://www.hittail.com/&quot;&gt;hittail&lt;/a&gt; on my blog for nearly a month. What it does it do ?&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Collects all the search words used to reach the website. &lt;/li&gt;&lt;li&gt;Segregates the keywords into Longtail and non-Longtail. Number of occurrences does not seem to be deciding factor as some key words one occurence were also classified as non Long tail keyword.&lt;/li&gt;&lt;li&gt;Using the non-Longtail key words it suggests topics for blogging.&lt;/li&gt;&lt;/ul&gt;In the last one month it found 49 unique search words for my blog and suggested 2 topics to blog about. The topics were blog template classic, blogger widgets. This is supposed to be arrived at using some complext algorithm. I feel that this can be a good complementary service to the existing analytics service and Its a crowded space with most of the analytics service differing only in the way the show the data.&lt;br /&gt;Here are the keywords collected and their classification. Its not the complete list.&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGIWV0H3Mt0dD60pABMbbsw6mCeXRBOtRlCI_NZBEWDbIExrmR2og7NYEBUfnUmOD6GkZ7Iy4wDxXvQyh8i_B0id4Gnotr0qiMKF10XnW2IJl2E9GPfM5N2yAy5_wCRTkCkK8ju7P7sCuY/s1600-h/hittail.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGIWV0H3Mt0dD60pABMbbsw6mCeXRBOtRlCI_NZBEWDbIExrmR2og7NYEBUfnUmOD6GkZ7Iy4wDxXvQyh8i_B0id4Gnotr0qiMKF10XnW2IJl2E9GPfM5N2yAy5_wCRTkCkK8ju7P7sCuY/s400/hittail.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5044436203543735090&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/218836156808501588/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/218836156808501588' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/218836156808501588'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/218836156808501588'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/03/what-does-hit-tail-do.html' title='What does Hit Tail Do ?'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGIWV0H3Mt0dD60pABMbbsw6mCeXRBOtRlCI_NZBEWDbIExrmR2og7NYEBUfnUmOD6GkZ7Iy4wDxXvQyh8i_B0id4Gnotr0qiMKF10XnW2IJl2E9GPfM5N2yAy5_wCRTkCkK8ju7P7sCuY/s72-c/hittail.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-846996399143903569</id><published>2007-03-20T11:35:00.000-07:00</published><updated>2007-03-20T11:44:29.044-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="2kbloggers"/><category scheme="http://www.blogger.com/atom/ns#" term="technorati"/><category scheme="http://www.blogger.com/atom/ns#" term="Tino"/><title type='text'>2k Bloggers</title><content type='html'>Just added the 2k bloggers widget to the sight which displays 1 percent of the 2k bloggers randomly. Earlier i had a button which proclaimed I was one of the 2k bloggers. This was great idea &lt;a href=&quot;http://tinobuntic.blogspot.com&quot;&gt;Tino&lt;/a&gt; from which is being carried on by couple of &lt;a href=&quot;http://www.2kbloggers.com/&quot;&gt;interested guys&lt;/a&gt;. It was discontinued as &lt;a href=&quot;http://www.technorati.com&quot;&gt;Technorati&lt;/a&gt; thought it was a gimmick to get links. May be thats why technorati is not updating my link count? But I still like the idea and I guess there still some slots open to complete the 2k bloggers.</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/846996399143903569/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/846996399143903569' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/846996399143903569'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/846996399143903569'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/03/2k-bloggers.html' title='2k Bloggers'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-7045653452187779058</id><published>2007-03-10T08:20:00.001-08:00</published><updated>2007-03-10T08:37:36.041-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="templates"/><title type='text'>Blogger Templates</title><content type='html'>I was trying to get a new template for my blog. Here are the links I found.&lt;br /&gt;P.S.&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Most of the templates are the classic templates which can be used by shifting to the classic template mode. But you can not do the page element based modification of the template.&lt;/li&gt;&lt;li&gt;Many templates give the image separately and ask you to host on free photo hosting service(like &lt;a href=&quot;http://www.imageshack.com&quot;&gt;imageshack&lt;/a&gt;) and edit the links in the template. Some give the template with embedded links you may want to move them to your preferred hosting service. For one of the templates I was trying there were png and gif images which I was not able to upload to &lt;a href=&quot;http://picasaweb.google.com&quot;&gt;picasa&lt;/a&gt;. I am not sure if blogger allows anything other than jpeg format.&lt;/li&gt;&lt;/ul&gt;Here is the list I copied from digg. I wanted to clip using &lt;a href=&quot;http://www.clipmarks.com&quot;&gt;clipmark&lt;/a&gt; and blog it but it turned out be there is a limit of 1000 characters for public clips which can be blogged. Other thing I found was once you clip you can edit the content of the clip i.e. u can not remove certain characters (or was it the browser playing tricks ?)&lt;br /&gt;&lt;ol class=&quot;posts&quot;&gt;&lt;li class=&quot;post&quot; key=&quot;d9a63045499ccc33f7df81d87284882d&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://grandstreamdreams.blogspot.com/2006/12/blogger-template-resources.html&quot; rel=&quot;nofollow&quot;&gt;Grand Stream Dreams: &quot;New&quot; Blogger Template Resources&lt;/a&gt;  &lt;/h4&gt;Links about blogger template, trick tips and how to go about creating your own template  &lt;div class=&quot;meta&quot;&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/Blogger&quot;&gt;Blogger&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/template&quot;&gt;template&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/5b261e2ca1c97e77a66dcec399555b92&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 229, 229);&quot;&gt;saved by 8 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T10:11:03Z&quot;&gt;&lt;/span&gt; &lt;/div&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;991fbe79c3b2da393ff3739952dac8d2&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://labnol.blogspot.com/2006/06/blogger-templates-45-million-blogspot.html&quot; rel=&quot;nofollow&quot;&gt;Blogger Templates: 4.5 Million Blogspot Users are Lazy at Digital Inspiration&lt;/a&gt;  &lt;/h4&gt;   &lt;p class=&quot;notes&quot;&gt;All the previously tagged sites are reviewed here&lt;/p&gt;  &lt;div class=&quot;meta&quot;&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/blogger&quot;&gt;blogger&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/1fe09a9a6a49d6811665c12b3f71d20e&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 209, 209);&quot;&gt;saved by 38 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T10:06:29Z&quot;&gt;&lt;/span&gt; &lt;/div&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;9b5be4058626e295a6ade306870e9225&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://www.geckoandfly.com/blogger-templates-beta/&quot; rel=&quot;nofollow&quot;&gt;Blogger Templates (Beta) at Gecko &amp; Fly&lt;/a&gt;  &lt;/h4&gt;  &lt;div class=&quot;commands&quot;&gt;  &lt;a href=&quot;http://del.icio.us/nbhat?url=http%3A%2F%2Fwww.geckoandfly.com%2Fblogger-templates-beta%2F&amp;amp;jump=no&quot; class=&quot;edit&quot; rel=&quot;nofollow&quot;&gt;edit&lt;/a&gt;  / &lt;a href=&quot;http://del.icio.us/nbhat?delete=599d99c10428b27f9068563e3f0f114f&amp;key=dc78bd753ad1c08e387bd7fe9eecdf91&amp;amp;jump=&quot; class=&quot;rm&quot; rel=&quot;nofollow&quot;&gt;delete&lt;/a&gt;&lt;/div&gt; &lt;p class=&quot;notes&quot;&gt;Has got templates for new Blogger&lt;/p&gt;  &lt;div class=&quot;meta&quot;&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/blogger&quot;&gt;blogger&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/599d99c10428b27f9068563e3f0f114f&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 206, 206);&quot;&gt;saved by 43 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T09:55:27Z&quot;&gt;... 6 hours ago&lt;/span&gt; &lt;/div&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;a4948003ac6f45b0c57c08a52334d894&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://freetemplates.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;Free Templates&lt;/a&gt;  &lt;/h4&gt;  &lt;div class=&quot;commands&quot;&gt;  &lt;a href=&quot;http://del.icio.us/nbhat?url=http%3A%2F%2Ffreetemplates.blogspot.com%2F&amp;jump=no&quot; class=&quot;edit&quot; rel=&quot;nofollow&quot;&gt;edit&lt;/a&gt;  / &lt;a href=&quot;http://del.icio.us/nbhat?delete=5a521e4fb561a138d5a0d6dbaa97d77b&amp;amp;key=ef01d5f2825cded488f093f03f15b06b&amp;jump=&quot; class=&quot;rm&quot; rel=&quot;nofollow&quot;&gt;delete&lt;/a&gt;&lt;/div&gt; &lt;p class=&quot;notes&quot;&gt;Nearly 200 templates, Has classic templates as well as some new templates&lt;/p&gt;  &lt;div class=&quot;meta&quot;&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/Blogger&quot;&gt;Blogger&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/5a521e4fb561a138d5a0d6dbaa97d77b&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 188, 188);&quot;&gt;saved by 176 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T09:27:33Z&quot;&gt;... 6 hours ago&lt;/span&gt; &lt;/div&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;c3fdfb663086acf1566614daeca2e202&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://blogtemplates.noipo.org/&quot; rel=&quot;nofollow&quot;&gt;Blogger templates - noipo.org&lt;/a&gt;  &lt;/h4&gt;   &lt;p class=&quot;notes&quot;&gt;12 templates, has a instruction guide and there is some manual work required to upload the photographs&lt;/p&gt;  &lt;div class=&quot;meta&quot;&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/blogger&quot;&gt;blogger&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/4588a8a6e20a6543b66d53105f86c503&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 186, 186);&quot;&gt;saved by 209 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T09:23:39Z&quot;&gt;... &lt;/span&gt; &lt;/div&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;e87decba593c80f97da9508fd0d35ca5&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://blogspottemplates.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;Blogger Templates&lt;/a&gt;  &lt;/h4&gt;   &lt;div class=&quot;meta&quot;&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/Blogger&quot;&gt;Blogger&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/dbbf63cc368ed300b6480f4e6873a7f3&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 186, 186);&quot;&gt;saved by 205 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T09:15:57Z&quot;&gt;&lt;/span&gt; &lt;/div&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;cbcb768ab50fa7e85bb252febd10b064&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://www.bloggertemplates.org/?pg=1&quot; rel=&quot;nofollow&quot;&gt;Blogger Templates&lt;/a&gt;  &lt;/h4&gt;Has got some nice Ajax based templates but when I tried to use them I got parser error.May be they are classic templates ?&lt;br /&gt;&lt;/li&gt;&lt;li&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/blogger&quot;&gt;blogger&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/47e855138f667b5350a92a1280a95059&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 216, 216);&quot;&gt;saved by 19 other people&lt;/a&gt; &lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;cbcb768ab50fa7e85bb252febd10b064&quot;&gt;&lt;div class=&quot;meta&quot;&gt; &lt;/div&gt;&lt;br /&gt;&lt;/li&gt;&lt;li class=&quot;post&quot; key=&quot;5afc8e5e71ec70ae0632326248acd3a1&quot;&gt;  &lt;h4 class=&quot;desc&quot;&gt;&lt;a href=&quot;http://blogger-templates.blogspot.com/&quot; rel=&quot;nofollow&quot;&gt;Blogger templates&lt;/a&gt;  &lt;/h4&gt;to &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/blogger&quot;&gt;blogger&lt;/a&gt; &lt;a class=&quot;tag&quot; href=&quot;http://del.icio.us/nbhat/templates&quot;&gt;templates&lt;/a&gt; ... &lt;a class=&quot;pop&quot; href=&quot;http://del.icio.us/url/5be3866060924459a0c02772e7c3b792&quot; style=&quot;padding: 0pt 0.2em; background-color: rgb(255, 160, 160);&quot;&gt;saved by 1668 other people&lt;/a&gt; &lt;span class=&quot;date&quot; title=&quot;2007-03-10T09:10:56Z&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class=&quot;meta&quot;&gt; &lt;/div&gt; &lt;/li&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/7045653452187779058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/7045653452187779058' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/7045653452187779058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/7045653452187779058'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/03/blogger-templates.html' title='Blogger Templates'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-210490304118612643</id><published>2007-03-04T06:24:00.001-08:00</published><updated>2007-03-04T06:27:21.797-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="clipmarks"/><title type='text'>Blog using Clipmark</title><content type='html'>&lt;div &gt; I am trying out clipping using clipmarks and then blogging. Clipmarks is much more sophisticated than the google notes I have been using. It allows clip text, video, then tag them  and blog them too !!  &lt;/div&gt;&lt;div style=&quot;margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #478acc;&quot;&gt;&lt;!-- BEGIN_CLIP_CONTENT ID:4C7FBABD-38B7-40D3-A308-B728A81E1D7B:0 CLIPMARKS.COM --&gt;&lt;div class=&quot;CM_CTB_Content_Wrap&quot; style=&quot;background-color: #ffffff;&quot;&gt;&lt;div style=&quot;border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;&quot; &gt;&lt;a href=&quot;http://clipmarks.com/popular/&quot; title=&quot;see clips that are hot right now&quot;&gt;&lt;img src=&quot;http://clipmarks.com/images/clip-icon.gif&quot; alt=&quot;&quot; width=&quot;19&quot; height=&quot;19&quot; border=&quot;0&quot; style=&quot;vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;&quot; /&gt;&lt;/a&gt;clipped from &lt;a title=&quot;http://mail.google.com/mail/?view=page&amp;name=gp&amp;ver=sh3fib53pgpk&quot; href=&quot;http://mail.google.com/mail/?view=page&amp;name=gp&amp;ver=sh3fib53pgpk&quot; style=&quot;color: #157EBA; font-size: 11px;&quot;&gt;mail.google.com&lt;/a&gt;&lt;/div&gt;&lt;blockquote style=&quot;text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;&quot; cite=&quot;http://mail.google.com/mail/?view=page&amp;name=gp&amp;ver=sh3fib53pgpk&quot;&gt;&lt;P&gt;&lt;br /&gt;&lt;A target=&quot;_blank&quot; href=&quot;http://benspark.blogspot.com/2007/03/fuelmyblog-has-been-re-fueled.html&quot;&gt;&lt;br /&gt;FuelMyBlog has been Re-Fueled&lt;/A&gt;&lt;BR /&gt;&lt;br /&gt;&lt;FONT size=&quot;-1&quot;&gt;&lt;br /&gt;&lt;FONT color=&quot;#666666&quot;&gt;By Drew(Drew)&lt;br /&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;br /&gt;A Today&#39;s Top &lt;B&gt;Blogs&lt;/B&gt; and Latest &lt;B&gt;Blogs&lt;/B&gt;. You will always know what &lt;B&gt;blogs&lt;/B&gt; are added and what ones are listed as top &lt;B&gt;blogs&lt;/B&gt;. On this page you can Add your &lt;B&gt;Blog&lt;/B&gt;, go to the Forum and get your page &lt;B&gt;Widgets&lt;/B&gt; (see above voting images and click &lt;B&gt;...&lt;/B&gt;&lt;BR /&gt;&lt;br /&gt;&lt;FONT color=&quot;green&quot;&gt;&lt;br /&gt;&lt;A target=&quot;_blank&quot; title=&quot;http://benspark.blogspot.com/index.html&quot; href=&quot;http://benspark.blogspot.com/index.html&quot;&gt;&lt;br /&gt;The BenSpark - http://benspark.blogspot.com&lt;WBR&gt;&lt;/WBR&gt;/index.html&lt;br /&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;br /&gt;&lt;/P&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;!-- END_CLIP_CONTENT --&gt;&lt;/div&gt;&lt;div style=&quot;margin: 12px 4px;&quot;&gt;&lt;table style=&quot;font-size: 11px;&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; width=&quot;100%&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/td&gt;&lt;td align=&quot;right&quot;&gt;&lt;a href=&quot;http://clipmarks.com&quot; title=&quot;go to clipmarks.com&quot;&gt;&lt;img src=&quot;http://clipmarks.com/images/post-by-clipmarks.png&quot; border=&quot;0&quot; alt=&quot;powered by clipmarks&quot; width=&quot;68&quot; height=&quot;16&quot; style=&quot;border: none;&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/210490304118612643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/210490304118612643' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/210490304118612643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/210490304118612643'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/03/blog-using-clipmark.html' title='Blog using Clipmark'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-3001780514258311458</id><published>2007-02-22T09:25:00.000-08:00</published><updated>2007-02-22T09:31:48.592-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="hittail"/><category scheme="http://www.blogger.com/atom/ns#" term="longtail"/><title type='text'>Hittail</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://www.hittail.com/images/hittail_logo.gif&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: left; cursor: pointer; width: 202px; height: 104px;&quot; src=&quot;http://www.hittail.com/images/hittail_logo.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I have put the &lt;a href=&quot;http://www.hittail.com/&quot;&gt;Hit tail&lt;/a&gt; on my blog.  In their on words Hit tail is&lt;br /&gt;&lt;br /&gt;&quot;HitTail reveals in real-time the least utilized, most promising keywords hidden in the &lt;a href=&quot;http://www.hittail.com/what/long-tail.html&quot;&gt;Long Tail&lt;/a&gt; of your natural search results. We present these terms to you as suggestions that when acted on can boost the natural search results of your site. It&#39;s that simple. &lt;p style=&quot;font-style: italic;&quot; class=&quot;para&quot;&gt;Of course, HitTail is built with sophisticated algorithms and patent-pending technology that took our &lt;a href=&quot;http://www.hittail.com/about/leadership.html#hittailer&quot;&gt;Chief HitTailer&lt;/a&gt; a while to develop.&quot;&lt;/p&gt;I would like to see the results after a week. When I put this on the other blog, it failed to detect any activity let us see what happens this time.&lt;br /&gt;&lt;br /&gt;&lt;p class=&quot;para&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class=&quot;para&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p class=&quot;para&quot;&gt;&lt;br /&gt;&lt;/p&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/3001780514258311458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/3001780514258311458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3001780514258311458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3001780514258311458'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/02/i-have-put-hit-tail-on-my-blog.html' title='Hittail'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-6312257361069647351</id><published>2007-02-21T09:21:00.000-08:00</published><updated>2007-02-21T09:28:26.988-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="feedburner"/><category scheme="http://www.blogger.com/atom/ns#" term="google analytics"/><category scheme="http://www.blogger.com/atom/ns#" term="mybloglog"/><category scheme="http://www.blogger.com/atom/ns#" term="stats"/><title type='text'>Site Statistics comparison</title><content type='html'>Currently I have &lt;a href=&quot;http://www.google.com/analytics&quot;&gt;Google Analytics&lt;/a&gt;, &lt;a href=&quot;http://www.mybloglog.com&quot;&gt;Mybloglog&lt;/a&gt; and &lt;a href=&quot;http://www.feedburner.com&quot;&gt;Feedburner&lt;/a&gt; stats enabled on my site here is the data shown by each.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Page Views Comparison&lt;/span&gt;&lt;br /&gt;&lt;div&gt;&lt;table style=&quot;width: 560px; height: 153px;&quot; border=&quot;1&quot; bordercolor=&quot;#ff6666&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;12%&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;20th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;19th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;18th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;17th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;16th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;15th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;14th&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;12%&quot;&gt;Mybloglog&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;12&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;14&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;10&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;9&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;9&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;3&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;4&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;Feedburner&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;10&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;13&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;5&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;10&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;3&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;2&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;13&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;Google Analytics&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;9&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;16&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;7&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;13&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;8&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;2&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;13&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Readers Comparison&lt;/span&gt;&lt;br /&gt;&lt;table style=&quot;width: 558px; height: 110px;&quot; border=&quot;1&quot; bordercolor=&quot;#ff6666&quot; cellpadding=&quot;3&quot; cellspacing=&quot;0&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td width=&quot;12%&quot;&gt;&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;20th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;19th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;18th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;17th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;16th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;15th&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;14th&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td width=&quot;12%&quot;&gt;Mybloglog&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;10&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;6&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;9&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;4&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;8&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;2&lt;br /&gt;&lt;/td&gt;&lt;td width=&quot;12%&quot;&gt;4&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;Feedburner&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;9&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;6&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;3&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;6&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;2&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;2&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;7&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;Google Analytics&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;9&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;8&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;6&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;8&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;6&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;2&lt;br /&gt;&lt;/td&gt;&lt;td style=&quot;vertical-align: top;&quot;&gt;7&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;&lt;br /&gt;I do not know which one needs to be believed. May be the one showing higher number needs to chosen ? Or is it that order of javascript placement in the template matters ? In that case one of the services should consistently showing higher numbers that others. At some point of view I would like to reduce the number of widgets for loading the blog faster. At present it takes more than 6 seconds. I would have liked to have feedburner as both feed stats as well as site stats can be seen at one place. But mybloglog provides a list of offiste clicks which is not provided by google. But google executive summary and geographical representation is not there in other.</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/6312257361069647351/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/6312257361069647351' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6312257361069647351'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/6312257361069647351'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/02/site-statistics-comparison.html' title='Site Statistics comparison'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-213782372794564716</id><published>2007-02-17T10:46:00.001-08:00</published><updated>2007-02-19T09:58:58.139-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogroll"/><category scheme="http://www.blogger.com/atom/ns#" term="criteo autoroll"/><category scheme="http://www.blogger.com/atom/ns#" term="google reader"/><category scheme="http://www.blogger.com/atom/ns#" term="TheGoodBlogs"/><title type='text'>Adding links to similar content</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;&lt;a href=&quot;http://autoroll.criteo.com/&quot;&gt;Criteo&lt;/a&gt; has ended the beta for Autoroll widget and open for everybody. You can add a list of blogs on similar topics ! I added this to my blog and found that the blogs listed had very similar content.&lt;br /&gt;&lt;br /&gt;Here are other ways to&lt;br /&gt;&lt;a href=&quot;http://thegoodblogs.com/&quot;&gt;The Good Blogs&lt;/a&gt; - Provides a widget for adding list of posts. The posts are from other registered members. Note that autoroll just provides a list of blogs not the posts. I have been using this widget for quite sometime, though I am not sure about the relevance of the content, I get quite good number hits from the good blogs.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://autoroll.criteo.com/&quot;&gt;Criteo Autoroll&lt;/a&gt; - Here a list of relevant blogs is shown and again blogs are selected from other listed members. If Criteo can show the blogs, can&#39;t it show the links to posts. I feel this will generate more interests among the readers that just display of blog names.&lt;br /&gt;&lt;br /&gt;In the above case I wonder if these tools consider the search queries that led to the blog, if that is considered the content might be really what users are searching for.I have put both of these widgets side by side so that content can be compared. Both of the above provide stats as well. I guess there are too many providing the site stats ?&lt;br /&gt;&lt;br /&gt;Google Reader - If you are using google reader shared, starred or simply new posts from blogs you read can be displayed listed. Though I find it interesting hardly people click on the widgets I am showing. May be placement is wrong ?&lt;br /&gt;&lt;br /&gt;And then there is good old way of doing it using &lt;a href=&quot;http://www.blogroll.com/&quot;&gt;Blog Roll&lt;/a&gt; where you maintain a list of blogs and that is displayed on your blog.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/213782372794564716/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/213782372794564716' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/213782372794564716'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/213782372794564716'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/02/adding-links-to-similar-content.html' title='Adding links to similar content'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-162605229608230443</id><published>2007-02-03T03:08:00.001-08:00</published><updated>2007-02-03T03:19:43.734-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="copyscape"/><category scheme="http://www.blogger.com/atom/ns#" term="sentinel"/><category scheme="http://www.blogger.com/atom/ns#" term="website plagiarism"/><title type='text'>Website Plagiarism</title><content type='html'>&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;I was trying some of the website plagiarism detectors this what I found. My test case was trying to detect a copy of one of the posts put on my test blog.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.copyscape.com/&quot;&gt;Copyscape&lt;/a&gt; allows you search free of cost on their website. I tried by giving the blog url. There were no results found. Copyscape suggested to search by categories. Then I tried the specific URL of the blog post. I got the matching results. When you click on the results it will open up the page with copied words highlighted in different colors. I am not sure what is the significance of different colors. Here is how it looks like. I guess for premium users automatic alerts generated when copy is found.&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGA7wpzo4gyyktGvp6nJp_HNwIwCLWJagqM3b-HRSPgeIqrv_q64oMFbuqlmBECodeHPP65-mOjrNe3POWmO0U1oTDmnFy9yrqwl24BnIcpSVLZcpbIooOlM4ZRTrRqng5aW88dT_4ZrMn/s1600-h/wp-copyscape.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGA7wpzo4gyyktGvp6nJp_HNwIwCLWJagqM3b-HRSPgeIqrv_q64oMFbuqlmBECodeHPP65-mOjrNe3POWmO0U1oTDmnFy9yrqwl24BnIcpSVLZcpbIooOlM4ZRTrRqng5aW88dT_4ZrMn/s400/wp-copyscape.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5027264853439382130&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Next one was &lt;a href=&quot;http://blogwerx.com/&quot;&gt;Sentinel&lt;/a&gt;. Here I had to create a login. Sentinel is in beta. Couple of days after my registering still it was crawling. But the GUI looks promising. But when I clicked on the links all were taking me to the top of the page.&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYoCy_XDgbvwSwH3ioVAIrjqUPNBA7rf-568NrucNf2tutjHXBU8wUt-rev1z0vhcj7ApAnLHlcX9G4J4wD_p-aq1k1uAhQxtWu3eQ9vTfcYtcq0HoEGLTqhka9Vq8t9w3tL8J1Hnj3v6O/s1600-h/wp-sentinel.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiYoCy_XDgbvwSwH3ioVAIrjqUPNBA7rf-568NrucNf2tutjHXBU8wUt-rev1z0vhcj7ApAnLHlcX9G4J4wD_p-aq1k1uAhQxtWu3eQ9vTfcYtcq0HoEGLTqhka9Vq8t9w3tL8J1Hnj3v6O/s400/wp-sentinel.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5027265708137874050&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/162605229608230443/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/162605229608230443' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/162605229608230443'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/162605229608230443'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/02/website-plagiarism.html' title='Website Plagiarism'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGA7wpzo4gyyktGvp6nJp_HNwIwCLWJagqM3b-HRSPgeIqrv_q64oMFbuqlmBECodeHPP65-mOjrNe3POWmO0U1oTDmnFy9yrqwl24BnIcpSVLZcpbIooOlM4ZRTrRqng5aW88dT_4ZrMn/s72-c/wp-copyscape.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-1806090501406366170</id><published>2007-01-22T10:12:00.001-08:00</published><updated>2007-01-22T10:32:39.945-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blog editor"/><category scheme="http://www.blogger.com/atom/ns#" term="firefox2.0"/><category scheme="http://www.blogger.com/atom/ns#" term="linux"/><category scheme="http://www.blogger.com/atom/ns#" term="performancing"/><title type='text'>Offline Blog Editor - Performancing for Firefox 2.0(On Linux)</title><content type='html'>I was searching for a blogging tool which can be used for off line editing of the posts and finally put it on to blogger. This way whenever I am browsing I can take notes and turn them into blogs later on. There is  always a backup of the post and if you are shifting from one blog provider to another you can post from the local archive. I got the list of linux based off line blog editors from &lt;a href=&quot;http://andreasjaeger.blogspot.com/2006/07/searching-for-offline-blog-editors.html&quot;&gt;Andrea&#39;s Blog&lt;/a&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioPRtKmZLc3evrV5HODQbKjZ5siGyz3I_AXWSjD00UsCEwqal9x6HfSJxe9GbEa8_njGkLOoU-IiRygnmGzxbKmwneUEPlLXfe5plbeca5F5bGu8KO938PyrZ6CGXynjxC_A9kqeht6ikx/s1600-h/Screenshot-Post+Blog+Entry.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 206px; height: 198px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioPRtKmZLc3evrV5HODQbKjZ5siGyz3I_AXWSjD00UsCEwqal9x6HfSJxe9GbEa8_njGkLOoU-IiRygnmGzxbKmwneUEPlLXfe5plbeca5F5bGu8KO938PyrZ6CGXynjxC_A9kqeht6ikx/s320/Screenshot-Post+Blog+Entry.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5022922001552998834&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;When I tried to use &lt;a href=&quot;http://www.larryborsato.com/bleezer/&quot;&gt;bleezer&lt;/a&gt; java threw exception. May be it does not work with gnu java. Gnome-blog-poster (Picure on the right) was pretty much rudimentary editing options for changing the font size and including the link. I could not try out &lt;a href=&quot;http://www.dropline.net/drivel/&quot;&gt;Drivel&lt;/a&gt; as it did not connect to Blogger 2.0. It provides option to post to livejournal as well.&lt;br /&gt;&lt;br /&gt;Next I tried installing &lt;a href=&quot;http://performancing.com/firefox&quot;&gt;Performancing&lt;/a&gt;&lt;br /&gt;when I tried for the first time blogger was throwing parsing exception later i could post the same content. ( This time I faced the same issue it was due to img tag that was being and I had include that in embed tag)&lt;br /&gt;&lt;b&gt;What is available&lt;/b&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidGFCESsku9BWx2qWCko_q0wtKApI1XENZnqsj08fiStJ6GBjn3DtLRxGiLA1YIgSfM_MZVGLXnU7QseNT-ZTuK4NAdkg5PcaNemm9EeK9WIpMT0nem4iDqJjkBiM-vbcA-lnUsCrVH8Y6/s1600-h/performancing-format.jpg&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEidGFCESsku9BWx2qWCko_q0wtKApI1XENZnqsj08fiStJ6GBjn3DtLRxGiLA1YIgSfM_MZVGLXnU7QseNT-ZTuK4NAdkg5PcaNemm9EeK9WIpMT0nem4iDqJjkBiM-vbcA-lnUsCrVH8Y6/s320/performancing-format.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5022921387372675490&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;It provides the most used options(image on right side with the options) for editing&lt;/li&gt;&lt;li&gt;Post can be draft or published directly&lt;/li&gt;&lt;li&gt;It saves a history of the posts and there can be notes which can be converted to posts at a later point.&lt;/li&gt;&lt;li&gt;Post can be bookmarked at delicious&lt;/li&gt;&lt;li&gt;Can include Technorati tags. But as Blogger 2.0 supporting technorati tags need not be inserted explicitly. &lt;a href=&quot;http://technorati.com/help/tags.html&quot;&gt;Read more&lt;/a&gt;&lt;/li&gt;&lt;li&gt;One can edit HTML and preview&lt;/li&gt;&lt;li&gt;Categories can be managed in similiar fashion to &lt;a href=&quot;http://wordpress.com/&quot;&gt;wordpress&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;b&gt;What I could not do&lt;br /&gt;&lt;/b&gt;&lt;ul&gt;&lt;li&gt;Blogger is yet to support APIs for posting images. So images can not be uploaded. If you need to post a image, blog has to be posted as draft and then edit and post it.&lt;/li&gt;&lt;li&gt;I did not know that to use trackbacks you will have to use some tools. Performancing allows to add trackbacks. I got &lt;a href=&quot;http://www.shaicoggins.com/index.php/weblog/teaching_and_learning_trackbacks/&quot;&gt;Shai&#39;s site&lt;/a&gt; to test the trackbacks but it did not get reflected in her blog. not sure if it was because of some sort moderation on trackbacks. If this works this would be one of the features that is not available when you use blogger editor.&lt;/li&gt;&lt;/ul&gt;&lt;a href=&quot;http://blogaddinstestbed.blogspot.com/&quot;&gt;Link to test Blog&lt;/a&gt;&lt;br /&gt;&lt;b&gt;What is badly needed&lt;br /&gt;&lt;/b&gt;While writing this post twice I lost the content as once by mistake i clicked on clear content (There was no warning) and once i clicked on the history and both times I lost whatever was unsaved content without warning. Warning is necessary before changing but auto save will be really nice !&lt;br /&gt;&lt;br /&gt;I also tried to see the trends about the performancing. Here is what is got from technorati&lt;br /&gt;Posts that contain &lt;a href=&quot;http://technorati.com/search/performancing&quot;&gt;Performancing&lt;/a&gt; per day for the last 30 days.&lt;br /&gt;&lt;a href=&quot;http://technorati.com/search/performancing&quot;&gt;&lt;embed&gt;&lt;img src=&quot;http://technorati.com/chartimg/%28performancing%29?totalHits=68288&amp;size=s&amp;amp;days=30&quot; style=&quot;border: 0pt none ; width: 347px; height: 192px;&quot; alt=&quot;Technorati Chart&quot; /&gt;&lt;/embed&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://technorati.com/chart/performancing&quot;&gt;Get your own chart!&lt;/a&gt;&lt;br /&gt;But this may not be an indicator of buzz around performancing blog editor because performancing also owns other things such as metrics and advertising as well. By default at the end of the post, performancing puts link to indicate created through performancing. When I searched technorati for performancing all the posts containing these wording - &quot;powered by performancing&quot; showed up though it may not be a post on performancing. So can this be an indicator to show how many people use this tool ? That may not be the case  becuase all may not be posting daily. Otherwise it would have 200-300 people posting using performancing which I feel is very less. (Note : the similar search on &lt;a href=&quot;http://blogsearch.google.com/&quot;&gt;Google Blog search&lt;/a&gt; provided better results which had relevant posts on Performancing)&lt;br /&gt;The picture provided  by &lt;a href=&quot;http://www.blogpulse.com/trend?query1=performancing&amp;label1=&amp;amp;query2=&amp;label2=&amp;amp;query3=&amp;label3=&amp;amp;days=60&amp;x=40&amp;amp;y=6&quot;&gt;blogpulse&lt;/a&gt; was entirely different with a wide fluctuations&lt;br /&gt;&lt;br /&gt;Overall performancing is good offline blog editor when it comes to bloggers on linux !&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/1806090501406366170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/1806090501406366170' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/1806090501406366170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/1806090501406366170'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/01/offline-blog-editor-performancing-for.html' title='Offline Blog Editor - Performancing for Firefox 2.0(On Linux)'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioPRtKmZLc3evrV5HODQbKjZ5siGyz3I_AXWSjD00UsCEwqal9x6HfSJxe9GbEa8_njGkLOoU-IiRygnmGzxbKmwneUEPlLXfe5plbeca5F5bGu8KO938PyrZ6CGXynjxC_A9kqeht6ikx/s72-c/Screenshot-Post+Blog+Entry.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-2770649420321449683</id><published>2007-01-20T03:19:00.000-08:00</published><updated>2007-01-20T03:48:00.661-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger hack"/><category scheme="http://www.blogger.com/atom/ns#" term="highlight"/><category scheme="http://www.blogger.com/atom/ns#" term="search"/><title type='text'>Blogger Hack - Highlight Search Words</title><content type='html'>Nearly 2 months since I started this blog and finally I have started getting some organic page views through google. So I created a blogger hack which highlights the search words whenever somebody visits the page through google search. Its not highly tested and major work needs to be done on finding the search words from referring URL. The limitations are&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Currently supports only google search (includes google blog search). Though I saw that basic difference between yahoo and google is usage of p instead of q for the query input.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Parsing search words supports only basic type of queries. It does not supports queries with quotes(just found this one) or any other specialized searches. I am searching for already written code for this.&lt;/li&gt;&lt;li&gt;Although it supports only blogger, it should be easy to modify. Change would be the way it gets the post body elements.&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Here is the code. I will have to see how to avoid the br in the text area. Also how to show the script tags. As blogger gave warning I had to remove.&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;style&amp;gt;&lt;br /&gt;       .highlighted {&lt;br /&gt;           background-color :#FFFF00&lt;br /&gt;       } &lt;br /&gt;   &amp;gt;/style&amp;lt;&lt;br /&gt;&lt;br /&gt;   &amp;lt;script&amp;gt;&lt;br /&gt;       function goDeep( node) {&lt;br /&gt;         &lt;br /&gt;            if (node.nodeName == &#39;a&#39; ||&lt;br /&gt;               node.nodeName == &#39;img&#39; ||&lt;br /&gt;               node.nodeName == &#39;BR&#39; ) {&lt;br /&gt;               return;&lt;br /&gt;            }&lt;br /&gt;            if ( node.nodeName == &#39;#text&#39;) {&lt;br /&gt;               if ( node.parentNode.className == &#39;highlighted&#39; ) {&lt;br /&gt;                   return;&lt;br /&gt;               }&lt;br /&gt;               processTextNode(node);&lt;br /&gt;             &lt;br /&gt;            } else {&lt;br /&gt;               for(var i=0; i &lt; node.childNodes.length; i++) {                    &lt;br /&gt;   goDeep(node.childNodes[i]);                &lt;br /&gt;               }             &lt;br /&gt;            }                        &lt;br /&gt;         }         &lt;br /&gt;       function wholefunc() {&lt;br /&gt;&lt;br /&gt;           if (!document.referrer ) {&lt;br /&gt;               return;&lt;br /&gt;           }&lt;br /&gt;&lt;br /&gt;           var url = document.referrer;&lt;br /&gt;&lt;br /&gt;           var isGoogle = url.match(&quot;google&quot;);&lt;br /&gt;           var qStrs;&lt;br /&gt;           if ( isGoogle == &quot;google&quot; ) {&lt;br /&gt;               var qReg = new RegExp(&quot;q=[\\w\+]+&quot;,&quot;i&quot;);&lt;br /&gt;               var qMatch = url.match(qReg);&lt;br /&gt;               qStrs = qMatch[0].substring(2,qMatch[0].length).split(&quot;\+&quot;);&lt;br /&gt;           }&lt;br /&gt;           if (qStrs == null) {&lt;br /&gt;               return;&lt;br /&gt;           }&lt;br /&gt;&lt;br /&gt;           var mStr = qStrs[0];&lt;br /&gt;           for(var i=1; i &lt; qStrs.length ; i++) {&lt;br /&gt;               mStr += &#39;|&#39;+qStrs[i];&lt;br /&gt;           }&lt;br /&gt;&lt;br /&gt;           mReg = new RegExp(mStr,&quot;ig&quot;);&lt;br /&gt;&lt;br /&gt;           var allDivs = document.getElementsByTagName(&#39;div&#39;);&lt;br /&gt;           for(var i=0; i &lt; allDivs.length; i++) {&lt;br /&gt;               if ( allDivs[i].className == &#39;post-body&#39;) {&lt;br /&gt;                   for(var j=0; j &lt; allDivs[i].childNodes.length; j++){&lt;br /&gt;                      goDeep(allDivs[i].childNodes[j]);&lt;br /&gt;                   }&lt;br /&gt;               }&lt;br /&gt;           } // All div loop&lt;br /&gt;       } // end of whole func&lt;br /&gt;&lt;br /&gt;       function processTextNode (currNode) {&lt;br /&gt;&lt;br /&gt;           matches = currNode.nodeValue.match(mReg)&lt;br /&gt;&lt;br /&gt;           while( matches != null ) {&lt;br /&gt;               var sNode = currNode.splitText(currNode.nodeValue.indexOf(matches[0]));&lt;br /&gt;               var tNode = sNode.splitText(matches[0].length);&lt;br /&gt;               var felm = document.createElement(&#39;font&#39;);&lt;br /&gt;               felm.className = &#39;highlighted&#39;;   &lt;br /&gt;               felm.appendChild(sNode);&lt;br /&gt;               currNode.parentNode.insertBefore(felm,tNode);&lt;br /&gt;               matches = tNode.nodeValue.match(mReg);&lt;br /&gt;               currNode = tNode;&lt;br /&gt;           }&lt;br /&gt;&lt;br /&gt;       }&lt;br /&gt;       var mReg;&lt;br /&gt;       wholefunc();&lt;br /&gt;   &amp;lt;/script&amp;gt;&lt;/pre&gt;&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/2770649420321449683/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/2770649420321449683' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/2770649420321449683'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/2770649420321449683'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/01/blogger-hack-highlight-search-words.html' title='Blogger Hack - Highlight Search Words'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-4240982040185468692</id><published>2007-01-18T09:28:00.000-08:00</published><updated>2007-01-18T09:52:57.974-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blogger hack"/><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="freshblog"/><category scheme="http://www.blogger.com/atom/ns#" term="haloscan"/><title type='text'>Blogger widgets wish list</title><content type='html'>I wish if blogger could provide following widgets for adding to blog.&lt;br /&gt;&lt;br /&gt;1. Previous  and Next post links  -  Though there are couple of hacks available they are very much dependent upon blogging frequency ? Its not straight forward. Setup archive etc etc. I checked the GData API&#39;s and found that data returned by blogger is not in any order and the entry ids looked like random numbers so I suppose based on time the blog post need to be searched and displayed.&lt;br /&gt;Here is one of the hacks from freshblog &lt;a href=&quot;http://blogfresh.blogspot.com/2006/04/blog-navigator-previous-and-next-post.html&quot;&gt;Blog navigator next and previous links&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2. Related articles - I see lot of people using it and wordpress has plugin for this.&lt;br /&gt;&lt;a href=&quot;http://hoctro.blogspot.com/2007/01/killer-hack-related-articles-by-labels.html&quot;&gt;Hoctro&#39;s place has a hack available&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3. Ability to add trackbacks - For the time being I am using &lt;a href=&quot;http://www.haloscan.com&quot;&gt;haloscan&lt;/a&gt; which provides real easy way of doing it. Download the template from blogger upload to haloscan, get the modified template and post it to blogger.  But you will have to use haloscan for managing comments as well. Many people used to suggest haloscan as if you were move away from blogger, comments will still show up in the new blog through haloscan. With blogger allowing redirection to custom domains, it may not be good idea to have posts at one place and comments at another place.&lt;br /&gt;&lt;br /&gt;4. Recent Comments widget - Though I do not have comments now, I am optimistic that this blog will have some discussion at some point of time :). I checked the haloscan already provides this widget.&lt;br /&gt;&lt;a href=&quot;http://blogfresh.blogspot.com/2005/08/blogger-hacks-series.html&quot;&gt;freshblog  &lt;/a&gt;lists 4 hacks available  under this category !</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/4240982040185468692/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/4240982040185468692' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/4240982040185468692'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/4240982040185468692'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/01/blogger-widgets-wish-list.html' title='Blogger widgets wish list'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-5053431081847598671</id><published>2007-01-11T08:27:00.000-08:00</published><updated>2007-01-11T09:07:46.682-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="blog directory"/><category scheme="http://www.blogger.com/atom/ns#" term="blogarama"/><category scheme="http://www.blogger.com/atom/ns#" term="blogcatalog"/><category scheme="http://www.blogger.com/atom/ns#" term="blogflux"/><category scheme="http://www.blogger.com/atom/ns#" term="blogrankings"/><category scheme="http://www.blogger.com/atom/ns#" term="blogtopsites"/><category scheme="http://www.blogger.com/atom/ns#" term="globeofblogs"/><title type='text'>Blog Directories</title><content type='html'>Blog directories provide a listing of blogs. All of the blog directories have manual check in place to avoid blogs which are created just for the purpose of advertising or promoting products. I went through 6 of these and also submitted my site, some I got added and for one(blogflux) I was not added and for one I am awaiting reply.&lt;br /&gt;What are the features provided by these apart from  providing a valuable back link (I read somewhere today that back links from a site having google page rank of 4 and above are being sold for around $20)?&lt;br /&gt;PS - &lt;a href=&quot;http://rankwhere.com/google-page-rank.php&quot;&gt;rankwhere.com&lt;/a&gt; was used for finding the Google Page Rank (GPR)&lt;br /&gt;&lt;a href=&quot;http://www.blogflux.com/&quot;&gt;Blogflux&lt;/a&gt;  - &lt;span style=&quot;font-weight: bold;&quot;&gt;GPR&lt;/span&gt; - 7  &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogs Listed&lt;/span&gt; - 25681&lt;br /&gt;- Apart from the directory, blogflux provides button maker, feed reader, widgets for map stats, page rank checker, analytics. Directory can be searched using tags, language and country.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogtopsites.com/&quot;&gt;Blog Top Sites&lt;/a&gt; - &lt;span style=&quot;font-weight: bold;&quot;&gt;GPR&lt;/span&gt; - 7 &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogs Listed&lt;/span&gt; - Not known&lt;br /&gt;- Using the javascript embedded in the site, submitted blogs are ranked.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogcatalog.com/&quot;&gt;BlogCatalog&lt;/a&gt; - &lt;span style=&quot;font-weight: bold;&quot;&gt;GPR&lt;/span&gt; - 0  &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogs Listed&lt;/span&gt; - 30788&lt;br /&gt;- Browse by category and based on tags.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogrankings.com/&quot;&gt;BlogRankings&lt;/a&gt; - &lt;span style=&quot;font-weight: bold;&quot;&gt;GPR&lt;/span&gt; - 7 &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogs Listed&lt;/span&gt; - 10230&lt;br /&gt;- Search by newest, popular and top rated.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.blogarama.com/&quot;&gt;Blogarama&lt;/a&gt; - &lt;span style=&quot;font-weight: bold;&quot;&gt;GPR&lt;/span&gt; - 0 &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogs Listed&lt;/span&gt; - 39027&lt;br /&gt;- Browse by category.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.globeofblogs.com/&quot;&gt;GlobeOfBlogs&lt;/a&gt; - &lt;span style=&quot;font-weight: bold;&quot;&gt;GPR&lt;/span&gt; - 7 &lt;span style=&quot;font-weight: bold;&quot;&gt;Blogs Listed&lt;/span&gt; - 52740&lt;br /&gt;- Different ways to search such as search by birth date of author, title, location&lt;br /&gt;&lt;br /&gt;Here is the traffic rank comparison as per &lt;a href=&quot;http://www.alexa.com/&quot;&gt;Alexa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQ9fae8ddEoqTXrlGtfIkYky5vfE93SfSpkbhozbo6-yXtrcZc3gK_j7v75NSD8sLp-6UpAnqfP4yN4ocqMK4tD2n8R2C8fZxqjzq4VqCZuewLIuEzavDo7fckqpV2YcS58DcVDARPu8ms/s1600-h/blogDirTraffic.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 539px; height: 345px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQ9fae8ddEoqTXrlGtfIkYky5vfE93SfSpkbhozbo6-yXtrcZc3gK_j7v75NSD8sLp-6UpAnqfP4yN4ocqMK4tD2n8R2C8fZxqjzq4VqCZuewLIuEzavDo7fckqpV2YcS58DcVDARPu8ms/s320/blogDirTraffic.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5018815239723909394&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href=&quot;http://www.alexa.com/data/details/traffic_details?site0=blogflux.com&amp;site1=blogtopsites.com&amp;amp;site2=blogcatalog.com&amp;site3=blogrankings.com&amp;amp;site4=blogarama.com&amp;y=r&amp;amp;z=1&amp;h=300&amp;amp;w=500&amp;range=6m&amp;amp;size=Medium&amp;url=blogflux.com&quot;&gt;Permanent link for the above Graph&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Observations -&lt;/span&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Its surprising that couple of the blog directories have Google Page Rank of 0&lt;/li&gt;&lt;li&gt;Looking at the traffic more the features provide apart from the just categorization, more will be the traffic. When it comes to traffic blogflux is leading and it is the one provides many other provisions than just listing. On the long run can these directories sustain by just providing the categorization of the blogs? I guess some are already coming with interesting search options such as search by birth date of the author.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;None of these directories making the data available through APIs. I guess when so much of effort is put to collect the data, if it is made available through APIs it can help apps and widgets around the blog directories. Otherwise these may remain mere directories for which people come to just submit the data.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.technorati.com&quot;&gt;Technorati&lt;/a&gt; claims that there 55 million blogs. But the maximum number of blogs that is listed in one directory is just 52740 that is one thousandth of the existing number of blogs. But these directories include even manual check to make sure that only serious blogs are listed. For example blogflux mandates that the blogs should have at least 5 posts and 7 days old.&lt;/li&gt;&lt;li&gt;All of the blog directories request for back link but do not mandate. But blogaram mentions providing a back link will increase the rankings of the blog.&lt;/li&gt;&lt;/ol&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/5053431081847598671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/5053431081847598671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/5053431081847598671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/5053431081847598671'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/01/blog-directories.html' title='Blog Directories'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQ9fae8ddEoqTXrlGtfIkYky5vfE93SfSpkbhozbo6-yXtrcZc3gK_j7v75NSD8sLp-6UpAnqfP4yN4ocqMK4tD2n8R2C8fZxqjzq4VqCZuewLIuEzavDo7fckqpV2YcS58DcVDARPu8ms/s72-c/blogDirTraffic.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4642323855337054294.post-3837150611175711511</id><published>2007-01-08T09:31:00.000-08:00</published><updated>2007-01-08T09:54:33.817-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="babel fish"/><category scheme="http://www.blogger.com/atom/ns#" term="blogging tools"/><category scheme="http://www.blogger.com/atom/ns#" term="google translator"/><category scheme="http://www.blogger.com/atom/ns#" term="translation"/><title type='text'>How to add translators your blog ?</title><content type='html'>There many services which can translate your blog and show. On click of the button the page gets translated and shown to the user. I came across two of this services.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.altavista.com/help/free/free_searchbox_transl&quot;&gt;Babel Fish of Altavista&lt;/a&gt; - Which provides translation in English, German, Spanish, French, Italian and&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;http://us.i1.yimg.com/us.yimg.com/i/us/av/i/af/trans_en.gif%20&quot;&gt;&lt;img style=&quot;margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 94px; height: 115px;&quot; src=&quot;http://us.i1.yimg.com/us.yimg.com/i/us/av/i/af/trans_en.gif&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt; Portugese and by adding javascript which generates the image like below. When the user clicks on the country flag, the page is translated to that language.&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://translate.google.com/&quot;&gt;Google Translator&lt;/a&gt; - has more languages supported but does not provide widgets to add translation to the page. There multiple hacks available.&lt;br /&gt;a) &lt;a href=&quot;http://labnol.blogspot.com/&quot;&gt;Amit Agarwal&lt;/a&gt; provides a way to add flags at &lt;a href=&quot;http://labnol.blogspot.com/2005/11/add-language-translation-to-website.html&quot;&gt;Add Language Translation to your Website - Tutorial&lt;/a&gt;&lt;br /&gt;b) &lt;a href=&quot;http://dailydose4me.blogspot.com/&quot;&gt;Mani Karthik&lt;/a&gt; provides an alternate version using which you can add drop down box&lt;br /&gt;at &lt;a href=&quot;http://haloscan.com/tb/manikuttan/2982861334280192549&quot; title=&quot;external link&quot;&gt; Google translator plugin for blogger&lt;/a&gt; ; I preferred this one to displaying too many flags.&lt;br /&gt;&lt;br /&gt;As I got the error document.nav does not have properties, I have made small changes to code provided by Mani Karthik and changed the language text to respective languages. Below is the code you can use for blogger. &lt;span style=&quot;font-weight: bold;&quot;&gt;Remember to change the my blog URLs to your own URL&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;textarea style=&quot;width: 500px; height: 275px;&quot;&gt;&lt;div&gt;&lt;br /&gt;&lt;select id=&quot;SelectURL&quot; onchange=&quot;document.location.href=document.getElementById(&#39;SelectURL&#39;).options[document.getElementById(&#39;SelectURL&#39;).selectedIndex].value&quot;&gt;&lt;option selected=&quot;selected&quot; value=&quot;http://google.com/translate?langpair=en%7Cen&amp;u=http://blogaddins.blogspot.com&quot;&gt;Translate this blog&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Ces&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;u=http://blogaddins.blogspot.com&quot;&gt;español&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Cit&amp;u=http://blogaddins.blogspot.com&quot;&gt;Italiano&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Cfr&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;u=http://blogaddins.blogspot.com&quot;&gt;Français&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Cpt&amp;u=http://blogaddins.blogspot.com&quot;&gt;Portuguese&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Car&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;u=http://blogaddins.blogspot.com&quot;&gt;العربية&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Cja&amp;u=http://blogaddins.blogspot.com&quot;&gt;   日本語&lt;/option&gt;&lt;option value=&quot;http://google.com/translate?langpair=en%7Cko&amp;amp;u=http://blogaddins.blogspot.com&quot;&gt;    한국어&lt;/option&gt;&lt;/select&gt;&lt;/div&gt;&lt;/textarea&gt;&lt;br /&gt;&lt;br /&gt;I guess these features should be provided in blog feeds and mails !!</content><link rel='replies' type='application/atom+xml' href='http://blogaddins.blogspot.com/feeds/3837150611175711511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/4642323855337054294/3837150611175711511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3837150611175711511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4642323855337054294/posts/default/3837150611175711511'/><link rel='alternate' type='text/html' href='http://blogaddins.blogspot.com/2007/01/how-to-add-translators-your-blog.html' title='How to add translators your blog ?'/><author><name>Nbhat</name><uri>http://www.blogger.com/profile/06685696692224074084</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://lh3.google.com/image/nbhatt/Rg_QtNGvGrI/AAAAAAAAAP4/L-d2QmLCm_o/s144/self.jpg'/></author><thr:total>0</thr:total></entry></feed>