Hablemos de megapíxeles.

En la fotografía por años ha existido la controversia entre qué es mejor, la fotografía digital o la análoga y gracias al trabajo de campo de muchas personas hoy en día podemos decir que en las mejores condiciones una cámara análoga usando film de grano fino y de 35mm puede tomar fotografías hasta 20 megapixeles… […]

Snippet PHP 5 – Tasa de Cambio Banguat SOAP

Como diría Linus Torvalds: “Talk is cheap. Show me the code.” // nusoap-0.9.5 require ‘lib/nusoap.php’; $client = new nusoap_client(‘http://www.banguat.gob.gt/variables/ws/TipoCambio.asmx?WSDL’, true); $error = $client->getError(); if($error){ echo $error; }else{ $result = $client->call(‘TipoCambioDia’); print_r($result); }

Fixing Geo Location

This is a friendly open letter addressed to all the web browser developers and organizations dedicated to the international web standards, including all the third party developers and companies who work with any kind of geo location information and services in the pursuit to make a polite request to make the life of millions easier. […]

Captions Plugin Fix

English / Español. To fix the issues with the “Captions” plug-in for JW Player when setting the control bar state to “over” I decided to add an option to the plug-in that specifies a margin, this option is “captions.margin”. As is documented this link you can set the following options for the captions plug-in: captions.back […]