public marks

PUBLIC MARKS from kasi77 with tag groupe:clever-age

May 2008

Scalable BLOB Streaming Infrastructure for MySQL

(via)
The Scalable BLOB Streaming infrastructure for MySQL will transform MySQL into a scalable media server capable of streaming pictures, films, MP3 files and other binary and text objects (BLOBs) directly in and out of the database. On this site you will find all information relating to the ongoing activities of this project. The development is led by PrimeBase Technologies, www.primebase.org, an open source software company. PrimeBase Technologies, together with the support of MySQL AB, is also the main sponsor of the implementation of this technology.

Is symfony 1.1 too verbose?

by 3 others
Among the remarks have about symfony 1.1, the most recurring one is the shift of philosophy between the 1.0 and 1.1 syntax. If symfony 1.0 syntax was made to write code fast, I believe it is not the case anymore with symfony 1.1, which is designed primarily for extensibility. The result is that a symfony 1.1 application looks a lot more like a Java program. I tend to agree that Object-Orientation is a good thing because it forces you to organize your code in a modular way. But when object-orientation makes you need to keep a symfony book aside at all times and multiply the number of LOC by two, I think it's a dead end.

April 2008

Office 2007 ne respecte par le standard OOXML de Microsoft - Actualités - ZDNet.fr

Les documents au format texte générés par Microsoft Office 2007 ne sont pas conformes au standard Office Open XML (OOXML) de Microsoft, tout juste devenu une norme ISO. C'est le paradoxe relevé par Alex Brown, responsable du groupe de travail OOXML à l'ISO (organisme international de standardisation).

Collaboration par email vs. collaboration par wiki

Voici une illustration schématique des méthodes de collaboration possibles quand on utilise un wiki et quand on utilise les échanges par mail. La comparaison est intéressante…

Delphi for PHP

by 3 others (via)
# The only development solution for drag-and-drop visual design for PHP # Build data-driven Web applications with broad database connectivity # Create AJAX-enabled Web 2.0 pages and sites # Everything you need in a PHP development environment including a powerful code editor, debugger, profiler, database tools and much more # Use the VCL for PHP component library with more than 70 visual components to speed development and extend it with your own components # New version! See what's new in Delphi for PHP 2.0

Services à la Netvibes, PageFlakes: la messe bientôt dite?

Les grands de GYM (Google, Yahoo, Microsoft) ne font pas de grand bruit autour de leur service de pages d'accueil personnelles mais de récentes statistiques ont bien montré qu'il est très difficile aux startups comme notre Netvibes national ou le PageFlakes allemand de se faire une vraie place au soleil même si ils sont partis avant les "grands".

» Téléchargez le dossier complet sur les plateformes e-commerce - Wizishop Blog

by 2 others (via)
Il m’a fallu près de 6 mois pour réunir toutes ces informations et vous les mettre à disposition. Après les 24 interviews publiés sur ce site, je vous propose de télécharger le dossier complet de mon travail sur les plateformes e-commerce.

A la découverte d'eZ Flow

by 1 other
eZ Publish est un excellent gestionnaire de contenus, à mon avis un des mailleurs en PHP. Il pêchait par contre au niveau de la gestion de sites, en offrant peu de possibilités d'administration de l'affichage des contenus sur les pages d'un site. Le plus souvent, il fallait recourir à l'écriture de modèles de pages (templates), tâche nécessitant des compétences techniques. Ce manque a été en grande partie comblé avec la sortie en novembre dernier, en même temps qu'eZ Publish 4, de l'extension eZ Flow qui permet aux administrateurs du site de gérer facilement le contenu des pages.

March 2008

Office Open XML en passe de devenir une norme ISO - Actualités - ZDNet.fr

Le format de document défendu par Microsoft devrait obtenir la même reconnaissance que son concurrent ODF, soutenu par IBM. En devenant une norme ISO, l'OOXML ne serait plus contrôlé par Microsoft ; un argument censé rassurer nombre de ses clients.

Best Practices for Speeding Up Your Web Site

by 20 others
High Performance Web Sites: The Importance of Front-End Performance In 2004, I started the Exceptional Performance group at Yahoo!. We're a small team chartered to measure and improve the performance of Yahoo!'s products. Having worked as a back-end engineer most of my career, I approached this as I would a code optimization project - I profiled web performance to identify where there was the greatest opportunity for improvement. Since our goal is to improve the end-user experience, I measured response times in a browser over various bandwidth speeds. What I saw is illustrated in the following chart showing HTTP traffic for http://www.yahoo.com.

Galerie d'images : Google Docs transforme ses graphiques en gadgets

Le tableur en ligne de la suite Google Docs permet désormais à ses utilisateurs d'exporter sous la forme de gadgets les données de leurs tableaux et graphiques vers un site web. Exemples en images.

PHP: start [PHP Wiki]

Welcome to the official PHP Wiki pages!

Smashing Coding » Un CoverFlow avec Prototype.js et Script.aculo.us

Javascript est de plus en plus impressionnant. Vous pouvez maintenant créer un coverflow avec quelques lignes de code grâce à ProtoFlow.

Ext JS - JavaScript Library

by 23 others
Ext is a client-side, JavaScript framework for building web applications. In early 2006, Jack Slocum began working on a set of extension utilities for the Yahoo! User Interface (YUI) library. These extensions were quickly organized into an independent library of code and distributed under the name "yui-ext." In the fall of 2006, Jack released version .33 of yui-ext, which turned out to be the final version of the code under that name (and under the open source BSD license). By the end of the year, the library had gained so much in popularity that the name was changed simply to Ext, a reflection of its maturity and independence as a layout:'fit',framework. A company was formed in early 2007, and Ext is now dual-licensed under the LGPL and a commercial license. The library officially hit version 1.0 on April 1, 2007.

Quotero - Open Source DMS

Quotero vous apporte une solution de Gestion Documentaire 100% Open Source. La solution est adaptée aux organisations de toutes tailles, et apporte d'importantes innovations en terme de qualité et d'ergonomie sur le marché de la gestion documentaire.

Christophe Le Bot » Magento dévoile son business model

by 2 others
Varien, éditeur de la solution e-commerce open source Magento, vient de publier son programme de partenariat et, par la même occasion, offre un peu de visibilité sur son business model.

Comment une solution Open Source est choisie et validée

by 1 other
Un beau diagramme sur les différentes étapes à suivre pour choisir et valider un projet Open Source réalisé par Zdnet et trouvé par Loïc Haÿ.

February 2008

Symfony CAS Client - JA-SIG Wiki

by 1 other
To CASify a Symfonyapplication, first install phpCAS. Then, in your application's lib folder, create sfCASRequiredFilter.class.php with this:

Rails for PHP Developers

by 2 others (via)
* This site serves as a supplement to the Rails for PHP Developers book published by The Pragmatic Programmers. Our goal is to make it as easy as possible for you to add Rails as a tool to your development toolbox. If you’re proficient with PHP, you already have the essential skills needed to build web applications. This site will present an ongoing discussion of techniques for learning Rails and Ruby from a PHP perspective. All tools have their strengths and weaknesses, and we are firm believers in using the best tool for the job. We hope to promote a healthy dialog between Ruby and PHP developers, so that we can learn from each other to make better web applications.

NaturalGlam crée son site de e-commerce personnalisé en 45 jours

Plutôt que d'utiliser un logiciel de commerce électronique, l'entreprise s'est appuyée sur un outil de gestion de contenus et des modules spécifiques. Un compromis idéal pour coller à 100 % à son cahier des charges : développer une e-boutique sur mesure.

kasi77's TAGS related to tag groupe:clever-age

.net +   2.0 +   accessibilite +   ajax +   alfresco +   apache +   apple +   benchmark +   blog +   bull +   clever age +   cms +   code +   collab +   collaboratif +   comparison +   crm +   css +   design +   eclipse +   ecommerce +   ecrire pour le web +   editeur +   edition +   ergonomie +   extension +   firefox +   flash +   formation +   framework +   france +   google +   groupware +   html +   ibm +   illustration +   image +   india +   informatique +   internet +   internet 2.0 +   iso +   java +   javascript +   kid +   library +   linuxfr +   loader +   logiciel +   lyon +   mac +   Melissa +   microsoft +   microsoft office +   mysql +   newsletter +   next +   écrire +   ooo +   open office +   open source +   openoffice +   openxml +   oracle +   pear +   php +   php.net +   php5 +   plugin +   plugin eclipse +   pompage +   portail +   projets +   redaction +   referencement +   rss +   securite +   shell +   sig +   site +   snippets +   software +   sso +   sun +   symfony +   texte +   tutorials +   vista +   wcm +   web +   web2.0 +   weblog +   wiki +   word +   wysiwyg +   xml +   xul +   yahoo +   zdnet +   zend +