Devkb - devkb.org - DevKB.org

Latest News:

window.localStorage ou les cookies de nouvelle génération 9 Apr 2013 | 06:35 am

Depuis les dernières versions des principaux navigateurs (Internet Explorer, Firefox, Chrome ou encore Safari), il est devenu possible de stocker des informations côté client sans passer par les cooki...

Coins arrondis en CSS 9 Apr 2013 | 06:21 am

Avec l'arrivée de CSS 3, il devient possible d'arrondir les coins de la bordure de n'importe quel élément HTML, qu'il s'agisse d'un paragraphe, d'un tableau ou d'une image. Pour cela il suffit d'utili...

How to fix "Config.Msi" errors when installing applications 12 Jan 2013 | 05:23 am

You may encounter some errors related to "C:\Config.Msi" folder when you try to install a new application. This folder is "protected" in Windows, or most likely is buggy : its read-only status cannot ...

Read/write Microsoft Excel files with PHP 21 Aug 2012 | 04:38 pm

There are some scripts that let you edit (read and/or write) Microsoft Office Excel datasheets : PHP Simple Excel File Generator http://sourceforge.net/projects/psxlsgen/ This project includes some cl...

Check email address syntax with PHP regex 21 Aug 2012 | 04:34 pm

If you need to save and use email addresses that you got from user input, you need to check these addresses are valid and safe to use. But you can't just check for a "@" sign, you need to check the sy...

TCP tunnel (port forwarding) using Netcat 21 Aug 2012 | 04:28 pm

Here is how to establish a tunnel using netcat to a given host and port. netcat -L 127.0.0.1:22 -p 8080 -vvv Listen on port 8080 of the server, and when somebody tries to connect, establish a link wit...

Get an MD5 hash in JavaScript 21 Aug 2012 | 04:24 pm

Here is a ready-to-use code to get the MD5 hash summary of any string in JavaScript. The MD5 algorithm gives a unique 16-byte hash of any data. You can compare hashes to check integrity of data, secur...

Get file size in PHP for files larger than 2 GB 19 Aug 2012 | 08:32 pm

You may encounter some problems when using the filesize() function of PHP on large files (> 2 GB). This is because of 32 bits PHP internal limitations. Here is a workaround to get file size with no li...

Détection du FAI de l'internaute en PHP 19 Aug 2012 | 08:26 pm

Voici un script qui permet de détecter, en PHP, le fournisseur d'accès à Internet (FAI) de l'internaute qui visite la page. Vous pouvez bien sûr modifier le script pour l'améliorer et supporter plus d...

Disable gzip compression in PHP script 19 Aug 2012 | 08:24 pm

Here is simple function to disable gzip output compression in a PHP script : function disable_gzip() { @ini_set('zlib.output_compression', 'Off'); @ini_set('output_buffering', 'Off'); @ini_set('output...

Related Keywords:

javascript str_replace, javascript trim, urlencode javascript, str_replace javascript, php str2hex, captcha facile, php parcourir un dossier zip, url encode javascript, php fichier ai

Recently parsed news:

Recent searches: