Similar Posts
links for 2007-08-20
-
Cómo asignar un icono desde la CSS según la extensión del archivo que se enlaza
PHPBuilder.com: Downloading and Parsing Gmail Messages in PHP
New on PHPBuilder.com today there’s a tutorial showing you how to download and parse messages from Google Mail. In their case it’s grabbing and parsing submissions from a form. Some friends of mine publish a literary journal that accepts submissions via email. At their request I wrote a script to download messages from the journal’s Gmail account a …
TutToaster.com: How to create a forum in PHP from scratch
On the TutToaster site today there’s a new tutorial showing you how to create an entire PHP forum completely from scratch using PHP and a MySQL backend. The code I’ll show is exactly the same than the one you can download, except for some comments. I …
links for 2006-06-23
-
At the end of a Wall Street Journal interview, the Microsoft executive admitted to watching pirated videos on YouTube. What he says exhibits how ubiquitous copyright infringement has become.(tags: curiosidades)
-
Microsoft se une con Creative Commons y desarrolla un plugin para Office que permite etiquetar en el momento de su desarrollo cualquier documento producido con una licencia CC escogida por el autor del mismo. El plugin está disponible en esta página…
-
Planeta acaba de cerrar la adquisición del 100% de DVDGO.com, la tienda online lÃder en venta de DVDs, con un catálogo de unas veinte mil referencias en cine, música, juegos y otros contenidos, una media de 2.5 millones de visitas mensuales, y una ent
-
En esta entrevista en el WSJ, Jakob Nielsen habla de blogs, newsletters, RSS y demás. Como siempre, sale a colación que la gran mayorÃa de público desconoce que es RSS, incluso se apunta al movimiento para cambiar de nombre al RSS. En cualquier caso,
Designing Web Applications for Scalability
I can’t even count the number of times that I’ve heard this phrase: “don’t worry about scaling your web application, worry about visitor (or customer) acquisition.” My response to this is always that you don’t need to choose one or the other, you can do both! In this post, I’m going to go over some of the strategies I’ve used to architect web appli …