Similar Posts
Enlaces rápidos (07-04-2009)
ByLuis
Hace mucho que no publico enlaces rápidos, alguno puede estar un poco antiguo:
- Experiences deploying a large-scale infrastructure in Amazon EC2
- Cool URIs for semantic web
- Performance Anti-Patterns
- How to create Skype-like buttons using jQuery
- A fancy Apple.com-style search suggestion
- Art of scalability
- Historia de la arquitectura de Ebay
- Khronos Launches Initiative to Create Open Royalty Free Standard for Accelerated 3D on the Web
- Flickr cambia de PHP4 a PHP5 y lo nota
- Performance – When do I start worrying?
- Hidden Features of JavaScript
- Repaso a las nuevas bases de datos ligeras
- Open Source en tiempos de crisis
- Cloud computing versus grid computing
- SLAMD Distributed Load Generation Engine
- El futuro de los CMS Open Source
- 50 things to know before migrating Oracle to MySQL
- 10 things you need to know about backup solutions for MySQL
- Libraries and Examples for working with canvas
- Scaling Out MySQL
- Manual de xpath
- Scaling Digg and Other Web Applications
- A Pirate Map with LibGD and Google Maps
- Empezando con Codeigniter
- File Style: plugin para jQuery
- OCR and Neural Nets in JavaScript
- Lectura interesante sobre caché
- Quick-UX. Quick Heuristics for User eXperience
- Suscriptores en Feedburner, pagerank y ranking en Technorati con PHP
- Should you move from MyISAM to Innodb?
The Future of Web Apps: A Look at the File API
Learn about File API,a powerful API that allows developers to handle files from a users file system and manipulate those files to be used within a web application.
Post original
links for 2007-09-14
ByLuis
-
Entre los elementos primordiales en la accesibilidad de un sitio, es que se pueda leer bien el contenido y que exista un buen contraste entre el texto y el fondo.
Understanding and Applying Polymorphism in PHP
ByLuis
In object oriented programming, polymorphism is a powerful and fundamental tool. It can be used to create a more organic flow in your application. This tutorial will describe the general concept of polymorphism, and how it can easily be deployed in PHP. What is Polymorphism? Polymorphism is a long word for a very simple concept. Polymorphism descri…
Tratar datos binarios en PHP
ByLuis
Método sencillo para leer cabeceras binarias de imágenes GIF o JPEG u otros ficheros guardados en binario…