Archivo para la etiqueta ‘PHP’
23Sep
2010 Comments Off
2010 Comments Off
Developer.com: crea tu primera aplicación PHP para Android
En Developer.com han realizado un tutorial que explica cómo desarrollar tu primera aplicación para Android (ejecutado en un intérprete PHP de tu móvil)… Post original
13Sep
2010 Comments Off
2010 Comments Off
Steponas Kazakevicius’ Blog: Interruptable file download
Steponas Kazakevicius has written up a new tutorial about file uploading and, more specifically, making an upload tool that can handle interruptions. Have you ever been to a website that offers downloads of stuff? And while you are waiting for the download, there are lots of ads around? Sure you have. I have too. The [...]
09Sep
2010 Comments Off
2010 Comments Off
Understanding and Applying Polymorphism in PHP
foo ( PHP, polimorfismo )
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. [...]
02Sep
2010 Comments Off
2010 Comments Off
Añadir estilos y scripts a la administración de plugins en WordPress
Cuando estamos desarrollando un plugin para WordPress y queremos que la administración del plugin tenga estilos y scripts propios, ya sea para darle cierta interactividad o diseño, o bien podremos incluir los estilos o librerías a pelo en la página del plugin, o bien podremos hacer que WordPress añada lo estilos y los scripts en [...]
01Sep
2010 Comments Off
2010 Comments Off
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 [...]
30Aug
2010 Comments Off
2010 Comments Off
Building a Sleek AJAX Email Signup Form
In this tutorial, we’ll learn how to create a slick email signup form. This form will harness the full power of AJAX, meaning that we will submit data to the server, validate it, and receive a response – all without a single page refresh! Along the way, you should pick up some useful tips related [...]
27Aug
2010 Comments Off
2010 Comments Off
Usar Solr desde PHP
Solr es un servidor de búsquedas basado en Lucene que nos puede venir muy bien cuando nuestro proyecto web necesite un motor de búsqueda en condiciones, siendo una alternativa a Sphinx. Aunque está basado en Java, existe una librería que permite trabajar con ella, otra posibilidad sería utilizar Zend Search, ya que usa el formato [...]
25Aug
2010 Comments Off
2010 Comments Off
Create Facebook applications with CodeIgniter
Learn how to incorporate the Facebook SDK into the CodeIgniter framework, using the available functions to create applications. … Post original
13Aug
2010 <!-- 3 -->
2010 <!-- 3 -->
Como utilizar uploaders Flash con PHP
No soy muy amigo de Flash, no soy enemigo, pero sinceramente, prefiero hacer las cosas en HTML, CSS y Javascript, tampoco voy a entrar en la polémica HTML vs Flash. Pero sí es cierto, que subir ficheros desde la web puede ser un poco desesperante, sobre todo para aplicaciones web tipo galerías de imágenes en [...]
12Aug
2010 Comments Off
2010 Comments Off
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 … Post original