dal 21 luglio è stato ripristinato il supporto al formato GIF all’interno delle librerie GD, librerie che sono utilizzate da molti linguaggi (php, perl, phyton) per modificare e creare immagini.
ciauz
La mia vita, la mia passione, il mio tormento. O meglio il tormento che infliggo a chi mi sta accanto. ;)
In questa categoria si discute di tutto ciò che fa tecnologia, dai tostapane ethernet ai linguaggi di programmazione olistici. Dai motori ad improbabilità a agli script PHP.
dal 21 luglio è stato ripristinato il supporto al formato GIF all’interno delle librerie GD, librerie che sono utilizzate da molti linguaggi (php, perl, phyton) per modificare e creare immagini.
ciauz
Chris Shiflett delivered his tutorial armed with 80 printed workbooks that was apparently insufficient to meet the needs of the gathering at Salon F. As Chris claims, his workbook for the tutorial is likely the most complete source of PHP security information and best practices available. If you weren’t one of those lucky 80, then don’t panic – Chris has put up a 55 page PDF of the tutorial workbook that you can download from here. You can also read Chris Shiflett’s hit article “The Truth about Sessions” .
tratto da php|architect
cuiaz
trovo e pubblico da gmail wiki:
Kendel of gmail-users@googlegroups.com writes:
“For those who haven’t noticed, if you create a label named Unread, you need no filter: it will list and bring up your unread mail.
The only current flaw is that it doesn’t refresh well: if you have three new mails, each labelled X, your X and Unread labels will show (3). However, if you read them out of your X label list, the Unread label list will show one more than you still have.
i.e., if you read one from your X list (viewing your X label) it will then show
X (2)
Unread (3)If you read another:
X (1)
Unread (2)Etc.
Unread will refresh to (0) when next refreshed for any reason.
BUT, it’s there, and it works.”texas critter adds: “A minor thing and once you click on any label, including “Unread”, it corrects the count.”
Tra l’altro ho scoperto che la stessa news sta facendo il giro di tutti i blog.
ciauz
nato dal progetto WACT, già trattato in diverse occasioni su questo blog, Limb è un cms che sta suscitando qualche interesse. La gestione delle pagine/sezioni è molto simile a quella di Typo3 o Midgard, quindi è possibile interagire con le pagine/sezioni di un sito direttamente senza passare da un pannello di controllo che spesso obbliga ad una preview od un rebuild del sito stesso. Questa funzionalità è chiamata JIP e così descritta dagli sviluppatori:
LIMB introduces JIP (just in place) managing feature. JIP edition allows dramatically decrease time of learning the CMS and simplify the administration routine
Anche la gestione delle template sfrutta a pieno le potenzialità di WACT, permettendo di scrivere con poche righe di codice template (xhtml valide) comprendenti non poche funzioni (if, for, include..).
ciuaz
spesso installiamo programmi sulla nostra linux box compilandoli a mano, ma cosa succede se vogliamo disinstallarli? iniziamo a sbattere la testa cercando eseguibili, cartelle nascoste e così via.. la soluzione a questo problema è descritta su un tutorial di LinuxExposed e si tratta essenzialmente di creare degli RPM dal sorgente che vogliamo compilare, non male come idea…
ciuaz
L’ Open Thumbshots Project è un sito che permette di creare dinamicamente dei thumbnail snapshot (una renderizzazione su bitmap per intenderci) del vostro sito (a patto che questo sia presente su DMOZ), tutto quello che c’è da fare è copiare il relativo logo nella pagina dove sarà presente l’immagini e del codice html fornito dal progetto.
Open Thumbshot Project è anche usato da un’estensione di FireFox chiamata GooglePreview e recensita su Redemption
un esempio con il sito di phpCollab:
ciauz
è stata rilasciata la versione 5 di LormaLinux la distribuzione, basata su Fedora Core 2, con un’ottima propensione videulica!
ciuaz
intrigato dai blog m$ ho iniziato la classica navigazione randomica fino a quando mi sono imbattutto in una comodissima utility che permette di aprire una shell dos con privilegi di amministrazione (ovviamente dopo aver immesso la giusta password). L’utility, che non è altro che uno script batch chiamato MakeMeAdmin, utilizza il comando RUNAS per inserire l’utente utilizzato nel gruppo administrator della macchina (quindi non funziona a livello di dominio), aprire una nuova shell ed eliminare l’utente dal gruppo administrator. La shell aperta permetterà quindi di utilizzare tutti i comandi/programmi con diritti di amministratore risparmiandoci di fare il logout per eseguire le applicazioni che normalmente non possono essere invocate da RUNAS direttamente dall’interfaccia grafica.
ciuaz
è uscito il nuovo php|architect di luglio in questo numero:
Webmapping with MapServer
Wondering how to give a “plus” to your application? How about spatially ena-bling your data? Webmapping—to deliver maps through the web—is easier than you would think. In this article, Rodrigo Becke Cabral discusses how to use MapScript, a PHP wrapper for the opensource MapServer technology that allows you to draw maps on demand and deploy them within your PHP application.User Abandonment Tracking with PHP and DHTML
In this article, Darrell Brodgon discusses the technique of using PHP and JavaScript to cap-ture real-time information entered into a form for the purposes of user aban-donment tracking. He also shows you how to gain a solid understanding of the powerful way client-side DHTML can interact with server-side PHP.Build Your Own Debugging Library
Debugging can be tough no matter what language you’re using. PHP offers some special difficulties of its own—but that doesn’t mean that, with a little creativity and a look at the PHP manual, you can’t build a complete debugging library that requires no external components. Michael Paul Baley shows you how in this great article!Charted Data Mining with PHP and JpGraph
Data Mining transforms raw data into useful knowledge. Join author Jason Sweat as he shows you how to use PHP, and the JpGraph library, to generate several kinds of graphs—some of which are not part of the standard JpGraph capabilities—based on the PHP bug database as the raw data set.Socket Interprocess Communication
PHP’s increasing capabilities allow us to stray away from pure web applications into such areas as Unix systems programming, and rich client-side applications. In this piece, Rick Morris delves into the uses for interprocess communication over sockets, with a look at the Unix-oriented way of programming (which will work equally well on Windows). As a way to show you how powerful PHP is in this field, Rick also combines a socket-driven messaging server with a real-time instant messaging solution written in XUL that is completely portable across multiple platforms without requiring any special compilers.
ciuaz