
php
Zend/Doctrine
Doctrine
Zend
Five common PHP design patterns
Ajax Fancy Captcha - jQuery plugin - WebDesignBeach.com
Drag and Drop Captcha Demo What is it: Ajax Fancy Captcha is a jQuery plugin that helps you protect your web pages from bots and spammers. We are introducing you to a new, intuitive way of completing “verify humanity” tasks. In order to do that you are asked to drag and drop specified item into a circle. Captcha’s security level is medium, with the emphasis on nice looking and user friendly qualities while still offering reasonable protection from unwanted “guests”.codeigniter
PHP Tutorials Examples Convert BMP to JPG
<?php /** * * @convert BMP to GD * * @param string $src * * @param string|bool $dest * * @return bool * */ function bmp2gd ( $src , $dest = false ) { /*** try to open the file for reading ***/ if(!Twitter API Programming Tutorial With PHP – Intro « brandontreb.com
I have recently started using Twitter and completely fell in love with it. Being a programming, this naturally made me want to develop applications for interfacing with it. So, I scoured the internet (checking Twitter’s website as well) to find good * simple tutorials for doing this. After searching for a while, I couldn’t really find any. Ok, I lied, I found a few but they were terrible. I hate tutorials that assume the reader knows more than they actually do.Wrapping C++ Classes in a PHP Extension
One of the most common reasons people write extensions for PHP is to link against an external library and make available its API to PHP userspace scripts. Often the external library is written in C or C++. If you are tasked with writing such an extension that links against an object oriented C++ library, you will probably want to wrap the C++ classes and make them available to PHP userspace scripts.The following script will easily allow you to resize images using PHP and the GD library. If you’re looking to resize uploaded images or easily generate thumbnails give it a try Update: Looking to resize transparent PNG’s and GIF’s? We’ve updated our original code, take a look at http://www.white-hat-web-design.co.uk/blog/retaining-transparency-with-php-image-resizing/ Usage Save the code from the ‘the code’ section below as SimpleImage.php and take a look at the following examples of how to use the script.
Resizing images with PHP
WordPress
Drupal

