Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Layout with top, content and bottom | read more.. Android
Solution from: unknown Created by tlw on 27.09.2023 @ 07:37

Sometimes we need to have a static top and bottom with the rest space taken by the main content.

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:37

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.

Submit a form using POST method through PHP | read more.. PHP
Solution from: unknown Created on 27.09.2023 @ 07:37

To submit a form using POST method through PHP, just add the data to be posted as header. This essentially saves one extra html page sent to the browser when user has to be redirected. Mostly found this technique useful for redirecting to payment gateways.

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