September 6, 2010 ActionScript 3 and cross-domain problem One of the most typical problems when coding AS3 to, let's say, read data from an external XML source, is the cross-domain problem. According to security policies, not an url… READ MORE
August 21, 2010 Basic web mapper Sometimes it is useful to have an automated tool to get the full web map of your site. Perhaps not your own web site, since you have already implemented some… READ MORE
July 29, 2010 Scrum / agile development Some resources and useful information about this development technique: About Scrum (Spanish) http://www.proyectosagiles.org/ Agile Software Development http://www.agile-software-development.com/ Good Agile Project Management software, community / free version available http://www.rallydev.com/ Scrum project… READ MORE
July 27, 2010 MySQL clean reinstall To perform a clean reinstall of the MySQL server (which regenerates start scripts, databases and config files) use: sudo apt-get install mysql-server sudo apt-get remove --purge mysql-server sudo apt-get autoremove… READ MORE