Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Empty span width and height | read more.. CSS
Solution from: unknown Created by tlw on 29.11.2023 @ 22:49

If You need an empty inline span (-s) to have a width and height (for background image or something else) then there is a fix for that.

Remove/hide status/title bar from the top of the app | read more.. Android
Source code from: unknown Created by tlw on 29.11.2023 @ 22:49

Each application has 2 bars at the top: status bar and title bar. Sometimes it's useful to remove/hide them (especially in gaming apps).

Layout with top, content and bottom | read more.. Android
Solution from: unknown Created by tlw on 29.11.2023 @ 22:49

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

Always visible scrollbar - no content jumping | read more.. CSS
Solution from: unknown Created by tlw on 29.11.2023 @ 22:49

html {overflow-y: scroll !important;}

Submit a form using POST method through PHP | read more.. PHP
Solution from: unknown Created on 29.11.2023 @ 22:49

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