Using XHR and PHP for files upload
The website ProDevTips propose a tutorial about multiple file upload with PHP and XHR.
First of all, we now use stream_copy_to_stream to upload the files, hence such things as max file upload size and so on will not be respected. Luckily Valums’ solution will do th [...]
Using the Tidy PHP extension
When you want to perform checks on the tags xHTML programming, there are various tools to generate the transaction or directly through the web.
The site shows PHPsnippets as a script, a way to complete the transaction from the Tidy extension and PHP
The operation is very easy to implement because you just need to specify the page to check to get the desired result and see if your page contains format errors
Read the article about Tidy
Using closures in PHP 5.3
Since the release of PHP 5.3, the closures are often used. There are few descriptions around the web showing you all the power offered by the new closures.
Vance Lucas published an article on this subject with five examples to put theory into practice, which are:
- Templating
- Extending dynamic code
- Completion Time
- Caching
- Convenience (as in their role in specific functions for callbacks)
These five examples show that it is possible to use the closures very easily with very few lines of code.
Tutorial – CSS display property
I've discovered an article that is perfect for CSS developers.
It contains the browser's compatibility table for each property's values.
An explication about each values.
At the bottom you have a little package of divs to test differents configurations.
Joomla! Community Magazine
The Joomla! Project proudly announces the August 2010 Issue of the Joomla! Community Magazine. The magazine is a collection of articles and illustrations highlighting events and accomplishments of the free software community behind Joomla!, an award-winning open source content management system.
