Linus Torvalds recommends Windows 7.
by Apoorv Parijat on Oct.23, 2009, under Funny
Nokia 3G enabled netbooks with Windows 7 uncovered.
by Apoorv Parijat on Oct.23, 2009, under netbooks
Sending post data from within php. Explaining Furlong Script.
by Apoorv Parijat on Oct.22, 2009, under scripts
{
$params = array(’http’ => array(
‘method’ => ‘POST’,
‘content’ => $data ));
if ($optional_headers !== null) {
$params['http']['header'] = $optional_headers;
}
$ctx = stream_context_create($params);
$fp = @fopen($url, ‘rb’, false, $ctx);
if (!$fp) {
throw new Exception(”Problem with $url, $php_errormsg”);
}
$response = @stream_get_contents($fp);
if ($response === false) {
throw new Exception(”Problem reading data from $url, $php_errormsg”);
}
return $response;
}
?>
Get past the Airport security without leaving anything behind.
by Apoorv Parijat on Oct.20, 2009, under Funny
Apple chasing mouse.
by Apoorv Parijat on Oct.20, 2009, under gadgets
The surface is again seamless with no scroll nipples or button pockets. The clicks are just like the old Apple clear mouse. It works on two AA batteries which , as Apple guarantees , should last for 4 months.
(continue reading…)
Eclipse CSS Designer plugin updated.
by Apoorv Parijat on Oct.19, 2009, under application
Blackberry to make watches
by Apoorv Parijat on Oct.19, 2009, under gadgets
RIM has farmed out the work to some company again following Sony’s footstep which had their watches gleaming by Fossil.
Engadget :
Interestingly, it seems like the watch isn’t being developed in-house — instead, work has been farmed out to some company dedicated to the BlackBerry aftermarket with an official announcement expected “soon.” As far as we know, Sony Ericsson’s watches — which arguably look nicer on account of their analog / digital hybrid design — haven’t been hot sellers, but who knows, maybe RIM’s got some neat tricks up its sleeve with this one.
Source : Engadget
Hello world!
by Apoorv Parijat on Oct.18, 2009, under Uncategorized

Thinking





