<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.1" -->
<rss version="0.92">
<channel>
	<title>Ganesh H S</title>
	<link>http://ganeshhs.com</link>
	<description>Thoughts on open source technologies, search engine optimization, website security</description>
	<lastBuildDate>Wed, 20 Aug 2008 08:38:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>submit site to google yahoo dmoz msn</title>
		<description>You had a plan for a business, you need a website, now the website is done. What next?

How do you inform search engines that your website existed and inform them to index your website?

When i started working on Search Engine Optimization ( SEO )  for 3 ecommerce sites in ...</description>
		<link>http://ganeshhs.com/search-engine-optimization-seo/submit-site-to-google-yahoo-dmoz-msn</link>
			</item>
	<item>
		<title>set preferred domain</title>
		<description>I always thought following links are same -
http://ganeshhs.com/search-engine-optimization-seo/noindex-nofollow
http://www.ganeshhs.com/search-engine-optimization-seo/noindex-nofollow

Above links leads to the same page, but it differs with www.
But search engine treats both links are different, i have seen in few cases where we link many a times we ignore www. and in some cases we do include www. in ...</description>
		<link>http://ganeshhs.com/search-engine-optimization-seo/set-preferred-domain</link>
			</item>
	<item>
		<title>noindex nofollow</title>
		<description>HTML  tag tells robots not to index the content of a page, and/or not scan it for links to follow, keeping this metatag for pages which we don't want to index, nor to follow the links on the webpage is helpful.

In some cases, we come across situations where we ...</description>
		<link>http://ganeshhs.com/search-engine-optimization-seo/noindex-nofollow</link>
			</item>
	<item>
		<title>ganeshhs.com google page rank</title>
		<description>My blog site ganeshhs.com has now Google Page Rank of 2/10.


When i started first project with zend framework may 2007, there were very few articles/tutorials and my first point of getting info was using search engine, then i realised it would be a great idea if my articles list in ...</description>
		<link>http://ganeshhs.com/search-engine-optimization-seo/ganeshhscom-google-page-rank</link>
			</item>
	<item>
		<title>Zend Lucene Search - part4 - Search Results Highlighting</title>
		<description>Zend_Search_Lucene_Search_Query::highlightMatches() method allows the developer to highlight HTML document terms             in the context of a search query.

In the previous article  Zend Lucene Search  - part3 - retrieving the indexed data i talked about retrieving the search ...</description>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part4-search-results-highlighting</link>
			</item>
	<item>
		<title>Zend Lucene Search - part3 - retrieving the indexed data</title>
		<description>Once the index is created, we are ready use zend lucene search to search the website. In the following example, php  is the search keyword used to fetch the relevant search results in the already indexed data.

&#60;?php

require_once ‘Zend/Search/Lucene.php’;$query = "php";

$index = Zend_Search_Lucene::open("/var/www/lucene-data/blog-index");

$results = $index-&#62;find($query);

echo "Index contains ".$index-&#62;count()." documents.\n\n";

if($index-&#62;count())

{

$count = ...</description>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part3-retrieving-the-index-data</link>
			</item>
	<item>
		<title>Zend Lucene Search - part2 - Real time indexing</title>
		<description>For creating the index from the existing data, we need to create the index. Isn't it a better idea to index each data when its created, to index the real time data we need to open the index which was created earlier, rest of the other things remains same as ...</description>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part2-real-time-indexing</link>
			</item>
	<item>
		<title>Zend Lucene Search - part1 - creating index</title>
		<description>In this article i will be discussing about creating index using zend lucene search .

Conventionally most of the site search are powered by database driven.

Lets consider my blog site, if anyone comes to my site and wants to search for any keyword, if i have to give search results i ...</description>
		<link>http://ganeshhs.com/zend-framework/zend-search-lucene-part1</link>
			</item>
	<item>
		<title>Google experiment</title>
		<description>Google and yahoo always comes up with innovative ideas. Yahoo's YSlow is one of such innovative idea which helps us many web developers to improvise the performance of the website.

Recently came across a article about Google experiment, its a experiment any user can take, its aimed at improving the search ...</description>
		<link>http://ganeshhs.com/web-crunch/google-experiment</link>
			</item>
	<item>
		<title>Porting PHP to Javascript : php js</title>
		<description>During graduation got interested in web technology, to kick start i started reading html, javascript.

But when i started my career i was bit disappointed when i realised javascript won't work if the javascript is disabled in the browser, so my senior in first company suggested me to always do server ...</description>
		<link>http://ganeshhs.com/php/porting-php-to-javascript-php-js</link>
			</item>
</channel>
</rss>
