access sound server

The sound server has the adress 172.31.40.30 and is reachable within the VMK Network or trough vpn from remote. Copy sound files to the server This is done on the command line using the secure copy command scp. This will copy any file from your local harddisk into the home directory of the user vmk …

hack to get wordpress plugin image-extractor working, after system upgrade

related to: http://wordpress.org/extend/plugins/image-extractor Comment Im neuen GD-info wird neu “JPEG” statt “JPG” verwendet. Das Plugin überprüft diese Textsequenz und beendert mie einem “Fatal Error”, falls der Text nicht gefunden wird. Diff: php5:/home/test/public_html/wp-content/plugins/imageExtractor# diff class.ImageToolbox.php.bck class.ImageToolbox.php 202a203,205 > if ($gd_info[‘JPEG Support’]) { > $this->_types[2][‘supported’] = 2; > } 319a323,324 > if(strpos($line, “JPEG Support”) !== false) > …

accesskey

EIne Software die intensiv genutzt wird sollte vollständig per Tastatur bedienbar sein. Ein kleiner Aufwand für die Developer und grosser Gewinn an Effizienz und Ergonomie für diejenigen, die gezwungen sind, mit dem Tool zu arbeiten. Und das nicht nur für blinde Menschen wie mich… Siehe z.B. http://www.w3.org/TR/WCAG/#keyboard-operation http://www.die-barrierefreie-website.de/grundlagen/tastaturbedienung.html Happy hacking.