Skip to main content

Home/ Qualité web et testing/ Group items tagged howto

Rss Feed Group items tagged

David Lafon

Howto Dynamically Insert Javascript And CSS - 0 views

  •  
    "var headID = document.getElementsByTagName("head")[0]; var newScript = document.createElement('script'); newScript.type = 'text/javascript'; newScript.src = 'http://www.somedomain.com/somescript.js'; headID.appendChild(newScript);"
David Lafon

Ultimate Guide To Web Optimization (Tips & Best Practices) | How-To - 0 views

  •  
    Web optimization is a vital part of web development and maintenance but also something often overlooked by webmasters. Just think of the money you can save, and how it can potentially help increase your readership and traffic when they are properly done.
David Lafon

Best Sites and Applications for Screencasting - 0 views

  •  
    Screencasting can be very useful for presenting your work to others or to make video tutorials on any application, etc., There are many applications and websites that provide high quality screencasting solutions where you can create a screencast and share it online with your friends or business partners easily. Here-in are some of the best applications and web sites which allow you to capture the screen and create screencasts effectively.
David Lafon

Test - Forum des professionnels en informatique - 0 views

  •  
    Test - Forum d'entraide professionnel sur les stratégies de test
David Lafon

Manuel de survie Linux / Unix pour les développeurs : comment aimer son shell... - 0 views

  •  
    Donne une commande unix à un développeur, il corrigera son problème. Apprend lui à utiliser l'essentiel, tu diviseras par deux ton support niveau 1.
David Lafon

Selenium, testez fonctionnellement vos applications web (partie 2/2) - Blog - Veille - ... - 0 views

  •  
    Ce second volet suppose que vous avez lu l'épisode 1 et sera davantage axé sur l'implémentation de Selenium IDE et Selenium RC
David Lafon

Selenium, testez fonctionnellement vos applications web (partie 1/2) - Blog - Veille - ... - 0 views

  •  
    Selenium est une suite d'outils permettant de faire des tests fonctionnels d'une application web (et uniquement web). Ces outils sont distribués par OpenQA, sous la licence libre Apache 2.0.
David Lafon

Introduction aux tests unitaires avec PHPUnit 3.1 - Club des décideurs et pro... - 0 views

  •  
    Cette brève introduction méthodologique fournit un processus et quelques conseils vous permettant d'utiliser les tests unitaires dans vos projets PHP.
1 - 13 of 13
Showing 20 items per page