This semester I am giving a lecture on Web Technologies. I’m not going to publish the slides on all the basic web stuff (HTML, CSS, …). However, for all those of you interested in programming with PHP and JavaScript, I will publish the PHP, JavaScript and jQuery slides. Basically, all the slides come with some sample source codes. All you need to execute the sources is a standard WAMP or LAMP installation. Continue Reading
Posted November 16th, 2010. Add a comment
Version 0.6.1 of ZIDS (Zend Framework Intruder Detection System) has been released. You may download the source code here (Google Code).
If you don’t know yet what ZIDS is, or want to know how it works, please have a look at the manual
Posted November 13th, 2010. 1 comment
Unfortunately, I didn’t had the time to participate in this years ZendCon :-(. For all those of you who had the same problem: here are the slides of the talks. Nearly all of the slides are very interesting for all those of you involved in any kind of web project. Continue Reading
Posted November 9th, 2010. 1 comment
So, you got your web application up and running? Everything works? Congratulations! You did a great job. But do you know how your web app will behave if the number of users or requests increases dramatically? Are you sure that there are no memory leaks in your application? Continue Reading
Posted October 21st, 2010. Add a comment
The new version of ZIDS (Zend Framework Intruder Detection System) has been released. ZIDS Version 0.6.0 has many new features. Here are some of them:
- define any number of impact levels
- actions (log, email, redirect, etc.) are now plugins
- enables you to implement your own action plugins
- all parameters for all action plugins may be specified for each impact level or globally
- new option ‘loglevel’ which defines the level (e.g. ‘ALERT’, ‘EMERG’, …) used when logging a message
- define which module/controller/action to ignore. If you specify only a module, all requests to this module will be ignored. If you specify a module + controller, all actions in this controller will be ignored
Download Source code
You may download the source code here (Google Code).
If you would like to use SVN to check out the latest version, use the following code: svn checkout http://zids.googlecode.com/svn/trunk/ zids-read-only
What is ZIDS / How-To / Etc.
Please, have a look at the manual to see what ZIDS can do for you. There is also a technical documentation available.
“Never ever trust user input!” – ZIDS helps you follow this golden rule of programming web applications.
Posted September 13th, 2010. Add a comment - 2 pingbacks / trackbacks
Just in case you don’t know ZFDebug yet: ZFDebug is a precious litte helper that will help you when developing Zend Framework applications. It takes only minutes to install it and it will provide a lot of information like memory usage, loaded files, database queries used, etc.
Continue Reading
Posted July 23rd, 2010. 3 comments - 1 pingback / trackback
As soon as you are working on your first bigger project, you will find out that there are several tasks that you’ll have to do again and again. No matter which programming language you are using, this is where Design Patterns come into play. Continue Reading
Posted July 2nd, 2010. Add a comment - 1 pingback / trackback