Artículos de action script

4 artículos
Ordenado por: más recientes - mejor valorados
Artículo de eLriK - 14 de Noviembre de 2005
Cuando quise montar mi primer servidor linux estuve buscando informacion para poder configurar linux , apache , mysql y php de la mejor manera y la mas limpia posible esta información de toda la que...
Cap 9 Configuración de Apache: httpd. Conf
  To use---#---#AddHandler type-map var #---# Action lets you define media types that will execute a script whenever---# a matching file is called. This eliminates the need for repeated URL---# pathnames for oft-used CGI file processors. ---# Format: Action media/type /cgi- script /location---# Format


Artículo de Cesar Lagarrigue - 02 de Marzo de 2006
Este tipo de trucos se hacen directamente en el código de sendmail, asi que como tal, hay que obtener las fuentes del sendmail
Cap 1 Ocultando información en Sendmail
  Requested mail action okay, completed help 214-Commands: 214- DATA RCPT MAIL QUIT RSET 214 HELO VRFY EXPN HELP NOOP 500 Syntax error, command unrecognized 501 Syntax error Checkpoint 220 CheckPoint FireWall-1 secure SMTP server erger 500 Unknown command helo rei 250 Hello rei, pleased to meet you help


Artículo de Balú - 09 de Agosto de 2006
La Previsualización de comentarios esta en auge. Muchos sitios Web lo utilizan como una forma de dar, más que luz al diseño, una comodidad a quien comenta.
Cap 1 Previsualización de comentarios con JavaScript
  : El Action del formulario, el cual ejecuta la inserción de los datos a la BD. El campo oculto de la fecha, por ejemplo El id del artículo al cual estará relacionado. Y por supuesto el botón Publicar. El JavaScript. - Crea las funcionalidades El código JavaScript puede


Artículo de Celso González - 01 de Diciembre de 2009
Brad Hards ha escrito un excelente tutorial a base de ejemplos para utilizar la herramienta kdialog que permite interactuar con el usuario en scripts de shells básicos.
Cap 3 Introduction and Scope
  Something directly compatible. Users of other shells (especially ##csh## and variants) may need to modify the examples to make them work. Shell scripting techniques and usage varies a lot. Sometimes a script is only even meant to be run by the system (e.g. As ##cron## job), however sometimes scripts
Cap 5 Kdialog dialog types
  . --passivepopup dialog box screenshot More message boxes Sometimes you need more than the basic message box allows. Perhaps you have a potentially dangerous action , and you need to give the user a second chance. Or perhaps you just need a decision based on some information. Kdialog
Cap 4 Kdialog Usage
  Application), there is a return value that indicates whether the application ran as expected, or failed in some way. You can access this return value as **$? **, as shown in the following example. **Example 2. Shell script return values** || [bradh@rachel bradh]$ kdialog --password "Some Text" hello