Aplicaciones y software recomendado
De WikiParodi
Imprescindibles
- OpenOffice.org
- Drupal
- MediaWiki
- Help Desk Software
- BalaBolka
- balabolka.softonic.com
- www.taringa.net Balabolka-Espanol-Portable
- voz español isabel para balabolka
- FreeOCR
- Capturadores de pantalla y audio. Grabación en video.
- flowplayer.org reproductor web .flv
- Partimage
- Album digital
- ZoneAlarm free zonelabs
- Toad Data Modeler
- Toad world
- Toad data modeler en wikipedia
- Toad data modeler download freeware?
- Toad data modeler download freeware
Recomendados
- BoUml
- Dia
- Gimp
- Guadalinex
- PhpBB
- IP On Line Calculator
- Elgg Open Source Social Networking Platform
- firephp.org debug de código PHP
- www.chamilo.org Plataforma e-learning open source (antes era Dokeos)
- IZArc
- tesseract-ocr-setup-3.00.exe - tesseract-ocr - Windows installer of tesseract-3.00 (including English language data) - Project Hosting on Google Code
- FreeOCR.net the free OCR software list for Windows - Optical character recognition software
- tesseract-ocr - An OCR Engine that was developed at HP Labs between 1985 and 1995... and now at Google.
Árboles genealógicos en internet
- wiki.phpgedview.net What_is_PhpGedView Árbol genealógico en la web
- wikipedia Comparison_of_genealogy_software
- carrero.es arboles-genealogicos-en-internet
Buscar y reemplazar en multiples ficheros
- www.softonic.com multiple+find+replace
- multi-find-and-replace.softonic.com
- www.multiplefindreplace.com
- www.nontube.com multiple-find-and-replace
- download.cnet.com Multiple-Find-And-Replace
- http://www.desarrolloweb.com/manuales/debug-firephp.html
LaTex
- | LyX – The Document Processor An open source document processor running on many Unix platforms (including MacOS X), OS/2, and under Windows/Cygwin. LyX produces output using LaTeX in the ...
- Manual de Lates. Escritura en Latex - wikilibros
- LaTex Wikipedia
Redes
Drivers
Matemáticas y Latex
De oidas no conocidos
- Cad_kas_portable
- www.taringa.net Cad_kas_portable
- Cad Kas v2.3.0.0 Portable (desprotege archivos PDF) www.vagos.es enlace de descarga en rapidShare
- www.taringa.net Very-PDF-2word-v-3_0-desprotege-los-archivos-pdf-protegidos
- desproteger-documentos-pdf OnLine
- softonic.com abre-crea-y-edita-ficheros-pdf-sin-gastar-un-solo-euro
- www.pdfunlock.com
- www.dahousecat.net instalar-windows-xp-desde-una-memoria-usb
- ehusbook.softonic.com EHusBook es un plug-in para Word que te permite imprimir folletos y libros en el popular procesador de textos de Microsoft.
- copying-machine.softonic.com Copying Machine funciona como una auténtica fotocopiadora, sólo que usando tu escáner y tu impresora y añadiendo algunas funciones interesantes.
Fuentes TTF instalables
- listado de fuentes h a z obtener fuentes WP MathA y WP IconicSymbolsA
WebMail php
- http://nocc.sourceforge.net/screenshots/?lang=en
- http://www.scripts.com/php-scripts/email-scripts/webmail-scripts/
- http://www.hotscripts.com/category/php/scripts-programs/email-systems/web-based-email/
- http://www.webtaller.com/tallerscripts/scripts/15/
- http://gscripts.net/free-php-scripts/Webmail_PHP_Scripts.html
- http://www.noupe.com/ajax/10-ajax-webmail-clients.html
Mensajería privada en tu web con php
- http://www.taringa.net/posts/ebooks-tutoriales/8267104/Crea-un-sistema-de-mensajes-privados-para-tu-web.html
- http://www.forosdelweb.com/f18/sistema-mensajes-privados-php-876952/
- http://www.forosdelweb.com/f18/notifiacacion-mensajes-privados-php-891741/
- http://www.funtener.org/ebooks-tutoriales-f6/crea-un-sistema-de-mensajes-privados-para-tu-web-t160401.html
- http://blog.insicdesigns.com/2010/12/create-a-scalable-private-messaging-application-using-php5/
- http://www.webintersect.com/source_files.php
- http://www.developphp.com/view.php?tid=1054
- http://www.pixel2life.com/forums/index.php?showtopic=42552
- http://www.pixel2life.com/publish/tutorials/608/simple_private_messaging_system/
- https://www.packtpub.com/php-create-powerful-dynamic-social-networking-website/book
- http://www.egmods.com/main/tutphpcode/intermediate/pms/index.php
- http://psoug.org/snippet/PHP-Mini-mail-Private-Messaging-system_444.htm
ejecutar una aplicación .jar
Para ejecutar una aplicación .jar java en win7 he creado un acceso directo con lo siguiente
"C:\Program Files\java\jre6\bin\java.exe" -jar "C:\Program Files\jMemorize\jMemorize.jar"
(ojo con la situación de las comillas dobles ) y tengo que abrir las propiedades del acceso directo y en solapa "Acceso directo" cambiar en iniciar, ventana: minimizada en lugar de normal
Lightbox without Framework
Design of a lightbox to present images, a message, a form to highlight it by darkening the rest of the page. Without Ajax framework, with a few lines of code. Scripts tested with Internet Explorer, Firefox, Chrome, Opera, Safari and Konqueror.
TwoJust some CSS descriptors are required to create a lightbox. It plays on the display:block and display:none properties to display or remove the box and the filter.
To change the content of the lightbox at the user request and depending on his choicer, a few lines of JavaScript must be added. It includes a title in the bar and insert the content using DOM functions.
Using a lightbox to present images
The lightbox is redefined and simplified for displaying only images, which is the most common use in fact. In this case you click on the image to close the box, that simplifies the design.
The next step is to take into account the offset resulting from a window smaller than the page, and to make a code compatibile with all browsers.
Lightbox and Ajax: loading asynchronously the content
By adding an Ajax function - without using a framework - we can display images instantly in the box. Update: Scrolling taken into account.
For the lightbox appearing gradually, a fade in effect is added to the previous Ajax version. Updated with scrolling.
Presenting a form in a lightbox, possibly with a fade effect, should alleviate the inconvenience it is to fill it ...
http://www.html-form-guide.com/contact-form/simple-modal-popup-contact-form.html
http://www.html-form-guide.com/all-posts
http://www.html-form-guide.com/php-form/php-registration-form.html
http://www.noupe.com/css/47-excellent-ajax-css-forms.html
http://www.php-learn-it.com/tutorials/starting_with_php_and_ajax.html
http://www.caricatos.net/articulos/pseudo-lightbox.php
http://www.anieto2k.com/2007/09/19/coleccion-de-clones-de-lightbox-para-todos/
http://planetozh.com/projects/lightbox-clones/
http://www.tutores.org/codigo/1448/centrar-ventana-pop-up-en-el-navegador/
http://www.forosdelweb.com/f13/firefox-popup-centrado-no-494631/
http://blog.rubensarrio.com/tecnicas-css-centrar-una-pagina/
http://blog.unijimpe.net/efecto-lightbox-con-css/
Virtual DJ free home
Atractivo mezclador con ajuste automático de BPM y más