Categories
php

php|architect marzo

è uscito il numero di marzo! meglio tardi che mai…

Crunching Data with PHP
There are various file formats to archive, pack, zip or crunch data. PHP supports many of them, in different ways: using external PHP scripts, PEAR packages or PHP extensions. In this article, author Christian Wenz explores the world of compression mechanisms using all that PHP has to offer!

Strengthening the Authentication Process
A login screen–what could be simpler? Well, if you want a safe login screen and can’t afford the luxury of running an HTTPS connection, things are not so simple after all. Join author Graeme Foster as he explains several ways in which you can make the gateway to your secure applications safer with nothing more than PHP, JavaScript and a whole lot of programming smarts.

An XML approach to Templating using PHPTAL
A lot has been done—and said—about template systems in PHP, but, still, no real conclusion has been reached. Author José Pablo Ezequiel Fernández Silva examines PHPTAL, a PHP implementation of TAL, the Template Attribute Language that is very well know among Zope programmers. Unlike many other templating systems that use custom syntax, TAL is entirely based on XML, making it easier to understand for developers and designers alike.

Turning a Class Into an Application With PHP-GTK
Tired of having to write a new script for every PEAR package he released, Scott Mattocks decided to wrap the PEAR_PackageFileManager class in a GUI to make generating package files a snap. This article details the process that he went through to create his application and highlights how you can use PHP-GTK to do the same with your classes.

Priming PHP for the Enterprise
“PHP in the Enterprise” is beginning to sound like “the paperless office.” Luckily, there’s a lot less of a vapourware aura around the former than around the latter, as this interview with Cornelius Willis, IdeaLabs’ Vice-president of Sales and Marketing, shows.

Test Pattern: The Three Inch High Design Tool
Want a design tool created by a world class developer? Want one that does not just encourage good design, but helps teach it? Want one that encourages collabo-rative design in the face of the disparate personalities involved? Don’t know UML? Not much money? Don’t worry. “Class Responsibility Collaboration” cards, or CRC cards for short, are one of the cheapest development tools you can buy. Superficially, they are nothing more than a pack of index cards.

Security Corner: Magic Quotes
This month’s Security Corner topic is magic quotes, the collective term for the behaviour of the magic_quotes_gpc, magic_quotes_sybase, and magic_quotes_runtime configuration directives. Chris’ approach this month is a bit different, because instead of highlighting a best practice or describing a security safeguard, he wants to warn you against relying on insufficient protections. Betting all your security money on magic quotes is more than just a red herring—it is actually a very poor practice, and this month’s Security Corner will explain why.

ciuaz

Categories
php

wp-theme contest

ho appena realizzato un tema per wordpress e ti scopro che hanno inaugurato il wp theme contest! Maledizione! Adesso mi toccherà completarlo, testarlo e renderlo il più fico! ;)

ciauz

Categories
php

maledetta dashboard! & breadcrumb plugin

se vi siete stancati della dashboard di wordpress e delle sua inutile pesantezza allora è tempo di installare la dashlite!

invece sul sito di marc shields è presente un plugin per creare dinamicamente i breadcrumb, o percorsi a briciole, per i propri contenuti… quasi quasi lo sostituisco al mio hack per la gestione dei menù…

ciuaz

Categories
php tecnologia

lampadina!

ho creato un piccolo tema per wordpress, derivato da un lavoro fatto per un cliente (prossimamente su web), eccone un’anteprima:

lampadina!

per ora il tema è molto spartano e minimale e soffrirà sicuramente di qualche bug, e visto quanto tempo libero ho non so se lo aggiornerò nel prossimo anno, però è sempre qualcosa no? ;)

per scaricarlo questo è il link che fa per voi: lampadina.zip

ciuaz

Categories
php

wp-plugin: exhibit 2.0

sta per essere rilasciata la nuova versione di exhibit , “image management“. Il plugin permette di modificare (girare, ingrandire e ritagliare) le proprie immagini postate con wordpress.

ciuaz

Categories
php

wysiwyg per wordpress

This plugin replaces the WordPress “quicktags” with a wysiwyg(what you see is what you get) editor. It allows you to format post text just as you would in any word processor or email program. Works in both IE and Mozilla!

ciuaz

Categories
php

IBM supporta PHP

La notizia è ormai sulla bocca di tutti, finalmente, IBM si è decisa a supportare attivamente PHP all’interno di developerWorks, ed inizia a farlo con un articolo sui web services e php 5.

Access an enterprise application from a PHP script
This article shows you how to access an enterprise application from a PHP script. You may be a PHP programmer who needs to write code for a departmental Web application to access a central corporate service, exposed as a Web service. Or you may be an experienced J2EE developer who wants to know a little more about PHP and how you can use it. The example in this article is an Enterprise Java Bean (EJB) running in an IBM WebSphere® Application Server, but this article is not about how to deploy the Web service. Its focus is on how to consume the Web service from PHP, and it’s applicable however the Web service is implemented. [leggi tutto]

[update]
qualche altro articolo sul php [via php-ml]

ciuaz

Categories
php

wordpress italian wiki

su 40annibuttati è stato creato il wiki italiano ufficiale di wordpress, sempre sullo stesso blog è presente anche un forum dedicato alla piattaforma di bloggin’.

ciuaz

Categories
php

wordpress plugin

ho scovato un piccolo, ma neanche tanto, manuale per scrivere plugin per wordpress. Inoltre sul forum di supporto è stato pubblicato questo utilissimo plugin che permette di utilizzare una pagina statica come homepage, comodissimo per utilizzare wordpress come un CMS!

Un’ultima cosa, qui c’è una lista più o meno completa dei temi disponibili per la versione 1.5

ciuaz

Categories
php

creare documenti openoffice da php

PHP DocWriter is a set of PHP classes that allows you to create documents in OpenOffice.org XML format (that is, StarOffice/OpenOffice.org documents).

It is also capable of communicate with the OpenOffice.org application with the purpose of convert OpenOffice.org XML generated documents to any other format supported by the OpenOffice.org application in an automatic and transparent way.

ciuaz