Warbrain said:do you all really think that if the iPod is smaller, that they could cram a wireless antenna into the iPod and allow to broadcast over Airtunes?
Well if it is, I hope it's a SMALL add on, nothing huge like that add-on they came up with for digital camera memory cards. I want this thing to be small enough to stick in my pocket and carry around the house, controlling my music wirelessly.Gherkin said:I can almost guarantee that if there is ever a wi-fi iPod, that it is going to be an add-on like the sound recorder. Considering only a small amount of iPod users would use the wi-fi capabilities, why make everyone pay for it?
Now for the people who actually do want wi-fi abilities, they'd rather have it just be built in. So it kinda sucks. Leaves Apple in a hard place.
SpamJunkie said:Has no one realised this: since the menu buttons need to light up somehow when the backlight is on, maybe the whole wheel glows green or orange.
That would like some kind of awesome.
rock6079 said:stagmeister: you should give everyone a copy of that script and everyone put in a different range of numbers, we could have the artivcle in to time. haha,
<?php
ini_set('max_execution_time', 2400);
$number = 5456893;
$checked = 0;
for ($i = 0; $i < 1000; $i++)
{
$file = 'http://www.msnbc.msn.com/id/'.($number+$i).'/site/newsweek/';
echo ($checked++);
$html = implode("\n", file($file));
if (preg_match('/ipod/i', $html))
{
echo "<br />".$file."<br />";
}
}
?>
$number
stagmeister said:Not a bad idea! It's not like I'm going to make money off of it, so here goes... This is it, it's a php script:
PHP:<?php ini_set('max_execution_time', 2400); $number = 5456893; $checked = 0; for ($i = 0; $i < 1000; $i++) { $file = 'http://www.msnbc.msn.com/id/'.($number+$i).'/site/newsweek/'; echo ($checked++); $html = implode("\n", file($file)); if (preg_match('/ipod/i', $html)) { echo "<br />".$file."<br />"; } } ?>
just set thevariable to whatever you want it to search... if you put in say 5000 it will search from 5000 to 5999.PHP:$number
rock6079 said:good man
but in an attempt not to sound like an idiot, how do i run such a script...
You will need a server with PHP enabled.rock6079 said:good man
but in an attempt not to sound like an idiot, how do i run such a script...
ericdano said:No, but what about instead of having to use the DOCK, you could use an Airport Express to link up your iPod?
jimsowden said:They should imcorperate both airtunes compatability and some sort of bluetooth capability. Wouldn't it be cool to sync wirelessly via IEEE 802.15.3 to our macs and play it in our BMW with it still in our pocket with perfect sound and control it with the wheel? That would be hot. Get working on it Jobs!
mhouse said:I actually think its just a pink mini in low light. The shade of the pink minis varies quite a bit.
SFNE Freak said:You will need a server with PHP enabled.
If you have a website, chances are it already has PHP and you just need to upload and run it.
However, if you'd like, you can install PHP locally and run it through the Apache built into OS X. Easy install of PHP available here.
CanuckGold_2002 said:So...this all begs the question - what happens to the "Cram and Jam" deal? Do y'all think the $200 off an ipod will extend to the 4g ipods (because then they'd have to 1) ammend the ad, 2) shift the order date to past 25/09 or 3) name it something else)?
kainjow said:I'm thinking that there HAS to be a new major feature besides resesigned buttons/navigation. It's been too long since the last update for just small changes. Hopefully iPod firmware v3.0![]()
zyuzin4 said:Agreed...people were making the comparison 1G:2G::3G:4G While this seems like it could be true, the time between 2G and 3G was 9 months. It has been 15 months since 3G was introduced. Time for some new software or feature update
reelmagik said:Has anyone else thought that maybe the reason the scroll wheel looks grayish and sort of strange is that maybe the whole wheel is backlit? It is possible and would make sense. If you notice in the other pictures posted of the iPod from the article, the scroll wheel looks white, because the backlight is not on. I think it was just also badly photoshopped.
The Bartender said:This better be a major revision or I'll be very upset after selling my iPod on eBay.