What do you seem the method ?
lunes, 23 de julio de 2007
Designing VLAN
What do you seem the method ?
viernes, 20 de julio de 2007
Automation sending email
Part Involved : Excel
Summary: Monitoring process involved to send notifications in the same moment that the event has been detected..
Scenario : After the event has been triggered using VBA programming code enviroment is used to send a warn message by email to chief supervisor.
Company : Ministry of Health of Peru (MINSA).
Reference Date : March 2007.
Develop programming code VBA brings a intesting integration tool because the entire Office Suite (Access, Excel, Word, Power Point, OutLook itself) can be connected to the programmed VBA code developed and use as instance every resource available into Office as input data for our programming code to fire the event desired (in this case -send an email-). The exception is : only works up to office 2000, after that Microsoft inserted into office suite a security issue where it forbids a third party vendor use this plattaform as base to launch emails. The same restriction is applied when the interchange information between every office suite is used. But there is another type of executable file that handle client email functions that I will take in additionally topic. Next example works nice but up to Office 2000
Dim Uno As Object
Set Uno = CreateObject("Outlook.application")
Set Dos = Uno.GetNameSpace("MAPI")
Set Tres = Uno.CreateItem(0)
Tres.To = "germanmedinavirtual@gmail.com"
Tres.Subject = "Summary " + Str(hoy)
Tres.Body = Message
Tres.Send
Set Uno = Nothing: Set Dos = Nothing: Set Tres = Nothing:
lunes, 16 de julio de 2007
GSM 850 MHZ with noise ?
Part Involved : GSM 850 MHz
Summary: The quality of mobile call party has been degraded.
Scenario : Mobile call party has a lot of noise inside of main building of MINSA (HQ).
Company : Ministry of Health of Peru (MINSA).
Reference Date : April 2007.

sábado, 14 de julio de 2007
Opening a new GSM mobile phone shop center
Part involved : Assistance to the entire sets of mobile phone of Telefonica of Peru (GSM 850Mhz).
Summary : A new point of Technical support opening for GSM mobile phones.
Scenario : The user of the mobile phone services need to discard problems from the same equipment and following the best quality of the call service.
Company : Chaquinet Telecomunicaciones SRL.
Reference date : Julio 2007.
My friend Freddy Fabian has opened a new point of sales and technical support for GSM mobile phone while at the same time is an authorized agent of the mobile carrier operator Telefonica of Peru on north of Lima city. I was invited by him during the opening party and from here I want to congratulate him for this important step into the business world.
martes, 10 de julio de 2007
Wireless DWL-900AP+ Configuration
