Feeds:
Posts
Comments

Archive for July, 2006

Microsoft & General Motors

At a recent computer expo (COMDEX), Bill Gates reportedly compared the
computer industry with the auto industry and stated,
“If GM had kept up  with technology like the computer industry has, we
would all be driving  $25.00 cars that got 1,000 miles to the  gallon.”
In response to Bill’s comments, General Motors issued a press release
stating:
“If GM had developed [...]

Read Full Post »

1) Teacher tells a student a=b, b=c implies a=c. Tell me an example.
Student : I love u – u love your daughter – so I love your daughter.
2) Its funny when people discuss over “love marriage” and “arranged marriage”
It is like asking a person if he would like to “hang himself” o”shoot himself”.
3) What is a [...]

Read Full Post »

please paste the following code in your java script area
function CheckAllDataViewCheckBoxes( checkVal)
{ for(i = 0; i < document.forms[0].elements.length; i++)
{elm = document.forms[0].elements[i]if (elm.type == ‘checkbox’)
{
{elm.checked = checkVal }
}
}
}
and following line [...]

Read Full Post »

What is Ajax Today Ajax is the hottest buzzword of the web. Thanks to web developers of google, they are making Ajax more popular. Ajax is not a new technology; it combines a lot of existing technologies. Ajax stands for Asynchronous JavaScript and XML. It is a combination of existing technologies such as DHTML, CSS, [...]

Read Full Post »

Window Live

 got an invitation from Hotmail to try Hotmail Beta Live and without wasting a single moment I jumped into the site, accepted the invitation and sign in to see the new Hotmail. First it took a while to load all the scripts to provide client side processing functionality. Hotmail live will give you feeling that [...]

Read Full Post »