Category Archives: Programación

20 tips para diseñar y desarrollar profesionalmente

Buen listado de puntos a seguir al momento de realizar un proyecto web. Compilado por .net Magazine.

  1. Planning
  2. Do it by hand
  3. Stylesheets: importing vs linking
  4. Smarter

    gradient backgrounds

  5. Commenting
  6. Use simple PHP to build sites
  7. Set fonts using ems
  8. IE Box Model Hack
  9. Space saver
  10. Test, test and test again
  11. Format fundamentals
  12. The ‘title’ and ‘alt’ attributes
  13. The correct format for pseudo classes
  14. Use semantic mark-up
  15. Favicons
  16. Change capitalisation using CSS
  17. Wrapping text around images
  18. Universal character sets
  19. Print

    styles

  20. Learn from others

Ver listado detallado aquí.
Visto en: http://www.lifeclever.com/

Adobe AIR: Lo nuevo en desarrollo multi plataforma de Adobe Labs

Interesante artículo de Jonathan Snook acerca de la nueva herramienta de desarrollo (cross operating system runtime) de Adobe.

"Adobe® AIR™, formerly code-named Apollo, is a cross-operating system runtime that allows developers to use their existing web development skills to build and

deploy rich Internet applications to the desktop."

"Adobe AIR is essentially a Flash-based runtime that can load in different types of controls including PDF and HTML documents.

HTML documents are powered by Webkit, the same engine that powers Safari."

Artículo en: http://snook.ca
Más

información de Adobe: http://labs.adobe.com/technologies/air/

Yahoo YUI: Utilidades y librerías para desarrollo de interfaces de usuario

Esta es una buena fuente de información como librerías y guías para diseño y desarrollo web.

También incluye los famosos "Cheat Sheets", que proveen referencias rápidas de métodos, propiedades y sintaxis de cada componente.

Descarga de YUI: http://developer.yahoo.com/yui/download/
Descarga directa de los "cheat sheets" en zip: http://developer.yahoo.com/yui/docs/assets/cheatsheets.zip

The Yahoo! User Interface (YUI) Library is a set of

utilities and controls, written in JavaScript, for building richly interactive web applications using techniques such as DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS

resources. All components in the YUI Library have been released as open source under a BSD license and are free for all uses.

Visita el sitio: http://developer.yahoo.com/yui/