Categories
cazzate foto php

polaroid-onize

se avete una foto e volete ottenerne una effetto polaroid fate un salto su polaroid-onize, questo simpatico servizio vi renderà l’immagine come quella qui sotto:

back to the fullo
clicca sull’immagine per ingrandirla

per i più geek c’è anche chi ha realizzato uno script php che fa la stessa cosa (la spiegazione però è in olandese).

ps
la postilla della foto è reale, questo weekend a cattolica ci sarà il primo raduno italiano delle delorean, organizzato da quello squinternato che mi ha fatto guidare la sua per mezza europa…

ciuaz

Categories
php

php|architect: giugno

è uscito il numero di giugno di php|architect

Crossing the Divide
Your PHP applications most likely need to store some kind of data. While databases provide high performance and reliability, actually using them when writing object-orientated code can prove tedious. In this article, author Theo Spears describes three solutions which help you to forget about storage and allow you to focus on functionality.

An OO Layered Approach To Web Apps
By now, you’ve probably heard about the benefits of OOP and how it provides the ability to have more reusable, maintainable, and extensible code. But, if your background is in procedural programming, switching to OOP may seem like an overwhelming task. Author Ronel Sumibcay shows you how to harness the power of OO design patterns, to organize your code into layers, and allow you to more confidently develop a piece of code by knowing its place and responsibilities in the overall application.

References in PHP – An In-Depth Look
PHP’s handling of variables can be non-obvious, at times. Have you ever wondered what happens at the engine level when a variable is copied to another? How about when a function returns a variable “by reference?” Major PHP contributor Derick Rethans gives an inside look.

Homo Xapian – The Search For a Better Search… Engine
Tired of fighting with full-text search in MySQL? Do you need to create a professional-quality search engine and don’t want to have to deal with all the details? Then look no further than Xapian, the open-source search technology that you can integrate directly into your PHP scripts.

Test Pattern: The Construction Industry
We write slices of applications. The PHP architecture involves writing code on a page by page basis. At the start of every page we have to create every object and at the end of the script they are all torn down. This constant setting up and tearing down makes object construction very important to the PHPer. It’s not always an easy task though, as if one object can create another you have introduced a dependency just as much as if one object uses another. Columnist Marcus Baker describes the various object-contruction options.

Tips & Tricks: CAPTCHA That Form Before It Gets Away!
Has your blog (or that of a friend) been inundated with comment spam? Columnist Ben Ramsey brings back the Tips & Tricks column with an overview of ways to prevent this annoying side-effect of running a publicly-commentable website.

ciuaz

Categories
php

php news

  • image_3d, ebbene si da oggi è possibile usare php come motore di render per le immagini 3d. Almeno questo è quello che afferma l’autore della classe in questione e proposta all’approvazione di quelli PEAR
  • php 5 object overloading: ennesima guida si php ed oggetti

ciuaz

Categories
ajax php

(ennesima) guida all’uso di XMLHttpRequest…

su webpasties è stata scritta l’ennesima guida all’uso di XMLHttpRequest per creare pagine ajax. La guida è moooolto semplice e vuole introdurre gli sviluppatori meno smaliziati all’utilizzo delle tecniche ajax tramite il classico esempio del reperimento dinamico dei CAP/ZIP Code associati ad una città.

ciuaz

Categories
php

php varie…

ciuaz

Categories
php

compilare PDF usando php

Justin Koivisto ha creato una utilissima classe per compilare automaticamente i PDF contenenti form, l’utilità della classe è spiegata dall’autore così:

The most popular reason for using a method like this is so the data can be represented in a standard format that is easy to comprehend. This method can be useful for things like employment applications where you not only accept them online, but also through the mail. A single PDF document allows your web users to provide you with information in a variety of ways, but all are formatted to the way yout Human Resources department will expect to see them.

ciuaz

Categories
php

dieci anni di php!

oggi è il compleanno del php! A 10 anni dalla prima storica release di PHP/FI, che consisteva in una libreria perl per la gestione delle form, il php si è evoluto in un linguaggio semplice e flessibile che può contare tra i suoi punti forti la possibilità di programmare ad oggetti, la presenza di innumerevoli librerie, moduli ed innumerevoli applicazioni realizzate da un numero sempre crescente di sviluppatori.

Personalmente lavoro con php da circa 5 anni, ho iniziato con la 4.0.x, dopo aver abbandonato il perl… mai cambio più felice :)

che altro dire? AUGURI!

in rete ci sono i commenti di altri sviluppatori!

Categories
ajax php

ajax on phpbuilder

su phpBuilder è stato pubblicato l’ennesimo articolo su ajax, la cosa interessante è che al suo interno viene fatta anche un’introduzione alla programmazione in javascript per i programmatori php! :)

ciuaz

Categories
open source php

mediawiki 1.4.5

Consiglio caldamente l’upgrade di mediawiki

MediaWiki 1.4.5 is a security update and bugfix release.

Incorrect handling of page template inclusions made it possible to inject JavaScript code into HTML attributes, which could lead to cross-site scripting attacks on a publicly editable wiki.

ciuaz

Categories
php

phpBook

Ziobudda pubblica il primo libro libero ed in italiano dedicato al php. Il libro è in formato digitale e chiunque può partecipare alla sua stesura.

ciuaz