Testing A/B con phpScenario

Publicado poralegg | En Testing | Posted on 23-11-2010

1

Si bien los Testing A/B son una de esas buenas prácticas que deberiamos implementar a la hora de desarrollar webs, es algo que no se utiliza muy a menudo o al menos yo no utilizo mucho…

Leyendo ya no se que, en no se donde, encontré esta libreria que podria ayudarnos a hacer estos tests. La verdad que no la probe, pero tiene buena pinta.

Url: http://www.phpscenario.org/

Testing A/B

Compatibilidad de nombres entre CSS y Javascript

Publicado poralegg | En Javascript, PHP | Posted on 14-02-2009

0

Esta lista puede hacerte ahorrar algunos minutos de debug…

· background –> background
· background-attachment –> backgroundAttachment
· background-color –> backgroundColor
· background-image –> backgroundImage
· background-position –> backgroundPosition
· background-repeat –> backgroundRepeat
· border –> border
· border-bottom –> borderBottom
· border-bottom-color –> borderBottomColor
· border-bottom-style –> borderBottomStyle
· border-bottom-width –> borderBottomWidth
· border-color –> borderColor
· border-left –> borderLeft
· border-left-color –> borderLeftColor
· border-left-style –> borderLeftStyle
· border-left-width –> borderLeftWidth
· border-right –> borderRight
· border-right-color –> borderRightColor
· border-right-style –> borderRightStyle
· border-right-width –> borderRightWidth
· border-style –> borderStyle
· border-top –> borderTop
· border-top-color –> borderTopColor
· border-top-style –> borderTopStyle
· border-top-width –> borderTopWidth
· border-width –> borderWidth
· clear –> clear
· clip –> clip
· color –> color
· cursor –> cursor
· display –> display
· filter –> filter
· font –> font
· font-family –> fontFamily
· font-size –> fontSize
· font-variant –> fontVariant
· font-weight –> fontWeight
· height –> height
· left –> left
· letter-spacing –> letterSpacing
· line-height –> lineHeight
· list-style –> listStyle
· list-style-image –> listStyleImage
· list-style-position –> listStylePosition
· list-style-type –> listStyleType
· margin –> margin
· margin-bottom –> marginBottom
· margin-left –> marginLeft
· margin-right –> marginRight
· margin-top –> marginTop
· overflow –> overflow
· padding –> padding
· padding-bottom –> paddingBottom
· padding-left –> paddingLeft
· padding-right –> paddingRight
· padding-top –> paddingTop
· page-break-after –> pageBreakAfter
· page-break-before –> pageBreakBefore
· position –> position
· float –> styleFloat
· text-align –> textAlign
· text-decoration –> textDecoration
· text-decoration: blink –> textDecorationBlink
· text-decoration: line-through –> textDecorationLineThrough
· text-decoration: none –> textDecorationNone
· text-decoration: overline –> textDecorationOverline
· text-decoration: underline –> textDecorationUnderline
· text-indent –> textIndent
· text-transform –> textTransform
· top –> top
· vertical-align –> verticalAlign
· visibility –> visibility
· width –> width
· z-index –> zIndex

Fuente: http://blog.oridoki.com/

Acceder a los contactos con la API de Gmail Contacts y PHP

Publicado poralegg | En PHP | Posted on 03-02-2009

0

Interesante artículo publicado en viciao2k3.net sobre como acceder a los contactos con la API de Gmail Contacts y PHP. Pueden acceder al articulo haciendo click aqui

Zend Framework v1.7.4 Disponible

Publicado poralegg | En PHP | Posted on 03-02-2009

0

La ultima version del Zend Framework ya puede bajarse desde aquí.

Algunas de las mejoras en el framework pueden leerse en el sitio de Zend.

  • Correction of the caching example for Zend_Translate
  • Feature to disable XML to Object mapping in Zend_Gdata
  • Removing a back require in the jQuery UI helper widget
  • Correcting a problem with log writing in Zend_Config_Writer_Ini
  • Fixed a problem where Zend/DB/Oracle returned an empty rowset