Peerbind
Peerbind es una librería en javascript que permite que tu proyecto sea un poco mas social. Gracias a su habilidad de manejar conexiones peer2peer...
View Full Story2 CommentsSanitizing data in PHP
PHP 5.2 arrived with some functions for data validation like filter_input() that allows you to sanitize the data or simply validate it. Saniti...
View Full Story4 CommentsTutorials
FTP upload con vb.ne...
Si bien vb.net ya trae una clase de ftp para uso simple aveces no es lo suficientemente poderosa o no alcanza nuestros requerimientos para lo que deseamos ha...
Tutorials
Benchmarking your sc...
There is a few ways you can benchmark your php script. One of those is measuring the time between function calls, one of the most used, the other is measure ...
Links
PHP Bench
PHP Bench is a website that provides information about the ways we code and the faster ways, in execution time, to run a script. http://www.phpbench.c...
Tutorials
Downloading files wi...
cURL is awesome toot to transfer data from or to a server. In many cases it's used to get files from external servers and save them. It's commonly used in...

