Basierend auf Daniel Fischer’s Artikel habe ich hier dokumentiert wie ich von TextMate nach Jahren auf MacVIM umgestiegen bin. Das hat den Vorteil für mich, dass ich nur noch einen Texteditor verwende, egal ob ich auf Linux oder auf Mac OS X arbeite. MacVim installieren MacVim von https://github.com/b4winckler/macvim/ (latest snapshot) runterladen MacVim.app in /Applications kopieren mvim …
Kategorienarchiv: Webdev
Nov
24
2010
Mar
23
2010
MP4 Videos vom eigenen Webserver iPhone tauglich machen
Ich verwende iPhone OS 3.x und hatte Probleme .mp4 Dateien direkt im Safari auf dem iPhone angezeigt zu bekommen. Ich habe verschiedenste Einstellungen beim Encodieren ausprobiert, aber immer wenn ich im iPhone Safari auf einen .mp4 Link auf meinem Webserver geklickt habe, kam die Fehlermeldung “Diese Datei kann nicht heruntergeladen / angezeigt werden”. Nach intensiver …
Jun
12
2009
(English) Using WordPress 2.8 and up with a proxy webserver in front
I use a public plain apache server with mod_rewrite to serve my wordpress as i don’t trust php enough to expose it to the world
I wrote and updated a previous post describing what i’ve done to make things work for me, but now with Wordpress 2.8 it’s broken, so i had to figure out a fix for this problem again.
Aug
22
2008
(English) How to hide a worpress instance behind a different apache server with mod_rewrite
I had the need to move my blog running wordpress 2.0.x to a different server, but keeping the domain name on the “old” server. I tried to do this with mod_rewrite and succeeded only partially
after some hours of hacking around with mod_rewrite and wordpress itself i got i working and want to share my solution: note: let’s call the origin server SERVER A and the “new” server running wordpress and mysl SERVER B.
Apr
14
2008
(English) Installing Flash Media Server 3 on Ubuntu Server
Leider ist der Eintrag nur auf English verfügbar.
Mar
25
2008
(English) Safari 3.1 for Webdevelopers
Leider ist der Eintrag nur auf English verfügbar.
Sep
10
2007
(English) Anarchy Media Player
Leider ist der Eintrag nur auf English verfügbar.
Apr
04
2007
(English) Running both IE7 AND IE6 in Windows XP
Yousif Al Saif from tredosoft.com has programmed an installer allowing you to run multiple Internet Explorer versions in parallel on your Windows XP: Download Multiple IE installer (10.3MB) please read Yousif’s original article here and check out the comments on this article as well, you will find some useful information there as well.
Feb
15
2007
(English) Howto use Tiny MCE in Zope3
since i’m not very experienced with Zope 3 (yet) i had some troubles to turn a text input field in my own content type into a Rich Text Editor using z3c.widget.tiny. This is how i finally got it working (thanks to dobee): in my interfaces.py file for my content type i defined a normal Text field: …
Jan
14
2007
(English) Installing Flash Media Server 2 on Ubuntu 6.10
The installation script for Flash Media Server works only on RedHat Enterprise by default. With some modifications it works fine on Ubuntu Edgy: apt-get install libnspr4 libstdc++5 libstdc++5-3.3-dev wget http://download.macromedia.com/pub/flashmediaserver/ updates/2_0_3/linux/flashmediaserver2.tar.gz tar xfz flashmediaserver2.tar.gz cd FMS* wget http://www.bluetwanger.de/~mbertheau/fms.patch patch -p1 < fms.patch sudo ./installFMS Live aus der Marschrutka √?¬ª Installing Flash Media Server 2 on Ubuntu 6.10 Edgy this howto is written bei Markus Bertheau, please check the original article and his blog here.