Entries tagged as windows
Saturday, January 2. 2010
Sunday, July 12. 2009
Prowl ist eigentlich ein push-fähiger Growl-Client für das iPhone. Aber der
Entwickler ist gleich einen Schritt weitergegangen: Er bietet einen Webservice mit API an, über dem man Nachrichten auf
Geräte pushen kann. Es gibt schon PHP und Perl-Libraries für diesen Zweck. Ich habe auch schon die Alarmierung meiner
Server dahingehend erweitert... Was mir noch gefehlt hat war ein einfacher Desktop-Client mit dem man Nachrichten aufs
iPhone pushen kann. Also kurz hingesetzt und herauskam Push2Prowl. Momentan mehr ein Versuch und auch nur für OS X,
aber ich denke ich werde es auch für Windows basteln. Ich könnte mir auch ein kleines Adressbuch für die API-Keys
vorstellen...
Hier ein Screenshot:
Downloaden kann man die OS X-Version von hier.
Friday, June 5. 2009
"IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and
IE5.5 on Vista and XP, as well as the installed IE in the same process. "
My
DebugBar | IETester / HomePage
"IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8, IE7 IE 6 and
IE5.5 on Vista and XP, as well as the installed IE in the same process. "
My
DebugBar | IETester / Browser Compatibility Check for Internet Explorer Versions from 5.5 to 8
Monday, May 18. 2009
"NuFile 2.0: No more banging your head against huge dialog boxes." - manchmal hat Windows die besseren Features
eingebaut. Zum Glück kann man die aber auch nachrüsten...
growliChat
-- iChat Notification plugin
growliChat -- iChat Notification plugin
"NuFile 2.0: No more banging your head against huge dialog boxes." - manchmal hat Windows die besseren Features
eingebaut. Zum Glück kann man die aber auch nachrüsten...
Created By Tee
Friday, February 20. 2009
Etwas speziell, kann aber vielleicht der eine oder andere brauchen: Von einem POP3-Server sollen alle Attachments
extrahiert werden und danach die Mails gelöscht werden. Die Anforderung ist hier speziell für die Veröffentlichung
von Content per E-Mail. Es werden per Cron einmal täglich die Anhänge ausgelesen und veröffentlicht.
Ich habe das ganze mit Perl und den beiden Modulen Mail::POP3Client und Mail::MboxParser umgesetzt. Diese
müssen vorher per CPAN installiert werden.
Das geht ganz einfach so:
cpan install Mail::POP3Client
cpan install Mail::MboxParser
cpan install Date::Format
Falls ihr cpan das erste mal startet, will es noch konfiguriert werden. Die meisten Einstellungen können einfach per
Return mit dem Standardwert bestätigt werden.
Das Script ist extrem simpel, ohne Fehlerhandling und kann leicht angepasst werden:
#!/usr/bin/perl -w
#Muss vorher per CPAN installiert werden
use Mail::POP3Client;
use Mail::MboxParser::Mail;
use Date::Format;
#USESSL wird z.B. bei GMail gebraucht
my $pop = new Mail::POP3Client (USER => 'user',
PASSWORD => 'pass',
HOST => 'pop.gmail.com',
DEBUG => 1,
USESSL => 1);
print $pop->Message();
for my $i (1 .. $pop->Count) {
my $datetime = time2str('%Y%m%d%H%M%S', time);
my $msg = Mail::MboxParser::Mail->new( [ $pop->Head($i) ],
[ $pop->Body($i) ] );
#Wo sollen die Attachments hin?
$msg->store_all_attachments( path => '/tmp/test', prefix => $datetime );
#Auskommentieren, falls die Mails vom Server gelöscht werden sollen
#$pop->Delete($i);
print $pop->Message();
}
$pop->Close();
Update am 20.02.2009: Timestamp-Prefix für die Dateinamen hinzugefügt. Achtung: Jetzt wird das Paket Date::Format
gebraucht!
Monday, February 16. 2009
Friday, December 26. 2008
Das "Export to Flickr" Plugin kann etwas mehr als nur zu Flickr hochladen - es legt zusätzlich einen Link zu dem
hochgeladen Foto in den Metadaten ab und kann neuerdings sogar für anderweitig hochgeladen Bilder überprüfen ob und
wo es bei Flickr liegt!
Jeffrey
Friedls Blog - Export to Flickr - Lightroom Plugin
Thursday, December 18. 2008
"VisualSVN Server is a package that contains everything you need to install, configure and manage Subversion server
for your team on Windows platform. It includes Subversion, Apache and a management console.
You can use any Subversion client to connect to VisualSVN Server or a web browser to quickly browse though
repositories. Also you may find VisualSVN useful to integrate Subversion into Visual Studio.
"
VisualSVN
Server - All-in-one installer for Subversion and Apache
Tuesday, December 16. 2008
"iChm is a full featured chm file reader for Mac OS X.
Features
Fully built with Cocoa. No ugly window and slow rendering.
Tab browsing
Search. Result sorted by relevance.
Text encoding detecting/switching
Find in the page
Tag powered bookmark
Index
Back/Forward
Text zoom
Export to PDF
* Continuous reading with Page down/Page up"
iChm - Cocoa
CHM Reader for Mac OS X
Friday, December 12. 2008
Eben hat mich mein Folderhare mit der Meldung begrüsst, dass der Client zu alt sei um sich zu verbinden. Und siehe da:
Was schon vor längerem angekündigt wurde, ist nun passiert: Foldershare.com gibt es nicht mehr und Microsoft hat
LiveSync aktiviert. Leider kann man anscheinend den alten Account nicht migrieren, sondern muss einen Passport Account
nutzen. Egal. Gleich die Mac Software runtergeladen und installiert UND SIEHE DA: Es ist ein Universal Binary. Damit hat
auch meine letzte PPC-Anwendung, nämlich der Foldershare Satellit ausgedient!
Ansonsten bleibt alles beim Alten. Sogar die Symbole auf der Webseite sind die selben...
Wednesday, November 19. 2008
Kann vielleicht noch Jemand brauchen: Um den DNS-Cache unter 10.5 zu leeren, braucht's das folgende Kommando:
dscacheutil -flushcache
bis 10.4 konnte man es mit
lookupd -flushcache
tun, aber der gute alte lookupd wurde wohl in Rente geschickt...
Windows tuts damit:
ipconfig /flushdns
Sunday, October 26. 2008
Tja es wird wohl eher unwahrscheinlich sein, dass Apple JFS als Standard-Dateisystem nutzt, wenn sie komplett neue
Features in HFS+ einbauen. Laut den Releasenotes des aktuellen Snow Leopard Builds, erhält HFS+ nämlich Unterstützung
von Komprimierung (wie bei NTFS)...
"Apple HFS+ File Compression
- File compression has been added to the HFS+ file system.
- Compression was designed to be used with Apple System and Application files that are normally read-only/updatable.
These files are not normally copied by users, however, if they are, the copies will be expanded to their normal size.
- This is not a new file system format and does not require volumes to be repartitioned."
Latest
Snow Leopard Build (10A190) Now Available [Seed Notes] | World of Apple
Tuesday, October 21. 2008
"This download works on Mac OS X Tiger (10.4) and Leopard (10.5).
Includes Mono, Cocoa#, Gtk# installs in /Library/Frameworks:
Mono 2.0_4 Framework - Universal
Cocoa# 0.9.4 source
Gtk# and System.Windows.Forms applications require X11. Installing on a machine without X11 installed will result in
errors during install, and these components will not function correctly."
Mono
Downloads
Tuesday, September 9. 2008
Parallels lässt auch mal wieder von sich hören. Für mich allerdings uninteressant. VMWare Fusion hat sich gegenüber
Parallels um einiges stabiler erwiesen. Von den Features her hat es Parallels ja schon länger überholt...
"Parallels Desktop 4.0 for Mac Features:
More features will be added soon! Bookmark this page in your web browser to stay up-to-date on the latest Parallels
Desktop 4.0 for Mac Beta developments!
Enhanced Performance
The new generation high performance lightweight hypervisor engine allows Parallels Desktop for Mac beta to deliver the
industry’s best performance with:
2-way SMP per VM (4-way to come)
8 GB RAM per VM
64-bit guest OS support
Up to 2 TB virtual hard drives inside a VM
Full ACPI support
Seamless OS Integration
More of today’s leading OSs means greater flexibility and a more seamless user environment.
Run Mac OS X Server as a Guest virtual machine
Experimental Snow Leopard support
Migration support for VirtualBox VMs via Parallels Transporter
Support for several Boot Camp partitions on external hard drives
Advanced Video and 3D Graphics
The first to bring Windows-only 3D graphics to the Mac desktop, Parallels continues to drive enhanced performance and
3D support.
Includes experimental support for DirectX 9.0 and OpenGL 2.0, including DirectX Pixel Shaders 2.0
support
Up to 128 MB video memory support
Enhanced Enterprise and Developer Support
Smoother, more flexible development for seamless inclusion into an enterprise’s infrastructure and IT environment.
SDK and open API support to extend manageability
Scripting support for automation
Command Line Interface support
PXE support to boot from the network
Virtual Machine templates"
Thursday, August 21. 2008
"Extend Firefox 3 has wrapped up and we're very excited to announce the winners! We received well over 100 entries,
representing hundreds of hours of hard work from people around the world.
This contest had an extraordinary group of judges of which we would like to thank, including Dr. Jun Murai, Toby
Padilla, Gina Trapani, Brenden Eich, Mike Connor, Mike Beltzner and our sponsors, including Last.fm, ActiveState, and
VMWare.
Many of these extensions are in their early stages of experimental development, however we have seen some powerful new
tools and prototypes that we are excited to share. It was hard to determine the winners, but at last, here they
are."
Extend
Firefox & Blog Archive & Announcing the Extend Firefox 3 Winners
Saturday, July 5. 2008
"There are 4 relatively easy ways by which you can speed up the time it takes a browser to download a page:
Make fewer HTTP requests
Add a far-future expires header
Gzip your page's components
Minify your JavaScript, CSS and HTML
Following on from my post on joining CSS and JavaScript files, I have written a PHP script which will automatically do
all of the above. All you have to do is call the following at the top of your page:" Improve website load time by
500% with 3 lines of code | Aciddrop.com
Monday, January 28. 2008
Hier gibt es immer die aktuellste Version des Cisco VPN Clients für Windows, Mac OS, Linux und Solaris zum Download.
Und das ohne Registrierung bei Cisco.com - Danke Cisco VPN Client Download - Click HERE
Update: Neuer Link verfügbar! Danke an den Kommentator. Cisco VPN Client
Download ohne Registrierung
Wednesday, August 1. 2007
"Remote Desktop Connection Client lets you connect to a Microsoft Windows-based computer and work with programs and
files on that computer from your Macintosh computer. Remote Desktop Connection Client for Mac 2.0 (Beta) includes the
following new features:
Universal Binary
Runs natively on both Intel-based and PowerPC-based Macs.
Remote Desktop Protocol 6.0
Provides better compatibility with Windows Vista, improved security features, and many other improvements.
Multiple Sessions
Lets you connect to multiple Windows-based computers at the same time.
Improved User Experience
Provides a true Mac experience and improved usability.
Improved Customization Options
Lets you change application preferences, including keyboard shortcuts, while you are running a session. Changes
take effect the next time that you connect.
Dynamic Screen Resizing
Lets you resize your session window or switch to full-screen mode during a session.
* Improved Printing Support
Supports all configured printers on your Mac. No longer limited to PostScript printers."
Download HereRemote Desktop Client
for Mac 2.0 Beta Download
|
Kommentare