Categoría: Tecnología al Día
El grupo de trabajo de PHP acaba de anunciar la inmediata disponibilidad de PHP 5.3.10. Esta actualización extraordinaria trae solución a un problema de seguridad del popular lenguaje de programación dirigido al desarrollo web que permitía el aprovechamiento de una vulnerabilidad considerada como crítica y que permitía ejecutar código arbitrario. Debido a la gravedad de
El equipo de trabajo del conocido cliente de correo electrónico lanzaba hace apenas un par de días una nueva versión estable del popular Thunderbird. Entre las mejoras del nuevo Thunderbird 10 encontramos incorporación al producto del motor Mozilla Gecko 10, posibilidad de realizar búsquedas en la web desde Google, Bing, Twittter o Wikipedia de aquellas
JavaScript to Dart Synonym es una utilidad con la que Google quiere seguir mostrando las posibilidades de Dart. La llegada de Dart hace ahora 4 meses confirmó la intención de Google de desarrollar un lenguaje de programación orientado a objetos sencillo de aprender, familiar para los desarrolladores, que permitiera la adecuación a cualquier navegador web
This class can be used to compose and output HTML forms. It can generate HTML form different types of form inputs and other types of HTML elements given parameters that defines details of each type of element. The generated HTML is returned as a string that can be assembled with other parts of the final
Class EAValidator,Validate an e-mail address by checking its domain This class can be used to validate an e-mail address by checking its domain. It can check a given e-mail address by verifying if it matches a regular expression with a pattern of valid e-mail addresses. The class can also check the existence e-mail address domain
This class can be used to detect the current user browser. It takes the user agent header value and returns the identification of the detected browser. The class may also return the name of a CSS file or PHP script associated to the current browser. Download this class
This is a simple class that can be used to calculate hosting bandwidth based on its audience. It takes as parameters the average number of visitors, page views per visitor and page size. The class calculates estimates and displays the average bandwidth usage per day, per month, per visitor, minimum and maximum transfer rate per
This is a very simple class that can calculate volumetric weight of a package. It takes the dimension of a package defined by its width, height and depth, and computes the volumetric weight. The class displays the volumetric weight of the package expressed either in Kg or pounds. Volumetric weight is way to calculate the
This class can be used to monitor the size of files in file. It can traverse a given directory recursively and account the size that files are taking in the disk. The class can repeat the process after a given period of time and the it display a chart using the Google Chart API to
This a simple class can be used to convert angles from degrees to decimal format. It can convert an angle value given the values of the degrees, minutes and seconds to the decimal format. Download This Class