|
|
| .............................................................................................................................
|
Encuentro Nacional de Linux 2005.

Puebla, Pue. October 21.
The Slides of the conference named: QuickStart: A tutorial for HTML_QuickForm is now available
in PDF Format. If you want download the PEAR class, visit the PEAR web site and search the HTML_QuickForm module, the url is: http://pear.php.net/package/HTML_QuickForm
This conference describes HTML_QuickForm. First, the conference coverts the basic of using HTML_QuickForm: the different form elements it supports and how
to use them. Next, the conference shows you how to process submitted form data with HTML_QuickForm, including how to handle uploaded files. Finally,
the conference details HTML_QuickForm's validation capabilities.
|
| .............................................................................................................................
|
Monday, October 17.
Today, i write from Las Choapas, i am developing "Sistema de Inventario Municipal" for the Goverment of Las Choapas. The project is developed with
PHP/PostgreSQL engine. The application has an advance of 40% and in future, i plan to migrate the local Database to a Distribute Database.
|
| .............................................................................................................................
|
Saturday, October 1.

This month i going to give a Conference in The Encuentro Nacional de Linux in
Puebla city. The Conference is named: "QuickStart: A tutorial for HTML_QuickForm".
The purpose of this tutorial is to give the new users of HTML_QuickForm an overview of its features and describes a small subset of available functionality.
The PEAR HTML_QuickForm package provides methods for creating, validating, processing HTML forms.
More information about PEAR can be found in the PEAR online manual and the FAQ.
The Enli 2005 is organized by The Linux Users Group of Puebla and The Computer Science Faculty of Benemerita Universidad Autonoma de Puebla.
|
| .............................................................................................................................
|
Tuesday, September 27.
Recently, the web site of SERPROES required send
e-mail messages for a confirmation message to a user after he has registered a product of VozIP. The e-mail format is html, only i change the headers so:
//Sending an E-mail Message with MIME Media Type: text/html.
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
//Address of Remitting.
$headers .= "From: Farid Bielma Lopez < fbielma@fbielma.org>\r\n";
$headers .= "Reply-To: fbielma@linuxmail.org\r\n";
Finally, the PHP's mail( ) function automatically takes the values of the headers, the body of message has html
tags and the e-mail client decides based on its capabilities
displays the HTML body. The call to the mail( ) function is:
mail($to,$subject,$HTML_body,$headers);
|
| .............................................................................................................................
|
Sunday, September 18.
This weekend i was in Catemaco with a friend, the place is very interesting and is
amusing, the catemacosīs lake is beatiful, in the afternoon we went for a boat and were in nanciyaga
(a ecologyc reserve of Cametaco). In Nanciyaga you can enjoy of Cemeli, Chaman, Temazcal, Kayacs and other activities.
|
| .............................................................................................................................
|
Tuesday, September 13.
Today is my birthday, only a cake with my family and the party going to be the next 15 in the sea wall, in the night i was reading in the
Slackware Site the next Announcing about Slackware Linux 10.2!
Slackware 10.2 is released.
Thanks to everyone to helped make it possible.
Enjoy! :-)
The second Slackware release of 2005, Slackware Linux 10.2 continues
the long Slackware tradition of simplicity, stability, and security.
Slackware uses the 2.4.31 kernel bringing you advanced performance
features such as the ReiserFS journaling filesystem, SCSI and ATA RAID
volume support, SATA support, and kernel support for X DRI (the Direct
Rendering Interface) that brings high-speed hardware accelerated 3D
graphics to Linux. Additional kernels allow installing Slackware
using any of the journaling filesystems available for Linux, including
ext3, ReiserFS, IBM's JFS, and SGI's XFS.
[more about the Announcing]
Downloading Slackware 10.2:
|
| .............................................................................................................................
|
Thursday, September 8.
MySQL 4.0.26, a new version of the popular Open Source/Free Software
Database Management System, has been released.
It is now available in
source and binary form for a number of platforms from our download pages
at http://dev.mysql.com/downloads/ and mirror sites.
|
| .............................................................................................................................
|
Congreso Nacional de Informatica y Sistemas Computacionales.
Villahermosa, Tab. September 1.
The Conference
that i presented in Universidad Juarez Autonoma de Tabasco was interesting, the topics covert in the conference was:
what is PEAR, what is HTML_QuickForm, and the methods: addElement( ), addRule( ),validate( ), process( ) and display( ).
The material is in this link: HTML_QuickForm.
|