Image Uploader

Original post provide by PHP Classes: Latest entries
Package: Image Uploader
Summary: Validate and process images uploaded using forms
Groups: Graphics, PHP 5
Author: Leszek
Description: This class can be used to upload images uploaded using Web forms.

It takes an uploaded image and check whether the MIME type is of GIF, JPEG or PNG formats, if the file size does not exceed a given limit, or the image width and height is not smaller than a given size.

The class can also create thumbnails and assure that width and height of neither the thumbnails nor the original image exceed given limits.

The original uploaded image and thumbnails are stored in a given directory.

Previous Articles:
American Security Firms Collaborate On Chinese Olympics
"'I don't know of an intelligence-gathering operation in the world that, when given a new toy, doesn't use it,' said Steve Vickers, a former head of criminal intelligence for the Hong Kong police who now leads a consulting firm. Indeed, the autumn issue of the magazine of China's public security ministry prominently listed places of religious worship and Internet cafes as locations to install new cameras.
How To Launch A Successful Technology Start-Up
'Ten years ago,' Coach Wei tells Jeremy Geelan in this exclusive interview with AJAXWorld Magazine, 'I was as a poor graduate student naive enough to start a company at the bottom of the 'dot-bomb' burst. I learned so much coping with the 'nuclear winter,' raising $18M in financing, working through all the challenges associated with the market, dealing with investors and everything else.
PHPLogger
Package: PHPLogger Summary: Log errors to separate files according to severity Groups: Logging, PHP 5 Author: Gurdeep Singh Description: This class can be used to log application errors. It can open separate log files to write error log messages depending on the error severity levels.
Rich Internet Applications Vs AJAX: "2008 Will Be A Crucial Year"
While AJAX, as XML co-inventor Tim Bray puts it, 'tries to do everything in the browser using just what the browser ships with,' RIA frameworks like Adobe AIR, Microsoft Silverlight, and JavaFX aim to take developers beyond the limitations of the browser.
XML
Package: XML Summary: Parse XML documents into arrays and vice-versa Groups: Data types, PHP 5, XML Author: Ricardo Alexandre Sismeiro Description: This class can be used to parse XML documents and build an array with the document structure. It can also generate XML documents from nested arrays that define the document tag structure.
More Articles:
Data Theft Soars To Unprecedented Levels
A Wired article reports on data loss in 2007, and the numbers aren't good. Credit card and social security theft was at an all-time high, with even more losses expected in 2008. Information thieves, it seems, are just one step ahead of IT security.
Community News: Latest PEAR Releases For 12.31.2007
Latest PEAR Releases:Net_Ping 2.4.3Structures_DataGrid_Renderer_XLS 0.1.3Console_CommandLine 0.2.0
Zend Developer Zone: Zend_Controller_Action, Now With Parameters!
On the Zend Developer Zone a new post points out feature that the controllers of the Zend Framework has parameters on the actions. Basically, Zend_Controller_Action is the parent of all of the controllers in your application. This controller is what C stands for in MVC, a design pattern used lately in web application development, especially in RIA development.
PHP-GTK Community Site: Gul 2.0 On The Way
2 years after begining, I'm happy to announce you the Beta release of the Gul 2.0 project, the XUL parser for PHP GTK (97% released). I have to do lot of things, but i think it looks like something.
Sanisoft Blog: Theming Your CakePHP Apps (V1.2)
Despite this there are continued request for information on how to use this functionality on the list and even googling for cakephp + theme does not really return anything definitive. Once you have figured out how to use theming, adding new themes is errr...

Leave a Reply