Chrome, WordPress, WooCommerce und ein HTTPS Problem
Ich aktualisierte meine Chrome-Installation und plötzlich konnte ich nicht mehr auf meinen Shop zugreifen, über den Interessierte meine Workshops buchen können. Auch auf…
NDCalc für iPhone und iPod Touch
Meine erste Anwendung für iPhone und iPod Touch ist von Apple freigeschaltet worden. NDCalc ist ein praktisches Werkzeug um Belichtungszeiten bei Verwendung von…
nSonic #124 – Mac – Automator – Dateien umbenennen
Was soll man nur machen, wenn man sehr viele Dateien hat die alle an einem Stück umbenannt werden sollen? Zum Beispiel 10 Fotos…
Bilder skalieren am Mac mit Automator
Eine Frage taucht in Mac-Foren immer wieder auf: “Wie kann man am Mac Bilder skalieren / kleiner machen?” Häufig werden dann eine ganze…
Podcast mit WordPress
Nachdem ich nun meine Homepage komplett neu mit WordPress gestartet hatte stand ich vor der Frage, ob ich nicht auch meinen Podcast über…
Checking available disk space on large drives
2GB, CheckDiskSpace, Large Disk Question and Answer Database FAQ2552D.txt Checking available disk space on large drives. Category :Windows API Platform :All Product :All…
creating a Shortcut to a file
Icon Shortcut Verknüpfung anlegen You can try the code below – maybe you needed CoInitialize? The code works fine for me on NT…
Get an EXEs Version-Information
Q: How to get an EXEs Version-Information: A: (found on a Newsgroup from Glenn Hancock) Yes it is and here is a function…
Get CPU speed
I’m not all that good at ASM so what all this does I can’t explain in much detail. [code lang=”delphi”]function TForm1.GetCpuSpeed: Extended; var…
Get the OS-Version
How to get the OS-Version? Solution by GRS: // —— Code starts ——