Tutorials

You'll find here tutorials and code snippets about Drupal, Magento, Zend Framework, Ruby on Rails ...

Selenium

Selenium 2.0 webDriver

Alexandr's picture
Alexandr

Selenium 2.0 - is a tool for automated functional testing, which includes two previously independent projects - Selenium Remote Control (Selenium RC) and webDriver (Selenium WD). Selenium 2.0 allows you to use all the tools like Selenium WebDriver, and Selenium RC. Selenium developers recommend to use Selenium webDriver, as Selenium RC was officially deprecated. While working at Selenium 2.0 they mainly developed Selenium WebDriver and its compatibility with Selenium RC. Selenium RC itself was not changed much.

› Read more
Phpunit

Unit testing. Benefits of testig and practical use of PhpUnit.

Vladimir's picture
Vladimir

Even good programmers make mistakes. The difference between a good programmer and a bad programmer is that the good programmer uses tests to detect his mistakes as soon as possible. © Sebastian Bergmann Creator of PHPUnit.

Junior programmers often do not see the point in testing their own code with unit tests. Let's try to understand how to write tests so that they bring only benefits.

› Read more

La mobilité avec Drupal, la présentation Drupagora

Jb's picture
Jb

Drupagora est passée, c'est l'occasion de mettre à votre disposition les slides des deux présentations Adyax lors de cet évènement. Voici la première : La mobilité avec Drupal.

› Read more

Xcode - know your intstruments

admin's picture
admin

All the tools available to us for use with Xcode are divided into 3 types: tools for testing applications under Mac OS X, tools for testing applications developed under iOS, and tools accessible only when testing in a simulator. We mention this so that the beginning developer will understand that some serious problems can only be caught using a simulator (for example: zombies), while other problems can only be detected on a device

› Read more

Learn why, how and when use Facebook Connect inside your Drupal site.

Eugene's picture
Eugene

Starting at 30th of November 2008 Facebook announced their new cool feature called Facebook connect. Today a lot of sites are using it and their number are growing. Facebook connect integration brings to your site fastest way to make user login. Facebook connect wins where Open Id failed, managing user identities. With this simple tutorial learn how implement Facebook Connect inside your Drupal site.

› Read more