Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Creating a Reusable Flash Uploader with ActionScript 3.0 and PHP | read more.. Unsorted
Article from: http://active.tutsplus.com/tutorials/actionscript/creating-a-reusable-flash-uploader-with-actionscript-3-0-and-php/ Created by tlw on 27.09.2023 @ 07:09

In this tutorial I’ll show you how to build a Flash uploader for uploading files from the user’s computer. The result will be ideal for large file sizes as it will display a progress bar and the percentage left to upload. We’ll even show the user the number of bytes uploaded per second.

Automatic merging and versioning of CSS/JS files with PHP | read more.. PHP
Solution from: http://www.ejeliot.com/blog/72 Created by tlw on 27.09.2023 @ 07:09

Most sites include a number of CSS and JavaScript files. Whilst developing it's usually easier to manage them as separate files but on a live site it makes sense to merge files to reduce the number of HTTP requests the browser has to make. For JavaScript this is particularly important as browsers block rendering whilst downloading.

Format number | read more.. PHP
Source code from: http://www.php.net/manual/en/function.sprintf.php Created on 27.09.2023 @ 07:09

sprintf(_("%.2fMB"), $info->Size / (1024 * 1024));

<<<1>>>
 
Created by THE LOST WEB © 2009-2012