David Ansermot Web Developer / TYPO3 Integrator

29nov/110

TYPO3 – Disable upload option for images fields in DS

A small tip today but usefull for contributors.

When you make a FCE, and use fields of type "image" of "image fixed W + H", the contributor can select image in TYPO3 or upload a new one.

22oct/100

Using the Tidy PHP extension

xml logoWhen you want to perform checks on the tags xHTML programming, there are various tools to generate the transaction or directly through the web.

The site shows PHPsnippets as a script, a way to complete the transaction from the Tidy extension and PHP

The operation is very easy to implement because you just need to specify the page to check to get the desired result and see if your page contains format errors

Read the article about Tidy

16mar/100

The co-creator of XML Oracle left for Google, Tim Bray will work on Android

Tim Bray, who had been at the origin (in part) of writing XML, has just announced a few hours ago on his blog that he left Sun / Oracle to join Google in a position of "Developer Advocate "focus on Android.
He predicts that it will be very exciting and seems delighted with this change.

It must be said that in recent months, his relationship with his former employer had deteriorated somewhat, especially when he had to censor his blog about the merger Sun / Oracle.

He therefore sought to leave his office and found refuge with Google, which has created the post altogether just for him.

Tim and already seems very committed to the firm in Mountain View, seen as the incense on his blog.

Source :
developpez.net

22fév/100

Bluefish 2.0

After several years of expectations, Bluefish 2.0 comes out. Bluefish is an IDE (editor) who joined the family of FDI.
This new version is oriented web development in 17 languages. He wants light, fast and free but also open.
Its opening can support many languages such as PHP, HTML, Javascript, XML, Python, Perl, CSS, SQL ...
Furthermore, many useful features for developers are available as syntax highlighting, multiple document interface, external program integration, synchronization, toolbar ...

After several years of expectations, Bluefish 2.0 comes out. Bluefish is an IDE (editor) who joined the family of FDI.This new version is oriented web development in 17 languages. He wants light, fast and free but also open.Its opening can support many languages such as PHP, HTML, Javascript, XML, Python, Perl, CSS, SQL ...

Furthermore, many useful features for developers are available as syntax highlighting, multiple document interface, external program integration, synchronization, toolbar ...

It runs on : Debian, Ubuntu, Fedora, Gentoo, Mac OSX, AltLinux, OpenSolaris and Windows

Read the communicate

27nov/090

Zorba with PHP

Zorba is an application which conforms to the standard XQuery processor. Now Zorba proposes an extension to PHP which it is provided with the API.
With this new extension, new features in PHP appear, like this developer and development can add sophisticated treatment of XQuery for applications PHP / XML.
Vikram Vaswani offers a tutorial for using this extension, including the following:

  • Basic usage
  • Treatment sequences
  • Filtering and Sorting Data
  • Manipulations
  • Repos functions
  • Json functions

Zorba official site
Zorba PHP tutorial