Archive for June, 2008

Easy Ajax with Prototype

Wednesday, June 25th, 2008 Posted in JavaScript & AJAX Tutorials | No Comments »

There’s little more impressive on the web today than a appropriate touch of Ajax. Used well, Ajax brings a web interface much closer to the experience of a desktop app, ... Read more..

phplist

Wednesday, June 25th, 2008 Posted in Open source | 23 Comments »

phplist is an open-source newsletter manager. phplist is free to download, install and use, and is easy to integrate with any website. phplist is downloaded more than 10 000 times ... Read more..

PHP str_replace() Memory Allocation Integer Overflow Vulnerability

Wednesday, June 25th, 2008 Posted in PHP & MySQL | 2 Comments »

When str_replace() is called in a way that a single char is replaced by a long string and the single char occurs very often in the subject this ... Read more..

PHP ext/session Session Cookie Parameter Injection Vulnerability

Wednesday, June 25th, 2008 Posted in PHP & MySQL | 1 Comment »

Summary PHP's ext/session does not URL encode the session id before placing it into the session cookie. Therefore characters with special meaning, like semicolons can be used to inject further cookie ... Read more..

Adv Javascript DOCTYPE Problem with Firefox OnlyWorks in IE

Tuesday, June 3rd, 2008 Posted in JavaScript & AJAX Tutorials | 1 Comment »

pleas note DOCTYPE your site. if you acept this doctype then ff  error <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> Doctype Ok <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Read more..