ChangeIT – Type, paint and colour your wall.

February24

How amazing is this wall? Change It! designed by Amirko aka Amirkhan Abdurakhmanov is a big wall of turn-triangles. Each of these triangles has different colours on them – white – black – and a colour palette shade. Where can I install one of these….

changeit01

changeit03

changeit05

changeit02

Remove missing and broken music in iTunes using this little applescript

February22

missinglink1

Do you ever get annoyed that your music in your iTunes library has an old broken link? Well this little AppleScript will search your iTunes library and delete any of the alias’ that don’t have a music file attached to it.

Nice and simple.

1 – Open Apple Script Editor (start typing AppleScript into spotlight)

2 – Copy and paste the below code into your new window and click Run

3 – Save the script for using again in the future

tell application “iTunes”

set thePlaylist to library playlist 1
set musicFiles to the file tracks of thePlaylist

repeat with mf in musicFiles
--the name of mf as string
set hasLoc to ""
if (the location of mf as string ¬
is equal to "missing value") then
try
set comment of mf to the comment of mf & ""
on error number errNum
delete mf
end try

end if
end repeat
end tell

itunes_script

posted under Apple | No Comments »

Insight into new BBC’s website designs

February18

Looking forward to seeing the new BBC site designs after reading the design teams approach to the project. Bronwyn van der Merwe, head of design and UE at BBC Future Media and Technology explains in a nice, simple way how they came up with the global visual language for the BBC website.
http://www.bbc.co.uk/blogs/bbcinternet/2010/02/a_new_global_visual_language_f.html

Looking forward to seeing the new BBC site designs after reading the design team’s approach to the project. Bronwyn van der Merwe, head of design and UE at BBC Future Media and Technology explains in a nice, simple way how they came up with the global visual language for the BBC website.

Read the blog post

bbc1
bbc2
bbc3

Profile

chadsayshello.com is the blog of
Chad Durham - an independent graphic designer (and director of Big Hello Design) working in London and now living on the south coast. Please contact me if you have a design project, a link suggestion or just want to say hello.

Chad Durham on Twitter

Big Hello Design
Big Hello on Twitter
Chad's Work Availability
Chad's Flickr-roll
Our Wedding Site
Chad's sites
Space CAM!
Essential Design Handbooks

Twitterings

No public Twitter messages.

Recent Posts

Categories

Archives