Banner Zenit, Scientific & ICT Services

09-June-2005

How to start a start-up
Cómo empezar una start-up

Juanjo Navarro in  más que código encourages us to read the article,  Cómo empezar una start-up by Eduardo Manchón. It is based on the famous article by Paul Graham and on his experiences in Loquo that has just been acquired by eBay.

 

Flex WYSIWYG

Carlos Rovira in  carlosrovira.com posts a link to the article by James Ward on Flex WYSIWYG.

 

UML fever
La fiebre de UML

Joserra in  Najaraba.com asks if we know of anyone suffering from UML fever. This is the condition when we are more concerned with the tool that is helping to produce software than the software itself, the ultimate goal, He posts a link to the article,  "Death by UML Fever" which describes this syndrome well.

 

Update of WordPress to Drupal script by a third party
Actualización foránea para wordpress goto drupal

clbustos in  Php y otras yerbas writes that his utility for migrating a WordPress blog into Drupal is now out of date and  Sam Revitch has updated it to be used with Wordpress 1.5 and Drupal 4.6:  Wordpress Migration Utility.

 

Inverted loops
Bucles invertidos

 Javier Gutiérrez Chamorro (Guti) in  Bitácora de Guti writes that in a couple of cases, descending loops can be more efficient that ascending loops:

  • If the initial expression is simpler than the final. As in  for (I=strlen(a); I>0; I--) is better than  for (I=0; I<strlen(a); i++) because in the former case, the calculation of "i" is only done once, whereas in the latter this calculation is performed once for each character in the string.
  • If the start of the loop is zero. This is because in the x86 and x64 chips there is a fast instruction for testing for zero without resorting to a time expensive compare instruction.

 

ResizeHandler AS2.0 Class

Carlos Rovira in  carlosrovira.com presents a class that can be used by any component based on  mx.core.UIObject to change its size with the mouse. He gives the source code with extensive commentary in his article.

 

Return to Extracts from Planeta Código

Richard Blazek


© 2005-6

Home

[Image]