When ever we write an ajax code to create the AJAX objectwe tend to do it like:
function createAjaxObject()
{
if(window.XMLHttpRequest)
{
ajaxObject = new XMLHttpRequest();
return ajaxObject;
}
else if(window.ActiveXObject)
{
ajaxObject = new ActiveXObject(”Microsoft.XMLHTTP”); Read the rest of this entry »
Add picasa gallery slideshow to your webpage, by doing the following:
Step 1:
Copy the rss link of the album:
Example:
http://picasaweb.google.com/data/feed/base/user/Photogallery.Aman/albumid/5092510745304823985?alt=rss&kind=photo&hl=en_GB
Step 2:
Now replace the bold part ie. “base” by “api”.
So, the link becomes:
http://picasaweb.google.com/data/feed/api/user/Photogallery.Aman/albumid/5092510745304823985?alt=rss&kind=photo&hl=en_GB
Read the rest of this entry »
While reading about Content Analysis on google’s webmasters tools, I found that Google has recently released it SEO stater guide on 13 November 2008.
The pdf can be downloaded from here.
I recently tried pinging www.google.com while using openDNS and came to know that openDNS redirects all the google searches through it’s servers that is google.navigation.opendns.com. That is, if you do any search from your Mozilla or IE toolbar while using openDNS it will be redirected through openDNS. I don’t know the reasons behind it and have no valid reasons except for the privacy for accusing it!
Anyways, for those who want to prevent the redirection:
For Firefox:
A: Type about:config in the address bar and press enter.
B: If you are on Firefox 3, click “I’ll be careful, I promise!”.
C:
Now type keyword.url in the Filter field and set the value as:
http://www.google.com/search?q=
If you want Firefox to do a “I am Feeling Lucky” style Google search, use this value for keyword.URL:
http://www.google.com/search?btnI=I%27m+Feeling+Lucky&q=
D: Also make sure that the value of keyword.enabled is set to TRUE. That’s it – now any query you type in the Firefox Address bar will go to Google, not OpenDNS guide.
For Internet Explorer :
A: Open the registry editor (Start -> Run -> regedit) and navigate to the following key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\SearchScopes
B:
If Windows Live Search is your default search engine in Internet Explorer 7,
open {0633EE93-D776-472f-A0FF-E1416B8B2E3A} and set the value of URL as:
http://search.live.com/results.aspx?q={searchTerms}
In case of Google, open the corresponding key and set the value of URL as :
http://www.google.com/search?q={searchTerms}
While reading about SEO ( Search engine optimization ) on various blogs and forums. I found people willing to know the procedure of getting their website’s Google Pagerank through php. Searching more about it and then following the Google toolbar which give’s the google pagerank, I got the way of getting google page rank of any website through php.
You can download the script here. To use the script type:
http://scriptLocation/scriptName.ext?url=domainName.ext
Note:
A: pagerank is given on a scale of 10.
B: If you get no output then your page is not ranked by Google yet.
C: Zero (0), can be your pagerank.
D: I have no idea, if this is legal to extract this data through automated scripts. Please do not blame me if in case you face a problem.
I have seen lots of forum where newbies face problem while installing lamp server. So, what they can do is directly file the following line of code and everything will be done automatically:
sudo apt-get install apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off
libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 php5-common php5-mysql
Another alternative that can be done is:
File the following commands in sequence:
1: sudo apt-get update
2: sudo apt-get install lamp-server^
Google Code Blog – google.loader.ClientLocation tells you the city, country, region, longitude and latitude based on the IP address of the client.
curl -i -s http://www.google.com/jsapi | grep ClientLocation
google.loader.ClientLocation = {”latitude”:18.567,”longitude”:73.967,”address”:{”city”:”",”region”:”Maharashtra”,”country”:”India”,”country_code”:”IN”}};
Use http://www.google.com/jsapi and you get location information for free.
Google SearchWiki — a new feature that allows you to move and comment on search results — has been out for less than a day, and it’s amazing to see how much confusion (as well as commentary) there is already developing. So below, some clarification on how it works, opportunities search marketers should consider, some privacy issues and ideas for improving it.
What is SearchWiki?
Go read our Google SearchWiki Launches, Lets You Build Your Own Search Results Page post! In short, it allows you to move a listing higher in the search results, or move a listing lower in the results or delete a listing altogether. You can also comment about search results you see, and others can view your comments. Also see Google’s help page about SearchWiki.
How do I get it? I don’t see any of these buttons!
You have to be logged in to Google. If you have a Gmail account, Google Web History account, any service that was enabled after you gave an email address to Google, that created a Google Account for you. From the Google home page or any search results page, click the “Sign in” link at the top right of the page. Now when you search, the buttons and options will appear.
I still don’t see the buttons!
OK, give it a few more days. The feature is still being rolled out. But everyone who has a Google Account will eventually see them.
How do I move something up?
Click on the little “up arrow” to the right of a search…… Follow the orignal post here
I currently attended openSocial Developer Garage.Now most of the people who have clicked imaged have uploaded then to Flickr. And you must be knowing that flickr has no options to allow it’s user to download multiple images at one go. So while searching on the net I found a tool which allows to search and download multiple Images at a time.
Here is the link to the application: Download.
Source: http://www.greggman.com/pages/flickrdown.htm.
Today while I and Dexter sir were talking in SDRC, as usual a mama came with a cup of tea for me. I asked mama to bring one more cup of tea/coffee for sir. Arter the sir said he has left drinking Coffee/Tea. He said he has become “Vegan”. I quickly googled for the same and found out:
Veganism is a diet and lifestyle that seeks to exclude the use of animals for food, clothing, or any other purpose.Vegans endeavor not to use or consume animal products of any kind. The most common reasons for becoming a vegan are an ethical commitment or moral conviction concerning animal rights, the environment, human health, and spiritual or religious concerns. Of particular concern are the practices involved in factory farming and animal testing, and the intensive use of land and other resources required for animal farming.
For more details on it click here