Mac in den Auslieferungszustand versetzen Thu, Jul 2. 2009
Zenphoto - Album download ermöglichen Thu, Jun 11. 2009
Zenphoto hat in der aktuellen Version eine eingebaute Möglichkeit die Alben als Zip gepackt herunter zu laden.
Dies funktioniert jedoch leider out of the box nicht.
Um es zu ermöglichen muss in der Datei zenphoto/zp-core/template-functions.php folgende Zeile angepasst werden:
if (!is_null($_zp_current_album) && !is_dynamic($_zp_current_album)) {
wird erstetzt durch
if (!is_null($_zp_current_album)){
Danach muss nur noch <?php printAlbumZip(); ?> im entsprechenden Theme eingefügt werden.zB. in zenphoto/themes/default/album.php nach <?php printAlbumTitle(true);?></h2>. So stehen alle Alben auch als ZIP zum Download bereit
Dies funktioniert jedoch leider out of the box nicht.
Um es zu ermöglichen muss in der Datei zenphoto/zp-core/template-functions.php folgende Zeile angepasst werden:
if (!is_null($_zp_current_album) && !is_dynamic($_zp_current_album)) {
wird erstetzt durch
if (!is_null($_zp_current_album)){
Danach muss nur noch <?php printAlbumZip(); ?> im entsprechenden Theme eingefügt werden.zB. in zenphoto/themes/default/album.php nach <?php printAlbumTitle(true);?></h2>. So stehen alle Alben auch als ZIP zum Download bereit
Lock your Mac automatically when walking away from it Fri, May 8. 2009
The idea is to have a mechanism to lock the Screen on your Mac automatically when walking away from it.
The solution:
Proximity + an Applescript

You youse proximity to monitor your bluetooth enabled mobilephone.
Once you're out of range , tell proximity to execute the following Applescript :
do shell script “’/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession’ -suspend > /dev/null”
works very nice ...
The solution:
Proximity + an Applescript

You youse proximity to monitor your bluetooth enabled mobilephone.
Once you're out of range , tell proximity to execute the following Applescript :
do shell script “’/System/Library/CoreServices/Menu Extras/User.menu/Contents/Resources/CGSession’ -suspend > /dev/null”
works very nice ...
Google Earth on Hackintosh Netbook Tue, Apr 28. 2009
When you try to launch Google Earth on a Hackintosh Netbook with a resolution of only 600 px height , Google Earth just refuses to do so.
Here is a small workaround for this problem:
- Go to this URL and download the zipped version of "newscreen".
- unzip the small app into /usr/local/bin/
- make it executable by everybody: chmod a+x /usr/local/bin/newscreen
- open up scripteditor (/Applications/Applescript/scripteditor) and paste the following:
do shell script "/usr/local/bin/newscreen -v 768 -h 1024"
do shell script "open '/Applications/Google Earth.app'"
do shell script "sleep 10"
do shell script "/usr/local/bin/newscreen -v 600 -h 1024"
Save this as "StartGoogleEarth.app" for example .
Voila , Google Earth on 1024x600 Resolution
Here is a small workaround for this problem:
- Go to this URL and download the zipped version of "newscreen".
- unzip the small app into /usr/local/bin/
- make it executable by everybody: chmod a+x /usr/local/bin/newscreen
- open up scripteditor (/Applications/Applescript/scripteditor) and paste the following:
do shell script "/usr/local/bin/newscreen -v 768 -h 1024"
do shell script "open '/Applications/Google Earth.app'"
do shell script "sleep 10"
do shell script "/usr/local/bin/newscreen -v 600 -h 1024"
Save this as "StartGoogleEarth.app" for example .
Voila , Google Earth on 1024x600 Resolution
resizing Windows for hackintosh Netbooks ? Tue, Apr 28. 2009
If you ever tried to run OSX on a 1024x600 Screen (like the MSI Wind) , you know that it is sometimes impossible to resize a window because OSX only allows resizing in the lower right corner of the Window.
The software sizeup looks like it can jump into this gap.
I'll give it a try and report here.
Any other suggestions for this Problem ?
The software sizeup looks like it can jump into this gap.
I'll give it a try and report here.
Any other suggestions for this Problem ?
« vorherige Seite
(Seite 2 von 25, insgesamt 124 Einträge)
nächste Seite »


