21 Jun
Posted by Ganesh H S , Bangalore, India as Google, Search Engine Optimization
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 search engine and my first […]
27 Mar
Posted by Ganesh H S , Bangalore, India as zend framework
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 results. When we search, highlighting […]
17 Mar
Posted by Ganesh H S , Bangalore, India as zend framework
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.
<?php
require_once ‘Zend/Search/Lucene.php’;$query = “php”;
$index = Zend_Search_Lucene::open(”/var/www/lucene-data/blog-index”);
$results = $index->find($query);
echo “Index contains “.$index->count().” documents.\n\n”;
if($index->count())
{
$count = 0;
foreach ($results as $result)
{
$data[$count][”article_url”] […]
17 Mar
Posted by Ganesh H S , Bangalore, India as zend framework
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 discussed in the Zend lucene […]
17 Mar
Posted by Ganesh H S , Bangalore, India as zend framework
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 may have to look into […]
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 experience.
Experiments allows us to join […]
12 Feb
Posted by Ganesh H S , Bangalore, India as Javascript, php
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 side validation using php.
But […]
24 Jan
Posted by Ganesh H S , Bangalore, India as Search Engine Optimization
Google suggest helps us to know the search count of each keyword/search query. How do we choose the most searched keyword while optimizing our site for search engine optimization.
Lets say, i want my blog site to be listed on top for keywords zend framework. First thing what i did was, i used google suggest by […]
20 Jan
Posted by Ganesh H S , Bangalore, India as Google, Search Engine Optimization, mozilla
I always wanted to check the links indexed in google, yahoo, and other search engines. Generally i used to enter the search query in google and then search in other search engines for same search query.
Well, here is a firefox add on Customize Google which makes above mentioned search process easier, when we search […]
18 Jan
Posted by Ganesh H S , Bangalore, India as Search Engine Optimization
When i started blogging, i didn’t know what to write about. Since i had very much interest on zend framework, i started posting articles on zend framework.
While i started blogging, i was targeting my blog site to list on top for few keywords ‘zend framework bangalore‘, ‘zend framework india‘ although intially few other competitor sites […]
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « May | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | |||