<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10titles.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemtitles.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" gd:etag="W/&quot;DU4HRXo7cCp7ImA9WxBTGUg.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780</id><updated>2009-12-16T15:50:34.408+05:45</updated><title>Geshan's Blog</title><subtitle type="html">&lt;b&gt;&lt;u&gt;Geshan Manandhar's Blog, Drupal, Technology, Programming and Reviews.&lt;/u&gt;&lt;/b&gt;</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://geshan.blogspot.com/" /><link rel="hub" href="http://pubsubhubbub.appspot.com/" /><link rel="next" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default?start-index=26&amp;max-results=25&amp;redirect=false&amp;v=2" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>147</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/GeshansBlog" /><feedburner:emailServiceId>GeshansBlog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FGeshansBlog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FGeshansBlog" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FGeshansBlog" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/GeshansBlog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FGeshansBlog" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FGeshansBlog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FGeshansBlog" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry gd:etag="W/&quot;DE4CQX4-cSp7ImA9WxNbE04.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-5780436056997215609</id><published>2009-11-16T07:39:00.002+05:45</published><updated>2009-11-16T07:47:40.059+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-16T07:47:40.059+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><category scheme="http://www.blogger.com/atom/ns#" term="CodeMode" /><title>Control book outline form and menu for specified Drupal node types</title><content type="html">Drupal has a good potential to be used as a blog, forum (some what), wiki or any other dedicated web application or combination of two or more services. Drupal as a wiki, out of the box is a little weird. Problem is &lt;a href="http://drupal.org/" target="_blank"&gt;Drupal&lt;/a&gt; organizes wiki as book pages and books and book pages are related. Some people might not agree that book node/content type is a form of wiki but they can be used as one.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Problem: &lt;/h3&gt;The problem using Drupal book module and book pages as wiki is, the book page module adds book outline form part and the book outline menu as node/x/outline to all node types. All the node types do not need to be part of a book/wiki page. So this is the awkward part. I had to develop an application that had a wiki as a part with blogs and events as other services. So I faced this problem.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;The Search: &lt;/h3&gt;Then I searched for the solution to show book outline form part and the book outline module in only specified Drupal nodes/content types. At the d.o (I hear this in all screencasts and podcasts - its Drupal.org ;) ) site I found this node: &lt;a href="http://drupal.org/node/251798" target="_blank"&gt;http://drupal.org/node/251798&lt;/a&gt; - and a code snippet by &lt;a href="http://drupal.org/user/78454" target="_blank"&gt;mooffie&lt;/a&gt;. But the code was very basic and not configurable or flexible.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;A Simple Move:&lt;/h3&gt;I decided to use the code as it was a solution to my problem but also thought to make a configurable module out of it. So the module is called nobookoutline now, I have not put it in d.o as I'm not confident of getting a CVS account :). Here is the download &lt;a href="http://www.mediafire.com/file/tmztxnyywwy/nobookoutline.zip" target="_blank"&gt;link&lt;/a&gt; for the module.&lt;br /&gt;
&lt;h3&gt;The Solution: &lt;/h3&gt;The module provides a user interface to select which node/content types you want to show the book outline form and /outline menu option to. Below is the screen-shot of the page you can see in Admin&amp;gt;&amp;gt; Content&amp;gt;&amp;gt; Book Outline Settings after you download and enable the module and login as site admin. you can access the page by going to&amp;nbsp; admin/content/nobookoutline.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SwCusTXoQkI/AAAAAAAABKQ/V7Gxj-jdxzw/s1600/nobookoutline01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCyqYsu3PI/AAAAAAAABKo/7KGk8s5CL0o/s1600/nobookoutline01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="213" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCyqYsu3PI/AAAAAAAABKo/7KGk8s5CL0o/s320/nobookoutline01.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
After you select the appropriate node types and click save the book outline form and the menu node/x/outline will only appear on the desired node types. Like below:&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCvJGIrKII/AAAAAAAABKY/gpAv2_4kCek/s1600/nobookoutline03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCsPDfzknI/AAAAAAAABKI/iZnH8ynUYV0/s1600/nobookoutline02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCsPDfzknI/AAAAAAAABKI/iZnH8ynUYV0/s400/nobookoutline02.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Below is a book node that has outline, other nodes will not have the outline menu unless they are selected in the configuration page.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCvZsM9VKI/AAAAAAAABKg/cJodDnhPCa0/s1600/nobookoutline04.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCvZsM9VKI/AAAAAAAABKg/cJodDnhPCa0/s320/nobookoutline04.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
The book outline menu appears only for selected node types.&lt;br /&gt;
&lt;br /&gt;
&lt;h3&gt;Edited Code:&lt;/h3&gt;The code has been edited to accommodate the new configuration page and here is a snippet below:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="php" name="code"&gt;&amp;lt;?php


/**
 * Implementation of hook_form_alter
 * @param $form
 * @param $form_state
 * @param $form_id
 * @return NULL
 */
function nobookoutline_form_alter(&amp;amp;$form, $form_state, $form_id) {
  
   if (isset($form['#node']) &amp;amp;&amp;amp; $form_id == $form['#node']-&amp;gt;type .'_node_form') {
      $node = $form['#node'];      
      // If it's not a book node, remove the Book Outline box:
      // now get settings as set.
      $nodetypes = variable_get('form_nobookoutline_nodetypes', array('book'));
      if(!in_array($node-&amp;gt;type, $nodetypes)) {
        $form['book']['#access'] = FALSE;
      }
   }
}


/**
 * implementation of hook_menu_alter
 * @param $callbacks
 * @return unknown_type
 */
function nobookoutline_menu_alter(&amp;amp;$callbacks) {
  // We install our own access callback to check if node is book type
  $callbacks['node/%node/outline']['access callback'] = '_nobookoutline_restrict_outline_tab';
}

// Additional access control for the 'Outline' tab: don't show for non 'book' nodes...
function _nobookoutline_restrict_outline_tab($node) {
  $nodetypes = variable_get('form_nobookoutline_nodetypes', array('book'));
  
  if(!in_array($node-&amp;gt;type, $nodetypes)) {
     
    return FALSE;
  }
  // Delegate to the original access callback:
  return _book_outline_access($node);
}


?&amp;gt;

&lt;/pre&gt;&lt;br /&gt;
What the code does is, it just restricts access to the form part and the menu link.&lt;br /&gt;
&lt;h3&gt;Conclusion&lt;/h3&gt;The module can be made better with permissions but is functional enough for now. Hope it solves your problem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Using Drupal as a wiki will not be a big deal if this minor issue is resolved. Happy Drupalling. &lt;br /&gt;
&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-5780436056997215609?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/xhNwAOG_heNYtLy1pQXL94A_rro/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xhNwAOG_heNYtLy1pQXL94A_rro/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/xhNwAOG_heNYtLy1pQXL94A_rro/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/xhNwAOG_heNYtLy1pQXL94A_rro/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LkcqBvGR-38:fhxqSVBzZGQ:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LkcqBvGR-38:fhxqSVBzZGQ:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LkcqBvGR-38:fhxqSVBzZGQ:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LkcqBvGR-38:fhxqSVBzZGQ:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LkcqBvGR-38:fhxqSVBzZGQ:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/LkcqBvGR-38" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/5780436056997215609/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=5780436056997215609&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/5780436056997215609?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/5780436056997215609?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/LkcqBvGR-38/control-book-outline-form-and-menu-for.html" title="Control book outline form and menu for specified Drupal node types" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SwCyqYsu3PI/AAAAAAAABKo/7KGk8s5CL0o/s72-c/nobookoutline01.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/11/control-book-outline-form-and-menu-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkcGSHo_fyp7ImA9WxNUGEs.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-5327707111584686822</id><published>2009-11-09T08:45:00.011+05:45</published><updated>2009-11-10T21:32:09.447+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-11-10T21:32:09.447+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial" /><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><category scheme="http://www.blogger.com/atom/ns#" term="CodeMode" /><title>Show Drupal blocks only on specific pages with PHP code</title><content type="html">&lt;p&gt;Drupal blocks are the basic building elements of any Drupal page. Blocks are placed in block regions and they serve different purposes from showing a list of elements even to show a picture or a video.&lt;/p&gt;&lt;p&gt;Menus of the &lt;a href="http://drupal.org/" target="_blank"&gt;Drupal&lt;/a&gt; system are also blocks of special kind that show links to other drupal nodes/pages/url or external links.&lt;b&gt; (I assume that you know about drupal blocks and how they can be shown or hidden on basic given conditions and also you have some knowledge of php.)&lt;/b&gt;&lt;/p&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SveLLq4zKiI/AAAAAAAABJw/UgGoCjGvzyk/s1600-h/page_specific_php_01.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="218" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SveLLq4zKiI/AAAAAAAABJw/UgGoCjGvzyk/s320/page_specific_php_01.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;Having a look at a block's configuration page (Site Building &amp;gt;&amp;gt; Blocks &amp;gt;&amp;gt; List) and clicking configure aside one of the block descriptions there are various ways to control the visibility of a particular Drupal block.Some are let users control what they see, to show only to block to only specific roles.&lt;/p&gt;&lt;br /&gt;
&lt;h4&gt;The Need&lt;/h4&gt;&lt;p&gt;In page specific visibility the first two options are quite clear, you want to show a particular block in some url and its sub URL like setting to option 2 : "Show on only the listed pages." and typing the following on pages:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;blog - will show the block on siteURL/blog page only&lt;/li&gt;
&lt;li&gt;blog/* - will show the block on siteURL/blog/any url - pages&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;But what if I want to show a block in one node type (or content type), then the need to choose the third option "Show if the following PHP code returns TRUE (PHP-mode, experts only)." arises.&amp;nbsp; It does not need expert knowledge.&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h4&gt;Scenario 1: For node types&lt;/h4&gt;&lt;p&gt;After selecting the third option on "Page specific visibility settings", the logic is quite simple if TRUE is returned the block is shown if FALSE is returned the block is hidded from display. Lets say I want to see a the block only on story content type, then I can do it by pasting the code below on the PHP code option in page specific visibility settings.&lt;/p&gt;&lt;br /&gt;
&lt;pre class="php" name="code"&gt;  &amp;lt;?php
  // Only show if $return is true
  $return = FALSE;

  // Match current node type with story
  if ( (arg(0) == 'node') &amp;amp;&amp;amp; is_numeric(arg(1)) )  {
    $nid = arg(1);
    $node = node_load($nid);
    $type = $node-&amp;gt;type;
    if($type == "story") {
       $return = TRUE;
    }
  }
  
  return $return;
  ?&amp;gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;b&gt;In action:&lt;/b&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SveLRyAJ8jI/AAAAAAAABJ4/KffC5hbtvXc/s1600-h/page_specific_php_02.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="317" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SveLRyAJ8jI/AAAAAAAABJ4/KffC5hbtvXc/s320/page_specific_php_02.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;You can further enhance it with multiple node types with use of the &lt;a href="http://php.net/manual/en/function.in-array.php" target="_blank"&gt;in_array()&lt;/a&gt; php function to show multiple node types. Or tweak it to fit your custom needs.&lt;/p&gt;&lt;br /&gt;
&lt;h4&gt;Scenario 2: For OG (Group) nodes&lt;/h4&gt;&lt;p&gt;I had yet another problem I needed to show some specific blocks like group calendar, group blogs only to OG - Group nodes and only to group members. So I digged into the OG module and found two very good functions, they are:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;i&gt;og_get_group_context(): &lt;/i&gt;Used for things like setting current theme and breadcrumbs.&amp;nbsp; - Check og module for more information or see it &lt;a href="http://drupalcontrib.org/api/function/og_get_group_context" target="_blank"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;o&lt;i&gt;g_is_group_member():&lt;/i&gt; Check a user's membership in a group. More &lt;a href="http://drupalcontrib.org/api/function/og_is_group_member/6" target="_blank"&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;So using these two functions I can show a block only when a group node is loaded and only to the group's members with the code below:&lt;/p&gt;&lt;br /&gt;
&lt;pre class="php" name="code"&gt;&amp;lt;?php
  $return  = FALSE;
  
  if ($groupnode = og_get_group_context()) {
        if(og_is_group_member($groupnode-&amp;gt;nid)) {
          $return = TRUE;
      }
  }
  
  return $return;
 ?&amp;gt;
&lt;/pre&gt;&lt;p&gt;The above code could have been better :). Above code should also be put in the "Page specific visibility" of the block configuration settings page.&lt;/p&gt;&lt;br /&gt;
&lt;h4&gt;Better Use and Possibility&lt;/h4&gt;&lt;p&gt;A better use of the above code I assume will be to make a module and call a function. The function will determine to show the blog or not. It will give a central control of the code else if one thing is changed like in scenario one if node type has to be blog from story it should be edited in all the blog config pages which is a very bad solution. So calling a function form lets say for now a custom_show_block module with function: custom_show_block_normal() will do the trick. Below is a screenshot in assumption that custom_show_block module has been created and custom_show_block_normal() function in custom_show_block module has code of scenario 1:&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SveLYDRZ5mI/AAAAAAAABKA/r8QV-ZF5wU4/s1600-h/page_specific_php_03.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="230" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SveLYDRZ5mI/AAAAAAAABKA/r8QV-ZF5wU4/s320/page_specific_php_03.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;If the module will have setting to choose the node types and other things it would be great ;).&lt;br /&gt;
&lt;/p&gt;&lt;h4&gt;Conclusion&lt;/h4&gt;&lt;blockquote&gt;Block visibility with PHP is very flexible and customizable like other parts of Drupal. With block visibility for specific pages with PHP the need to show a block for specified condition will be easier. Happy coding.&lt;br /&gt;
&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-5327707111584686822?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bu3KuaUhJ9lVkjQl__yrdPXa_60/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bu3KuaUhJ9lVkjQl__yrdPXa_60/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bu3KuaUhJ9lVkjQl__yrdPXa_60/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bu3KuaUhJ9lVkjQl__yrdPXa_60/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=Ls8dVRv7YHQ:R1asws9u6Vo:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=Ls8dVRv7YHQ:R1asws9u6Vo:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=Ls8dVRv7YHQ:R1asws9u6Vo:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=Ls8dVRv7YHQ:R1asws9u6Vo:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=Ls8dVRv7YHQ:R1asws9u6Vo:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/Ls8dVRv7YHQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/5327707111584686822/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=5327707111584686822&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/5327707111584686822?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/5327707111584686822?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/Ls8dVRv7YHQ/show-drupal-blocks-only-on-specific.html" title="Show Drupal blocks only on specific pages with PHP code" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SveLLq4zKiI/AAAAAAAABJw/UgGoCjGvzyk/s72-c/page_specific_php_01.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/11/show-drupal-blocks-only-on-specific.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEYFRXs4cSp7ImA9WxNWFkQ.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-8744933617703864640</id><published>2009-10-15T20:10:00.007+05:45</published><updated>2009-10-16T18:13:34.539+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-16T18:13:34.539+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Nepal is hit hard by climate change, lets go green - Blog Action Day</title><content type="html">In the past years Nepal has been hit very hard by the impacts of climate change. Being a land locked country and with places ranging from almost the sea level to the highest place on the planet, the country has great biodiversity and breathtaking landscapes. But rising pollution levels in the cities and low awareness about impacts of climate change has taken its toll mainly on the people who live in and near by cities.&lt;br /&gt;
&lt;br /&gt;
A prominent problem Nepali is facing is global warming, due to which the glaciers are melting at an alarming rate. The whole himalayan range and the region is in danger due to the fast melt down of the ice in the region. The region is facing rise in temperature and it is adversely affecting the lifestyle.&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;&lt;a href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Stcp6_Q8cVI/AAAAAAAABI0/zsfaOeEkZs8/s1600-h/glacier_melt.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Stcp6_Q8cVI/AAAAAAAABI0/zsfaOeEkZs8/s400/glacier_melt.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&amp;nbsp;&lt;span style="font-size: x-small;"&gt;Photo by &lt;a href="http://www.flickr.com/photos/enderzero" target="_blank"&gt;Enderzero&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;&lt;br /&gt;
The agriculture sector has also been hit badly , due to the climate change previously nearby Kathmandu (the capital city) farmers could grow apple. But now due to the climate change farmers can't grow apple as the temperature has risen in the past decade. Other agriculture products have also change in nature, a country that depends very much on agriculture this is big loss. Nowadays, plants like mango that did not grow in Kathmandu being cooler grows here due to the rising mercury. Mangoes only grew in terai (the hotter region) but now it grows in and around Kathmandu which is not a good sign.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://farm3.static.flickr.com/2191/1808312447_89abe8088d.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="279" src="http://farm3.static.flickr.com/2191/1808312447_89abe8088d.jpg" width="420" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;Photo by: &lt;a href="http://www.flickr.com/photos/nromagna" target="_blank"&gt;nromagna&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;There are lots of other areas that are hit by the climate change, untimely rain, persistent floods and landslides, prolonged summer, carbon emissions etc etc are all the outcomes of climate change. With better awareness level and better understanding of climate change, its causes and effects we can to certain level prevent the adverse effects and look forward for a sustainable world on the whole.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-size: small;"&gt;Small but good efforts have been made by the people like not using plastic bags may be a small thing but it will help in tacking the global problem of climate change. If we can just plug out our electronic appliances when we are not in our home it will also help to minimize the effects.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://farm1.static.flickr.com/58/159859511_c54bb4839a.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="294" src="http://farm1.static.flickr.com/58/159859511_c54bb4839a.jpg" width="420" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;span style="font-size: x-small;"&gt;Photo by &lt;a href="http://www.flickr.com/photos/barbararich/" target="_blank"&gt;Barbara Rich&lt;/a&gt;&lt;/span&gt; &lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;I truly hope we all can come together and tackle the global problem of climate change. It may be growing problem but small things we do can reduce the effects :). Support &lt;a href="http://www.blogactionday.org/" target="_blank"&gt;Blog Action day 2009&lt;/a&gt;. &lt;br /&gt;
&lt;blockquote&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-8744933617703864640?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Dxir3bERQptz3J4ESPEOpw24p2w/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Dxir3bERQptz3J4ESPEOpw24p2w/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Dxir3bERQptz3J4ESPEOpw24p2w/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Dxir3bERQptz3J4ESPEOpw24p2w/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HBepRG6IcXM:I0Qw7tBiWUA:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HBepRG6IcXM:I0Qw7tBiWUA:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HBepRG6IcXM:I0Qw7tBiWUA:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HBepRG6IcXM:I0Qw7tBiWUA:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HBepRG6IcXM:I0Qw7tBiWUA:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/HBepRG6IcXM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/8744933617703864640/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=8744933617703864640&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/8744933617703864640?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/8744933617703864640?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/HBepRG6IcXM/nepal-is-hit-hard-by-climate-change.html" title="Nepal is hit hard by climate change, lets go green - Blog Action Day" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Stcp6_Q8cVI/AAAAAAAABI0/zsfaOeEkZs8/s72-c/glacier_melt.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/10/nepal-is-hit-hard-by-climate-change.html</feedburner:origLink></entry><entry gd:etag="W/&quot;CkEDQnk9eip7ImA9WxNWFU4.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-3514860815219350684</id><published>2009-10-14T20:15:00.001+05:45</published><updated>2009-10-14T20:16:13.762+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-14T20:16:13.762+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Amazing High dynamic range (HDR) photos by Prashant</title><content type="html">&lt;a href="http://www.yipl.com.np/" target="_blank"&gt;YoungInnovaitons Private Limited&lt;/a&gt; is a company consisting of talented people. Among them &lt;a href="http://pras.net.np" target="_blank"&gt;Prashant Shrestha&lt;/a&gt; our own XHTML/CSS guru can work his hands greatly on the camera mainly the single lens reflex (SLR). He recently tried his hands on High Dynamic Range (HDR) photography. See below and image that depicts the beauty of HDR.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://farm3.static.flickr.com/2553/3833836500_317f243a5a.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="285" src="http://farm3.static.flickr.com/2553/3833836500_317f243a5a.jpg" width="420" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;p&gt;Wikipedia defines HDR as "In image processing, computer graphics, and photography, high dynamic range imaging (HDRI or just HDR) is a set of techniques that allow a greater dynamic range of luminances between the lightest and darkest areas of an image than standard digital imaging techniques or photographic methods. This wider dynamic range allows HDR images to represent more accurately the wide range of intensity levels found in real scenes ranging from direct sunlight to faint starlight." And the images below gives you the feel what its all about.&lt;br /&gt;
&lt;/p&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div id="PictoBrowser091014195702"&gt;Get the flash player here: http://www.adobe.com/flashplayer&lt;/div&gt;&lt;script type="text/javascript" src="http://www.db798.com/pictobrowser/swfobject.js"&gt;&lt;/script&gt;&lt;script type="text/javascript"&gt; var so = new SWFObject("http://www.db798.com/pictobrowser.swf", "PictoBrowser", "500", "500", "8", "#EEEEEE"); so.addVariable("source", "sets"); so.addVariable("names", "HDR"); so.addVariable("userName", "prashant_sh"); so.addVariable("userId", "13978609@N08"); so.addVariable("ids", "72157622074470620"); so.addVariable("titles", "on"); so.addVariable("displayNotes", "on"); so.addVariable("thumbAutoHide", "off"); so.addVariable("imageSize", "medium"); so.addVariable("vAlign", "mid"); so.addVariable("vertOffset", "0"); so.addVariable("colorHexVar", "EEEEEE"); so.addVariable("initialScale", "off"); so.addVariable("bgAlpha", "90"); so.write("PictoBrowser091014195702"); &lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Hope you like the pictures taken by the man himself - Prashant Shrestha. check out his flickr page at &lt;a href="http://flickr.com/photos/prashant_sh" target="_blank"&gt;http://flickr.com/photos/prashant_sh&lt;/a&gt;. &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-3514860815219350684?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Vp0kJqQtD-tC4wcqghK_DNiHvsw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vp0kJqQtD-tC4wcqghK_DNiHvsw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Vp0kJqQtD-tC4wcqghK_DNiHvsw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Vp0kJqQtD-tC4wcqghK_DNiHvsw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=JMcD_qOBPzk:aoRqwXyaXG0:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=JMcD_qOBPzk:aoRqwXyaXG0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=JMcD_qOBPzk:aoRqwXyaXG0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=JMcD_qOBPzk:aoRqwXyaXG0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=JMcD_qOBPzk:aoRqwXyaXG0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/JMcD_qOBPzk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/3514860815219350684/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=3514860815219350684&amp;isPopup=true" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3514860815219350684?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3514860815219350684?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/JMcD_qOBPzk/amazing-high-dynamic-range-hdr-photos.html" title="Amazing High dynamic range (HDR) photos by Prashant" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><category term="HDR" scheme="http://rss.financialcontent.com/stocksymbol" /><category term="SLR" scheme="http://rss.financialcontent.com/stocksymbol" /><feedburner:origLink>http://geshan.blogspot.com/2009/10/amazing-high-dynamic-range-hdr-photos.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEMGR3c-fSp7ImA9WxNXFUU.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-9094167082042098183</id><published>2009-10-04T08:24:00.006+05:45</published><updated>2009-10-03T21:58:46.955+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-03T21:58:46.955+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><title>Drupal is more popular than you may think</title><content type="html">Drupal is arguably the best Content Management System (CMS) available for free, it may not be as popular as Joomla mainly because of a steep learning curve but it is a solid system with lots of features out of the box. More features can be added on in the forms of modules and look and feel can be changed in the form of themes in &lt;a href="http://drupal.org/" target="_blank"&gt;Drupal&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SsdwZLHY-xI/AAAAAAAABIc/j-OYUyyHDcI/s1600-h/drupal_popular.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SsdwZLHY-xI/AAAAAAAABIc/j-OYUyyHDcI/s400/drupal_popular.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;Drupal has multiplied its users, audience and developers in the past years. In every Drupal Con we hear &lt;a href="http://buytaert.net/" target="_blank"&gt;Dries Buytaert&lt;/a&gt; telling that he hand not anticipated the exponential growth and how everything has come to place with all the community members. Google Trends also shows Drupal is rising drastically:&lt;/p&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SsdxE7gFPSI/AAAAAAAABIk/AsiCi5bIBRE/s1600-h/drupal_google_trends.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SsdxE7gFPSI/AAAAAAAABIk/AsiCi5bIBRE/s400/drupal_google_trends.jpg" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;With Drupal 7 code freeze already happened and we waiting for the best Drupal release ever Drupal has gained popularity than ever. Below are some of the statistics I got from Google Insights: The chart shows Drupal's search popularity in Google in past 90 days.&lt;/p&gt;&lt;br /&gt;
&lt;script src="http://www.gmodules.com/ig/ifr?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fgoogle_insightsforsearch_interestovertime_searchterms.xml&amp;amp;up__property=empty&amp;amp;up__search_terms=drupal%7Cdrupal+module%7Cdrupal+themes&amp;amp;up__location=empty&amp;amp;up__category=0&amp;amp;up__time_range=12-m&amp;amp;up__compare_to_category=false&amp;amp;synd=ig&amp;amp;w=450&amp;amp;h=500&amp;amp;lang=en-US&amp;amp;title=Google+Insights+for+Search&amp;amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;amp;output=js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;p&gt;Statistics below indicate that &lt;a href="http://openatrium.com/" target="_blank"&gt;Open Atrium&lt;/a&gt; is very popular, and &lt;a href="http://drupal.org/project/drush" target="_blank"&gt;drush&lt;/a&gt; the command line interface for Drupal is also in the popularity race.&lt;/p&gt;&lt;br /&gt;
&lt;script src="http://www.gmodules.com/ig/ifr?url=http%3A%2F%2Fwww.google.com%2Fig%2Fmodules%2Fgoogle_insightsforsearch_relatedsearches.xml&amp;amp;up__results_type=RISING&amp;amp;up__property=empty&amp;amp;up__search_term=drupal&amp;amp;up__location=empty&amp;amp;up__category=0&amp;amp;up__time_range=3-m&amp;amp;up__max_results=5&amp;amp;synd=ig&amp;amp;w=450&amp;amp;h=500&amp;amp;lang=en-US&amp;amp;title=Google+Insights+for+Search&amp;amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;amp;output=js" type="text/javascript"&gt;
&lt;/script&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;Drupal is a very widely used and popular even among big enterprises. If you are searching for a Content Management System (CMS) Drupal might be the best solution&lt;br /&gt;
&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-9094167082042098183?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/V_dh6wLgbC2D4K6YjHJP6-F7cN8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V_dh6wLgbC2D4K6YjHJP6-F7cN8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/V_dh6wLgbC2D4K6YjHJP6-F7cN8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/V_dh6wLgbC2D4K6YjHJP6-F7cN8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=zCTLH8vg3Tk:2Z8sQVHOR3I:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=zCTLH8vg3Tk:2Z8sQVHOR3I:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=zCTLH8vg3Tk:2Z8sQVHOR3I:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=zCTLH8vg3Tk:2Z8sQVHOR3I:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=zCTLH8vg3Tk:2Z8sQVHOR3I:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/zCTLH8vg3Tk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/9094167082042098183/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=9094167082042098183&amp;isPopup=true" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/9094167082042098183?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/9094167082042098183?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/zCTLH8vg3Tk/drupal-is-more-popular-than-you-may.html" title="Drupal is more popular than you may think" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SsdwZLHY-xI/AAAAAAAABIc/j-OYUyyHDcI/s72-c/drupal_popular.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total><category term="CMS" scheme="http://rss.financialcontent.com/stocksymbol" /><feedburner:origLink>http://geshan.blogspot.com/2009/10/drupal-is-more-popular-than-you-may.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MDRHk-fCp7ImA9WxNXFUU.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-3573802096772668318</id><published>2009-10-03T20:26:00.001+05:45</published><updated>2009-10-03T20:36:15.754+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-03T20:36:15.754+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Pati patni aru woh TV show where baby comes with manuals like dolls</title><content type="html">Nowadays TV is infested with reality shows, people are singing, dancing, traveling thousands of kilometers to even marrying on TV. Some for money some for fame and some for I don't know what. But why are producers at &lt;a href="http://www.ndtvimagine.com/" target="_blank"&gt;NDTV Imagine&lt;/a&gt; going mad dragging innocent infants and babies who can't even speak in their new reality TV show “&lt;a href="http://www.ndtvimagine.com/ppaw/index.php" target="_blank"&gt;Pati Patni Aur Woh&lt;/a&gt;”.(The link has videos, behind the scenes and a forum as well)&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SsdhMBeuPQI/AAAAAAAABIM/g22-wEsk3Os/s1600-h/ppaw.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SsdhMBeuPQI/AAAAAAAABIM/g22-wEsk3Os/s400/ppaw.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;p&gt;I strongly object the concept of the show where I can't determine who are the bigger fools the parents who agree to give their baby to be mishandled by celebrities or the celebrities who think they can take care of other's baby who can't even talk. &lt;/p&gt;&lt;p&gt;Pati patni or woh, is a disgusting show on TV where real parents of the baby give manuals about the baby that has the likes, dislikes of the baby and  even how to take care of the baby. I am still confused what do the real parents of babies think of their babies, I guess they think their baby is just a doll who comes with a manual on how to operate and they give the manual to the mad celebrities with whom the baby stays 24 hours. How can a baby who needs to be breast fed live with insane celebrities who have never raised a baby in their life?&lt;br /&gt;
&lt;/p&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Ssdhx0Z3KJI/AAAAAAAABIU/w34v71AyY1o/s1600-h/ppaw2.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Ssdhx0Z3KJI/AAAAAAAABIU/w34v71AyY1o/s400/ppaw2.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;p&gt;The babies were crying like mad, couldn't even eat or drink, were even gasping for air and the babies were treated like dolls. On top of it a celebrity calls the baby is like a baby of a monkey who just keeps quite in her hands and starts crying as soon as the baby is separated from her. Why did she come to do a show without calculating the repercussions. &lt;br /&gt;
&lt;/p&gt;&lt;p&gt;I was again amazed to see how a mother could see her baby crying on the monitor and cry herself helpless. In the first place why did she let her small baby get in the hands of those celebrities. I thought Bindass Dadagiri was inhumane but this is truly pathetic. Al least the people there are adults who can be said things but here the dependent babies can't even contest on what is happening on them.&lt;/p&gt;&lt;p&gt;Insane, inhumane and cruel, the celebrities don't even have time to fight with themselves to sort who's going to do what. I am not a child right activist but what are the child right activists who even objected on children acting on shows are allowing such a heinous show to run and air on TV.  I want to make a really humble request “Keep the small babies who can't even speak out of the dirty drama of reality TV”.&lt;/p&gt;&lt;br /&gt;
&lt;blockquote&gt;Without doubts this was the most atrocious show ever, If this blog post can make a difference I hope the show goes off air and we don't get to see the nonsense on TV. The best thing if this show goes off air will be the babies will get to live with their parents and not go through the torture from the hands of those celebrities. When I Googled it,there has been other criticism about this show, I will really want it to go off air ASAP. You can watch the show on your own risk.&lt;br /&gt;
&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-3573802096772668318?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/a4aw96u6PrK0iGNTWCIuD-Fndi8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a4aw96u6PrK0iGNTWCIuD-Fndi8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/a4aw96u6PrK0iGNTWCIuD-Fndi8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/a4aw96u6PrK0iGNTWCIuD-Fndi8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=3jbFbYRuuF8:eDBjJ2LXqag:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=3jbFbYRuuF8:eDBjJ2LXqag:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=3jbFbYRuuF8:eDBjJ2LXqag:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=3jbFbYRuuF8:eDBjJ2LXqag:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=3jbFbYRuuF8:eDBjJ2LXqag:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/3jbFbYRuuF8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/3573802096772668318/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=3573802096772668318&amp;isPopup=true" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3573802096772668318?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3573802096772668318?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/3jbFbYRuuF8/pati-patni-aru-woh-tv-show-where-baby.html" title="Pati patni aru woh TV show where baby comes with manuals like dolls" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SsdhMBeuPQI/AAAAAAAABIM/g22-wEsk3Os/s72-c/ppaw.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/10/pati-patni-aru-woh-tv-show-where-baby.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0UHQ38zeip7ImA9WxNXFUU.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-7822336006127861769</id><published>2009-10-02T18:53:00.000+05:45</published><updated>2009-10-03T21:38:52.182+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-10-03T21:38:52.182+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Pictobrowser.com elegant flash gallery for your Flickr and Picasa photos</title><content type="html">Surfing through some website, I found a good flash gallery that was displaying images. I thought it was a good gallery and then came to find out the images are ported from Flickr. So I just wanted to find out how was it made, to my delight it was work of &lt;a href="http://pictobrowser.com/" target="_blank"&gt;Pictobrowser.com&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SscfLyIEX6I/AAAAAAAABHg/u2cwsE2HW34/s1600-h/picto_broswer.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SscfLyIEX6I/AAAAAAAABHg/u2cwsE2HW34/s400/picto_broswer.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: left;"&gt;&lt;br /&gt;
&lt;/div&gt;The PictoBuilder that lets you customize the flash slideshow kind picture gallery is also very easy to use. Just put your screen name, select sets or tags or groups and off you go to create your gallery. Its very easy to get a gallery in under a minute :).&lt;br /&gt;
&lt;div style="text-align: center;"&gt;&lt;a href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Sscf293umMI/AAAAAAAABHo/a0dpa2qa7Qc/s1600-h/picto_broswer_settings.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Sscf293umMI/AAAAAAAABHo/a0dpa2qa7Qc/s400/picto_broswer_settings.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
Simple to understand and easy settings make PictoBrower a very good application to try out. Here is the gallery I created.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div id="PictoBrowser091003154231"&gt;Get the flash player here: http://www.adobe.com/flashplayer&lt;br /&gt;
&lt;/div&gt;&lt;script src="http://www.db798.com/pictobrowser/swfobject.js" type="text/javascript"&gt;
&lt;/script&gt;&lt;script type="text/javascript"&gt;
 var so = new SWFObject("http://www.db798.com/pictobrowser.swf", "PictoBrowser", "475", "475", "8", "#EEEEEE"); so.addVariable("source", "keyword"); so.addVariable("names", "fossprimeworkshopbkt"); so.addVariable("userName", "geshanm"); so.addVariable("userId", "9224872@N08"); so.addVariable("ids", "fossprimeworkshopbkt"); so.addVariable("titles", "on"); so.addVariable("displayNotes", "on"); so.addVariable("thumbAutoHide", "off"); so.addVariable("imageSize", "medium"); so.addVariable("vAlign", "mid"); so.addVariable("vertOffset", "0"); so.addVariable("colorHexVar", "EEEEEE"); so.addVariable("initialScale", "off"); so.addVariable("bgAlpha", "90"); so.write("PictoBrowser091003154231"); 
&lt;/script&gt;&lt;br /&gt;
I have got some suggestions and improvements for &lt;a href="http://pictobrowser.com/" target="_blank"&gt;PictoBrowser&lt;/a&gt;. Here are some:&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Enable choosing the cover picture, the one that displays at first&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;Enable reordering the pictures for better presentation.&lt;/li&gt;
&lt;li&gt;No. of seconds to display a picture in the slideshow&lt;/li&gt;
&lt;li&gt;If possible some subtle effects in photo transition in the slideshow&lt;/li&gt;
&lt;li&gt;Integration with other photo hosting websites like Photo Bucket etc and&amp;nbsp; Facebook or other social networking websites. &lt;br /&gt;
&lt;/li&gt;
&lt;/ol&gt;The flash interface to create the gallery is good. PictoBrowser is the kind of applicaiton I was searching for. &lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;All in all, a very simple yet elegant flash image gallery for your Flickr and Picasa pictures. One you should try out and put it on your website.&lt;br /&gt;
&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-7822336006127861769?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/l648vGzp6sbg26aXKVgzdfN1eWY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/l648vGzp6sbg26aXKVgzdfN1eWY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/l648vGzp6sbg26aXKVgzdfN1eWY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/l648vGzp6sbg26aXKVgzdfN1eWY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0ME-7XawfOE:yz7QqPF-VuU:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0ME-7XawfOE:yz7QqPF-VuU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0ME-7XawfOE:yz7QqPF-VuU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0ME-7XawfOE:yz7QqPF-VuU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0ME-7XawfOE:yz7QqPF-VuU:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/0ME-7XawfOE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/7822336006127861769/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=7822336006127861769&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7822336006127861769?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7822336006127861769?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/0ME-7XawfOE/pictobrowsercom-elegant-flash-gallery.html" title="Pictobrowser.com elegant flash gallery for your Flickr and Picasa photos" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SscfLyIEX6I/AAAAAAAABHg/u2cwsE2HW34/s72-c/picto_broswer.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/10/pictobrowsercom-elegant-flash-gallery.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUMNRXk8cCp7ImA9WxNREUs.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-1933326188455857424</id><published>2009-09-05T20:50:00.010+05:45</published><updated>2009-09-05T22:03:14.778+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-05T22:03:14.778+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Better the education sector with e-applicaiton</title><content type="html">In search for colleges/universities providing masters course I searched the internet for many colleges, a common problem in colleges or universities that are continents away from where I am is the lengthy application procedure. As per the college/university an international student had to send simple or even legally certified copies and that also via mail. And yes the G.P.O here in Nepal is not in a good state take my word on it.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SqKEU9pCTQI/AAAAAAAABFQ/8tP0P8nktYI/s1600-h/envelope.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 286px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SqKEU9pCTQI/AAAAAAAABFQ/8tP0P8nktYI/s400/envelope.jpg" alt="" id="BLOGGER_PHOTO_ID_5378006400712723714" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A normal process would be check the requirements of the university/college and then download the application generally a PDF file. Then fill it which requires educational and lots of personal details. If need be write a formidable letter of motivation.&lt;br /&gt;&lt;br /&gt;Then make a copy of all needed academic results and certificates, if need be certify them from the consulate or embassy or educational foundation or even a lawyer. Recheck things and go to the General Post Office (G.P.O) to send the things. Thank god, there are not as much people to post things and take other G.P.O services as in other government offices. Then wait for the university to email you that they received what you sent. Not only that there are lots of problems in filling applications like we have +2 they say high school etc etc.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SqKFMy9ZEOI/AAAAAAAABFY/ryYkw8P0prM/s1600-h/online_degreee.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 327px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SqKFMy9ZEOI/AAAAAAAABFY/ryYkw8P0prM/s400/online_degreee.jpg" alt="" id="BLOGGER_PHOTO_ID_5378007359917986018" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;But in this day and age of technology where many colleges/universities provide E-degree with E-learning why do they still follow centuries old technology of post. Yes, there are some colleges/universities which have e-application specially for international students in their website but many colleges/universities still require a student to post the application a wait at least a week to get it even via Express Mail Service (EMS).&lt;br /&gt;&lt;br /&gt;There is a ray of hope, some select colleges/universities have online e-application which they also terms web application. This lets you fill you details on line and you just have to fill the basic details at one go. You can return back and fill other things and upload your documents as per the things allowed. One I encountered was simple yet effective, given below:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SqKGGrj_OyI/AAAAAAAABFg/Nqope6sFd5k/s1600-h/e_application.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 335px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SqKGGrj_OyI/AAAAAAAABFg/Nqope6sFd5k/s400/e_application.jpg" alt="" id="BLOGGER_PHOTO_ID_5378008354364799778" border="0" /&gt;&lt;/a&gt;On the contrary, only a select few have the online e-application and a big problem is most universities do not accept scanned documents via email. I know there might be cases of forgery and things but it will be very easy for genuine international students to send their applications scanned via email even with his/her signature.&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;Three suggestions to colleges/universities&lt;/h3&gt;&lt;ul&gt;&lt;li&gt;Accept scanned application and other academic documents via email.&lt;/li&gt;&lt;li&gt;If possible setup an e-application section in the college/university website&lt;/li&gt;&lt;li&gt;Have a virtual adviser who has all the information from small details to fill in form to the name of the professor like Dany &lt;a href="http://www.daad.de/deutschland/studienangebote/alle-studiengaenge/06539.en.html" target="_blank"&gt;here&lt;/a&gt; (click the link or ask Dany about Studying in Germany &lt;a href="http://bot.daad.de/danycgi-bin/Dany.cgi" target="_blank"&gt;here&lt;/a&gt;).&lt;/li&gt;&lt;/ul&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SqKKx8A7fuI/AAAAAAAABFo/Xd89LyFcc0I/s1600-h/dany.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 207px;" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SqKKx8A7fuI/AAAAAAAABFo/Xd89LyFcc0I/s400/dany.jpg" alt="" id="BLOGGER_PHOTO_ID_5378013495562043106" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Hope colleges/universities make their application procedure digital or at least accept scanned applications and documents via email, that will help applying for foreign university to be part time work which is almost full time now.  &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-1933326188455857424?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/8frpYKmY8ykiY6y3ts-XCNjenno/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8frpYKmY8ykiY6y3ts-XCNjenno/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/8frpYKmY8ykiY6y3ts-XCNjenno/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/8frpYKmY8ykiY6y3ts-XCNjenno/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=tx4bcWdCZfE:H1M1Uja8x_c:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=tx4bcWdCZfE:H1M1Uja8x_c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=tx4bcWdCZfE:H1M1Uja8x_c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=tx4bcWdCZfE:H1M1Uja8x_c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=tx4bcWdCZfE:H1M1Uja8x_c:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/tx4bcWdCZfE" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/1933326188455857424/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=1933326188455857424&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/1933326188455857424?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/1933326188455857424?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/tx4bcWdCZfE/better-education-sector-with-e.html" title="Better the education sector with e-applicaiton" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SqKEU9pCTQI/AAAAAAAABFQ/8tP0P8nktYI/s72-c/envelope.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><category term="EMS" scheme="http://rss.financialcontent.com/stocksymbol" /><feedburner:origLink>http://geshan.blogspot.com/2009/09/better-education-sector-with-e.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIFRn8-eCp7ImA9WxNSGUU.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-7745477171692305384</id><published>2009-09-03T19:08:00.007+05:45</published><updated>2009-09-03T19:46:57.150+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-09-03T19:46:57.150+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>VIPRE a new antivirus and antispyware</title><content type="html">VIPRE with a snake (viper) on the logo and a unique slogan "Keep the bad guys out" seems to be a very good antivirus and antispyware solution. Developed by Sunbelt Software, VIPRE has won accolades and formidable reviews from PC Magazine and ZDNet. It is packed with lots of interesting features that will make you want to use it.&lt;br /&gt;&lt;br /&gt;VIPRE is an &lt;a href="http://www.sunbeltsoftware.com/Home-Home-Office/VIPRE/"&gt;Antivirus Software&lt;/a&gt; which claims it will not slow down your PC or laptop as other antivirus software do and will give full protection against email related threats. The comparison chart in the Sunbelt Software shows VIPRE will take up very less memory and will provide great after sales support by phone, email and chat.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sp_JXWvC8YI/AAAAAAAABFA/R7I1FOSU30I/s1600-h/viper_home.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 228px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sp_JXWvC8YI/AAAAAAAABFA/R7I1FOSU30I/s400/viper_home.jpg" alt="" id="BLOGGER_PHOTO_ID_5377237883180740994" border="0" /&gt;&lt;/a&gt;The VIPRE &lt;a href="http://www.sunbeltsoftware.com/Home-Home-Office/VIPRE/"&gt;Antivirus Software&lt;/a&gt; can be tried free of cost for 15 days trial without registering and if you register you get a key that works for 30 days. If you like the features provided by the product and want to buy the software you can do that as well. VIPRE antivirus costs $29.95 for a single PC, $36.96 for two PCs and $49.95 for three or more PCs. The cost seems to quite reasonable for the features provided by the product.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sp_KemZlUZI/AAAAAAAABFI/PUF38YxfuwE/s1600-h/viper_cost.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 246px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sp_KemZlUZI/AAAAAAAABFI/PUF38YxfuwE/s400/viper_cost.jpg" alt="" id="BLOGGER_PHOTO_ID_5377239107156398482" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;So the next time, you want to change your &lt;a href="http://www.sunbeltsoftware.com/Home-Home-Office/VIPRE/"&gt;Antivirus Software&lt;/a&gt; to something with lots of features and small file sized updates, think of switching to VIPRE by Sunbelt Software.&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-7745477171692305384?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/OFxXUiPBe8b_OACNx0INqypOZjU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OFxXUiPBe8b_OACNx0INqypOZjU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/OFxXUiPBe8b_OACNx0INqypOZjU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/OFxXUiPBe8b_OACNx0INqypOZjU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=4t-sINi8tY4:IwcNCbiwq9Q:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=4t-sINi8tY4:IwcNCbiwq9Q:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=4t-sINi8tY4:IwcNCbiwq9Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=4t-sINi8tY4:IwcNCbiwq9Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=4t-sINi8tY4:IwcNCbiwq9Q:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/4t-sINi8tY4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/7745477171692305384/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=7745477171692305384&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7745477171692305384?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7745477171692305384?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/4t-sINi8tY4/vipre-new-antivirus-and-antispyware.html" title="VIPRE a new antivirus and antispyware" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sp_JXWvC8YI/AAAAAAAABFA/R7I1FOSU30I/s72-c/viper_home.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/09/vipre-new-antivirus-and-antispyware.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEIGRHw4fyp7ImA9WxNTGUw.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-7316015911336699667</id><published>2009-08-22T10:03:00.004+05:45</published><updated>2009-08-22T10:33:45.237+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-22T10:33:45.237+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Killing creativity with voice over traslation in television advertisments (TVC)</title><content type="html">Years back when we used to watch a good advert in India television channels, some weeks later the same advertisement would appear on a Nepali channel only change it would be voiced over in Nepal. And now after so many years the trend is there and why is it still there. We are killing our own advertisement industry.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/So92HAPKFUI/AAAAAAAABE4/Wv5UlK9z0EE/s1600-h/support_nepali_ads.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 364px; height: 400px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/So92HAPKFUI/AAAAAAAABE4/Wv5UlK9z0EE/s400/support_nepali_ads.jpg" alt="" id="BLOGGER_PHOTO_ID_5372642743171028290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;There are some good adverts like the Jagadamaba Cement Advert (below) and Nepal Samachar Patra (below) but the voice over ads of Fanta, Fair and Handsome and a lot others makes me feel what do the Advertisement and media companies do here??&lt;br /&gt;&lt;br /&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-jCi2CGDMLQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/-jCi2CGDMLQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Translate the jingle and use some words you are done, no copy writing, no copy editing, no jingle composition, no model selection, no shooting. Just some video editing with voice over and the deal is sealed.&lt;br /&gt;&lt;br /&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/r1De3B8GbVE&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/r1De3B8GbVE&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But again when I see voice over ads I think we can do better but we are not given a chance to portray our creativity. I hope we don't have to watch adverts like below in future:&lt;br /&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/ETFTsQcCBTQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/ETFTsQcCBTQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="344" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;I really hope this scenario changes and it changes soon. Let's vote for Nepali adverts by and for the Nepali people.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-7316015911336699667?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/G4ubOrZzqWc4sYO1pEYW79X5kfU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/G4ubOrZzqWc4sYO1pEYW79X5kfU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/G4ubOrZzqWc4sYO1pEYW79X5kfU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/G4ubOrZzqWc4sYO1pEYW79X5kfU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0SurQ1k_FuM:VAP16pAYs7A:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0SurQ1k_FuM:VAP16pAYs7A:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0SurQ1k_FuM:VAP16pAYs7A:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=0SurQ1k_FuM:VAP16pAYs7A:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=0SurQ1k_FuM:VAP16pAYs7A:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/0SurQ1k_FuM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/7316015911336699667/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=7316015911336699667&amp;isPopup=true" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7316015911336699667?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7316015911336699667?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/0SurQ1k_FuM/killing-creativity-with-voiceover.html" title="Killing creativity with voice over traslation in television advertisments (TVC)" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_L4bRnZ5TPr8/So92HAPKFUI/AAAAAAAABE4/Wv5UlK9z0EE/s72-c/support_nepali_ads.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/08/killing-creativity-with-voiceover.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEcCQHw9eCp7ImA9WxNTEks.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-3065562289060419109</id><published>2009-08-14T21:26:00.008+05:45</published><updated>2009-08-14T21:52:41.260+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-14T21:52:41.260+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Website Review" /><title>WPDesigner.com web host review blog with a difference</title><content type="html">Wordpress has been a blogging tool and a blog hosting service admired by a lot of users for its power and friendliness. Amongst many great websites powered by Wordpress, I found WPDesigner.com which is a &lt;a href="http://www.wpdesigner.com/"&gt;web hosting&lt;/a&gt; review site and a Wordpress blog with posts on theming aspect of arguably the most popular blogging engine.&lt;br /&gt;&lt;br /&gt;The homepage lists top 10 &lt;a href="http://www.wpdesigner.com/"&gt;web hosting&lt;/a&gt; providers where again Blue Host tops the list as in other web host review websites. The site has a clean and elegant design, with good use of dark background and light foreground/font colors. The typography and usability aspect are also good and the funny mustache man adds the comic zing to the website.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SoWHc8L65iI/AAAAAAAABEg/iv7miQRjfAo/s1600-h/wp_designer_homepg.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 242px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SoWHc8L65iI/AAAAAAAABEg/iv7miQRjfAo/s400/wp_designer_homepg.jpg" alt="" id="BLOGGER_PHOTO_ID_5369847061971396130" border="0" /&gt;&lt;/a&gt;The web hosting resources block on the right has great articles on web hosting and things to look for in a web host. Personally I liked the "how to choose a web host" post which talks about factors to consider when choosing a web host.&lt;br /&gt;&lt;br /&gt;The reviews are based on price, server up-time, reliability, ease-of-Use, control panel and customer support or after sales support provided by the web hosts. As per me, the top 10 list is quite satisfying and I have also used some of the hosts in the top 10. Therefore I know the reasons why those web hosting companies are there in the top 10 list. The ratings of cost, feature, bandwidth, reliability given in the review is also justifiable. The review written is short but descriptive enough to cover the topic.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SoWIl91ipSI/AAAAAAAABEo/QkCBcHi3_kc/s1600-h/wp_desiger_blue_host_review.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 242px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SoWIl91ipSI/AAAAAAAABEo/QkCBcHi3_kc/s400/wp_desiger_blue_host_review.jpg" alt="" id="BLOGGER_PHOTO_ID_5369848316544853282" border="0" /&gt;&lt;/a&gt;The other component of this website is the blog, all posts focus around great Wordpress themes, tips and tutorial to develop Wordpress themes etc. The blogs are well laid out and use of headings makes it easier to read the blogs. The posts are also written well short and up to the point. If there was some more description in some of the posts it would have been better.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SoWJoChIYwI/AAAAAAAABEw/YlUBQX09sFg/s1600-h/wp_desigener_blog_entry.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 242px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SoWJoChIYwI/AAAAAAAABEw/YlUBQX09sFg/s400/wp_desigener_blog_entry.jpg" alt="" id="BLOGGER_PHOTO_ID_5369849451672789762" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;All in all, it is a good blog. The &lt;a href="http://www.wpdesigner.com/"&gt;web hosting&lt;/a&gt; review section is the best part of the website and the blog posts are also praiseworthy. I hope to see admirable websites like these in future.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-3065562289060419109?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/l4tZ_aAIAbb_5uEL7ixVlQcJgws/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/l4tZ_aAIAbb_5uEL7ixVlQcJgws/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/l4tZ_aAIAbb_5uEL7ixVlQcJgws/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/l4tZ_aAIAbb_5uEL7ixVlQcJgws/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=QeFjISmmKpM:z5LFoU4fYkk:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=QeFjISmmKpM:z5LFoU4fYkk:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=QeFjISmmKpM:z5LFoU4fYkk:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=QeFjISmmKpM:z5LFoU4fYkk:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=QeFjISmmKpM:z5LFoU4fYkk:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/QeFjISmmKpM" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/3065562289060419109/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=3065562289060419109&amp;isPopup=true" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3065562289060419109?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3065562289060419109?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/QeFjISmmKpM/wpdesignercom-web-host-review-blog-with.html" title="WPDesigner.com web host review blog with a difference" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SoWHc8L65iI/AAAAAAAABEg/iv7miQRjfAo/s72-c/wp_designer_homepg.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/08/wpdesignercom-web-host-review-blog-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;Ck4DRHc8cCp7ImA9WxJaGEw.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-872191575529801046</id><published>2009-08-09T11:02:00.007+05:45</published><updated>2009-08-09T15:27:55.978+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-09T15:27:55.978+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>First BarCamp Kathmandu #bcktm09 was energizing and revitalizing</title><content type="html">8th August 2009, Kathmandu, Yela Maya Kendra, Patan Dhoka witnessed a big flock of Kathmanduites from different walks of life to create share and advance ideas. Dominated by presence of youngsters the sessions registered at &lt;a href="http://barcampktm.wikispot.org/BCKTM09_Sessions" target="_blank"&gt;http://barcampktm.wikispot.org/BCKTM09_Sessions &lt;/a&gt;was under way when I reached there around 11:30 AM.&lt;br /&gt;&lt;br /&gt;Jumping on a session invitingly titled "Collaboration amongst Nepalese IT companies/entrepreneurs for creating a strong IT industry in Nepal" was grabbing attention. The session presented by Bibhusan Bista (&lt;a href="http://twitter.com/bbista" target="_blank"&gt;@bbista&lt;/a&gt;) was really good. The history laid out and the ideas presented was commendable.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Sn5hGjhlp1I/AAAAAAAABEY/1lNZLhG_Jxg/s1600-h/bb_speaking.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Sn5hGjhlp1I/AAAAAAAABEY/1lNZLhG_Jxg/s400/bb_speaking.jpg" alt="" id="BLOGGER_PHOTO_ID_5367834571115439954" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;While tweeting for the session (not from my twitter account), I was amazed by the views voiced by the participants. They were really frustrated with the Government policies, lack of implementation and loads of other things. I really think this session and idea of getting together to better IT industry in Nepal should be taken to next level.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Sn5e5LWGaMI/AAAAAAAABEI/0Lm0Zuafc0Y/s1600-h/yipl_twitterers.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Sn5e5LWGaMI/AAAAAAAABEI/0Lm0Zuafc0Y/s400/yipl_twitterers.jpg" alt="" id="BLOGGER_PHOTO_ID_5367832142263249090" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Then after lunch, Rabindra Gurung's session on "BCC - Behavioural Change Communication in Nepal" was also very good. &lt;a href="http://twitter.com/rabinshres" target="_blank"&gt;@rabinshres&lt;/a&gt; did put light on how it is being used and with the stats and touchy pictures he made his message clear. The discussions after the session was also very good and fruitful. But in all this we missed the "Twitter Analysis" session :).&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Sn5gwfRYJpI/AAAAAAAABEQ/3R2ABS0uJS4/s1600-h/rabindra_speking.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Sn5gwfRYJpI/AAAAAAAABEQ/3R2ABS0uJS4/s400/rabindra_speking.jpg" alt="" id="BLOGGER_PHOTO_ID_5367834192016582290" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Then after some time in the "Innovate a trance within-FOO-THE-FLUTE" session by Sunil Pariyar we just could hear some Flute being played which was amazing. Last session I tried to attend :) was "संस्कृत(Sanskrit) restoring the lost glory" but before the end I lost interest ;).&lt;br /&gt;&lt;br /&gt;Anyway, it was productive and enlightening few hours. After all this if you are still confused what is barcamp then check the video below:&lt;br /&gt;&lt;object width="480" height="295"&gt;&lt;param name="movie" value="http://www.youtube.com/v/X9m3o53ZYeE&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/X9m3o53ZYeE&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;And yes the video below was on the bid day, well compiled and gives you a hint what happened at BarCamp Kathmandu  2009 :) :&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Cw05UMEw75s&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/Cw05UMEw75s&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;I guess we will see more events like this promoting open culture, yes Software Freedom Day (SFD) 2009 being organized by &lt;a href="http://wiki.fossnepal.org/index.php?title=Main_Page" target="_blank"&gt;FOSS (Free and Open Source Software) Nepal&lt;/a&gt; is also approaching near.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-872191575529801046?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4YPlCEcRjXiw7i6XMHq0qY7tpV8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4YPlCEcRjXiw7i6XMHq0qY7tpV8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4YPlCEcRjXiw7i6XMHq0qY7tpV8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4YPlCEcRjXiw7i6XMHq0qY7tpV8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=gsfGY0QgOa4:t0xGhwD4IVc:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=gsfGY0QgOa4:t0xGhwD4IVc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=gsfGY0QgOa4:t0xGhwD4IVc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=gsfGY0QgOa4:t0xGhwD4IVc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=gsfGY0QgOa4:t0xGhwD4IVc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/gsfGY0QgOa4" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/872191575529801046/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=872191575529801046&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/872191575529801046?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/872191575529801046?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/gsfGY0QgOa4/frist-barcamp-kathmandu-bcktm09-was.html" title="First BarCamp Kathmandu #bcktm09 was energizing and revitalizing" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Sn5hGjhlp1I/AAAAAAAABEY/1lNZLhG_Jxg/s72-c/bb_speaking.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><category term="SFD" scheme="http://rss.financialcontent.com/stocksymbol" /><feedburner:origLink>http://geshan.blogspot.com/2009/08/frist-barcamp-kathmandu-bcktm09-was.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEEASXc-cSp7ImA9WxJaEU4.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-1015102266142531545</id><published>2009-08-01T19:50:00.006+05:45</published><updated>2009-08-01T20:09:08.959+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-08-01T20:09:08.959+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><title>Drupal 7 Features to watch out for</title><content type="html">Drupal 7 is said to have a code freeze this September and as far as I heard Dries has no plans to release Drupal 7 until all the critical issues are resolved. Till today's date there are 332 critical issues to be resolved.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SnRMs6hcL6I/AAAAAAAABDg/yBOwm4fY3BU/s1600-h/d7_issues.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 245px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SnRMs6hcL6I/AAAAAAAABDg/yBOwm4fY3BU/s400/d7_issues.jpg" alt="" id="BLOGGER_PHOTO_ID_5364997390612574114" border="0" /&gt;&lt;/a&gt;But none the less I am waiting for the killer release. Having look at the new shiny dashboard and the drag and drop goodness and all the hustle and bustle about file API and fields in core I really want to try out D7 ASAP. Recently I found a presentation about the features I'm embedding below:&lt;br /&gt;&lt;div style="width: 425px; text-align: left;" id="__ss_664935"&gt;&lt;a style="margin: 12px 0pt 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block; text-decoration: underline;" href="http://www.slideshare.net/beejeebus/drupal-7-upcoming-features-presentation" title="Drupal 7 - Upcoming Features"&gt;Drupal 7 - Upcoming Features&lt;/a&gt;&lt;object style="margin: 0px;" height="355" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=drupal7-1224247281756730-9&amp;amp;rel=0&amp;amp;stripped_title=drupal-7-upcoming-features-presentation"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowScriptAccess" value="always"&gt;&lt;embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=drupal7-1224247281756730-9&amp;amp;rel=0&amp;amp;stripped_title=drupal-7-upcoming-features-presentation" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="355" width="425"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;"&gt;View more &lt;a style="text-decoration: underline;" href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a style="text-decoration: underline;" href="http://www.slideshare.net/beejeebus"&gt;beejeebus&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But the features in the change log are as follows:&lt;br /&gt;&lt;br /&gt;Drupal 7.0, xxxx-xx-xx (development version)&lt;br /&gt;----------------------&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Database:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.&lt;br /&gt;* Added query builders for INSERT, UPDATE, DELETE, MERGE, and SELECT queries.&lt;br /&gt;* Support for master/slave replication, transactions, multi-insert queries,&lt;br /&gt;delayed inserts, and other features.&lt;br /&gt;* Added support for the SQLite database engine.&lt;br /&gt;&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Security:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Protected cron.php -- cron will only run if the proper key is provided.&lt;br /&gt;* Implemented much stronger password hashes that are also compatible with the&lt;br /&gt;Portable PHP password hashing framework.&lt;br /&gt;* Implemented a pluggable password hashing API supporting alternative&lt;br /&gt;hashing and authentication schemes.&lt;br /&gt;&lt;br /&gt;- &lt;span style="font-weight: bold;"&gt;Usability:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Improved installer requirements check.&lt;br /&gt;* Improved support for integration of WYSIWYG editors.&lt;br /&gt;* Implemented drag-and-drop positioning for input format listings.&lt;br /&gt;* Implemented drag-and-drop positioning for language listing.&lt;br /&gt;* Implemented drag-and-drop positioning for poll options.&lt;br /&gt;* Provided descriptions and human-readable names for user permissions.&lt;br /&gt;* Removed comment controls for users.&lt;br /&gt;* Removed display order settings for comment module. Comment display&lt;br /&gt;order can now be customised using the Views module.&lt;br /&gt;* Added additional features to the default install profile, and implemented&lt;br /&gt;a "slimmed down" install profile designed for developers.&lt;br /&gt;* Image toolkits are now provided by modules (rather than requiring a manual&lt;br /&gt;file copy to the includes directory).&lt;br /&gt;* Added an edit tab to taxonomy term pages.&lt;br /&gt;* Redesigned password strength validator.&lt;br /&gt;* Redesigned the add content type screen.&lt;br /&gt;* Highlight duplicate URL aliases.&lt;br /&gt;* Renamed "input formats" to "text formats".&lt;br /&gt;* Added configurable ability for users to cancel their own accounts.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Performance:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Improved performance on uncached page views by loading multiple core&lt;br /&gt;objects in a single database query.&lt;br /&gt;- Documentation:&lt;br /&gt;* Hook API documentation now included in Drupal core.&lt;br /&gt;- News aggregator:&lt;br /&gt;* Added OPML import functionality for RSS feeds.&lt;br /&gt;* Optionally, RSS feeds may be configured to not automatically generate feed blocks.&lt;br /&gt;- Search:&lt;br /&gt;* Added support for language-aware searches.&lt;br /&gt;- Aggregator:&lt;br /&gt;* Introduced architecture that allows pluggable parsers and processors for&lt;br /&gt;syndicating RSS and Atom feeds.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Testing:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Added test framework and tests.&lt;br /&gt;- Improved time zone support:&lt;br /&gt;* Drupal now uses PHP's time zone database when rendering dates in local&lt;br /&gt;time. Site-wide and user-configured time zone offsets have been converted&lt;br /&gt;to time zone names, e.g. Africa/Abidjan.&lt;br /&gt;* In some cases the upgrade and install scripts do not choose the preferred&lt;br /&gt;site default time zone. The automatically-selected time zone can be&lt;br /&gt;corrected at admin/settings/date-time.&lt;br /&gt;* If your site is being upgraded from Drupal 6 and you do not have the&lt;br /&gt;contributed date or event modules installed, user time zone settings will&lt;br /&gt;fallback to the system time zone and will have to be reconfigured by each user.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Removed ping module:&lt;/span&gt;&lt;br /&gt;* Contributed modules with similar functionality are available.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Refactored the "access rules" component of user module:&lt;/span&gt;&lt;br /&gt;* The user module now provides a simple interface for blocking single&lt;br /&gt;IP addresses. The previous functionality in the user module for restricting&lt;br /&gt;certain e-mail addresses and usernames is now available as a contributed module.&lt;br /&gt;Further, IP address range blocking is no longer supported and should be&lt;br /&gt;implemented at the operating system level.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Removed throttle module:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Alternative methods for improving performance are available in other core and&lt;br /&gt;contributed modules.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Added code registry:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Using the registry, modules declare their includable files via their .info file,&lt;br /&gt;allowing Drupal to lazy-load code as needed, resulting in significant performance&lt;br /&gt;and memory improvements.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Theme system:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Converted the 'bluemarine' theme to a tableless layout.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- File handling:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Files are now first class Drupal objects with file_load(), file_save(),&lt;br /&gt;and file_validate() functions and corresponding hooks.&lt;br /&gt;* The file_move(), file_copy() and file_delete() functions now operate on&lt;br /&gt;file objects and invoke file hooks so that modules are notified and can&lt;br /&gt;respond to changes.&lt;br /&gt;* For the occasions when only basic file manipulation are needed--such as&lt;br /&gt;uploading a site logo--that don't require the overhead of databases and&lt;br /&gt;hooks, the current unmanaged copy, move and delete operations have been&lt;br /&gt;preserved but renamed to file_unmanaged_*().&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;- Added aliased multi-site support:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; &lt;/span&gt;* Added support for mapping domain names to sites directories.&lt;br /&gt;- Added RDF support:&lt;br /&gt;* Modules can declare RDF namespaces which are serialized in the  tag&lt;br /&gt;for RDFa support.&lt;br /&gt;&lt;br /&gt;And, those are exciting new features as always a new Drupal release has lots of things to offer.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SnROJ4s89GI/AAAAAAAABDo/uruH_flwfkU/s1600-h/Drupal7_features.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 272px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SnROJ4s89GI/AAAAAAAABDo/uruH_flwfkU/s400/Drupal7_features.jpg" alt="" id="BLOGGER_PHOTO_ID_5364998987851822178" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Let's wait for the Day Drupal 7 is finally released.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-1015102266142531545?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/IWlcaiVZ1r4rXKn32tDODrDHjms/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IWlcaiVZ1r4rXKn32tDODrDHjms/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/IWlcaiVZ1r4rXKn32tDODrDHjms/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/IWlcaiVZ1r4rXKn32tDODrDHjms/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HVZSwmN-ayY:Yl_BTDdQO4c:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HVZSwmN-ayY:Yl_BTDdQO4c:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HVZSwmN-ayY:Yl_BTDdQO4c:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HVZSwmN-ayY:Yl_BTDdQO4c:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HVZSwmN-ayY:Yl_BTDdQO4c:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/HVZSwmN-ayY" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/1015102266142531545/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=1015102266142531545&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/1015102266142531545?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/1015102266142531545?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/HVZSwmN-ayY/drupal-7-features-to-watch-out-for.html" title="Drupal 7 Features to watch out for" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SnRMs6hcL6I/AAAAAAAABDg/yBOwm4fY3BU/s72-c/d7_issues.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/08/drupal-7-features-to-watch-out-for.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkYASHc6fyp7ImA9WxJUFE0.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-8134767601514559332</id><published>2009-07-12T14:10:00.006+05:45</published><updated>2009-07-12T18:54:09.917+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-12T18:54:09.917+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><title>Drupal Meetup Kathmandu, the event to be in</title><content type="html">Drupal Meetup Kathmandu is an event aiming to get together all the Drupal Users in Kathmandu to discuss, share ideas and collaborate organized by &lt;a href="http://www.yipl.com.np/" target="_blank"&gt;YoungInnovations Pvt. Ltd&lt;/a&gt;. It is an event aimed at all the Drupal users, Drupal Developers, Drupal Themers and anyone who has embraced Drupal in any form.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Slmi6oSgaGI/AAAAAAAABDY/pdUA53lFh0s/s1600-h/DrupalMeetupKtm_Logo.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 219px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Slmi6oSgaGI/AAAAAAAABDY/pdUA53lFh0s/s400/DrupalMeetupKtm_Logo.png" alt="" id="BLOGGER_PHOTO_ID_5357492359865067618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Drupal Meetup Kathmandu (DMK) targets to be a monthly event (preferably every 2nd Sunday of the English month) where any Drupal user can put forward his/her views or knowledge about Drupal with like minded people who use Drupal and know what it is capable of.&lt;br /&gt;&lt;br /&gt;Drupal has evolved a lot in the past few years and with Drupal 7 coming out in some time, we have a lot to expect from Drupal. If you know about Drupal and want to know how others use it then Drupal Meetup Kathmandu will be the right place to be at. If you want to know more about arguably the best Content Management System (CMS) then you must attend Drupal Meetup Kathmandu taking place on 19th July 2009.&lt;br /&gt;&lt;br /&gt;For more information please visit the following links:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://groups.google.com/group/drupalnepal/browse_thread/thread/92cc27fb718973cd" target="_blank"&gt;http://groups.google.com/group/drupalnepal/browse_thread/thread/92cc27fb718973cd &lt;/a&gt;- at Drupal Nepal Group&lt;/li&gt;&lt;li&gt;&lt;a rel="nofollow" href="http://www.facebook.com/event.php?eid=98550109885" target="_blank"&gt;http://www.facebook.com/event.php?eid=98550109885&lt;/a&gt; - Register for the event on Facebook or email at drupalnepal[at]yipl.com.np. &lt;a href="http://drupalnepal.pbworks.com/" target="_blank"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://drupalnepal.pbworks.com/" target="_blank"&gt;http://drupalnepal.pbworks.com&lt;/a&gt; - Wiki&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;blockquote&gt;If you wish to attend this event please register at the Facebook event page.&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-8134767601514559332?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/UVCUoVwyMcby9OKGIFLdnTyTC1o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UVCUoVwyMcby9OKGIFLdnTyTC1o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/UVCUoVwyMcby9OKGIFLdnTyTC1o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/UVCUoVwyMcby9OKGIFLdnTyTC1o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_HQ8q8DKtOU:AvCtCVZKBoU:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_HQ8q8DKtOU:AvCtCVZKBoU:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_HQ8q8DKtOU:AvCtCVZKBoU:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_HQ8q8DKtOU:AvCtCVZKBoU:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_HQ8q8DKtOU:AvCtCVZKBoU:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/_HQ8q8DKtOU" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/8134767601514559332/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=8134767601514559332&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/8134767601514559332?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/8134767601514559332?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/_HQ8q8DKtOU/drupal-meetup-kathmandu-event-to-be-in.html" title="Drupal Meetup Kathmandu, the event to be in" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Slmi6oSgaGI/AAAAAAAABDY/pdUA53lFh0s/s72-c/DrupalMeetupKtm_Logo.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><category term="CMS" scheme="http://rss.financialcontent.com/stocksymbol" /><category term="DMK" scheme="http://rss.financialcontent.com/stocksymbol" /><feedburner:origLink>http://geshan.blogspot.com/2009/07/drupal-meetup-kathmandu-event-to-be-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0MCRHY6eSp7ImA9WxJVGE0.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-7179369556706156722</id><published>2009-07-05T18:55:00.005+05:45</published><updated>2009-07-05T19:29:25.811+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-05T19:29:25.811+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Movie reviews I read are not satisfying</title><content type="html">Saturday morning, woke up late and what a day to relax as its a holiday. Then the usual thing flipped through a daily (let's not name which ;) but you can find out if you have seen it yesterday from the picture below). Then got my eyes set on a review a movie review, my eyes ran through it, it was not a long one but it left me dissatisfied for sure.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SlCo5QvV8ZI/AAAAAAAABCw/ZWENCVWrGF8/s1600-h/movie_review_2_blurr.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 335px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SlCo5QvV8ZI/AAAAAAAABCw/ZWENCVWrGF8/s400/movie_review_2_blurr.jpg" alt="" id="BLOGGER_PHOTO_ID_5354965658643067282" border="0" /&gt;&lt;/a&gt;I am not a movie buff nor do I follow all movies but at times I do read movie reviews. I read movie reviews to know how the movie is and also to know how its written. As far as I read about reviews and how to write them a review should talk about all the aspects of the product/service the review is of. But to my surprise I don't know why, mainly the reviews I read in news papers are just not satisfying. Even some I read online are not good as well.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SlCpsNFimlI/AAAAAAAABC4/DnMyZ36AseQ/s1600-h/movie_review_blurr.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 293px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SlCpsNFimlI/AAAAAAAABC4/DnMyZ36AseQ/s400/movie_review_blurr.jpg" alt="" id="BLOGGER_PHOTO_ID_5354966533835758162" border="0" /&gt;&lt;/a&gt;I believe people will flock the theaters if they find good words given by great movie reviewers/critic like Taran Adarsh.&lt;br /&gt;&lt;h4&gt;Lets look at what regular reviews are focused on:&lt;/h4&gt;&lt;ol&gt;&lt;li&gt;&lt;span&gt;Some parts of the story is revealed&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;Some comments on central characters  are made&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span&gt;Some suggestions on acting skills are given&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Some dress up sense and fashionista advice is showered. &lt;/li&gt;&lt;li&gt;May be some things on the music, location and similar things.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;I don't think it is justified, a movie is very big thing there are lots of people behind a movie. Why don't so many people even don't get mentioned for their work. I know all can't be listed but some major ones who don't appear on the screen deserve some compliments, comments and suggestions.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;Reviewers/critics should also write about following things:&lt;/h4&gt;&lt;ol&gt;&lt;li&gt;How well did the choreographer do?&lt;/li&gt;&lt;li&gt;How was the background music and were the songs aptly placed etc?&lt;/li&gt;&lt;li&gt;How well did the supporting characters supported the screenplay?&lt;/li&gt;&lt;li&gt;Any real flaws in the story?&lt;/li&gt;&lt;li&gt;How as the pace of the movie? how could it have been made better?&lt;/li&gt;&lt;li&gt;All other technical aspects editing, special effects use, sound things, camera angles?&lt;/li&gt;&lt;li&gt;Cast selection, comparisons etc...&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;the list can be endless but there are other things to write not just the central characters and the script/story.&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;Having said that, most people just read the regular reviews that I read. They just want to read how the actors look in the movie, whats the plot of the movie. I sense it is the reason such reviews are written and will be written.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Most reviews I read are like a rubber stamp, I may be wrong, there may be outstanding critics who see what most of us miss but I urge them to write it down as well. I guess this may being the change in writing better and ingenious review which stand out and do justice. &lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-7179369556706156722?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/YD5lFq1_jspqDHsGUX3rUlcYpv4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YD5lFq1_jspqDHsGUX3rUlcYpv4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/YD5lFq1_jspqDHsGUX3rUlcYpv4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/YD5lFq1_jspqDHsGUX3rUlcYpv4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_pJn4nmuP5o:DEDagJ5pu8M:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_pJn4nmuP5o:DEDagJ5pu8M:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_pJn4nmuP5o:DEDagJ5pu8M:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=_pJn4nmuP5o:DEDagJ5pu8M:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=_pJn4nmuP5o:DEDagJ5pu8M:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/_pJn4nmuP5o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/7179369556706156722/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=7179369556706156722&amp;isPopup=true" title="3 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7179369556706156722?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7179369556706156722?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/_pJn4nmuP5o/movie-reviews-i-read-are-not-satisfying.html" title="Movie reviews I read are not satisfying" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SlCo5QvV8ZI/AAAAAAAABCw/ZWENCVWrGF8/s72-c/movie_review_2_blurr.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">3</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/07/movie-reviews-i-read-are-not-satisfying.html</feedburner:origLink></entry><entry gd:etag="W/&quot;A0MDR3s8fCp7ImA9WxJVEkk.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-6104911675592525638</id><published>2009-06-28T19:09:00.010+05:45</published><updated>2009-06-29T10:09:36.574+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-29T10:09:36.574+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>SLC Results 2065 out, frustrations in</title><content type="html">Just back from my work place I heard a news on FM,  "SLC result 2065" is out and record high 68% passed this year. At the back of my mind a thought struck "Oh! my cousin sister also gave SLC this year". The news continued the results can be viewed online at &lt;a href="http://www.moe.gov.np/" target="_blank"&gt;www.soec.gov.np&lt;/a&gt;, &lt;a href="http://www.moe.gov.np/" target="_blank"&gt;www.moe.gov.np&lt;/a&gt; and &lt;a href="http://www.doe.gov.np/" target="_blank"&gt;www.doe.gov.np&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;I rushed to my room and connected to the internet, to my surprise and utter dismay SOEC.com.np said "SLC result 2065 has not been published yet!" but still I punched in her symbol no. and the result was nothing. It was so slow I had to open the website in Chrome, trying over the same thing again and again I found out there was an unexplainable error. It was simple overload and I got a not found error in result.php. And yes MOE and DOE do not have SLC results or even the word SLC 2065 on their home pages.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Skdx_b2IuTI/AAAAAAAABCU/MMxT0Icgv7Y/s1600-h/soec.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 276px;" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Skdx_b2IuTI/AAAAAAAABCU/MMxT0Icgv7Y/s400/soec.jpg" alt="" id="BLOGGER_PHOTO_ID_5352372016773642546" border="0" /&gt;&lt;/a&gt;Then after some minutes I got the following screen, oh my luck:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SkdyXOuuBPI/AAAAAAAABCc/1-HPICyp-0c/s1600-h/soec_suspended.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 276px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SkdyXOuuBPI/AAAAAAAABCc/1-HPICyp-0c/s400/soec_suspended.jpg" alt="" id="BLOGGER_PHOTO_ID_5352372425569731826" border="0" /&gt;&lt;/a&gt;The site was suspended by the provided may be due to overload. So I sent a SMS to 7373 but here also no luck there was no sign of getting the result. Then I searched some news sites, then I found a news on The Himalayan Times website below:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Skdzlu7G5AI/AAAAAAAABCk/Z0wehamg0gQ/s1600-h/tht_news.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 276px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/Skdzlu7G5AI/AAAAAAAABCk/Z0wehamg0gQ/s400/tht_news.jpg" alt="" id="BLOGGER_PHOTO_ID_5352373774241424386" border="0" /&gt;&lt;/a&gt;But again they did not check the sites and wrote "The results can also be viewed by logging on to the websites: " I guess they forgot to write "After some hours" in that line. Another news told you can listen to the result Dialing 1600 on a land line and it said the result in not yet published. Man I had not tried this hard to know my own SLC result, I was lazying on my bed as at our times it was published in the morning 5 AM ;). Now already frustrated I checked twitter, after Michael Jackson people were tweeting about it but no one new an answer how to get the results.&lt;br /&gt;&lt;br /&gt;&lt;h4&gt;My Frustration&lt;/h4&gt;&lt;ol&gt;&lt;li&gt;Why "shout out loud" in media before the result is published.&lt;/li&gt;&lt;li&gt;Why don't people in media FM, online media check things before telling them out&lt;/li&gt;&lt;li&gt;Why is there no concept of load balancing on these sort of high traffic and high priority things. &lt;a href="http://twitter.com/bibstha" target="_blank"&gt;@bibstha&lt;/a&gt; man it must be done, lets do it.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;There were 3 alternative sites none had a thing &lt;a href="http://slc.ntc.net.np/" target="_blank"&gt;www.slc.ntc.net.np&lt;/a&gt; said " SLC 2065 Result will be available here as soon as it is published officially- Thank you".&lt;/li&gt;&lt;li&gt;The SMS thing and dialing 1600 was on no use.&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h4&gt;Some Suggestions&lt;/h4&gt;&lt;ol&gt;&lt;li&gt;Don't publicize things that you have not tried.&lt;/li&gt;&lt;li&gt;Don't publish results in the evening ;)&lt;/li&gt;&lt;li&gt;In result publishing make it a single/multiple text or HTML file where one can search easily not a database request just because in our system it times out.&lt;/li&gt;&lt;li&gt;Let the results of SLC be available via multiple servers or great load balancing 3 lakh 91 thousand is a very big number if around 30 % view results online its more than 1 lakh 17 thousand.&lt;/li&gt;&lt;li&gt;Use technology so that people have faith on it, not one that does not work when needed and people hate it.&lt;/li&gt;&lt;/ol&gt;And Yes if you need the result get the raw txt in zipped format at : &lt;a href="https://files.getdropbox.com/u/547169/slc2065result.zip" target="_blank"&gt;https://files.getdropbox.com/u/547169/slc2065result.zip&lt;/a&gt; thanks to &lt;a href="http://twitter.com/jwalanta" target="_blank"&gt;@jwalanta&lt;/a&gt; and also at &lt;a href="http://ioelive.com/slc2065" target="_blank"&gt;http://ioelive.com/slc2065&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;I don't know why I wrote this as this is a sheer waste of time, nothings going to change. But if someone reads this and can bring in even a small change I would be happy.&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-6104911675592525638?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Tg5CnEXw01U-4CWnnXOYP6OMOps/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Tg5CnEXw01U-4CWnnXOYP6OMOps/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Tg5CnEXw01U-4CWnnXOYP6OMOps/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Tg5CnEXw01U-4CWnnXOYP6OMOps/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=N5-QkBGkge8:s914K-3sMhw:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=N5-QkBGkge8:s914K-3sMhw:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=N5-QkBGkge8:s914K-3sMhw:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=N5-QkBGkge8:s914K-3sMhw:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=N5-QkBGkge8:s914K-3sMhw:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/N5-QkBGkge8" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/6104911675592525638/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=6104911675592525638&amp;isPopup=true" title="9 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/6104911675592525638?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/6104911675592525638?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/N5-QkBGkge8/slc-results-2065-out-frustrations-in.html" title="SLC Results 2065 out, frustrations in" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_L4bRnZ5TPr8/Skdx_b2IuTI/AAAAAAAABCU/MMxT0Icgv7Y/s72-c/soec.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">9</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/06/slc-results-2065-out-frustrations-in.html</feedburner:origLink></entry><entry gd:etag="W/&quot;AkINSXg5eCp7ImA9WxJWGUk.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-8500951007626677565</id><published>2009-06-24T20:30:00.006+05:45</published><updated>2009-06-25T22:34:58.620+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-25T22:34:58.620+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><category scheme="http://www.blogger.com/atom/ns#" term="Website Review" /><title>Get your website's SEO on track with KeywordPerformance</title><content type="html">SEO short of Search Engine Optimization has now become the buzz word in this web 2.0 world. With search engines like Google getting smarter, SEO campaigns should be left to the professional to reap maximum benefits.&lt;br /&gt;&lt;br /&gt;If you take my word, SEO campaigns are like any other marketing campaigns&lt;span style=";font-family:&amp;quot;;font-size:12;"  &gt;&lt;/span&gt;, in marketing campaigns you target your audience, then make adverts be it print, audio or audio visual and start your campaign. In SEO you choose your keywords, apply some SEO magic and see your conversion rate get better. But major difference is push and pull marketing, in SEO the potential client is searching for you so you have more chances of converting the potential client to a client.&lt;br /&gt;&lt;br /&gt;Searching for some SEO company I found KeywordPerformance.com a good one. They claim years of experience in &lt;a href="http://www.keywordperformance.com/"&gt;search engine optimization&lt;/a&gt; and tell they have obtained long term search engine placement of keyword(s).&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SkJBd5Vrv9I/AAAAAAAABCA/389IMG69M6M/s1600-h/keyword_perf.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 242px;" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SkJBd5Vrv9I/AAAAAAAABCA/389IMG69M6M/s400/keyword_perf.jpg" alt="" id="BLOGGER_PHOTO_ID_5350911289133350866" border="0" /&gt;&lt;/a&gt;They aim to provide ethical search engine optimization which will organically rank you higher in search engines leading to maximum conversion rates and finally to more profit for their client. The SEO tools on their website like link popularity checker, server header checker and SEO glossary are very useful if you want to check your website's current SEO status.&lt;br /&gt;&lt;br /&gt;The tips and articles about SEO included in the site come handy if you want to dig deeper into SEO. The main menu laid vertically with sub links poping up is good but if they could make it on hover rather than click it would have been better. They even provide a client login which deals with billings, website statistics and other things.&lt;br /&gt;&lt;br /&gt;Keyword performance is an &lt;a href="http://www.keywordperformance.com/internet-marketing-services.cfm"&gt;internet marketing firm&lt;/a&gt; which provides services like internet marketing, video SEO, search engine placement, search engine rankings etc. The &lt;a href="http://www.keywordperformance.com/sitemap.cfm"&gt;sitemap&lt;/a&gt; page fully depicts the sections of the website and the pages in the website. A suggestion I would like to make is that if they had put some client testimonials it would have been better, as a visitor would know who has been their client and what the client's response to the service provided was.&lt;br /&gt;&lt;br /&gt;They also have &lt;a href="http://www.keywordperformance.com/seo-blog"&gt;seo blog&lt;/a&gt; section, in this section they blog about SEO and related topics. I found the blogs in the SEO tools category interesting. The blog seem updated but I guees they can add more content to the blog section.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SkJE0ESTNrI/AAAAAAAABCI/eBuFxrDE_Ck/s1600-h/keyword_perf_blog.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 242px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SkJE0ESTNrI/AAAAAAAABCI/eBuFxrDE_Ck/s400/keyword_perf_blog.jpg" alt="" id="BLOGGER_PHOTO_ID_5350914968563955378" border="0" /&gt;&lt;/a&gt;In relation to the design of the website, it looks average but it can be made better with some Web 2.0 things. They can work on the user interface, color combination and typography to make the visitor feel better and also uplift their own SEO ranking.&lt;br /&gt;&lt;blockquote&gt;All in all, KeywordPerformace.com is a good website and I hope the company provides outstanding SEO services as it claims. The website can be made better. Hope you rank higher in all major search engines with good and ethical SEO practices.&lt;br /&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-8500951007626677565?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Le8lBpNJ6ZrcXGn8USKdr-9PhXU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Le8lBpNJ6ZrcXGn8USKdr-9PhXU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Le8lBpNJ6ZrcXGn8USKdr-9PhXU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Le8lBpNJ6ZrcXGn8USKdr-9PhXU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HPJUJu0PIoA:bNcWeDBqZLg:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HPJUJu0PIoA:bNcWeDBqZLg:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HPJUJu0PIoA:bNcWeDBqZLg:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=HPJUJu0PIoA:bNcWeDBqZLg:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=HPJUJu0PIoA:bNcWeDBqZLg:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/HPJUJu0PIoA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/8500951007626677565/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=8500951007626677565&amp;isPopup=true" title="6 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/8500951007626677565?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/8500951007626677565?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/HPJUJu0PIoA/get-your-websites-seo-on-track-with.html" title="Get your website's SEO on track with KeywordPerformance" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SkJBd5Vrv9I/AAAAAAAABCA/389IMG69M6M/s72-c/keyword_perf.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">6</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/06/get-your-websites-seo-on-track-with.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0MDRXc7fSp7ImA9WxJWF0s.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-1089927734935657495</id><published>2009-06-23T12:26:00.010+05:45</published><updated>2009-06-23T19:42:54.905+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-23T19:42:54.905+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><title>5 great designed Drupal themes</title><content type="html">Browsing through some Drupal themes, I found some great designed themes for Drupal 6. I will let the themes speak for themselves :). Amongst them here are my top 5 picks in alphabetical order (links open in new window/tab):&lt;br /&gt;&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Acquia Slate&lt;/span&gt;: is by made &lt;a href="http://acquia.com/" target="_blank"&gt;Acquia &lt;/a&gt;with &lt;a href="http://topnotchthemes.com/" target="_blank"&gt;TopNotchThemes&lt;/a&gt;. It is very flexible theme with 14 block regions and lots of cool settings. Like &lt;a href="http://drupal.org/project/acquia_marina" target="_blank"&gt;Acquia Marina&lt;/a&gt; it is a great theme for blogs as well. Get it at: &lt;a href="http://drupal.org/project/acquia_slate" target="_blank"&gt;http://drupal.org/project/acquia_slate&lt;br /&gt;&lt;/a&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SkB7hyv78tI/AAAAAAAABBY/YCusqdjvGXY/s1600-h/acquia_slate.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 339px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SkB7hyv78tI/AAAAAAAABBY/YCusqdjvGXY/s400/acquia_slate.png" alt="" id="BLOGGER_PHOTO_ID_5350412177804882642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Agregado&lt;/span&gt;: is a very cool looking dark theme. It looks very clean and elegeant and will surely be a great fit for a blog. Find it at: &lt;a href="http://drupal.org/project/agregado" target="_blank"&gt;http://drupal.org/project/agregado&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SkB-c1onA9I/AAAAAAAABB4/mlE9Dq-Qslk/s1600-h/agregado.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SkB-c1onA9I/AAAAAAAABB4/mlE9Dq-Qslk/s400/agregado.png" alt="" id="BLOGGER_PHOTO_ID_5350415391214994386" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Color Paper&lt;/span&gt;: Yet another great theme for a blog, it has different color variations as well. This theme looks good but the title area can be made better. I am using this for my blog at my Drupal site &lt;a href="http://www.geshanmanandhar.com/blog" target="_blank"&gt;here&lt;/a&gt;. Get  at: &lt;a href="http://drupal.org/project/colorpaper" target="_blank"&gt;http://drupal.org/project/colorpaper&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SkB8NplNtxI/AAAAAAAABBg/bMON4yQkcT0/s1600-h/color_paper.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SkB8NplNtxI/AAAAAAAABBg/bMON4yQkcT0/s400/color_paper.png" alt="" id="BLOGGER_PHOTO_ID_5350412931258234642" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Magazeen&lt;/span&gt;: is yet another bloggish 2 column theme. The section below header is the USP of this theme. Clean, simple and elegant, this theme has a good color combination of dark header and bright body. You can make it yours at : &lt;a href="http://drupal.org/project/magazeen" target="_blank"&gt;http://drupal.org/project/magazeen&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SkB8hki7qsI/AAAAAAAABBo/1JMNqfNtgyE/s1600-h/magazeen.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 279px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SkB8hki7qsI/AAAAAAAABBo/1JMNqfNtgyE/s400/magazeen.jpg" alt="" id="BLOGGER_PHOTO_ID_5350413273503869634" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-weight: bold;"&gt;Waffles&lt;/span&gt;: is a theme based on Acquia Marina, looks somewhat like it. The header is different and there is a header without the girl ;). It is a flexible design, and with 15 block regions it gives you 1-3 column layout. Get the theme at: &lt;a href="http://drupal.org/project/waffles" target="_blank"&gt;http://drupal.org/project/waffles&lt;/a&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SkB88B5rr8I/AAAAAAAABBw/RnNyY-davoA/s1600-h/waffles.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 294px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SkB88B5rr8I/AAAAAAAABBw/RnNyY-davoA/s400/waffles.jpg" alt="" id="BLOGGER_PHOTO_ID_5350413728060518338" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;br /&gt;&lt;blockquote&gt;I hope you like my selection of cool and refreshing new themes for Drupal 6. Only one problem, almost all themes are for blogs, when will Drupal have great free multipurpose themes?&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-1089927734935657495?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ibA7lHwT9hVFrsvokC1fqxl_MBM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ibA7lHwT9hVFrsvokC1fqxl_MBM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ibA7lHwT9hVFrsvokC1fqxl_MBM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ibA7lHwT9hVFrsvokC1fqxl_MBM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=WnfOj-NgWMA:xkQYWkhRoI0:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=WnfOj-NgWMA:xkQYWkhRoI0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=WnfOj-NgWMA:xkQYWkhRoI0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=WnfOj-NgWMA:xkQYWkhRoI0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=WnfOj-NgWMA:xkQYWkhRoI0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/WnfOj-NgWMA" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/1089927734935657495/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=1089927734935657495&amp;isPopup=true" title="4 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/1089927734935657495?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/1089927734935657495?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/WnfOj-NgWMA/5-great-designed-drupal-themes.html" title="5 great designed Drupal themes" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SkB7hyv78tI/AAAAAAAABBY/YCusqdjvGXY/s72-c/acquia_slate.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">4</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/06/5-great-designed-drupal-themes.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D04AQXs-eip7ImA9WxJXGEs.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-2630855837780722963</id><published>2009-06-13T08:26:00.005+05:45</published><updated>2009-06-13T09:50:40.552+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-13T09:50:40.552+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Grab your FACEBOOK username before someone else does</title><content type="html">To all the &lt;a href="http://www.facebook.com/" target="_blank"&gt;Facebook&lt;/a&gt; fans, addicts and users. You might be fully aware that now you can have a user name instead of the ugly URL that passed your user id ?id=123456789, which is cool. I guess this may be another bid of Facebook be similar to &lt;a href="http://www.twitter.com/" target="_blank"&gt;Twitter&lt;/a&gt;. In the last design change many had complains that it was too much like twitter mainly the wall thing.&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SjMShOr8o9I/AAAAAAAABBA/_UD7wggaYwQ/s1600-h/fb_username.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 318px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SjMShOr8o9I/AAAAAAAABBA/_UD7wggaYwQ/s400/fb_username.jpg" alt="" id="BLOGGER_PHOTO_ID_5346637544706319314" border="0" /&gt;&lt;/a&gt;Other things aside, I still have around an hour and half to go to get my username on facebook. So what will happen really then, see below:&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SjMTNrxa8mI/AAAAAAAABBI/Azyxhj0cY28/s1600-h/fb_id_to_un.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 79px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SjMTNrxa8mI/AAAAAAAABBI/Azyxhj0cY28/s400/fb_id_to_un.jpg" alt="" id="BLOGGER_PHOTO_ID_5346638308428149346" border="0" /&gt;&lt;/a&gt;(Image from Facebook Blog)&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;br /&gt;Let's hope everyone gets their desired username be it their own name, first name only, first and last name or a nick that identifies their web presence. So hurry up and grab your facebook user name at &lt;a href="http://www.facebook.com/username" target="_blank"&gt;http://www.facebook.com/username&lt;/a&gt;.&lt;br /&gt;&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;h3&gt;UPDATE&lt;/h3&gt;I got mine :).&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SjMlU9z_89I/AAAAAAAABBQ/388-Ccy2_2w/s1600-h/my_un_fb.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 188px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SjMlU9z_89I/AAAAAAAABBQ/388-Ccy2_2w/s400/my_un_fb.jpg" alt="" id="BLOGGER_PHOTO_ID_5346658224739185618" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Enjoy your desired faceboook username and don't be left behind hurry up.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-2630855837780722963?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/bYbdcUbQvCrmOTsLCjFEga7pbuk/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bYbdcUbQvCrmOTsLCjFEga7pbuk/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/bYbdcUbQvCrmOTsLCjFEga7pbuk/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/bYbdcUbQvCrmOTsLCjFEga7pbuk/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=05iwyDAqMME:0h48bWQF5L0:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=05iwyDAqMME:0h48bWQF5L0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=05iwyDAqMME:0h48bWQF5L0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=05iwyDAqMME:0h48bWQF5L0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=05iwyDAqMME:0h48bWQF5L0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/05iwyDAqMME" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/2630855837780722963/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=2630855837780722963&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/2630855837780722963?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/2630855837780722963?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/05iwyDAqMME/grab-your-facebook-username-before.html" title="Grab your FACEBOOK username before someone else does" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SjMShOr8o9I/AAAAAAAABBA/_UD7wggaYwQ/s72-c/fb_username.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/06/grab-your-facebook-username-before.html</feedburner:origLink></entry><entry gd:etag="W/&quot;C0YBQ3c_eip7ImA9WxJQGEg.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-5984290363550366297</id><published>2009-05-31T21:37:00.006+05:45</published><updated>2009-06-01T15:57:32.942+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-06-01T15:57:32.942+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Advertise in a way that your audience understands</title><content type="html">Switching channels I watched some adverts (Television Commercials -TVCs) of Castrol lubricant, now its not just oil its liquid engineering. As wikipedia says "Castrol is a brand of industrial and automotive lubricants which is applied to a large range of oils, greases and similar products for most lubrication applications.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SiKpVyRZptI/AAAAAAAABA4/MtTNYVrNdLc/s1600-h/castrol_li.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 241px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SiKpVyRZptI/AAAAAAAABA4/MtTNYVrNdLc/s400/castrol_li.jpg" alt="" id="BLOGGER_PHOTO_ID_5342018299751933650" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The Castrol brand is part of the BP Group of companies, but has retained its separate identity."&lt;br /&gt;&lt;br /&gt;Liquid engineering is striking to know but the commercial below defines what's it very easily:&lt;br /&gt;The video is here:&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/77FxXIYshpA&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/77FxXIYshpA&amp;amp;hl=en&amp;amp;fs=1&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Then I saw a simple 30 second commercial, that tells you why spend more on oil and less on maintenance. Very simple advert put in a way and language that the audience will understand from the word go. Below see the ad.:&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/k_uv6ZB7S_Q&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/k_uv6ZB7S_Q&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;Last but not the least, I came across the ad. of Chuck Norris of India, Mr. Rajnikant. On a very light note, I once read "Ranjnikant can strangle you with a wireless phone", and I even read  "Rajnikant can slam a revolving door."  with this amazing intro of Ranjikant let's see what message he delivers in the Castrol ad. below:&lt;br /&gt;&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/UQ4TYUqDx7A&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6"&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;embed src="http://www.youtube.com/v/UQ4TYUqDx7A&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0x006699&amp;amp;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;I hope you also found the advert amazingly stupid and though animated but insane :).&lt;br /&gt;&lt;br /&gt;But the point here is adverts should connect directly with the intended audience be it one who wants to understand liquid engineering, or one who wants to pay more for oil and less for the maintenance or even one who thinks Rajnikant is god. And yes the three ads have covered cars, trucks and bikes as well.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;I'm not an Ad. guru or a marketing specialist but as a normal viewer I admire the above ads. and the way they are presented.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-5984290363550366297?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/pipARoNS65SNPdgjeHx0QhvVpZo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pipARoNS65SNPdgjeHx0QhvVpZo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/pipARoNS65SNPdgjeHx0QhvVpZo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/pipARoNS65SNPdgjeHx0QhvVpZo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=v1gNTyQ6vvQ:NpW7l0Wk2AM:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=v1gNTyQ6vvQ:NpW7l0Wk2AM:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=v1gNTyQ6vvQ:NpW7l0Wk2AM:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=v1gNTyQ6vvQ:NpW7l0Wk2AM:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=v1gNTyQ6vvQ:NpW7l0Wk2AM:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/v1gNTyQ6vvQ" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/5984290363550366297/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=5984290363550366297&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/5984290363550366297?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/5984290363550366297?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/v1gNTyQ6vvQ/advertise-in-way-that-your-audience.html" title="Advertise in a way that your audience understands" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/SiKpVyRZptI/AAAAAAAABA4/MtTNYVrNdLc/s72-c/castrol_li.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/05/advertise-in-way-that-your-audience.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cCSHs9eyp7ImA9WxJRGE8.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-3778965364374292292</id><published>2009-05-20T18:37:00.004+05:45</published><updated>2009-05-20T18:56:09.563+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-20T18:56:09.563+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Load Shedding Schedule 20th May 2009, Kathmandu, Nepal</title><content type="html">Good news I guess load shedding is 8 hours a day, but 2 days are bad when the light goes for 8 hours continuously.&lt;br /&gt;&lt;br /&gt;Anyways be the first one to get the schedule:&lt;br /&gt;&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/ShP-8yZESGI/AAAAAAAABAw/e6aVWvmzY28/s1600-h/LS_20thMay09.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 291px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/ShP-8yZESGI/AAAAAAAABAw/e6aVWvmzY28/s400/LS_20thMay09.jpg" alt="" id="BLOGGER_PHOTO_ID_5337890303636686946" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Get the file here:&lt;br /&gt;&lt;br /&gt;&lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_361381609868536" name="doc_361381609868536" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="400" width="450"&gt;  &lt;param name="movie" value="http://d.scribd.com/ScribdViewer.swf?document_id=15654875&amp;amp;access_key=key-26srzjg5awn3u4bst1mj&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode=list"&gt;   &lt;param name="quality" value="high"&gt;   &lt;param name="play" value="true"&gt;  &lt;param name="loop" value="true"&gt;   &lt;param name="scale" value="showall"&gt;  &lt;param name="wmode" value="opaque"&gt;   &lt;param name="devicefont" value="false"&gt;  &lt;param name="bgcolor" value="#ffffff"&gt;   &lt;param name="menu" value="true"&gt;  &lt;param name="allowFullScreen" value="true"&gt;   &lt;param name="allowScriptAccess" value="always"&gt;   &lt;param name="salign" value=""&gt;            &lt;param name="mode" value="list"&gt;       &lt;embed src="http://d.scribd.com/ScribdViewer.swf?document_id=15654875&amp;amp;access_key=key-26srzjg5awn3u4bst1mj&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode=list" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_361381609868536_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" mode="list" align="middle" height="400" width="450"&gt;&lt;/embed&gt;   &lt;/object&gt; &lt;div style="margin: 6px auto 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block;"&gt;&lt;br /&gt;  &lt;a href="http://www.scribd.com/tag/sport" style="text-decoration: underline;"&gt;&lt;/a&gt;       &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Plan your things as per the new schedule.&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-3778965364374292292?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/nF9rGjVRzOxLbaUVib4jeELPwbw/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nF9rGjVRzOxLbaUVib4jeELPwbw/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/nF9rGjVRzOxLbaUVib4jeELPwbw/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/nF9rGjVRzOxLbaUVib4jeELPwbw/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=y90XBteQ1fk:Zbp8Byct7UI:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=y90XBteQ1fk:Zbp8Byct7UI:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=y90XBteQ1fk:Zbp8Byct7UI:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=y90XBteQ1fk:Zbp8Byct7UI:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=y90XBteQ1fk:Zbp8Byct7UI:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/y90XBteQ1fk" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/3778965364374292292/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=3778965364374292292&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3778965364374292292?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/3778965364374292292?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/y90XBteQ1fk/load-shedding-schedule-20th-may-2009.html" title="Load Shedding Schedule 20th May 2009, Kathmandu, Nepal" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://1.bp.blogspot.com/_L4bRnZ5TPr8/ShP-8yZESGI/AAAAAAAABAw/e6aVWvmzY28/s72-c/LS_20thMay09.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/05/load-shedding-schedule-20th-may-2009.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DUQFRHY9fyp7ImA9WxJSFks.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-4645411169391522568</id><published>2009-05-06T18:06:00.012+05:45</published><updated>2009-05-07T09:20:15.867+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-05-07T09:20:15.867+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Drupal" /><category scheme="http://www.blogger.com/atom/ns#" term="Book Review" /><title>Tweak and create new drupal themes like a pro with Drupal 6 Themes</title><content type="html">It's been some years I have been using Drupal, without doubts its one of the best free and open source CMS around. With pass in time Drupal has achieved new milestones and with Drupal 6 the themes/skin aspect of Drupal has also got stronger than the previous versions. The new Drupal theme system is great and to reap maximum benefits from this new and improved themeing system I recommend you Drupal 6 themes.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SgGL27mnX1I/AAAAAAAABAg/vkv1gicDGZY/s1600-h/d6_themes_cover.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 315px; height: 400px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SgGL27mnX1I/AAAAAAAABAg/vkv1gicDGZY/s400/d6_themes_cover.gif" alt="" id="BLOGGER_PHOTO_ID_5332697209612230482" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The written by Ric Shreves has 9 great chapters in its 2 hundred and 85 pages. Starting from the simple components of a Drupal theme and guiding you to the the complex theming of Drupal forms the flow of the book is quite interesting and enjoyable. The book takes you through a step by step journey where you as a designer with knowledge of XHTML and CSS will come out as a Drupal theming ninja when you approach towards the end of the journey.&lt;br /&gt;&lt;br /&gt;A very good aspect covered by the book is that, with view of Drupal's modular architecture the book tries to highlight the needed cohesion between themes, modules, nodes and blocks. It tries to signify the point that themes can't be seen in isolation, though being distict and they are a part of the whole Drupal ecosystem.&lt;br /&gt;&lt;br /&gt;The descirption of theme engines and PHP template is also admirable. In addition the book highlights the best way override and intercept default CSS files with new ones or custom ones. The usage of theme functions and overriding them will require some PHP knowledge but with this book by the side it will be easy. The description of all the theming functions in related core modules will be of great help to themers as they override the function they want to, to get the prefect look. The book's language and writing style is easy to understand and the screenshots at correct places makes reading this book a pleasure.&lt;br /&gt;&lt;br /&gt;In chapter 6, page no. 148 the transition from Zen to Tao is the best part of the book. Zen is a great starting theme and book provides a systematic, step by step and hands on approach to transform Zen into a new theme. With the dummy content and links the theme development process is an enjoyable learning experience.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SgGMB41dekI/AAAAAAAABAo/ZOhVh1EfpkY/s1600-h/d6_zen_to_tao.gif"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 366px; height: 400px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/SgGMB41dekI/AAAAAAAABAo/ZOhVh1EfpkY/s400/d6_zen_to_tao.gif" alt="" id="BLOGGER_PHOTO_ID_5332697397847751234" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;Chapter 7 to 9 deal with more advance topics like building your own theme, dynamic theming and dealing with form. The planning and visualization of your own theme has been put very well. But I guess these chapters are more focused to the developer and not only the designer. On the brighter side it give you a better insight on how Drupal themes are build, how to operate an existing or contributed Drupal theme and find out what is in it. Dynamic theme deals with targeting specific node or block or user. Like if you want to theme block with id 3 then here you get the details on how to do it. It helps is customizing a Drupal theme for those over demanding clients. The use of the &lt;a href="http://drupal.org/project/devel" target="_blank"&gt;Devel &lt;/a&gt;module has also been done, it will help you theme better.&lt;br /&gt;&lt;br /&gt;The last chapter has the low down on how to make the forms look right and as you want in a theme. Forms are integral part of the Drupal CMS and theming them is very important to get the complete look and feel. With some overriding, custom code and help from modules and firefox add ons you will be able to theme the forms as you want them to.&lt;br /&gt;&lt;br /&gt;All in all, this is a very good book and must for all Drupal themers who want to be Drupal theming ninjas. Have fun reading this book, you can buy the book &lt;a href="http://www.packtpub.com/drupal-6-themes/book/mid/2303096ez04g" target="_blank"&gt;here&lt;/a&gt;. With help from this book you will be able to tweak base themes to make them look cool or even make your own Drupal theme.&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-4645411169391522568?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QCZZeuI_ceyQdbvnkBPn3CohrM8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QCZZeuI_ceyQdbvnkBPn3CohrM8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QCZZeuI_ceyQdbvnkBPn3CohrM8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QCZZeuI_ceyQdbvnkBPn3CohrM8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=mdwpa8Kha1o:53v53LS_e6Q:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=mdwpa8Kha1o:53v53LS_e6Q:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=mdwpa8Kha1o:53v53LS_e6Q:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=mdwpa8Kha1o:53v53LS_e6Q:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=mdwpa8Kha1o:53v53LS_e6Q:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/mdwpa8Kha1o" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/4645411169391522568/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=4645411169391522568&amp;isPopup=true" title="5 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/4645411169391522568?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/4645411169391522568?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/mdwpa8Kha1o/tweak-and-create-new-drupal-themes-like.html" title="Tweak and create new drupal themes like a pro with Drupal 6 Themes" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SgGL27mnX1I/AAAAAAAABAg/vkv1gicDGZY/s72-c/d6_themes_cover.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">5</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/05/tweak-and-create-new-drupal-themes-like.html</feedburner:origLink></entry><entry gd:etag="W/&quot;D0cFRXY9eCp7ImA9WxJTEU0.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-2209327596291232378</id><published>2009-04-19T07:04:00.005+05:45</published><updated>2009-04-19T07:21:54.860+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-19T07:21:54.860+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Egnyte corporate file sharing needs served</title><content type="html">Have you been wondering lately, how will your files be secure and backed up? Is there good backup and security policy for files in my company? Then relax a bit. You don't need to setup very expensive and resource demanding file servers, there are solutions that cater your file sharing needs. A feature rich name that stands out among these is Egnyte which is a &lt;a href="http://www.egnyte.com/"&gt;file sharing software&lt;/a&gt;.&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Sep9Nb5yb8I/AAAAAAAABAI/NGmAEqeASns/s1600-h/egnyte_homepage.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 249px;" src="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Sep9Nb5yb8I/AAAAAAAABAI/NGmAEqeASns/s400/egnyte_homepage.jpg" alt="" id="BLOGGER_PHOTO_ID_5326207179100942274" border="0" /&gt;&lt;/a&gt;Egnyte is an easy to use file sharing solution which has needed features like storing, sharing and backing up files with focus on security and privacy. You will be able to search needed files, collaborate on same documents without the need of extra hardware or even human resource to take care of your file sharing needs.&lt;br /&gt;&lt;br /&gt;Egnyte the &lt;a href="http://www.egnyte.com/"&gt;file sharing software&lt;/a&gt; also offers a trial version of 15 days and if you like the service then you can use Egnyte. The cost for the service is depicted below:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sep-MdRLeFI/AAAAAAAABAQ/v9Ld0x0p2tY/s1600-h/pay.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 228px;" src="http://1.bp.blogspot.com/_L4bRnZ5TPr8/Sep-MdRLeFI/AAAAAAAABAQ/v9Ld0x0p2tY/s400/pay.jpg" alt="" id="BLOGGER_PHOTO_ID_5326208261799245906" border="0" /&gt;&lt;/a&gt;The cost seems quite justified for the range of features provided. For your convenience Egnyte also provides access from mobile devices, &lt;a href="http://www.egnyte.com/corp/po_mobile.html"&gt;here&lt;/a&gt; you can learn more about how mobile access to your files will help you reap more benefits. If you want to explore more about the service see &lt;a href="http://www.egnyte.com/corp/product_demo.html#"&gt;this&lt;/a&gt; page which defines about the product demo.&lt;br /&gt;&lt;br /&gt;Using these kinds of services one thing that always concerns customers is security. Egnyte confirms clients of hardware security, full access control over files and network security with very good encryption. This will make your decision to use this service easier.&lt;br /&gt;&lt;br /&gt;Forget about buying a new file server, try your hands on new software as a service (SAAS) solution like Egnyte, you will be happy with the outcome.&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-2209327596291232378?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/S0Y-LYgH8gH17SpJ1xhVG2j94sA/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S0Y-LYgH8gH17SpJ1xhVG2j94sA/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/S0Y-LYgH8gH17SpJ1xhVG2j94sA/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/S0Y-LYgH8gH17SpJ1xhVG2j94sA/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LmcDzAY8O98:E0sTKDZwBMs:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LmcDzAY8O98:E0sTKDZwBMs:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LmcDzAY8O98:E0sTKDZwBMs:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=LmcDzAY8O98:E0sTKDZwBMs:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=LmcDzAY8O98:E0sTKDZwBMs:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/LmcDzAY8O98" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/2209327596291232378/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=2209327596291232378&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/2209327596291232378?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/2209327596291232378?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/LmcDzAY8O98/egnyte-corporate-file-sharing-needs.html" title="Egnyte corporate file sharing needs served" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/_L4bRnZ5TPr8/Sep9Nb5yb8I/AAAAAAAABAI/NGmAEqeASns/s72-c/egnyte_homepage.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><category term="SAAS" scheme="http://rss.financialcontent.com/stocksymbol" /><feedburner:origLink>http://geshan.blogspot.com/2009/04/egnyte-corporate-file-sharing-needs.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DEQGQ34_eyp7ImA9WxJTFkk.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-7876909140600054854</id><published>2009-04-17T14:48:00.004+05:45</published><updated>2009-04-25T13:43:42.043+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-25T13:43:42.043+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Load Shedding Schedule 19th April 2009, Kathmandu, Nepal</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SehKSxphshI/AAAAAAAABAA/qHx9nK1Adro/s1600-h/load_shedding_17thApr09_p.png"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 277px;" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SehKSxphshI/AAAAAAAABAA/qHx9nK1Adro/s400/load_shedding_17thApr09_p.png" alt="" id="BLOGGER_PHOTO_ID_5325588245791224338" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The new load shedding schedule, no comments this time.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a title="View Load Shedding Schedule 17thApril 2009 Kathmandu, Nepal on Scribd" href="http://www.scribd.com/doc/14331509/Load-Shedding-Schedule-17thApril-2009-Kathmandu-Nepal" style="margin: 12px auto 6px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 14px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block; text-decoration: underline;"&gt;Load Shedding Schedule 17thApril 2009 Kathmandu, Nepal&lt;/a&gt; &lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_87500748753120" name="doc_87500748753120" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" rel="media:document" resource="http://d.scribd.com/ScribdViewer.swf?document_id=14331509&amp;amp;access_key=key-122fk1y5wavtrcxuk5mk&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode=" media="http://search.yahoo.com/searchmonkey/media/" dc="http://purl.org/dc/terms/" align="middle" height="500" width="100%"&gt;  &lt;param name="movie" value="http://d.scribd.com/ScribdViewer.swf?document_id=14331509&amp;amp;access_key=key-122fk1y5wavtrcxuk5mk&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode="&gt;   &lt;param name="quality" value="high"&gt;   &lt;param name="play" value="true"&gt;  &lt;param name="loop" value="true"&gt;   &lt;param name="scale" value="showall"&gt;  &lt;param name="wmode" value="opaque"&gt;   &lt;param name="devicefont" value="false"&gt;  &lt;param name="bgcolor" value="#ffffff"&gt;   &lt;param name="menu" value="true"&gt;  &lt;param name="allowFullScreen" value="true"&gt;   &lt;param name="allowScriptAccess" value="always"&gt;   &lt;param name="salign" value=""&gt;        &lt;embed src="http://d.scribd.com/ScribdViewer.swf?document_id=14331509&amp;amp;access_key=key-122fk1y5wavtrcxuk5mk&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode=" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_87500748753120_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" align="middle" height="500" width="100%"&gt;&lt;/embed&gt;             &lt;span rel="media:thumbnail" href="http://i.scribd.com/public/images/uploaded/21074965/iZu58oOjkn4nUe_thumbnail.jpeg"&gt;       &lt;span property="media:title"&gt;Load Shedding Schedule 17thApril 2009 Kathmandu, Nepal&lt;/span&gt;   &lt;span property="dc:creator"&gt;geshan&lt;/span&gt;        &lt;span property="dc:description"&gt;Load shedding new schedule.&lt;/span&gt;       &lt;span property="dc:type" content="Text"&gt;    &lt;/span&gt;&lt;/span&gt;&lt;/object&gt; &lt;div style="margin: 6px auto 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block;"&gt;    &lt;a href="http://www.scribd.com/upload" style="text-decoration: underline;"&gt;Publish at Scribd&lt;/a&gt; or &lt;a href="http://www.scribd.com/browse" style="text-decoration: underline;"&gt;explore&lt;/a&gt; others:            &lt;a href="http://www.scribd.com/browse/School-Work/" style="text-decoration: underline;"&gt;School Work&lt;/a&gt;              &lt;a href="http://www.scribd.com/browse/Brochures-Catalogs/" style="text-decoration: underline;"&gt;Brochures &amp;amp; Catalogs&lt;/a&gt;                  &lt;a href="http://www.scribd.com/tag/information" style="text-decoration: underline;"&gt;information&lt;/a&gt;              &lt;a href="http://www.scribd.com/tag/schedule" style="text-decoration: underline;"&gt;schedule&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;UPDATE: And some chages in Lazimpat and Patan, Sanepa area:&lt;br /&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SfLCY6j68vI/AAAAAAAABAY/-RzZn47Lh5g/s1600-h/load_shedding_change.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 169px;" src="http://2.bp.blogspot.com/_L4bRnZ5TPr8/SfLCY6j68vI/AAAAAAAABAY/-RzZn47Lh5g/s400/load_shedding_change.jpg" alt="" id="BLOGGER_PHOTO_ID_5328535042425287410" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;     &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-7876909140600054854?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/aVkn1h5Lhuc4umRTueZmegPbM1o/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aVkn1h5Lhuc4umRTueZmegPbM1o/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/aVkn1h5Lhuc4umRTueZmegPbM1o/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/aVkn1h5Lhuc4umRTueZmegPbM1o/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=YWk7i2H6KTg:54H3zFrRWf0:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=YWk7i2H6KTg:54H3zFrRWf0:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=YWk7i2H6KTg:54H3zFrRWf0:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=YWk7i2H6KTg:54H3zFrRWf0:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=YWk7i2H6KTg:54H3zFrRWf0:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/YWk7i2H6KTg" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/7876909140600054854/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=7876909140600054854&amp;isPopup=true" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7876909140600054854?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/7876909140600054854?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/YWk7i2H6KTg/load-shedding-schedule-19th-april-2009.html" title="Load Shedding Schedule 19th April 2009, Kathmandu, Nepal" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SehKSxphshI/AAAAAAAABAA/qHx9nK1Adro/s72-c/load_shedding_17thApr09_p.png" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/04/load-shedding-schedule-19th-april-2009.html</feedburner:origLink></entry><entry gd:etag="W/&quot;DkEMQXwycSp7ImA9WxVbFkw.&quot;"><id>tag:blogger.com,1999:blog-2064195503013110780.post-676045637993745223</id><published>2009-04-02T01:23:00.001+05:45</published><updated>2009-04-02T01:23:00.299+05:45</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-02T01:23:00.299+05:45</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Technology" /><category scheme="http://www.blogger.com/atom/ns#" term="Misc" /><title>Intenet in Nepal is 34 times more expensive than in UK</title><content type="html">We &lt;span style="font-weight: bold;"&gt;Nepalis being tagged one of the poorest in the world pay one of the highest fee for internet, which is 34 times more than the United Kingdom and 10 times more then the United States&lt;/span&gt;. When fast internet be possible and available in really cheap prices like in the rest of the world?&lt;br /&gt;&lt;br /&gt;Recently I glanced at an Ad. by Virgin Media boasting 50Mb/s speed at just € 50 a month, I was amazed. Using an internet connection that is just 125 Kb/s or 256Kb/s here in Nepal I thought those people in the UK are very lucky. Then to my surprise I saw &lt;a href="http://www.myrepublica.com/portal/index.php?action=news_details&amp;amp;news_id=2970" target="_blank"&gt;this &lt;/a&gt;story at MyRepublica (they badly need a design change) telling Nepal Telecom go for next generation network for fixed lines. &lt;span style="font-weight: bold;"&gt;(Important information 1KBps= 8 Kbps, as 1Byte = 8bits)&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SdLDrk_QEzI/AAAAAAAAA_4/WiwF8tRyYiQ/s1600-h/cost_fo_internet_nepal.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 425px; height: 199px;" src="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SdLDrk_QEzI/AAAAAAAAA_4/WiwF8tRyYiQ/s320/cost_fo_internet_nepal.jpg" alt="" id="BLOGGER_PHOTO_ID_5319529263308739378" border="0" /&gt;&lt;/a&gt;*NC = Nepali Currency (Rs.)&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;With these two extreme points I kept thinking what may be the prices of internet in the world and what are we Nepalis and Kathmanduietes paying in comparision to the developed nations. I just got hold of some mind boggling data I'm presenting below:&lt;br /&gt;&lt;object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" id="doc_175713372434391" name="doc_175713372434391" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" align="middle" height="550" width="450"&gt;  &lt;param name="movie" value="http://d.scribd.com/ScribdViewer.swf?document_id=13856523&amp;amp;access_key=key-opzrt23s52m7ozhqtdd&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode=list"&gt;   &lt;param name="quality" value="high"&gt;   &lt;param name="play" value="true"&gt;  &lt;param name="loop" value="true"&gt;   &lt;param name="scale" value="showall"&gt;  &lt;param name="wmode" value="opaque"&gt;   &lt;param name="devicefont" value="false"&gt;  &lt;param name="bgcolor" value="#ffffff"&gt;   &lt;param name="menu" value="true"&gt;  &lt;param name="allowFullScreen" value="true"&gt;   &lt;param name="allowScriptAccess" value="always"&gt;   &lt;param name="salign" value=""&gt;            &lt;param name="mode" value="list"&gt;       &lt;embed src="http://d.scribd.com/ScribdViewer.swf?document_id=13856523&amp;amp;access_key=key-opzrt23s52m7ozhqtdd&amp;amp;page=1&amp;amp;version=1&amp;amp;viewMode=list" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="opaque" devicefont="false" bgcolor="#ffffff" name="doc_175713372434391_object" menu="true" allowfullscreen="true" allowscriptaccess="always" salign="" type="application/x-shockwave-flash" mode="list" align="middle" height="550" width="450"&gt;&lt;/embed&gt;   &lt;/object&gt; &lt;div style="margin: 6px auto 3px; font-family: Helvetica,Arial,Sans-serif; font-style: normal; font-variant: normal; font-weight: normal; font-size: 12px; line-height: normal; font-size-adjust: none; font-stretch: normal; display: block;"&gt;    &lt;a href="http://www.scribd.com/upload" style="text-decoration: underline;"&gt;Publish at Scribd&lt;/a&gt; or &lt;a href="http://www.scribd.com/browse" style="text-decoration: underline;"&gt;explore&lt;/a&gt; others:            &lt;a href="http://www.scribd.com/browse/Spreadsheets/" style="text-decoration: underline;"&gt;Spreadsheets&lt;/a&gt;                  &lt;a href="http://www.scribd.com/tag/internet%20prices" style="text-decoration: underline;"&gt;internet prices&lt;/a&gt;       &lt;/div&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;*If there are any mathematical errors, its because I"m amazed.&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;In the context when Wikipedia lists Broadband penetration as an economic indicator &lt;a href="http://en.wikipedia.org/wiki/Economic_indicators" target="_blank"&gt;here &lt;/a&gt;- "&lt;span style="font-weight: bold;"&gt;Economic indicators include&lt;/span&gt; various indices, earnings reports, and economic summaries, such as unemployment, housing starts, Consumer Price Index (a measure for inflation), industrial production, bankruptcies, Gross Domestic Product, &lt;span style="font-weight: bold;"&gt;broadband internet penetration&lt;/span&gt;, retail sales, stock market prices, and money supply changes." why are we lagging behind on high speed but still cheap internet???&lt;br /&gt;&lt;br /&gt;Due to the slow internet we are not able to upload and download big files. If a client sends a file more that 10 Mb we have to schedule our time to download it and on top of it the load shedding is shredding our productivity. Video conference and video chat is also out of our reach. Downloading video from sites like youtube takes ages. We are not able to take up work that require a fast internet connection as we are paying 10 times more than the standard competitive rates in the United States.&lt;br /&gt;&lt;br /&gt;Yes we have around 2 dozen ISPs but all depend on the main provider NT (Nepal Telecom) and none are in the race to make the internet faster and cheaper. I guess they just are concerned of their profit and not the development of internet. Oh I almost forgot the government's plan of fiber optic highway is another distant dream.&lt;br /&gt;&lt;blockquote&gt;Let's hope the ISPs in Nepal stop looking at their profit and help in availability of really fast and cheap internet that in turn can really boost Nepal's economy.&lt;/blockquote&gt;&lt;br /&gt;You can find all the related links at &lt;a href="http://delicious.com/geshan/intenet_prices" target="_blank"&gt;http://delicious.com/geshan/intenet_prices&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;http://geshan.blogspot.com - Geshan's Blog&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2064195503013110780-676045637993745223?l=geshan.blogspot.com' alt='' /&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/RNi82p5kA9kVLnZgzyAPBH4Ww2M/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RNi82p5kA9kVLnZgzyAPBH4Ww2M/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/RNi82p5kA9kVLnZgzyAPBH4Ww2M/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/RNi82p5kA9kVLnZgzyAPBH4Ww2M/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:yIl2AUoC8zA"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=yIl2AUoC8zA" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:4cEx4HpKnUU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=UT1R3hSx6Gs:NlWwJxl_ayc:4cEx4HpKnUU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:F7zBnMyn0Lo"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=UT1R3hSx6Gs:NlWwJxl_ayc:F7zBnMyn0Lo" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:V_sGLiPBpWU"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=UT1R3hSx6Gs:NlWwJxl_ayc:V_sGLiPBpWU" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:qj6IDK7rITs"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=qj6IDK7rITs" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:gIN9vFwOqvQ"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?i=UT1R3hSx6Gs:NlWwJxl_ayc:gIN9vFwOqvQ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:l6gmwiTKsz0"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=l6gmwiTKsz0" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~ff/GeshansBlog?a=UT1R3hSx6Gs:NlWwJxl_ayc:TzevzKxY174"&gt;&lt;img src="http://feeds.feedburner.com/~ff/GeshansBlog?d=TzevzKxY174" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/GeshansBlog/~4/UT1R3hSx6Gs" height="1" width="1"/&gt;</content><link rel="replies" type="application/atom+xml" href="http://geshan.blogspot.com/feeds/676045637993745223/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=2064195503013110780&amp;postID=676045637993745223&amp;isPopup=true" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/676045637993745223?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/2064195503013110780/posts/default/676045637993745223?v=2" /><link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/GeshansBlog/~3/UT1R3hSx6Gs/intenet-in-nepal-is-34-times-more.html" title="Intenet in Nepal is 34 times more expensive than in UK" /><author><name>Geshan</name><uri>http://www.blogger.com/profile/07031000783575075307</uri><email>noreply@blogger.com</email><gd:extendedProperty name="OpenSocialUserId" value="02340409497720496889" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/_L4bRnZ5TPr8/SdLDrk_QEzI/AAAAAAAAA_4/WiwF8tRyYiQ/s72-c/cost_fo_internet_nepal.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><feedburner:origLink>http://geshan.blogspot.com/2009/04/intenet-in-nepal-is-34-times-more.html</feedburner:origLink></entry></feed>
