A tool for analyzing JavaScript code in Titanium Mobile projects. It provide a wide variety of useful functionality: runtime error detection, Titanium API deprecation warnings, platform specific API validation, etc.
An introduction to the JavaScript programming language, by Marijn Haverbeke. Very complete, extensive, and well-written resource. Must read for every intern in web developement ! :-)
technique @PMSIpilot » Code coverage des tests unitaires d’un projet symfony et intégration dans Hudson CI
saved on
uri:
http://www.pmsipilot.org/2010/06/16/code-coverage-des-tests-unitaires-dun-projet-symfony-et-integration-dans-hudson-ci/
This link is now broken.
about:
Un exemple d'automatisation de tests unitaires avec symfony et Hudson. Le point intéressant est le calcul de la couverture des tests - idéalement, on doit tendre vers 100.
Apologists may protest that module X or hack Y might fix my gripes with Drupal. I think this is irrelevant. A CMS requiring a slew of third-party mods before it can be usable is useless to someone who can code a custom Rails CMS in a day or two.
http://code.google.com/p/svgweb/
This link is now broken.
about:
SVG Web is a JavaScript library which provides SVG support on many browsers, including Internet Explorer, Firefox, and Safari. Using the library plus native SVG support you can instantly target ~95% of the existing installed web base.
Mozilla Labs » Blog Archive » Introducing Bespin
saved on
uri:
https://bespin.mozilla.com/
This link is now broken.
about:
Bespin is the new prject of the Mozilla Labs. It is an online code editor. The first 0.1 release includes support for basic editing features, such as syntax highlighting, large file sizes, undo/redo, previewing files in the browser, importing/exporting projects, etc.
"The news is that the Symfony support will be part of NetBeans 7.0. We are going to start work on it very soon. I hope
that it will be a part of continual build this year and community can comment the support and work with us to finish it
in the best possible quality and usability."
EditArea is a free javascript editor for source code, which allows to write well formated source code with line numerotation, tab support, search & replace (with regexp) and live syntax highlighting (customizable).