
php
Get flash to fully experience Pearltrees
Build a custom search engine with PHP
Five common PHP design patterns - Vimperator
Editor's note : See the follow-up article " Five more PHP design patterns " to learn about five additional design patterns that you might find useful. Design patterns were introduced to the software community in Design Patterns , by Erich Gamma, Richard Helm, Ralph Johnson, and John Vlissides (colloquially known as the "gang of four"). The core concept behind design patterns, presented in the introduction, was simple. Over their years of developing software, Gamma et al found certain patterns of solid design emerging, just as architects designing houses and buildings can develop templates for where a bathroom should be located or how a kitchen should be configured. Having those templates, or design patterns , means they can design better buildings more quickly. The same applies to software.Uploading Files with AJAX | Nettuts+ - Vimperator
The date() function in PHP is powerful and complex. In this article, we’ll teach you how to get started. PHP is an amazing language.
Getting started with dates in PHP
Implementing a Cache System in PHP in PHP
If you’re a PHP developer looking for a guide that teaches you the concepts behind implementing segregated interfaces and how to utilize them, then you have come to the right place. This series of articles will show you how to define fine-grained contracts for your classes, so that they can perform only the tasks they’re responsible for. In the last installment of this series, I went through the development of a basic registry system, which was capable of using different registry classes to store, retrieve and even dump data. The most engaging aspect of this sample system was that the swappable registry classes implemented a couple of segregated interfaces in order to execute the aforementioned operations.Deploy PHP Project From SVN Using Phing | #! code
Automatic building with Phing makes deploying to a server nice and easy, and if you are using SVN as your source control system then you can easily deploy directly from your repository to your web server. To allow Phing to utilise an SVN server you must first install the VersionControl_SVN pear library. Although this is in alpha release I have used it quite a bit with no issues. The only thing is that you will need to specify the version number to pear if you want to install it, like this: To get Phing to export from an SVN repository you can use the svnexport task. The following build file sets up some parameters (for use in this task), runs a target to delete the existing export and then runs a target that exports from the SVN repository we have set up.practical php patterns - Invisible to the eye
PHP Advent 2010 / Color for the Holidays
PHP Advent 2010 / Mistrust and Verify
PHP Advent 2010 / The Ghost of Christmas Past
PHP Advent 2010 / Thumbnails
Many of us have had the pleasure of building a web application that requires the automated building of thumbnails from images that are uploaded at runtime. Thumbnails are hardly the stuff of Nobel laureates, but they’re an uncommon enough annoyance that implementing code to produce them seems like a fresh experience each time. The easiest way to produce thumbnails for a site is to use a pre-built library designed for that purpose. There are a few decent libraries for this, including the PHP Thumbnailer Class , which provides dead-simple ways to manipulate images. Whether used as library code, or as a plugin to other software, this type of library will often do even more than produce thumbnails; it may add watermarks and easily enable programmatic rotation of the output image. Using the PHP Thumbnailer Class to create thumbnails is simple:Before jumping into the topic of Twitter, I have something to get off my chest. Although I'm an avid user and fan of Twitter now, when it first came out, I was a bit nonplussed by it. In fact, I may have been a bit hostile. There.
Use PHP to convert Twitter to RSS
Web 2.0 promises Rich Internet Applications. But what does Rich Internet Applications mean? In general, it means adding highly responsive interactivity to a Web application. Specifically, it means widgets, Web forms, and reports that change on the page instantly without having to retrieve a new page from the server.
Generate Flash movies on the fly with PHP
Ever wondered what design patterns are? In this article, I’ll explain why design patterns are important, and will provide some examples, in PHP, of when and why they should be used. What are Design Patterns?
A Beginner’s Guide to Design Patterns
This weekend, I started my server migration, over to Slicehost. It went well, now I’m running on a lean ‘n mean nginx install. As I was moving my Subversion repositories, I was dreading having to move all my shell scripts, which I used to build and deploy some of my applications (outlined in this post ). I was thinking there had to be a better way, after all, Ruby has Capistrano , and though it can be used with PHP, I didn’t want to have to install Ruby, etc etc. After some searching (not much), I found Phing , which looked like exactly what I needed. Sweet!
Shell scripts no more! | nabeel shahzad
wordpress
drupal
joomla

