Barcelona winner of the Spanish football league 2005

15/05/2005 07:47 | Categories: News | 0 Comments 

CAMPEONES!!

Barcelona, winner of the Spanish league 2005 season.

Enough said :)



How to make Spotlight index PHP files

15/05/2005 06:20 | Categories: Apple | 0 Comments 

I was pretty surprised to see that Spotlight does not support PHP files out of the box, even though they're plain text files. I was reading this hint: Spotlight's rules for indexing plain text files when I noticed a very useful comment about how to make Spotlight index PHP files. This is not my stuff, I am just putting it here in case somebody finds it interesting :)

Edit the file /System/Library/Spotlight/RichText.mdimporter/Contents/Info.plist, find the section MDImporter and add public.php-script to the list of files that should be indexed as follows:

<dict>
<key>CFBundleTypeRole</key>
<string>MDImporter</string>
<key>LSItemContentTypes</key>
<array>
<string>public.rtf</string>
<string>public.html</string>
<string>public.xml</string>
<string>public.plain-text</string>
<string>com.apple.traditional-mac-plain-text</string>
<string>com.apple.rtfd</string>
<string>com.apple.webarchive</string>
<string>public.php-script</string>
</array>
</dict>

Save the file and then run the mdimport -d1 file.php command to force Spotlight to reindex the file, or mdimport -d1 -f folder/ to reindex a folder.†



How to automatically start Postfix in OS X 10.4

15/05/2005 05:40 | Categories: Apple | 0 Comments 

More OS X hints today :) Even though Postfix is included in OS X 10.4, don't know why Apple did not include an <i>StartupItem</i> file so that the service would start automatically. If interested in getting Postfix to start automatically every time the system starts, there is a good hint here: Activating Postfix on OS X 10.4


Fantastic weather today in Helsinki (+16C), so eve

15/05/2005 00:27 | Categories: Moblogged | 0 Comments 

Fantastic weather today in Helsinki (+16C), so everybody is out in the parks like Esplanadi.
Image_16.jpg



This is a nice salad from cafe Esplanadi :)

14/05/2005 21:05 | Categories: Moblogged | 0 Comments 

This is a nice salad from cafe Esplanadi :)
Image_16.jpg



this is what is left from his nice salad

14/05/2005 20:10 | Categories: Moblogged | 0 Comments 

this is what is left from his nice salad
Image_16.jpg



«Previous   1 2 3 4  Next»