viernes, 1 de julio de 2016

QA para PHP

http://phpqatools.org/

Excelente, cuales son las tools para hacer QA en PHP.

Abrazo

lunes, 2 de noviembre de 2009

TOAD for Mysql - DB Manager and Client

Toad® for MySQL

Deliver Optimal Code


Toad® for MySQL is a freeware development tool that improves the productivity of developers and administrators running MySQL on Windows.

Quest Software's Toad for MySQL leverages Quest Software's database expertise to empower MySQL developers and administrators, of varying skill levels, to rapidly create and execute queries,automate database object management and develop SQL code more efficiently. Toad for MySQL also provides utilities to compare, extract and search for objects, manage projects, import/export data and administer the database. This database development and administration solution increases your productivity and offers access to a solid community for interactive support.

With Toad, you can use a familiar, proven tool to manage MySQL databases that run on Windows. Quest Software has an established track record for providing management solutions that deliver, manage and control the quality of application and database development. You can rely on Quest to provide you with an intuitive, graphical tool with all the features necessary to enable you to take MySQL to the next level.



http://www.quest.com/toad-for-mysql/

DRUPAL DEVELOPMENT AND QUALITY ASSURANCE PROCESS

http://dc2009.drupalcon.org/session/quality-assurance-and-drupal-development-process

viernes, 30 de octubre de 2009

SMTP RELAY SERVER

A SMTP relay server. Allows to relay emails sent to it, directly to their destination, bypassing your providers mail server. If you need to send large quantities of email, set up a few of these servers on different computers and let a massmail
1st SMTP Server - a free SMTP relay server- is a simplest, easy to use SMTP mail relay server. It is used for relaying your email messages to its destinations quickly and easily. Whenever you need to send large amounts of email from a mass mailing program like Advanced Emailer You can install several servers like this one on different computers to minimize the load and to increase the speed of sending

--

jueves, 22 de octubre de 2009

Linux - watch folder size in real time


watch 'du -hs /tmp'

martes, 20 de octubre de 2009

MYSQL TYPES

MyISAM Default engine as of MySQL 3.23 with great performance
MEMORY Hash based, stored in memory, useful for temporary tables
InnoDB Supports transactions, row-level locking, and foreign keys
BerkeleyDB Supports transactions and page-level locking
BLACKHOLE /dev/null storage engine (anything you write to it disappears)
EXAMPLE Example storage engine
ARCHIVE Archive storage engine
CSV CSV storage engine
ndbcluster Clustered, fault-tolerant, memory-based tables
FEDERATED Federated MySQL storage engine
MRG_MYISAM Collection of identical MyISAM tables
ISAM Obsolete storage engine

--

lunes, 19 de octubre de 2009