Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Always visible scrollbar - no content jumping | read more.. CSS
Solution from: unknown Created by tlw on 07.12.2024 @ 05:06

html {overflow-y: scroll !important;}

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 07.12.2024 @ 05:06

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 07.12.2024 @ 05:06

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

Creating an upload progress bar in PHP with APC | read more.. PHP
Article from: http://www.ultramegatech.com/blog/2008/12/creating-upload-progress-bar-php/ Created by tlw on 07.12.2024 @ 05:06

In this tutorial I will explain how to create a progress bar for PHP file uploads. There is no method built into PHP for returning the status of an upload in progress, so this requires a module called the Alternative PHP Cache (APC). This allows you to store data across sessions and includes built-in functionality for storing/returning file upload stats.

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 07.12.2024 @ 05:06

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 07.12.2024 @ 05:06

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.

html Codes / Special characters | read more.. HTML
Article from: http://tntluoma.com/sidebars/codes/ Created on 07.12.2024 @ 05:06

html Codes / Special characters

Use and position of CSS elements | read more.. CSS
Article from: http://tutorials.alsacreations.com/div/ Created on 07.12.2024 @ 05:06

Tables used for page setting have always been a bad idea. However, using correctly layers (div tags) will soon become a must.
Visual html editors use only a small part of layers possibilities, which often makes them not compatible and not easy to use.
Here is how to position CSS elements for best results.

html URL Encoding Reference | read more.. HTML
Article from: http://www.w3schools.com/TAGS/ref_urlencode.asp Created on 07.12.2024 @ 05:06

URL encoding converts characters into a format that can be safely transmitted over the Internet.

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