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

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 27.09.2023 @ 07:55

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).

Accessing resource by variable | read more.. Android
Solution from: http://stackoverflow.com/questions/3218520/how-can-i-access-an-android-drawable-by-a-variable Created by tlw on 27.09.2023 @ 07:55

Explaining how to access any resource by variable, not directly. Example with "drawables"

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 @ 07:55

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

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 @ 07:55

Replacing all spaces in URL to %20

Calculating age by birthday | read more.. PHP
Source code from: http://snippets.dzone.com/posts/show/1310 Created by tlw on 27.09.2023 @ 07:55

With this function you can calculate the age of a person

Creating a Reusable Flash Uploader with ActionScript 3.0 and PHP | read more.. Unsorted
Article from: http://active.tutsplus.com/tutorials/actionscript/creating-a-reusable-flash-uploader-with-actionscript-3-0-and-php/ Created by tlw on 27.09.2023 @ 07:55

In this tutorial I’ll show you how to build a Flash uploader for uploading files from the user’s computer. The result will be ideal for large file sizes as it will display a progress bar and the percentage left to upload. We’ll even show the user the number of bytes uploaded per second.

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 @ 07:55

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 @ 07:55

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.

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 @ 07:55

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.

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