Categories
php

php::Links(‘ domPDF ‘);

dompdf is an HTML to PDF converter. At its heart, dompdf is (mostly) CSS2.1 compliant HTML layout and rendering engine written in PHP. It is a style-driven renderer: it will download and read external stylesheets, inline style tags, and the style attributes of individual HTML elements. It also supports most presentational HTML attributes.

PDF rendering is provided using a modified version the R&OS PDF class written by Wayne Munro, http://www.ros.co.nz/pdf/. (Some performance related changes have been made to the original.) Eventually there will be support for alternative rendering backends (PDFlib and ClibPDF, for example, or even image rendering with GD). Using the R&OS PDF class, however, eliminates any dependencies on external PDF libraries.

dompdf is entered in the Zend PHP 5 Contest. While the current release is only version 0.3, it is quite usable and has been adopted by at least one enterprise PHP application.

ciauz

Categories
php tecnologia

wordpress plugin

su wp-plugin sono presenti molti nuovi plugin per wordpress, anche 1.5! Il sito è stato realizzato con Trac, uno dei migliori bugtracker in circolazione, ed è stata data la possibilità a tutti di contribuire sviluppando nuovi plugin tramite un wiki e l’accesso ad un server subversion.

ciuaz

Categories
php

PHP::Links(” zend studio 4 beta “)

Zend Studio 4 Beta Program:

The Zend Studio Development Team is proud to announce the availability of Zend Studio 4.0 Beta!

The Zend Studio Beta Program is aimed at allowing professional PHP developers such as yourself the opportunity to take the product for a test drive and share your feedback with us, before we give the green light for the actual release of Zend Studio 4.

New Features:
Zend Studio 4.0 Beta introduces a host of improvements including greater stability, enhanced performance and many user-requested features–for a full list see Technical Changes.

Zend Studio 4.0 Beta’s major new features:

  • NEW – SQL Database Support & Connectivity: Including the most widely used professional databases such as MySQL, Oracle, Microsoft SQL Server, PostgreSQL and SQLite.
  • NEW – Code Snippets Integration & Support: Over 100 reusable code snippets, utility functions and code samples.
  • NEW – PHPDocs Support & PHPDocumentor Integration: Generate professional documentation directly from the PHP project source code.
  • NEW – Smart Goto Source: Speed-up the development process by easily comprehending your and your teams’ code.
  • NEW – Syntax Highlighting for CSS & XML: Intuitive script editing with a visualization of code syntax and hierarchy.

ciuaz

Categories
php tecnologia

php::Links(” php reserved words “);

una lista di parole da non utilizzare nei vostri script, in quanto riservate da php!

ciuaz

Categories
altri linguaggi php

xulrecordset

xulrecordset is a project to create XUL widget library with a recordset behaviour.

The project uses PHP language in server-side and derived XUL widgets (using XBL – Mozilla technology) and Javascript in client-side. The comunication between client and server is supported by JPSpan library.

We provide an agenda as an example to show how it works. You can move next, move previous, move first, move last, update, remove, add records… The example runs against a MySQL database.

The project aims to create a library to get a XUL widgets with a recordset behavior, like ADORecordset in Visual Basic.

ciauz

Categories
webdev

categorie e colori

ho creato un piccolo scrippettino che mi abbina un particolare css ad ogni post inserito in una certa categoria, questo mi permette ad esempio di inserire il bordo colorato davanti al titolo del messaggio o l’immagine <?php dentro ai soli blockquote dei messaggi della categoria php.

A questo punto mi sorge un dubbio su quali colori dovrei associare alle categorie, qualcuno sa darmi un suggerimento? Magari motivandone anche il perchè!

Considerate che l’unico colore fisso dovrebbe essere il verde per la categoria SdI, in quanto scienze dell’informazione dipende da matematica, che ha la coccarda verde, per il resto che faccio lascio così?

[ps questo è un post automatico, non aspettatevi una risposta in giornata! ;)]

ciuaz

Categories
php

php miglior linguaggio 2004

PHP has been awarded the Programming Language of 2004, according to the TIOBE Programming Community Index. This index uses information collected from the popular search engines, and are based on the world-wide availability of skilled engineers, courses and third party vendors.

ciuaz

Categories
tecnologia

cavi ethernet

una comoda pagina da stampare con gli schemi dei cavi ethernet, vuoi mai che debba ricablare un ufficio… come oggi…

ciuaz

Categories
altri linguaggi

js ad oggetti?

su software will save us c’è un piccolo esempio di come simulare i namespace con javascript, tecnica molto interessante, e pulita, non c’è che dire!

ciuaz

Categories
tecnologia

phasis

Phasis è un gestionale multipiattaforma opensource completamente realizzato in Italia:

Phasis è un gestionale Open Source indirizzato alla piccola e media impresa Italiana rilasciato secondo la licenza GNU GPL caratteristica di molti software Open Source tra cui Linux.

Phasis non è il primo software rilasciato sotto GPL ma è forse il primo ad abbracciare pienamente la filosofia e i metodi dell’Open Source. Particolare attenzione e cura è stata inoltre posta per seguire le necessità e le abitudini dell’utente e evitare di essere un prodotto “solo per guru”.

Phasis è una applicazione che adotta una tradizionale interfaccia grafica (GUI), ma è disponibile sia per Windows che per Linux. È portabile anche al MacOSX e sono in corso test al proposito. L’installazione in ambiente Windows è stata resa particolarmente semplice: un solo file di installazione, di circa 6 Mb, comprende tutto il necessario per l’esecuzione del programma.

Dal punto di vista tecnologico, Phasis utilizza solo componenti Open Source. Il linguaggio di programmazione è Python, l’interfaccia grafica utilizzata è wxPython, il database è SQLite. Il software è compatibile anche con MySQL e PhoenixDB (ex InterBase).

La versione rilasciata ha il numero di versione 0.9.2, è sufficientemente stabile per l’uso ed è già usata in numerose installazioni di produzione. Si intende comunque progredire verso la 1.0 dopo che il software sarà stato testato e utilizzato da un ampio pubblico.
[continua sul sito ufficiale]

ciuaz