Aangezien ik iedere keer weer een custom validatie op bankrekeningnummers moest schrijven, werd het maar eens tijd om het in het digitale archief te plaatsen. Wellicht heeft iemand er nog wat aan… jQuery.validator.addMethod(“elfproef”, function(value, element) { var sum=0; for (i=1; i
Archive for the ‘Webdevelopment’ Category
Valideren elfproef met jquery.validate
Posted: 10th juni 2011 by Paul de Raaij in WebdevelopmentTags: elfproef, jquery.vlidate
Using Doctrine in Joomla
Posted: 5th maart 2011 by Paul de Raaij in PHP, WebdevelopmentTags: doctrine, integration, joomla
Joomla is a decent CMS with very nice features. It works great for the end user and has many components ready to use from the online world. What I don’t like personally, as a developer, is the model implementation in Joomla. For me the way ‘ model and table’ classes are implemented, just doesn’t feel [...]
A way to implement unit testing in Joomla!
Posted: 31st juli 2010 by Paul de Raaij in PHP, WebdevelopmentTags: joomla, TDD, unit testing
Since a couple of months I’m not anymore self-employed and am I working for a company who develops for ActiveCollab, Magento and Joomla!. While developing I’m trying to work according the TDD paradigm. So you write your tests first and then you develop the business logic to succeed the failing test. I’d have to admit that Joomla! [...]
Custom symfony filters to filter model relations
Posted: 21st april 2010 by Paul de Raaij in PHP, WebdevelopmentTags: symfony
Symfony: Multiple embedded forms in a specific layout
Posted: 27th februari 2010 by Paul de Raaij in PHP, WebdevelopmentTags: ontwikkeling, symfony
Als tinyMCE niet in één keer laad
Posted: 26th februari 2010 by Paul de Raaij in WebdevelopmentTags: Tiny-MCE
Het wil bij tinyMCE in bepaalde browsers nog wel eens gebeuren dat de editor niet gelijk geladen word. Pas bij een refresh verschijnt de editor. Voornamelijk Safari en google Chrome vertonen dit gedrag. De oplossing is echter simpel. Controleer of alle plugins die je in de configuratie opgeeft wel bestaan en geladen kunnen worden. Dus [...]
