23 nov. 2007

Ahora los blogs hablan gracias a vozMe

vozMe, un novedoso servicio creado por David Cano usando la aplicación Festival Speech Synthesis System, la cual te permite escuchar los artículos (y/o contenidos) de la web al instante.

Se encuentra disponible recursos para aquellos webmasters que deseen incluir las potencialidades de vozMe en sus respectivos blogs.

Festival es un sistema de síntesis de voz de propósito general para múltiples lenguajes desarrollado originalmente por el Centro de Investigación de Tecnologías del Lenguaje de la Universidad de Edinburgo,la Universidad Carnegie Mellon así como otros centros de enseñanza han realizado contribuciones substanciales al proyecto. El cual se distribuye como software libre con licencia similar a la licencia BSD.

15 nov. 2007

Como Obtber la Ultima versión del Zend framework

Downloading the Zend framework from the framework's download page
gives you the preview 0.1.3 version, which is two months old now. This release does not include new
framework classes and bugfixes so if you want to stay in touch with it and use the latest and hot
features you need to get the code directly from framework's source code repository.
When you are familiar with Subversion, the instruction on the
Subversion Repository page will be enough for you.
But when you do not know what "svn" means and how to use it, there are a step-by-step instruction on
how to retrieve the latest framework version:

  1. Download the Subversion binaries for the windows system from the Subversion document & files: Windows. At this moment the right file with Subversion's windows binaries is svn-win32-1.3.2.zip.
  2. Unpack it to some folder with tools and small applications. If you do not have such folder it is a good time to create one and do not mix the unpacked programs with all this stuff in "Program Files". Personally I prefer the "C:\Tools" folder but you can choose any name you like.
  3. Create a folder where you want framework's latest version and open a command prompt window in this folder by executing "cmd" and navigating to this folder with "cd" command.
  4. In the command prompt execute the "C:\Tools\svn-win32-1.3.2\bin\svn.exe checkout http://framework.zend.com/svn/framework/trunk" command (without quotes, of course). When you are not behind a proxy the download will be started. When you are behind a proxy server the Subversion FAQ: Proxy can help you. The svn will create the "trunk" folder with a complete latest source code of the Zend framework.
Tomado de http://www.alexatnet.com/node/37

 
Too Cool for Internet Explorer