I just bought my sister a 2011 MBA and got her baseline 2010 in return. Still a great machine. Already had some fun setting it up.
[url=http://farm9.staticflickr.com/8499/8334244337_059cfc843f_z.jpg]Image[/url]
Have you got a link to that wallpaper?
I haven't posted in a while, but here is mine for this month
The news feed at the bottom is a custom PHP script I wrote, if anyone wants it I'll post it.
I'm quite interested in the PHP script, if you wouldn't mind sharing it?
php feeds.php http://feeds.bbci.co.uk/news/rss.xml 4
<?
if(!isset($argv[1])) {
echo "Supply a feed \n";
} else {
$url = $argv[1];
}
$doc = new DOMDocument();
$doc->load($url);
if(isset($argv[2])) {
$i = $argv[2];
$i--;
} else {
$i = 10;
}
$j = 1;
foreach ($doc->getElementsByTagName('item') as $node)
{
$title = $node->getElementsByTagName("title")->item(0);
echo "$title->nodeValue";
if($i < $j) {
break;
} else {
echo " | ";
}
$j++;
}
?>
Thanks for the link but I can't seem to get the high resolution version without signing up via a Beta code (& I'd rather not go through the hassle)
Any chance you could upload it here?
Many thanks
I just bought my sister a 2011 MBA and got her baseline 2010 in return. Still a great machine. Already had some fun setting it up.
[url=http://farm9.staticflickr.com/8499/8334244337_059cfc843f_z.jpg]Image[/url]
if you still have access to this desktop photo could ya mail/ link it to me