Archive

Posts Tagged ‘search’

PHP: Regex Find and Replace any Word (string or text) at one go

Aug 22nd, 2010

How to achieve find and replace in one go? I tried searching for find and replace at a time then I could not find the direct answer on net. There is find/search at a time or replace. I want to do both.
PHP regular expression function preg_replace_callback() can achieve this… READ MORE

Giving Credit For Resource Used from Other Place But Not Link Credit!

Jul 13th, 2010

I have seen number of times that very high traffic web sites use a trick sometimes when they want to mention a website or a resources (images etc) but do not want to give direct link. At first instance it look that it is for tracking a link but I… READ MORE

Social Browser – Flock, started using Chromium

Jun 19th, 2010

Flock web browser who has marketed itself as social web browser has released its beta release based on Chromium. It was using Firefox in core. Flock was dubbed as slow, cluttered by many. So, Flock has tried to market itself as faster Web Browser with social tag. It has also… READ MORE

Image Not Available : Easy Solution for Missing Images

Apr 28th, 2010

What to do if image is not available in the source you are reading dynamically. Firefox will not show anything (if alt text not available) and IE will show bad looking cross image.

I was working on a page where some data was coming from outside and based on that… READ MORE

SEO, Adsense and use of Images

Apr 18th, 2010

Search Engine Optimization and image have a relation. When you use image for text, then Search Engine cannot read what the image has said. This can be good for Adsense and bad for SEO. Adsense and other contextual advertising tool check the content inside an article and then place advertisements… READ MORE

Get Better Search Engine ranking for web site without doing any SEO work

Mar 12th, 2010

From the title, one may thought that I will tell some tricky or black hat SEO works to apply on your web site, but I am not. I will discuss about getting Search Engine Ranking without doing any SEO job you may know come under SEO.
1st is content. It… READ MORE

SEO and Old Blog Post

Feb 1st, 2010

What should a blogger do when a blogger want to rewrite a new post and S/he is not sure whether to write a new post or update the existing one? If an old post is much visited and well ranked then he may think of rewrite it or not? If… READ MORE

Google Custom Search Ajax API – Few more Examples

Dec 13th, 2009

Here you will get few more examples of Google Custom Search Ajax API. If you are new to custom search engine then you will think how it will look and how to use various search hosting options Google has provided in Custom Search Engine.
So, here you will get glimpse… READ MORE

Google Ajax Search API – Description and Example

Dec 6th, 2009

Want to add Google Search in your website or blog? Google AJAX search API is available to add on any website you own. You can restrict the search to the websites you own with Google Custom Search Engine. It can be single site or multiple sites or whole of internet.… READ MORE

Setting Site Restriction to Google Ajax Search API

Nov 29th, 2009

You can set site restriction to Search Engine created through Google Ajax Search API. setSiteRestriction() is the method using which you can restrict your search to specific site. Method setSiteRestriction(’site-address”) can only restrict your search to one site only. If you want to restrict your search result to more than… READ MORE