Coatzacoalcos, Mexico to

PRINCIPAL

Home
Blog
Conferences
Personal Gallery
Photo Albums
Joke (Chistes)
Curriculum
Documentation
Contacts me

GNU / LINUX

Linux.org
The gnu project
Slackware
Slackware forum
Debian
Debianitas punto net
Ubuntu Linux

ARTICLES

Introduction to HTML_QuickForm

The Vi editor

Graphics with Turbo C++

The ftp manual

Installing the Apache Server

How to convert with Latex to PDF file

Configuring Samba.

A basic program in gtk+

OTHER ARTICLES

Introduction to Network security

How to Print Screen with yast.

The DNS Howto's

CONFERENCES

HTML_QuickForm.
See material

What is the impact of Free software in the Organizations and in the Goverment
See material

Free software in the Government
See material

Introduction to Linux.
See material

Database Security in MySQL.
See material

Stocastics Model for inundations.
See material

COURSES

GNU LINUX.
Administration and Configuration.
[See the Chapters]



Blog:

principal - august- may - march - january - december - november
.............................................................................................................................

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.

Juan Catemasca  La isla del Lagarto

.............................................................................................................................

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 Linux 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]

.............................................................................................................................

Thursday, September 8.

MySQL 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.

 

2005 - Farid A. Bielma Lopez

Home | Unix Mexico | El Demonio | OpenBSD | Ubuntu Guide
Internet.com | Barrapunto | Diario Linux | Unam - Cert | Securityfocus
Send me a mail.