-- MySQL dump 10.11
--
-- Host: localhost    Database: ajiems_wpdb
-- ------------------------------------------------------
-- Server version	5.0.81-community

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_calendar`
--

DROP TABLE IF EXISTS `wp_calendar`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_calendar` (
  `event_id` int(11) NOT NULL auto_increment,
  `event_begin` date NOT NULL,
  `event_end` date NOT NULL,
  `event_title` varchar(30) NOT NULL,
  `event_desc` text NOT NULL,
  `event_time` time default NULL,
  `event_recur` char(1) default NULL,
  `event_repeats` int(3) default NULL,
  `event_author` bigint(20) unsigned default NULL,
  `event_category` bigint(20) unsigned default NULL,
  `event_link` text,
  PRIMARY KEY  (`event_id`)
) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_calendar`
--

LOCK TABLES `wp_calendar` WRITE;
/*!40000 ALTER TABLE `wp_calendar` DISABLE KEYS */;
INSERT INTO `wp_calendar` VALUES (2,'2009-09-24','2009-09-24','Congreso ITESO','','10:00:00','S',0,1,2,''),(3,'2009-09-28','2009-09-28','Congreso Altamira','Este congreso tendra lugar en las instalaciones del colegio altamira y abarcara los temas de salud y deportes.','12:00:00','S',0,1,3,''),(4,'2009-09-26','2009-09-26','Congreso Torreblanca','','09:39:00','S',0,1,4,''),(5,'2009-09-29','2009-09-29','Junta AJIEMS','Junta en AJIEMS para ultimar detalles de la pagina web.','16:00:00','S',0,1,2,''),(6,'2009-09-28','2009-09-28','Junta mensual','lkzjgajdadfjklsafjlkslf','17:47:00','S',0,1,1,'');
/*!40000 ALTER TABLE `wp_calendar` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_calendar_categories`
--

DROP TABLE IF EXISTS `wp_calendar_categories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_calendar_categories` (
  `category_id` int(11) NOT NULL auto_increment,
  `category_name` varchar(30) NOT NULL,
  `category_colour` varchar(30) NOT NULL,
  PRIMARY KEY  (`category_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_calendar_categories`
--

LOCK TABLES `wp_calendar_categories` WRITE;
/*!40000 ALTER TABLE `wp_calendar_categories` DISABLE KEYS */;
INSERT INTO `wp_calendar_categories` VALUES (1,'General','#FF0000'),(2,'General 2','#FFD800'),(3,'General 3','#267F00'),(4,'General 4','#0026FF');
/*!40000 ALTER TABLE `wp_calendar_categories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_calendar_config`
--

DROP TABLE IF EXISTS `wp_calendar_config`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_calendar_config` (
  `config_item` varchar(30) NOT NULL,
  `config_value` text NOT NULL,
  PRIMARY KEY  (`config_item`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_calendar_config`
--

LOCK TABLES `wp_calendar_config` WRITE;
/*!40000 ALTER TABLE `wp_calendar_config` DISABLE KEYS */;
INSERT INTO `wp_calendar_config` VALUES ('can_manage_events','edit_posts'),('calendar_style','    .calnk a:hover {\r\n         background-position:0 0;\r\n         text-decoration:none;  \r\n         color:#000000;\r\n         border-bottom:1px dotted #000000;\r\n         }\r\n    .calnk a:visited {\r\n         text-decoration:none;\r\n         color:#000000;\r\n         border-bottom:1px dotted #000000;\r\n        }\r\n    .calnk a {\r\n        text-decoration:none; \r\n        color:#000000; \r\n        border-bottom:1px dotted #000000;\r\n        }\r\n    .calnk a span { \r\n        display:none; \r\n        }\r\n    .calnk a:hover span {\r\n        color:#333333; \r\n        background:#F6F79B; \r\n        display:block;\r\n        position:absolute; \r\n        margin-top:1px; \r\n        padding:5px; \r\n        width:150px; \r\n        z-index:100;\r\n        }\r\n     .calendar-table {\r\n        border:none;\r\n        width:100%;\r\n     }\r\n     .calendar-heading {\r\n        height:25px;\r\n        text-align:center;\r\n        border:1px solid #D6DED5;\r\n        background-color:#E4EBE3;\r\n     }\r\n     .calendar-next {\r\n        width:25%;\r\n        text-align:center;\r\n     }\r\n     .calendar-prev {\r\n        width:25%;\r\n        text-align:center;\r\n     }\r\n     .calendar-month {\r\n        width:50%;\r\n        text-align:center;\r\n        font-weight:bold;\r\n     }\r\n     .normal-day-heading {\r\n        text-align:center;\r\n        width:25px;\r\n        height:25px;\r\n        font-size:0.8em;\r\n        border:1px solid #DFE6DE;\r\n        background-color:#EBF2EA;\r\n     }\r\n     .weekend-heading {\r\n        text-align:center;\r\n        width:25px;\r\n        height:25px;\r\n        font-size:0.8em;\r\n        border:1px solid #DFE6DE;\r\n        background-color:#EBF2EA;\r\n        color:#FF0000;\r\n     }\r\n     .day-with-date {\r\n        vertical-align:text-top;\r\n        text-align:left;\r\n        width:60px;\r\n        height:60px;\r\n        border:1px solid #DFE6DE;\r\n     }\r\n     .no-events {\r\n\r\n     }\r\n     .day-without-date {\r\n        width:60px;\r\n        height:60px;\r\n        border:1px solid #E9F0E8;\r\n     }\r\n     span.weekend {\r\n        color:#FF0000;\r\n     }\r\n     .current-day {\r\n        vertical-align:text-top;\r\n        text-align:left;\r\n        width:60px;\r\n        height:60px;\r\n        border:1px solid #BFBFBF;\r\n        background-color:#E4EBE3;\r\n     }\r\n     span.event {\r\n        font-size:0.75em;\r\n     }\r\n     .kjo-link {\r\n        font-size:0.75em;\r\n        text-align:center;\r\n     }\r\n     .event-title {\r\n        text-align:center;\r\n        font-weight:bold;\r\n        font-size:1.2em;\r\n     }\r\n     .event-title-break {\r\n        width:96%;\r\n        margin-left:2%;\r\n        margin-right:2%;\r\n        margin-top:5px;\r\n        margin-bottom:5px;\r\n        text-align:center;\r\n        height:1px;\r\n        background-color:#000000;\r\n     }\r\n     .event-content-break {\r\n        width:96%;\r\n        margin-left:2%;\r\n        margin-right:2%;\r\n        margin-top:5px;\r\n        margin-bottom:5px;\r\n        text-align:center;\r\n        height:1px;\r\n        background-color:#000000;\r\n     }\r\n     .calendar-date-switcher {\r\n        height:25px;\r\n        text-align:center;\r\n        border:1px solid #D6DED5;\r\n        background-color:#E4EBE3;\r\n     }\r\n     .calendar-date-switcher form {\r\n        margin:0;\r\n        padding:0;\r\n     }\r\n     .calendar-date-switcher input {\r\n        border:1px #D6DED5 solid;\r\n     }\r\n     .calendar-date-switcher select {\r\n        border:1px #D6DED5 solid;\r\n     }\r\n     .cat-key {\r\n        width:100%;\r\n        margin-top:10px;\r\n        padding:5px;\r\n        border:1px solid #D6DED5;\r\n     }'),('display_author','false'),('display_jump','false'),('display_todays','true'),('display_upcoming','true'),('display_upcoming_days','10'),('calendar_version','1.2'),('enable_categories','false');
/*!40000 ALTER TABLE `wp_calendar_config` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL auto_increment,
  `comment_post_ID` bigint(20) unsigned NOT NULL default '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL default '',
  `comment_author_url` varchar(200) NOT NULL default '',
  `comment_author_IP` varchar(100) NOT NULL default '',
  `comment_date` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL default '0',
  `comment_approved` varchar(20) NOT NULL default '1',
  `comment_agent` varchar(255) NOT NULL default '',
  `comment_type` varchar(20) NOT NULL default '',
  `comment_parent` bigint(20) unsigned NOT NULL default '0',
  `user_id` bigint(20) unsigned NOT NULL default '0',
  PRIMARY KEY  (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (2,52,'admin','webmaster@we-know.net','','200.52.199.244','2009-09-28 17:45:54','2009-09-28 21:45:54','esta mal!!',0,'1','Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)','',0,1);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_contact_form_7`
--

DROP TABLE IF EXISTS `wp_contact_form_7`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_contact_form_7` (
  `cf7_unit_id` bigint(20) unsigned NOT NULL auto_increment,
  `title` varchar(200) NOT NULL default '',
  `form` text NOT NULL,
  `mail` text NOT NULL,
  `mail_2` text NOT NULL,
  `messages` text NOT NULL,
  `additional_settings` text NOT NULL,
  PRIMARY KEY  (`cf7_unit_id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_contact_form_7`
--

LOCK TABLES `wp_contact_form_7` WRITE;
/*!40000 ALTER TABLE `wp_contact_form_7` DISABLE KEYS */;
INSERT INTO `wp_contact_form_7` VALUES (1,'Contact form 1','<p>Nombre (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Correo Electronico (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Asunto<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Mensaje<br />\r\n    [textarea your-message] </p>\r\n\r\n<p>[submit \"Enviar\"]</p>','a:7:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:14:\"[your-message]\";s:9:\"recipient\";s:21:\"webmaster@we-know.net\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:14:\"[your-message]\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}','a:13:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:17:\"akismet_says_spam\";s:84:\"Failed to send your message. Please try later or contact administrator by other way.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}','');
/*!40000 ALTER TABLE `wp_contact_form_7` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_golfresult`
--

DROP TABLE IF EXISTS `wp_golfresult`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_golfresult` (
  `result_aid` mediumint(10) NOT NULL auto_increment,
  `table_id` mediumint(10) NOT NULL default '0',
  `row_id` mediumint(10) NOT NULL default '1',
  `value` mediumtext NOT NULL,
  PRIMARY KEY  (`result_aid`),
  UNIQUE KEY `id` (`result_aid`)
) ENGINE=MyISAM AUTO_INCREMENT=582 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_golfresult`
--

LOCK TABLES `wp_golfresult` WRITE;
/*!40000 ALTER TABLE `wp_golfresult` DISABLE KEYS */;
INSERT INTO `wp_golfresult` VALUES (1,1,0,'100'),(2,1,0,'100'),(3,1,0,'100'),(4,1,1,'Column 1'),(5,1,1,'Column 2'),(6,1,1,'Column 3'),(7,2,2,'Costos'),(8,2,2,'Concepto'),(9,2,2,'Comentarios'),(10,2,3,'Cuota Anual 2009'),(11,2,3,'$'),(12,2,3,'Calendario Civil'),(13,2,4,'Cuota Anual 2008'),(14,2,4,'$'),(15,2,4,'Calendario Civil'),(16,2,5,'Liga de Futbol 2009-2010'),(17,2,5,'$'),(18,2,5,''),(19,2,6,'Segundo Equipo de la Liga de Futbol'),(20,2,6,'$'),(21,2,6,'De la misma Institucion'),(22,2,0,'250'),(23,2,0,'80'),(24,2,0,'160'),(25,2,-1,'L'),(26,2,-1,'L'),(27,2,-1,'L'),(31,3,1,'COMISIONES'),(32,3,1,'INSTITUCIÓN'),(33,3,1,'INTEGRANTES'),(34,3,2,'ALUMNOS'),(35,3,2,'1.       BACHILLERATO CERVANTES LOMA BONITA'),(36,3,2,'1.       CARLOS CORPUS NÁJERA'),(37,3,3,''),(38,3,3,'2.       BACHILLERATO TECNOLÓGICO EL GRULLO'),(39,3,3,'2.       RUBÉN FIGUEROA ZEPEDA'),(40,3,4,''),(41,3,4,'3.       CENTRO EDUCATIVO REGIONAL ATOTONILCO'),(42,3,4,'3.       ADRIÁN VALADEZ ESTRADA'),(43,3,5,''),(44,3,5,'4.       COLEGIO ALEMÁN'),(45,3,5,'4.       NORMA HERRERA VALENZUELA'),(46,3,6,''),(47,3,6,'5.       COLEGIO MÉXICO NUEVO, CAMPUS SANTA ANITA'),(48,3,6,'5.       ISMAEL EDUARDO SILVA IÑIGUEZ'),(49,3,7,''),(50,3,7,'6.       INSTITUTO LAGUENSE'),(51,3,7,'6.       LUIS GERARDO PADILLA'),(52,3,8,''),(53,3,8,'7.       UNIVA'),(54,3,8,'7.       ALFREDO ZEPEDA'),(55,3,9,''),(56,3,9,'8.       COLEGIO INGLÉS HIDALGO'),(57,3,9,'8.       HEIDI WÄCKERLIN'),(58,3,10,'DOCENTES'),(59,3,10,'1.       BACHILLERATO PRIMERO DE MAYO'),(60,3,10,'1.       VÍCTOR HUGO SANDOVAL'),(61,3,11,''),(62,3,11,'2.       CENTRO ESCOLAR TORREBLANCA'),(63,3,11,'2.       CORINA FLORES V.'),(64,3,12,''),(65,3,12,'3.       COLEGIO ENRIQUE DE OSSÓ'),(66,3,12,'3.       MA. DEL CARMEN VILLAREAL GUTIÉRREZ'),(67,3,13,''),(68,3,13,'4.       COLEGIO GUADALAJARA'),(69,3,13,'4.       MARÍA ROSTRO'),(70,3,14,''),(71,3,14,'5.       COLEGIO MÉXICO NUEVO, CAMPUS LA CALMA'),(72,3,14,'5.       SERGIO ARTURO PARADA ALBA'),(73,3,15,''),(74,3,15,'6.       HYCIG'),(75,3,15,'6.       JUAN MANUEL ESTRADA'),(76,3,16,''),(77,3,16,'7.       INSTITUTO DE LA VERA-CRUZ'),(78,3,16,'7.       ALEJANDRA MARTÍNEZ NEGRETE'),(79,3,17,''),(80,3,17,'8.       INSTITUTO UNIVERSITARIO FRAY PEDRO DE GANTE'),(81,3,17,'8.       SERGIO RIVERA FUENTES'),(82,3,18,''),(83,3,18,'9.       PREPARATORIA RAMÓN LÓPEZ VELARDE'),(84,3,18,'9.       ALEJANDRO CÉSAR ANTONIO LUNA BERNAL'),(85,3,19,''),(86,3,19,'10.    UVM  CAMPUS SUR'),(87,3,19,'10.    IVÁN ESCAMILLA'),(88,3,20,''),(89,3,20,'11.    COLEGIO ORIENTACIÓN LAGOS DE MORENO'),(90,3,20,'11.    JUAN CARLOS HERNÁNDEZ'),(91,3,0,'500'),(92,3,0,'500'),(93,3,0,'500'),(94,3,-1,'C'),(95,3,-1,'C'),(96,3,-1,'C'),(97,3,21,''),(98,3,21,'12.    CEDI'),(99,3,21,'12.    MAURICIO CARVALLO'),(100,3,22,'DIRECTIVOS'),(101,3,22,'1.       CENTRO CULTURAL ALTEÑO'),(102,3,22,'1.       RAÚL DE ANDA'),(103,3,23,''),(104,3,23,'2.       CENTRO DE ESTUDIOS TECNOLÓGICOS JARALES'),(105,3,23,'2.       LUIS AMADOR REYES'),(106,3,24,''),(107,3,24,'3.       CAMEE'),(108,3,24,'3.       GABRIEL MONTES ZUNO'),(109,3,25,''),(110,3,25,'4.       COLEGIO INGLÉS HIDALGO'),(111,3,25,'4.       HEIDI WÄCKERLIN'),(112,3,26,''),(113,3,26,'5.       COLEGIO MÉXICO NUEVO CAMPUS SANTA ANITA'),(114,3,26,'5.       GABINO CÁRDENAS O.'),(115,3,27,'PADRES DE FAMILIA'),(116,3,27,'1.       COLEGIO ALTAMIRA'),(117,3,27,'1.       ALEJANDRO LUTHE RÍOS'),(118,3,28,''),(119,3,28,'2.       COLEGIO ANÁHUAC CHAPALITA'),(120,3,28,'2.       CECILIA GRAJEDA'),(121,3,29,''),(122,3,29,'3.       COLEGIO FEBRES CORDERO - LA SALLE'),(123,3,29,'3.       J. CARLOS MARTÍNEZ AGUADO'),(124,3,30,''),(125,3,30,'4.       INSTITUTO DE CIENCIAS'),(126,3,30,'4.       SUZETTE BERNARD'),(127,3,31,''),(128,3,31,'5.       UAG'),(129,3,31,'5.       ALFONSO NARIO BONILLA'),(130,3,32,'INTERNACIONALIZACIÓNINTERNACIONALIZACIÓN'),(131,3,32,'1.       LICEO DEL VALLE'),(132,3,32,'1.       JOSÉ MANUEL SÁNCHEZ Z.'),(133,3,33,''),(134,3,33,'2.       COLLEGE BOARD'),(135,3,33,'2.       CONCHITA LÓPEZ DE WÄCKERLIN'),(136,3,34,'PROMOCIÓN Y COMUNICACIÓN'),(137,3,34,'1.       COLEGIO ALTAMIRA'),(138,3,34,'1.       JUAN CARLOS FLORES MIRAMONTES'),(139,4,1,'INSTITUCIÓN'),(140,4,1,'DIRECTOR GENERAL'),(141,4,1,'E-MAIL'),(142,4,1,'DIRECTOR DE PREPARATORIA'),(143,4,1,'E-MAIL'),(144,4,1,'REPRESENTANTE ANTE AJIEMS'),(145,4,1,'E-MAIL'),(146,4,2,'BACHILLERATO CERVANTES LOMA BONITA'),(147,4,2,'Luis Dávalos Valdez'),(148,4,2,''),(149,4,2,'Lic. Lizardo Octavio Contreras Sosa'),(150,4,2,'lizardocontreras@clb.edu.mx'),(151,4,2,'Lic. Lizardo Contreras/Lic.  Carlos Campos'),(152,4,2,'lizardocontreras@clb.edu.mx'),(153,4,3,'BACHILLERATO PRIMERO DE MAYO'),(154,4,3,'Prof. José Ma. Herández Rámirez'),(155,4,3,'dire@primerodemayo.edu.mx'),(156,4,3,'Lic. Victor Hugo Sandoval Hdz.'),(157,4,3,'dire@primerodemayo.edu.mx'),(158,4,3,'Lic. Victor Hugo sandoval Hdz.'),(159,4,3,'dire@primerodemayo.edu.mx'),(160,4,4,'BACHILLERATO TECNOLÓGICO EL GRULLO'),(161,4,4,'Rubén Figueroa Zepeda'),(162,4,4,'figueroazr@hotmail.com'),(163,4,4,'Lic. Rubén Figueroa Zepeda'),(164,4,4,'figueroazr@hotmail.com'),(165,4,4,'Lic. Rubén Figueroa Zepeda'),(166,4,4,'figueroazr@hotmail.com'),(167,4,5,'CENTRO CULTURAL ALTEÑO'),(168,4,5,'Francesco Benigni Stabilini'),(169,4,5,'franc_ben@prodigy.net.mx'),(170,4,5,'Lic. Francesco Begnini'),(171,4,5,'franc-ben@prodigy.net.mx'),(172,4,5,'Lic. Raúl de Anda Hernández'),(173,4,5,'rdeanda@itelcel.com'),(174,4,6,'CENTRO ESCOLAR TORREBLANCA'),(175,4,6,'Lic. Paz Bautista'),(176,4,6,''),(177,4,6,'Dra. Corina Flores Valdivia'),(178,4,6,'corina@torreblanca.edu.mx'),(179,4,6,'Dra. Corina Flores Valdivia'),(180,4,6,'corina@torreblanca.edu.mx'),(181,4,7,'CENTRO DE DESARROLLO INTEGRAL ARBOLEDAS'),(182,4,7,'Mauricio Carvallo Pontón'),(183,4,7,'mcarvallo@cedi.edu.mx'),(184,4,7,'Lic. Alejandra Guevara'),(185,4,7,'aguevara@cedi.edu.mx'),(186,4,7,'Ing Mauricio Carvallo/A. Guevara'),(187,4,7,'mcarvallo@cedi.edu.mx aguevara@cedi.edu.mx'),(188,4,8,'CENTRO EDUCATIVO REGIONAL DE ATOTONILCO'),(189,4,8,'Lic. Adrián Valadez'),(190,4,8,'valadez_adrian@hotmail.com'),(191,4,8,'Lic. Adrián Valadez'),(192,4,8,'valadez_adrian@hotmail.com'),(193,4,8,'Lic. Ana Yazmín Seade Castellanos'),(194,4,8,'anay@iteso.mx valadez_adrian@hotmail.com'),(195,4,9,'CENTRO DE ESTUDIOS TECNOLÓGICOS JARALES'),(196,4,9,'Ing. Arturo Rivera Hernandez'),(197,4,9,'arivera@jarales.edu.mx'),(198,4,9,'Lic. Francisco Elizalde Rodríguez'),(199,4,9,'jfelizalde@jarales.edu.mx'),(200,4,9,'Lic. Francisco Elizalde Rodríguez'),(201,4,9,'jfelizalde@jarales.edu.mx'),(202,4,10,'COLEGIO ALEMÁN'),(203,4,10,'Rainer Quennet'),(204,4,10,'mail: dirgeneral@ colegioalemangd.com.mx'),(205,4,10,'Lic. Ma. Esther Piñera'),(206,4,10,'dirtec@colegioalemangd.com.mx'),(207,4,10,'Psic. Norma Herrera Valenzuela'),(208,4,10,'mail psicologia@ colegioalemangd.com.mx'),(209,4,11,'COLEGIO ALONSO MANUEL ESCALANTE Y ESCALANTE'),(210,4,11,'Francisco Javier Jiménez Landeros'),(211,4,11,'javier_jimenez_l@hotmail.com'),(212,4,11,'Lic. Fco Javier Jiménez Landeros'),(213,4,11,'javier_jimenez_l@hotmail.com'),(214,4,11,'Lic. Fco Javier Jiménez Landeros'),(215,4,11,'javier_jimenez_l@hotmail.com'),(216,4,12,'COLEGIO ALTAMIRA'),(217,4,12,'Juan Carlos Flores Miramontes'),(218,4,12,'juancarlos@e-altamira.edu.mex'),(219,4,12,'Lic. José Ángel Camarena R.'),(220,4,12,'acamarena@e-altamira.edu.mx'),(221,4,12,'Lic. José Ángel Camarena R. / Lic. Alejandro Luther R.'),(222,4,12,'acamarena@e-altamira.edu.mx aluthe@e-altamira.edu.mx'),(223,4,13,'COLEGIO SALESIANO ANÁHUAC CHAPALITA'),(224,4,13,'Pbro. Alejandro Gómez Peña (SDB)'),(225,4,13,''),(226,4,13,'Mtra. Lourdes Aceves Ramírez'),(227,4,13,'lourdes_cach@yahoo.com'),(228,4,13,'Mtra. Lourdes Aceves Ramírez'),(229,4,13,'lourdes_cach@yahoo.com'),(230,4,0,'50'),(231,4,0,'50'),(232,4,0,'50'),(233,4,0,'50'),(234,4,0,'50'),(235,4,0,'50'),(236,4,0,'50'),(237,4,-1,'C'),(238,4,-1,'C'),(239,4,-1,'C'),(240,4,-1,'C'),(241,4,-1,'C'),(242,4,-1,'C'),(243,4,-1,'C'),(258,6,0,'30'),(257,6,2,''),(259,6,0,'30'),(256,6,2,''),(255,6,1,''),(254,6,1,''),(260,6,-1,'C'),(261,6,-1,'C'),(262,6,3,''),(263,6,3,''),(578,4,39,''),(577,4,39,''),(576,4,39,''),(575,4,39,''),(574,4,39,''),(573,4,39,''),(572,4,39,''),(571,1,-1,'C'),(570,1,-1,'C'),(569,1,-1,'C'),(274,4,-1,'C'),(275,4,0,'50'),(276,4,1,'NUMERO DE ALUMNOS'),(277,4,2,'400'),(278,4,3,'80'),(279,4,4,'260'),(280,4,5,'120'),(281,4,6,'70'),(282,4,7,'175'),(283,4,8,'110'),(284,4,9,'112'),(285,4,10,'123'),(286,4,11,'95'),(287,4,12,'90'),(288,4,13,'420'),(289,4,-1,'C'),(290,4,0,'50'),(291,4,1,'INC.'),(292,4,2,'D.G.B'),(293,4,3,'D.G.B'),(294,4,4,'DGETI'),(295,4,5,'D.G.B.'),(296,4,6,'D.G.B'),(297,4,7,'SEP-DGB'),(298,4,8,'ITESO'),(299,4,9,'DGETI'),(300,4,10,'SEP-D.G.B.'),(301,4,11,'SEP-DGB'),(302,4,12,'SEP-DGB'),(303,4,13,'SEP-DGB'),(304,4,-1,'C'),(305,4,0,'50'),(306,4,1,'TELEFONO'),(307,4,2,'35-40-39-93'),(308,4,3,'36-65-56-71'),(309,4,4,'(321)3-87-25-49'),(310,4,5,'(348) 783-1313'),(311,4,6,'36-41-32-00'),(312,4,7,'36-20-33-10'),(313,4,8,'(391)917-38-14'),(314,4,9,'38341809 ext. 123'),(315,4,10,'36-85-01-36'),(316,4,11,'36-19-75-21'),(317,4,12,'36-20-53-38'),(318,4,13,'31-21-40-90'),(319,4,14,'COLEGIO ENRIQUE DE OSSÓ'),(320,4,14,'Nilse Osorio Haas'),(321,4,14,'nilsastj@hotmail.com'),(322,4,14,'Lic. Ma. Del Carmen Villarreal MTS'),(323,4,14,'carmenvi@hotmail.com'),(324,4,14,'Lic. María del Carmen Villarreal/Lic. Hilda Osorio'),(325,4,14,'carmenvi@hotmail.com'),(326,4,14,'140'),(327,4,14,'D.G.B'),(328,4,14,'36411988 36411988'),(329,4,15,'COLEGIO FEBRES CORDERO – LA SALLE'),(330,4,15,'Lic. Gerardo de Jesús Dávila de León'),(331,4,15,''),(332,4,15,'Hno. J.Carlos Martínez A.'),(333,4,15,'jcarlos@hotmail.com'),(334,4,15,'Hno. J.Carlos Martínez A.'),(335,4,15,'jcarlos@hotmail.com'),(336,4,15,'495'),(337,4,15,'SEP-DGB'),(338,4,15,'36-74-58-54'),(339,4,16,'COLEGIO GUADALAJARA'),(340,4,16,'Mtra. Nora Cecilia Paredes Gracia'),(341,4,16,'mail: norap@ colegioguadalajra.com.mx'),(342,4,16,'Mtra. María Rostro'),(343,4,16,'mrostro@colegioguadalajara.com.mx'),(344,4,16,'Mtra. María Rostro'),(345,4,16,'mail mrostro@ colegioguadalajara.com.mx'),(346,4,16,'200'),(347,4,16,'SEP-D.G.B.'),(348,4,16,'31-21-22-40'),(349,4,17,'COLEGIO INGLÉS HIDALGO'),(350,4,17,'Mtra. Heidi Wackerlin López'),(351,4,17,'heidiw@cih.edu.mx'),(352,4,17,'Lic. Marisol  Guízar'),(353,4,17,'mguizar@cih.edu.mx'),(354,4,17,'Mtra. Heidi Wäckerlin/ Lic. Marisol Guízar'),(355,4,17,'heidiw@cih.edu.mx'),(356,4,17,'108'),(357,4,17,'DGETI'),(358,4,17,'36-29-70-71'),(359,4,18,'COLEGIO LA PAZ'),(360,4,18,'Lic. Lorena Gil de Bobadilla'),(361,4,18,'lgil@lapaz.edu.mx'),(362,4,18,'Lic. Oscar Salcido Ruiz'),(363,4,18,'osalcido@lapaz.edu.mx'),(364,4,18,'Lic. Oscar Salcido Ruiz'),(365,4,18,'osalcido@lapaz.edu.mx'),(366,4,18,'90'),(367,4,18,'SEP-D.G.B.'),(368,4,18,'36-42-76-62'),(369,4,19,'COLEGIO MÉXICO NUEVO, CAMPUS LA CALMA'),(370,4,19,'Mtro. Antonio Rodríguez Orozco'),(371,4,19,'mail: arodriguez@ colegiomexiconuevo.com.mx'),(372,4,19,'Lic. Rafael Martínez Aguirre'),(373,4,19,'rmartinez@colegiomexiconuevo.com.mx'),(374,4,19,'Lic. Rafael Martínez Aguirre'),(375,4,19,'mail: rmartinez@ colegiomexiconuevo.com.mx'),(376,4,19,'200'),(377,4,19,'SEP-D.G.B.'),(378,4,19,'35-87-54-50'),(379,4,20,'COLEGIO MÉXICO NUEVO, CAMPUS SANTA ANITA'),(380,4,20,'Dr. Gabino Cárdenaz Olivares'),(381,4,20,'gabinocardenas@yahoo.com'),(382,4,20,'Lic. Ismael Eduardo Silva Íñiguez'),(383,4,20,'ismael2776@hotmail.com'),(384,4,20,'Dr. Gabino Cárdenas Olivares/Lic. Ismael Eduardo Silva Íñiguez'),(385,4,20,'gabinocardenas@yahoo.com ismael2776@hotmail.com'),(386,4,20,'70'),(387,4,20,'SEP-D.G.B.'),(388,4,20,'36-87-06-78'),(389,4,21,'COLEGIO REFORMA'),(390,4,21,'Hna. Rocío Martínez Vaca'),(391,4,21,''),(392,4,21,'Lic. Rosa Olivia Vital M.'),(393,4,21,''),(394,4,21,'Lic. Adriana Flores'),(395,4,21,'adriana_fg1@hotmail.com'),(396,4,21,'390'),(397,4,21,'U. de G.'),(398,4,21,'36-13-53-40'),(399,4,22,'INSTITUTO DE CIENCIAS'),(400,4,22,'Rector Padre Guillermo Prieto Salinas'),(401,4,22,''),(402,4,22,'Lic. Isabel Arias Mesa'),(403,4,22,'isabelarias@hotmail.com'),(404,4,22,'Lic. Isabel Arias Mesa'),(405,4,22,'isabelarias@hotmail.com'),(406,4,22,'840'),(407,4,22,'SEP-DGB'),(408,4,22,'38-36-43-34'),(409,4,23,'INSTITUTO DE HUMANIDADES Y CIENCIAS DE GUADALAJARA'),(410,4,23,'Carlos Padilla Evangelista'),(411,4,23,'hycig_carlop@hotmail.com'),(412,4,23,'Lic. Juan Manuel Estrada'),(413,4,23,'hycig_juanm@hotmail.com'),(414,4,23,'Lic. Juan Manuel Estrada'),(415,4,23,'hycig_juanm@hotmail.com'),(416,4,23,'140'),(417,4,23,'SEP-DGB'),(418,4,23,'36-31-54-12'),(419,4,24,'INSTITUTO DE LA VERA – CRUZ'),(420,4,24,'Hna. Ana Lourdes Esquer Valenzuela'),(421,4,24,'avalenzuela@vera-cruz.edu.mx'),(422,4,24,'Mtra. Alejandra Martínez Negrete Villaseñor'),(423,4,24,'amartinez@vera-cruz.edu.mx'),(424,4,24,'Mtra. Alejandra Martínez Negrete'),(425,4,24,'amartinez@vera-cruz.edu.mx'),(426,4,24,'180'),(427,4,24,'SEP-DGB'),(428,4,24,'14-04-33-33'),(429,4,25,'INSTITUTO LAGUENSE'),(430,4,25,'Hno. Antonio Sánchez Partida'),(431,4,25,''),(432,4,25,'Lic. Luis Gerardo Padilla Gutiérrez'),(433,4,25,'luisgerardopadilla@hotmail.com'),(434,4,25,'Lic. Luis Gerardo Padilla Gutiérrez'),(435,4,25,'luisgerardopadilla@hotmail.com'),(436,4,25,''),(437,4,25,'SEP-DGB'),(438,4,25,'474 7417828'),(439,4,26,'INSTITUTO TEPEYAC CAMPUS SANTA ANITA'),(440,4,26,'Mtro. Jorge Alvarez'),(441,4,26,'jalvarez@itc.edu.mx'),(442,4,26,'Mtro. Marcolino Barreiro González'),(443,4,26,'mbarreiro@itc.edu.mx'),(444,4,26,'Mtro. Marcolino Barreiro'),(445,4,26,'mbarreiro@itc.edu.mx'),(446,4,26,'40'),(447,4,26,'SEP-DGB'),(448,4,26,'32838383 ext 4'),(449,4,27,'INSTITUTO UNIVERSITARIO FRAY PEDRO DE GANTE'),(450,4,27,'Pbro. José Trinidad Velasco Molina'),(451,4,27,'mail: direccion@ fraypedrodegante.com.mx'),(452,4,27,'Lic. M. Leticia Magaña T.'),(453,4,27,'lmtrewick@fraypedrodegante.com.mx'),(454,4,27,'Lic. M. Leticia Magaña T.'),(455,4,27,'mail: lmtrewick@ fraypedrodegante.com.mx'),(456,4,27,'350'),(457,4,27,'SEP-DGB'),(458,4,27,'36420031 ext.45'),(459,4,28,'LICEO DEL VALLE'),(460,4,28,'Lic. Gonzalo Mucharraz Cano'),(461,4,28,'mail: gmucharraz@ colmenares.org.mx'),(462,4,28,'Lic. José Ángel Sánchez Zepeda'),(463,4,28,'jsanchez@liceodelvalle.edu.mx'),(464,4,28,'Lic. José Ángel Sánchez Zepeda'),(465,4,28,'jsanchez@liceodelvalle.edu.mx'),(466,4,28,'200'),(467,4,28,'SEP-DGB'),(468,4,28,'36-48-05-00'),(469,4,29,'PREPARATORIA ORIENTACIÒN LAGOS DE MORENO'),(470,4,29,'Hna. Maria Guadalupe López González'),(471,4,29,'mail: colori@ colegioorientacion.edu.mx'),(472,4,29,'Lic. Juan Carlos Hernández Mora'),(473,4,29,'juancamora2003@yahoo.com.mx'),(474,4,29,'Lic. Juan Carlos Hernández Mora'),(475,4,29,'juancamora2003@yahoo.com.mx'),(476,4,29,'120'),(477,4,29,'SEP-DGB'),(478,4,29,'(474) 7465727'),(479,4,30,'PREPARATORIA RAMÓN LÓPEZ  VELARDE'),(480,4,30,'Lic. Salvador Ramírez Martínez'),(481,4,30,'s_ramirez_m@hotmail.com'),(482,4,30,'Lic. Gerardo Emilian Hernández'),(483,4,30,'gerardoemilian@yahoo.com.mx'),(484,4,30,'Lic. Alejandro Luna B./Ma. Carmen Cruz'),(485,4,30,'aluna642@hotmail.com'),(486,4,30,'78'),(487,4,30,'SEP-DGB'),(488,4,30,'36-00-15-20'),(489,4,31,'PREPARATORIA TÉCNICA TLAMATINIME'),(490,4,31,'Víctor Manuel Flores Siordia'),(491,4,31,'prepatlamatini@yahoo.com.mx'),(492,4,31,'Lic. Víctor Manuel Flores Siordia'),(493,4,31,'prepatlamatini@yahoo.com.mx'),(494,4,31,''),(495,4,31,''),(496,4,31,''),(497,4,31,'U. de G Semiescolarizado'),(498,4,31,'36.91.13.42'),(499,4,32,'THE AMERICAN SCHOOL FOUNDATION'),(500,4,32,'Janet Heinzi'),(501,4,32,''),(502,4,32,'David McGrath'),(503,4,32,'david.mcgrath@asfg.mx'),(504,4,32,'Mtra.Carmen Castillo'),(505,4,32,'carmen.castillo@asfg.mx'),(506,4,32,'320'),(507,4,32,'SEP-DGB'),(508,4,32,'36480299'),(509,4,33,'UNIVERSIDAD AUTÓNOMA DE GUADALAJARA (UAG)'),(510,4,33,'Dr. José Ma. Angel Rodríguez'),(511,4,33,'edumedia@uag.mx'),(512,4,33,'Ernesto Rosales Castañeda/Alfonso Nario B.'),(513,4,33,'erosales@uag.mx,edumedia@uag.mx'),(514,4,33,'Lic. José Ma. Ángel Rodríguez/ Ing Alfonso Nario'),(515,4,33,'anariob@uag.mx edumedia@uag.mx'),(516,4,33,'800'),(517,4,33,'Acuerdo SEP'),(518,4,33,'36-42-50-92'),(519,4,34,'UNIVERSIDAD DEL VALLE DE ATEMAJAC (UNIVA)'),(520,4,34,'José Carlos Pérez Gómez M.'),(521,4,34,''),(522,4,34,'Lic. Jorge Antonio Luna C.'),(523,4,34,'jorge.luna@univa.mx'),(524,4,34,'Lic. Alfredo Zepeda Lomelí'),(525,4,34,'alfredo.zepeda@univa.mx'),(526,4,34,'1843'),(527,4,34,'DGB-DGETI'),(528,4,34,'31-34-08-00'),(529,4,35,'UNIVERSIDAD DEL VALLE DE MÉXICO (UVM) CAMPUS SUR'),(530,4,35,'Rectos Regional Javier Cantalapiedía'),(531,4,35,''),(532,4,35,'Ing. Jesús Iván Escamilla Ruiz'),(533,4,35,'jesus.escamillar@uvmnet.edu'),(534,4,35,'Ing. Jesús Iván Escamilla R.'),(535,4,35,'jesus.escamillar@uvmnet.edu'),(536,4,35,'1030'),(537,4,35,'D.G.B.'),(538,4,35,'36 69 84 00 ext. 23141'),(539,4,36,'UNIVERSIDAD DEL VALLE DE MÉXICO (UVM) CAMPUS NORTE'),(540,4,36,'Dr. Constantino Álvarez Fuster'),(541,4,36,''),(542,4,36,''),(543,4,36,''),(544,4,36,''),(545,4,36,''),(546,4,36,''),(547,4,36,''),(548,4,36,'36272836'),(549,4,37,'UNIVERSIDAD DEL VALLE DE MÈXICO (UVM) CAMPUS ZAPOPAN'),(550,4,37,''),(551,4,37,''),(552,4,37,''),(553,4,37,''),(554,4,37,''),(555,4,37,''),(556,4,37,''),(557,4,37,''),(558,4,37,''),(559,4,38,'COLLEGE BOARD'),(560,4,38,''),(561,4,38,''),(562,4,38,''),(563,4,38,''),(564,4,38,'Mtra. Concepción López de Wäckerlin'),(565,4,38,'aidei@cih.edu.mx cwackerlin@cih.edu.mx'),(566,4,38,'31.23.91.15'),(567,4,38,''),(568,4,38,''),(579,4,39,''),(580,4,39,''),(581,4,39,'');
/*!40000 ALTER TABLE `wp_golfresult` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_golftable`
--

DROP TABLE IF EXISTS `wp_golftable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_golftable` (
  `table_aid` mediumint(10) NOT NULL auto_increment,
  `table_name` varchar(200) NOT NULL default 'Table name',
  `description` mediumtext NOT NULL,
  `alternative` tinyint(1) NOT NULL default '1',
  `show_name` tinyint(1) NOT NULL default '1',
  `show_desc` tinyint(1) NOT NULL default '0',
  `head_bold` tinyint(1) NOT NULL default '1',
  PRIMARY KEY  (`table_aid`),
  UNIQUE KEY `id` (`table_aid`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_golftable`
--

LOCK TABLES `wp_golftable` WRITE;
/*!40000 ALTER TABLE `wp_golftable` DISABLE KEYS */;
INSERT INTO `wp_golftable` VALUES (1,'Table name 1','This is your first demo table',1,1,0,1),(2,'Coutas AJIEMS','',1,1,0,1),(3,'Comisiones','',1,1,0,1),(4,'Institutos Asociados','',1,1,0,1),(6,'pruebauno','',1,0,0,1);
/*!40000 ALTER TABLE `wp_golftable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL auto_increment,
  `link_url` varchar(255) NOT NULL default '',
  `link_name` varchar(255) NOT NULL default '',
  `link_image` varchar(255) NOT NULL default '',
  `link_target` varchar(25) NOT NULL default '',
  `link_description` varchar(255) NOT NULL default '',
  `link_visible` varchar(20) NOT NULL default 'Y',
  `link_owner` bigint(20) unsigned NOT NULL default '1',
  `link_rating` int(11) NOT NULL default '0',
  `link_updated` datetime NOT NULL default '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL default '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','Development Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_album`
--

DROP TABLE IF EXISTS `wp_ngg_album`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_album` (
  `id` bigint(20) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `previewpic` bigint(20) NOT NULL default '0',
  `albumdesc` mediumtext,
  `sortorder` longtext NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_album`
--

LOCK TABLES `wp_ngg_album` WRITE;
/*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_gallery`
--

DROP TABLE IF EXISTS `wp_ngg_gallery`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_gallery` (
  `gid` bigint(20) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `path` mediumtext,
  `title` mediumtext,
  `galdesc` mediumtext,
  `pageid` bigint(20) NOT NULL default '0',
  `previewpic` bigint(20) NOT NULL default '0',
  `author` bigint(20) NOT NULL default '0',
  PRIMARY KEY  (`gid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_gallery`
--

LOCK TABLES `wp_ngg_gallery` WRITE;
/*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */;
INSERT INTO `wp_ngg_gallery` VALUES (1,'prueba','wp-content/gallery/prueba','Prueba',NULL,0,4,1);
/*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_ngg_pictures`
--

DROP TABLE IF EXISTS `wp_ngg_pictures`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_ngg_pictures` (
  `pid` bigint(20) NOT NULL auto_increment,
  `post_id` bigint(20) NOT NULL default '0',
  `galleryid` bigint(20) NOT NULL default '0',
  `filename` varchar(255) NOT NULL,
  `description` mediumtext,
  `alttext` mediumtext,
  `imagedate` datetime NOT NULL default '0000-00-00 00:00:00',
  `exclude` tinyint(4) default '0',
  `sortorder` bigint(20) NOT NULL default '0',
  `meta_data` longtext,
  PRIMARY KEY  (`pid`),
  KEY `post_id` (`post_id`)
) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_ngg_pictures`
--

LOCK TABLES `wp_ngg_pictures` WRITE;
/*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */;
INSERT INTO `wp_ngg_pictures` VALUES (1,0,1,'ajiems1.jpg','','ajiems1','2009-09-23 08:46:58',0,0,NULL),(2,0,1,'ajiems2.jpg','','          ','2005-02-12 14:11:12',0,0,NULL),(3,0,1,'ajiems3.jpg','','ajiems3','2008-07-24 18:04:37',0,0,NULL),(4,0,1,'ajiems4.jpg','','ajiems4','2009-09-23 08:48:34',0,0,NULL);
/*!40000 ALTER TABLE `wp_ngg_pictures` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL auto_increment,
  `blog_id` int(11) NOT NULL default '0',
  `option_name` varchar(64) NOT NULL default '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL default 'yes',
  PRIMARY KEY  (`option_id`,`blog_id`,`option_name`),
  KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=1616 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,0,'_transient_random_seed','9e3e0cf58dc04872736b411c2698c301','yes'),(2,0,'siteurl','http://ajiems.we-know.net/wp','yes'),(3,0,'blogname','AJIEMS','yes'),(4,0,'blogdescription','Just another WordPress weblog','yes'),(5,0,'users_can_register','0','yes'),(6,0,'admin_email','webmaster@we-know.net','yes'),(7,0,'start_of_week','1','yes'),(8,0,'use_balanceTags','0','yes'),(9,0,'use_smilies','1','yes'),(10,0,'require_name_email','1','yes'),(11,0,'comments_notify','1','yes'),(12,0,'posts_per_rss','10','yes'),(13,0,'rss_excerpt_length','50','yes'),(14,0,'rss_use_excerpt','0','yes'),(15,0,'mailserver_url','mail.example.com','yes'),(16,0,'mailserver_login','login@example.com','yes'),(17,0,'mailserver_pass','password','yes'),(18,0,'mailserver_port','110','yes'),(19,0,'default_category','1','yes'),(20,0,'default_comment_status','open','yes'),(21,0,'default_ping_status','open','yes'),(22,0,'default_pingback_flag','0','yes'),(23,0,'default_post_edit_rows','10','yes'),(24,0,'posts_per_page','6','yes'),(25,0,'date_format','F j, Y','yes'),(26,0,'time_format','g:i a','yes'),(27,0,'links_updated_date_format','F j, Y g:i a','yes'),(28,0,'links_recently_updated_prepend','<em>','yes'),(29,0,'links_recently_updated_append','</em>','yes'),(30,0,'links_recently_updated_time','120','yes'),(31,0,'comment_moderation','0','yes'),(32,0,'moderation_notify','1','yes'),(33,0,'permalink_structure','','yes'),(34,0,'gzipcompression','0','yes'),(35,0,'hack_file','0','yes'),(36,0,'blog_charset','UTF-8','yes'),(37,0,'moderation_keys','','no'),(38,0,'active_plugins','a:8:{i:0;s:21:\"calendar/calendar.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:29:\"html-sitemap/html-sitemap.php\";i:3;s:29:\"nextgen-gallery/nggallery.php\";i:4;s:29:\"pagerestrict/pagerestrict.php\";i:5;s:57:\"show-post-by-selective-category/show_post_by_category.php\";i:6;s:39:\"wp-table-reloaded/wp-table-reloaded.php\";i:7;s:21:\"wp-table/wp-table.php\";}','yes'),(39,0,'home','http://ajiems.we-know.net/wp','yes'),(40,0,'category_base','','yes'),(41,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,0,'advanced_edit','0','yes'),(43,0,'comment_max_links','2','yes'),(44,0,'gmt_offset','-4','yes'),(45,0,'default_email_category','1','yes'),(46,0,'recently_edited','a:5:{i:0;s:70:\"/home/ajiems/public_html/wp/wp-content/plugins/html-sitemap/readme.txt\";i:2;s:76:\"/home/ajiems/public_html/wp/wp-content/plugins/html-sitemap/html-sitemap.php\";i:3;s:26:\"/themes/ajiems/example.css\";i:4;s:84:\"/home/ajiems/public_html/wp/wp-content/plugins/wordpress-table-of-contents/wptoc.php\";i:5;s:0:\"\";}','no'),(47,0,'use_linksupdate','','yes'),(48,0,'template','ajiems','yes'),(49,0,'stylesheet','ajiems','yes'),(50,0,'comment_whitelist','1','yes'),(51,0,'blacklist_keys','','no'),(52,0,'comment_registration','0','yes'),(53,0,'rss_language','en','yes'),(54,0,'html_type','text/html','yes'),(55,0,'use_trackback','0','yes'),(56,0,'default_role','subscriber','yes'),(57,0,'db_version','11548','yes'),(58,0,'uploads_use_yearmonth_folders','','yes'),(59,0,'upload_path','wp-content/uploads','yes'),(60,0,'secret','hovbBYIB*hhO1^D2(iWS%BF#KNkJ5BmCURxPll7Y8bR7(M7@*uf$RG@OakIu80aN','yes'),(61,0,'blog_public','0','yes'),(62,0,'default_link_category','2','yes'),(63,0,'show_on_front','posts','yes'),(64,0,'tag_base','','yes'),(65,0,'show_avatars','1','yes'),(66,0,'avatar_rating','G','yes'),(67,0,'upload_url_path','','yes'),(68,0,'thumbnail_size_w','150','yes'),(69,0,'thumbnail_size_h','150','yes'),(70,0,'thumbnail_crop','1','yes'),(71,0,'medium_size_w','300','yes'),(72,0,'medium_size_h','300','yes'),(73,0,'avatar_default','mystery','yes'),(74,0,'enable_app','0','yes'),(75,0,'enable_xmlrpc','0','yes'),(76,0,'large_size_w','1024','yes'),(77,0,'large_size_h','1024','yes'),(78,0,'image_default_link_type','file','yes'),(79,0,'image_default_size','','yes'),(80,0,'image_default_align','','yes'),(81,0,'close_comments_for_old_posts','0','yes'),(82,0,'close_comments_days_old','14','yes'),(83,0,'thread_comments','0','yes'),(84,0,'thread_comments_depth','5','yes'),(85,0,'page_comments','1','yes'),(86,0,'comments_per_page','50','yes'),(87,0,'default_comments_page','newest','yes'),(88,0,'comment_order','asc','yes'),(89,0,'sticky_posts','a:0:{}','yes'),(90,0,'widget_categories','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(91,0,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(92,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(93,0,'timezone_string','','yes'),(94,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(1610,0,'_transient_rewrite_rules','','yes'),(96,0,'cron','a:2:{i:1256024129;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}s:7:\"version\";i:2;}','yes'),(97,0,'_transient_doing_cron','1255986373','yes'),(98,0,'auth_salt','&S78ozH7VLMp3IB0#u#7YJJ3INNNA^MG5QG9MDz71bSDvd)q5mA9^KYA8O@lQP6B','yes'),(99,0,'logged_in_salt','meTP1$5w8Kz&Yc4RztHjl6YM2wqrlxFm9nWj4VsIK9uEzA!tftKrBDeSvh^qCmX8','yes'),(100,0,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(102,0,'widget_archives','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(103,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(104,0,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(105,0,'widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(106,0,'widget_recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(107,0,'widget_recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(108,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(109,0,'_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":5:{s:8:\"response\";s:6:\"latest\";s:3:\"url\";s:30:\"http://wordpress.org/download/\";s:7:\"package\";s:40:\"http://wordpress.org/wordpress-2.8.4.zip\";s:7:\"current\";s:5:\"2.8.4\";s:6:\"locale\";s:5:\"en_US\";}}s:12:\"last_checked\";i:1255986373;s:15:\"version_checked\";s:5:\"2.8.4\";}','yes'),(111,0,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1255986373;}','yes'),(112,0,'dashboard_widget_options','a:3:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:28:\"http://ajiems.we-know.net/wp\";s:4:\"link\";s:110:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&partner=wordpress&q=link:http://ajiems.we-know.net/wp/\";s:3:\"url\";s:135:\"http://blogsearch.google.com/blogsearch_feeds?hl=en&scoring=d&ie=utf-8&num=20&output=rss&partner=wordpress&q=link:http://ajiems.org/wp/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:4:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;}}','yes'),(113,0,'nonce_salt','wBIURYp)KyHsrEwpto637c12!Blkp4lX@xteyFRMoAO&SOioxkT6DhY05mmtTUvI','yes'),(175,0,'current_theme','Ajiems','yes'),(257,0,'_transient_timeout_feed_mod_7ba5196fbc0bf8688e91c48e9e7d6fda','1253680765','no'),(201,0,'_transient_timeout_feed_0ff4b43bd116a9d8720d689c80e7dfd4','1253680765','no'),(258,0,'_transient_feed_mod_7ba5196fbc0bf8688e91c48e9e7d6fda','1253637565','no'),(199,0,'_transient_feed_7ba5196fbc0bf8688e91c48e9e7d6fda','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"link:http://ajiems.org/wp/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://blogsearch.google.com/blogsearch?hl=en&scoring=d&ie=ISO-8859-1&num=20&q=link:http://ajiems.org/wp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Your search - <b>link:http://ajiems.org/wp/</b> - did not match any documents.   \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:4:\"date\";s:29:\"Tue, 22 Sep 2009 16:39:25 GMT\";s:6:\"pragma\";s:8:\"no-cache\";s:7:\"expires\";s:29:\"Fri, 01 Jan 1990 00:00:00 GMT\";s:13:\"cache-control\";s:25:\"no-cache, must-revalidate\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"set-cookie\";s:138:\"PREF=ID=8653c236cb288da4:TM=1253637565:LM=1253637565:S=4esepvB-odLxdcc8; expires=Thu, 22-Sep-2011 16:39:25 GMT; path=/; domain=.google.com\";s:6:\"server\";s:4:\"bsfe\";}s:5:\"build\";i:20081219;}','no'),(259,0,'_transient_timeout_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1253680765','no'),(260,0,'_transient_feed_mod_0ff4b43bd116a9d8720d689c80e7dfd4','1253637565','no'),(198,0,'_transient_timeout_feed_7ba5196fbc0bf8688e91c48e9e7d6fda','1253680765','no'),(123,0,'can_compress_scripts','1','yes'),(204,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1253680765','no'),(205,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Mark Jaquith: PHP $_SERVER variables are not safe for use in forms, links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://markjaquith.wordpress.com/?p=343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://markjaquith.wordpress.com/2009/09/21/php-server-vars-not-safe-in-forms-or-links/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4491:\"<div class=\"snap_preview\"><br /><p>A common security mistake I see WordPress plugin authors (and PHP coders in general) make is using <code>$_SERVER[\'PHP_SELF\']</code> or <code>$_SERVER[\'REQUEST_URI\']</code> as the action of a form or part of an anchor&#8217;s <code>href</code> attribute. This is not safe to do, and opens your code up to XSS (cross-site scripting) exploits.</p>\n<p>Common example:</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n&lt;form action=\"&lt;?php echo $_SERVER[\'PHP_SELF\']; ?&gt;\"&gt;\n</pre>\n<p>Another example:</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n&lt;a href=\"&lt;?php echo $_SERVER[\'PHP_SELF\']\' ?&gt;?foo=bar\"&gt;link title&lt;/a&gt;\n</pre>\n<p>Here are my two rules regarding <code>$_SERVER[\'PHP_SELF\']</code> or <code>$_SERVER[\'REQUEST_URI\']</code> in forms:</p>\n<ul>\n<li>Do not use them</li>\n<li>If you use one of them, escape it with <code>esc_url()</code></li>\n</ul>\n<p>Most uses of <code>$_SERVER[\'PHP_SELF\']</code> and <code>$_SERVER[\'REQUEST_URI\']</code> are in HTML forms. If you want the <code>action</code> attribute to point to the current URL, <strong>leave it blank</strong>. URI references that are blank point to the current resource.</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n&lt;form action=\"\"&gt;\n</pre>\n<p>If you do want to specify the action (and there are good reasons for wanting to do that, such as stripping the query string from the current URL), you <strong>must</strong> run it through <code>esc_url()</code>.</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n&lt;form action=\"&lt;?php echo esc_url( $_SERVER[\'PHP_SELF\'] ); ?&gt;\"&gt;\n</pre>\n<p>The same applies to links&#8230; run the <code>href</code> attribute through <code>esc_url()</code>.</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n&lt;a href=\"&lt;?php echo esc_url( $_SERVER[\'PHP_SELF\'] . \'?foo=bar\' ); ?&gt;\"&gt;link title&lt;/a&gt;\n</pre>\n<p>A quick search through the WordPress Plugin Directory showed that this problem is far too common.</p>\n<p><b>Updates:</b></p>\n<p>Examples of URLs that could exploit this for double-quoted actions:</p>\n<p><code>script.php/\"%20onmouseover=\'alert(document.cookie)\'</code></p>\n<p>And single-quoted actions:</p>\n<p><code>script.php/\'%20onmouseover=\'alert(document.cookie)\'</code></p>\n<p>No, just using a plain old <code>htmlentities()</code> wrapper is not going to help! That&#8217;s still vulnerable to XSS in certain situations. If you&#8217;re not using WordPress, you should copy the WordPress escaping functions (just remove the <code>apply_filters()</code> portions).</p>\n<p>If you are using the <code>base</code> tag, Safari will apply that base to the blank <code>action</code> attribute. So if you use the <code>base</code> tag (I never do), a blank <code>action</code> isn&#8217;t going to be for you. Use what you&#8217;ve been using, but escape it.</p>\n<p>Lester Chan has a handy snippet for the form action of WordPress plugin settings pages:</p>\n<pre class=\"brush: php; html-script: true; light: true;\">\n&lt;form action=\"&lt;?php echo admin_url( \'admin.php?page=\' . plugin_basename( __FILE__ ) ); ?&gt;\"&gt;\n</pre>\n<p><code>admin_url()</code> takes care of escaping for you, and is an easy way to create a full WP admin URL from a <code>wp-admin</code>-relative URL.</p>\n  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/markjaquith.wordpress.com/343/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/markjaquith.wordpress.com/343/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/markjaquith.wordpress.com/343/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=markjaquith.wordpress.com&blog=316&post=343&subd=markjaquith&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 02:50:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6767\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/21/wordpress-plugin-releases-for-0919/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3407:\"<h3>New plugins</h3>\n<p><a href=\"http://justintadlock.com/archives/2009/09/17/members-wordpress-plugin\">Members</a></p>\n<p>The Members plugin is a user, role, and content management plugin. Its purpose is to make WordPress a more powerful CMS by giving you fine-grain control over the users of your site.</p>\n<p><a href=\"http://stylizedweb.com/2009/09/18/wordpress-dashboard-pages-plugin/\">WordPress Dashboard Pages</a></p>\n<p>Adds a dashboard widget listing all of the pages allowing for easy editing, deleting and management of content pages.</p>\n<p><a href=\"http://www.gospelrhys.co.uk/plugins/wordpress-plugins/wordpress-email-capture-plugin\">WP Email Capture</a></p>\n<p>Creates a 2 field form (Name &amp; Email) for capturing emails. Email is double opt in, and allows you to forward opt in to services such as ebooks or software. When you are ready to begin your email marketing campaign, simply export the list into your chosen email marketing software or service.</p>\n<p><a href=\"http://www.dev4press.com/2009/09/20/gd-taxonomies-tools-0-4-0/\">GD Taxonomies Tools</a></p>\n<p>GD Taxonomies Tools is a plugin that can be used to expand custom taxonomies support. Plugin adds many tools including custom taxonomies management and widget for taxonomies terms cloud.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/\">Ajax Edit Comments</a></p>\n<p>Allow your visitors to edit the plugins they leave on your blog. v2.4.0.1 now allows admins to <a href=\"http://ajaydsouza.com/archives/2009/09/19/ajax-edit-comments-now-with-move-comments-feature/\">move the comments</a> from one post to another.</p>\n<p><a href=\"http://sivel.net/wordpress/public-post-preview/\">Public Post Preview</a></p>\n<p>Have you ever been writing a post with the help of someone who does not have access to your blog and needed to give them the ability to preview it before publishing? This plugin takes care of that by generating a URL with an expiring nonce that can be given out for public preview.</p>\n<p><a href=\"http://sivel.net/wordpress/ajax-plugin-helper/\">Ajax Plugin Helper</a></p>\n<p>An Ajax Plugin Helper for the WordPress admin plugin page. Adds Ajax activate, deactivate, delete and upgrade functionality.</p>\n<p><a href=\"http://www.dev4press.com/2009/09/14/gd-press-tools-2-1-0/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information. Plugin can also track posts and pages views for various popularity lists. Some of the features don&#8217;t work with every version of the WordPress. If you have some suggestion about potential features for this plugin, please leave a message.</p>\n<p><a href=\"http://www.weinschenker.name/plugin-feed-reading-blogroll/\">Feed reading blogroll</a></p>\n<p>The plugin adds a cool new blogroll that is able to display the freshness and the latest post-title of your bookmarks. It enables you to sort the blogroll by the latest update of your bookmarked blogs.</p>\n<p><a href=\"http://scribu.net/wordpress/custom-field-images\">Custom Field Images</a></p>\n<p>A WordPress plugin to display thumbnails in posts, excerpts, feeds etc. with plenty of options and easy management.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 18:55:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6759\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://weblogtoolscollection.com/archives/2009/09/20/wordpress-theme-releases-for-0919-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2632:\"<h4><a href=\"http://3oneseven.com/08/bruce/\">Bruce WPmu buddypress</a></h4>\n<p><a href=\"http://wp2.3oneseven.com/index.php?wptheme=Bruce\"><img title=\"Bruce\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Bruce.png\" alt=\"Bruce\" width=\"150\" height=\"150\" /></a></p>\n<p>The Bruce WPmu BuddyPress theme, fully loaded WPmu theme design for a WPmu powered site with the Bruce theme, featuring a multi column fluid layout, enabled with theme option panel, pagenavi support, frontpage slider, related posts, recent comments with gravatars are built into the theme.</p>\n<h4><a href=\"http://www.theenglishguy.co.uk/victoriana-wordpress-theme/\">Victoriana</a></h4>\n<p><img title=\"Victoriana\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Victoriana.png\" alt=\"Victoriana\" width=\"200\" height=\"180\" /></p>\n<p>This is a two-column wordpress theme, a highly customized theme. It has theme options to let you customize the font, sidebar position (left or right), post background color, sidebar background color and the link colors</p>\n<h4><a href=\"http://www.dkszone.net/2009/08/celestial-aura-free-3-column-wordpress.html\">Celestial Aura</a></h4>\n<p><a href=\"http://dkszone.0fees.net/\"><img title=\"Celestial Aura V2\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/CelestialAuraV2.png\" alt=\"Celestial Aura V2\" width=\"200\" height=\"146\" /></a></p>\n<p>Celestial Aura V2.0 is an SEO-friendly free three column WordPress theme with left and right sidebars. They can accommodate blocks of Wide Skyscraper width (160&#215;600). It has a beautiful cosmic header with a slick menu bar elegantly blended in a sky blue background. The article area is suitable for a adsense banner ad of 468&#215;60 pixels.</p>\n<h4><a href=\"http://wordpress.org/extend/themes/palmixio\">Palmixio</a></h4>\n<p><img title=\"Palmixio\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Palmixio.jpg\" alt=\"Palmixio\" width=\"200\" height=\"152\" /></p>\n<p>WP theme with 2 column layout, custom header, widget-ready (sidebar and footer), custom gravatar, easy to customize</p>\n<h4><a href=\"http://oldpopularyolk.joshuagoodwin.com/\">Old Popular Yolk</a></h4>\n<p><img class=\"alignnone size-thumbnail wp-image-6765\" title=\"Old Popular Yolk\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Old-Yolk-150x150.png\" alt=\"Old Yolk\" width=\"150\" height=\"150\" /></p>\n<p>Easy to customize and minimal, featuring a print stylesheet and some exciting CSS3 treats. Supports threaded comments for WordPress 2.7 and beyond. Aligned to a vertical and horizontal grid, with a whiff of the International Typographic Style.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Sep 2009 12:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Dougal Campbell: It’s Talk Like a Pirate Day again!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://dougal.gunters.org/?p=1739\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://dougal.gunters.org/blog/2009/09/19/its-talk-like-a-pirate-day-again?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1515:\"<p><img class=\"size-full wp-image-1741 alignright\" title=\"Morale\" src=\"http://dougal.gunters.org/wordpress/wp-content/uploads/2009/09/beatingswillcontinue.jpg\" alt=\"The beatings will continue until morale improves!\" width=\"100\" height=\"100\" /><br /> Ahoy, me maties!</p><p>Yes, it&#8217;s <a href=\"http://talklikeapirate.com/\">Talk Like a Pirate Day</a> once again. And as customary, my blog is piratified by my <a href=\"http://wordpress.org/extend/plugins/text-filter-suite/\">Text Filter Suite plugin</a>. For today, all the writing will be automatically translated into pirate speak. If you leave comments, you don&#8217;t have to go out of your way to talk pirate, just write normally, and the filters will take care of things for you.</p><p>Yaaarrr!</p> <a href=\"http://dougal.gunters.org/blog/2009/09/19/its-talk-like-a-pirate-day-again\" class=\"retweet vert\">It&#8217;s Talk Like a Pirate Day again!</a><p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2005/09/13/prepare-to-be-boarded\" rel=\"bookmark\" title=\"Permanent Link: Talk Like a Pirate (and TFS updates)\">Talk Like a Pirate (and TFS updates)</a></li><li><a href=\"http://dougal.gunters.org/blog/2004/09/17/talk-like-a-pirate-weekend\" rel=\"bookmark\" title=\"Permanent Link: Talk Like a Pirate Weekend\">Talk Like a Pirate Weekend</a></li><li><a href=\"http://dougal.gunters.org/blog/2007/09/19/happy-talk-like-a-pirate-day-2\" rel=\"bookmark\" title=\"Permanent Link: Happy Talk Like a Pirate Day!\">Happy Talk Like a Pirate Day!</a></li></ol></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 16:33:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Weblog Tools Collection: The Best-Of Series: SEO Tools\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6745\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://weblogtoolscollection.com/archives/2009/09/19/the-best-of-series-seo-tools/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3667:\"<p>When it comes to Search Engine Optimization, there are a slew of options out there. Some good and some not so good. But today I want to talk about the best options out there for WordPress. There are many. But I&#8217;m going to try to sift through the cruft to find the truly great tools that are available. <em>Here we go&#8230;</em></p>\n<ol>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\">All In One SEO Pack</a></strong><br />\nI suppose the most obvious plugin is the All In One SEO Pack. According to statistics it is <strong>the</strong> most popular plugin in the whole WordPress Extend repository. It has a robust feature set. Of all the SEO-related WordPress plugins I have tried it is, in my opinion, the best there currently is. The plugin allows you to optimize various things in WordPress for search engines including your site title, your keywords, page titles, and much more. One of the features I like the most is the ability to generate keywords automatically based on the current post. Very handy!</li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/headspace2/\">HeadSpace</a></strong><br />\nThe plugin HeadSpace comes in a close second for me. It also has a great many features and is also very popular. It has some of the features SEO Pack has and many others that it does not. One of the really great features of this plugin is the ability to automatically generate post tags based off the content of the post. Being a person who sucks at categorizing and tagging my posts I really love this feature. Another feature I like is the ability to import data from other plugins like SEO Pack.</li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/google-sitemap-generator/\">Google XML Sitemaps</a></strong><br />\nHaving a well-defined map of your entire site is another important aspect of SEO. Google XML Sitemaps is the best plugin for that job in my opinion. I&#8217;ve used it extensively for the past few years and I have seen some good results from it. It&#8217;s really easy to use but still has a good number of features.</li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/seo-automatic-links/\">SEO Smart Links</a></strong><br />\nI like SEO Smart Links because of the automation it provides. It can automatically link keywords in your posts to their corresponding posts and pages. This really helps with keeping visitors clicking further into your site. You can also specify custom keywords and the URLs they should link to. <em>Nifty!</em></li>\n<li><strong><a href=\"http://wordpress.org/extend/plugins/robots-meta/\">Robots Meta</a></strong><br />\nRobots Meta is another good plugin. I like it for its simplicity. With it you can add meta tags to hide comments feeds from search engines, prevent search engines from indexing all feeds on your site, hide search result pages from search engines, hide the admin pages from search engines, and much more.</li>\n</ol>\n<p>There we have it. 5 top plugins for WordPress Search Engine Optimization. Remember though, this is merely my opinion. It doesn&#8217;t necessarily mean they are in an order you would agree with. I actually like all these plugins very much. It&#8217;s pretty hard to choose what order to put them in but, I think I&#8217;m happy with how it is now.</p>\n<p>What do <strong><em>you</em></strong> think? Do you like the order? Have I missed a really great plugin? Lets hear it!</p>\n<p>Do you have a good idea for the next article in the Best-Of series? Drop a comment here or <a href=\"http://weblogtoolscollection.com/archives/2007/02/06/contact-me/\">contact us</a> and your idea just might be next in the series!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 11:27:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"James Dimick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"Publisher Blog: University of British Columbia Selects WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://publisherblog.automattic.com/2009/09/18/university-british-columbia-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<div class=\"snap_preview\"><br /><p>Thanks to <a href=\"http://bradt.ca/\">Brad Tousenard</a> for letting us know about a new site he&#8217;s developed for the University of British Columbia,  <a href=\"http://www.aplaceofmind.ubc.ca/\">A Place of Mind</a>:<br />\n<a href=\"http://www.aplaceofmind.ubc.ca\"><img src=\"http://wordpresspublishers.files.wordpress.com/2009/09/university-british-columbia1.png?w=640&#038;h=414\" alt=\"University-British-Columbia\" title=\"University-British-Columbia\" width=\"640\" height=\"414\" class=\"alignnone size-full wp-image-656\" /></a></p>\n<blockquote><p>&#8220;A Place of Mind is a web site created for the University of British Columbia to aggregate their content from a variety of online sources like YouTube, Flickr, Twitter, and blogs. The site is configured to pull feeds from these sources and import specially tagged posts&#8221;</p></blockquote>\n<p>The design and creative work was produced by <a href=\"http://www.fjordwest.com/\">Fjord Interactive</a> and development work done by <a href=\"http://bradt.ca/\">Brad Touesnard</a>.</p>\n<p>[ Visit <a href=\"http://www.aplaceofmind.ubc.ca/\">A Place of Mind</a> ]</p>\n  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/654/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/654/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/654/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=654&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 08:55:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Portland, Oregon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14778\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"http://ma.tt/2009/09/portland-oregon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10604:\"<p>Exploring bits of Portland, Oregon with Jane.</p>\n<p><span id=\"more-14778\"></span></p>\n\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6678/\" title=\"MCM_6678\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6678-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Pioneer Square South Eastbound\" title=\"MCM_6678\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6679-2/\" title=\"MCM_6679\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6679-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Fountains in Pioneer Square\" title=\"MCM_6679\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6682/\" title=\"MCM_6682\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6682-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Spiky biker\" title=\"MCM_6682\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6683/\" title=\"MCM_6683\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6683-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6683\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6684/\" title=\"MCM_6684\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6684-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6684\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6685/\" title=\"MCM_6685\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6685-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6685\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6686/\" title=\"MCM_6686\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6686-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6686\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6687-2/\" title=\"MCM_6687\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6687-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Danger: Men Working Above\" title=\"MCM_6687\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6688/\" title=\"MCM_6688\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6688-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6688\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6689/\" title=\"MCM_6689\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6689-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6689\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6692/\" title=\"MCM_6692\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6692-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6692\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6695/\" title=\"MCM_6695\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6695-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Andy Warhol tribute in parking lot\" title=\"MCM_6695\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6696-2/\" title=\"MCM_6696\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6696-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Please wait to be seated\" title=\"MCM_6696\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6697/\" title=\"MCM_6697\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6697-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Montage bar and kitchen\" title=\"MCM_6697\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6698/\" title=\"MCM_6698\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6698-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"Oyster shooter, more delicious than it sounds\" title=\"MCM_6698\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6700-2/\" title=\"MCM_6700\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6700-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6700\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6701/\" title=\"MCM_6701\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6701-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6701\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6702-3/\" title=\"MCM_6702\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6702-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Floor patches\" title=\"MCM_6702\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6703/\" title=\"MCM_6703\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6703-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Many napkins\" title=\"MCM_6703\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6704/\" title=\"MCM_6704\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6704-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Montage, best mac and cheese\" title=\"MCM_6704\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6705/\" title=\"MCM_6705\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6705-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"People&#039;s Co-op\" title=\"MCM_6705\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6706/\" title=\"MCM_6706\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6706-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Organic Oregonian pumpkin\" title=\"MCM_6706\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6707/\" title=\"MCM_6707\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6707-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Maple Syrup\" title=\"MCM_6707\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6708-3/\" title=\"MCM_6708\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6708-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Produce\" title=\"MCM_6708\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6709-2/\" title=\"MCM_6709\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6709-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This tasted funny but I think it&#039;s good for me\" title=\"MCM_6709\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6710/\" title=\"MCM_6710\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6710-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"The vanilla avacado milkshake (I did it with Coconut Bliss) was amazing\" title=\"MCM_6710\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6711/\" title=\"MCM_6711\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6711-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Jen and Jane\" title=\"MCM_6711\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6712-2/\" title=\"MCM_6712\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6712-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Jen&#039;s backyard\" title=\"MCM_6712\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6713-2/\" title=\"MCM_6713\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6713-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Grapes on the vine\" title=\"MCM_6713\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6714/\" title=\"MCM_6714\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6714-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Asian pears\" title=\"MCM_6714\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6716/\" title=\"MCM_6716\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6716-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Hand-picked grapes, I love this photo\" title=\"MCM_6716\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6718/\" title=\"MCM_6718\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6718-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"This guy almost got me\" title=\"MCM_6718\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6719/\" title=\"MCM_6719\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6719-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6719\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6720/\" title=\"MCM_6720\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6720-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Yellow roses\" title=\"MCM_6720\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6726/\" title=\"MCM_6726\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6726-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6726\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6727/\" title=\"MCM_6727\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6727-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Mount Tabor club\" title=\"MCM_6727\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6728/\" title=\"MCM_6728\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6728-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Aztec cinnamon chocolates\" title=\"MCM_6728\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6729-2/\" title=\"MCM_6729\"><img width=\"139\" height=\"210\" src=\"http://s.ma.tt/files/2009/09/MCM_6729-139x210.jpg\" class=\"attachment-thumbnail\" alt=\"\" title=\"MCM_6729\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6730-2/\" title=\"MCM_6730\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6730-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Wedding cake with flowers\" title=\"MCM_6730\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6731-3/\" title=\"MCM_6731\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6731-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Eclairs\" title=\"MCM_6731\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6732/\" title=\"MCM_6732\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6732-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Yes, you can ring the bells\" title=\"MCM_6732\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6733-3/\" title=\"MCM_6733\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6733-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"Ja Civa&#039;s, where all the beautiful sweets were\" title=\"MCM_6733\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6734/\" title=\"MCM_6734\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6734-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"A School for Self and Energy Awareness\" title=\"MCM_6734\" /></a>\n<a href=\"http://ma.tt/2009/09/portland-oregon/mcm_6736/\" title=\"MCM_6736\"><img width=\"195\" height=\"129\" src=\"http://s.ma.tt/files/2009/09/MCM_6736-195x129.jpg\" class=\"attachment-thumbnail\" alt=\"One of the 7 bridges in Portland\" title=\"MCM_6736\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.tv: Ajouter un plugin via l’administration de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2535\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2009/09/11/ajouter-un-plugin-via-ladministration-de-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1405:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-3\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/11/ajouter-un-plugin-via-ladministration-de-wordpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/ozvOO1GX/wordpress-ajout-plugin_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2535/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2535/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2535/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2535&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 05:30:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WordPress.tv: Migrating from Blogger to WordPress: Keeping Search Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.tv/2009/09/18/migrating-blogger-to-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1369:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/18/migrating-blogger-to-wordpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/3tFUWJvy/labnol_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2564/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2564/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2564/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2564&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 05:17:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.tv: Ajouter un thème via l’administration de WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2537\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2009/09/11/ajouter-un-theme-via-ladministration-de-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1403:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-2\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/11/ajouter-un-theme-via-ladministration-de-wordpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/j8j7IeOt/wordpress-ajout-theme_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2537/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2537/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2537/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2537&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 04:45:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/17/wordpress-theme-releases-for-0917/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1889:\"<h4><a href=\"http://www.dkszone.net/2009/09/coralis-free-3-column-wordpress-theme.html\">Coralis</a></h4>\n<p><a href=\"http://coralis.iblogger.org/\"><img title=\"Coralis\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Coralis.png\" alt=\"Coralis\" width=\"200\" height=\"132\" /></a></p>\n<p>Coralis is a three column WordPress theme with two Sidebars on the right side. This free theme is widget-ready and SEO optimized. This light weight <a href=\"http://www.dkszone.net/2009/08/eximius-free-3-column-wordpress-theme.html\"></a>theme has been designed to accommodate 125&#215;125 Adsense blocks in the left sidebar and a Wide Skyscraper Ad (160&#215;600) in the right sidebar. The Favicon of this theme can be easily replaced with your own.</p>\n<h4><a href=\"http://zaryl.com/free-wordpress-themes/\">Elegant</a></h4>\n<p><a href=\"http://zaryl.com/?themedemo=elegant\"><img title=\"Elegant\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Elegant.gif\" alt=\"Elegant\" width=\"200\" height=\"108\" /></a></p>\n<p>A simple but elegant looks wordpress theme. Valid XHTML, 2 column dark theme, widget ready. Also available are the other themes by the same author.</p>\n<h4><a href=\"http://www.izandi.net/travel-wordpress-theme/\">Travel</a></h4>\n<p><img title=\"Travel\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Travel.png\" alt=\"Travel\" width=\"200\" height=\"150\" /></p>\n<p>Three column, widget ready theme with two right sidebars.</p>\n<h4><a href=\"http://paranimage.com/blackberry-wordpress-theme-berrypress/\">BerryPress</a></h4>\n<p><img title=\"berrypress\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/berrypress.gif\" border=\"0\" alt=\"berrypress\" width=\"200\" height=\"124\" /></p>\n<p>Two-columns wordpress theme, inspired by blackberry 7230&#8217;s vodafone theme, has a cool sidebar with accordion style widget. <em>Page not in English</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Sep 2009 20:14:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/09/15/wordpress-plugin-releases-for-0916-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2934:\"<h3>New Plugins</h3>\n<p><a href=\"http://masti.divinecrunch.com/wp-archive-sitemap-generator-plugin/\">WP Archive-Sitemap Generator</a></p>\n<p>WP Archive-Sitemap Generator plugin generates simple Archives/Sitemap based on your sites/blogs posts and pages. This is not another XML sitemap plugin, but rather a nice sitemap generator.</p>\n<p><a href=\"http://www.melandri.net/projects/selective-javascript-loader\">Selective JavaScript Loader</a></p>\n<p>This plugin will try to load different Javascript files based on the blog section that is being viewed.</p>\n<p><a href=\"http://www.phoenixheart.net/wp-plugins/free-cdn/\">Free CDN</a></p>\n<p>This plugin rewrites (almost) all static contents in a wordpress powered site &#8211; being any of images, objects, css, javascripts &#8211; so that they are served from Coral CDN &#8211; a free P2P Content Delivery Network &#8211; instead of site&#8217;s own server, thus saves a lot of bandwidth and increases stability.</p>\n<p><a href=\"http://www.vibethemes.com/wordpress-plugins/vibe-seo-pack-wordpress-plugin/\">Vibe SEO</a></p>\n<p>Search Engine Optimization for WordPress have never been easier! Vibe SEO Pack is a powerful and easy to use search engine optimization WordPress plugin.</p>\n<p><a href=\"http://www.plexav.com/2009/spacializer-widget\">The Spacializer Widget</a></p>\n<p>Represents multiple sound samples, each as a luminescent orb of color. The volume of each sample varies depending upon how close your mouse pointer is to the associated colored orb.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/wp-insert/\">WP-Insert</a></p>\n<p>Manage ads, feeds, tracking codes, WYSIWYG editing and syntax highlighting</p>\n<p><a href=\"http://www.dev4press.com/2009/09/09/gd-simple-widgets-1-5-0/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>The Store Locator plugin empowers web developers &amp; web site owners to easily manage and display any set of important stores, products, or other locations on their website in an easily searchable manner. Uses Google Maps.</p>\n<p><a href=\"http://sivel.net/wordpress/ajax-plugin-helper/\">Ajax Plugin Helper</a></p>\n<p>An Ajax Plugin Helper for the WordPress admin plugin page. Adds Ajax activate, deactivate, delete and upgrade functionality.</p>\n<p><a href=\"http://simplepressforum.com/\">Simple:Press Forum</a></p>\n<p>A feature rich forum plugin for WordPress that fully integrates into your WP based site</p>\n<p><a href=\"http://sivel.net/wordpress/public-post-preview/\">Public Post Preview</a></p>\n<p>Enables you to give a link to anonymous users for public preview of a post before it is published.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2009 19:30:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"BuddyPress: BuddyPress 1.1 Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://buddypress.org/?p=594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://buddypress.org/blog/news/buddypress-1-1-beta/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1496:\"<p><a href=\"http://buddypress.org\">BuddyPress</a> 1.1 is now available for beta testing. This version is intended for testing only, you should not try running it on production sites. You can download the beta via <a href=\"http://trac.buddypress.org/changeset/1881/tags/1.1-beta?old_path=%2F&#038;format=zip\">this zip file</a>, or <a href=\"http://svn.buddypress.org/tags/1.1-beta\">via subversion</a>.</p>\n<p>If you download the zip version you will need to <a href=\"http://bbpress.org/download\">download bbPress 1.0</a> separately. Please extract bbPress into the folder &#8220;bp-forums/bbpress&#8221; inside of the BuddyPress plugin directory.</p>\n<p>As always, please <a href=\"http://trac.buddypress.org/newticket\">report bugs on our trac site</a> with the milestone &#8220;1.1&#8243;. You can also <a href=\"http://trac.buddypress.org/query?status=accepted&#038;status=assigned&#038;status=new&#038;status=reopened&#038;group=priority&#038;order=priority&#038;col=id&#038;col=summary&#038;col=milestone&#038;col=status&#038;col=type&#038;col=priority&#038;col=reporter&#038;milestone=%211.2&#038;type=%21enhancement\">view all outstanding bugs</a> for this version. Patches for any of those bugs are very welcome. Please use your BuddyPress.org username and password to log into the trac site.</p>\n<p><strong>Update:</strong> Please make sure you <a href=\"http://svn.buddypress.org/tags/1.1-beta/readme.txt\">read the installation instructions</a> as there are changes from previous versions.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Sep 2009 21:54:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andy Peatling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Joseph: Social Media Club of Salt Lake City: WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=1513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://josephscott.org/archives/2009/09/social-media-club-of-salt-lake-city-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1449:\"<p>I&#8217;ll be presenting at the Social Media Club of Salt Lake City (SMCSLC) on WordPress <a href=\"http://www.smcslc.org/sept-17-meeting-all-about-wordpress-1000782.htm\">this Thursday September 17th</a>.  Also presenting will be <a href=\"http://www.digitalthom.com/\">Thom Allen</a> (beginner session) and <a href=\"http://jakespurlock.com/\">Jake Spurlock</a> (intermediate session/BuddyPress).</p>\n<p>Details:</p>\n<blockquote><p>\nDate: September 17, 2009<br />\nTime: 6 to 8 p.m.<br />\nPlace: University of Utah | Fine Arts Auditorium with breakout sessions at the neighboring BEHS Building, Rooms 106-108 | <a href=\"http://maps.google.com/maps/ms?ie=UTF8&#038;hl=en&#038;msa=0&#038;ll=40.761207,-111.844779&#038;spn=0.002986,0.006099&#038;t=h&#038;z=18&#038;msid=102965303781703723248.000473157bede50770004\">map it</a> (parking instructions included in map link) | Special thanks to Andy Thompson in the University of Utah’s Marketing and Communications department for arranging for our meeting space.</p>\n<p>RSVP: on <a href=\"http://smcslc909.eventbrite.com/\">Eventbrite</a><br />\nTwitter hashtag: #smcslc</p>\n<p><a href=\"http://www.smcslc.org/sept-17-meeting-all-about-wordpress-1000782.htm\">Sept. 17 meeting: All About WordPress</a>\n</p></blockquote>\n<p>Come by and say hi.  And if you have something specific you&#8217;d like me to cover in my break out session (advanced WP) <a href=\"http://josephscott.org/contact/\">drop me a note</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Sep 2009 15:08:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Publisher Blog: Ann Arbor Chronicle Selects WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=649\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://publisherblog.automattic.com/2009/09/14/ann-arbor-chronicle-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2944:\"<div class=\"snap_preview\"><br /><p>Great <a href=\"http://www.niemanlab.org/2009/09/wordpress-twitter-the-elks-club-10-new-routines-at-a-news-startup/\">piece</a> in the <a href=\"http://www.niemanlab.org\">The Nieman Journalism Lab</a> about how the <a href=\"http://annarborchronicle.com/\">Ann Arbor Chronicle</a> is able to produce a top notch on-line only publication using <a href=\"http://wordpress.org\">WordPress</a> as it&#8217;s publishing platform:</p>\n<blockquote><p>And this is what it feels like: 15 hours a day, seven days a week, from the 7 a.m. check-in with your spouse-turned-business-partner to the midnight bookkeeping.</p>\n<p>No kids, no vacations, no car. No office; your only away-from-home base is a former Main Street antique shop that sells shared-workspace memberships to freelance software developers and the like for $100 a month. No novels before bed; there’s no time. If it’s a Saturday and the Michigan team is playing, you can watch the game, but run back to your keyboard during the commercials, okay?</p></blockquote>\n<p>As part of the morning routine, they check their WordPress dashboard for vital stats:</p>\n<blockquote><p><strong>3. Inbound links checked daily.</strong> The day before I visited, logs for the Chronicle’s <a href=\"http://wordpress.org/\">WordPress</a> site reported that it had drawn 277 visitors from a <a href=\"http://mgoblog.com/\">local sports blog</a>, 28 from a <a href=\"http://a2schoolsmuse.blogspot.com/\">local school blog</a> and 23 from <a href=\"http://www.annarbor.com/\">annarbor.com</a>, the reincarnated Ann Arbor News.</p></blockquote>\n<p>[ Visit <a href=\"http://annarborchronicle.com/\">Ann Arbor Chronicle</a> ] </p>\n  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/649/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/649/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/649/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=649&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Sep 2009 13:01:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Kindle Statistics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2009/09/kindle-statistics/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:611:\"<p>Dear Kindle Team, one of my favorite features of Google Reader has always been its &#8220;Trends&#8221; or more simply its statistics that give you insight into your reading patterns and volume.</p>\n<p>As the Kindle has become a bigger and bigger part of my life, much of my reading time has shifted from RSS-based sources to content on my Kindle, but I&#8217;m really curious how much time, how many words, at what times of day, etc I&#8217;m consuming all this new content. I think providing stats would also encourage people to read more, and highlight to them how the Kindle has changed their habits.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Sep 2009 04:27:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6733\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/13/wordpress-theme-releases-for-0913/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2353:\"<h4><a href=\"http://www.colixiodesign.com/en/2009/xioletter-wordpress-theme-in-italiano-per-il-tuo-sito-100-free/\">Xioletter</a></h4>\n<p><a href=\"http://www.colixiodesign.com/themes/?preview_theme=Xioletter\"><img title=\"Xioletter\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Xioletter.png\" alt=\"Xioletter\" width=\"200\" height=\"151\" /></a></p>\n<p>Two columns, widget ready (sidebar and footer), custom gravatar, flexible width, threaded comments, theme options, custom header, easy to customize, into options page you can insert a logo image, setting title and description or title and random articles excerpt, or if you prefer disabled all if you want modify the code manually in the header.php page.</p>\n<h4><a href=\"http://www.theme-junkie.com/2009/09/07/free-wordpress-theme-fashionpress/\">FashionPress</a></h4>\n<p><a href=\"http://www.theme-junkie.com/demo/fashionpress/\"><img title=\"Fashionpress\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Fashionpress.png\" alt=\"Fashionpress\" width=\"200\" height=\"139\" /></a></p>\n<p>Widget ready, gravatar ready theme, compatible with WP 2.8 and support for Feedburner, Twitter and Flickr</p>\n<h4><a href=\"http://www.tomslatin.com/2009/09/07/paperwork-wordpress-theme/\">PaperWork</a></h4>\n<p><a href=\"http://www.tomslatin.com/?theme=Paperwork\"><img title=\"Paperwork\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Paperwork.png\" alt=\"Paperwork\" width=\"200\" height=\"150\" /></a></p>\n<p>Three column theme with both left and right sidebar inspired by the days gone past</p>\n<h4><a href=\"http://www.tomslatin.com/2009/09/07/grunge-king-wordpress-theme/\">Grunge King</a></h4>\n<p><a href=\"http://www.tomslatin.com/?theme=Grunge_King\"><img title=\"Grunge King\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/GrungeKing.png\" alt=\"Grunge King\" width=\"200\" height=\"150\" /></a></p>\n<p>Two column dark theme, elegant, yet messy</p>\n<h4><a href=\"http://www.getacustomdesign.com/news/corporate-life-free-wordpress-theme/\">Corporate Life</a></h4>\n<p><a href=\"http://www.corporatelife.getacustomdesign.com/?theme=corporate\"><img title=\"Corporate life\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Corporatelife.gif\" alt=\"Corporate life\" width=\"176\" height=\"141\" /></a></p>\n<p>Two column, widget ready theme available in three skins</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Sep 2009 18:45:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress.tv: Introduction to HookPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.tv/2009/09/13/introduction-to-hookpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1382:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-1\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/13/introduction-to-hookpress/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/25KHD2dF/hookpress-webhooks-intro_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2530/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2530/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2530/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2530&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 13 Sep 2009 13:14:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Weblog Tools Collection: Are You Responsible Enough To Run WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://weblogtoolscollection.com/archives/2009/09/12/are-you-responsible-enough-to-run-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6869:\"<p>I&#8217;m pretty sure by now that you&#8217;ve heard about the worm attack on older versions of WordPress. In the trail of destruction, I&#8217;ve been reading quite a few blog posts regarding the attacks along with comments attached to those posts and quite honestly, I can&#8217;t believe some of the comments I&#8217;ve read. One of the most absurd comments I came across stated that upgrading was <strong>not</strong> an option for them. How on earth do you put yourself in a position where upgrading is not an option? Might as well just leave the door open so the bad guys can come in freely.</p>\n<p>Unfortunately, the blame game has come back in full force with those affected generally blaming WordPress, and those not affected blaming users who failed to upgrade in a timely fashion. The bottom line is, the issues that lead to this worm attacking older versions of WordPress was fixed in WordPress 2.8.4 which was <a title=\"http://wordpress.org/development/2009/08/2-8-4-security-release/\" href=\"http://wordpress.org/development/2009/08/2-8-4-security-release/\" target=\"_blank\">released on August 12th</a>. When it comes to a security release of WordPress, I take it seriously and don&#8217;t mess around with upgrading my site. I think Matt Mullenweg puts it best in his article which explains how to keep WordPress secure.</p>\n<blockquote><p>A stitch in time saves nine. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Upgrading is a known quantity of work</a>, and one that the WordPress community has tried its darndest to make as easy as possible with one-click upgrades. <a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\">Fixing a hacked blog, on the other hand, is quite hard</a>. Upgrading is taking your vitamins; fixing a hack is open heart surgery. (This is true of cost, as well.)</p></blockquote>\n<p>While WordPress has lowered the bar of entry to publishing content on the web, one constant remains, the responsibility of running your own website. This responsibility includes making sure that your webhost is doing its job, that the various layers and technologies which make WordPress tick are fairly up to date and locked down. These layers include but are not limited to PHP, MySQL, folder-file permissions, etc. Dave Coveney also brings up the point that <a title=\"http://www.interconnectit.com/679/a-common-sense-wordpress-security-primer/\" href=\"http://www.interconnectit.com/679/a-common-sense-wordpress-security-primer/\" target=\"_blank\">security is more than just WordPress</a>.</p>\n<blockquote><p>Even if you have the very latest version of everything there are, out there, what are known as zero day exploits. These are vulnerabilities which are kept secret by the hackers who have found them.  They cease to be secret if they become widely used in a large scale attack. Like the current one against WordPress.</p></blockquote>\n<p>You can&#8217;t just upload WordPress, perform a bunch of customizations, install 50 plugins, 50 themes, and think everything will be fine from that day forward. WordPress along with the associated technologies are always evolving. That means your site must evolve as well.</p>\n<p>One of the commonalities between most of the comments I&#8217;ve read regarding the worm attack consisted of upgrades breaking themes or plugins. Based on experience, I have never experienced a problem with a plugin or a theme completely breaking my site thanks to an upgrade. Sure, I&#8217;ve had times where some of the theme or plugin functionality broke because of a deprecated function or changed behaviour, but that&#8217;s about it. Generally if an upgrade breaks a site, it&#8217;s because of a poorly coded plugin or theme. I can&#8217;t believe this attitude that functionality trumps security. There are hundreds of plugins within the repository, if you&#8217;re afraid of one breaking or feel that it is not compatible with the upgrade, deactivate it until an update for it is available or use a replacement. Missing a small portion of functionality is better than having your entire site compromised.</p>\n<h2>But I Didn&#8217;t Know</h2>\n<p>This is by far the lamest excuse I&#8217;ve ever heard. When a new version of WordPress is released, here are the following ways you can find out.</p>\n<p>Log into your dashboard and look for a colored message in the top center of your screen which says something like <strong>WordPress X.X.X is available! Please Update Now</strong>. The link will take you to the one click auto ugprader.</p>\n<p>Activate the WordPress Development Blog dashboard widget. This will show you the latest posts from the WordPress development blog. If there is a new update, there will be a new post saying so.</p>\n<p>In the bottom right corner of the administration panel, there will be the text <strong>Get X.X.X</strong>. This is a link to the one click upgrader letting you know you&#8217;re running an out of date version.</p>\n<p>Follow the WordPress blog account on Twitter. @<a title=\"http://twitter.com/wordpress\" href=\"http://twitter.com/wordpress\" target=\"_blank\">wordpress</a> this account is managed by the WordPress team and usually will contain links to blog posts regarding new releases.</p>\n<p>Follow blogs that report on the happenings within the community. The WordPress community does a great job spreading the word when a new version is released.</p>\n<p>WordPress does maintain an announcement mailing list that you can subscribe to by checking a box in your WordPress forum profile but in my opinion, they have done a terrible job utilizing that list.</p>\n<h2>The Decisions You Make Today Shape Your Tomorrow</h2>\n<p>One question you should ask yourself before installing any theme or plugin is whether or not it will prevent you from upgrading. The same holds true for custom development work. A theme or plugin that is custom developed which does things in such a way that makes upgrading a pain means they developed it wrong. For starters, no one should ever hack any of the core files. Secondly, developers should use hooks and existing APIs to achieve functionality. If the functionality does not exist, they should create a ticket in Trac and request that a particular hook or API be added to core so core edits do not take place.</p>\n<h2>WordPress Can&#8217;t Do It All</h2>\n<p>WordPress has made it incredibly simple to upgrade with the addition of the one click upgrader yet so many still don&#8217;t seem to upgrade in a timely fashion. I realize the auto upgrader does not work for everyone but there are alternatives. It&#8217;s getting to the point where it seems as though the only way to curb irresponsibility is automation of upgrades. However, I believe this would create more problems than solve. Since automation is not likely to occur, the responsibility falls back on you, the individual. Take that responsibility seriously.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Sep 2009 16:00:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Weblog Tools Collection: WordPress Cheatsheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://weblogtoolscollection.com/archives/2009/09/11/wordpress-cheatsheet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://weblogtoolscollection.com/archives/2009/09/11/wordpress-cheatsheet/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:636:\"<p><a href=\"http://codex.wordpress.org/Main_Page\" target=\"_blank\">WordPress Codex</a> has extensive documentation on the different template tags available for use in themes, but having a cheatsheet of all the available template tags can definitely come in handy.</p>\n<p>Ekin Ertac has created a really useful WordPress Cheatsheet that lists out all the available template tags and their purpose, along with listing several other useful information for creating or modifying themes. The cheatsheet is available for download in PDF format.</p>\n<p><a href=\"http://ekinertac.com/?p=259\" target=\"_blank\">Download WordPress Cheatsheet</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Sep 2009 21:43:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Keith Dsouza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6720\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/09/11/wordpress-plugin-releases-for-0911-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3279:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.wordpress.org/extend/plugins/wp-newsticker/\">Wp-Newsticker</a></p>\n<p>Wp-Newsticker provides a powerful and nice JavaScript Newsticker for WordPress. It can be integrated anywhere on your Blog/Website. This Newsticker shows up the last 5 Posts from your Blog.</p>\n<p><a href=\"http://0xtc.com/2009/09/10/wp-twitter-users.xhtml\">WP Twitter Users</a></p>\n<p>Allows authors to showcase one or more Twitter accounts. Useful for creating Follow Friday lists in posts or pages.</p>\n<p><a href=\"http://gofedora.com/memepress/\">Memepress</a></p>\n<p>Provides wordpress widgets for displaying public posts from Yahoo! Meme. Memepress is SEO ready and has options to noindex/nofollow your Meme posts.</p>\n<p><a href=\"http://www.jonbishop.com/socialize/\">Socialize</a></p>\n<p>Socialize is a WordPress plugin that gives publishers the ability to selectively add actionable social media/social bookmarking buttons to their posts.</p>\n<p><a href=\"http://lionsgoroar.co.uk/wordpress-plugins/update-notifier/\">Update Notifier</a></p>\n<p>This WordPress plugin sends a daily notification email to the admin email if the WordPress installation is out of date.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://ajaydsouza.com/wordpress/plugins/wp-ajax-edit-comments/\">Ajax Edit Comments</a></p>\n<p>WP Ajax Edit Comments (for WP 2.5+) allows users and admins to edit comments on a post. Users can edit their own comments for a limited time, while admins can edit all comments.</p>\n<p><a href=\"http://www.dev4press.com/2009/09/07/gd-press-tools-2-0-0/\">GD Press Tools</a></p>\n<p>GD Press Tools is a collection of various administration, seo, maintenance and security related tools. This tools can be integrated into the various WordPress admin panels, can perform maintenance operations, change some aspects of WordPress, see detailed server settings and information. Plugin can also track posts and pages views for various popularity lists. Some of the features don&#8217;t work with every version of the WordPress. If you have some suggestion about potential features for this plugin, please leave a message.</p>\n<p><a href=\"http://www.plexav.com/2009/tagspace-3d-menu-wordpress-plugin\">Tagspace</a></p>\n<p>The Tagspace widget automatically reflects any changes you make to your posts and categories and it can be configured to match the appearance of your site&#8217;s theme using an intuitive color picker.</p>\n<p><a href=\"http://iwebdevel.com/2009/09/04/wordpress-best-seo-itranslator-for-wordpress-get-free-traffic-from-fully-automated-plugin-script/\">Best SEO iTranslator for Wordpress</a></p>\n<p>Translate your blog in 40 languages and get tons of new traffic sources.</p>\n<p><a href=\"http://www.dev4press.com/plugin/gd-simple-widgets/\">GD Simple Widgets</a></p>\n<p>This plugin contains several widgets with simple functionality. Some of them are based on standard WordPress widgets but with extended options and rendering. You can also disable default WordPress widgets if you choose to use Simple Widgets versions.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/tag-cloud-shortcode/\">Tag Cloud Shortcode</a></p>\n<p>The plugin enables any page or post author to include a Tag Cloud by using a shortcode instead of hacking theme template files.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Sep 2009 19:15:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Matt: WP on Palm Pre\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14774\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://ma.tt/2009/09/wp-on-palm-pre/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"<p><a href=\"http://palmpre-hacks.com/palm-pre-hacks/how-to-installrun-a-wordpress-blog-on-a-palm-pre/\">How to Install/Run A Wordpress Blog on a Palm Pre</a>. Sweet.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Sep 2009 15:59:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Weblog Tools Collection: WordPress Theme Releases 09/09\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6718\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://weblogtoolscollection.com/archives/2009/09/09/wordpress-theme-releases-0909/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2216:\"<h4><a href=\"http://designtowp.com/blog/free-personal-blogging-wordpress-theme/\">Elevate</a></h4>\n<p><a href=\"http://designtowp.com/elevate\"><img title=\"Elevate\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Elevate.png\" alt=\"Elevate\" width=\"200\" height=\"129\" /></a></p>\n<p>Elevate is a two column theme designed mainly for personal blogging focusing on typography and spacing to achieve maximum readability around the content.</p>\n<h4><a href=\"http://www.theenglishguy.co.uk/onyx-wordpress-theme/\">Onyx</a></h4>\n<p><a href=\"http://www.richarddows.co.uk/testblog4/\"><img title=\"Onyx\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Onyx.png\" alt=\"Onyx\" width=\"200\" height=\"118\" /></a></p>\n<p>This is a one- or two-column wordpress theme, a highly customised theme. It has theme options to let you customise the font, the link colours, the post categories, the additional content categories, twitter username/login, and search inclusion.</p>\n<h4><a href=\"http://blogigs.com/a-free-and-soothing-wordpress-theme/\">Soothing Theme</a></h4>\n<p><img title=\"Soothing\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Soothing.png\" alt=\"Soothing\" width=\"200\" height=\"150\" /></p>\n<p>A lightweight, fast loading Theme with clean typography and color schemes that is very easy and soothing on the eyes.  WordPress 2.8 compatible. The Home page displays post excerpts which retains all html formats so links and pictures are all intact and are displayed with the excerpt. Pictures are displayed as arrays so the first picture in the post will always be the one displayed.</p>\n<h4><a href=\"http://human3rror.com/2009/09/05/the-digital-business-card-wordpress-theme/\">Digital Business Card</a></h4>\n<p><a href=\"http://milkengine.com/card/\"><img title=\"Digital Business Card\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/DigitalBusinessCard.png\" alt=\"Digital Business Card\" width=\"200\" height=\"128\" /></a></p>\n<p>5 social networks built in (and 50+ more included as alternatives that you can add if you’d like)</p>\n<p>Designed a WordPress theme? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed in these posts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2009 19:20:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Weblog Tools Collection: The Best-Of Series: Social Bookmarking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6708\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://weblogtoolscollection.com/archives/2009/09/09/the-best-of-series-social-bookmarking/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3610:\"<p>Social Bookmarking; we&#8217;re all guilty of it these days. But where does WordPress fit into it? If you&#8217;ve done any amount of WordPress plugin browsing within the last few years you&#8217;ve undoubtedly come across at least one or two so-called social bookmarking plugins. You can find them on an increasingly large amount of websites all across the web. Today I want to talk about the best of the best. The best plugins I&#8217;ve found for social bookmarking with WordPress.</p>\n<ol>\n<li><a href=\"http://wordpress.org/extend/plugins/sociable/\">Sociable</a><br />\nI chose Sociable as my #1 social bookmarking plugin because of its utter simplicity and easy control over the look and feel of the overall output. Most social bookmarking plugins I&#8217;ve come across have a pre-defined way of outputting the bookmarking links that is not as easy to control. In fact, more and more plugins of this type are moving to a drop-down format with complicated CSS. I love Sociable because it only outputs what I want. Just the linked icons. Nothing more. I can customize it as much as I want very easily. It&#8217;s also not dependent on JavaScript which is a big plus as well.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/add-to-any/\">Add to Any</a><br />\nI&#8217;m sure most of you have heard of Add to Any. It&#8217;s actually one of the most popular social bookmarking plugins around. Going by statistics, it&#8217;s actually the most popular social bookmarking plugin in the WordPress Extend repository at this time. If I wasn&#8217;t using Sociable I would most definitely be using Add to Any. Its wealth of features is the big attraction point for me with this particular plugin. It seems to have it all.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/share-this/\">ShareThis</a><br />\nShareThis is another great one. It has a wealth of features as well. What&#8217;s really great about it is its advanced statistics. You can get detailed info on the different social bookmarks used from your site, what is most popular, and much more. I actually used this plugin for a long time on <a href=\"http://www.jamesdimick.com/\">my personal site</a>.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/addthis/\">AddThis</a><br />\nI&#8217;ve seen AddThis used all over. It actually has a pretty recognizable interface. I think some people may prefer using the same social bookmarking tool on the sites they visit. I have used this plugin before and it was pretty nice. Just not my cup of tea. It has all the functionality you would expect and also has some statistic functionality. Much like ShareThis you can see how different social sites are performing and what content is most popular.</li>\n<li><a href=\"http://wordpress.org/extend/plugins/free-tell-a-friend/\">Tell A Friend</a><br />\nTell A Friend is another plugin that uses a website service as its engine. You can add the user interface to your site and allow social bookmarking as well as a Tell a Friend area and an Add to Favorites option. So this plugin is much more than a simple social bookmarking plugin.</li>\n</ol>\n<p>So, those were the best 5 plugins for social bookmarking that I&#8217;ve found so far. Did I miss any? Feel free to post about it in the comments. I&#8217;d love to hear about it! Also, feel free to list your top 5 social bookmarking plugins in the order you prefer.</p>\n<p>Do you have a good idea for the next article in the Best-Of series? Drop a comment here or <a href=\"http://weblogtoolscollection.com/archives/2007/02/06/contact-me/\">contact us</a> and your idea just might be next in the series!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2009 11:42:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"James Dimick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WordPress.tv: Dave Curlee: Adding Video to Your Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.tv/2009/06/27/dave-curlee-video-dallas09/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1397:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-62\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/06/27/dave-curlee-video-dallas09/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/iMiO8OGQ/dave-curlee-adding-video-to-your-site_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2492/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2492/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2492/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2492&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2009 03:15:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.tv: After the Deadline: Proofreading for WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2009/09/09/after-the-deadline-proofreading-for-wordpress-com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1406:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-4\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/09/after-the-deadline-proofreading-for-wordpress-com/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/4aIs4QvY/afterthedeadlinewpcomweb_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2499/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2499/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2499/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2499&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2009 01:54:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Michael Pick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.tv: Installer WordPress à partir d’un client FTP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=2472\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.tv/2009/09/09/installer-wordpress-a-partir-dun-client-ftp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1417:\"<div class=\"snap_preview\"><br /><ins>\n<div class=\"video-player\" id=\"x-video-5\">\n </div></ins>\n<br /><a href=\"http://wordpress.tv/2009/09/09/installer-wordpress-a-partir-dun-client-ftp/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/S5nLSedA/wordpress-installation-avec-un-client-ftp_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/2472/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/2472/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/2472/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=2472&subd=wptv&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Sep 2009 01:39:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ryan Markel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Publisher Blog: After the Deadline\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://publisherblog.automattic.com/2009/09/08/after-the-deadline/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2129:\"<div class=\"snap_preview\"><br /><p><a href=\"http://afterthedeadline.com/\">After the Deadline</a>, an amazing next-generation contextual spelling and grammar checker, is <a href=\"http://blog.afterthedeadline.com/2009/09/08/after-the-deadline-acquired/\">now part of Automattic</a> and the service <a href=\"http://en.blog.wordpress.com/2009/09/08/atd-wpcom/\">is live on WordPress.com</a>.   For self-hosted WordPress publishers, grab the <a href=\"http://wordpress.org/extend/plugins/after-the-deadline/\">plugin at WordPress.org</a>.</p>\n<p>Here is a brief video overview showing how it works:<br />\n<ins>\n<div class=\"video-player\" id=\"x-video-0\">\n </div></ins></p>\n<br /><a href=\"http://publisherblog.automattic.com/2009/09/08/after-the-deadline/\"><img width=\"160\" height=\"120\" src=\"http://cdn.videos.wordpress.com/4aIs4QvY/afterthedeadlinewpcomweb_std.original.jpg\" /> </a>  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/644/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/644/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/644/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=644&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 20:45:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: Automattic Aquires AtD\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14772\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2009/09/automattic-aquires-atd/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:967:\"<p><a href=\"http://automattic.com/\">Automattic</a> just purchased a company and service called <a href=\"http://afterthedeadline.com/\">After the Deadline</a>, an amazingly smart contextual spelling and grammar checker, <a href=\"http://www.polishmywriting.com/nyt.html\">and can catch errors even the New York Times misses</a>. It&#8217;s <a href=\"http://en.blog.wordpress.com/2009/09/08/atd-wpcom/\">now live for 7.5 million WordPress.com blogs</a> and available as a <a href=\"http://wordpress.org/extend/plugins/after-the-deadline/\">free plugin for .org users</a>, it replaces the built-in spell checker on TinyMCE. It&#8217;s a cool story, they were actually rejected from <a href=\"http://blog.afterthedeadline.com/2009/09/08/after-the-deadline-acquired/\">Y Combinator and a few other seed funds</a> but kept at it anyway, and has now found a home in the Automattic family. I found out about the service from <a href=\"http://news.ycombinator.com/\">Hacker News</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 20:12:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Lloyd: Everything In Our Power\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://foolswisdom.com/?p=2092\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://foolswisdom.com/everything-in-our-power/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1173:\"<blockquote><p>WordPress is a community of hundreds of people that read the code every day, audit it, update it, and care enough about keeping your blog safe that we do things like release updates weeks apart from each other even though it makes us look bad, because updating is going to keep your blog safe from the bad guys. I’m not clairvoyant and I can’t predict what schemes spammers, hackers, crackers, and tricksters will come up with with in the future to harm your blog, but I do know for certain that as long as WordPress is around we’ll do everything in our power to make sure the software is safe. We’ve already made upgrading core and plugins a one-click procedure. If we find something broken, we’ll release a fix. Please upgrade, it’s the only way we can help each other.</p>\n<p><a href=\"http://ma.tt/\">Matt Mullenweg</a>, September 5, 2009, &#8220;<a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\">How to Keep WordPress Secure</a>&#8220;, <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\"></a></p></blockquote>\n<p>Do read the rest of the potent post &#8212; articulate, insightful, and honest.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 16:52:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Lloyd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Donncha: WordPress Upgrade Notifications by Email\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://ocaoimh.ie/?p=89495306\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://ocaoimh.ie/wordpress-upgrade-notifications-email/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2914:\"<p>This weekend will go down in history. It&#8217;s the first time I&#8217;ve been seriously sick in well over 5 years. A bug infected my son on Wednesday, but he got over it quickly enough. Then the same bug hit my wife and I on Sunday morning and we&#8217;re just getting over it now.</p>\n<p>Odd that a worm attacks software I work on and I get very sick at the same time. Unfortunately I couldn&#8217;t run an <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvZXhwbG9pdC1zY2FubmVyLw==\">exploit scanner</a> and remove the bug but my body&#8217;s defenses took care of the bugs eventually.</p>\n<p>All this leads me to a handy little plugin called <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvdXBncmFkZS1ub3RpZmljYXRpb24tYnktZW1haWwv\">Upgrade Notification by Email</a> written by <a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL3d3dy5tdXp1bmd1LnBsL21vamUtcGx1Z2lueS1kby13b3JkcHJlc3NhL3VwZ3JhZGUtbm90aWZpY2F0aW9uLWJ5LWVtYWlsLw==\">Konrad Karpieszuk</a>. Install it on your blogs and it will check once a day if a new version of WordPress is out. When that happens it will email the admin with a message saying the blog must be upgraded.</p>\n<p>It&#8217;s odd that the plugin itself contacts WordPress.org instead of relying on the built-in version checker but it&#8217;s only one request a day.</p>\n<p>What I&#8217;d like to see next is a direct link to the upgrade page on the blog.</p>\n<p>Far more challenging would be a plugin to auto upgrade a blog. In case a theme or plugin breaks things the plugin should probably deactivate all plugins and change the theme back to the default theme. Once the upgrade is complete, all plugins should be reactivated and the theme too. The admin has to be emailed before and after the upgrade.</p>\n<p>It&#8217;s easy to say what it should do, but doing it is another thing altogether. The reactivation process has to be sandboxed in case of failure so the plugin doesn&#8217;t die. The plugins page already does this so at least there&#8217;s example code to work from. Anyone up for coding it?</p>\n<p><strong>Related Posts</strong><ul><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUveW91LWRpZG50LWhlYXItdXBncmFkZS1ub3cv\" rel=\"\">You didn&#8217;t hear? Upgrade now!</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvd29yZHByZXNzLW11LTItOC0xLw==\" rel=\"\">WordPress MU 2.8.1</a></li><li><a href=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?url=aHR0cDovL29jYW9pbWguaWUvbmV3LXJlbGVhc2Utb2YtdGhlLXByb2NtYWlsLWVtYWlsLXNhbml0aXplci8=\" rel=\"\">New Release of the Procmail Email Sanitizer</a></li></ul></p> <img src=\"http://ocaoimh.ie/wp-content/plugins/feed-statistics.php?view=1&post_id=89495306\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 08:56:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Joseph: RSSCloud For WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"http://josephscott.org/?p=1483\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://josephscott.org/archives/2009/09/rsscloud-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5201:\"<p><a href=\"http://rsscloud.org/\">RSSCloud</a> support has been <a href=\"http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/\">enabled on all WordPress.com blogs</a>.  If you are running a <a href=\"http://wordpress.org/\">WordPress.org</a> powered blog you can do the same thing with the <a href=\"http://wordpress.org/extend/plugins/rsscloud/\">RSSCloud plugin</a>.</p>\n<h3>So what does this really mean?</h3>\n<p>From the point of view of WordPress and this plugin there are three main additions:</p>\n<ol>\n<li>Adds the <a href=\"http://cyber.law.harvard.edu/rss/rss.html#optionalChannelElements\">&lt;cloud&gt;</a> element to your RSS2 feed (more details <a href=\"http://cyber.law.harvard.edu/rss/rss.html#ltcloudgtSubelementOfLtchannelgt\">here</a> and <a href=\"http://cyber.law.harvard.edu/rss/soapMeetsRss.html#rsscloudInterface\">here</a>) which tells clients where and how to sign up for notification requests.</li>\n<li>Registers a URL handler with WordPress to process the notification signups.</li>\n<li>Sends out notification updates when a new post is published.</li>\n</ol>\n<p>The cloud element looks like this:</p>\n<pre class=\"brush: xml;\">\n&lt;cloud domain=\'josephscott.org\' port=\'80\' path=\'/?rsscloud=notify\'\n  registerProcedure=\'\' protocol=\'http-post\' /&gt;\n</pre>\n<p>The domain, port and path attributes combined to form a URL, http://josephscott.org:80/?rsscloud=notify in this case, where others sign up for notifications.  The registerProcedure attribute is the XML-RPC method to be called if the protocol attribute was xmlrpc.  Since the plugin uses http-post for the protocol the registerProcedure field is blank.</p>\n<p>Using this same example here is a small chunk of PHP code that uses the cURL library to sign up for notifications:</p>\n<pre class=\"brush: php;\">\n$curl = curl_init();\n\ncurl_setopt($curl, CURLOPT_URL, \'http://josephscott.org/?rsscloud=notify\' );\ncurl_setopt($curl, CURLOPT_POSTFIELDS, \'notifyProcedure=&amp;protocol=http-post&amp;port=80&amp;path=/~joseph/rsscloud/&amp;url1=http://josephscott.org/feed/\' );\ncurl_setopt($curl, CURLOPT_VERBOSE, 1);\ncurl_setopt($curl, CURLOPT_POST, 1);\n\ncurl_exec( $curl );\nprint_r( curl_getinfo( $curl ) );\ncurl_close( $curl );\n</pre>\n<p>This code sends an HTTP POST request to http://josephscott.org/?rsscloud=notify asking to get a notification when the http://josephscott.org/feed/ feed is updated.  The notification is to be sent to the remote IP used in the request (this means notification requests must be sent from the IP that will be receiving the notifications), port 80 with a path of /~joseph/rsscloud/ and it will be given the update data via an HTTP POST.  The notification script will get $_POST data that looks like:</p>\n<pre class=\"brush: php;\">\nArray\n(\n   [url] =&gt; http://josephscott.org/feed/\n)\n</pre>\n<p>It is then up to notification script to turn around fetch the updated feed.</p>\n<h3>How fast does all this happen?</h3>\n<p>It depends :-)</p>\n<p>On WordPress.com the notifications happen through the <a href=\"http://code.trac.wordpress.org/\">jobs system</a>, which means it will be sent out very, very quickly.  On a WordPress.org powered blog with the plugin it schedules notifications to get sent out as soon as possible with the <a href=\"http://codex.wordpress.org/Function_Reference/wp_schedule_single_event\">wp_schedule_single_event( )</a> function.  Scheduled events in WordPress are checked on each page load, so if you publish a new post and then view it on the front page of your blog the notifications will get sent out in pretty quick.</p>\n<p>I think for most blogs these approaches will work fine and send out notifications with very little delay.</p>\n<h3>What does this mean for feed readers like Bloglines, Google Reader, etc.?</h3>\n<p>I believe that many (most?) public feed readers like Bloglines and Google Reader already listen for feed updates via pings (like those sent to <a href=\"http://pingomatic.com/\">Ping-O-Matic</a>).  With an RSSCloud enabled WordPress blog they can register for updates to specific feeds.  Why would they do this if they are already getting ping updates?  Unfortunately the ping updates are similar to email, they have massive amounts of spam in them.  Since RSSCloud isn&#8217;t a stream of everything, but a specific request for specific updates they could sign up for updates to those feeds that they believe are more likely to be legitimate.</p>\n<p>Signing up is simple for a feed reader (or anyone/thing) to do:</p>\n<ol>\n<li>Look for the &lt;cloud&gt; element in the RSS feed</li>\n<li>Sign up for notifications using the data from the &lt;cloud&gt; element</li>\n<li>Process notification that are sent to it from WordPress</li>\n</ol>\n<p>Right now I believe the only feed reader that supports RSSCloud is <a href=\"http://www.scripting.com/\">Dave Winer</a>&#8217;s <a href=\"http://newsriver.org/river2\">River2</a>.</p>\n<p>If you are working on RSSCloud support in your feed reader <a href=\"http://josephscott.org/contact/\">let me know</a>, I&#8217;ll be watching the RSSCloud stats on WordPress.com.  And of course if you run into problems with RSSCloud on a WordPress blog (ORG or COM) I&#8217;m happy to help track down any bugs in our implementation.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 03:35:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Joseph Scott\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Weblog Tools Collection: WordPress For Beginners: Understanding User Roles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/07/understanding-wordpress-user-roles/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/07/understanding-wordpress-user-roles/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8814:\"<p><em>I have a role to write articles, someone else has a role to look over it and edit and deem as feasible for reading, but what does the role I have mean?</em> </p>\n<p><strong>Meta:</strong> Words or phrases marked in <em>italic</em> will be explained in future posts.</p>\n<p>You have a role of doing something wherever you are at or at whichever position you are, those roles are pre-defined and involve certain things that you can do and cannot do, some times we do break rules, however with software we usually cannot.</p>\n<p>Likewise with WordPress there are some roles that are pre-defined and have certain capabilities that you can use to assign to members of your site, in this post we will look at those roles and know what each of them mean.</p>\n<h3>Subscriber Role</h3>\n<p><strong>What is Subscriber Role?</strong></p>\n<p>A subscriber role is the most basic and default role that is assigned to any user that registers to the site, unless you of course change that by <a href=\"http://weblogtoolscollection.com/archives/2009/07/12/optimizing-wordpress-settings/\" target=\"_blank\">tweaking the settings</a>.</p>\n<p>A subscriber can comment on your blog without having to enter their details and also modify your database by setting up their profiles.</p>\n<p><strong>Best Practices for Subscriber Role?</strong></p>\n<p>Subscriber role is suited best for users whom you want to register to your site and comment without having to enter their details everytime, in addition to that you can also use this role to promote special offers and more, but it may require additional coding or plugins.</p>\n<p><strong>Subscriber Role in WordPress;</strong></p>\n<ul>\n<li>Modify their Profiles </li>\n<li>Comment on the blog (when logged in) without having to provide name and email, unless you change that in the settings. </li>\n</ul>\n<p><strong>Who Should You Assign Subscriber Role to?</strong></p>\n<p>Subscriber Role can be open to everyone who wants to save sometime while entering their details over and over again while commenting and various other things you reserve for subscribers, however they need to be logged in, this role is best suited for every user on your site, and every other roles on your site has all the capabilities that this user has.</p>\n<h3>Contributor Role</h3>\n<p><strong>Who is a Contributor?</strong></p>\n<p>A Contributor to your site has a bigger role than a regular subscriber in the sense that they can compose articles unlike subscribers, however they cannot publish or schedule the articles.</p>\n<p>Any article written by a contributor can be saved <em>as draft or under pending review</em> which we will look at when we deal with “<em>Types of Posts a WordPress site can have and what it means</em>”.</p>\n<p>A contributor can only contribute towards the site, however they do not have rights to publish a article.</p>\n<p><strong>Best Practices for Contributor Role?</strong></p>\n<p>A contributor role is best given to someone who wants to contribute to your site by adding new articles, but which you would like to go over before publishing.</p>\n<p><strong>Contributor Role In WordPress;</strong></p>\n<ul>\n<li>All of the Subscribers privileges+ </li>\n<li>View comments in the administrator panel. </li>\n<li>Add new posts to drafts or to pending review. </li>\n<li>Edit their own posts. </li>\n<li>View posts added by others in post listing section, however they cannot view drafts and scheduled post, but they can see the titles. </li>\n</ul>\n<p><strong>Who Should You Assign Contributor Role to?</strong></p>\n<p>Contributor roles should be assigned to those users who want to post articles to your site, however you still need to go over them before you <em>publish them, </em>this means that everything they write will go through you before it hits your site.</p>\n<h3>Author Role</h3>\n<p><strong>Who is a Author?</strong></p>\n<p>Author is a well known term and it has the same meaning in WordPress, a author can write articles, add it up as pending review, save it under drafts but more importantly they can publish what they write.</p>\n<p>Yes publish it, which means, whoever you assign an author role can publish articles to the site without having your consent.</p>\n<p><strong>Best Practices for Author Role</strong></p>\n<p>You can give the role of an author to people who can add and publish articles to the site without having to ask for your review, once you give a role of a author they do not have to go through the pending preview cycle to publish, so you might not have a control over what gets published.</p>\n<p>This role requires a bit of trust as they can publish <em>anything </em>(not explained) to your site without your knowledge.</p>\n<p><strong>Author Role in WordPress;</strong></p>\n<ul>\n<li>All of the Contributor privileges+ </li>\n<li>View posts added by others in post listing section, however they cannot view drafts and scheduled post, but they can see the titles. </li>\n</ul>\n<p><strong>Who Should You Assign Author Roles To?</strong></p>\n<p>In a hierarchy you would always want to go through top level, however once you assign a role of a author to someone, it bypasses that and it does not require checks, so you should only assign this role to people who you trust can write good articles for your site, if you feel otherwise you should always put them in the contributor role.</p>\n<h3>Editor Role</h3>\n<p>The Editor role can do all of the above, but in addition to that, they can edit other’s post (which is what a editor does) and change anything in anyone else’s post, however WordPress logs who edited which post and when (if you have <em>post reviews</em> on), so you need to <em>turn post revision on</em> which we will look at in future posts.</p>\n<p>However when you assign the role of an editor to someone, you virtually give control over everything that is published on your blog to them, so do this very carefully and thoughtfully.</p>\n<p>WordPress does not have a role between an author and a editor which is really wanted, but you can actually restrict roles by using several plugins.</p>\n<p><strong>Who Should You Assign Editor Roles To?</strong></p>\n<p>If an author can write and publish articles, an editor can write articles, publish them, edit them, they can do the same for any other author or editor on the site, this means that the person whom you assign as a editor has all the rights except for administrative which we will see <em>next</em>.</p>\n<p>This role should only be assigned when you are entirely sure you want to do it and except for administrative privileges it has every other privileges a newspaper or magazine editor has.</p>\n<h3>Administrator Role</h3>\n<p>I have a key to your house and I can do anything with it, virtually a administrative role is just like that, once you assign a role of a admin to someone, they can do as they like, so this role should <strong>*NEVER*</strong> be assigned to anyone other than yourself, if you do need to do that, make sure you assign it to someone who you trust.</p>\n<p>An administrator account can <strong>DELETE</strong> your entire blog, they can <strong>DELETE</strong> all comments, in short they can ruin everything you created in couple of clicks.</p>\n<p>That aside an admin user on a WordPress blog is responsible for upgrading the blog, upgrading plugins, moderating comments among other things that all of the above roles add up to, so this is a role you should <em>never assign to anyone </em>(not explained) unless you are certain of what you are doing.</p>\n<p><strong>Who Should You Assign Admin Roles To?</strong></p>\n<p>No one, unless you are really sure what you want to do with your blog.</p>\n<h3>Which Role Can Be Used and When In Simple Words</h3>\n<ul>\n<li>A subscriber role should be used when you want people who comment on your blog to not enter their information over and over again. </li>\n<li>A contributor role should be used when you want your subscribers to contribute to your site, but don’t want to directly publish articles to your site. </li>\n<li>An author role should be used when you trust a contributor or someone you think will write the best, without you having to go through what they wrote. </li>\n<li>An editor role should only be given to people who you trust to write, edit and publish not just their own articles but those of other’s too. </li>\n<li>An administrator role <strong><em>should never</em></strong> be given to anyone other than yourself, this is the most critical role and can rule the roost, and it does, but only if you hold it yourself. </li>\n</ul>\n<p>All your comments, suggestions and critiques are more than welcome, it helps us improve.</p>\n<p><em>P.S. I left Editor Role and Administrative Role in-depth talk deliberately along with WordPress Premium Subscribers as I will cover them in future.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Sep 2009 23:18:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Keith Dsouza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Matt: RSS Cloud\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14770\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://ma.tt/2009/09/rss-cloud/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:473:\"<p><a href=\"http://en.blog.wordpress.com/2009/09/07/rss-in-the-clouds/\">RSS Cloud support has been turned on for WordPress.com</a> and you can <a href=\"http://wordpress.org/extend/plugins/rsscloud/\">download a plugin for WordPress.org</a>. Both are first iterations and will continue to be improved over the next few weeks, and <a href=\"http://www.scripting.com/stories/2009/08/31/rsscloudMeetupAtUcBerkeley.html\">I&#8217;ll be at the RSS Cloud meetup on Wednesday</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Sep 2009 22:39:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/07\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://weblogtoolscollection.com/archives/2009/09/07/wordpress-plugin-releases-for-0907/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2989:\"<h3>New Plugins</h3>\n<p><a href=\"http://wordpress.org/extend/plugins/post-rich-videos-and-photos-galleries/\">Post Videos and Photo Galleries</a></p>\n<p>Post videos and photo galleries plugin is a professional tool for webmasters and bloggers to add streaming videos, image galleries and music playlists to their site, it includes uploading, transcoding/resizing, a selection of players and media hosting on a dedicatedstreaming servers at cincopa.com.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/buddypress-author-exposed/\">BuddyPress Author Exposed</a></p>\n<p>Display metadata about post author: name, email, website, and BuddyPress profile.</p>\n<p><a href=\"http://www.hilbring.de/2009/09/04/wp-postviews-dashboard/\">Post Views Dashboard</a></p>\n<p>Post Views Summary is a dashboard plugin that shows the 10 most and least visited posts and pages. (Page in German)</p>\n<p><a href=\"http://wordpress.org/extend/plugins/user-messages\">User Messages</a></p>\n<p>A plugin to facilitate communication between your users.</p>\n<p><a href=\"http://www.pluginspodcast.com/2009/09/06/html-page-sitemap-plugin-now-available/\">HTML Page Sitemap</a></p>\n<p>Adds an HTML (Not XML) sitemap of your blog pages (not posts) by entering the shortcode [html-sitemap], perfect for those who use WordPress as a CMS.</p>\n<p><a href=\"http://www.yakupgovler.com/recent-commented-posts.html\">Recent Commented Posts</a></p>\n<p>Displays most recently commented posts with thumbnail images (optional) by customizing easily.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.dashboardzone.com/monitor-your-blog-goals-with-wordpress-plugin\">DashboardZone</a></p>\n<p>This plugin will help you and your readers to keep you on track for reaching your targets. The plugin that monitors the various blog goals and in an effort tries to engage your readers more effectively.</p>\n<p><a href=\"http://blog.avirtualhome.com/wordpress-plugins/avh-extended-categories/\">AVH Extended Categories</a></p>\n<p>The AVH Extended Categories Widget gives you two widgets for displaying categories. One is a replacement of the default category widget to allow for greater customization. The second is a Top Categories widget.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/openbook-book-data/\">OpenBook Book Data</a></p>\n<p>Displays a book&#8217;s cover image, title, author, publisher and other book data from Open Library.</p>\n<p><a href=\"http://blog.strategy11.com/2009/09/05/contact-form-7-widget/\">Contact Form 7 Widget</a></p>\n<p>Use your Contact Form 7 forms in your sidebars.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/wordpress-live-preview/\">WordPress Live Preview</a></p>\n<p>Allows you to see any Page from the Admin Section. You can use it to view a page before you submit it or to just look at anything on your blog.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/auto-thickbox/\">Auto Thickbox</a></p>\n<p>Automatically enables thickbox on thumbnail images (i.e. opens the images in a fancy pop-up).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Sep 2009 17:08:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Alex King: WordPress Security/Upgrade Help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=3603\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://alexking.org/blog/2009/09/05/wordpress-security-upgrade-help\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:776:\"<p>The interwebs are abuzz with concerns about <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\" rel=\"external\">WordPress security</a> this weekend. If you use WordPress, you should always make sure you are running to the latest version.</p>\n<p>Because of these concerns, the <a href=\"http://wphelpcenter.com\">WordPress HelpCenter</a> is open for special weekend hours (9am-5pm Central), and will be as responsive as possible to voice mail and email (help@wphelpcenter.com) received outside of those hours.</p>\n<p>If you need help with your upgrade, think you&#8217;ve been hacked, or need any other WordPress help, give the HelpCenter a call at 512-788-9236.</p>\n<img src=\"http://alexking.org/wp/?ak_action=api_record_view&id=3603&type=feed\" alt=\"\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 06 Sep 2009 01:28:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Dougal Campbell: Checking Your WordPress Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://dougal.gunters.org/?p=1712\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"http://dougal.gunters.org/blog/2009/09/05/checking-your-wordpress-security?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3031:\"<p>You may have already heard that sites running out-of-date versions of <a href=\"http://wordpress.org/\">WordPress</a> have been under attack (<a href=\"http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/\">Lorelle</a>, <a href=\"http://weblogtoolscollection.com/archives/2009/09/04/old-wordpress-version-attack-warning-please-upgrade/\">Weblog Tools Collection</a>, <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\">WordPress Dev Blog</a>). Of course, sites running the latest version of the software seem to be safe, which once again takes us back to what I said over a year ago: <a href=\"http://dougal.gunters.org/blog/2008/04/08/upgrade-or-else\">Upgrade or else!</a> I haven&#8217;t seen complete details yet about how this new worm works, but reports say that part of the hack is to create a new Administrator level account, and then try to hide the existence of that account (via javascript) when you view your list of users.</p><p>If you want a sure-fire way to make sure there are no &#8220;extra&#8221; administrator accounts registered in your blog, I suggest going straight to the source: your MySQL database. The following <acronym title=\"Structured Query Language\"><span class=\"caps\">SQL</span></acronym> query, run against your WordPress database will show you all users who have the Administrator role:</p><div class=\"geshi no sql\"><ol><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">SELECT</span> u.ID, u.user_login</div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">FROM</span> wp_users u, wp_usermeta um</div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">WHERE</span> u.ID <span class=\"sy0\">=</span> um.user_id</div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">AND</span> um.meta_key <span class=\"sy0\">=</span> <span class=\"st0\">\'wp_capabilities\'</span></div></li><li class=\"li1\"><div class=\"de1\"><span class=\"kw1\">AND</span> um.meta_value <span class=\"kw1\">LIKE</span> <span class=\"st0\">\'%administrator%\'</span>;</div></li></ol></div><p>Advanced users can run this directly in the command-line MySQL client, or you can do it from phpMyAdmin by selecting your WordPress database and then going to the &#8216;<acronym title=\"Structured Query Language\"><span class=\"caps\">SQL</span></acronym>&#8217; tab to run the query. If you use something other than the standard &#8216;<code>wp_</code>&#8216; prefix for your table names, make the appropriate change in the query (three occurrences).</p><p>Related posts:<ol><li><a href=\"http://dougal.gunters.org/blog/2008/09/09/wordpress-262-release\" rel=\"bookmark\" title=\"Permanent Link: WordPress 2.6.2 Release\">WordPress 2.6.2 Release</a></li><li><a href=\"http://dougal.gunters.org/blog/2005/05/27/wordpress-security-update\" rel=\"bookmark\" title=\"Permanent Link: WordPress Security Update\">WordPress Security Update</a></li><li><a href=\"http://dougal.gunters.org/blog/2004/10/06/wordpress-security\" rel=\"bookmark\" title=\"Permanent Link: WordPress Security\">WordPress Security</a></li></ol></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2009 22:53:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Keep WordPress Secure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2009/09/keep-wordpress-secure/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"<p><a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\">How to Keep WordPress Secure</a>, by me on the WordPress dev blog.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2009 20:01:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Dev Blog: How to Keep WordPress Secure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6130:\"<p>A stitch in time saves nine. I couldn&#8217;t sew my way out of a bag, but it&#8217;s true advice for bloggers as well &#8212; a little bit of work on an <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">upgrade now</a> saves a lot of work fixing something later.</p>\n<p>Right now there is a worm making its way around old, unpatched versions of WordPress. This particular worm, like many before it, is clever: it registers a user, uses a security bug (fixed earlier in the year) to allow evaluated code to be executed through the permalink structure, makes itself an admin, then uses JavaScript to hide itself when you look at users page, attempts to clean up after itself, then goes quiet so you never notice while it inserts hidden spam and malware into your old posts.</p>\n<p>The tactics are new, but the strategy is not. Where this particular worm messes up is in the &#8220;clean up&#8221; phase: it doesn&#8217;t hide itself well and the blogger notices that all his links are broken, which causes him to dig deeper and notice the extent of the damage. Where worms of old would do childish things like defacing your site, the new ones are silent and invisible, so you only notice them when they screw up (as this one did) or your site gets removed from Google for having spam and malware on it.</p>\n<p>I&#8217;m talking about this not to scare you, but to highlight that this is something that has happened before, and that will more than likely happen again.</p>\n<p>A stitch in time saves nine. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Upgrading is a known quantity of work</a>, and one that the WordPress community has tried its darndest to make as easy as possible with one-click upgrades. <a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\">Fixing a hacked blog, on the other hand, is quite hard</a>. Upgrading is taking your vitamins; fixing a hack is open heart surgery. (This is true of cost, as well.)</p>\n<p>2.8.4, the current version of WordPress, is immune to this worm. (<em>So was the release before this one.</em>) If you&#8217;ve been thinking about upgrading but haven&#8217;t gotten around to it yet, now would be a really good time. If you&#8217;ve already upgraded your blogs, maybe check out the blogs of your friends or that you read and see if they need any help. A stitch in time saves nine.</p>\n<p>Whenever a worm makes the rounds, everyone becomes a security expert and peddles one of three types of advice: snake oil, Club solutions, or real solutions. Snake oil you&#8217;ll be able to spot right away because it&#8217;s <em>easy</em>. Hide the WordPress version, they say, and you&#8217;ll be fine. Uh, duh, the worm writers thought of that. Where their 1.0 might have checked for version numbers, 2.0 just tests capabilities, version number be damned. </p>\n<p>The second type of advice is Club solutions; to illustrate, I&#8217;ll quote from <a href=\"http://diveintomark.org/archives/2002/10/29/club_vs_lojack_solutions\">Mark Pilgrim&#8217;s excellent essay on spam 7 years ago, before WordPress even existed</a>:</p>\n<blockquote><p>The <em>really</em> interesting thing about these approaches, from a game theory perspective, is that they are all <a href=\"http://slate.msn.com/?id=2041\" title=\"Slate, August 3, 1997: Property Is Theft: When protecting your own property is stealing from others\">Club solutions, not Lojack solutions</a>.  There are two basic approaches to protecting your car from theft: <a href=\"http://www.theclub.com/\">The Club</a> (or The Shield, or a car alarm, or something similar), and <a href=\"http://www.lojack.com/\">Lojack</a>.  The Club isn’t much protection against a thief who is determined to steal <em>your</em> car (it’s easy enough to drill the lock, or just cut the steering wheel and slide The Club off).  But it is effective protection against a thief who wants to steal <em>a</em> car (not necessarily <em>your</em> car), because thieves are generally in a hurry and will go for the easiest target, the low-hanging fruit.  The Club works as long as not everyone has it, since if everyone had it, thieves would have an equally difficult time stealing any car, their choice will be based on other factors, and your car is back to being as vulnerable as anyone else&#8217;s.  The Club doesn’t deter theft, it only deflects it.</p></blockquote>\n<p>Club blog security solutions can be simple (like an .htaccess file) or incredibly complex (like two-factor authentication), and they can work, especially for <em>known exploits</em>. Club solutions can be useful, like using a strong or complex password for your login &#8212; no one would recommend against that. (Another club solution is switching to less-used software on the assumption or more like the software&#8217;s claim that it&#8217;s perfect and more secure. This is why BeOS is more secure than Linux, ahem.)</p>\n<p>In the car world, if someone figured out how to teleport entire cars to chop shops, The Club wouldn&#8217;t be so useful anymore. Luckily for manufacturers of The Club, this hasn&#8217;t happened. Online and in the software world, though, the equivalent happens almost daily. There is only one real solution. <strong>The only thing that I can promise will keep your blog secure today and in the future is upgrading.</strong></p>\n<p>WordPress is a community of hundreds of people that read the code every day, audit it, update it, and care enough about keeping your blog safe that we do things like release updates weeks apart from each other even though it makes us look bad, because updating is going to keep your blog safe from the bad guys. I&#8217;m not clairvoyant and I can&#8217;t predict what schemes spammers, hackers, crackers, and tricksters will come up with with in the future to harm your blog, but I do know for certain that as long as WordPress is around we&#8217;ll do everything in our power to make sure the software is safe. We&#8217;ve already made upgrading core and plugins a one-click procedure. If we find something broken, we&#8217;ll release a fix. Please upgrade, it&#8217;s the only way we can help each other.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2009 19:22:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/05\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6681\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://weblogtoolscollection.com/archives/2009/09/05/wordpress-theme-releases-for-0905-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1411:\"<h4><a href=\"http://themes.stinkyink.com/sol-theme/\">Sol</a></h4>\n<p><img title=\"Sol\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/Sol.gif\" alt=\"Sol\" width=\"200\" height=\"126\" /></p>\n<p>Sol is a fixed-width, two column Thematic child theme with a focus on attractive and clear typography. It is fully widgetised and plugin ready</p>\n<h4><a href=\"http://www.getacustomdesign.com/news/fabricpress-free-wordpress-theme-psd-included/\">FabricPress</a></h4>\n<p><a href=\"http://www.fabricpress.getacustomdesign.com/?theme=fabricpress\"><img title=\"FabricPress\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/FabricPress.gif\" alt=\"FabricPress\" width=\"200\" height=\"121\" /></a></p>\n<p>Two column, widget ready theme available in three color schemes</p>\n<h4><a href=\"http://the-cloisters.net/wordpress-themes/just-grey-theme/\">Just Grey</a></h4>\n<p><img title=\"Just Grey\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/09/JustGrey.jpg\" alt=\"Just Grey\" width=\"200\" height=\"124\" /></p>\n<p>3-column flexible-width theme in gray and blue. Featuring an Author Info page and gravatars along with Custom Archives, Sitemap and Full-Width No Sidebars page templates. There is an options page for setting the text in the Info Text Box.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed in these releases.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2009 13:53:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Weblog Tools Collection: Old WordPress version? Attack warning. Please upgrade!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6684\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://weblogtoolscollection.com/archives/2009/09/04/old-wordpress-version-attack-warning-please-upgrade/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1372:\"<p><a href=\"http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/\">Old WordPress Versions Under Attack</a>: Older version of WordPress are being attacked and characters are being added to the permalinks. Sure signs of the attack include strange characters in your permalinks (single posts do not work) and an extra administrator account in the users control panel which you cannot see. Look for the administrator count in brackets at the top. Is the number there what you would expect on your blog?</p>\n<p><strong>Please upgrade your WordPress blog to the <a href=\"http://wordpress.org/download\">latest version</a> ASAP. </strong>Our own PluginBlog was vulnerable and was compromised (shame on me for not having upgraded from a really old version). Our blog had registration turned off.</p>\n<p>After upgrading your blog and changing your password to a strong one, you can visit Lorelle&#8217;s post to find more ways to secure your install and remove the extra admin account that might have been created as part of the attack.</p>\n<p>I removed the extra administrator account through phpMyAdmin and it was the last account created. You could also find the last account created and if it does not look familiar, could delete it and see if the number of Administrators in the user control panel is reduced to the original amount you expect to see.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Sep 2009 23:04:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mark Ghosh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Lorelle on WP: Old WordPress Versions Under Attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://lorelle.wordpress.com/?p=4155\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://lorelle.wordpress.com/2009/09/04/old-wordpress-versions-under-attack/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17417:\"<div class=\"snap_preview\"><br /><p><a href=\"http://lorelle.wordpress.com/tag/wordpress-news/\" title=\"WordPress News\"><img src=\"http://lorelle.files.wordpress.com/2007/01/wpnews1.png\" alt=\"WordPress News\" align=\"right\" /></a><a href=\"http://ottodestruct.com/\" title=\"Otto42\">Otto42 of OttoDestruct</a>, a key WordPress developer and supporter, reports that there is an &#8220;attack&#8221; on older versions of <a href=\"http://www.wordpress.org/\" title=\"WordPress\" rel=\"tag\">WordPress</a> right now. The number of sites hit by this is growing every hour. Protect your WordPress blog now: <strong>UPDATE NOW!!!</strong></p>\n<p><em>Update your WordPress blog before you continue reading this post. That&#8217;s how critical this issue is.</em></p>\n<h3>Things You Need to Know Now</h3>\n<p>Here is what you need to know right now, constantly updated with news as we get it. </p>\n<ol>\n<li><strong>UPDATE NOW!</strong> Reports are that this attack impacts ALL versions of WordPress up to 2.8.3 and 2.8.4, the most recent release.</li>\n<li><strong>Report from WordPress on Attack:</strong> <a href=\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\" title=\"How to Keep WordPress Secure\">How to Keep WordPress Secure</a>. Information on the most recent update of WordPress that prevented this attack on updated WordPress sites: <a href=\"http://wordpress.org/development/2009/08/2-8-4-security-release/\" title=\"WordPress 2.8.4: Security Release\">WordPress 2.8.4: Security Release</a>.</li>\n<li><strong>Which Version of WordPress is Secure?</strong> I&#8217;ve just talked to Matt Mullenweg and have a better understanding of the version confusion. When this worm first hit the web, WordPress released 2.8.3 to deal with it. Since then, WordPress 2.8.4 was released, unrelated to the worm. Once the worm has infected your site, surface fixes do not remove the &#8220;back door&#8221; the worm injects into your database and system, as happened with <a href=\"http://friendfeed.com/scobleizer/cd43c6c3/i-dont-feel-safe-with-wordpress-hackers-broke-in\">Robert Scoble</a>. Once infected, upgrading does not fix the issue, so those reporting they were now infected after upgrading, were infected before upgrading. Versions after WordPress 2.8.3 are safe, but upgrade to 2.8.4 anyway as it included other fixes.</li>\n<li><strong>What Version Am I Using?</strong> If you are using a WordPress version after 2.7, the nag screen on the WordPress Administration Panels will alert you to upgrade. If you are using an older version, <a href=\"http://codex.wordpress.org/Upgrading_WordPress\" title=\"upgrade now\">upgrade now</a>. Don&#8217;t know what version you are using? Without a nag screen to tell you to update, you&#8217;re using an old version. Checking the Administration Panels footer will help, but don&#8217;t waste time looking. Just <a href=\"http://codex.wordpress.org/Upgrading_WordPress\" title=\"upgrade now\">update now</a>!</li>\n<li><strong>Use a WordPress Plugin for Protection:</strong> Do not rely upon a WordPress Plugin to protect you. There are many reports of Plugins that will &#8220;help&#8221; in the comments. While they might help in other ways, please upgrade now. That is the only solution if your site has not been impacted.</li>\n<li><strong>How Does This Worm Work?</strong> We&#8217;re awaiting details from security experts on how this worm works. Personally, I&#8217;m waiting for the name of this thing since that does make searching for details on this worm easier. Anyone got a name for it yet? Since it isn&#8217;t exclusive to WordPress, calling it the WordPress Worm would not be appropriate. <img src=\"http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif\" alt=\":D\" class=\"wp-smiley\" />  </li>\n<li><strong>WordPress is Not Secure:</strong> WordPress is incredibly secure and monitored constantly by experts in web security. This attack was well anticipated and so far, WordPress 2.8.4 is holding. If necessary, WordPress will immediately release a update with further security improvements. WordPress is used by governments, huge corporations, and me, around the world. Millions of bloggers are using WordPress.com. Have faith they are working overtime to monitor this situation and protect your blog.</li>\n<li><strong>Fear of Upgrading:</strong> This attack is serious enough to overcome all your fears of updating. If older WordPress Plugins are holding you back, update them to the latest version or replace them with new. If your Theme might break, contact the Theme author and update or replace it. There are thousands of free Themes to choose from, probably some better than what you are using. If you are using a recent version of WordPress, updating is as easy as clicking a couple buttons. If you are using an older version, download the most recent version and upgrade now.</li>\n<li><strong>Other Issues?</strong> Whatever your issue is that keeps you from updating WordPress, get over it and update now to protect your site.</li>\n</ol>\n<p>When we have updated news, we&#8217;ll add them to this post and/or post a new article.</p>\n<h3>How Do I Know If My Site Has Already Been Attacked?</h3>\n<p>There are two clues that your WordPress site has been attacked. </p>\n<p>There are strange additions to the pretty permalinks, such as <code>example.com&#47;category&#47;post-title&#47;%&amp;(%7B$%7Beval(base64_decode($_SERVER%5BHTTP_REFERER%5D))%7D%7D|.+)&amp;%&#47;</code>. The keywords are &#8220;eval&#8221; and &#8220;base64_decode.&#8221; </p>\n<p>The second clue is that a &#8220;back door&#8221; was created by a &#8220;hidden&#8221; Administrator. Check your site users for &#8220;Administrator (2)&#8221; or a name you do not recognize. You will probably be unable to access that account, but <a href=\"http://www.journeyetc.com/2009/09/04/wordpress-permalink-rss-problems/\" title=\"Journey Etc - WordPress Permalink RSS Problems\">Journey Etc. has a possible solution</a>. </p>\n<p><strong>WordPress.com blogs are not impacted as they are up-to-date. Only versions prior to WordPress 2.8.4 are impacted. </strong></p>\n<h3>To Prevent Your WordPress Blog from Attack</h3>\n<p>To prevent this form of attack, <strong>update your WordPress site IMMEDIATELY</strong> to the latest version. Change ALL passwords to a <a href=\"http://www.blogherald.com/2007/05/08/protect-your-blog-with-a-solid-password/\" title=\"Protect Your Blog With a Solid Password\">strong password</a> immediately, including WordPress blog access for all users, database, FTP, control panels, everything. </p>\n<p>See the articles below for more helpful information on how to harden and protect your WordPress blog.</p>\n<h3>If Your WordPress Blog Has Been Attacked</h3>\n<p>If your site has already been attacked, it appears that the hack attacks the database, going deep. You can find help in the <a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\" title=\"WordPress Codex - FAQ - My Site Was Hacked\">WordPress Codex article on how to deal with a hacked WordPress site</a>.</p>\n<p>We&#8217;re looking for specific solutions, but the easiest appears to be to export all your content with the built-in XML WordPress export (pre 2.1 versions, try the <a title=\"WordPress-to-WordPress Import\" href=\"http://technosailor.com/2006/07/05/wordpress-to-wordpress-import/\">WordPress-to-WordPress Import WordPress Plugin</a>) and literally remove your WordPress installation totally (save images and general files). <strong>DO NOT EXPORT YOUR DATABASE!</strong> Install the latest version of WordPress and add the &#8220;clean&#8221; backup of your WordPress Theme, then import the XML export. The export will contain your posts, Pages, and comments, and hopefully no other hacked code.</p>\n<p>&#8220;<a href=\"http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/\" title=\"How To Completely Clean Your Hacked WordPress Installation\">How To Completely Clean Your Hacked WordPress Installation</a>&#8221; by Smackdown is a good article on how to reinstall WordPress after being hacked, but take care to keep your export limited to the post content and comments (and Pages), not the entire database as the hack goes into the database. </p>\n<h3>How to Respond to a WordPress Attack</h3>\n<p>WordPress has been requesting users update as soon as an update is released for several years. They also now have a excellent team to track down this issue and quickly protect WordPress with any necessary updates.</p>\n<p><em>Please blog and Twitter about the attacks.</em> It&#8217;s important that we spread the information throughout the WordPress Community as fast as possible, encouraging everyone to update WordPress. Take care not to promote rumors, just the facts, until we know more. </p>\n<p>If you have pertinent information that will help the WordPress team track down and stop this attack, please report it to <a href=\"mailto:&#115;&#101;&#99;&#117;&#114;&#105;&#116;&#121;&#64;&#119;&#111;&#114;&#100;&#112;&#114;&#101;&#115;&#115;&#46;&#111;&#114;&#103;\" title=\"Email WordPress Security\">&#115;&#101;&#99;&#117;&#114;&#105;&#116;&#121;&#64;&#119;&#111;&#114;&#100;&#112;&#114;&#101;&#115;&#115;&#46;&#111;&#114;&#103;</a>. </p>\n<p>Check the <a href=\"http://www.wordpress.org/support\" title=\"WordPress Support Forums\" rel=\"tag\">WordPress Support Forums</a> for more information and support. Also check for news and announcements on security issues and updates on the <a rel=\"tag\" title=\"WordPress Development Blog\" href=\"http://wordpress.org/development/\">WordPress Development Blog</a> and in your WordPress blog Dashboard Panel. </p>\n<p>Please, keep your WordPress site constantly updated. You are now informed of updates directly through the Administration Panels. Act upon it. </p>\n<p>Here are some other articles and information that may prove useful.</p>\n<ul>\n<li><a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\" title=\"WordPress Codex - FAQ - My Site Was Hacked\">WordPress Codex &#8211; FAQ &#8211; My Site Was Hacked</a></li>\n<li><a href=\"http://www.journeyetc.com/2009/09/04/wordpress-permalink-rss-problems/\" title=\"Journey Etc - WordPress Permalink RSS Problems\">Journey Etc &#8211; WordPress Permalink RSS Problems</a></li>\n<li><a href=\"http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/\" title=\"SmackDown - How to Completely Clean Your Hacked WordPress Installation\">SmackDown &#8211; How to Completely Clean Your Hacked WordPress Installation</a></li>\n<li><a href=\"http://www.blogherald.com/2007/05/08/protect-your-blog-with-a-solid-password/\" title=\"Protect Your Blog With a Solid Password\">Protect Your Blog With a Solid Password</a></li>\n<li><a href=\"http://codex.wordpress.org/Hardening_WordPress\" title=\"http://codex.wordpress.org/Hardening_WordPress\">WordPress Codex &#8211; Hardening WordPress (security protection)</a></li>\n<li><a href=\"http://arachna.com/roller/spidaman/entry/fear_uncertainty_and_disinformation_about\" title=\"Fear, Uncertainty and Disinformation About The WordPress Exploits and Spam\">Fear, Uncertainty and Disinformation About The WordPress Exploits and Spam</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/BlogSecurity/~3/512792429/\" title=\"WordPress Security Predictions in 2009\">BlogSecurity &#8211; WordPress Security Predictions in 2009</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2008/04/28/wordpress-security-prevention-reactions-and-scares/\" title=\"WordPress Security Prevention, Reactions, and Scares « Lorelle on ...\">WordPress Security Prevention, Reactions, and Scares</a></li>\n<li><a href=\"http://markjaquith.wordpress.com/2007/06/28/wordpress-security/\" title=\"Mark Jaquith - WordPress Security\">Mark Jaquith &#8211; WordPress Security</a></li>\n<li><a href=\"http://photomatt.net/2007/06/22/on-wp-security/\" title=\"On WP Security\">Matt Mullenweg &#8211; On WordPress Security</a></li>\n<li><a href=\"http://technorati.com/weblog/2008/04/424.html\" title=\"Vulnerable WordPress Blogs Not Being Indexed\">Technorati: Vulnerable WordPress Blogs Not Being Indexed</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2009/01/03/maximum-wordpress-security/\" title=\"Maximum WordPress Security\">Weblog Tools Collection &#8211; Maximum WordPress Security</a></li>\n<li><a href=\"http://weblogtoolscollection.com/archives/2009/08/12/the-correct-way-to-report-a-security-issue-with-wordpress/\" title=\"The Correct Way To Report A Security Issue With WordPress\">The Correct Way To Report A Security Issue With WordPress</a></li>\n<li><a href=\"http://wordpress.tv/2008/10/04/wordcamp-toronto-2008-wordpress-security-with-mark-jaquith/\" title=\"WordCamp Toronto 2008 - WordPress Security with Mark Jaquith\">WordCamp Toronto 2008 &#8211; WordPress Security with Mark Jaquith (video)</a></li>\n<li><a href=\"http://www.mattcutts.com/blog/hacked-site-alerts/\" title=\"Alerting webmasters to webserver vulnerabilities\">Matt Cutts: Alerting Webmasters to Webserver Vulnerabilities</a></li>\n<li><a href=\"http://blogsecurity.net/wordpress/wordpress-security-whitepaper/\" title=\"WordPress Security Whitepaper\">WordPress Security Whitepaper</a></li>\n<li><a href=\"http://feeds.feedburner.com/~r/BlogSecurity/~3/253542937/\" title=\"Blog Security – Interview of a WordPress Hacker\">Blog Security – Interview of a WordPress Hacker</a></li>\n<li><a href=\"http://guvnr.com/web/blogging/10-tips-to-make-wordpress-hack-proof/\" title=\"Guvnr  - 10 Tips to Make WordPress Hack Proof\">Guvnr &#8211; 10 Tips to Make WordPress Hack Proof</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2009/01/16/web-hacks-worms-infections-and-viruses-is-your-blog-prepared/\" title=\"Web Hacks, Worms, Infections, and Viruses: Is Your Blog Prepared ...\">Web Hacks, Worms, Infections, and Viruses: Is Your Blog Prepared</a></li>\n<li><a href=\"http://lorelle.wordpress.com/2009/03/07/firewalling-and-hack-proofing-your-wordpress-blog/\" title=\"Firewalling and Hack Proofing Your WordPress Blog\">Firewalling and Hack Proofing Your WordPress Blog</a></li>\n<li><a href=\"http://www.dailyblogtips.com/make-sure-your-wordpress-is-not-hacked/\" title=\"Daily Blog Tips – Make Sure Your WordPress is Not Hacked\">Daily Blog Tips – Make Sure Your WordPress is Not Hacked</a></li>\n<li><a href=\"http://www.noupe.com/how-tos/wordpress-security-tips-and-hacks.html\" title=\"Noupe – WordPress Security Tips and Hacks\">Noupe – WordPress Security Tips and Hacks</a></li>\n<li><a href=\"http://www.prelovac.com/vladimir/improving-security-in-wordpress-plugins-using-nonces\" title=\"Vladimir Prelovac – Improving security in WordPress Plugins using Nonces\">Vladimir Prelovac – Improving security in WordPress Plugins using Nonces</a></li>\n<li><a href=\"http://www.smashingmagazine.com/2009/01/26/10-steps-to-protect-the-admin-area-in-wordpress/\" title=\"Smashing Magazine – 10 Steps To Protect The Admin Area In WordPress\">Smashing Magazine – 10 Steps To Protect The Admin Area In WordPress</a></li>\n</ul>\n<p><img src=\"http://lorelle.files.wordpress.com/2006/08/sig.gif\" alt=\"\" /></p>\n<hr />\n<p><font size=\"-1\"><a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/02/rss.png\" alt=\"Feed on Lorelle on WordPress\" /></a> <a href=\"http://lorelle.wordpress.com/feed/\" title=\"Feed on Lorelle on WordPress\">Subscribe</a>  <a href=\"http://feeds.feedburner.com/LorelleOnWordPress\" title=\"Feedburner Lorelle on WordPress Feed\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/04/feedburnericon.gif\" alt=\"Feedburner icon\" />Via Feedburner</a>  <a href=\"http://www.feedblitz.com/f/?Sub=182399\" title=\"Lorelle on WordPress - full site feed email subscription\"><img class=\"wp-smiley\" src=\"http://lorelle.files.wordpress.com/2007/03/email.gif\" alt=\"\" />Subscribe by Email</a></p>\n<p><a href=\"http://lorelle.wordpress.com/about/\" title=\"Copyright Protected by Brent and Lorelle VanFossen\">Copyright Lorelle VanFossen</a>, member of the <a href=\"http://9rules.com/\" title=\"Member of 9Rules Blogging Network\">9Rules Network</a>, and author of <a href=\"http://lorelle.wordpress.com/books/blogging-tips/\" title=\"Blogging Tips Book By Lorelle VanFossen\"><em>Blogging Tips, What Bloggers Won\'t Tell You About Blogging</em></a>.</font></p>\nPosted in WordPress News  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/lorelle.wordpress.com/4155/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/lorelle.wordpress.com/4155/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/lorelle.wordpress.com/4155/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/lorelle.wordpress.com/4155/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/lorelle.wordpress.com/4155/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/lorelle.wordpress.com/4155/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/lorelle.wordpress.com/4155/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/lorelle.wordpress.com/4155/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/lorelle.wordpress.com/4155/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/lorelle.wordpress.com/4155/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=lorelle.wordpress.com&blog=72&post=4155&subd=lorelle&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Sep 2009 22:33:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Lorelle VanFossen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"WP iPhone: Beta Testers Needed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://iphone.wordpress.org/?p=430\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://iphone.wordpress.org/2009/09/04/beta-test-1-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2686:\"<div class=\"snap_preview\"><br /><p>We are in need of beta testers for the upcoming WordPress iPhone application release version 1.4!  If you&#8217;d like to be part of the fun and excitement and test the latest release on your device, please go and <del datetime=\"2009-09-09T04:19:01+00:00\">fill out a brief survey!</del> (See update below.)</p>\n<p>Please note that this release only supports OS 3.0 and higher, and we have limited spots as Apple restricts these beta tests to a max of 100 people.  We&#8217;ll be picking the beta testers at random &#8212; and if chosen, you&#8217;ll receive an email with instructions.</p>\n<p><strong>Why do a beta test ? </strong> We would like to get your feedback on the new user interface we&#8217;ve built. We like it and we hope you do too!  We are also interested in hearing about how you use the application, and what workflow changes would make the application more useful to you.</p>\n<p>Of course, if you should happen to find a bug, please let us know the exact steps to reproduce it, and post that info to the <a href=\"http://iphone.forums.wordpress.org/\">forums</a>. If we can reproduce the bug, we can squish it!</p>\n<p>Thanks &#8212; and have fun!</p>\n<p>Update: We appreciate the many responses we received! All the available spaces are full, but we&#8217;re working hard to have the next version available on the App Store as soon as we can. The app has been sent to testers who are <a href=\"http://iphone.forums.wordpress.org/forum/beta-testing-feedback\">putting it through the paces</a> right now.</p>\n  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/430/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/430/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/430/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/430/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/430/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/430/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/430/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/430/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/430/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/430/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=iphone.wordpress.org&blog=3882653&post=430&subd=wpiphone&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Sep 2009 17:41:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Weblog Tools Collection: Write with a Knife\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://weblogtoolscollection.com/archives/2009/09/03/write-with-a-knife/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1359:\"<p><a href=\"http://www.copyblogger.com/write-with-a-knife/\">How to Write with a Knife</a>: I have been a big fan of CopyBlogger for some time and I try to read their articles as often as I can, though not as often as I would like to. The above article, followed by another one in the series called &#8220;<a href=\"http://www.copyblogger.com/long-or-short-post/\">Do Long Blog Posts Scare Away Readers?</a>&#8220;, have some really good advice for bloggers. I have implicitly tried to follow some of them because my past training and weakness for the English language, but having them spelled out succinctly is really helpful (I already caught myself making one of the mistakes mentioned in the article, can you tell which one?).</p>\n<p>In addition to the above suggestions, I would like to add a few of my own. Please feel free to add others in the comments.</p>\n<ul>\n<li>Make your titles short, sweet and eye catching. Long titles lose their punch.</li>\n<li>Proof read. As Michelle says so well, write for yourself and then edit for your readers.</li>\n<li>Don&#8217;t be afraid to type it out and read it aloud. Sometimes a blank slate can be vanquished with a quick swipe of the brush.</li>\n<li>Punctuate and format. Big blocks of text are easy to gloss over and lose interest in.</li>\n</ul>\n<p>How much time do you spend on average, on writing a post?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Sep 2009 21:16:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Mark Ghosh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: How Twitter Works\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=14753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://ma.tt/2009/09/how-twitter-works/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"<p><a href=\"http://epeus.blogspot.com/2009/03/how-twitter-works-in-theory.html\">How Twitter works in theory</a>, by Kevin Marks. &#8220;Phatic&#8221; gestures are important to understand if you&#8217;re building on the web.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Sep 2009 15:03:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Weblog Tools Collection: WordPress Plugin Releases for 09/03\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6674\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://weblogtoolscollection.com/archives/2009/09/03/wordpress-plugin-releases-for-0903-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2472:\"<h3>New Plugins</h3>\n<p><a href=\"http://www.appointy.com/wordpress/\">Appointment Scheduler &#8211; Appointy Plugin</a></p>\n<p>Appointment Scheduler &#8211; Appointy plugin allows you to accept appointments from your clients 24&#215;7x365 directly on your wordpress powered websites. It has a powerful yet simple Ajax interface which allows one click booking. With just one click your clients can see your availability in the entire month.</p>\n<p><a href=\"http://kiro.twbbs.org/wp/?p=504&amp;page=2\">Formatted post</a></p>\n<p>This plugin is for the users who need to post with fixed format regularly</p>\n<p><a href=\"http://buynowshop.com/plugins/bns-corner-logo/\">BNS Corner Logo</a></p>\n<p>Widget to display a logo; or, used as a plugin displays image fixed in one of the four corners.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/delete-duplicate-posts/\">Delete Duplicate Posts</a></p>\n<p>Easy way to delete duplicate posts on your WordPress blog.</p>\n<h3>Updated Plugins</h3>\n<p><a href=\"http://www.spotonseoservices.com/embed-youtube-videos-in-wordpress-plugin/\">YouTube Video Plugin</a></p>\n<p>This WordPress plugin will make it easy to embed a YouTube video in a WordPress post/page or sidebar widget. You can see a demo of the plugin if you look at the YouTube video under the AdWords logo in the right sidebar.</p>\n<p><a href=\"http://thecuriousfrog.com/projects/k2-style-switcher/\">K2 Style Switcher</a></p>\n<p>This plugin is the K2 equivalent of a theme switcher. It allows your visitors to re-skin your site from a list of K2 styles that you select.</p>\n<p><a href=\"http://coffee2code.com/wp-plugins/admin-trim-interface\">Admin Trim Interface</a></p>\n<p>Customize the WordPress admin pages by selectively removing interface elements.</p>\n<p><a href=\"http://www.viadat.com/store-locator\">Store Locator</a></p>\n<p>The Store Locator plugin empowers web developers &amp; web site owners to easily manage and display any set of important stores, products, or other locations on their website in an easily searchable manner. Uses Google Maps.</p>\n<p><a href=\"http://plexav.com/2009/tagspace-3d-menu-wordpress-plugin/\">Tagspace</a></p>\n<p>The Tagspace widget lets visitors browse your blog’s categories in tagspace, an engaging 3D semantic environment.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/smart-category-ordering/\">Smart Category Ordering</a></p>\n<p>Allows you to alphabetize categories by post title, by trimming leading text, by post date.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Sep 2009 13:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Publisher Blog: Student Life Selects WordPress MU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://publisherblog.automattic.com/?p=640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://publisherblog.automattic.com/2009/09/03/student-life-selects-wordpress-mu/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2531:\"<div class=\"snap_preview\"><br /><p><a href=\"http://www.graznar.com/\">Sam Guzik</a> over on <a href=\"http://www.copress.org/2009/09/02/summer-rebuild-the-student-lifes-move-to-wordpress-%C2%B5/\">CoPress.org</a> details the successful relaunch of <a href=\"http://www.studlife.com/\">Student Life</a>, the &#8220;independent newspaper of Washington University in St. Louis&#8221;, on the <a href=\"http://mu.wordpress.org\">WordPress MU</a> platform:<br />\n<a href=\"http://www.studlife.com/\"><img src=\"http://wordpresspublishers.files.wordpress.com/2009/09/studentlife_600.jpg?w=600&#038;h=257\" alt=\"studentlife_600\" title=\"studentlife_600\" width=\"600\" height=\"257\" class=\"alignnone size-full wp-image-641\" /></a></p>\n<p>In their evaluation of various platform choices they concluded:</p>\n<blockquote><p>&#8220;Although Drupal is also extremely powerful, we found that WordPress’s interface was better suited to a workflow that would begin to allow non-technical reporters and editors to work within our CMS.&#8221;</p></blockquote>\n<p>You can read more details about this project on <a href=\"http://www.copress.org/2009/09/02/summer-rebuild-the-student-lifes-move-to-wordpress-%C2%B5/\">CoPress.org</a>.</p>\n<p>[ Visit <a href=\"http://www.studlife.com/\">Student Life</a> ]</p>\n  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wordpresspublishers.wordpress.com/640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wordpresspublishers.wordpress.com/640/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wordpresspublishers.wordpress.com/640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wordpresspublishers.wordpress.com/640/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wordpresspublishers.wordpress.com/640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wordpresspublishers.wordpress.com/640/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wordpresspublishers.wordpress.com/640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wordpresspublishers.wordpress.com/640/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wordpresspublishers.wordpress.com/640/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wordpresspublishers.wordpress.com/640/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=publisherblog.automattic.com&blog=1470857&post=640&subd=wordpresspublishers&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Sep 2009 08:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Raanan Bar-Cohen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"BuddyPress: Talking BuddyPress on WordPress Weekly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://buddypress.org/?p=581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://buddypress.org/blog/news/talking-buddypress-on-wordpress-weekly/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:933:\"<p>Last night on the <a href=\"http://www.wptavern.com/wordpress-weekly\">WordPress Weekly</a> podcast I was fortunate enough to be interviewed by <a href=\"http://www.wptavern.com\">Jeff Chandler</a> and <a href=\"http://brandingdavid.com/\">David Peralty</a> on the topic of <a href=\"http://buddypress.org/about\">BuddyPress</a>. They had a lot of very interesting questions for me to answer, along with a number of others submitted by the community. </p>\n<p>Despite getting cut off by Skype right at the start and having to call back in, It turned into a great discussion about the project! I&#8217;ve embedded the player here in this post, but you can also subscribe to WordPress Weekly <a href=\"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=280014720\">via iTunes</a> or <a href=\"http://www.talkshoe.com/talkshoe/web/talkCast.jsp?masterId=34224&amp;cmd=tc\">tune in live</a> at 8pm eastern on Tuesdays.</p>\n<div></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Sep 2009 19:25:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Andy Peatling\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WP iPhone: WordPress For iPhone App Moving to OS 3.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://iphone.wordpress.org/?p=432\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://iphone.wordpress.org/2009/09/02/iphone-app-os-3-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2195:\"<div class=\"snap_preview\"><br /><p>We&#8217;ve decided to standardize the WordPress For iPhone application on the new <a href=\"http://www.apple.com/iphone/softwareupdate/\">OS 3.0</a> going forward.  We&#8217;ve seen a large percentage of users upgrading to 3.0, <a href=\"http://tapbots.com/blog/news/iphone-os-30-adoption-rate\">as have other apps</a>,  and there are new features we want to focus on which are OS 3.0 specific.  Overall, it seems like a good time to make the switch.</p>\n<p>For those of you who wish to stay on an earlier version of the OS, be sure to grab a copy of the current version in the app store (1.3) and you&#8217;ll be able to continue using that version on early OS versions for you iPhone or iPod Touch.</p>\n<p>We&#8217;ll also be posting details about an upcoming beta test of 1.4 this week with the updated UI and a slew of behind the scenes updates that should greatly improve the app in terms of speed and compatibility.</p>\n<p>Thanks for all your support and we look forward to bringing you some of those new features soon!  </p>\n  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/432/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/432/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/432/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/432/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/432/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/432/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/432/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/432/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/432/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/432/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=iphone.wordpress.org&blog=3882653&post=432&subd=wpiphone&ref=&feed=1\" /></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Sep 2009 16:45:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"John Bickerstaff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Theme Releases for 09/01\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://weblogtoolscollection.com/?p=6670\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://weblogtoolscollection.com/archives/2009/09/01/wordpress-theme-releases-for-0901/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2290:\"<h4><a href=\"http://bizzartic.com/2009/08/28/pure-magazine-wordpress-theme/\">Pure Magazine</a></h4>\n<p><a href=\"http://bizzartic.com/bizzthemes/puremagazine/\"><img title=\"Pure Magazine\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/PureMagazine.png\" alt=\"Pure Magazine\" width=\"200\" height=\"156\" /></a></p>\n<p>Pure Magazine Wordpress theme is, as its name suggests, theme with pure, minimalistic and usable layout, structured to focus readers attention on content and ads, rather than designer graphics. It is built for large news sites that want to highlight important content and retain readers after their first visit.</p>\n<h4><a href=\"http://www.jauhari.net/themes/pesta-blogger\">Pesta Blogger</a></h4>\n<p><a href=\"http://demo.jauhari.net/index.php?wptheme=Pesta+Blogger\"><img title=\"Pesta Blogger\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/PestaBlogger.png\" alt=\"Pesta Blogger\" width=\"200\" height=\"120\" /></a></p>\n<p>Two column, widgetized theme with ability to resize images on the fly, designed with the <a href=\"http://960.gs\">960.gs</a> CSS framework.</p>\n<h4><a href=\"http://templates.arcsin.se/simple-magazine-3-columns-wordpress-theme/\">Simple Magazine</a></h4>\n<p><a href=\"http://templates.arcsin.se/demo/simple-magazine-3-columns-wordpress-theme/\"><img title=\"Simple Magazine\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/SimpleMagazine1.jpg\" alt=\"Simple Magazine\" width=\"200\" height=\"100\" /></a></p>\n<p>A simple and lightweight magazine styled theme. Supporting two sidebars, widgets and nested comments. There is a <a href=\"http://templates.arcsin.se/simple-magazine-wordpress-theme/\">two column version</a> available as well.</p>\n<h4><a href=\"http://wordpress.ro.im/wpthemes/featuring-1-0-free-wordpress-theme/\">Featuring</a></h4>\n<p><img title=\"Featuring\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2009/08/Featuring.png\" alt=\"Featuring\" width=\"200\" height=\"93\" /></p>\n<p>Two column theme, with Jquery navigation menu, automatic resize of pictures from index page using TimThumb, wordpress 2.7+ comments compatible, but will also work for older versions.</p>\n<p>Are you a theme author? <a href=\"http://weblogtoolscollection.com/submit-news/\">Submit your theme</a> to get listed in these posts.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Sep 2009 21:05:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Perurry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:4:\"date\";s:29:\"Tue, 22 Sep 2009 16:39:26 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:13:\"accept-ranges\";s:5:\"bytes\";s:10:\"connection\";s:5:\"close\";s:4:\"etag\";s:24:\"\"2d6ad-4ab8fba5-174423c\"\";s:13:\"last-modified\";s:29:\"Tue, 22 Sep 2009 16:30:29 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:14:\"content-length\";s:6:\"186029\";}s:5:\"build\";i:20081219;}','no'),(263,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1253680766','no'),(268,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1253637567','no'),(202,0,'_transient_feed_0ff4b43bd116a9d8720d689c80e7dfd4','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n			\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress Development Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpress.org/development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress development and updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2009 19:31:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://wordpress.org/?v=2.9-rare\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"How to Keep WordPress Secure\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Sep 2009 19:22:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=908\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"A stitch in time saves nine. I couldn&#8217;t sew my way out of a bag, but it&#8217;s true advice for bloggers as well &#8212; a little bit of work on an upgrade now saves a lot of work fixing something later.\nRight now there is a worm making its way around old, unpatched versions of WordPress. [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6131:\"<p>A stitch in time saves nine. I couldn&#8217;t sew my way out of a bag, but it&#8217;s true advice for bloggers as well &#8212; a little bit of work on an <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">upgrade now</a> saves a lot of work fixing something later.</p>\n<p>Right now there is a worm making its way around old, unpatched versions of WordPress. This particular worm, like many before it, is clever: it registers a user, uses a security bug (fixed earlier in the year) to allow evaluated code to be executed through the permalink structure, makes itself an admin, then uses JavaScript to hide itself when you look at users page, attempts to clean up after itself, then goes quiet so you never notice while it inserts hidden spam and malware into your old posts.</p>\n<p>The tactics are new, but the strategy is not. Where this particular worm messes up is in the &#8220;clean up&#8221; phase: it doesn&#8217;t hide itself well and the blogger notices that all his links are broken, which causes him to dig deeper and notice the extent of the damage. Where worms of old would do childish things like defacing your site, the new ones are silent and invisible, so you only notice them when they screw up (as this one did) or your site gets removed from Google for having spam and malware on it.</p>\n<p>I&#8217;m talking about this not to scare you, but to highlight that this is something that has happened before, and that will more than likely happen again.</p>\n<p>A stitch in time saves nine. <a href=\"http://codex.wordpress.org/Upgrading_WordPress\">Upgrading is a known quantity of work</a>, and one that the WordPress community has tried its darndest to make as easy as possible with one-click upgrades. <a href=\"http://codex.wordpress.org/FAQ_My_site_was_hacked\">Fixing a hacked blog, on the other hand, is quite hard</a>. Upgrading is taking your vitamins; fixing a hack is open heart surgery. (This is true of cost, as well.)</p>\n<p>2.8.4, the current version of WordPress, is immune to this worm. (<em>So was the release before this one.</em>) If you&#8217;ve been thinking about upgrading but haven&#8217;t gotten around to it yet, now would be a really good time. If you&#8217;ve already upgraded your blogs, maybe check out the blogs of your friends or that you read and see if they need any help. A stitch in time saves nine.</p>\n<p>Whenever a worm makes the rounds, everyone becomes a security expert and peddles one of three types of advice: snake oil, Club solutions, or real solutions. Snake oil you&#8217;ll be able to spot right away because it&#8217;s <em>easy</em>. Hide the WordPress version, they say, and you&#8217;ll be fine. Uh, duh, the worm writers thought of that. Where their 1.0 might have checked for version numbers, 2.0 just tests capabilities, version number be damned. </p>\n<p>The second type of advice is Club solutions; to illustrate, I&#8217;ll quote from <a href=\"http://diveintomark.org/archives/2002/10/29/club_vs_lojack_solutions\">Mark Pilgrim&#8217;s excellent essay on spam 7 years ago, before WordPress even existed</a>:</p>\n<blockquote><p>The <em>really</em> interesting thing about these approaches, from a game theory perspective, is that they are all <a href=\"http://slate.msn.com/?id=2041\" title=\"Slate, August 3, 1997: Property Is Theft: When protecting your own property is stealing from others\">Club solutions, not Lojack solutions</a>.  There are two basic approaches to protecting your car from theft: <a href=\"http://www.theclub.com/\">The Club</a> (or The Shield, or a car alarm, or something similar), and <a href=\"http://www.lojack.com/\">Lojack</a>.  The Club isn’t much protection against a thief who is determined to steal <em>your</em> car (it’s easy enough to drill the lock, or just cut the steering wheel and slide The Club off).  But it is effective protection against a thief who wants to steal <em>a</em> car (not necessarily <em>your</em> car), because thieves are generally in a hurry and will go for the easiest target, the low-hanging fruit.  The Club works as long as not everyone has it, since if everyone had it, thieves would have an equally difficult time stealing any car, their choice will be based on other factors, and your car is back to being as vulnerable as anyone else&#8217;s.  The Club doesn’t deter theft, it only deflects it.</p></blockquote>\n<p>Club blog security solutions can be simple (like an .htaccess file) or incredibly complex (like two-factor authentication), and they can work, especially for <em>known exploits</em>. Club solutions can be useful, like using a strong or complex password for your login &#8212; no one would recommend against that. (Another club solution is switching to less-used software on the assumption or more like the software&#8217;s claim that it&#8217;s perfect and more secure. This is why BeOS is more secure than Linux, ahem.)</p>\n<p>In the car world, if someone figured out how to teleport entire cars to chop shops, The Club wouldn&#8217;t be so useful anymore. Luckily for manufacturers of The Club, this hasn&#8217;t happened. Online and in the software world, though, the equivalent happens almost daily. There is only one real solution. <strong>The only thing that I can promise will keep your blog secure today and in the future is upgrading.</strong></p>\n<p>WordPress is a community of hundreds of people that read the code every day, audit it, update it, and care enough about keeping your blog safe that we do things like release updates weeks apart from each other even though it makes us look bad, because updating is going to keep your blog safe from the bad guys. I&#8217;m not clairvoyant and I can&#8217;t predict what schemes spammers, hackers, crackers, and tricksters will come up with with in the future to harm your blog, but I do know for certain that as long as WordPress is around we&#8217;ll do everything in our power to make sure the software is safe. We&#8217;ve already made upgrading core and plugins a one-click procedure. If we find something broken, we&#8217;ll release a fix. Please upgrade, it&#8217;s the only way we can help each other.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/development/2009/09/keep-wordpress-secure/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"386\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 2.8.4: Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/development/2009/08/2-8-4-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/development/2009/08/2-8-4-security-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 12 Aug 2009 01:41:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=903\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:724:\"<p>Yesterday a vulnerability was discovered: a specially crafted URL could be requested that would allow an attacker to bypass a security check to verify a user requested a password reset. As a result, the first account without a key in the database (usually the admin account) would have its password reset and a new password would be emailed to the account owner. This doesn&#8217;t allow remote access, but it is very annoying.</p>\n<p>We fixed this problem last night and have been testing the fixes and looking for other problems since then. <a href=\"http://wordpress.org/download/\">Version 2.8.4 which fixes all known problems is now available for download</a> and is highly recommended for all users of WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/development/2009/08/2-8-4-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Upcoming WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Aug 2009 01:07:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=899\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We&#8217;re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some  upcoming  WordCamps, the [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2708:\"<p>Every now and then I see someone ask in the dev channel how they can meet up with other local WordPress developers. We&#8217;re thinking about ways to make WordPress.org more of a resource to facilitate local connections, but in the meantime, I thought it might be helpful to publicize some <a href=\"http://central.wordcamp.org/schedule/\"> upcoming  WordCamps</a>, the weekend conferences organized by local communities to talk about all things WordPress. </p>\n<p><strong><a href=\"http://wordcamp.org.nz\">WordCamp New Zealand</a>:</strong> Wellington, New Zealand, August 8-9, 2009</p>\n<p><strong><a href=\"http://wordcamphsv.org/\">WordCamp Huntsville</a>:</strong> Huntsville, Alabama, USA, August 15–16, 2009</p>\n<p><strong><a href=\"http://la.wordcamp.org/\">WordCamp Los Angeles</a>:</strong> Los Angeles, California, USA, September 12, 2009</p>\n<p><strong><a href=\"http://wordcamp.ph\">WordCamp Philippines</a>: </strong>Makati City, Philippines, September 19, 2009</p>\n<p><strong><a href=\"http://www.wordcampportland.org/\">WordCamp Portland</a>: </strong>Portland, Oregon, USA, September 19-20, 2009 <em>(Last year&#8217;s PDX WordCamp was awesome, IMO.)</em></p>\n<p><strong><a href=\"http://www.wordcampseattle.com/\">WordCamp Seattle</a>: </strong>Seattle, Washington, USA, September 26, 2009</p>\n<p><strong><a href=\"http://wordcampbirmingham.org/\">WordCamp Birmingham</a>:</strong> Birmingham, Alabama, USA, September 26-27, 2009</p>\n<p><strong><a href=\"http://wordcampnl.org/\">WordCamp Netherlands</a>:</strong> Utrecht, Netherlands, October 31, 2009</p>\n<p><strong><a href=\"http://2009.newyork.wordcamp.org/\">WordCamp NYC</a>:</strong> New York, New York, USA, November 14-15, 2009 <em>(<a href=\"http://2009.newyork.wordcamp.org/2009/07/24/logo-contest-again/\">Logo contest in progress</a>!)</em></p>\n<p><strong><a href=\"http://wordcampmexico.wordpress.com\">WordCamp Mexico</a>:</strong> Mexico City, Mexico, November 20, 2009</p>\n<p>If any of these are within a reasonable distance to you, consider attending. WordCamps are a great way to meet other WordPress users, find collaborators, and expand your t-shirt collection*. I know I&#8217;ll be hitting at least a few of these; WordCamps are also a great way to get user feedback to take into consideration while we&#8217;re making decisions about what to include in core. </p>\n<p>You can always find an up-to-date list of upcoming WordCamps at <a href=\"http://central.wordcamp.org/\">WordCamp Central</a>. You can also try searching for WordPress groups at <a href=\"http://www.meetup.com/\">Meetup.com</a> to find more regular monthly gatherings in your area. </p>\n<p>*<em>Most WordCamps include an event t-shirt in the registration fee. </em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/development/2009/08/upcoming-wordcamps-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"12\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 2.8.3 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Aug 2009 15:30:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=891\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  Download [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:476:\"<p>Unfortunately, I missed some places when fixing the privilege escalation issues for 2.8.1.  Luckily, the entire WordPress community has our backs.  Several folks in the community dug deeper and discovered areas that were overlooked.  With their help, the remaining issues are fixed in 2.8.3.  Since this is a security release, upgrading is highly recommended.  <a href=\"http://wordpress.org/download/\">Download</a> 2.8.3, or upgrade automatically from your admin.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/development/2009/08/wordpress-2-8-3-security-release/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"252\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:50:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"2.9 Features Vote Results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/development/2009/07/2-9-vote-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/development/2009/07/2-9-vote-results/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jul 2009 18:26:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"2.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=877\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:308:\"Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8608:\"<p>Earlier this month, over 3500 of you responded to our survey asking you to help us prioritize some of the media features that had been suggested for the 2.9 release. While the exact features for 2.9 have not been hammered out yet, as we continue to match up developers with features, we wanted to share the survey results and let you know what we&#8217;re thinking in terms of approach.</p>\n<p>First, the results. The first question, and the only one that was mandatory, asked what single media feature you would choose to include in version 2.9. The top vote-getter was standalone editable photo albums (as opposed to the current per-post gallery) at 17.5%, followed closely by easier embeds for videos and other third-party content at 16.5%. Next came basic image editing (such as rotating, cropping and resizing) at 13.7%, and post thumbnails (image teasers for posts featured on the home page) at 12.9%. The rest of the features each took less than ten percent of the vote. The full list came in like this:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q1.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q1.png\" alt=\"Results of question 1\" width=\"620\" /></a></p>\n<p>The second question was optional (3406 people answered it), and asked you to rate each feature on a scale going from <em>top priority</em> down to <em>definitely not</em> for implementation priority. Results here were in line with the results from the first question, with most features rated as <em>nice to have</em> more often than anything else. The features that scored the highest in question 1 were more likely to have earned higher votes in the Top Priority column, but no feature was ranked as a Top Priority more often than it was ranked as a Nice to Have (though Media Albums, Easier Embeds and Post Thumbnails came close). The complete tabulations are shown in the chart below.</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q2.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q2.png\" alt=\"Results for question 2\" width=\"620\" /></a></p>\n<p>Question three was getting at the same thing, but in a more granular fashion, asking you to rank the eleven features in order of priority to you. As only one feature could be assigned to each position, this prevented people from assigning the same priority to multiple features, and we wondered if it would alter the results. Though some features got more recognition in this question, the overall rankings were still in line with the results from question 1. Here are the exact votes per feature/per position:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q3.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q3.png\" alt=\"Results for question 3\" width=\"620\" /></a></p>\n<p>The fourth question asked for your preferences regarding including new media features in core, bundling them as plugins with the core download, or developing them as plugins but not bundling them with the core download. This vote was more interesting to watch. As the notice for the voting went first to the development community, then to the user community, it was possible to see a shift in the voting. Earlier in the voting cycle, there were more votes for bundling &#8216;core plugins&#8217; for the advanced media features, while later votes skewed heavily toward just putting the features in core. This vote shows, I think, one of the differences between developer and user perspectives. While developers are heavily interested in keeping the core code lean and relying on plugins for advanced functionality, many users would prefer features they want to be included in core rather than being a separate plugin. The final tally on this question was 56.2% for including features in core, 38.1% for bundled plugins, and 5.7% for non-bundled plugins. The actual numbers:</p>\n<p><a href=\"http://wpdotorg.wordpress.com/files/2009/07/q4.png\"><img src=\"http://wpdotorg.wordpress.com/files/2009/07/q4.png\" alt=\"Results for question 4\" width=\"620\" /></a></p>\n<p>Clearly this issue deserves more discussion, and the concept of how we move toward a system of canonical plugins and/or core &#8220;packages&#8221; intended for different use cases (CMS, photoblog, portfolio, etc) will be a big topic in the months ahead.</p>\n<p>So where does that leave us regarding features coming down the road? When the vote closed, the results were discussed in the #wordpress-dev IRC chat to divvy up feature development.</p>\n<p>The top-voted feature, standalone photo albums, is being worked on as a <a href=\"http://gsoc2009wp.wordpress.com/rudolf-photo-albums/\">Google Summer of Code project by Rudolf Lai</a>, under the mentorship of WordPress Lead Developer <a href=\"http://markjaquith.com/\">Mark Jaquith</a>. The &#8220;pencils down&#8221; date for GSOC is in less than two weeks, at which point we&#8217;ll be assessing the state of Rudolf&#8217;s project. Hopefully, we&#8217;ll be able to incorporate it with 2.9 development, do some testing,  amend the code and/or UI as needed, and have this launch with the 2.9 release (in core or as plugin TBD). Undoubtedly, additional functionality will be contributed by core contributors who have also been working on media plugins.</p>\n<p>Easier embeds, the second most popular feature, is being looked at in a couple of ways. One, more shortcodes for third-party services. Work on this has already begun. In addition, <a href=\"http://viper007bond.com\">Viper007Bond</a>, of <a href=\"http://wordpress.org/extend/plugins/vipers-video-quicktags/\">Viper&#8217;s Video Quicktags plugin</a> fame, has taken on the task of working on a way to improve the embed experience in core. We&#8217;re not sure quite how this will work yet, but stay tuned.</p>\n<p>Adding some basic editing functions like 90-degree rotation, cropping and resizing was considered an obvious winner in the dev chat, and as several plugins handle this functionality, we&#8217;re hopeful it will be included soon.</p>\n<p>Post thumbnails are being handled by Mark Jaquith, who has created this functionality before, with an assist from <a href=\"http://scribu.net/\">Scribu</a>, who has a <a href=\"http://wordpress.org/extend/plugins/custom-field-images/\">similar plugin</a> in the repository.</p>\n<p>Lower ranked features aren&#8217;t off the radar, but may take lower priority than some other (non-media) features we have in the works. One of my favorite 2.9 features is in trunk now, and changes the way we delete content. Goodbye, annoying popup asking me if I&#8217;m sure I want to delete a comment/post/etc. Hello, fast and quiet removal into a trash can, from which the content can be retrieved if it was deleted by accident. Think Gmail style. We&#8217;re also hoping to work on improving page management, though that has a number of technical issues that may cause it to be a 3.0 feature instead.</p>\n<p>As always, you can keep track of development progress in a number of ways:<br />\n1. Keep track of Trac. Contribute a patch, test a patch, just read through tickets if you have some time to kill, whatever. There are <a href=\"https://core.trac.wordpress.org/query?status=reopened&#38;status=assigned&#38;status=reviewing&#38;status=new&#38;status=accepted&#38;group=status&#38;milestone=2.9\">over 500 tickets against the 2.9 milestone</a> currently. Patches and testing can help us get that number down.</p>\n<p>2. Follow Trac commits on Twitter. Don&#8217;t want to get involved in the nitty gritty, just want to see what&#8217;s getting committed? Follow <a href=\"http://twitter.com/wpdevel\">wpdevel on Twitter</a> and you&#8217;ll get core commit updates in your stream.</p>\n<p>3. See what&#8217;s on the dev agenda. Each week for the IRC dev chat, there&#8217;s an agenda, created based on developer suggestions posted at <a href=\"http://wpdevel.wordpress.com\">wpdevel.wordpress.com</a>. This blog also contains discussions about specific development issues.</p>\n<p>4. Join the dev chat. The day changed this week, to accommodate European schedules. Chats are now held for one hour each week on Thursday at 21:00 UTC. That&#8217;s 5pm NYC, 2pm in California, etc. Chats are in the #wordpress-dev room at irc.freenode.com.</p>\n<p>5. Watch this blog. If you&#8217;re not a developer and prefer to stick to major announcements, the occasional survey to help decide a feature, and security notices, just keep doing what you&#8217;re doing. Reading this blog will get you all of these things.</p>\n<p>Thanks again for your help in prioritizing features for version 2.9, hopefully coming toward the end of the year to a server near you!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/development/2009/07/2-9-vote-results/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:56:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"The WordPress 2.0.x Legacy Branch is Deprecated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jul 2009 01:07:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"branch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"deprecation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"legacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=866\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.\nMany of the security improvements to the new versions of WordPress in the last couple of years were complete [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1149:\"<p>The WordPress team had initially committed to maintaining the WordPress 2.0.x legacy branch until 2010. Unfortunately, we bit off more than we could chew—the 2.0.x branch is now retired and deprecated, a few months shy of 2010.</p>\n<p>Many of the security improvements to the new versions of WordPress in the last couple of years were complete reworks of how various systems were handled. Porting those changes to the 2.0.x branch would have been a monumental task and could have introduced instability or new bugs. We had to make hard decisions between stability and merging in the latest security enhancements. Additionally, far fewer people stayed on the 2.0.x branch than we anticipated. I take that as a testament to the new features in WordPress and perhaps even more the features offered by plugins, many of which don&#8217;t support older versions of WordPress!</p>\n<p>I&#8217;m disappointed that we weren&#8217;t able to keep the branch maintained until 2010, but since one of the big reasons for that failure was the massive scope of our security improvements for the newer versions of WordPress, 2.0.x doesn&#8217;t die in vain!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://wordpress.org/development/2009/07/the-wordpress-2-0-x-legacy-branch-is-deprecated/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"21\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:47:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Improving your plugin – Changelogs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 21 Jul 2009 20:28:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:13:\"Documentation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=848\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:340:\"We&#8217;ve recently made some changes to help improve the communication between plugin authors and plugin users about the changes that are made between versions.\nWe feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Peter Westwood\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1507:\"<p>We&#8217;ve <a href=\"http://westi.wordpress.com/2009/06/20/changelogs-changelogs-changelogs/\">recently made some changes</a> to help improve the communication between plugin authors and plugin users about the changes that are made between versions.</p>\n<p>We feel that all software should have a changelog that details, at a high level, what changes have been made in each version so that the user can make an informed decision about when to upgrade and how much testing they should do with their site.</p>\n<p>In order to make this an easy and open communication channel we have added support for a Changelog section in the plugins <code>readme.txt</code> file.  This changelog information is then displayed as a separate tab in the <a href=\"http://wordpress.org/extend/plugins/\">plugin directory</a> and also in the back end of your WordPress blog when you view the details on a new version of a plugin.</p>\n<p>The new section is formatted as follows:</p>\n<pre name=\"code\" class=\"css\">\n\n== Changelog ==\n\n= 1.0 =\n* A change since the previous version.\n* Another change.\n\n= 0.5 =\n* List versions from most recent at top to oldest at bottom.\n</pre>\n<p>We would also like to recommend that you also provide meaningful log messages when you commit changes to the subversion repository for your plugin so that people who want to dig further into your changes can see why things are changing (At the moment is seems a large number of plugin authors leave this field blank which isn&#8217;t very helpful).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/development/2009/07/improving-your-plugin-changelogs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"19\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 2.8.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jul 2009 05:35:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=856\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  Download 2.8.2 or automatically upgrade from the Tools-&#62;Upgrade page of your blog&#8217;s admin.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"<p>WordPress 2.8.2 fixes an XSS vulnerability. Comment author URLs were not fully sanitized when displayed in the admin. This could be exploited to redirect you away from the admin to another site.  <a href=\"http://wordpress.org/download/\">Download</a> 2.8.2 or automatically upgrade from the Tools-&#62;Upgrade page of your blog&#8217;s admin.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2009/07/wordpress-2-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"250\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 2.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Jul 2009 20:20:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=836\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"WordPress 2.8.1 fixes many bugs and tightens security for plugin administration pages.   Core Security Technologies notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked.  Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.\nWhat [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2224:\"<p>WordPress 2.8.1 fixes <a href=\"http://core.trac.wordpress.org/query?status=closed&#38;group=resolution&#38;order=priority&#38;milestone=2.8.1&#38;resolution=fixed\">many bugs</a> and tightens security for plugin administration pages.   <a href=\"http://corelabs.coresecurity.com/index.php?module=FrontEndMod&#38;action=list&#38;type=advisory\">Core Security Technologies</a> notified us that admin pages added by certain plugins could be viewed by unprivileged users, resulting in information being leaked.  Not all plugins are vulnerable to this problem, but we advise upgrading to 2.8.1 to be safe.</p>\n<p>What else is new since 2.8?  Read through the highlights below, or  <a href=\"http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&#38;mode=stop_on_copy&#38;rev=11699&#38;stop_rev=11553&#38;limit=500\">view all changes since 2.8</a></p>\n<ul>\n<li>Certain themes were calling get_categories() in such a way that it would fail in 2.8. 2.8.1 works around this so these themes won&#8217;t have to change.</li>\n<li>Dashboard memory usage is reduced.  Some people were running out of memory when loading the dashboard, resulting in an incomplete page.</li>\n<li>The automatic upgrade no longer accidentally deletes files when cleaning up from a failed upgrade.</li>\n<li>A problem where the rich text editor wasn&#8217;t being loaded due to compression issues has been worked around.</li>\n<li>Extra security has been put in place to better protect you from plugins that do not do explicit permission checks.</li>\n<li>Translation of role names fixed.</li>\n<li>wp_page_menu() defaults to sorting by the user specified menu order rather than the page title.</li>\n<li>Upload error messages are now correctly reported.</li>\n<li>Autosave error experienced by some IE users is fixed.</li>\n<li>Styling glitch in the plugin editor fixed.</li>\n<li>SSH2 filesystem requirements updated.</li>\n<li>Switched back to curl as the default transport.</li>\n<li>Updated the translation library to avoid a problem with mbstring.func_overload.</li>\n<li>Stricter inline style sanitization.</li>\n<li>Stricter menu security.</li>\n<li>Disabled code highlighting due to browser incompatibilities.</li>\n<li>RTL layout fixes.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/development/2009/07/wordpress-2-8-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"290\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 2.8.1 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Jul 2009 17:04:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"http://wordpress.org/development/?p=833\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please download RC1, review the changes made since beta 2, and have a look at all of the tickets fixed in 2.8.1.  Thanks for testing WordPress.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:586:\"<p>2.8.1 is nigh.  Release Candidate 1 is our last stop before the final release.  Please <a href=\"http://wordpress.org/wordpress-2.8.1-RC1.zip\">download</a> RC1, review the <a href=\"http://core.trac.wordpress.org/log/branches/2.8/?action=stop_on_copy&#38;mode=stop_on_copy&#38;rev=&#38;stop_rev=11654&#38;limit=100\">changes made since beta 2</a>, and have a look at <a href=\"http://core.trac.wordpress.org/query?status=closed&#38;group=resolution&#38;order=priority&#38;milestone=2.8.1&#38;resolution=fixed\">all of the tickets fixed in 2.8.1</a>.  Thanks for testing WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.org/development/2009/07/wordpress-2-8-1-release-candidate-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"38\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:38:\"http://wordpress.org/development/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:10:\"x-pingback\";s:43:\"http://wordpress.org/development/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Sat, 05 Sep 2009 19:31:29 GMT\";s:4:\"etag\";s:34:\"\"73f4fd542aaeb016a2bf83b2030d5507\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"date\";s:29:\"Tue, 22 Sep 2009 16:39:25 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(208,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 16:39:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"arnee on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"takayukister on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"takayukister\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"alexrabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with a Flash slideshow option.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"alexrabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"flipper on \"Page Flip Image Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/page-flip-image-gallery/#post-7590\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Nov 2008 06:44:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7590@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"FlippingBook Wordpress Gallery plugin helps you to create Image Gallery with Page Flip effects on your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"flipper\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"GDragoN on \"GD Star Rating\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/gd-star-rating/#post-5594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 11 May 2008 12:41:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5594@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"GD Star Rating plugin allows you to set up advanced rating and review system for posts, pages and comments in your blog using single, multi and thumbs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"GDragoN\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"micropat on \"Add to Any: Share/Bookmark/Email Button\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/add-to-any/#post-498\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 Mar 2007 23:08:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"498@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Help readers share, save, bookmark, and email your posts and pages using any service, such as Facebook, Twitter, Digg, Delicious and over 100 more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"micropat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"manojtd on \"Easy AdSense\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/easy-adsenser/#post-7844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Nov 2008 13:10:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7844@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Easy AdSense manages all aspects of Google AdSense for your blog: insert ads into posts and sidebar, and add a Google Search box. Easy and complete!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"manojtd\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"eight7teen on \"SexyBookmarks\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/sexybookmarks/#post-9249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 Feb 2009 11:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9249@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"eight7teen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"matt on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"bravenewcode on \"WPtouch iPhone Theme\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPtouch automatically transforms your WordPress blog into an iPhone application-style theme, complete with ajax loading articles and effects, when vie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"bravenewcode\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"donncha on \"WP Super Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2572@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"donncha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"joostdevalk on \"Sociable\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/sociable/#post-2865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Jan 2008 11:36:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2865@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Automatically add links on your posts, pages and RSS feed to your favorite social bookmarking sites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"joostdevalk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"skippy on \"Subscribe2\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/subscribe2/#post-674\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2007 19:09:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"674@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Sends a list of subscribers an email notification when new posts are published to your blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"skippy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"cavemonkey50 on \"Google Analyticator\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/google-analyticator/#post-130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"130@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"Adds the necessary JavaScript code to enable Google Analytics. Includes widgets for Analytics data display.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"cavemonkey50\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2007-03-30 20:08:18\";s:4:\"etag\";s:34:\"\"a8894f3af502f182fd4e92b6405bade8\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6887\";s:4:\"date\";s:29:\"Tue, 22 Sep 2009 16:39:26 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(207,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1253680766','no'),(261,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1253680765','no'),(262,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1253637565','no'),(264,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1253637566','no'),(273,0,'uninstall_plugins','a:2:{i:0;b:0;s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}}','yes'),(274,0,'ngg_options','a:64:{s:11:\"gallerypath\";s:19:\"wp-content/gallery/\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:1;s:10:\"usePicLens\";b:1;s:12:\"activateTags\";b:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:10:\"thumbwidth\";i:100;s:11:\"thumbheight\";i:75;s:8:\"thumbfix\";b:1;s:9:\"thumbcrop\";b:0;s:12:\"thumbquality\";i:100;s:9:\"imgResize\";b:0;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:10:\"imgQuality\";i:85;s:17:\"imgCacheSinglePic\";b:1;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galTextSlide\";s:19:\"[Show as slideshow]\";s:14:\"galTextGallery\";s:19:\"[Show picture list]\";s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";b:0;s:11:\"thumbEffect\";s:7:\"shutter\";s:9:\"thumbCode\";s:33:\"class=\"shutterset_%GALLERY_NAME%\"\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmType\";s:4:\"text\";s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:6:\"AJIEMS\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:5:\"irURL\";s:0:\"\";s:12:\"irXHTMLvalid\";b:0;s:7:\"irAudio\";s:0:\"\";s:7:\"irWidth\";i:320;s:8:\"irHeight\";i:240;s:9:\"irShuffle\";b:1;s:17:\"irLinkfromdisplay\";b:1;s:16:\"irShownavigation\";b:0;s:11:\"irShowicons\";b:0;s:11:\"irWatermark\";b:0;s:13:\"irOverstretch\";s:4:\"true\";s:12:\"irRotatetime\";i:10;s:12:\"irTransition\";s:6:\"random\";s:10:\"irKenburns\";b:0;s:11:\"irBackcolor\";s:6:\"000000\";s:12:\"irFrontcolor\";s:6:\"FFFFFF\";s:12:\"irLightcolor\";s:6:\"CC0000\";s:13:\"irScreencolor\";s:6:\"000000\";s:11:\"activateCSS\";b:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";}','yes'),(266,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1253637566','no'),(267,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1253680767','no'),(210,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1253680766','no'),(211,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 16:39:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"twoenough on \"LockPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/lockpress/#post-13206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 11:22:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13206@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress plugin to charge your visitors.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"twoenough\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"GKauten on \"AWeber Registration Integration\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/aweber-registration-integration/#post-13200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 00:35:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13200@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Integrates the AWeber contact registration script into your WordPress user registration process.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"GKauten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"gorzek on \"gorzek\'s BBCode Filter\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/gorzeks-bbcode-plugin/#post-13196\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 13:51:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13196@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Stable version: trunk\n\nThis plugin provides a BBCode-like filter for posts and comments. It does not use shortcodes. It does support multi-line enclos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"gorzek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"yellingnews on \"TwitVid\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/twitvid/#post-13194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 11:00:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13194@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Converts links to videos hostet at twitvid.com in your posts or pages to embedded players.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"yellingnews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"solarissmoke on \"RSS Syndication Options\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/rss-syndication-options/#post-13192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 08:14:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13192@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"A plugin to let the administrator tell RSS aggregators the update frequency of the blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"solarissmoke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"maxrevive on \"Captcha for Comment\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/captcha-for-comment/#post-13191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 07:27:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13191@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"This plugin prevent unwanted spams. Prevent automated spams by bots and most important naughty peoples. It\'s simple and yet secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"maxrevive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"julianwp on \"AJAX Slide\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/ajax-slide/#post-13188\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 00:23:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13188@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Gives sliding animation on your page whenever you are going to go to another link using AJAX.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"julianwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"strangeqargo on \"WordpressPDF\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wordpresspdf/#post-13187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Sep 2009 21:58:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13187@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordpressPDF uses zviewer to embed PDFs converted to swfs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"strangeqargo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"loeffler on \"WPLastfm\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/wplastfm/#post-13185\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Sep 2009 15:40:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13185@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Displays recent tracks from your last.fm account.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"loeffler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"gopiplus on \"rss scroller\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/rss-scroller/#post-13184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 20 Sep 2009 13:19:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13184@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"This plug-in will display RSS feed with simple scroller or ticker.\nIt gradually reveals each item into view from left to right.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"gopiplus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\".fay on \"WP Sliding Login/Dashboard Panel\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/wp-sliding-logindashboard-panel/#post-13176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 22:08:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13176@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Add a sliding login/dashboard panel to Wordpress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\".fay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"cr4ckp0t on \"Linkerator\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/linkerator/#post-13175\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 21:49:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13175@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Scans content for triggers you provide and replaces them with a link with the URL provided.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"cr4ckp0t\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"zaussome on \"Powered by Wowhead\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/wowhead-powered/#post-13174\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 21:15:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13174@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Implements Wowhead Powered JavaScript for tooltips.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"zaussome\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"jacobras on \"JR Remove Generator Metatag\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/jr-remove-generator-metatag/#post-13173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 20:59:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13173@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Removes the \'Generator\' meta tag from wp_head(), making your blog a little bit safer.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jacobras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"jacobras on \"JR qTip for Wordpress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/jr-qtip-for-wordpress/#post-13172\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 19 Sep 2009 20:58:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13172@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"JR qTip for Wordpress is a plugin that uses qTip to display nice looking, user friendly tooltips. Colors and position are easily changeable.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"jacobras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2009-09-22 11:22:18\";s:4:\"etag\";s:34:\"\"47df0d406bf9b9a0e03f974448b7bc58\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6716\";s:4:\"date\";s:29:\"Tue, 22 Sep 2009 16:39:26 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(265,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1253680766','no'),(214,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:23:\"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 16:39:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"GKauten on \"AWeber Registration Integration\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.org/extend/plugins/aweber-registration-integration/#post-13200\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 00:35:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13200@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Integrates the AWeber contact registration script into your WordPress user registration process.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"GKauten\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"wiqet on \"Wiqet Photo / Video and Voice player\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://wordpress.org/extend/plugins/wiqet-photo-voice-and-webcam-video-personal-presentation-plugin/#post-12428\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 17 Aug 2009 11:49:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12428@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Create and manage Wiqets from within wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"wiqet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"lkoudal on \"SEO Booster Lite\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/seo-booster-lite/#post-10239\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 19 Apr 2009 21:10:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10239@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dynamic on-site SEO for your WordPress blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"lkoudal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"businessxpand on \"Snippets\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/snippets/#post-11044\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Jun 2009 15:28:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"11044@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Replace areas of your themes or content with user defined text or HTML.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"businessxpand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"gorzek on \"gorzek\'s BBCode Filter\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wordpress.org/extend/plugins/gorzeks-bbcode-plugin/#post-13196\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Sep 2009 13:51:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13196@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Stable version: trunk\n\nThis plugin provides a BBCode-like filter for posts and comments. It does not use shortcodes. It does support multi-line enclos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"gorzek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"lavluda on \"number of view\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/number-of-view/#post-12599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Aug 2009 02:01:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12599@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"A simple plugin to count and display hits of post and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"lavluda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"JonBishop on \"Socialize\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/socialize/#post-12952\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 20:50:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12952@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Provides an easy way to selectively add actionable social bookmarks to your posts content or below the post in an \'alert box\'.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"JonBishop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"bobking on \"Guest Blogger\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/guest-blogger/#post-12581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 24 Aug 2009 15:31:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12581@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"Simplifies finding a guest blogger, searching for an interesting\npost and creating a guest account. Adding expert articles becomes\nreal easy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"bobking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"internet techies on \"Smooth Slider\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/smooth-slider/#post-12949\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Sep 2009 15:35:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12949@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Smooth Slider adds a smooth content and image slideshow with customizable background and slide intervals to any location of your blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"internet techies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"twoenough on \"LockPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/lockpress/#post-13206\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Sep 2009 11:22:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13206@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WordPress plugin to charge your visitors.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"twoenough\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"jpatterson on \"Quick Contact\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/quick-contact/#post-13156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 15:05:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13156@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"The Quick Contact plugin for WordPress is a quick and simple way to add a \"contact us\" to your site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"jpatterson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"businessxpand on \"TinyMCE Options Override\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.org/extend/plugins/tinymce-options-override/#post-13149\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Sep 2009 13:56:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"13149@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Allows an Administrator to override the TinyMCE styling options a user can use when creating or editing a post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"businessxpand\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"kubi23 on \"NoSpamNX\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/nospamnx/#post-8421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Jan 2009 16:31:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"8421@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"To protect your Blog from automated spambots, which fill you comments with junk, this plugin adds additional formfields to your comment form, which ar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"kubi23\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"decafmedia on \"mailto:staff\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/extend/plugins/mailtostaff/#post-8107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Dec 2008 15:35:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"8107@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Multi-author blogs: Plugin generates mailto links on the dashboard referring to all user groups of the blog. Quite handy way of internal staff communi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"decafmedia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:7:\"\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"austyfrosty on \"Custom Login\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/custom-login/#post-12323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Aug 2009 23:53:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12323@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Display custom login screen at the \'/wp-login.php?action=login\' screen. Sweet!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"austyfrosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:13:\"last-modified\";s:19:\"2009-09-22 00:35:59\";s:4:\"etag\";s:34:\"\"d59cf6426475a590888b69579450464c\"\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:14:\"content-length\";s:4:\"6903\";s:4:\"date\";s:29:\"Tue, 22 Sep 2009 16:39:27 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:10:\"connection\";s:5:\"close\";}s:5:\"build\";i:20081219;}','no'),(213,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1253680767','no'),(195,0,'wporg_popular_tags','O:8:\"stdClass\":2:{s:7:\"timeout\";i:1254777521;s:6:\"cached\";a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"1034\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:3:\"870\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:3:\"659\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:3:\"639\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:3:\"624\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:3:\"565\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"502\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"365\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"360\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"337\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"318\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"292\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"283\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"246\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"244\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"233\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"198\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"197\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"179\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"174\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"163\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"161\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"159\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"158\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"154\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"154\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"153\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"150\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"145\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"142\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"141\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"138\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"138\";}s:10:\"formatting\";a:3:{s:4:\"name\";s:10:\"Formatting\";s:4:\"slug\";s:10:\"formatting\";s:5:\"count\";s:3:\"137\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"137\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"131\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"122\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"121\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"120\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"119\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"119\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"112\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"106\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"101\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"100\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"100\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:2:\"98\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:2:\"97\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:2:\"96\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:2:\"92\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:2:\"92\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:2:\"92\";}s:4:\"digg\";a:3:{s:4:\"name\";s:4:\"Digg\";s:4:\"slug\";s:4:\"digg\";s:5:\"count\";s:2:\"91\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:2:\"90\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:2:\"89\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:2:\"88\";}s:11:\"integration\";a:3:{s:4:\"name\";s:11:\"integration\";s:4:\"slug\";s:11:\"integration\";s:5:\"count\";s:2:\"87\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:2:\"86\";}s:4:\"wpmu\";a:3:{s:4:\"name\";s:4:\"wpmu\";s:4:\"slug\";s:4:\"wpmu\";s:5:\"count\";s:2:\"85\";}s:8:\"bookmark\";a:3:{s:4:\"name\";s:8:\"bookmark\";s:4:\"slug\";s:8:\"bookmark\";s:5:\"count\";s:2:\"83\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:2:\"83\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:2:\"80\";}s:6:\"flickr\";a:3:{s:4:\"name\";s:6:\"flickr\";s:4:\"slug\";s:6:\"flickr\";s:5:\"count\";s:2:\"80\";}s:6:\"random\";a:3:{s:4:\"name\";s:6:\"random\";s:4:\"slug\";s:6:\"random\";s:5:\"count\";s:2:\"78\";}s:9:\"bookmarks\";a:3:{s:4:\"name\";s:9:\"bookmarks\";s:4:\"slug\";s:9:\"bookmarks\";s:5:\"count\";s:2:\"77\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:2:\"77\";}s:5:\"yahoo\";a:3:{s:4:\"name\";s:5:\"yahoo\";s:4:\"slug\";s:5:\"yahoo\";s:5:\"count\";s:2:\"75\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:2:\"74\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:2:\"71\";}s:5:\"feeds\";a:3:{s:4:\"name\";s:5:\"feeds\";s:4:\"slug\";s:5:\"feeds\";s:5:\"count\";s:2:\"71\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:2:\"71\";}s:4:\"blog\";a:3:{s:4:\"name\";s:4:\"blog\";s:4:\"slug\";s:4:\"blog\";s:5:\"count\";s:2:\"71\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:2:\"70\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:2:\"69\";}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";s:2:\"68\";}s:8:\"template\";a:3:{s:4:\"name\";s:8:\"template\";s:4:\"slug\";s:8:\"template\";s:5:\"count\";s:2:\"68\";}s:11:\"delicious-1\";a:3:{s:4:\"name\";s:9:\"delicious\";s:4:\"slug\";s:11:\"delicious-1\";s:5:\"count\";s:2:\"63\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:2:\"63\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:2:\"61\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:2:\"60\";}s:5:\"music\";a:3:{s:4:\"name\";s:5:\"music\";s:4:\"slug\";s:5:\"music\";s:5:\"count\";s:2:\"59\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:2:\"59\";}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";s:2:\"59\";}s:5:\"tweet\";a:3:{s:4:\"name\";s:5:\"tweet\";s:4:\"slug\";s:5:\"tweet\";s:5:\"count\";s:2:\"59\";}s:8:\"blogroll\";a:3:{s:4:\"name\";s:8:\"blogroll\";s:4:\"slug\";s:8:\"blogroll\";s:5:\"count\";s:2:\"58\";}s:4:\"atom\";a:3:{s:4:\"name\";s:4:\"atom\";s:4:\"slug\";s:4:\"atom\";s:5:\"count\";s:2:\"58\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:2:\"58\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:2:\"57\";}s:4:\"mail\";a:3:{s:4:\"name\";s:4:\"mail\";s:4:\"slug\";s:4:\"mail\";s:5:\"count\";s:2:\"57\";}s:3:\"cms\";a:3:{s:4:\"name\";s:3:\"cms\";s:4:\"slug\";s:3:\"cms\";s:5:\"count\";s:2:\"57\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:2:\"56\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:2:\"56\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:2:\"56\";}s:3:\"php\";a:3:{s:4:\"name\";s:3:\"php\";s:4:\"slug\";s:3:\"php\";s:5:\"count\";s:2:\"55\";}s:7:\"archive\";a:3:{s:4:\"name\";s:7:\"archive\";s:4:\"slug\";s:7:\"archive\";s:5:\"count\";s:2:\"54\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:2:\"53\";}s:18:\"social-bookmarking\";a:3:{s:4:\"name\";s:18:\"social bookmarking\";s:4:\"slug\";s:18:\"social-bookmarking\";s:5:\"count\";s:2:\"53\";}s:14:\"authentication\";a:3:{s:4:\"name\";s:14:\"authentication\";s:4:\"slug\";s:14:\"authentication\";s:5:\"count\";s:2:\"52\";}s:4:\"date\";a:3:{s:4:\"name\";s:4:\"date\";s:4:\"slug\";s:4:\"date\";s:5:\"count\";s:2:\"51\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:2:\"51\";}}}','no'),(216,0,'_transient_timeout_plugin_slugs','1254865721','no'),(217,0,'_transient_plugin_slugs','a:11:{i:0;s:19:\"akismet/akismet.php\";i:1;s:21:\"calendar/calendar.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:9:\"hello.php\";i:4;s:29:\"html-sitemap/html-sitemap.php\";i:5;s:43:\"kpicasa-gallery-php4mod/kpicasa_gallery.php\";i:6;s:29:\"nextgen-gallery/nggallery.php\";i:7;s:29:\"pagerestrict/pagerestrict.php\";i:8;s:57:\"show-post-by-selective-category/show_post_by_category.php\";i:9;s:21:\"wp-table/wp-table.php\";i:10;s:39:\"wp-table-reloaded/wp-table-reloaded.php\";}','no'),(275,0,'ngg_db_version','1.3.1','yes'),(531,0,'pr_options','a:5:{s:5:\"pages\";a:57:{i:0;s:2:\"41\";i:1;s:2:\"41\";i:2;s:2:\"41\";i:3;s:3:\"481\";i:4;s:3:\"481\";i:5;s:3:\"549\";i:6;s:3:\"549\";i:7;s:3:\"481\";i:8;s:3:\"481\";i:9;s:2:\"36\";i:10;s:2:\"36\";i:11;s:2:\"52\";i:12;s:2:\"52\";i:13;s:2:\"60\";i:14;s:2:\"60\";i:15;s:3:\"492\";i:16;s:3:\"492\";i:17;s:2:\"65\";i:18;s:2:\"65\";i:19;s:3:\"497\";i:20;s:3:\"497\";i:21;s:2:\"63\";i:22;s:2:\"63\";i:23;s:3:\"213\";i:24;s:3:\"213\";i:25;s:3:\"268\";i:26;s:3:\"268\";i:27;s:3:\"272\";i:28;s:3:\"272\";i:29;s:3:\"270\";i:30;s:3:\"270\";i:31;s:3:\"549\";i:32;s:3:\"549\";i:33;s:3:\"549\";i:34;s:3:\"549\";i:35;s:3:\"549\";i:36;s:3:\"549\";i:37;s:3:\"549\";i:38;s:3:\"549\";i:39;s:3:\"481\";i:40;s:3:\"481\";i:41;s:3:\"481\";i:42;s:3:\"481\";i:43;s:3:\"481\";i:44;s:3:\"481\";i:45;s:3:\"481\";i:46;s:3:\"481\";i:47;s:3:\"481\";i:48;s:3:\"481\";i:49;s:3:\"481\";i:50;s:3:\"481\";i:51;s:3:\"481\";i:52;s:3:\"481\";i:53;s:3:\"481\";i:54;s:3:\"481\";i:55;s:2:\"36\";i:56;s:2:\"36\";}s:9:\"loginform\";b:0;s:6:\"method\";s:8:\"selected\";s:7:\"message\";s:77:\"Necesita introducir su usuario y contraseña para tener acceso a esta pagina.\";s:7:\"version\";s:3:\"1.6\";}','yes'),(316,0,'wptable','a:10:{s:12:\"border_color\";s:7:\"#5c6f76\";s:10:\"head_color\";s:7:\"#cdd4da\";s:9:\"alt_color\";s:7:\"#6d9ebd\";s:11:\"table_align\";s:0:\"\";s:11:\"border_size\";s:1:\"1\";s:11:\"cellpadding\";s:1:\"0\";s:11:\"cellspacing\";s:1:\"1\";s:11:\"table_width\";s:1:\"0\";s:11:\"use_cssfile\";s:0:\"\";s:11:\"use_sorting\";s:0:\"\";}','yes'),(380,0,'wpTable_next_update','1256073011','yes'),(547,0,'page_for_posts','','yes'),(449,0,'recently_activated','a:0:{}','yes'),(451,0,'ngg_next_update','1253742940','yes'),(554,0,'_transient_timeout_rss_c1f9d0f400ea517c489d96d6a1de1668','1253717872','no'),(555,0,'_transient_rss_c1f9d0f400ea517c489d96d6a1de1668','O:9:\"MagpieRSS\":17:{s:6:\"parser\";i:0;s:12:\"current_item\";a:0:{}s:5:\"items\";a:3:{i:0;a:13:{s:5:\"title\";s:19:\"Moved to new server\";s:4:\"link\";s:61:\"http://alexrabe.boelinger.com/2009/09/19/moved-to-new-server/\";s:8:\"comments\";s:70:\"http://alexrabe.boelinger.com/2009/09/19/moved-to-new-server/#comments\";s:7:\"pubdate\";s:31:\"Sat, 19 Sep 2009 21:29:41 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"alex.rabe\";}s:8:\"category\";s:6:\"Common\";s:4:\"guid\";s:36:\"http://alexrabe.boelinger.com/?p=459\";s:11:\"description\";s:191:\"Since one hour, I moved all content to my new server. There are still some memory issues and problems, but now I can re-enable the feeds&#8230; let me know when you receive any error message\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:286:\"<p>Since one hour, I moved all content to my new server. There are still some memory issues and problems, but now I can re-enable the feeds&#8230; let me know when you receive any error message</p>\n<img src=\"http://feeds.feedburner.com/~r/alexrabe/~4/8yUd2oZn3zk\" height=\"1\" width=\"1\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:66:\"http://alexrabe.boelinger.com/2009/09/19/moved-to-new-server/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"1\";}s:7:\"summary\";s:191:\"Since one hour, I moved all content to my new server. There are still some memory issues and problems, but now I can re-enable the feeds&#8230; let me know when you receive any error message\n\";s:12:\"atom_content\";s:286:\"<p>Since one hour, I moved all content to my new server. There are still some memory issues and problems, but now I can re-enable the feeds&#8230; let me know when you receive any error message</p>\n<img src=\"http://feeds.feedburner.com/~r/alexrabe/~4/8yUd2oZn3zk\" height=\"1\" width=\"1\"/>\";}i:1;a:13:{s:5:\"title\";s:18:\"feeds are disabled\";s:4:\"link\";s:60:\"http://alexrabe.boelinger.com/2009/09/15/feeds-are-disabled/\";s:8:\"comments\";s:69:\"http://alexrabe.boelinger.com/2009/09/15/feeds-are-disabled/#comments\";s:7:\"pubdate\";s:31:\"Tue, 15 Sep 2009 08:26:07 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"alex.rabe\";}s:8:\"category\";s:6:\"Common\";s:4:\"guid\";s:36:\"http://alexrabe.boelinger.com/?p=453\";s:11:\"description\";s:227:\"My traffic reached a new limit, my hoster didn&#8217;t accept anymore the CPU usage on my Webhosting. So I need to transfer now to a dedicated (virtual) server, until I moved everything I need at first disable the feed system.\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:322:\"<p>My traffic reached a new limit, my hoster didn&#8217;t accept anymore the CPU usage on my Webhosting. So I need to transfer now to a dedicated (virtual) server, until I moved everything I need at first disable the feed system.</p>\n<img src=\"http://feeds.feedburner.com/~r/alexrabe/~4/CSsN80xl-Bs\" height=\"1\" width=\"1\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:65:\"http://alexrabe.boelinger.com/2009/09/15/feeds-are-disabled/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"2\";}s:7:\"summary\";s:227:\"My traffic reached a new limit, my hoster didn&#8217;t accept anymore the CPU usage on my Webhosting. So I need to transfer now to a dedicated (virtual) server, until I moved everything I need at first disable the feed system.\n\";s:12:\"atom_content\";s:322:\"<p>My traffic reached a new limit, my hoster didn&#8217;t accept anymore the CPU usage on my Webhosting. So I need to transfer now to a dedicated (virtual) server, until I moved everything I need at first disable the feed system.</p>\n<img src=\"http://feeds.feedburner.com/~r/alexrabe/~4/CSsN80xl-Bs\" height=\"1\" width=\"1\"/>\";}i:2;a:13:{s:5:\"title\";s:8:\"bad idea\";s:4:\"link\";s:50:\"http://alexrabe.boelinger.com/2009/09/10/bad-idea/\";s:8:\"comments\";s:59:\"http://alexrabe.boelinger.com/2009/09/10/bad-idea/#comments\";s:7:\"pubdate\";s:31:\"Thu, 10 Sep 2009 15:32:25 +0000\";s:2:\"dc\";a:1:{s:7:\"creator\";s:9:\"alex.rabe\";}s:8:\"category\";s:10:\"Commoncode\";s:4:\"guid\";s:36:\"http://alexrabe.boelinger.com/?p=418\";s:11:\"description\";s:312:\"I know two bad ideas to protect your content against  content stealth :\n\nDisable per javascript the right click  to avoid that somebody get the source code,\nand for PHP to crypt your code with eval + gzinflate +base64_decode.\n\n It&#8217;s better not to publish anything before doing such a silly thing&#8230;\n\";s:7:\"content\";a:1:{s:7:\"encoded\";s:441:\"<p>I know two bad ideas to protect your content against  content stealth :</p>\n<ol>\n<li>Disable per javascript the right click  to avoid that somebody get the source code,</li>\n<li>and for PHP to crypt your code with eval + gzinflate +base64_decode.</li>\n</ol>\n<p> It&#8217;s better not to publish anything before doing such a silly thing&#8230;</p>\n<img src=\"http://feeds.feedburner.com/~r/alexrabe/~4/8ciRBu-baZM\" height=\"1\" width=\"1\"/>\";}s:3:\"wfw\";a:1:{s:10:\"commentrss\";s:55:\"http://alexrabe.boelinger.com/2009/09/10/bad-idea/feed/\";}s:5:\"slash\";a:1:{s:8:\"comments\";s:1:\"3\";}s:7:\"summary\";s:312:\"I know two bad ideas to protect your content against  content stealth :\n\nDisable per javascript the right click  to avoid that somebody get the source code,\nand for PHP to crypt your code with eval + gzinflate +base64_decode.\n\n It&#8217;s better not to publish anything before doing such a silly thing&#8230;\n\";s:12:\"atom_content\";s:441:\"<p>I know two bad ideas to protect your content against  content stealth :</p>\n<ol>\n<li>Disable per javascript the right click  to avoid that somebody get the source code,</li>\n<li>and for PHP to crypt your code with eval + gzinflate +base64_decode.</li>\n</ol>\n<p> It&#8217;s better not to publish anything before doing such a silly thing&#8230;</p>\n<img src=\"http://feeds.feedburner.com/~r/alexrabe/~4/8ciRBu-baZM\" height=\"1\" width=\"1\"/>\";}}s:7:\"channel\";a:8:{s:5:\"title\";s:9:\"alex.rabe\";s:4:\"link\";s:29:\"http://alexrabe.boelinger.com\";s:11:\"description\";s:32:\"ALEX RABE | learning by doing...\";s:13:\"lastbuilddate\";s:31:\"Sat, 19 Sep 2009 21:41:29 +0000\";s:9:\"generator\";s:29:\"http://wordpress.org/?v=2.8.4\";s:8:\"language\";s:2:\"en\";s:2:\"sy\";a:2:{s:12:\"updateperiod\";s:6:\"hourly\";s:15:\"updatefrequency\";s:1:\"1\";}s:7:\"tagline\";s:32:\"ALEX RABE | learning by doing...\";}s:9:\"textinput\";a:0:{}s:5:\"image\";a:0:{}s:9:\"feed_type\";s:3:\"RSS\";s:12:\"feed_version\";s:3:\"2.0\";s:5:\"stack\";a:0:{}s:9:\"inchannel\";b:0;s:6:\"initem\";b:0;s:9:\"incontent\";b:0;s:11:\"intextinput\";b:0;s:7:\"inimage\";b:0;s:13:\"current_field\";s:0:\"\";s:17:\"current_namespace\";b:0;s:19:\"_CONTENT_CONSTRUCTS\";a:6:{i:0;s:7:\"content\";i:1;s:7:\"summary\";i:2;s:4:\"info\";i:3;s:5:\"title\";i:4;s:7:\"tagline\";i:5;s:9:\"copyright\";}}','no'),(546,0,'page_on_front','0','yes'),(455,0,'_transient_plugins_delete_result_1','1','yes'),(1588,0,'_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1255986373;s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:5:\"2.2.6\";s:21:\"calendar/calendar.php\";s:5:\"1.2.2\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"2.0.4\";s:9:\"hello.php\";s:5:\"1.5.1\";s:29:\"html-sitemap/html-sitemap.php\";s:5:\"1.0.0\";s:43:\"kpicasa-gallery-php4mod/kpicasa_gallery.php\";s:5:\"0.1.5\";s:29:\"nextgen-gallery/nggallery.php\";s:5:\"1.3.6\";s:29:\"pagerestrict/pagerestrict.php\";s:3:\"1.6\";s:57:\"show-post-by-selective-category/show_post_by_category.php\";s:4:\"1.50\";s:21:\"wp-table/wp-table.php\";s:4:\"1.52\";s:39:\"wp-table-reloaded/wp-table-reloaded.php\";s:6:\"1.4.2a\";}s:8:\"response\";a:1:{s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:51:\"http://wordpress.org/extend/plugins/contact-form-7/\";s:7:\"package\";s:62:\"http://downloads.wordpress.org/plugin/contact-form-7.2.0.6.zip\";}}}','yes'),(1589,0,'wp_table_reloaded_options','a:10:{s:17:\"installed_version\";s:6:\"1.4.2a\";s:27:\"uninstall_upon_deactivation\";b:0;s:18:\"enable_tablesorter\";b:1;s:24:\"use_tablesorter_extended\";b:0;s:14:\"use_custom_css\";b:1;s:10:\"custom_css\";s:1001:\".wp-table-reloaded {\r\n	background-color:#CDCDCD;\r\n	margin:10px 0px 15px 0px;\r\n	font-size:8pt;\r\n	width:100%;\r\n	text-align:left;\r\n}\r\n.wp-table-reloaded th {\r\n	background-color:#E6EEEE;\r\n	border:1px solid #FFFFFF;\r\n	padding:4px;\r\n}\r\n.wp-table-reloaded td {\r\n	color:#3D3D3D;\r\n	padding:4px;\r\n	background-color:#FFFFFF;\r\n	vertical-align:top;\r\n}\r\n.wp-table-reloaded .even td {\r\n	background-color:#FFFFFF;\r\n}\r\n.wp-table-reloaded .odd td{\r\n	background-color:#F0F0F6;\r\n}\r\n.wp-table-reloaded .header {\r\n	background-image:url(http://ajiems.org/wp/wp-content/plugins/wp-table-reloaded/img/bg.gif);\r\n	background-repeat:no-repeat;\r\n	background-position:center right;\r\n	cursor:pointer;\r\n}\r\n.wp-table-reloaded .headerSortUp {\r\n	background-color:#8DBDD8;\r\n	background-image:url(http://ajiems.org/wp/wp-content/plugins/wp-table-reloaded/img/asc.gif);\r\n}\r\n\r\n.wp-table-reloaded .headerSortDown {\r\n	background-color:#8DBDD8;\r\n	background-image:url(http://ajiems.org/wp/wp-content/plugins/wp-table-reloaded/img/desc.gif);\r\n}\";s:12:\"install_time\";i:1254777561;s:15:\"show_donate_nag\";b:1;s:14:\"update_message\";a:0:{}s:7:\"last_id\";i:3;}','yes'),(1590,0,'wp_table_reloaded_tables','a:3:{i:1;s:24:\"wp_table_reloaded_data_1\";i:2;s:24:\"wp_table_reloaded_data_2\";i:3;s:24:\"wp_table_reloaded_data_3\";}','yes'),(1591,0,'wp_table_reloaded_data_1','a:9:{s:2:\"id\";i:1;s:4:\"data\";a:5:{i:0;a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:1;a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:2;a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:3;a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}i:4;a:5:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";}}s:4:\"name\";s:14:\"Prueba Reload.\";s:11:\"description\";s:17:\"Enter Description\";s:13:\"last_modified\";s:19:\"2009-10-05 17:58:12\";s:14:\"last_editor_id\";s:1:\"1\";s:10:\"visibility\";a:2:{s:4:\"rows\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:7:\"columns\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}}s:7:\"options\";a:5:{s:22:\"alternating_row_colors\";b:1;s:12:\"first_row_th\";b:1;s:10:\"print_name\";b:0;s:17:\"print_description\";b:0;s:15:\"use_tablesorter\";b:1;}s:13:\"custom_fields\";a:0:{}}','yes'),(1592,0,'wp_table_reloaded_data_2','a:8:{s:2:\"id\";s:1:\"2\";s:4:\"name\";s:24:\"institutos asociados.csv\";s:11:\"description\";s:35:\"institutos asociados.csv (text/csv)\";s:4:\"data\";a:39:{i:0;a:10:{i:0;s:12:\"INSTITUCIÓN\";i:1;s:18:\"DIRECTOR \r\nGENERAL\";i:2;s:6:\"E-MAIL\";i:3;s:28:\"DIRECTOR \r\nDE \r\nPREPARATORIA\";i:4;s:6:\"E-MAIL\";i:5;s:29:\"REPRESENTANTE \r\nANTE \r\nAJIEMS\";i:6;s:6:\"E-MAIL\";i:7;s:7:\"NUM. AL\";i:8;s:4:\"INC.\";i:9;s:8:\"TELEFONO\";}i:1;a:10:{i:0;s:34:\"BACHILLERATO CERVANTES LOMA BONITA\";i:1;s:20:\"Luis Dávalos Valdez\";i:2;s:0:\"\";i:3;s:35:\"Lic. Lizardo Octavio Contreras Sosa\";i:4;s:31:\"lizardocontreras\r\n@clb\r\n.edu.mx\";i:5;s:42:\"Lic. Lizardo Contreras\r\nLic. Carlos Campos\";i:6;s:31:\"lizardocontreras\r\n@clb\r\n.edu.mx\";i:7;s:3:\"400\";i:8;s:5:\"D.G.B\";i:9;s:8:\"35403993\";}i:2;a:10:{i:0;s:28:\"BACHILLERATO PRIMERO DE MAYO\";i:1;s:34:\"Prof. José Ma. Herández Rámirez\";i:2;s:29:\"dire\r\n@primerodemayo\r\n.edu.mx\";i:3;s:30:\"Lic. Victor Hugo Sandoval Hdz.\";i:4;s:29:\"dire\r\n@primerodemayo\r\n.edu.mx\";i:5;s:30:\"Lic. Victor Hugo sandoval Hdz.\";i:6;s:29:\"dire\r\n@primerodemayo\r\n.edu.mx\";i:7;s:2:\"80\";i:8;s:5:\"D.G.B\";i:9;s:7:\"3665671\";}i:3;a:10:{i:0;s:35:\"BACHILLERATO TECNOLÓGICO EL GRULLO\";i:1;s:22:\"Rubén Figueroa Zepeda\";i:2;s:26:\"figueroazr\r\n@hotmail\r\n.com\";i:3;s:27:\"Lic. Rubén Figueroa Zepeda\";i:4;s:26:\"figueroazr\r\n@hotmail\r\n.com\";i:5;s:27:\"Lic. Rubén Figueroa Zepeda\";i:6;s:26:\"figueroazr\r\n@hotmail\r\n.com\";i:7;s:3:\"260\";i:8;s:5:\"DGETI\";i:9;s:14:\"(321)\r\n3872549\";}i:4;a:10:{i:0;s:23:\"CENTRO CULTURAL ALTEÑO\";i:1;s:27:\"Francesco Benigni Stabilini\";i:2;s:28:\"franc_ben\r\n@prodigy\r\n.net.mx\";i:3;s:22:\"Lic. Francesco Begnini\";i:4;s:28:\"franc-ben\r\n@prodigy\r\n.net.mx\";i:5;s:29:\"Lic. Raúl de Anda Hernández\";i:6;s:23:\"rdeanda\r\n@itelcel\r\n.com\";i:7;s:3:\"120\";i:8;s:6:\"D.G.B.\";i:9;s:15:\"(348) \r\n7831313\";}i:5;a:10:{i:0;s:26:\"CENTRO ESCOLAR TORREBLANCA\";i:1;s:17:\"Lic. Paz Bautista\";i:2;s:0:\"\";i:3;s:27:\"Dra. Corina Flores Valdivia\";i:4;s:29:\"corina\r\n@torreblanca\r\n.edu.mx\";i:5;s:26:\"Dra.Corina Flores Valdivia\";i:6;s:29:\"corina\r\n@torreblanca\r\n.edu.mx\";i:7;s:2:\"70\";i:8;s:5:\"D.G.B\";i:9;s:8:\"36413200\";}i:6;a:10:{i:0;s:39:\"CENTRO DE DESARROLLO INTEGRAL ARBOLEDAS\";i:1;s:25:\"Mauricio Carvallo Pontón\";i:2;s:25:\"mcarvallo\r\n@cedi\r\n.edu.mx\";i:3;s:22:\"Lic. Alejandra Guevara\";i:4;s:24:\"aguevara\r\n@cedi\r\n.edu.mx\";i:5;s:33:\"Ing Mauricio Carvallo\r\nA. Guevara\";i:6;s:52:\"mcarvallo\r\n@cedi\r\n.edu.mx \r\naguevara\r\n@cedi\r\n.edu.mx\";i:7;s:3:\"175\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36203310\";}i:7;a:10:{i:0;s:39:\"CENTRO EDUCATIVO REGIONAL DE ATOTONILCO\";i:1;s:20:\"Lic. Adrián Valadez\";i:2;s:30:\"valadez_adrian\r\n@hotmail\r\n.com\";i:3;s:20:\"Lic. Adrián Valadez\";i:4;s:30:\"valadez_adrian\r\n@hotmail\r\n.com\";i:5;s:34:\"Lic. Ana Yazmín Seade Castellanos\";i:6;s:50:\"anay\r\n@iteso\r\n.mx \r\nvaladez_adrian\r\n@hotmail\r\n.com\";i:7;s:3:\"110\";i:8;s:5:\"ITESO\";i:9;s:14:\"(391)\r\n9173814\";}i:8;a:10:{i:0;s:40:\"CENTRO DE ESTUDIOS TECNOLÓGICOS JARALES\";i:1;s:28:\"Ing. Arturo Rivera Hernandez\";i:2;s:26:\"arivera\r\n@jarales\r\n.edu.mx\";i:3;s:34:\"Lic. Francisco Elizalde Rodríguez\";i:4;s:29:\"jfelizalde\r\n@jarales\r\n.edu.mx\";i:5;s:34:\"Lic. Francisco Elizalde Rodríguez\";i:6;s:29:\"jfelizalde\r\n@jarales\r\n.edu.mx\";i:7;s:3:\"112\";i:8;s:5:\"DGETI\";i:9;s:19:\"38341809 \r\next. 123\";}i:9;a:10:{i:0;s:15:\"COLEGIO ALEMÁN\";i:1;s:14:\"Rainer Quennet\";i:2;s:37:\"dirgeneral\r\n@colegioalemangd\r\n.com.mx\";i:3;s:23:\"Lic. Ma. Esther Piñera\";i:4;s:33:\"dirtec\r\n@colegioalemangd\r\n.com.mx\";i:5;s:30:\"Psic. Norma Herrera Valenzuela\";i:6;s:37:\"psicologia\r\n@colegioalemangd\r\n.com.mx\";i:7;s:3:\"123\";i:8;s:10:\"SEP-D.G.B.\";i:9;s:8:\"36850136\";}i:10;a:10:{i:0;s:43:\"COLEGIO ALONSO MANUEL ESCALANTE Y ESCALANTE\";i:1;s:34:\"Francisco Javier Jiménez Landeros\";i:2;s:32:\"javier_jimenez_l\r\n@hotmail\r\n.com\";i:3;s:33:\"Lic. Fco Javier Jiménez Landeros\";i:4;s:32:\"javier_jimenez_l\r\n@hotmail\r\n.com\";i:5;s:33:\"Lic. Fco Javier Jiménez Landeros\";i:6;s:32:\"javier_jimenez_l\r\n@hotmail\r\n.com\";i:7;s:2:\"95\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36197521\";}i:11;a:10:{i:0;s:16:\"COLEGIO ALTAMIRA\";i:1;s:29:\"Juan Carlos Flores Miramontes\";i:2;s:33:\"juancarlos\r\n@e-altamira\r\n.edu.mex\";i:3;s:29:\"Lic. José Ángel Camarena R.\";i:4;s:31:\"acamarena\r\n@e-altamira\r\n.edu.mx\";i:5;s:56:\"Lic. José Ángel Camarena R. \r\nLic. Alejandro Luther R.\";i:6;s:60:\"acamarena\r\n@e-altamira\r\n.edu.mx aluthe\r\n@e-altamira\r\n.edu.mx\";i:7;s:2:\"90\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36205338\";}i:12;a:10:{i:0;s:36:\"COLEGIO SALESIANO ANÁHUAC CHAPALITA\";i:1;s:34:\"Pbro. Alejandro Gómez Peña (SDB)\";i:2;s:0:\"\";i:3;s:29:\"Mtra. Lourdes Aceves Ramírez\";i:4;s:26:\"lourdes_cach\r\n@yahoo\r\n.com\";i:5;s:29:\"Mtra. Lourdes Aceves Ramírez\";i:6;s:26:\"lourdes_cach\r\n@yahoo\r\n.com\";i:7;s:3:\"420\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"31214090\";}i:13;a:10:{i:0;s:24:\"COLEGIO ENRIQUE DE OSSÓ\";i:1;s:17:\"Nilse Osorio Haas\";i:2;s:24:\"nilsastj\r\n@hotmail\r\n.com\";i:3;s:34:\"Lic. Ma. Del Carmen Villarreal MTS\";i:4;s:24:\"carmenvi\r\n@hotmail\r\n.com\";i:5;s:52:\"Lic. María del Carmen Villarreal\r\nLic. Hilda Osorio\";i:6;s:24:\"carmenvi\r\n@hotmail\r\n.com\";i:7;s:3:\"140\";i:8;s:5:\"D.G.B\";i:9;s:19:\"36411988 \r\n36411988\";}i:14;a:10:{i:0;s:34:\"COLEGIO FEBRES CORDERO  LA SALLE\";i:1;s:39:\"Lic. Gerardo de Jesús Dávila de León\";i:2;s:0:\"\";i:3;s:26:\"Hno. J.Carlos Martínez A.\";i:4;s:23:\"jcarlos\r\n@hotmail\r\n.com\";i:5;s:26:\"Hno. J.Carlos Martínez A.\";i:6;s:23:\"jcarlos\r\n@hotmail\r\n.com\";i:7;s:3:\"495\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36745854\";}i:15;a:10:{i:0;s:19:\"COLEGIO GUADALAJARA\";i:1;s:33:\"Mtra. Nora Cecilia Paredes Gracia\";i:2;s:34:\"norap\r\n@colegioguadalajra\r\n.com.mx\";i:3;s:19:\"Mtra. María Rostro\";i:4;s:37:\"mrostro\r\n@colegioguadalajara\r\n.com.mx\";i:5;s:19:\"Mtra. María Rostro\";i:6;s:37:\"mrostro\r\n@colegioguadalajara\r\n.com.mx\";i:7;s:3:\"200\";i:8;s:10:\"SEP-D.G.B.\";i:9;s:8:\"31212240\";}i:16;a:10:{i:0;s:23:\"COLEGIO INGLÉS HIDALGO\";i:1;s:28:\"Mtra. Heidi Wackerlin López\";i:2;s:21:\"heidiw\r\n@cih\r\n.edu.mx\";i:3;s:20:\"Lic. Marisol Guízar\";i:4;s:22:\"mguizar\r\n@cih\r\n.edu.mx\";i:5;s:44:\"Mtra. Heidi Wäckerlin\r\nLic. Marisol Guízar\";i:6;s:21:\"heidiw\r\n@cih\r\n.edu.mx\";i:7;s:3:\"108\";i:8;s:5:\"DGETI\";i:9;s:8:\"36297071\";}i:17;a:10:{i:0;s:14:\"COLEGIO LA PAZ\";i:1;s:28:\"Lic. Lorena Gil de Bobadilla\";i:2;s:21:\"lgil\r\n@lapaz\r\n.edu.mx\";i:3;s:23:\"Lic. Oscar Salcido Ruiz\";i:4;s:25:\"osalcido\r\n@lapaz\r\n.edu.mx\";i:5;s:23:\"Lic. Oscar Salcido Ruiz\";i:6;s:25:\"osalcido\r\n@lapaz\r\n.edu.mx\";i:7;s:2:\"90\";i:8;s:10:\"SEP-D.G.B.\";i:9;s:8:\"36427662\";}i:18;a:10:{i:0;s:39:\"COLEGIO MÉXICO NUEVO, CAMPUS LA CALMA \";i:1;s:31:\"Mtro. Antonio Rodríguez Orozco\";i:2;s:40:\"arodriguez\r\n@colegiomexiconuevo\r\n.com.mx\";i:3;s:29:\"Lic. Rafael Martínez Aguirre\";i:4;s:39:\"rmartinez\r\n@colegiomexiconuevo\r\n.com.mx\";i:5;s:29:\"Lic. Rafael Martínez Aguirre\";i:6;s:39:\"rmartinez\r\n@colegiomexiconuevo\r\n.com.mx\";i:7;s:3:\"200\";i:8;s:10:\"SEP-D.G.B.\";i:9;s:8:\"35875450\";}i:19;a:10:{i:0;s:42:\"COLEGIO MÉXICO NUEVO, CAMPUS SANTA ANITA \";i:1;s:29:\"Dr. Gabino Cárdenaz Olivares\";i:2;s:28:\"gabinocardenas\r\n@yahoo\r\n.com\";i:3;s:35:\"Lic. Ismael Eduardo Silva Íñiguez\";i:4;s:26:\"ismael2776\r\n@hotmail\r\n.com\";i:5;s:66:\"Dr. Gabino Cárdenas Olivares\r\nLic. Ismael Eduardo Silva Íñiguez\";i:6;s:57:\"gabinocardenas\r\n@yahoo\r\n.com \r\nismael2776\r\n@hotmail\r\n.com\";i:7;s:2:\"70\";i:8;s:10:\"SEP-D.G.B.\";i:9;s:8:\"36870678\";}i:20;a:10:{i:0;s:15:\"COLEGIO REFORMA\";i:1;s:26:\"Hna. Rocío Martínez Vaca\";i:2;s:0:\"\";i:3;s:25:\"Lic. Rosa Olivia Vital M.\";i:4;s:0:\"\";i:5;s:19:\"Lic. Adriana Flores\";i:6;s:27:\"adriana_fg1\r\n@hotmail\r\n.com\";i:7;s:3:\"390\";i:8;s:8:\"U. de G.\";i:9;s:8:\"36135340\";}i:21;a:10:{i:0;s:21:\"INSTITUTO DE CIENCIAS\";i:1;s:37:\"Rector Padre Guillermo Prieto Salinas\";i:2;s:0:\"\";i:3;s:22:\"Lic. Isabel Arias Mesa\";i:4;s:27:\"isabelarias\r\n@hotmail\r\n.com\";i:5;s:22:\"Lic. Isabel Arias Mesa\";i:6;s:25:\"isabelarias\r\n@hotmail.com\";i:7;s:3:\"840\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"38364334\";}i:22;a:10:{i:0;s:50:\"INSTITUTO DE HUMANIDADES Y CIENCIAS DE GUADALAJARA\";i:1;s:26:\"Carlos Padilla Evangelista\";i:2;s:28:\"hycig_carlop\r\n@hotmail\r\n.com\";i:3;s:24:\"Lic. Juan Manuel Estrada\";i:4;s:27:\"hycig_juanm\r\n@hotmail\r\n.com\";i:5;s:24:\"Lic. Juan Manuel Estrada\";i:6;s:27:\"hycig_juanm\r\n@hotmail\r\n.com\";i:7;s:3:\"140\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36315412\";}i:23;a:10:{i:0;s:28:\"INSTITUTO DE LA VERA  CRUZ\";i:1;s:34:\"Hna. Ana Lourdes Esquer Valenzuela\";i:2;s:32:\"avalenzuela\r\n@vera-cruz\r\n.edu.mx\";i:3;s:45:\"Mtra. Alejandra Martínez Negrete Villaseñor\";i:4;s:30:\"amartinez\r\n@vera-cruz\r\n.edu.mx\";i:5;s:33:\"Mtra. Alejandra Martínez Negrete\";i:6;s:30:\"amartinez\r\n@vera-cruz\r\n.edu.mx\";i:7;s:3:\"180\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"14043333\";}i:24;a:10:{i:0;s:18:\"INSTITUTO LAGUENSE\";i:1;s:29:\"Hno. Antonio Sánchez Partida\";i:2;s:0:\"\";i:3;s:36:\"Lic. Luis Gerardo Padilla Gutiérrez\";i:4;s:34:\"luisgerardopadilla\r\n@hotmail\r\n.com\";i:5;s:36:\"Lic. Luis Gerardo Padilla Gutiérrez\";i:6;s:34:\"luisgerardopadilla\r\n@hotmail\r\n.com\";i:7;s:0:\"\";i:8;s:7:\"SEP-DGB\";i:9;s:13:\"474 \r\n7417828\";}i:25;a:10:{i:0;s:36:\"INSTITUTO TEPEYAC CAMPUS SANTA ANITA\";i:1;s:19:\"Mtro. Jorge Alvarez\";i:2;s:23:\"jalvarez\r\n@itc\r\n.edu.mx\";i:3;s:34:\"Mtro. Marcolino Barreiro González\";i:4;s:24:\"mbarreiro\r\n@itc\r\n.edu.mx\";i:5;s:24:\"Mtro. Marcolino Barreiro\";i:6;s:24:\"mbarreiro\r\n@itc\r\n.edu.mx\";i:7;s:2:\"40\";i:8;s:7:\"SEP-DGB\";i:9;s:16:\"32838383 \r\next 4\";}i:26;a:10:{i:0;s:43:\"INSTITUTO UNIVERSITARIO FRAY PEDRO DE GANTE\";i:1;s:35:\"Pbro. José Trinidad Velasco Molina\";i:2;s:37:\"direccion\r\n@fraypedrodegante\r\n.com.mx\";i:3;s:26:\"Lic. M. Leticia Magaña T.\";i:4;s:37:\"lmtrewick\r\n@fraypedrodegante\r\n.com.mx\";i:5;s:26:\"Lic. M. Leticia Magaña T.\";i:6;s:37:\"lmtrewick\r\n@fraypedrodegante\r\n.com.mx\";i:7;s:3:\"350\";i:8;s:7:\"SEP-DGB\";i:9;s:17:\"36420031 \r\next.45\";}i:27;a:10:{i:0;s:15:\"LICEO DEL VALLE\";i:1;s:27:\"Lic. Gonzalo Mucharraz Cano\";i:2;s:32:\"gmucharraz\r\n@colmenares\r\n.org.mx\";i:3;s:33:\"Lic. José Ángel Sánchez Zepeda\";i:4;s:33:\"jsanchez\r\n@liceodelvalle\r\n.edu.mx\";i:5;s:33:\"Lic. José Ángel Sánchez Zepeda\";i:6;s:33:\"jsanchez\r\n@liceodelvalle\r\n.edu.mx\";i:7;s:3:\"200\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36480500\";}i:28;a:10:{i:0;s:41:\"PREPARATORIA ORIENTACIÒN LAGOS DE MORENO\";i:1;s:37:\"Hna. Maria Guadalupe López González\";i:2;s:36:\"colori\r\n@colegioorientacion\r\n.edu.mx\";i:3;s:32:\"Lic. Juan Carlos Hernández Mora\";i:4;s:31:\"juancamora2003\r\n@yahoo\r\n.com.mx\";i:5;s:32:\"Lic. Juan Carlos Hernández Mora\";i:6;s:31:\"juancamora2003\r\n@yahoo\r\n.com.mx\";i:7;s:3:\"120\";i:8;s:7:\"SEP-DGB\";i:9;s:15:\"(474) \r\n7465727\";}i:29;a:10:{i:0;s:34:\"PREPARATORIA RAMÓN LÓPEZ VELARDE\";i:1;s:32:\"Lic. Salvador Ramírez Martínez\";i:2;s:27:\"s_ramirez_m\r\n@hotmail\r\n.com\";i:3;s:31:\"Lic. Gerardo Emilian Hernández\";i:4;s:31:\"gerardoemilian\r\n@yahoo\r\n.com.mx\";i:5;s:39:\"Lic. Alejandro Luna B.\r\nMa. Carmen Cruz\";i:6;s:24:\"aluna642\r\n@hotmail\r\n.com\";i:7;s:2:\"78\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36001520\";}i:30;a:10:{i:0;s:33:\"PREPARATORIA TÉCNICA TLAMATINIME\";i:1;s:29:\"Víctor Manuel Flores Siordia\";i:2;s:31:\"prepatlamatini\r\n@yahoo\r\n.com.mx\";i:3;s:34:\"Lic. Víctor Manuel Flores Siordia\";i:4;s:31:\"prepatlamatini\r\n@yahoo\r\n.com.mx\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:28:\"U. de G \r\nSemi\r\nescolarizado\";i:9;s:8:\"36911342\";}i:31;a:10:{i:0;s:30:\"THE AMERICAN SCHOOL FOUNDATION\";i:1;s:12:\"Janet Heinzi\";i:2;s:0:\"\";i:3;s:13:\"David McGrath\";i:4;s:25:\"david.mcgrath\r\n@asfg\r\n.mx\";i:5;s:20:\"Mtra.Carmen Castillo\";i:6;s:27:\"carmen.castillo\r\n@asfg\r\n.mx\";i:7;s:3:\"320\";i:8;s:7:\"SEP-DGB\";i:9;s:8:\"36480299\";}i:32;a:10:{i:0;s:42:\"UNIVERSIDAD AUTÓNOMA DE GUADALAJARA (UAG)\";i:1;s:30:\"Dr. José Ma. Angel Rodríguez\";i:2;s:19:\"edumedia\r\n@uag\r\n.mx\";i:3;s:43:\"Ernesto Rosales Castañeda/Alfonso Nario B.\";i:4;s:41:\"erosales\r\n@uag\r\n.mx\r\nedumedia\r\n@uag\r\n.mx \";i:5;s:51:\"Lic. José Ma. Ángel Rodríguez\r\nIng Alfonso Nario\";i:6;s:40:\"anariob\r\n@uag\r\n.mx \r\nedumedia\r\n@uag\r\n.mx\";i:7;s:3:\"800\";i:8;s:11:\"Acuerdo SEP\";i:9;s:8:\"36425092\";}i:33;a:10:{i:0;s:41:\"UNIVERSIDAD DEL VALLE DE ATEMAJAC (UNIVA)\";i:1;s:29:\"José Carlos Pérez Gómez M.\";i:2;s:0:\"\";i:3;s:26:\"Lic. Jorge Antonio Luna C.\";i:4;s:23:\"jorge.luna\r\n@univa\r\n.mx\";i:5;s:27:\"Lic. Alfredo Zepeda Lomelí\";i:6;s:27:\"alfredo.zepeda\r\n@univa\r\n.mx\";i:7;s:4:\"1843\";i:8;s:10:\"DGB\r\nDGETI\";i:9;s:8:\"31340800\";}i:34;a:10:{i:0;s:49:\"UNIVERSIDAD DEL VALLE DE MÉXICO (UVM) CAMPUS SUR\";i:1;s:37:\"Rectos Regional Javier Cantalapiedía\";i:2;s:0:\"\";i:3;s:32:\"Ing. Jesús Iván Escamilla Ruiz\";i:4;s:31:\"jesus.escamillar\r\n@uvmnet\r\n.edu\";i:5;s:30:\"Ing. Jesús Iván Escamilla R.\";i:6;s:31:\"jesus.escamillar\r\n@uvmnet\r\n.edu\";i:7;s:4:\"1030\";i:8;s:6:\"D.G.B.\";i:9;s:20:\"36698400 \r\next.23141\";}i:35;a:10:{i:0;s:51:\"UNIVERSIDAD DEL VALLE DE MÉXICO (UVM) CAMPUS NORTE\";i:1;s:31:\"Dr. Constantino Álvarez Fuster\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:8:\"36272836\";}i:36;a:10:{i:0;s:53:\"UNIVERSIDAD DEL VALLE DE MÈXICO (UVM) CAMPUS ZAPOPAN\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";}i:37;a:10:{i:0;s:13:\"COLLEGE BOARD\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:38:\"Mtra. Concepción López de Wäckerlin\";i:6;s:48:\"aidei\r\n@cih\r\n.edu.mx \r\ncwackerlin\r\n@cih\r\n.edu.mx\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:8:\"31239115\";}i:38;a:10:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";}}s:7:\"options\";a:5:{s:22:\"alternating_row_colors\";b:1;s:12:\"first_row_th\";b:1;s:15:\"use_tablesorter\";b:1;s:10:\"print_name\";b:0;s:17:\"print_description\";b:0;}s:10:\"visibility\";a:2:{s:4:\"rows\";a:39:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;i:5;b:0;i:6;b:0;i:7;b:0;i:8;b:0;i:9;b:0;i:10;b:0;i:11;b:0;i:12;b:0;i:13;b:0;i:14;b:0;i:15;b:0;i:16;b:0;i:17;b:0;i:18;b:0;i:19;b:0;i:20;b:0;i:21;b:0;i:22;b:0;i:23;b:0;i:24;b:0;i:25;b:0;i:26;b:0;i:27;b:0;i:28;b:0;i:29;b:0;i:30;b:0;i:31;b:0;i:32;b:0;i:33;b:0;i:34;b:0;i:35;b:0;i:36;b:0;i:37;b:0;i:38;b:0;}s:7:\"columns\";a:10:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;i:5;b:0;i:6;b:0;i:7;b:0;i:8;b:0;i:9;b:0;}}s:13:\"last_modified\";s:19:\"2009-10-06 12:52:54\";s:14:\"last_editor_id\";s:1:\"1\";}','yes'),(1609,0,'wp_table_reloaded_data_3','a:8:{s:2:\"id\";s:1:\"3\";s:4:\"name\";s:14:\"comisiones.csv\";s:11:\"description\";s:25:\"comisiones.csv (text/csv)\";s:4:\"data\";a:34:{i:0;a:3:{i:0;s:10:\"COMISIONES\";i:1;s:12:\"INSTITUCIÓN\";i:2;s:11:\"INTEGRANTES\";}i:1;a:3:{i:0;s:7:\"ALUMNOS\";i:1;s:37:\"1. BACHILLERATO CERVANTES LOMA BONITA\";i:2;s:24:\"1. CARLOS CORPUS NÁJERA\";}i:2;a:3:{i:0;s:0:\"\";i:1;s:38:\"2. BACHILLERATO TECNOLÓGICO EL GRULLO\";i:2;s:25:\"2. RUBÉN FIGUEROA ZEPEDA\";}i:3;a:3:{i:0;s:0:\"\";i:1;s:39:\"3. CENTRO EDUCATIVO REGIONAL ATOTONILCO\";i:2;s:26:\"3. ADRIÁN VALADEZ ESTRADA\";}i:4;a:3:{i:0;s:0:\"\";i:1;s:18:\"4. COLEGIO ALEMÁN\";i:2;s:27:\"4. NORMA HERRERA VALENZUELA\";}i:5;a:3:{i:0;s:0:\"\";i:1;s:45:\"5. COLEGIO MÉXICO NUEVO, CAMPUS SANTA ANITA \";i:2;s:32:\"5. ISMAEL EDUARDO SILVA IÑIGUEZ\";}i:6;a:3:{i:0;s:0:\"\";i:1;s:21:\"6. INSTITUTO LAGUENSE\";i:2;s:23:\"6. LUIS GERARDO PADILLA\";}i:7;a:3:{i:0;s:0:\"\";i:1;s:8:\"7. UNIVA\";i:2;s:17:\"7. ALFREDO ZEPEDA\";}i:8;a:3:{i:0;s:0:\"\";i:1;s:26:\"8. COLEGIO INGLÉS HIDALGO\";i:2;s:19:\"8. HEIDI WÄCKERLIN\";}i:9;a:3:{i:0;s:8:\"DOCENTES\";i:1;s:31:\"1. BACHILLERATO PRIMERO DE MAYO\";i:2;s:24:\"1. VÍCTOR HUGO SANDOVAL\";}i:10;a:3:{i:0;s:0:\"\";i:1;s:29:\"2. CENTRO ESCOLAR TORREBLANCA\";i:2;s:19:\"2. CORINA FLORES V.\";}i:11;a:3:{i:0;s:0:\"\";i:1;s:27:\"3. COLEGIO ENRIQUE DE OSSÓ\";i:2;s:38:\"3. MA. DEL CARMEN VILLAREAL GUTIÉRREZ\";}i:12;a:3:{i:0;s:0:\"\";i:1;s:22:\"4. COLEGIO GUADALAJARA\";i:2;s:16:\"4. MARÍA ROSTRO\";}i:13;a:3:{i:0;s:0:\"\";i:1;s:42:\"5. COLEGIO MÉXICO NUEVO, CAMPUS LA CALMA \";i:2;s:28:\"5. SERGIO ARTURO PARADA ALBA\";}i:14;a:3:{i:0;s:0:\"\";i:1;s:8:\"6. HYCIG\";i:2;s:22:\"6. JUAN MANUEL ESTRADA\";}i:15;a:3:{i:0;s:0:\"\";i:1;s:28:\"7. INSTITUTO DE LA VERA-CRUZ\";i:2;s:30:\"7. ALEJANDRA MARTÍNEZ NEGRETE\";}i:16;a:3:{i:0;s:0:\"\";i:1;s:46:\"8. INSTITUTO UNIVERSITARIO FRAY PEDRO DE GANTE\";i:2;s:24:\"8. SERGIO RIVERA FUENTES\";}i:17;a:3:{i:0;s:0:\"\";i:1;s:37:\"9. PREPARATORIA RAMÓN LÓPEZ VELARDE\";i:2;s:39:\"9. ALEJANDRO CÉSAR ANTONIO LUNA BERNAL\";}i:18;a:3:{i:0;s:0:\"\";i:1;s:18:\"10. UVM CAMPUS SUR\";i:2;s:19:\"10. IVÁN ESCAMILLA\";}i:19;a:3:{i:0;s:0:\"\";i:1;s:40:\"11. COLEGIO ORIENTACIÓN LAGOS DE MORENO\";i:2;s:26:\"11. JUAN CARLOS HERNÁNDEZ\";}i:20;a:3:{i:0;s:0:\"\";i:1;s:8:\"12. CEDI\";i:2;s:21:\"12. MAURICIO CARVALLO\";}i:21;a:3:{i:0;s:10:\"DIRECTIVOS\";i:1;s:26:\"1. CENTRO CULTURAL ALTEÑO\";i:2;s:16:\"1. RAÚL DE ANDA\";}i:22;a:3:{i:0;s:0:\"\";i:1;s:43:\"2. CENTRO DE ESTUDIOS TECNOLÓGICOS JARALES\";i:2;s:20:\"2. LUIS AMADOR REYES\";}i:23;a:3:{i:0;s:0:\"\";i:1;s:8:\"3. CAMEE\";i:2;s:22:\"3. GABRIEL MONTES ZUNO\";}i:24;a:3:{i:0;s:0:\"\";i:1;s:26:\"4. COLEGIO INGLÉS HIDALGO\";i:2;s:19:\"4. HEIDI WÄCKERLIN\";}i:25;a:3:{i:0;s:0:\"\";i:1;s:43:\"5. COLEGIO MÉXICO NUEVO CAMPUS SANTA ANITA\";i:2;s:22:\"5. GABINO CÁRDENAS O.\";}i:26;a:3:{i:0;s:17:\"PADRES DE FAMILIA\";i:1;s:19:\"1. COLEGIO ALTAMIRA\";i:2;s:24:\"1. ALEJANDRO LUTHE RÍOS\";}i:27;a:3:{i:0;s:0:\"\";i:1;s:29:\"2. COLEGIO ANÁHUAC CHAPALITA\";i:2;s:18:\"2. CECILIA GRAJEDA\";}i:28;a:3:{i:0;s:0:\"\";i:1;s:36:\"3. COLEGIO FEBRES CORDERO - LA SALLE\";i:2;s:29:\"3. J. CARLOS MARTÍNEZ AGUADO\";}i:29;a:3:{i:0;s:0:\"\";i:1;s:24:\"4. INSTITUTO DE CIENCIAS\";i:2;s:18:\"4. SUZETTE BERNARD\";}i:30;a:3:{i:0;s:0:\"\";i:1;s:6:\"5. UAG\";i:2;s:24:\"5. ALFONSO NARIO BONILLA\";}i:31;a:3:{i:0;s:21:\"INTERNACIONALIZACIÓN\";i:1;s:18:\"1. LICEO DEL VALLE\";i:2;s:27:\"1. JOSÉ MANUEL SÁNCHEZ Z.\";}i:32;a:3:{i:0;s:0:\"\";i:1;s:16:\"2. COLLEGE BOARD\";i:2;s:32:\"2. CONCHITA LÓPEZ DE WÄCKERLIN\";}i:33;a:3:{i:0;s:26:\"PROMOCIÓN Y COMUNICACIÓN\";i:1;s:19:\"1. COLEGIO ALTAMIRA\";i:2;s:32:\"1. JUAN CARLOS FLORES MIRAMONTES\";}}s:7:\"options\";a:5:{s:22:\"alternating_row_colors\";b:1;s:12:\"first_row_th\";b:1;s:15:\"use_tablesorter\";b:1;s:10:\"print_name\";b:0;s:17:\"print_description\";b:0;}s:10:\"visibility\";a:2:{s:4:\"rows\";a:34:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;i:5;b:0;i:6;b:0;i:7;b:0;i:8;b:0;i:9;b:0;i:10;b:0;i:11;b:0;i:12;b:0;i:13;b:0;i:14;b:0;i:15;b:0;i:16;b:0;i:17;b:0;i:18;b:0;i:19;b:0;i:20;b:0;i:21;b:0;i:22;b:0;i:23;b:0;i:24;b:0;i:25;b:0;i:26;b:0;i:27;b:0;i:28;b:0;i:29;b:0;i:30;b:0;i:31;b:0;i:32;b:0;i:33;b:0;}s:7:\"columns\";a:3:{i:0;b:0;i:1;b:0;i:2;b:0;}}s:13:\"last_modified\";s:19:\"2009-10-06 13:02:11\";s:14:\"last_editor_id\";s:1:\"1\";}','yes'),(1615,0,'category_children','a:0:{}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL auto_increment,
  `post_id` bigint(20) unsigned NOT NULL default '0',
  `meta_key` varchar(255) default NULL,
  `meta_value` longtext,
  PRIMARY KEY  (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=444 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_edit_lock','1254514490'),(2,2,'_edit_last','1'),(3,5,'_wp_attached_file','2009/09/AJIEMSlogo.jpg'),(4,5,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"160\";s:6:\"height\";s:3:\"118\";s:14:\"hwstring_small\";s:23:\"height=\'94\' width=\'128\'\";s:4:\"file\";s:22:\"2009/09/AJIEMSlogo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"AJIEMSlogo-150x118.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"118\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5,8,'_edit_lock','1254508919'),(6,8,'_edit_last','1'),(7,9,'_wp_attached_file','2009/09/oscarsalcido.jpg'),(8,9,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:24:\"2009/09/oscarsalcido.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"oscarsalcido-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(9,17,'_wp_attached_file','2009/09/carlosflores.jpg'),(10,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:24:\"2009/09/carlosflores.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"carlosflores-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(11,18,'_wp_attached_file','2009/09/oscarsalcido2.jpg'),(12,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:25:\"2009/09/oscarsalcido2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"oscarsalcido2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(13,19,'_wp_attached_file','2009/09/ceciliagrajeda.jpg'),(14,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:26:\"2009/09/ceciliagrajeda.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"ceciliagrajeda-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(15,20,'_wp_attached_file','2009/09/carlosflores1.jpg'),(16,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:25:\"2009/09/carlosflores1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"carlosflores1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(17,21,'_wp_attached_file','2009/09/josecorona.jpg'),(18,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:22:\"2009/09/josecorona.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"josecorona-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(19,22,'_wp_attached_file','2009/09/carlosflores2.jpg'),(20,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:25:\"2009/09/carlosflores2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"carlosflores2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(21,23,'_wp_attached_file','2009/09/josecorona1.jpg'),(22,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:23:\"2009/09/josecorona1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"josecorona1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(23,24,'_wp_attached_file','2009/09/carlosflores21.jpg'),(24,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:26:\"2009/09/carlosflores21.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"carlosflores21-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(25,25,'_wp_attached_file','2009/09/josemaria.jpg'),(26,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:21:\"2009/09/josemaria.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"josemaria-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(27,26,'_wp_attached_file','2009/09/irmacontreras.jpg'),(28,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:25:\"2009/09/irmacontreras.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"irmacontreras-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(29,27,'_wp_attached_file','2009/09/josecorona2.jpg'),(30,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"213\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:23:\"2009/09/josecorona2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"josecorona2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(31,33,'_edit_lock','1254776711'),(32,33,'_edit_last','1'),(33,36,'_edit_lock','1254851255'),(34,36,'_edit_last','1'),(35,41,'_edit_lock','1254510392'),(36,41,'_edit_last','1'),(37,52,'_edit_lock','1254510364'),(38,52,'_edit_last','1'),(39,60,'_edit_lock','1254510368'),(40,60,'_edit_last','1'),(41,63,'_edit_lock','1254510378'),(42,63,'_edit_last','1'),(43,65,'_edit_lock','1254510365'),(44,65,'_edit_last','1'),(45,67,'_edit_lock','1254510349'),(46,67,'_edit_last','1'),(336,514,'_edit_lock','1254509006'),(335,512,'_edit_last','1'),(49,77,'_wp_attached_file','2009/09/6tocongreso.jpg'),(50,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"201\";s:6:\"height\";s:3:\"257\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:23:\"2009/09/6tocongreso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"6tocongreso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(51,78,'_wp_attached_file','2009/09/5tocongreso.jpg'),(52,78,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"201\";s:6:\"height\";s:3:\"270\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'71\'\";s:4:\"file\";s:23:\"2009/09/5tocongreso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"5tocongreso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(53,79,'_wp_attached_file','2009/09/4tocongreso.jpg'),(54,79,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"201\";s:6:\"height\";s:3:\"267\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:23:\"2009/09/4tocongreso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"4tocongreso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(55,80,'_wp_attached_file','2009/09/3ercongreso.jpg'),(56,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"201\";s:6:\"height\";s:3:\"268\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:23:\"2009/09/3ercongreso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"3ercongreso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(57,82,'_wp_attached_file','2009/09/2docongreso.jpg'),(58,82,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"201\";s:6:\"height\";s:3:\"251\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'76\'\";s:4:\"file\";s:23:\"2009/09/2docongreso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"2docongreso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(59,84,'_wp_attached_file','2009/09/1ercongreso.jpg'),(60,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"201\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:23:\"height=\'95\' width=\'128\'\";s:4:\"file\";s:23:\"2009/09/1ercongreso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"1ercongreso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(334,512,'_edit_lock','1254509929'),(103,151,'_wp_attached_file','2009/09/cedi.jpg'),(338,516,'_edit_lock','1254509117'),(337,514,'_edit_last','1'),(66,113,'_wp_attached_file','2009/09/AJIEMSlogo1.jpg'),(67,113,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"160\";s:6:\"height\";s:3:\"118\";s:14:\"hwstring_small\";s:23:\"height=\'94\' width=\'128\'\";s:4:\"file\";s:23:\"2009/09/AJIEMSlogo1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"AJIEMSlogo1-150x118.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"118\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(360,549,'_edit_lock','1254523737'),(158,202,'homethumb','AJIEMSlogo'),(72,125,'_edit_lock','1254515525'),(73,125,'_edit_last','1'),(74,126,'_wp_attached_file','2009/09/cervantes.jpg'),(75,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'102\'\";s:4:\"file\";s:21:\"2009/09/cervantes.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"cervantes-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(76,127,'_wp_attached_file','2009/09/octaviocontreras.jpg'),(77,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"169\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:28:\"2009/09/octaviocontreras.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"octaviocontreras-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(78,132,'_wp_attached_file','2009/09/1erodemayo.jpg'),(79,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"148\";s:6:\"height\";s:3:\"162\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'87\'\";s:4:\"file\";s:22:\"2009/09/1erodemayo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"1erodemayo-148x150.jpg\";s:5:\"width\";s:3:\"148\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(80,133,'_wp_attached_file','2009/09/hugosandoval.jpg'),(81,133,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:24:\"2009/09/hugosandoval.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"hugosandoval-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(82,134,'_wp_attached_file','2009/09/btg.jpg'),(83,134,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:15:\"2009/09/btg.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"btg-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(84,135,'_wp_attached_file','2009/09/btg1.jpg'),(85,135,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:16:\"2009/09/btg1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"btg1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(86,136,'_wp_attached_file','2009/09/cca.jpg'),(87,136,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"163\";s:6:\"height\";s:3:\"176\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:15:\"2009/09/cca.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"cca-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(88,137,'_wp_attached_file','2009/09/rauldeanda.jpg'),(89,137,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:22:\"2009/09/rauldeanda.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"rauldeanda-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(90,139,'_wp_attached_file','2009/09/torreb.jpg'),(91,139,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"147\";s:6:\"height\";s:3:\"186\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:18:\"2009/09/torreb.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"torreb-147x150.jpg\";s:5:\"width\";s:3:\"147\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(92,140,'_wp_attached_file','2009/09/torreb1.jpg'),(93,140,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"147\";s:6:\"height\";s:3:\"186\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'75\'\";s:4:\"file\";s:19:\"2009/09/torreb1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"torreb1-147x150.jpg\";s:5:\"width\";s:3:\"147\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(94,141,'_wp_attached_file','2009/09/corinaflores.jpg'),(95,141,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"169\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:24:\"2009/09/corinaflores.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"corinaflores-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(96,143,'_wp_attached_file','2009/09/tecnologicoindustrial.jpg'),(97,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"195\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'74\'\";s:4:\"file\";s:33:\"2009/09/tecnologicoindustrial.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:33:\"tecnologicoindustrial-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(98,144,'_wp_attached_file','2009/09/irmacontreras2.jpg'),(99,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:26:\"2009/09/irmacontreras2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"irmacontreras2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(157,202,'_edit_last','1'),(104,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:16:\"2009/09/cedi.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:16:\"cedi-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(105,152,'_wp_attached_file','2009/09/mauriciocarballo.jpg'),(106,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"169\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:28:\"2009/09/mauriciocarballo.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"mauriciocarballo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(107,153,'_wp_attached_file','2009/09/atotonilco.jpg'),(108,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"173\";s:14:\"hwstring_small\";s:22:\"height=\'95\' width=\'83\'\";s:4:\"file\";s:22:\"2009/09/atotonilco.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"atotonilco-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(109,154,'_wp_attached_file','2009/09/carloscorona.jpg'),(110,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"170\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:24:\"2009/09/carloscorona.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"carloscorona-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(111,156,'_wp_attached_file','2009/09/deportivojarales.jpg'),(112,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"152\";s:6:\"height\";s:3:\"179\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'81\'\";s:4:\"file\";s:28:\"2009/09/deportivojarales.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"deportivojarales-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(113,157,'_wp_attached_file','2009/09/colegioalonso.jpg'),(114,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"152\";s:6:\"height\";s:3:\"171\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:25:\"2009/09/colegioalonso.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"colegioalonso-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(115,158,'_wp_attached_file','2009/09/altamira.jpg'),(116,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"152\";s:6:\"height\";s:3:\"209\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'69\'\";s:4:\"file\";s:20:\"2009/09/altamira.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"altamira-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(117,159,'_wp_attached_file','2009/09/anahuac.jpg'),(118,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"152\";s:6:\"height\";s:3:\"187\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'78\'\";s:4:\"file\";s:19:\"2009/09/anahuac.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"anahuac-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(119,160,'_wp_attached_file','2009/09/ceciliagrajeda2.jpg'),(120,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"170\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'84\'\";s:4:\"file\";s:27:\"2009/09/ceciliagrajeda2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"ceciliagrajeda2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(121,161,'_wp_attached_file','2009/09/colegioenrique.jpg'),(122,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"215\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'66\'\";s:4:\"file\";s:26:\"2009/09/colegioenrique.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"colegioenrique-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(123,162,'_wp_attached_file','2009/09/carmenvillareal.jpg'),(124,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"167\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:27:\"2009/09/carmenvillareal.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"carmenvillareal-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(125,163,'_wp_attached_file','2009/09/colegiofrancisco.jpg'),(126,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"175\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'82\'\";s:4:\"file\";s:28:\"2009/09/colegiofrancisco.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"colegiofrancisco-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(156,202,'_edit_lock','1253712564'),(153,192,'homethumb','6tocongreso'),(134,184,'_edit_lock','1253708248'),(135,184,'_edit_last','1'),(137,186,'_edit_lock','1253708291'),(138,186,'_edit_last','1'),(142,190,'_edit_lock','1253714250'),(143,190,'_edit_last','1'),(145,192,'_edit_lock','1253711384'),(146,192,'_edit_last','1'),(148,194,'_edit_lock','1254865697'),(149,194,'_edit_last','1'),(150,194,'homethumb','7mo-Congreso-Docente'),(161,206,'_edit_lock','1253713979'),(162,206,'_edit_last','1'),(163,206,'homethumb','ajiems3'),(165,208,'_edit_lock','1253713880'),(166,208,'_edit_last','1'),(167,208,'homethumb','ajiems1'),(173,213,'_edit_last','1'),(174,215,'_wp_attached_file','ajiems1.jpg'),(172,213,'_edit_lock','1254510437'),(175,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"468\";s:6:\"height\";s:3:\"306\";s:14:\"hwstring_small\";s:23:\"height=\'83\' width=\'128\'\";s:4:\"file\";s:11:\"ajiems1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"ajiems1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"ajiems1-300x196.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"196\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(176,216,'_wp_attached_file','ajiems2.jpg'),(177,216,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1600\";s:6:\"height\";s:4:\"1143\";s:14:\"hwstring_small\";s:23:\"height=\'91\' width=\'128\'\";s:4:\"file\";s:11:\"ajiems2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"ajiems2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"ajiems2-300x214.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"214\";}s:5:\"large\";a:3:{s:4:\"file\";s:20:\"ajiems2-1024x731.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"731\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:5:\"E2200\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1108235472\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"4.7\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:15:\"0.0884955752212\";s:5:\"title\";s:0:\"\";}}'),(178,217,'_wp_attached_file','ajiems3.jpg'),(179,217,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1000\";s:6:\"height\";s:3:\"669\";s:14:\"hwstring_small\";s:23:\"height=\'85\' width=\'128\'\";s:4:\"file\";s:11:\"ajiems3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"ajiems3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"ajiems3-300x200.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"200\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1216937077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"110\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";}}'),(181,219,'_wp_attached_file','ajiems4.jpg'),(182,219,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"337\";s:14:\"hwstring_small\";s:23:\"height=\'71\' width=\'128\'\";s:4:\"file\";s:11:\"ajiems4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"ajiems4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"ajiems4-300x168.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"168\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(184,190,'homethumb','ajiems2'),(186,249,'_wp_attached_file','irmacontreras2.jpg'),(187,249,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"151\";s:6:\"height\";s:3:\"168\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:18:\"irmacontreras2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"irmacontreras2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(188,267,'_edit_lock','1254174423'),(189,267,'_edit_last','1'),(190,268,'_edit_lock','1254510446'),(191,268,'_edit_last','1'),(192,270,'_edit_lock','1254510459'),(193,270,'_edit_last','1'),(194,272,'_edit_lock','1254510453'),(195,272,'_edit_last','1'),(196,281,'_wp_attached_file','alejandra.jpg'),(197,281,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"695\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:13:\"alejandra.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"alejandra-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"alejandra-271x300.jpg\";s:5:\"width\";s:3:\"271\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714436\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(198,282,'_wp_attached_file','alejandra1.jpg'),(199,282,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"695\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'86\'\";s:4:\"file\";s:14:\"alejandra1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"alejandra1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"alejandra1-271x300.jpg\";s:5:\"width\";s:3:\"271\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714436\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(200,286,'_wp_attached_file','gevara.jpg'),(201,286,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"696\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'87\'\";s:4:\"file\";s:10:\"gevara.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"gevara-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"gevara-271x300.jpg\";s:5:\"width\";s:3:\"271\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714766\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(202,293,'_wp_attached_file','zepeda.jpg'),(203,293,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"739\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'92\'\";s:4:\"file\";s:10:\"zepeda.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"zepeda-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"zepeda-288x300.jpg\";s:5:\"width\";s:3:\"288\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253715134\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(204,297,'_wp_attached_file','velarde.jpg'),(205,297,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"765\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'95\'\";s:4:\"file\";s:11:\"velarde.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"velarde-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"velarde-298x300.jpg\";s:5:\"width\";s:3:\"298\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712340\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(206,299,'_wp_attached_file','altamira.jpg'),(207,299,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:12:\"altamira.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"altamira-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"altamira-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(208,302,'_wp_attached_file','nario-copy.jpg'),(209,302,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:14:\"nario-copy.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"nario-copy-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"nario-copy-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(210,303,'_wp_attached_file','nario.jpg'),(211,303,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:9:\"nario.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"nario-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"nario-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(212,304,'_wp_attached_file','nario2.jpg'),(213,304,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:10:\"nario2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"nario2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"nario2-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(214,305,'_wp_attached_file','nario3.jpg'),(215,305,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:10:\"nario3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"nario3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"nario3-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(216,306,'_wp_attached_file','nario4.jpg'),(217,306,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:10:\"nario4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"nario4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"nario4-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(218,307,'_wp_attached_file','nario41.jpg'),(219,307,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:11:\"nario41.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"nario41-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"nario41-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(220,311,'_wp_attached_file','nario42.jpg'),(221,311,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1015\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:11:\"nario42.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:19:\"nario42-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:19:\"nario42-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712207\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(222,314,'_wp_attached_file','univa.jpg'),(223,314,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"954\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'103\'\";s:4:\"file\";s:9:\"univa.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"univa-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"univa-300x279.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"279\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713816\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(224,322,'_wp_attached_file','adriana-flores2.jpg'),(225,322,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"374\";s:6:\"height\";s:3:\"529\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:19:\"adriana-flores2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"adriana-flores2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"adriana-flores2-212x300.jpg\";s:5:\"width\";s:3:\"212\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX P80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253895168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"22.9\";s:3:\"iso\";s:2:\"89\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(226,323,'_wp_attached_file','adriana-flores21.jpg'),(227,323,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"374\";s:6:\"height\";s:3:\"529\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:20:\"adriana-flores21.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"adriana-flores21-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"adriana-flores21-212x300.jpg\";s:5:\"width\";s:3:\"212\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX P80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253895168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"22.9\";s:3:\"iso\";s:2:\"89\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(228,325,'_wp_attached_file','adriana-flores3.jpg'),(229,325,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"543\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:19:\"adriana-flores3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"adriana-flores3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"adriana-flores3-212x300.jpg\";s:5:\"width\";s:3:\"212\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX P80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253895168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"22.9\";s:3:\"iso\";s:2:\"89\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(230,326,'_wp_attached_file','adriana-flores4.jpg'),(231,326,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"426\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:19:\"adriana-flores4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"adriana-flores4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"adriana-flores4-211x300.jpg\";s:5:\"width\";s:3:\"211\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX P80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253895168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"22.9\";s:3:\"iso\";s:2:\"89\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(232,327,'_wp_attached_file','adriana-flores5.jpg'),(233,327,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"374\";s:6:\"height\";s:3:\"529\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'67\'\";s:4:\"file\";s:19:\"adriana-flores5.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"adriana-flores5-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"adriana-flores5-212x300.jpg\";s:5:\"width\";s:3:\"212\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"COOLPIX P80\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253895168\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"22.9\";s:3:\"iso\";s:2:\"89\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";}}'),(234,330,'_wp_attached_file','altamira1.jpg'),(235,330,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:13:\"altamira1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"altamira1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"altamira1-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712252\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(236,334,'_wp_attached_file','seade.jpg'),(237,334,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"632\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'79\'\";s:4:\"file\";s:9:\"seade.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:17:\"seade-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:17:\"seade-246x300.jpg\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253711876\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(238,337,'_wp_attached_file','juan-manuel-estrada2.jpg'),(239,337,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"169\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'85\'\";s:4:\"file\";s:24:\"juan-manuel-estrada2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"juan-manuel-estrada2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(240,339,'_wp_attached_file','seade2.jpg'),(241,339,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"632\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'79\'\";s:4:\"file\";s:10:\"seade2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:18:\"seade2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:18:\"seade2-246x300.jpg\";s:5:\"width\";s:3:\"246\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253711876\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(242,341,'_wp_attached_file','carmen-castillo.jpg'),(243,341,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"715\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'89\'\";s:4:\"file\";s:19:\"carmen-castillo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"carmen-castillo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"carmen-castillo-279x300.jpg\";s:5:\"width\";s:3:\"279\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712514\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(244,343,'_wp_attached_file','VILLAREAL.jpg'),(245,343,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"940\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'104\'\";s:4:\"file\";s:13:\"VILLAREAL.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"VILLAREAL-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"VILLAREAL-300x275.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"275\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714547\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(246,345,'_wp_attached_file','conchita-lopez.jpg'),(247,345,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"671\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'83\'\";s:4:\"file\";s:18:\"conchita-lopez.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"conchita-lopez-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"conchita-lopez-262x300.jpg\";s:5:\"width\";s:3:\"262\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712602\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(248,347,'_wp_attached_file','corina-flores.jpg'),(249,347,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"708\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:17:\"corina-flores.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"corina-flores-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"corina-flores-276x300.jpg\";s:5:\"width\";s:3:\"276\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253708047\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(250,349,'_wp_attached_file','David-Charles.jpg'),(251,349,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"708\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:17:\"David-Charles.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"David-Charles-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"David-Charles-276x300.jpg\";s:5:\"width\";s:3:\"276\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(252,351,'_wp_attached_file','David-Charles2.jpg'),(253,351,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"708\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:18:\"David-Charles2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"David-Charles2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"David-Charles2-276x300.jpg\";s:5:\"width\";s:3:\"276\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(254,352,'_wp_attached_file','David-Charles3.jpg'),(255,352,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"708\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'88\'\";s:4:\"file\";s:18:\"David-Charles3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"David-Charles3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"David-Charles3-276x300.jpg\";s:5:\"width\";s:3:\"276\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713081\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(256,362,'_wp_attached_file','ernesto-rosales.jpg'),(257,362,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"737\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'92\'\";s:4:\"file\";s:19:\"ernesto-rosales.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"ernesto-rosales-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"ernesto-rosales-287x300.jpg\";s:5:\"width\";s:3:\"287\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712165\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(258,368,'_wp_attached_file','Francisco-Javier.jpg'),(259,368,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1014\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:20:\"Francisco-Javier.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Francisco-Javier-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"Francisco-Javier-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714842\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(260,370,'_wp_attached_file','Francisco-Javier2.jpg'),(261,370,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1014\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:21:\"Francisco-Javier2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Francisco-Javier2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"Francisco-Javier2-300x297.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"297\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714842\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(262,373,'_wp_attached_file','Gerardo-Hernandez.jpg'),(263,373,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"720\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'90\'\";s:4:\"file\";s:21:\"Gerardo-Hernandez.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Gerardo-Hernandez-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"Gerardo-Hernandez-281x300.jpg\";s:5:\"width\";s:3:\"281\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712400\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(264,377,'_wp_attached_file','Heidi-Wäckerlin.jpg'),(265,377,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1020\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:20:\"Heidi-Wäckerlin.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Heidi-Wäckerlin-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:28:\"Heidi-Wäckerlin-300x298.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"298\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714167\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(266,380,'_wp_attached_file','Isabel-Arias.jpg'),(267,380,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"665\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'83\'\";s:4:\"file\";s:16:\"Isabel-Arias.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"Isabel-Arias-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"Isabel-Arias-259x300.jpg\";s:5:\"width\";s:3:\"259\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713602\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(268,382,'_wp_attached_file','Isabel-Arias1.jpg'),(269,382,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"665\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'83\'\";s:4:\"file\";s:17:\"Isabel-Arias1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"Isabel-Arias1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"Isabel-Arias1-259x300.jpg\";s:5:\"width\";s:3:\"259\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713602\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(270,383,'_wp_attached_file','Ismael-Silva.jpg'),(271,383,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"718\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'89\'\";s:4:\"file\";s:16:\"Ismael-Silva.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"Ismael-Silva-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"Ismael-Silva-280x300.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712969\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(272,385,'_wp_attached_file','Jesús-Eduardo.jpg'),(273,385,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"968\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'101\'\";s:4:\"file\";s:18:\"Jesús-Eduardo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Jesús-Eduardo-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Jesús-Eduardo-300x283.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"283\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714619\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(274,387,'_wp_attached_file','Jesús-Iván.jpg'),(275,387,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"754\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'94\'\";s:4:\"file\";s:16:\"Jesús-Iván.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"Jesús-Iván-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"Jesús-Iván-294x300.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712702\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(276,389,'_wp_attached_file','Jesús-Iván2.jpg'),(277,389,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"754\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'94\'\";s:4:\"file\";s:17:\"Jesús-Iván2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"Jesús-Iván2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:25:\"Jesús-Iván2-294x300.jpg\";s:5:\"width\";s:3:\"294\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712702\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(278,391,'_wp_attached_file','José-Ángel.jpg'),(279,391,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"975\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'100\'\";s:4:\"file\";s:16:\"José-Ángel.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"José-Ángel-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"José-Ángel-300x285.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"285\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714264\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(280,394,'_wp_attached_file','José-Fco.-Elizalde'),(281,394,'_wp_attachment_metadata','a:0:{}'),(282,395,'_wp_attached_file','José-Fco.jpg'),(283,395,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"757\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'94\'\";s:4:\"file\";s:13:\"José-Fco.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:21:\"José-Fco-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:21:\"José-Fco-295x300.jpg\";s:5:\"width\";s:3:\"295\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253713442\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";}}'),(284,397,'_wp_attached_file','José-Ma.jpg'),(285,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"724\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'90\'\";s:4:\"file\";s:12:\"José-Ma.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:20:\"José-Ma-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:20:\"José-Ma-282x300.jpg\";s:5:\"width\";s:3:\"282\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712121\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(286,405,'_wp_attached_file','Juan-Carlos.jpg'),(287,405,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"768\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:15:\"Juan-Carlos.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"Juan-Carlos-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"Juan-Carlos-300x300.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253712844\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(288,407,'_wp_attached_file','Juan-Manuel3.jpg'),(289,407,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"870\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'112\'\";s:4:\"file\";s:16:\"Juan-Manuel3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"Juan-Manuel3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"Juan-Manuel3-300x254.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"254\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714971\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(290,408,'_wp_attached_file','Juan-Manuel4.jpg'),(291,408,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"870\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'112\'\";s:4:\"file\";s:16:\"Juan-Manuel4.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"Juan-Manuel4-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"Juan-Manuel4-300x254.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"254\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253714971\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(292,411,'_wp_attached_file','Leticia-Magaña.jpg'),(293,411,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"718\";s:6:\"height\";s:3:\"768\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'89\'\";s:4:\"file\";s:19:\"Leticia-Magaña.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Leticia-Magaña-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"Leticia-Magaña-280x300.jpg\";s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"300\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"4.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"DSLR-A100\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1253711954\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:15:\"0.0666666666667\";s:5:\"title\";s:0:\"\";}}'),(294,413,'_wp_attached_file','Lourdes-Aceves.jpg'),(295,413,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:4:\"1011\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'97\'\";s:4:\"file
