 |
Apple previews Bluetooth for Mac OS X
Apple made a hot preview last week at the Macworl
Expo in Tokyo of Bluetooth technology for Mac OS X. The
company said that the technology enables short-range wireless
connectivity between a Mac and other digital devices,
including Bluetooth-enabled PDAs and cell phones.

Apple has made available a free preview version of its
Bluetooth software for Mac OS X and is also offering a
Bluetooth USB adaptor, which can Bluetooth-enable any
USB-based iMac. This last costs $49. The presentation
was made at last week's Macworld Expo in Japan, which
ended last March 23rd.
The company made other interesting announcements in the
Expo, including new
iPod model and the new Cinema
HD Display. There, Apple also announced that it would
raise
price of the new iMacs. The company's CEO Steve Jobs
said at the event: Apple was the first to build
in Ethernet, one of the first to build in USB, the first
to build in FireWire, and the first to build in 802.11
wireless networking. Now were offering a
Bluetooth solution that actually works and is easy to
use.
The Bluetooth technology applied to Mac OS X will allow
customers to wirelessly share files between Macs; synchronize
and share contact information with Palm-OS based PDAs;
and access the Internet through Bluetooth-enabled cell
phones. Those who want to try the new offer can go to
Apple's website and
plug in the Bluetooth USB adapter to any USB port on a
Mac running Mac OS X version
10.1.3. The company informed that the USB adapter
will be available beginning in early April.
(Sources: Apple)
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:
|
 |