Kategorie: Tim’s Weblog
-
worshiparchive.com
Cool: Song texts with chords and a transpose function! (What about copyright??) http://www.worshiparchive.com/
-
IRC
Setup an own IRC server for chats? Here’s a server: http://ircd-hybrid.com/ A Java applet for users without an IRC client: http://eirc.sourceforge.net/ A list of IRC applets: http://www.irc-webchats.de/
-
ShoutBox
PHP ShoutBox: „spontaneous chat“ directly on a web page… For a community or groupware sites? http://mojavelinux.com/cooker/demos/phpshoutbox/
-
SliMP3 Ethernet MP3 Player
An MP3 player streaming from your PC into the living room: http://www.slimdevices.com/products/slimp3/index.html
-
Templates in PHP – yes or no?
No: „The Deadly Sins of Templates in PHP“ http://www.thephpguy.com/modules/news/article.php?storyid=30 Yes: „Why Use Smarty“ http://smarty.php.net/whyuse.php
-
OpenLDAP
OpenLDAP setup takes a while… Configuration files are in /usr/local/etc/openldap. List all entries: ldapsearch -x -b ‚dc=tim,dc=digicol,dc=de‘ ‚(objectclass=*)‘ Create a new entry using a text file like the following: dn: cn=Tim Strehle,dc=tim,dc=digicol,dc=de objectclass: inetOrgPerson jpegPhoto:< file:///data/00/00/00/616.jpg sn: Strehle givenname: Tim uid: tim userPassword: secret mail: tim@strehle.de mail: tim@digicol.de labeledURI: http://tim.digicol.de/data/00/00/00/616.jpg Then run: ldapadd -x -D…
-
InView Momentum
… a P2P application – a little bit like Groove/Sametime, written in Java. Commercial software. http://www.inviewsoftware.com/products/index.htm
-
WAP example
Found a nice WAP example at http://www.wap-de.de/resources/examples/php/ . This is how I want to access XDD (search for addresses, appointments, e-mails…)! Update: This example inspired me to build WMLStart.php, a sample WML (WAP) application in a single PHP script…
-
PHP iCalendar
Extremely good-looking (read-only) web calender written in PHP: http://phpicalendar.sourceforge.net/nuke/index.php