fuente: http://lena.franken.de/perl_hier/excel.html Create Excelfile You don’t need Win32 to create Excel-files because the format is standardized. So it’s possible to create excel-files in Linux. I use it to regularly create financial reports from a database. This is how you create the Spreadsheet: use strict; use warnings; use Date::Calc; use Spreadsheet::WriteExcel; use Spreadsheet::WriteExcel::Utility; our $workbook =...
Read More
visto en: anieto2kEsta función Javascript, me salvo para rescatar valores en portal, ahora si puedes usar PHP esto es totalmente RIDICULO!!!
Código
function getVarUrl( name ){
var regexS = "[\\?&]"+name+"=([^&#]*)";
var regex = new RegExp ( regexS );
var tmpURL = window.location.href;
var results = regex.exec( tmpURL );
if(...
Estoy de vuelta y traigo la panacea en customización de themes, ya que los widgets realmente facilitan la vida del usuario y tb del administrador de un wordpress puedes armar un sitio completo a puros widgets(eso estoy haciendo yo con el index del sitio del ministerio ), pero menos rodeo y más acción le dejó a continuación el...
instalación
opción 1: instalar desde repositorios
apt-get install eclipse
opción 2: descargar desde la web del proyecto
agregar nuevo software
Help » Install New Software
APTANA (PHP, XML, JQuery, etc)
http://download.eclipse.org/releases/galileo
Para INDIGO
Install PDT...
