public marks

PUBLIC MARKS from kasi77 with tag php

2010

Blog | Symfony2 Online Conference | symfony | Web PHP Framework

Yesterday and the day before, Sensio Labs organized the first Symfony2 online conference. It was a great success with more than 350 attendees (from over 35 different countries), and a dozen hubs around the world. Thankfully, the platform worked fine.

2009

Tech heroes of the past: Where are they now? | Royal Pingdom

Have you ever wondered what the guy who invented the World Wide Web is up to these days? What about the guys who created Photoshop, or the one who created the PHP scripting language?

Tech Your Universe » PHP vs Java vs C/C for web applications

For the other 99.9% of web applications, scripting languages or C/C is a better choice, and the complexity that Java introduces is despicable, and in my opinion, making the choice for Java is doing a disservice to your company in terms of cost (both development time and hardware).

La gendarmerie nationale sauve son projet Java EE en se convertissant au PHP

En 2005 la gendarmerie lance Puls@r, un projet Java EE pour remplacer l’application de gestion du service des brigades. Les aléas rencontrés ont poussé les gendarmes à se doter d’une plate-forme de développement continu pour PHP.

Struts 2.1, toujours plus de "Convention"

Ce type d’évolution est révélatrice de la direction que prennent les frameworks Java à l’heure actuelle. Ils cherchent à simplifier le travail des développeurs et essayent de combler le retard qu’ils ont à ce niveau par rapport à leurs équivalents d’autres langages (Symfony, Ruby on Rails,...). Il est assez amusant d’ailleurs de remarquer que pendant que les frameworks java se simplifient, leurs "concurrents" comme symfony deviennent plus complexes. Ces derniers reposent sur une utilisation de plus en plus poussée du modèle objet pour des fonctionnalités auparavant réalisées de manière procédurale (ex : sfForms). Si cela apporte des bénéfices en terme de robustesse et maintenabilité, la courbe d’apprentissage en prend un sérieux coup... Si ces mouvements continuent, il viendra peut-être un jour où les développeurs Java se moqueront de PHP pour sa complexité... Espérons que d’ici là, chacun arrivera à un juste milieu !

2008

symfony | Web PHP Framework | Blog | symfony 1.2 is already available

by 1 other
Today is the day a great portion of the community has been waiting for, even without knowing that it will be today. As our early Christmas present, we finalized the 1.2 release of symfony after some weeks of hard work. We will be revealing more presents soon, stay tuned :-)

symfony | Web PHP Framework | Plugins | sfErrorHandlerPlugin | 1.0.4

by 1 other (via)
Aims to catch and deal with most, if not all, errors within Symfony

PHP 5.3 : LSB : Late Static Binding - Pascal MARTIN (n 1).zéro

PHP 5.3 introduit la notion "Late Static Binding" : tout ce qui est "statique" peut désormais être lié à l’exécution, et non plus à la compilation !

php.internals: </endnamespacediscussion>

(via)
Le séparateur d'espace de noms PHP sera l'anti-slash.

symfony | Web PHP Framework | Blog | symfony Camp 2008 - Day 1

After lunch, Dustin Whittle talked about the "Lessons learned at Yahoo" and Fabian Lange gave some tips on "symfony performance". That was enough for symfony. So, Jonathan Wage came on stage to talk about Doctrine.

10 Principles of the PHP Masters - NETTUTS

by 3 others
With PHP's widespread adoption,it's almost too easy to find a script or snippet to do exactly what you need. Unfortunately, there's no filter as to what is a "good practice" and what's, well... not so good when writing a PHP script. We need trustworthy sources, who have proven they have a solid grasp on the best practices of PHP. We need PHP masters to show us the best principles to follow for high-grade PHP programming.

Magazine PHPTV - Septembre 2008 | PHPTV

# News : requêtes préparées, pdo, wiki de php # Reportage : le PHP Camp ! # Débat : les namespaces # Interview : l'AFUP

symfony | Web PHP Framework | Blog | New in symfony 1.2: Customize the Web Debug Toolbar

The symfony web debug toolbar is one of the developer best friend. It is always conveniently accessible in the browser when using the development environment. It gives you everything you need to know about the current page and ease the debugging of your applications. Until now, all the information available in this toolbar were hardcoded. But as of symfony 1.2, the web debug toolbar is entirely configurable.

Conventions de programmation : la nécessaire maturité - La Case de l'Oncle Tom

Tout développeur, que ce soit à l’école ou en apprenant sur le tas, écrit du code. J’espère n’avoir perdu personne à ce stade de l’explication ;-) Inconsciemment on cherchera à utiliser un style d’écriture avec lequel on se sent à l’aise, qu’on pourra et saura relire facilement et dans le meilleur des cas, qui pourra être relu par une autre personne sans avoir à engager d’interprète. Tout développeur tend donc à utiliser des conventions de programmation (coding standards), que ce soit en HTML, PHP, CSS, JavaScript ou même en Cobol. Et utiliser des conventions, c’est bien !

PHPTV - Dur Comme Faire

La première télévision sur le web entièrement consacrée à PHP vient d'être officiellement lancée. PHPTV est une initiative de l'AFUP produite par la société OpenStates. Cette web TV publiera une émission chaque mois.

Zend, la PHP compagnie, lève 7 millions de dollars par Neteco.com

Zend, « The PHP Company », lève 7 millions de dollars auprès de TriplePoint Capital. Cette nouvelle levée de fonds doit lui permettre de monter en puissance sur un marché en croissance. Après tout, ce n'est qu'un petit million de moins que seesmic :-p

Integrate your PHP application with Google Calendar

Google Calendar allows Web application developers to access user-generated content and event information through its REST-based Developer API. PHP's SimpleXML extension and Zend's GData Library are ideal for processing the XML feeds generated by this API and using them to build customized PHP applications. This article introduces the Google Calendar Data API, demonstrates how you can use it to browse user-generated calendars; add and update calendar events; and perform keyword searches.

symfony | Web PHP Framework | Blog | The wait is over: symfony 1.1 released

As you may know, we have been working for a very long time on the next stable version of symfony. Now the day has come to celebrate the immediate availability of the long awaited 1.1 stable release of the symfony framework!

symfony Web PHP Framework » Blog | The symfony 1.1 architecture

Before we release symfony 1.1 later this week, I want to give some information about the new symfony 1.1 architecture. Apart from the new exiting features we have in symfony 1.1, this version also represents a year of hard work to refactor the internals. Let's dig into symfony internals a bit!

symfony Web PHP Framework » Blog |How to create an optimized version of your website for the iPhone in symfony 1.1

symfony 1.1 introduces native support for different formats and mime-types. This means that the same model and controller can have different templates based on the requested format. The default format is still HTML but symfony supports several other formats out of the box as defined in the factories.yml file