development

Zend Studio and Unit Tests

I just want to share how the Zend-Studio Feature "Run as > PHP Unittest" can be used.  1 Include PHPUnit Zend Studio ships with PHPUnit 3.x and you can set the PHPUnit library as Include Path. Therefore use a...


agile

Automatic testing with Selenium

Quality Assurance: Automatic testing of web applications with Selenium   Introduction Every web application needs proper testing to ensure that it works like expected. Therefore you should have a set of test-cases, that...


news, pattern

Domain Driven Design - a brief introduction

Domain Driven Design Domain Driven Design (DDD) is an approach of how to model the core logic of an application. The term itself was coined by Eric Evans in his book "Domain Driven Design". The basic idea is that the...
 DDD   pattern 


pattern

Javascript objects: notation, prototype...

since the UI of common webapplications requires more and more javascript its time to summarize some of the tricks that the good old scripting language has. Short review on javascript object notations.


TypoScript

UTF8 and TYPO3 (updated)

To have a real utf8 TYPO3 Installation may be a difficult thing. "Real" in that case means that everything is UTF8: TYPO3 and Database! To have a working utf8 Database may be difficult, and is not possible in any case...
 charset   database   mySQL   utf8 

Login und Registrierung

toggle
...type your search above...
blogroll
Ajax Framework (fe_ajax)
06.08.08 - Easy way to get barrierfree AJAX features in your extension
MVC Framework
16.05.09 - Find parts of the offical manual + some extra Infos for the MVC extension.