Skip to main content

Home/ Groups/ Tools for web developers
de Villamil Frédéric

The Future of Wireframes - Articles - MIX Online - 1 views

  •  
    The Future of Wirefram
de Villamil Frédéric

When Clients Take Too Much Design Control | Build Internet! - 0 views

  •  
    Have you ever dealt with a client who suddenly flipped on "design mode" mid-project? The expectation is that you are an expert, and you act as a filter between the client and a (successful) finished product. Web design is more than just coding a client's vision. You've spent the time honing skills. Now let's reclaim your artistic license while keeping professional.
de Villamil Frédéric

Les 10 meilleures extensions Google Chrome pour booster votre productivité : ... - 0 views

  •  
    L'arrivée des extensions est également, pour les utilisateurs de Chrome, une excellente occasion de se créer un outil sur mesure afin d'augmenter leur productivité quotidienne. J'ai donc fait pour vous le tour des 1592 extensions disponibles afin de vous concocter une liste des 10 meilleures extensions Google Chrome pour booster votre productivité.
Sarah HL

LLOOGG - web 2.0 tail -f access.log - 0 views

shared by Sarah HL on 29 Oct 09 - Cached
Sarah HL

Open Web Analytics - 0 views

  •  
    - Web Analytics - Open Source Web Analytics Framework
Sarah HL

10 options pour choisir un CMS - 0 views

  • 1 - Le CMS que vous choisissez doit être vraiment bien à ce que la fonction principale de votre site Web. 2 - Un CMS doit travailler de manière intuitive. 3 - Le backend doit être normalisé. 4 - Le backend doit être logique et bien organisé. 5 - Le droit de CMS ne doit pas avoir une tonne de fonctionnalités supplémentaires, vous ne serez jamais utiliser. 6 - Le droit CMS devrait être facile pour les non-geeks à utiliser. 7 - Il doit inclure un éditeur WYSIWYG. 8 - Les pages qu'il crée doit être rapide et simple de chargement de code. 9 - Le moteur de template doit permettre de remplir le contrôle créatif 10 - Le droit CMS devraient avoir suffisamment de soutien et de la documentation
Sarah HL

JUnit FAQ - 0 views

  • They effectively communicate in an executable format how to use the software. They also prevent tendencies to over-build the system based on speculation. When all the tests pass, you know you're done!
  • Test-driven development is a lot more fun than writing tests after the code seems to be working
  • Do I have to write a test for everything? No, just test everything that could reasonably break.
  • ...6 more annotations...
  • If something is difficult to test, it's usually an opportunity for a design improvement.
  • Frequent testing gives you confidence that your changes didn't break anything and generally lowers the stress of programming in the dark.
  • Run all your unit tests as often as possible, ideally every time the code is changed
  • For larger systems, you may just run specific test suites that are relevant to the code you're working on.
  • write a failing test that exposes the defect. When the test passes, you know the defect is fixed!
  • Don't forget to use this as a learning opportunity. Perhaps the defect could have been prevented by being more aggressive about testing everything that could reasonably break.
‹ Previous 21 - 40 of 79 Next › Last »
Showing 20 items per page