Tag Archives: PHP

Scripting Security

I recently read an article about website security on phpfreakz which is in Dutch. The title is “Webprogrammer’s Hacking Guide” which is pretty self-explaining. The article discusses most common programming mistakes. Most of them can be avoided by seriously checking user … Continue reading

Posted in Development | Tagged , | Leave a comment

PHP Interfaces

I know php interfaces for quite some time, and they are a very usefull construction in PHP especially when working with multiple programmers on some big projects. I probably dont use it enough, and thats why I post it here, to remind … Continue reading

Posted in Development | Tagged | Leave a comment

XAJAX

Nice PHP Class Library for usage of AJAX together with PHP: http://www.xajaxproject.org/ If you want to integrate this with a template system like Smarty for example this is pretty easy: http://blogs.linux.ie/aj/2005/12/31/xajax-smarty/

Posted in Development | Tagged , | Leave a comment

AJAX alternative

Since AJAX is becomming more popular but not as compatible as it should, here is an alternative solution. I haven’t tested this myself, but it seems interesting enough to give it a try. http://www.phpit.net/article/ajax-php-without-xmlhttprequest/ Update: after some serious testing this … Continue reading

Posted in Development | Tagged , | Leave a comment

phpThumb

Nice PHP class for image resizing. http://phpthumb.sourceforge.net/

Posted in Development | Tagged | Leave a comment