Wii gewiinnen!

Dieses Mal nun ist es eine Nintendo Wii, die man gewinnen kann. Wer aber nicht so auf Sport vor der Glotze steht hat stattdessen auch die Möglichkeit sich das Betriebssystem Windows 7 Home Premium schenken zu lassen.

Die Teilnahme an diesem Gewinnspiel ist wie immer denkbar einfach und auf verschiedenen Wegen möglich.

Teilnahme am Gewinnspiel via Twitter:

* Folge onmeco bei Twitter: onmeco_de
* Sende den folgenden Tweet:

T @onmeco_de Gewinne eine Wii od. Windows 7 Lizenz. Twitter User können die Brettspiele Pandemie / Dominion gewinnen. http://redir.ec/jFHa

Teilnahme am Gewinnspiel via Blog:

Schreibe einen Blogbeitrag mit dem Hinweis zum Gewinnspiel von onmeco. Teile uns mit was Du gewinnen möchtest (Nintendo Wii Bundle oder Windows 7) und warum gerade Du diesen Preis gewinnen solltest. Hast Du mehrere Blogs, so kannst Du auch mit mehr als einem Blog teilnehmen, um Deine Gewinnchancen zu erhöhen. Bitte den Link zum Blogbeitrag als Kommentar im onmeco-Blog posten.

Das Gewinnspiel läuft noch bis zum 15.12.2009 um Mitternacht. Allen Teilnehmern viel Erfolg!

Ich würde mich sehr über die Wii freuen, endlich wieder Mario spielen, das wäre super!

Dropbox SnowLeopard Service

Post to Dropbox Service

Author: Oliver Stengele (kamikaze28)

Description

Requires Mac OS X 10.6 Snow Leopard

These services will appear in every contextual menu of files. You are now just 2 clicks away from posting something to Dropbox!

Usage Instructions

INSTALLATION

  • Drag 'Move to Dropbox.workflow' and/or 'Copy to Dropbox.workflow' to
    • ~/Library/Services/

    Open the workflows in Automator and edit the Python script (in the block 'run shell-script) Change value of
    • dropboxID = '<DROPBOX-ID>'

    To your ID. For example, look at the download link at the bottom of this page - you can see my Dropbox-ID there: Just look at one of your public links to find your Dropbox-ID.

USAGE

  • Right-click on a file or folder (in Finder, Mail, ...) and select 'Move/Copy to Dropbox' from the contextual menu. Files will be put into your Dropbox public folder, auto-synched and the URLs to these files will be put in the clipboard. In the case of folders, there will be URLs to all the files it containes in the clipboard. Files of the same name will not be replaced. If you want to change this, you can edit the 'Move/Copy Finder items'-block in the workflow (there is a checkmark to enable 'overwrite existing files').

SOURCE CODE

  • Here is the Python script, that converts files and folders into the public links.

import os, sys, string, urllib

# Enter your Dropbox ID here. If a public link form you looks like
# http://dl.getdropbox.com/u/7925/Post%20to%20Dropbox.zip
# your Dropbox-ID is 7925 and this line has too look like this:
# dropboxID = '7925'

dropboxID = '<DROPBOX-ID>'

listOfFiles = []

for count in range(1, len(sys.argv)) : #for all input arguments
        if(os.path.isdir(sys.argv[count])) : # if it is a directory
                for root, dirs, files in os.walk(sys.argv[count]) : #traverse it
                        for file in files : #and for every file
                                if(not file.startswith(".")) : #if it isn't a hidden file
                                        currFile = root + os.sep + file # compose the path
                                        listOfFiles.append(currFile) # and add it to our list
        if(os.path.isfile(sys.argv[count])) : # if it is a file
                if(not sys.argv[count].startswith(".")) : #if it isn't a hidden file
                        listOfFiles.append(sys.argv[count]) # just append it to the list

pasteURLs = '';

for count in range(0, len(listOfFiles)) : # for all elements in our list
        components = string.split(listOfFiles[count], os.sep)   # seperate the path
        localDir = string.join( components[5:], os.sep )        # cut off the beginning
        localDir = urllib.quote(localDir) # convert it to a URL (' ' -> '%20', etc.)
        #construct the URL
        finalURL = 'http://dl.getdropbox.com/u/%s/%s' % ( dropboxID, localDir )
        if len(pasteURLs) > 1: # if this is not the first URL to be added
                pasteURLs = pasteURLs + "\n" # insert a line break
        pasteURLs = pasteURLs + finalURL; # add the current URL to the string

os.system( "echo '%s' | pbcopy" % (pasteURLs) ) # put the string into clipboard

Links

Download http://dl.getdropbox.com/u/7925/Post%20to%20Dropbox.zip

Apple Tablet Aiming To Redefine Newspapers, Textbooks and Magazines

Steve Jobs said people don't read any more. But Apple is talks with several media companies rooted in print, negotiating content for a "new device." And they're not just going for e-books and mags. They're aiming to redefine print.

Several years ago, a modified version of OS X was presented to Steve Jobs, running on a multitouch tablet. When the question of "what would people do with this?" couldn't be answered, they shelved it. Long having established music, movie and TV content, Apple is working hard to load up iTunes with print content from several major publishing houses across several media.

Will ich haben. Würde auch gerne Content dafür machen so als Mediengestalter.

One underused Mail feature

Multiple From addresses

If an e-mail account has more than one valid From address (for example, if you use jk@example.com as an alias to joekissell@example.com), you can configure Mail to let you use any of those addresses when sending a given message from that account. First, choose Mail -> Preferences, click on the Accounts icon on the toolbar, select your account, and click on Account Information. Then, in the E-mail Address field, enter all the addresses you might use with that account, separated by commas. Close the Preferences window and click on Save. Now, when you compose a new message, you can choose any of those addresses from the From pop-up menu below the Subject field.

Super praktisch!

telephone für 1&1 einrichten

Nachdem ich letztens das schöne telephone (http://code.google.com/p/telephone/) für OSX gefunden und ich 1&1 Kunde bin also einen VoIp-Provider mit Faltrate habe, suchte ich mir die Einstellungen für telephone zusammen. Um euch die Suche zu ersparen hier die Screenshots der Einstellungen, dabei müsst ihr natürlich die Telefonnummer durch eure eigene ersetzen.

(download)

Sehr praktisch ist es übrigens wenn man unter den 1&1 Telefoneinstellungen den Parallel Call aktiviert so, dass mehrere eurer Nummern gleichzeitig klingeln.