Archiv

Archiv für die Kategorie ‘Miscellaneous’

Override the sizelimit in php options.ini

9. Dezember 2009 Rally Vincent Keine Kommentare

7268526-600

Insert the following lines into your .htaccess file. In this case we raise the limit up to 20 Megabytes.

php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
KategorienMiscellaneous Tags: ,

PhotoStack Template

18. November 2009 Rally Vincent Keine Kommentare

ScreenShot 149 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox

ScreenShot 148 PhotoStack Gallery » Leah Dizon - At the Wall - Mozilla Firefox

Bianca Series – New Project File

18. November 2009 Rally Vincent Keine Kommentare

ScreenShot 150 Bianca Series » localhost - Mozilla Firefox

Only one File. Images embeded with base64. Including Javascript, Stylesheet, Images and Favicon.

background: url("data:image/jpg;base64,<base64code>");
href="data:image/jpg;base64,<base64code>"

If you are looking fo an Base64 Encoder/Decoder visit Base64Online at Motobit.

Ein paar nützliche Validatoren

KategorienMiscellaneous Tags:

Chinese Snippets

幸会 / Nice to meet you
對不起 / Sorry
我不明白 / I do not understand

KategorienMiscellaneous Tags:

Easily Find Awesome Free Wallpapers With Google

GoogleUm nach Bildern in einer gewünschten Größe bei Google zu suchen einfach den Parameter “imagesize” zu der Suche hinzufügen.

Beispiel:

imagesize:1680x1050 ningen

Beispiel aufrufen.

KategorienMiscellaneous Tags: ,

Veronica moved to Tekzilla

Best keyword ever in 2007

i wish you a slow death but quick ride to hell! pinyin

rally – public meeting, usually of a political nature

23. November 2007 Rally Vincent Keine Kommentare

Close Look

After

KategorienMiscellaneous Tags:

UTF-8 Files and the Preamble

The UTF-8 preamble (), also known as the UTF-8 BOM or signature, is a 3 byte sequence at the start of a file indicating it is UTF-8. Like the UTF-16 BOM, this is not particular to XML, it is for any text file. But unlike the UTF-16 BOM, Byte Order Mark is not a correct term in this case because in UTF-8 there is no byte order. In hex, the UTF-8 preamble is ef bb bf.

While the UTF-16 BOM is standard, the UTF-8 preamble is not widely accepted and it is discouraged on UNIX operating systems. Microsoft Notepad uses the UTF-8 preamble when it saves UTF-8 documents, but does not need it to recognize UTF-8 encoding when it loads files. The 3 byte UTF-8 preamble is not recommended in XML files because if the file begins with an ASCII less than sign, it is already assumed to be UTF-8 unless the XML Declaration specifies another encoding.

Byte-Order Mark found in UTF-8 File.

The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause problems for some text editors and older browsers. You may want to consider avoiding its use until it is better supported.

KategorienMiscellaneous Tags: