PUBLIC   marks

PUBLIC MARKS with tag developement

Sponsorised links

This year

redis - Project Hosting on Google Code

by Xavier Lacot & 3 others , 1 comment
A performant key-value database. A PHP module is available, that lets PHP access to Redis in a performant way.

Integrating symfony and Zend Framework (PHPBarcelona 2009)

by Xavier Lacot
The talk of Stefan about Integrating symfony and Zend Framework, during the PHPBarcelona Conference 2009

Lithium

by Xavier Lacot
The website of Lithium, the fork of the CakePHP framework, made by two of its core members.

Extending ltrace to make your Ruby/Python/Perl/PHP apps faster at time to bleed by Joe Damato

by Xavier Lacot
Joe Damato has added libdl support in ltrace, which makes tracking down slow queries really easy. Performance performance performance !

anthonyshort's csscaffold at master - GitHub

by Xavier Lacot & 1 other (via)
A dynamic CSS framework inspired by Shaun Inman's CSS Cacheer. It's aimed at experienced CSS developers - it gives you the tools to create great CSS easily. It abstracts some repetitive and annoying flaws of the language to make it easier to create and maintain, all while giving you the benefits of caching.

Gearman

by Xavier Lacot
Gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages. It can be used in a variety of applications, from high-availability web sites to the transport of database replication events. In other words, it is the nervous system for how distributed processing communicates. One type of asynchronous and worker solution I could use in the implementation of asynchronousity in Symfony's media plugin

NetBeans for PHP : weblog

by Xavier Lacot
The work for supporting for Symfony PHP Framework in NetBeans 6.8 is finished. This should make Netbeans the default editor for PHP developers, far before Eclipse. As for me, I'll stick to Textmate :)

CAHAYA CMS

by Xavier Lacot & 1 other , 4 comments
CAHAYA CMS is an open source management system built on top of the Zend Framework, which makes building websites extremely easy. Even if interesting, the project is still very young and suffers some conception limitations - the lack for structured content is one of the greatest, in my opinion.

JQuery File Upload Plugin Script - JQuery File Upload Script - Uploadify

by Xavier Lacot & 4 others
Uploadify is a jQuery plugin that allows the easy integration of a multiple (or single) file uploads on your website

Symfony-Zone » HelloWorld example with Flex and Symfony

by Xavier Lacot & 2 others
A simple guide on how to use Flex from within Symfony. The tutorial helps creating a simple client with a text field and a button, and shows all the mechanism involved in the communication to the Symfony backend server.

Zoho Creator

by phptn
Zoho Creator is an online service that offers the entire web application lifecycle - development to delivery on a single platform. Zoho Creator takes away the development complexities, reduces time/costs to build and deliver on-demand business applications.

Database versus files for Images at Spindrop

by Xavier Lacot
Dave gives his feedback on a long-debated developement topic : storing files in database or on the filesystem. "I had been serving images via the database. Immediately when I switched to the filesystem I saw a huge benefit. Not just a drop in database connections, but overall “zippiness” in the site. We’ll see how well this performs in the real world, but I am quite sure that I learned my lesson." All this makes sense : files are not data, they are just files. A filesystem is designed for hosting files. A database is designed for hosting data. Don't mess things.

Mozilla Labs » Blog Archive » Introducing Bespin

by Xavier Lacot & 3 others
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.

Issue 145913 - Netbeans 7.0 to support Symfony

by Xavier Lacot
"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."

Sponsorised links

2008

SourceForge.net: EditArea

by Xavier Lacot
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).

WTFramework bookmarklet

by Xavier Lacot & 2 others
WTFramework bookmarklet is a Firefox bookmarklet that lets you know which js framework is being used by a web page

Livre blanc : frameworks php pour l’entreprise

by Xavier Lacot & 1 other
Forte d’une expérience éprouvée des frameworks PHP majeurs, Clever Age publie aujourd’hui un livre blanc au sujet des frameworks PHP pour l’entreprise.

Opera Dragonfly

by Xavier Lacot & 6 others
Welcome to Opera Dragonfly alpha, the foundations of Opera's upcoming Developer Tools. Debug JavaScript, inspect CSS and the DOM, and view any errors – Opera Dragonfly makes developing using Opera easier than ever, both on your computer and mobile phone.

Introduction to Opera Dragonfly

by Xavier Lacot & 2 others
We have unleashed the Dragonfly! Opera Dragonfly is Opera's all-new set of developer tools, designed to give developers a lightweight-but-powerful application that provides effective mechanisms for web standards debugging and problem solving without slowing down the browser, and fits in nicely with the development workflow.

2007

Late Static Bindings Explained

by Xavier Lacot
Late Static Binding (LSB, yes, not LSD) is an OO feature that is meant to be implemented in PHP 6, and maybe even backported to PHP 5. This article will describe what LSB is, what problems it's supposed to solve and how.

YSlow for Firebug

by Xavier Lacot & 18 others (via)
YSlow analyzes any web page and generates a grade for each rule and an overall grade. If a page can be improved, YSlow lists the specific changes to be made.

Tworzenie instalatorów

by jacek
Tworzenie instalatorów Pobierz Inno Setup 5.1.13 pl - ściągnij ostatnią wersję z Programy IDG.pl

Xdebug 2 released - Derick Rethans

by Xavier Lacot & 1 other
After almost four years of work, Xdebug 2 is finally ready. With improved functionality and many new features it is ready to totally change the way you develop in PHP.... Nothing less ? :)

A Recipe for OpenID-Enabling Your Site

by Xavier Lacot & 7 others
This is a step-by-step tutorial guide for implementing OpenID consumer-side support with a web site that already has users with accounts. It will explain how to easily let new users sign up for an account on your site using their OpenID URL and how to let existing users attach their OpenID(s) so they can sign in using them.

PUBLIC TAGS related to tag developement

no tag

Sponsorised links