May 12, 2008

processing and javascript

Categorie: Tech — Tags: , , , — bise, 8:07 pm

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

PHP 6

Categorie: Tech — Tags: , — bise, 7:14 pm

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
May 5, 2008

Zend framework and modules

Categorie: Tech — Tags: , , , , — bise, 11:15 am

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
April 13, 2008

Umziehen mit Wordpress

Categorie: Tech — Tags: , , , — bise, 7:56 pm

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