Archive - 2008

Date
  • All
  • Jan
  • Feb
  • Mar
  • Apr
  • May
  • Jun
  • Jul
  • Aug
  • Sep
  • Oct
  • Nov
  • Dec

September 19th

International Talk Like A Pirate Day

It's talk like a pirate day. If you would like to celebrate too, install the Drupal pirate module

September 17th

Drupalcon 2008 Szeged: Summer of Code showcase

I was a co-mentor for Views output to XML/RDF/JSON/XHTML and I gave a presentation on it at Drupalcon Szeged 2008. Get a quick rundown of Views Datasource and a brief explanation of other GSoC 2008 Drupal projects in the following video.

September 9th

Applescripts to control VLC

I wanted to control my VLC player via Quicksilver just like I am able to do with iTunes, but I was unable to find anything online so I decided to write my own. Here are a few code snippets that you can use to control iTunes.

I will go over how to use them with Quicksilver later.

Open Multiple Files

# get the music we want to load
set Music to choose file with multiple selections allowed without invisibles
 
# open the selected music
tell application "VLC" to open Music
 
# start from the beginning
tell application "VLC" to next

recent comments