Me lo comprè hace unas semanas con el aviso de que no funcionarìa en mi Fedora 8. No hay mucha informacion en la web sobre el tema pero se que el problema tiene solucion si tu kernel tiene compilado los drivers para este tipo de dispositivos.
Lo que hice fui conectarlo un dia antes de encender mi pc para que lo reconociera automaticamente y... sin problemas. Claro que antes tuve que ir a Preferencias->Hardware->Sonido y poner todas las opciones para ALSA.
Supongamos que tu campo de orden tiene el id =
text...........1 (debe
ser tipo integer)
y supongamos tambien que el codigo de tu slice (canal) sea
<!--#include
virtual="/apc-aa/slice.php3?slice_id=374fbb87065cd45dc015554cc626b235"-->
Entonces deberias poner algo como
<!--#include
virtual="/apc-211/slice.php3?slice_id=374fbb87065cd45dc015554cc626b235&sort[0][text...........1]=a"-->
si lo quieres ascendente o
<!--#include
function usr_csv2striptags ($columns, $col, $param) {
# para exportar campo a csv
$text = $columns[$col][0][value];
return (strcspn($text,",\"\n\r") == strlen($text)) ? strip_tags($text) : '"'.str_replace('"', '""', str_replace("\r\n", "\n", strip_tags($text))).'"';
}
1. Crear un canal que almacenará las varias traducciones que una palabra puede tener. Llamemosle Translator.
2. En ese canal Translator usar el campo headline........ como campo para el lenguaje por defecto. No se necesita configurar nada más en
ese campo. Digamos que lo nombramos ES
Message: 2
Date: Tue, 21 Feb 2006 12:25:10 -0500 (GMT-05:00)
From: Jeff Haney
Reply-To: Jeff Haney
To: apc-aa-general@lists.sourceforge.net
Subject: [Apc-aa-general] Re: Calculating age
I guess I answered my own question; I just wrote my first custom alias function which wasn't as hard as I thought it would be. In case anybody is interested, the function is added to the /include/usr_aliasfnc.php3 file and is as follows:
function usr_calc_age($columns, $col, $param="") {
$age = $columns[$col][0][value];
Tomado de
http://mimo.gn.apc.org/index.php/MLXGetText
=========================================================================
MLXGet Text
(or mimo's language extension GetText)
(C) Michael Moritz mimo/at/restoel.net
MLX Screenshots also has some screenshots for MLXGetText
This is a AA database driven gettext that allows to translate short strings (with parameters) similiar to GNU gettext. Nice about it is that it allows to edit translations in AA admin interface and secondly that it can automatically add items for unknown texts -- it can be trained.
Quickstart:
*
En el archivo de control del módulo de sitio debe ponerse
$apc_state["sendlink"]= '
document.write(\'Recomendarlo a un amig@\');';
La ruta donde deben ir los archivos es dentro de /apc-aa/misc/
This is WICK, the Web Input Completion Kit, an evolving framework that leverages web standards such as JavaScript, DOM and CSS to facilitate textual input in form UI elements assisted by local and remote data sources. This framework strives to remain unobtrusive and preserve a form's semantics and accessibility.
========================
importando.php3
========================
<?php
// Example script for importing tabuller data into slice
// Modify this script and then run it, in order to import your data
// For more information see:
// http://apc-aa.sourceforge.net/faq/index.shtml#312
$actions = array(
"headline........" => array("action" => "storewithoutaddslashes", "from" => "Título de la Publicación"),
"text...........1" => array("action" => "storeparsemultitrans", "delimiter" => ";", "from" => "Categoría - Ejes y temas", "trans"=>array(
<?php
require_once "include/config.php3";
require_once AA_INC_PATH."/phplib/db_mysql.inc";
require_once AA_INC_PATH."/phplib/ct_sql.inc";
require_once AA_INC_PATH."/phplib/session.inc";
require_once AA_INC_PATH."extsessi.php3";
require_once AA_INC_PATH."formutil.php3";
$db = new DB_AA;
$usuario=$_POST['usuario']; //recibe el valor del user que viene del formulario
$password=$_POST['password']; // recibe el valor del password que viene del formulario