Programmation
- 11 avril 2007 Learning Perl the Hard Way
- 4 avril 2007
Creating Passionate Users: Code like a girl
Do engineers and programmers care about concepts like beauty and elegance? Should they? Designers have always known that looks matter–that the outside (interface) matters. But deep in the heart of those building the inside–the technology most users never see–lies the sensibility of an artist. In a kind of Design Eye for the Code Guy way.
- 21 mars 2007
CruiseControl Home
CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.
CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available.
CruiseControl is maintained and developed by a group of dedicated volunteers.
- 14 mars 2007
Intype
Intype is a powerful and intuitive code editor for Windows with lightning fast response. It is easily extensible and customizable, thanks in part to its support for scripting and native plug-ins. It makes development in any programming or scripting language quick and easy.
- 14 mars 2007
Les meilleures API Java - Club d'entraide des développeurs francophones
liste d’API
- 10 mars 2007 Max Kiesler - Designer
- 7 mars 2007 Validateur W3C Multipages pour une validation de site XHTML
- 5 mars 2007
HomePage - SVK Wiki
svk is a decentralized version control system built with the robust Subversion filesystem. It supports repository mirroring, disconnected operation, history-sensitive merging, and integrates with other version control systems, as well as popular visual merge tools.
- 23 février 2007
Jakarta POI - Java API To Access Microsoft Format Files
The POI project consists of APIs for manipulating various file formats based upon Microsoft’s OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files using Java. Soon, you’ll be able to read and write Word files using Java. POI is your Java Excel solution as well as your Java Word solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.
- 23 février 2007
Cobertura
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
- 15 février 2007 Xalan-Java Samples
- 15 février 2007
XSLT transformation from a servlet
The question how to create HTML output to the browser from a Servlet based on XML data often comes up.
Here’s a fully functional example on how to achieve this using Jakarta Xalan 2 and Xerces 2.
The system is quite simple, most of the code is concerned with housekeeping chores rather than the actual HTML generation and output.
- 15 février 2007
XSLT Servlet - A Java Servlet that transforms XML documents
This servlet transforms an XML document using an XSLT stylesheet. Probably there are other Servlet implementations of this kind, but I couldn’t find one with the features I need available under an Open Source license, so I wrote this one.
- 14 février 2007
S5 Thanks and Acknowledgments
HTML slide show : a powerpoint-like in your browser
- 14 février 2007 Tutorials on Microformats
- 30 janvier 2007
Perl 5.8.8 documentation - perldoc.perl.org
perldoc.perl.org contains the core documentation for Perl version 5.8.8, in HTML and PDF formats.
If you are new to the Perl language, good places to start reading are the introduction and overview at perlintro, and the extensive FAQ section, which provides answers to over 300 common questions.
- 1 décembre 2006 GVIM - plugin perl-support.vim (Perl Support) : Screen Shots
- 28 novembre 2006
CSS3 Preview - CSS3 . info
Many exciting new functions and features are being thought up for CSS3. We will try and showcase some of them on this page, when they get implemented in either Firefox, Opera or Safari/Webkit.
- 14 novembre 2006 AJAX Toolkit Framework released | unconditionally interesting
- 14 novembre 2006
AJAX et Struts par l'exemple - Julien Carnelos Blog
On trouve aujourd’hui beaucoup de références sur le net sur AJAX ( XmlHTTPRequest en réalité ) mais peu d’éléments sur l’intégration de AJAX sur le framework Struts. Concernant les ressources francaises sur le sujet, c’est quasi inexistant en recherche sur Google. Je me suis donc décidé à écrire ce petit article technique. Attention, cet article n’explique pas réellement le fonctionnement de la technologie AJAX mais plutôt de son intégration avec le framework Struts.