Archives for the ‘Tip-web’ Category

Using TinyMCE and Scriptaculous

I’ve been doing a lot of TinyMCE [1] and Scriptaculous [2] integration recently and I noticed that they don’t work together very well. I found this article [3] that explains the problem if you call scriptaculous before TinyMCE then TinyMCE won’t load. [1] What is TinyMCE? TinyMCE is a platform independent web based Javascript HTML […]

Multiple versions of IE

We all need to test web sites as developers and designers but Microsoft makes it very difficult for us! I’ve found an application which allows you to run IE 3, 4, 5, 5.5, 6 and 7 on one machine. Why would you need the lower versions I’ll never know but the utility is pretty handy. […]

Email form spam protection

How it works First of all you need to understand how the attackers are using your web site against you. They deploy bot nets of robots to crawl the net looking for certain keywords in sites that have form submissions. This is bad because even if you block a specific IP address, they could just […]

PHP security extension

http://www.hardened-php.net/suhosin/index.html A fantastic tool for protecting PHP web applications, it spots SQL injections, unknown buffer overflows and as far as I know completley free and open source!