 |
Toshiba shows thin 60GB notebook hard drive
Toshiba gave a great leap this week in its notebook business.
The company announced last Tuesday its first notebook hard drive
to put 60GB of storage onto a two-platter hard drive. Rival IBM
has already reached the 60GB mark. However, the Big Blue's part
has more layers, which makes it more expensive and taller when placed
inside a portable computer.
Toshiba
says its solution is way more cost-effective. The company plans
to start shipments of the innovative hard drive late next month
but it is still unknown how much will this new part cost for computer
makers, which makes it hard to guess how will the prices stay for
the ready machines. Still, Toshiba guaranteed that, as with other
major releases, the price is likely to start high but come down
over time.
Toshiba is trying to toughen competition with rival IBM. The two
companies are leading the market when it comes to notebook hard
drives. Even though IBM has the number one with higher number of
shipments, Toshiba has great deals such as the one with Apple to
produce 5 and 10 GB drives for the popular iPod player.
(Sources: ZDNet)
Related news:
";
while ($row = mysql_fetch_array($sql_result2))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
$image2 = $row["image2"];
$image_visible2 = $row["image_visible2"];
if(($colcounter=='1') && ($image_visible2=='Yes'))
{
echo "
|
|
";
}
if(($colcounter=='2') && ($image_visible2=='Yes'))
{
echo "
|
";
}
if(($colcounter=='3') && ($image_visible2=='Yes'))
{
echo "
|
";
}
$colcounter++;
}
echo "
";
//Create the SQL statement
$sql3 = "SELECT news_id, title, url, image2, image_visible2 from $NewsTable WHERE visible='$visible' AND publishing_time<'$nowtime' AND (description LIKE '%$keyword1%' OR description LIKE '%$keyword2%' OR description LIKE '%$keyword3%' OR description LIKE '%$keyword4%' OR description LIKE '%$keyword5%') AND image_visible2='$image_visible2_2' ORDER BY news_id DESC LIMIT 1,3";
//Execute the SQL statement
$sql_result3 = mysql_query($sql3, $link) or die ("Couldn't execute query: " .mysql_error() );
$colcounter = '4';
while ($row = mysql_fetch_array($sql_result3))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
$image2 = $row["image2"];
$image_visible2 = $row["image_visible2"];
if(($colcounter=='4') && ($image_visible2=='Yes'))
{
echo "
|
|
";
}
if(($colcounter=='5') && ($image_visible2=='Yes'))
{
echo "
|
";
}
if(($colcounter=='6') && ($image_visible2=='Yes'))
{
echo "
|
";
}
$colcounter++;
}
echo "
";
while ($row = mysql_fetch_array($sql_result))
{
$news_id = $row["news_id"];
$title = $row["title"];
$url = $row["url"];
echo "- $title
";
}
echo " ";
//Close connection
mysql_close($link);
?>
Related links:
|
 |