Schlagwort-Archive: Quick

Quick: Download youtube video to AVI with VLC media player

No need to buy expensive software or hustle around with command line freeware.

  1. get and install VLC media player
  2. copy URL of desired youtube video
  3. open VLC
  4. Media|Convert/Save|Network
  5. enter URL
  6. press Button “Convert / Save”
  7. enter Destination file. IMPORTANT: Should end with “.avi”
  8. Chose profile “Video – DIV3 + MP3 (ASF)”
  9. Press Button “Start” and wait
  10. Done

Of course you can chose or create any other profile you like. Or use a raw file output to edit files with virtualdub.

If you only want to keep the audio track chose an only audio profile.

Quick: SquirrelMail und XAMPP lokal installieren und testen

Quick: SquirrelMail und XAMPP lokal installieren und testen

Wer Applikationen programmiert, die auch Mails verschicken, möchte dies natürlich auch lokal testen. Dazu lohnt es sich, den Webmail Client »SquirrelMail« zu installieren. Dieser Artikel ergänzt mein XAMPP-Tutorial.

1. laden http://squirrelmail.org/download.php

2. entpacken nach »c:\Programme\xampp\htdocs\squirrelmail\« und anlegen von »c:\Programme\xampp\htdocs\squirrelmail\attach\«

3. kopieren der Konfigurationsvorlage »c:\Programme\xampp\htdocs\squirrelmail\config\config_default.php« nach »c:\Programme\xampp\htdocs\squirrelmail\config\config.php«

4. editieren von »c:\Programme\xampp\htdocs\squirrelmail\config\config.php«


$domain = 'localhost';

$data_dir = 'c:\\Programme\\xampp\\htdocs\\squirrelmail\\data\\';

$attachment_dir = 'c:\\Programme\\xampp\\htdocs\\squirrelmail\\attach\\';

$imapServerAddress = 'localhost';

$smtpServerAddress = 'localhost';

5. Testen

User anlegen in Mercury. In der Admin-Oberfläche: Configuration|Manage Local Users…|Add einen User anlegen. User in Mercury meint die eigentlichen Mail-Empfänger.

Einwählen: http://localhost/squirrelmail/src/login.php

Name: Username (ohne @localhost)

Passwort: (wie festgelegt)

Mail zusenden: http://localhost/xampp/mailform.php (Adressat=Ihr neuer Nutzer PLUS @locahost). Die Mail müsste augenblicklich in SquirrelMail erscheinen, eventuell müssen Sie noch »Check mail« klicken.

WordPress Quick: Place addthis manually

You like the addthis plugin for WordPress? But prefere to place it manually?

Open your template file, e.g. “single.php”, and place this where you want:


<?php do_action( 'addthis_widget', $url, $title, 'share_counter');? >

You can replace “share_counter” with any other stile you like. It’s just the button style I like most.