- Wednesday, April 15, 2009, 14:15
- Java
The task of the crawler is to keep on getting information from the internet into the database of the search engine. It literally crawls over the internet from page to page, link by link and downloads all the information to the database.A search engine is made up of basically four parts:Web Crawler Database Search Algorithm Search system that binds ...
Full story- Sunday, April 12, 2009, 7:41
- AJAX, JavaScript, JQuery
jQuery, the JavaScript library provides some powerful set of jQuery AJAX API's to handle AJAX requests. The normal way of making AJAX calls using JavaScript is a bit odd as you have to first create an XMLHttpRequest object that depends on the browser and then make an AJAX call. Also sending a form data using AJAX ...
Full story- Monday, March 16, 2009, 10:57
- MySQL, PHP, Web 2.0
The basic idea this time is to present a way to form a tag cloud from user input text and text entered in the past. A tag cloud is a visual depiction of user-generated tags, or simply the word content of a site, used typically to describe the content of web sites.for this we will create an HTML form that will accept user text & also ...
Full story- Wednesday, March 4, 2009, 15:54
- News
Google
announced today the launch of a new site,
Google Code Labs, where developers can find links to all the major code projects that Google staff is working on. You can find a lot of API's that Google has not yet released. Google Maps API, AJAX Search API, Account Authentication API etc are ...
Full story- Monday, December 15, 2008, 18:16
- Fun, Web 2.0
Browsing through internet, I came to this wonderful tool called
Wordle which generates a tag cloud with different orientation and effects. It takes input as plain text or your blogs/websites rss/atom feed or your sites URL and generate a cool tag cloud of the words that it encounters on your site. You can change the font and effects on this tag cloud. ...
Full story- Monday, December 8, 2008, 14:24
- JavaEE
RSS, or Really Simple Syndication, is a method of sharing and broadcasting content such as news from a website. Using XML, items such as news articles can be automatically downloaded into a News Reader or published onto another website. There are two ways of using RSS; to share your data with others or to harvest others' data for your site.First version of RSS called RDF ...
Full story