 |
Granite Bay mainboards at IDF
Intel Developers Forum More news from
the event in San Jose. Sources have reported that not only Madison
has popped up at the IDF this week. The upcoming Granite Bay chipset
is also there, featured in several mainboards.
Although
the Granite Bay from Intel is scheduled to be available only in
October, mainboard vendors are already showing samples of mainboards
featuring the chipset at this week's IDF.
Granite Bay will support AGP8X, up to 4GB of PC1600/PC2100 DDR
SDRAM, and Pentium 4s with 400/533MHz FSB and Hyper-Threading technology.
According to website XbitLabs, the mainboards being displayed at
the IDF include the Gigabyte GA-8INXP, the Iwill GB533 and the ABIT
GB7-ULTRA. An Asus P4G8X with 5 PCI, 1 AGP 8x, additional Serial
ATA and Gigabit Ethernet controllers is also being showcased, as
well as the Epox EP-4GBA.
(Sources: XbitLabs)
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:
|
 |