First I thought I should talk a little bit about myself. But on the other hand, there already this sort of information available on my
webpage. On the other hand you can also find me at
OpenBC. So I think it is not worth to talk that much about me. Just follow my writing and you will find out yourself.
So I am concentrating on the things which really concerned me today. First of all the spammers: they found our contact form in the
postgraduate portal and started sending automated email to our customers. So I had to build in some sort of s spam filtering mechanism. The first thing I did was making the parsing a little bit harder by setting the forms action tag at runtime using Javascript and Prototype. The second important thing we have done is to check the texts for certain text patterns. If they are occurring we simply stop processing the form and I send a HTTP 500 Internal Server Error back to the client. I hope this confused the bots a little bit so that they are giving up their attacks. But I fear I am too optimistic in this concern. Seems that I should plan some time within the next weeks to build a good protection therefore. But I do not want the user to enter any sort of CHAPTA or stuff like that.
The second issue I had to bother with, is again IE. Of course - as a web developer I am using Firefox. But your customers and visitors are mainly using IE so I have to test all the stuff an IE too. Today we placed a new web banner to the
Fachhochschulen.at. The customer wanted a SWF banner and I implemented it the good old way using the object and embedded html elements. But of course IE will not show them, because IE does not activate ActiveX elements like the flash player automatically. But the workaround is not that bad and it is presented by
M$ itself. So after all I had fixed that quite easily too.
So lets call it a day – I still have to do some ironing today.