Volg de onderstaande video om te zien hoe je onze site als web-app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
hummel zei:da is toch wel een grap hoop ik die windows achtergrond

Kakarot zei:http://users.telenet.be/roeltjah/Schermafbeelding 2009-09-27 om 23.37.18.jpg
Den mijneI like the standard wallpapers in Snow Leopard, dus khou den deze maar
![]()
cassie821 zei:Hoe doe je dat msn thingy? .
En veel te veel icontjes in je dock hoe vind je in godsnaam je spullen derin terug


Kakarot zei:Aduim met HUD style, vinde bij xtras![]()
GenesisX zei:

tell application "System Events"
if exists process "iTunes" then
try
tell application "iTunes"
if player state is playing then
set plrState to ""
else if player state is paused then
set plrState to " [paused]"
end if
if player state is not stopped then
set myArtist to artist of current track
set myTrack to name of current track
return "Currently listening to " & myTrack & " by " & myArtist & plrState
else
return "Currently not listening to any songs"
end if
end tell
on error
return "There's been an error updating the song information"
end try
else
return "Currently not listening to any songs"
end if
end tell
):osascript /Users/naam/iTunesScript.scpt