John Resig ported Processing to JavaScript. Well, not everything thats written with processing will work with his library but it should be interesting for browser only applications which had been running as an applet.
http://ejohn.org/blog/processingjs/
» read more
upcoming changes and improvements in php 6, like namespaces. removed will be
magic_quotes
register_globals
register_long_arrays
safe_mode
see the announcement here: http://www.ibm.com/developerworks/opensource/library/os-php-future/?ca=dgr-lnxw01PHP-Future
» read more
Because it took me about 3 hours to figure out how this works, I think someone might find this helpful..
For another projekt i’m curently working on, I decided to use the Zend Framework. I wanted to use the standard router, but splitt the structure into different modules.
Well, there should be a common folder tree [...]
» read more
Eigentlich ganz einfach. Im Backend unter Settings die Blogadresse auf die neue Url ändern. Dann die Seite via FTP herunterladen, und komplett “so-wie-sie-ist” aud den neuen Server kopieren. Nun einen dump der Mysql-Datenbank machen und in der neuen DB importieren.
Jetzt muss nur noch die wp-config.php angepasst werden:
// ** MySQL settings ** //
define(’DB_NAME’, ‘neuedatenbank’); [...]
» read more