Welcome to thisMayhem
Hola!
Me llamo Juan y soy un programador de 23 años de Madrid. Este es mi blog personal dedicado a la programación en general aunque con cierta predilección hacia PHP y Java.El blog solía estar en Inglés pero me he decidido a empezar a postrar en español, a ver que tal se me da.

Categorías
- Android (6)
- Principiantes (4)
- General (5)
- Applications (1)
- HTML (2)
- Compatibility (1)
- iPhone (2)
- Objective c (1)
- jQuery (2)
- Tip of the day (1)
- Moodle (1)
- Webservices (1)
- PHP (26)
- Advanced (2)
- Code Explained (7)
- codeIgniter (2)
- Drupal (1)
- Function Finds (1)
- Images (3)
- My Functions (9)
- OpenCart (3)
- Mods (3)
- Scripts (1)
- Snippets (2)
- Tip of the day (6)
- Validation (3)
- Wordpress (1)
- Android (6)
-
Entradas recientes
- Android – Log personalizado para desarrolladores
- Preferencias de Usuario con nombre variable – ObjectiveC
- Android para principiantes 2 – Tareas asíncronas parte 1
- PHP – Lista de archivos en una carpeta
- Android – Consejos #1
- Android para principiantes 1 – Preferencias de usuario
- Problemas con PepePhone
- pepeSaldo – Nos comemos la manzana
- Find and Replace text from Blob in MySql
- “pepeSaldo” Historia, desarrollo y futuro
Tag Cloud
alphanumeric android builder library class classes code codeigniter coding css date example functions gd General google images introduction iphone language manipulation mod modification moodle naming notepad++ OpenCart pepephone pepesaldo PHP php-tips preferencias preg_match principiantes processing regex regular expressions string strtodate suggestions tips tools trade Validation views watermark
regex Archive
-
PHP Simple HTML DOM Parser
Posted on 18/11/2010 | 1 comentarioIt comes a time on any coders life where we need to parse the content of an html file, albeit you can do this with regular expressions or even using... -
Validation with PHP – Part 3 – Explaining the class
Posted on 08/06/2010 | No hay comentarios1234<?php class validate{ public function fieldValidate($field,$str_validate_rules){ $this->int_errors = 0; On these three lines we declare a new class called validate. It has a public function called fieldValidate that... -
Validation with PHP – Part 2 – The Core
Posted on 07/06/2010 | No hay comentariosThe previous post “Validation with PHP – Introduction” merely scratched the surface of what can be done in regards of validating data with PHP. In this part I will be...
