Useful notes & manuals
from the
world wide web
L:
P:
Register now!
<<<1>>>
Space in Url and javascript trim and replace function | read more.. JavaScript
Solution from: http://codiebag.blogspot.com/2007/07/space-in-url-and-javascript-trim-and.html Created by tlw on 27.09.2023 @ 08:00

Replacing all spaces in URL to %20

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 27.09.2023 @ 08:00

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 27.09.2023 @ 08:00

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.

Merging javascript objects | read more.. JavaScript
Solution from: http://stackoverflow.com/questions/171251/how-can-i-merge-properties-of-two-javascript-objects-dynamically Created by tlw on 27.09.2023 @ 08:00

for (attrname in obj2) { obj1[attrname] = obj2[attrname]; }

Reading anchor value from URL | read more.. JavaScript
Solution from: http://bytes.com/topic/javascript/answers/535179-reading-url-anchor-refrence Created by tlw on 27.09.2023 @ 08:00

self.document.location.hash self.document.location.hash.substring(1)

Drag & Drop | read more.. JavaScript
Article from: http://www.webreference.com/programming/javascript/mk/column2/ Created on 27.09.2023 @ 08:00

How to Drag and Drop in javascript

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