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 @ 08:40

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

Chrome re-sizable textarea | read more.. CSS
Solution from: http://www.google.com/support/forum/p/Chrome/thread?tid=5f9cd62207e2c7a8&hl=en Created by tlw on 27.09.2023 @ 08:40

CSS: resize: none;

Convert links into clickable hyperlinks | read more.. PHP
Solution from: http://www.totallyphp.co.uk/code/convert_links_into_clickable_hyperlinks.htm Created by tlw on 27.09.2023 @ 08:40

A function to change an email address or URL into a clickable HTML hyperlink using eregi_replace.

The best font size to use in website design | read more.. HTML
Article from: http://www.hobo-web.co.uk/seo-blog/index.php/best-font-size/ Created on 27.09.2023 @ 08:40

Because of the wide range of settings and equipment that people might be using to access the World Wide Web, there is no “best font size“. Font sizes should be specified using relative units like percentage or EM, (in external CSS files) since these will allow the user to adjust font sizes up or down to suit their own requirements. Avoid using graphics of text, as this locks the text size, and makes it impossible for users to change it.

Remove unwanted symbols from the text | read more.. PHP
Solution from: unknown Created on 27.09.2023 @ 08:40

$search = preg_replace("/[^(w)|(x7F-xFF)|(s)]/", " ", $search);

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