madblog

iPod oder iPhone an 2 oder mehr Rechnern synchronisieren

Dienstag, 14. Juli 2009 von madflanderz

Da es mit OS 3.0 im Moment noch nicht möglich ist, zum syncen und Musik aufzuspielen an mehreren Rechnern MediaMonkey oder Winamp zu nutzen, hier eine reine iTunes Lösung für das Problem.

http://www.andrewgrant.org/2008/03/30/how-to-sync-an-iphone-with-two-or-more-computers.html

Nützliche Unix-Commands

Freitag, 06. Februar 2009 von madflanderz

Die letzten 40 Zeilen einer Datei anzeigen:

tail -n 40

Änderungen einer Textdatei überwachen

tail -f file

Alle Meldungen mit DEBUG ausgeben.

less wowzamediaserverpro_access.log|grep ^DEBUG

Die letzten 40 Meldungen mit DEBUG ausgeben.

less wowzamediaserverpro_access.log|grep ^DEBUG|tail -n 40

Alle Errors in error.log umleiten

tail -f wowzamediaserverpro_access.log|grep ^ERROR|tee errors.log

Get Flashtracer to work in Vista

Freitag, 13. Juli 2007 von madflanderz

gefunden irgendwo auf sephiroth.it

Posted by: Curtis J. Morley | April 19, 2007 10:00 AM
Windows Vista Flash Player 9.0.45.0 Firefox 2.0.0.3 Had to do 2 things to get it to work. 1- change the path to C:\Users\{UserName}\AppData\Roaming\Macromedia\Flash Player\Logs\flashlog.txt (the “AppData” folder is not a visible folder in Vista. In order to see this folder and files you must Click the “Start” button on the taskbar >> Click Control Panel >> Click Folder Options >> Click the View tab >> Select “Show hidden files and folders”. This will allow you to see the folder and select the file) 2- Change the type to UTF-8

Nachtrag für Windows XP und FlashDebugPlayer 9.0.r47

“FLASH DEBUG PLAYERS 9,0,28,0 AND NEWER [...]
The default location of flashlog.txt has changed and cannot be modified from the following locations:
OSX
MacHD:Users:username:Library:Preferences:Macromedia:Flash Player:Logs:flashlog.txt
Windows
C:\Documents and Settings\username\Application Data\Macromedia\Flash Player\Logs\flashlog.txt
Linux
home/username/Macromedia/Flash_Player/Logs/flashlog.txt”

Bei deutscher Installation liegt das log file nicht im “Application Data” sondern im “Anwendungsdaten” Ordner.
“C:\Dokumente und Einstellungen\username\Anwendungsdaten\Macromedia\Flash Player\Logs\flashlog.txt”

Transition and tween explorer

Donnerstag, 18. Januar 2007 von madflanderz

Eine gute Übersicht über die Adobe/Macromedia Transition- und Tween-Class gibt es hier.
Man kann schön rumspielen und sich den AS code dann direkt kopieren, schönes Ding.

& n b s p; wird ignoriert

Mittwoch, 05. Juli 2006 von madflanderz

Das Problem ist, dass   bei eingebetteten Schriften nicht mit exportiert wird. Hab aber folgenden Workaround im Netz gefunden:

There is a file called :

C:\Documents and Settings\ian\Local Settings\Application
Data\Macromedia\Flash 8\en\Configuration\FontEmbedding\UnicodeTable.xml

That contains all the “presets” in the embed window for a text field.

In the glyphRange for Latin I, I did this:

– here I changed A1 to A0 so it
includes A0 – the unicode for a non-breaking space.

Smarty Codehighlight in Dreamweaver

Donnerstag, 26. Januar 2006 von madflanderz

Zur Zeit muß ich an einem Projekt direkt auf dem Server per FTP arbeiten. Dreamweaver bietet sich da ja an, weil Dateien nach dem speichern automatisch hochgeladen werden. Aber alle Smarty-Tags waren leider nur schwarz.

Da dachte ich mir – hey, da muß es doch was geben und siehe da:
Anleitung gibts hier

Flash Screensaver

Freitag, 19. August 2005 von madflanderz

Es ist möglich Screensaver auch ohne Zusatztools zu erstellen. Sreensaver(*.scr) sind nichts anderes als umbenannte *.exe Dateien. Hinterher muss man nur noch mit einem Hexeditor an folgender Stelle ein Byte geändert werden:


Flash MX 2004 (Flash 7 Projektor)
0×87BAC -> 0×74 zu 0xEB


Flash 8 Projektor
0xdae69 -> 0×84 zu 0×85

Einen Hexeditor gibt es zum Beispiel hier:
download xvi32

Und das sollte man beim Flash-Screensaver nicht vergessen:

  • fscommand(”fullscreen”, “true”);
  • Maus- oder KeyAction fscommand(”exit”) bzw. fscommand(”quit”)

Der fertige Screensaver muss nun noch in das Verzeichnis “C:\WINDOWS\system32″ kopiert werden und das wars :D !

Mein erster Versuch ist hier zu bestaunen:
madCounter.scr
madCounter.fla

credits an calle und madokan aus flashforum, quelle

Nachtrag: Für flash 8 mußte ich allerdings wirklich ALLE stellen an denen D14974 auftaucht in D149EB umwandeln.

 

© madflanderz – Powered by WordPress – Design: Vlad (aka Perun)