modv@home on Juli 28th, 2010

Kann man einfach über den User-Agent-String erkennen.
Eine Funktion welche True/False liefert könnte so aussehen:

function isiPhone()
{
return (ereg(’iPhone’,$_SERVER['HTTP_USER_AGENT'])) > 0;
}

Tags: , , ,

modv@home on Juni 23rd, 2010

.) http://www.typetester.org/ Schriftarten und deren Erscheinungsbild testen.

.) http://www.identifont.com Name des Fonts herausfinden.

Tags: ,

modv@home on Juni 3rd, 2010

$word2compare = “stupid”;

$words = array(
’stupid’,
’stu and pid’,
‘hello’,
‘foobar’,
’stpid’,
‘upid’,
’stuuupid’,
’sstuuupiiid’,
);

while(list($id, $str) = each($words)){
similar_text($str, $word2compare, $percent);
print “Comparing ‘$word2compare’ with ‘$str’: “;
print round($percent) . “%\n”;
}

/*
Results:

Comparing ’stupid’ with ’stupid’: 100%
Comparing ’stupid’ with ’stu and pid’: 71%
Comparing ’stupid’ with ‘hello’: 0%
Comparing ’stupid’ with ‘foobar’: 0%
Comparing ’stupid’ with ’stpid’: 91%
Comparing ’stupid’ with ‘upid’: 80%
Comparing ’stupid’ with ’stuuupid’: 86%
Comparing ’stupid’ with ’sstuuupiiid’: 71%
*/

..
Quelle: http://www.jonasjohn.de/

Tags:

modv@home on Mai 11th, 2010

Sprache der Märkte:

euphorisch
verhalten
skeptisch
verstört
pansich
geschockt

Und sie schieben täglich 3500 Mrd. Dollar über den Globus.

modv@home on März 21st, 2010

Für den mobilen Einsatz aufbereitete Server Packages.
.) MoWeS, (Apache, MySql, PHP) Kostenlos
.) UniformServer, (Apache, MySql, PHP) Kostenlos
.) Server2Go, (Apache, MySql, Sqlite, PHP) Kostenlos
.) XAMPP, (Apache, MySql, Sqlite, PHP ..) Kostenlos
(create folder on stick, extract files into, locate setup_xampp.bat,…)
.) UsbWebserver, (Apache, MySql, PHP), Kostenlos
.) Microweb, (Apache, MySql, PHP) Shareware, 299 euro
.) Stunnix, (Apache, MySql, Sqlite, PHP, ASP), 239 euro

Andere Serverumgebungen
.) BitNami

Tags: , , ,

modv@work on März 17th, 2010

Was man nicht alles tut um Lärm zu vermeiden ;-)

.) Fortron Zen 300
.) picoPSU
.) Asus Eee Box EB1501 / DataSheet / Nvidia Ion (Bios)
.) MaxData Favorit

modv@home on März 13th, 2010

Die meisten Netzwerkkarten unterstützen mittlerweile WOL.

Datenpaket mit einem “Magic-Code”-Inhalt geht an die MAC-Adresse des Rechners und er fährt hoch.

Bei Rechnern die hinter einem Router hängen sind noch einige Einstellungen nötig.

.) IP-Adresse Deines Router (DynDNS)
.) die MAC-Adresse der Netzwerkkarte
.) der Router muß das Paket an den Rechner weitergeben.

.) Einrichten -> http://stephan.mestrona.net/wol/
.) http://www.realvnc.com/index.html
.) http://www.teamviewer.com/de/index.aspx

Tags:

modv@home on März 13th, 2010

http://www.php-faq.de/q-db-vergleich.html

Tags: , ,

modv@work on Februar 24th, 2010

Der Songbird 1.4.3 und die passenden AddOns
.) CoolClock 1.4.0.0
.) DetailsPane 1.0.1.0
.) Ne+ 1.0.3.0
.) SleepTimer 1.5.0.0

Tags:

modv@home on Februar 14th, 2010

Meine verwendeten Portable Apps die auf meinem U3 Stick laufen.

.) Portable Thunderbird 2.0.0.19
.) Portable Thunderbird 2.0.0.23
.) QuickText - Thunderbird AddOn
.) Portable Opera
.) Portable Firefox 3.5.6
.) VisualClipboard
.) WinSCP - FTP Client
.) FileZilla - FTP Client

.) Shortcut Creator 4U3

.) PNotes Portable 5.5.110
.) AmoK CD/DVD Burner
.) Portable PopTray
.) Portable Wireshark 1.2.6

Andere Portable Apps
.) http://bulldog.pytalhost.com/wordpress/?cat=3
.) http://www.epyx-online.de/portableapps/
.) http://portableapps.com/de/apps

Tags: ,