Plugin: How to extend the WP profile data.
This simple plugin extends the WP profile screen and saves the submitted data to wp_usermeta table.
Read the rest of this entry »
This simple plugin extends the WP profile screen and saves the submitted data to wp_usermeta table.
Read the rest of this entry »
Zuerst JavaBridge downloaden und entpacken … dann INSTALL.STANDALONE lesen und verstehen. Da steht drinn das man zwei JARs starten muß und dann sollte unter der unten angeführten URL ein Java-Server laufen. Man muß in der php.ini die Einstellungen für allow_url_fopen und allow_url_include auf “On” setzen, sonst bekommt man folgenden Fehler: “Warning: fopen(): URL file-access is disabled in the server configuration”.
Beispiel Code:
<?php
require_once("http://localhost:8080/JavaBridge/java/Java.inc");
$system = new java('java.lang.System');
echo 'Java version=' . $system->getProperty('java.version');
?>
Auch wenn Twitter gerade ein bisserl kränkelt, das Skype-Interface funktioniert.
Vor allem weil sinnerschrader.de in Sachen Mashup kräftig ins Klo gegriffen hat, habe ich mich einmal näher mit den Möglichkeiten beschäftigt. Dabei ist der Artikel über Dapper entstanden aber auch hier im Blog gibt’s schon ein Mashup das auf den ersten Blick nicht auffällt.
… sonst nix.